﻿.modalBlockProgress
{
    clear: both;
    float: left;
    margin: 0px;
    z-index: 100000;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.loadingBox
{
    border: solid 2px #54632f;
    background-color: #8cb32c;
    font-family: Tahoma, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 4px 4px 4px 4px;
    width: 110px;
    height: 20px;
    vertical-align: middle;
    z-index: 99;
    position: absolute;
    left: 50%;
    margin-left: -55px;
    z-index: 100000;
}

/* Validator Callout Theming */

.ajax__validatorcallout_error_message_cell
{
    color: #444444;
}

/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #80b1cd;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color: #e9edf4;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

/* Pop-up */

.popUp
{
    width: 99%;
    padding: 5px 5px 5px 5px;
    border: 1px solid #6c803c;
    background: #2f391b;
}

/* modal */

.modal
{
    width: 100%;
    padding: 0;
    border: 1px solid #404040;
    background: #EBEBEB;
	-webkit-border-radius: 7px;
-webkit-box-align: stretch;
-webkit-box-sizing: content-box;
-webkit-transition: all 0.2s;
-webkit-user-select: none;
word-spacing: normal;
	left:0;
-moz-box-shadow: 3px 4px 8px #999;
-webkit-box-shadow: 3px 4px 8px #999;
box-shadow: 3px 4px 8px #999;
}

.modal .modal_title
{
    width: 99%;
    height: 50px; /* padding 20px + */
    margin: 0 0 0 0;
    padding: 20px 0 5px 20px;
    font-size: 20px;
    font-weight: bold;
    color: #909090;
}

.modal .modal_title .modal_info
{
    width: 100%;
    font-weight: normal;
    font-size: 12px;
    color: #606060;
    padding-top: 10px;
}

.modal .modal_body
{
    padding: 0 20px 15px 20px;
    clear: both;
}

/* Rating */
.ratingStar
{
    width: 16px;
    height: 16px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    background-repeat: no-repeat;
}

.filledRatingStar
{
    background-image: url(Images/star_on.png);
}

.emptyRatingStar
{
    background-image: url(Images/star_off.png);
}

.savedRatingStar
{
    background-image: url(Images/star_on.png);
}

.ajax__tab_xp .ajax__tab_body {font-family:verdana,tahoma,helvetica;font-size:10pt;color:Black; border-top:0;padding:8px;}

.ajax__tab_xp .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:11px; color:Black; Background :"~\images.tab-line.gif" repeat-x bottom;}
.ajax__tab_xp .ajax__tab_outer {padding-right:4px;background:"~\images.tab-right.gif" no-repeat right;height:21px;}

.ajax__tab_xp .ajax__tab_inner {padding-left:3px;background:"~\images.tab-left.gif" no-repeat;}


.autocomplete_completionListElement        
{
	visibility : hidden; margin : 0px !important; padding: 0px; 
	background-color : #DDDDDD; color : windowtext; border : buttonshadow; 
	border: 1px solid; cursor : 'default'; overflow : auto; 
	height : 200px; width: 200px; text-align : left; list-style-type : none; z-index: 90; position:absolute; top:0; }
/*  */

/* AutoComplete highlighted item */
.autocomplete_highlightedListItem        {background-color: #ffff99; color: black; padding: 0px; margin : 0px; top:0; }
/* AutoComplete item */
.autocomplete_listItem        { background-color : #DDDDDD; color : windowtext; padding : 0px;  }
        
