﻿body
{
}

#lblMessage
{
	color: Red;
	font-family: Arial;
}

.TextBoxShort
{
	width: 150px;
	
}

.TextBoxPassword
{
	width: 170px;
}

.TextBoxLong
{
	width: 275px;
}

.TextBoxLonger
{
	width:400px;
}

.Panel
{
}

.tdButton
{
	text-align: right;
}

.Col1
{
	width: 150px;
	padding-left: 20px;
	font-family: arial;
	font-size: 10pt;
	color: #464646;
}
.Col1Short
{
	width: 130px;
	padding-left: 20px;
}

.Col2
{
	width: 160px;
}

.Col3
{
	width: 30px;
	font-family: arial;
	font-size: 10pt;
	color: #464646;
}

.ColLeftPad
{
	padding-left: 20px;
	font-family: arial;
	font-size: 10pt;
	color: #464646;
}

.CommandButtons
{
	text-align: right;
}

.ValidationSummary
{
	width: 500;
	margin-left: 25px;
}

.Captcha
{
	width: 310px;
	/*border:0px;*/
	padding-left:20px;
}

.allButtons
{
	text-decoration:none;
}

.lButtons
{
	font-family:Arial;
	font-size:8;
	outline-width:0px;
	border-width:0px;
	background-image: url(../images/login.gif);
	background-position:left top;
	background-repeat:no-repeat;
	text-align: center;
	color:#ffffff;
	vertical-align:top;
	padding-top:6px;
	text-decoration:none;
	display:block;
	/*float:right;*/
}
a.lButtons:hover
{
	color: #FBAF35;
	text-decoration: none; 
}
.loginButton
{
	font-family:Arial;
	font-size:8;
	outline-width:0px;
	border-width:0px;
	background-image: url(../images/login.gif);
	background-position:left top;
	background-repeat:no-repeat;
	text-align: center;
	color:#ffffff;
	vertical-align:top;
	padding-top:6px;
	text-decoration:none;
	display:block;
}
.submit2Button
{
	font-family:Arial;
	font-size:8;
	outline-width:0px;
	border-width:0px;
	background-image: url(../images/submit.gif);
	background-position:left top;
	background-repeat:no-repeat;
	text-align: center;
	color:#ffffff;
	vertical-align:top;
	padding-top:6px;
	text-decoration:none;
	display:block;
}
a.submit2Button:hover
{
	color: #FBAF35;
	text-decoration: none; 
}
.cancelButton
{
	height: 18px;
	width: 60px;
	outline-width:0px;
	border-width:0px;
	background-image: url(../images/Cancel_O.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
.cancelButton:hover
{
	background-image: url(../images/Cancel_X.gif);
}
.agreeButton
{
	font-family:Arial;
	font-size:8;
	outline-width:0px;
	border-width:0px;
	background-image: url(../images/Agree.gif);
	background-position:left top;
	background-repeat:no-repeat;
	text-align: center;
	color:#ffffff;
	vertical-align:top;
	padding-top:6px;
	text-decoration:none;
	display:block;
}
.okButton
{
	font-family:Arial;
	font-size:8;
	outline-width:0px;
	border-width:0px;
	background-image: url(../images/Ok.gif);
	background-position:left top;
	background-repeat:no-repeat;
	text-align: center;
	color:#ffffff;
	vertical-align:top;
	padding-top:6px;
	text-decoration:none;
	display:block;
}
.continueButton
{
	height: 18px;
	width: 60px;
	outline-width:0px;
	border-width:0px;
	background-image: url(../images/Continue_O.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
.continueButton:hover
{
	background-image: url(../images/Continue_X.gif);
}
.entryField
{
	font-family: arial;
	font-size: 10pt;
	color: #464646;
}
.bottomLink
{
	font-family: arial;
	font-size: 8pt;
}

.htmlIButton
{
	font-family:Arial;
	font-size:8;
	color:#ffffff;
	background-position:  left top;
	background-image: url(../images/button1.jpg);
	background-repeat:no-repeat;
	background-color:Transparent;
	text-decoration:none;
	text-align:center;
	padding-top:6px;
	display:block;
	vertical-align:top;
}

a.htmlIButton:hover
{
	color: #FBAF35;
	text-decoration:none;
	cursor:pointer;
}

.mainButtons
{
	font-family:Arial;
	font-size:8;
	color:#ffffff;
	background-position:  left top;
	background-image: url(../images/button150.jpg);
	background-repeat:no-repeat;
	background-color:Transparent;
	text-decoration:none;
	text-align:center;
	padding-top:9px;
	display:block;
	vertical-align:top;
}

a.mainButtons:hover
{
	color: #FBAF35;
	text-decoration:none;
	cursor:pointer;
}

.accordionHeader 
{
    /*color: #ffffff;*/
    /*background-image:url(../images/blue_orange_menu.jpg);*/
    background-repeat:no-repeat;
	font-family: arial;
	font-size: 14px;
    cursor: pointer;
    height:27px;
    padding-left:25px;
    text-decoration: none;
    margin-top: 5px;
    margin-bottom: 5px;
}

.accordionHeader:hover
{
	text-decoration: underline;
}

.accordionContent
{
    background-color: #f5f5f5;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding-right:25px;
    padding-left:10px;
    padding-top:5px;
    padding-bottom:5px;
    margin-left:25px;
}

.accordionHeaderSelected
{
    /*color: #ffffff;*/
    /*background-image:url(../images/black_blue_orange_menu.jpg);*/
    background-repeat:no-repeat;
	font-family: Arial;
	font-size: 14px;
    cursor: pointer;
    height:22px;
    padding-left:25px;
    text-decoration: none;
}
.accordionHeaderSelected:hover
{
	text-decoration: underline;
}



.submitButton
{
	display:none;
}
