/* //////////  Controls    ///////////////////*/
/* //  TextBox  ///////////////*/
.vlargetextbox, .largetextbox, .mediumtextbox, .smalltextbox, .fullWidthtextbox
{
	color: #5A5A5A;
	font-family: verdana;
	font-size: 11px;
	padding-left: 5px;
	border: #979797 1px solid;
}
.vlargetextbox
{
	height: 17px;
	width: 250px;
}
.largetextbox
{
	height: 17px;
	width: 150px;
}
.mediumtextbox
{
	height: 17px;
	width: 100px;
}
.smalltextbox
{
	height: 17px;
	width: 35px;
}
.fullWidthtextbox
{
	width: 100%;
}

/* //  Button  ///////////////*/
.largebutton, .mediumbutton, .smallbutton, .fullWidthbutton
{
	text-decoration: none;
	color: #FFFFFF;
	font-family: arial;
	font-size: 9pt;
	background-color: #5A5A5A;
	border: 1px solid #979797;
	text-align: center;
	font-weight: bold;
}
.largebutton
{
	height: 20px;
	width: 100px;
}
.mediumbutton
{
	height: 20px;
	width: 60px;
}
.smallbutton
{
	height: 20px;
	width: 30px;
}

/* //  DropDownList  ///////////////*/
.vlargedropdownmenu .largedropdownmenu .mediumdropdownmenu .smalldropdownmenu
{
	color: red;
	font-family: verdana;
	font-size: 9px;
	border: #979797 1px solid;
	padding-left: 5px;
}
.vlargedropdownmenu
{
	width: 260px;
}
.largedropdownmenu
{
	width: 160px;
}
.mediumdropdownmenu
{
	height: 17px;
	width: 100px;
}
.smalldropdownmenu
{
	height: 17px;
	width: 35px;
}
.fullWidthdropdownmenu
{
	width: 100%;
}

