/*
.button
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #5872CB;
	background:#5872CB url(images/button_bg.gif) repeat-x center;
	font-size: 9px;
	text-transform: uppercase;
	color: #134FA3 !important;
	font-weight: bold;
	cursor:pointer;
	margin: 1px 0;
	text-align:center;
	text-decoration:none;
	vertical-align: middle;
	font-weight:900;
	border: 1px solid #7D90B1;
	white-space: nowrap;
}
*/

.button
{
	font-family: Tahoma;
	background-color: #5872CB;
	background:#5872CB url(images/button_bg.gif) repeat-x center;
	font-size: 12px;
	text-transform: uppercase;
	color: #134FA3 !important;
	font-weight: bold;
	cursor:pointer;
	margin: 1px 0;
	text-align:center;
	text-decoration:none;
	vertical-align: middle;
	font-weight:900;
	border: 1px solid #7D90B1;
	white-space: nowrap;
}

.textBox
{
	/*
	background-color:#FFFFFF;	
	width:190px;
	height:16px;
	margin:0;
	border:2px solid #FFFFFF;
	*/
	margin: 1px;
	border-right: #dfe5e7 1px solid;
	border-top: #a8bac2 1px solid;
	border-left: #a8bac2 1px solid;
	border-bottom: #dfe5e7 1px solid;
	background: url(Images/bgTextBox.gif) white repeat-x left top;
	color: #11354A;
	font-family: verdana;
	font-size: 12px;
	padding: 1px;
	height: 15px;
}

/*
.textBox:hover
{
	width:190px;
	height:16px;
	border:2px solid #0000FF;
}
*/

.dropDownLists
{
	height: 20px;
	font-size: 12px;
	padding-left: 2px;
	font-family: Tahoma;
}

.labelText
{
	font-size: 16px;
	font-weight: bold; 
	color: #008080; 
	padding-bottom: 3px;
}

.checkbox
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

.messageError
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: red;
}

a
{
	color: #00CCFF;
	background-color: inherit;
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
}
a:hover
{
	color: #66FFFF;
	background-color: inherit;
	text-decoration: underline;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
}

.repeater {    
    width: 100%;    
    background-color: #fff;    
    margin: 5px 0 10px 0;    
    border: solid 1px #525252;    
    border-collapse:collapse;    
}   
