﻿/****** Label ***********/
.infolabel { 
	color: #0000FF; 
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	font-weight: bold;
}

.errorlabel { 
	color: #FF0000; 
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	font-weight: bold;
}
/****** Label ***********/
.hpLinkBlue
{
	color:Blue;
	font-family: Verdana, Arial, Tahoma;
	font-weight: normal;
	text-decoration: none;
}

.hpLinkBlue:Hover
{
	color: #666666;
}
/****** Textbox *********/
.label {
	color: #000000;
	font-family: Verdana, Arial, Tahoma;
	font-weight: normal;
}

.textbox { 
	color: #000000;
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	font-weight : normal;
	vertical-align: middle;
}

.RatingBox { 
	color: #000000;
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	font-weight : normal;
	vertical-align: middle;
    text-align:center;
    width:50px;
}
/****** Textbox *********/

/***** Calendar *****/

.calendarContainer table
{ 
	width:0px;
	height:0px; 
}

.calendarContainer table tr td
{
	padding:0; 
	margin:0;
}

/***** Calendar *****/

/****** Checkbox ********/
.checkbox {
	color: #000000;
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	font-weight : normal;
}
/****** Checkbox ********/

/****** Radiobutton *****/
.radiobutton {
	color: #000000;
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	font-weight : normal;
}
/****** Radiobutton *****/

/****** Listbox *********/
.listbox {
	color: #000000;
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	font-weight : normal;
}
/****** Listbox *********/

/****** DownDropList *********/
.downdroplist {
	color: #000000;
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	font-weight : normal;
}

.downdroplist_d {
    background-color:#ebebe4;
    font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	font-weight : normal;
}
/****** DownDropList *********/

/****** Button **********/
.Acbutton
{
	border-right: #104a7b 1px solid;
	border-bottom: #104a7b 1px solid;
	border-top: #afc4d5 1px solid;
	border-left: #afc4d5 1px solid;
	cursor: hand;
	color: #000066;
	font-family: Verdana, Arial, Tahoma;
	height: 19px;
	width: 62px;
	text-decoration: none;
	background-image: url(images/buttonBG.gif);
	text-align:center;
}
/****** Button 	**********/

.LinkButton
{
	color: #000000;
	font-family: Verdana, Arial, Tahoma;
	font-weight: normal;
	padding:4px 0px 4px 2px;
	text-decoration: none;
}

.LinkButton:hover
{
	color:blue;
}

.file
{
	font-family : Verdana, Arial, Tahoma ;
	width:300px;
	background-color:Gainsboro;
}


/****** Collapsible Panel **********/
.collapsePanelHeader
{
	border-bottom: solid 1px #000000;	
	background-image:url(images/cpHeader_bg.jpg);
	background-repeat:repeat-x;
	color: #000000;
	font-family: Verdana, Arial, Tahoma;
	font-weight: bold;
	cursor: pointer;	
}
/****** Collapsible Panel **********/