/* //  TextArea  ///////////////*/
.vlargetextarea, .largetextarea, .fullWidthtextarea
{
	color: #5A5A5A;
	font-family: verdana;
	font-size: 9pt;
	border: #979797 1px solid;
	background-image: url(../home/form_bg_03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 5px;
}
.vlargetextarea
{
	height: 70px;
	width: 200px;
}
.largetextarea
{
	height: 70px;
	width: 150px;
}
.fullWidthtextarea
{
	width: 100%;
}

/* //  GridView  ///////////////*/
.gridheader
{
	background: #F0F0F0;
	font-family: verdana;
	font-size: 8pt;
	color: #5A5A5A;
	height: 20px;
	font-weight: bold;
	border: 1px solid #ffffff;
}
.griditem
{
	background: #F9F9F9;
	font-family: verdana;
	font-size: 8pt;
	color: #5A5A5A;
	height: 18px;
	border: 1px solid #ffffff;
}
.gridalternativeitem
{
	background: #F8F8F8;
	font-family: verdana;
	font-size: 8pt;
	color: #5A5A5A;
	height: 18px;
	border: 1px solid #FFFFFF;
}

/* //  CheckBox  ///////////////*/
.checkbox
{
	color: #979797;
}

/* //  RadioButton  ///////////////*/
.radiobox
{
	color: #979797;
}


/* //////////  Non Controls    ///////////////////*/
/* //  Titles  ///////////////*/
.lagetitlebold
{
	text-decoration: none;
	font-family: verdana;
	font-size: 20px;
	color: #5A5A5A;
	font-weight: bold;
	padding-left: 5px;
}
.mediumtitlebold
{
	text-decoration: none;
	font-family: verdana;
	font-size: 18px;
	color: #5A5A5A;
	font-weight: bold;
	padding-left: 5px;
}
.smalltitlebold
{
	text-decoration: none;
	font-family: verdana;
	font-size: 17px;
	color: #5A5A5A;
	font-weight: bold;
	padding-left: 5px;
}
.vsmalltitlebold
{
	text-decoration: none;
	font-family: verdana;
	font-size: 12px;
	color: #12436b;
	font-weight: bold;
}
.lagetitle
{
	text-decoration: none;
	font-family: verdana;
	font-size: 22px;
	color: #5A5A5A;
	padding-left: 5px;
}
.mediumtitle
{
	text-decoration: none;
	font-family: verdana;
	font-size: 17px;
	color: #5A5A5A;
	padding-left: 5px;
}
.smalltitle
{
	text-decoration: none;
	font-family: verdana;
	font-size: 16px;
	color: #5A5A5A;
	padding-left: 5px;
}
.label
{
	color: #5A5A5A;
	font-family: verdana;
	font-size: 8pt;
	padding-left: 5px;
}
.label1
{
	color: #ffffff;
	font-family: verdana;
	font-size: 8pt;
	padding-left: 5px;
}
.label2
{
	color: #555555;
	font-family: verdana;
	font-size: 8pt;
	padding-left: 5px;
}
.label3
{
	color: #FFFFFF;
	font-family: verdana;
	font-size: 8pt;
	padding-left: 5px;
}
.label4
{
	color: #5A5A5A;
	font-family: verdana;
	font-size: 8pt;
}
.labelbold
{
	color: #5A5A5A;
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	padding-left: 5px;
}
.text
{
	color: #5A5A5A;
	font-family: verdana;
	font-size: 8pt;
	padding-left: 5px;
}

/*//  Links  ///////////////*/
.link
{
	text-decoration: Underline;
	color: #13006E;
	font-family: verdana;
	padding-left: 5px;
	font-size: 8pt;
}
a.link
{
	text-decoration: none;
}
a.link:link
{
	color: #5A5A5A;
	text-decoration: none;
}
A.link:visited
{
	color: #5A5A5A;
	text-decoration: none;
}
A.link:active
{
	color: #5A5A5A;
	text-decoration: none;
}
A.link:hover
{
	color: #5A5A5A;
	text-decoration: Underline;
}
.link2
{
	text-decoration: none;
	color: #555555;
	font-family: verdana;
	padding-left: 5px;
	font-size: 8pt;
}
a.link2
{
	text-decoration: none;
}
a.link2:link
{
	color: #555555;
	text-decoration: none;
}
A.link2:visited
{
	color: #555555;
	text-decoration: none;
}
A.link2:active
{
	color: #555555;
	text-decoration: none;
}
A.link2:hover
{
	color: #555555;
	text-decoration: none;
}
.link3
{
	text-decoration: none;
	color: #FFFFFF;
	font-family: verdana;
	padding-left: 5px;
	font-size: 8pt;
}
a.link3
{
	text-decoration: none;
}
a.link3:link
{
	color: #FFFFFF;
	text-decoration: none;
}
A.link3:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
A.link3:active
{
	color: #FFFFFF;
	text-decoration: none;
}
A.link3:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
.linkBold
{
	text-decoration: none;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
a.linkBold
{
	text-decoration: Underline;
}
a.linkBold:link
{
	color: #5A5A5A;
	text-decoration: Underline;
}
A.linkBold:visited
{
	color: #5A5A5A;
	text-decoration: Underline;
}
A.linkBold:active
{
	color: #5A5A5A;
	text-decoration: none;
}
A.linkBold:hover
{
	color: #5A5A5A;
	text-decoration: none;
}

.linkwhite
{
	text-decoration: none;
	color: #FFFFFF;
	font-family: verdana;
	padding-left: 5px;
	font-size: 8pt;
}
a.linkwhite
{
	text-decoration: Underline;
}
a.linkwhite:link
{
	color: #FFFFFF;
	text-decoration: Underline;
}
A.linkwhite:visited
{
	color: #FFFFFF;
	text-decoration: Underline;
}
A.linkwhite:active
{
	color: #E7F0F8;
	text-decoration: none;
}
A.linkwhite:hover
{
	color: #E7F0F8;
	text-decoration: none;
}

.gridheader A
{
	text-decoration: none;
}
.gridheader A:link
{
	color: #5A5A5A;
	text-decoration: Underline;
}
.gridheader A:visited
{
	color: #5A5A5A;
	text-decoration: Underline;
}
.gridheader A:active
{
	color: #000000;
	text-decoration: none;
}
.gridheader A:hover
{
	color: #000000;
	text-decoration: none;
}

/* //  Tables  ///////////////*/
.td
{
	background: #F9F9F9;
	height: 18px;
	padding: 5px;
	border: 2px solid #FFFFFF;
}
.alternativetd
{
	background: #F8F8F8;
	height: 18px;
	padding: 5px;
	border: 2px solid #FFFFFF;
}
.tdtitle
{
	background: #F0F0F0;
	padding: 5px;
	border: 2px solid #FFFFFF;
}
.table
{
	background: #F0F0F0;
	padding: 1px;
}

/* //  Validator    ///////////////*/
.validator
{
	color: red;
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	padding-left: 5px;
}

/* //  Other    ///////////////*/
.Imageborder
{
	border: 1px solid #000000;
}
