﻿fieldset {
    margin-bottom: 10px;
}

.alighRight
{
    text-align: right;
}

.tableView Caption
{
	background-color:#000099;
	color:#ffff00;
	border-width:thin;
	font-weight:bold;
	font-size: 11pt;
	height: 26px;
	padding:4px;
}

.gridView {max-width: 100%;}
.gridView Caption
{
    background-color: #336600;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-bottom-color: #003300;
    color: #CCFF99;
    font-weight: bold;
    font-size: 11pt;
    padding: 4px;
    height:26px;
}


.tableView th, .gridView th
{
    text-align:left;
}

.gridView .table_col_reviewer1, .gridView .table_col_reviewer2 {
    max-width: 250px;
    overflow-wrap: break-word;
}

.pgr {
    background: #424242 url(images/grd_pgr.png) repeat-x top;
}   
.pgr table
{ margin: 5px 0; }   
.pgr td {    
    border-width: 0;    
    padding: 0 6px;    
    border-left: solid 1px #666;    
    font-weight: bold;    
    color: #fff;    
    line-height: 12px;    
}      
.pgr a 
{ 
    color: #666; 
    text-decoration: none; 
}   
.pgr a:hover
{   color: #000; 
    text-decoration: none; 
}  

.GridViewHeader
{
    border-style: none none solid none;
    border-width: thin thin 2px thin;
    border-bottom-color: #003300;

}

.FormView Caption
{	
	background-color:#669999;
	color:#ffffff;
	border-width:thin;
	font-weight:bold;
	font-size: 12pt;
	margin: 1px;
}

.searchBox table
{
    width: 100%;
}

.searchBox table td
{
    text-align: left;
    vertical-align:top;
}

.searchBox .header
{
    font-weight: bold;
}

.Calendar .ajax__calendar_container 
{ 
    background-color: #e2e2e2; 
    border:solid 1px #cccccc;
    z-index:50000; 
} 
.Calendar .ajax__calendar_header 
{ 
    background-color: #ffffff; 
    margin-bottom: 4px; 
} 
.Calendar .ajax__calendar_title, 
.Calendar .ajax__calendar_next,
.Calendar .ajax__calendar_prev 
{ 
    color: #004080; 
    padding-top: 3px; 
} 
.Calendar .ajax__calendar_body
{
    background-color: #e9e9e9;
    border: solid 1px #cccccc;
    color: #000000;
} 
.Calendar .ajax__calendar_dayname 
{ 
    text-align:center; 
    font-weight:bold; 
    margin-bottom: 4px; 
    margin-top: 2px; 
} 
.Calendar .ajax__calendar_day 
{ 
    text-align:center; 
} 
.Calendar .ajax__calendar_hover .ajax__calendar_day, 
.Calendar .ajax__calendar_hover .ajax__calendar_month, 
.Calendar .ajax__calendar_hover .ajax__calendar_year, 
.Calendar .ajax__calendar_active 
{
    color: #004080; 
    font-weight:bold; 
    background-color: #ffffff;
} 
.Calendar .ajax__calendar_today 
{ 
    font-weight:bold; 
} 
.Calendar .ajax__calendar_other, 
.Calendar .ajax__calendar_hover .ajax__calendar_today, 
.Calendar .ajax__calendar_hover .ajax__calendar_title 
{ 
    color: #bbbbbb; 
} 

.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(Images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(Images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(Images/SavedStar.png);
}

.handleImage
{
	width:15px;
	height:16px;
	background-image:url(images/HandleHand.png);
	overflow:hidden;
	cursor:se-resize;
}

.handleText
{
	width:16px;
	height:16px;
	background-image:url(images/HandleGrip.png);
	overflow:hidden;
	cursor:se-resize;
}

.resizingImage
{
	padding:0px;
	border-style:solid;
	border-width:3px;
	border-color:#B4D35D;
}

.resizingText
{
	padding:0px;
	border-style:solid;
	border-width:2px;
	border-color:#7391BA;
}

.dividePanel
{
    padding-bottom:10px;
}

.collapsePanel 
{
    color:#5377A9;
	width: 980px;
	height:0px;
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader
{
    width: 970px;
    height: 26px;
    background-image: url(images/bg-menu-main.png);
	background-repeat:repeat-x;
	color:#FFF;
    font-weight: bold;
    font-size:0.9em;
    padding: 5px;
    cursor: pointer;
    vertical-align: middle;
}

.progress
{
    font-family: Arial;
    position: absolute;
    background-color: #FFFFFF;
    border: solid 2px red;
    padding: 5px;
    z-index: 1;
    bottom: 2px;
    right: 5px;
}

/*AutoComplete flyout */

.autocomplete_completionListElement
{
    margin: 0px !important;
    padding: 0px !important;
    background-color: white;
    color: windowtext;
    border: 1px solid #CC6699;
    cursor: 'default';
    overflow: auto;
    height: 100px;
    text-align: left;
    list-style-type: none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
    background-color: #0066CC;
    color: #FFFF00;
    
}

/* AutoComplete item */

.autocomplete_listItem
{
    background-color: #CCFFCC;
    color: #0033CC;
    position: relative;
    padding: 1px;
}

.IE8Fixmenu
{
    z-index:1000;
    text-align:left;
}


#mask
{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: gray;
    display: none;
}
#boxes .window
{
    position: absolute;
    left: 0;
    top: 0;
    width: 440px;
    height: 200px;
    display: none;
    z-index: 9999;
    padding: 20px;
}

#boxes #modalwindow
{
    width: 600px;
    height: auto;
    padding: 0px;
    color: white;
    background-color: Maroon;
}
#boxes #modalwindowLarge
{
    width: 550px;
    height: 400px;
    padding: 0px;
    background-color: #ffffff;
}
#boxes .window .modalHeader
{
    background-color: Blue;
    padding-top: 5px;
    vertical-align: middle;
    display: table-cell;
    color: White;
    font-family: Verdana;
    font-weight: bold;
    height: 25px;
}

#boxes .loadingWindow
{
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 20px;
    display: none;
    z-index: 9999;
    padding: 20px;
}

#boxes .caption
{
    background-color:Black; 
    border:0px; 
    color:white;
    height:26px;
    padding:2px;
    font-size:large;
}