﻿body 
{

}

td.hdr
{
	background-color: #CCCCCC;
	BORDER-RIGHT: white thin outset; 
	BORDER-TOP: white thin outset; 
	BORDER-LEFT: white thin outset; 
	BORDER-BOTTOM: white thin outset;
	align:"center";
}

.hiddencol
{
    display:none;
}
.viscol
{
    display:block;
}

.Text_XSmall {
	font-family: verdana;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}
 
.Text_Small {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.Text_Small_Padding {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	padding-left: 10px;
}
.Text_Bold {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.Text_Bold_Padding {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-left: 10px;
}
.Header_Link {
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #003366;
}
/*Textbox Watermark*/

.unwatermarked {
	height:18px;
	width:148px;
}

.watermarked {
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}
.watermarkedsmall 
{
    font-size:8pt;
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}
/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}
.JustRoundedEdgeBoth {
    /*Internet Explorer*/
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    /*Modzilla*/
    -moz-border-radius-topright: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    /*Safari*/
    -webkit-border-top-left-radius: 20px; /* top left corner */
    -webkit-border-top-right-radius: 20px; /* top right corner */
    -webkit-border-bottom-left-radius: 20px; /* bottom left corner */
    -webkit-border-bottom-right-radius: 20px; /* bottom right corner */
    /*Opera*/
    -o-border-radius-topright: 20px;
    -o-border-radius-topleft: 20px;
    -o-border-radius-bottomright: 20px;
    -o-border-radius-bottomleft: 20px;
}

.JustRoundedEdgeBothSmall {
    /*Internet Explorer*/
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    /*Modzilla*/
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    /*Safari*/
    -webkit-border-top-left-radius: 5px; /* top left corner */
    -webkit-border-top-right-radius: 5px; /* top right corner */
    -webkit-border-bottom-left-radius: 5px; /* bottom left corner */
    -webkit-border-bottom-right-radius: 5px; /* bottom right corner */
    /*Opera*/
    -o-border-radius-topright: 5px;
    -o-border-radius-topleft: 5px;
    -o-border-radius-bottomright: 5px;
    -o-border-radius-bottomleft: 5px;
}

.JustRoundedEdgeBothXS {
    /*Internet Explorer*/
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    /*Modzilla*/
    -moz-border-radius-topright: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    /*Safari*/
    -webkit-border-top-left-radius: 2px; /* top left corner */
    -webkit-border-top-right-radius: 2px; /* top right corner */
    -webkit-border-bottom-left-radius: 2px; /* bottom left corner */
    -webkit-border-bottom-right-radius: 2px; /* bottom right corner */
    /*Opera*/
    -o-border-radius-topright: 2px;
    -o-border-radius-topleft: 2px;
    -o-border-radius-bottomright: 2px;
    -o-border-radius-bottomleft: 2px;
}
.CenterAligner {
    text-align: center;
}