﻿body
{
}
/*Textbox Watermark*/
table{width:100%;text-align:left;vertical-align:top;}
th{background:#fff url(images/tr_back.gif) repeat-x center;color:#D8325D; height:21px; padding:10px;}
td{text-align:left;}

.unwatermarked {
	height:18px;
	width:148px;
}

.watermarked {
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}	
/* Rounded Corners*/
.roundedPanel
{
	width: 300px;
	background-color: #5377A9;
	color: white;
	font-family:Verdana;
	font-size: 8pt;
}

.TextBoxStyle
{
    background-color: ThreeDFace;
    border: 1px solid #616161;
    font-family: Verdana;
    font-size: 9pt;
    list-style-type: upper-alpha;
}

.HiddenTextBoxStyle
{
    border: 1px solid #C0C0C0;
    font-family: Verdana;
    font-size: 8pt;
    list-style-type: upper-alpha;
    background-color: #E8E8E8;
    color: #666666;
}


#ajax__calendar_close_button
{
	margin-right: 5px;
	margin-left: auto;
	width: 10px;
	font-weight: bold;
	cursor: pointer;
	text-align: right;
}
.ButtonStyle
{
    border: 1pt solid #507CD1;
    background-color: White;
	font-family:Verdana;
	font-size:  10pt;
	color: #284E98;
}
.tdHeader
{
	background-color:  #4682B4;
	width: 229px;
	color: #ffffff;
	background-repeat: repeat-x;
	height: 25px;
	font-size: 10pt;
	font-family: Verdana;
}
.collapsePanel {
      height:0px;
      background-color:white;
      overflow:hidden;
}
 
.collapsePanelHeader{   
      height:20px;
      color: Yellow;
      background-color: Black;
      font-weight:bold;
      float:none;
      padding:5px; 
      cursor: pointer; 
      vertical-align: middle;
}