﻿body, td, th
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

body
{
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#header
{
	height: 150px;
	width: 900px;
	background-image: url(../images/splash-head.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	margin: auto;
	border-bottom: solid 10px #ee2102;
}

#noimageheader
{
	height: 150px;
	width: 900px;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	margin: auto;
	border-bottom: solid 10px #ee2102;
}

#menu
{
	width: 350px;
	height: 75px;
	float: right;
	text-align: right;
	padding-top: 5px;
}
.notValid
{
	border: solid 1px Red;
	font-size: 11px;
	padding-left: 3px;
	color: #333;
	height: 16px;
	text-align: left;
}

#menu a, #menu a:visited
{
	font: bold 14px Arial;
	color: #ee2102;
	text-decoration: none;
}

#menu a:hover
{
	font: bold 14px Arial;
	color: #666;
	text-decoration: underline;
}


#container
{
	width: 900px;
	margin: auto;
	background-image: url(../images/contentbg.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	margin-top: -3px;
}

.hand
{
	cursor: pointer;
}

.tooltip_txt
{
	font-size: 8pt;
	font-weight: bold;
}

.header_txt
{
	font-size: 25px;
	font-weight: bold;
	color: #333;
}

.part_txt
{
	font-size: 18px;
	font-weight: bold;
	color: #4a9a00;
}

.buttonstyle
{
	border-width: 1px;
	border-color: #cccccc;
	background-color: #333333;
	font-family: tahoma, arial, tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
}

.checkout_hdr
{
	font-family: arial,helvetica,sans-serif;
	font-size: 18px;
	margin: 5px 0 5px 0;
	padding: 5px 0px 5px;
	font-weight: bold;
	color: #4a9a00;
}

.header_line
{
	border-bottom: 1px solid #999;
}

.side_panel
{
	background: url();
}

.black
{
	color: #000;
}

/*Modal Popup*/
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.updateProgress
{
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
}
.updateProgressMessage
{
	margin: 3px;
	font-size: 10pt;
	vertical-align: middle;
	font-weight: bold;
}

.inputbox
{
	border: 1px solid #c6c7d2;
	padding-left: 3px;
	color: #333333;
	background: #FFF;
	font: 11px arial,sans-serif;
	height: 16px;
}

.cc_inputbox
{
	border: 1px solid #c6c7d2;
	padding-left: 3px;
	color: #333333;
	background: #FFF;
	font: 11px arial,sans-serif;
	height: 16px;
}

h1
{
	color: #000;
}

a:link
{
	color: #FE0002;
	font-weight: bold;
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
	color: #FE0002;
}
a:hover
{
	text-decoration: underline;
	color: #666;
}
a:active
{
	text-decoration: none;
	color: #999;
}
.clear
{
	clear: both;
}



.ddlist
{
	border: solid 1px #7f9db9;
	color: #333333;
	font: 11px arial,sans-serif; 
}

.ddInvalidlist
{
	border: solid 1px red;
	color: #333333;
	font: 11px arial,sans-serif; 
}



.dllFixedWidth
{
	font-size: xx-small;
	font-family: Verdana, Arial;
	
}

.info, .success, .warning, .error, .validation 
{   
	border: 1px solid;   
	margin: 10px 0px;   
	padding:7px 10px 7px 50px;  
	background-repeat: no-repeat;   
	background-position: 10px center;
}
.info 
{   
	color: #00529B;    
	background-color: #BDE5F8;   
	background-image: url(../../Common/Images/info.png);
}

.success 
{   
	color: #4F8A10;   
	background-color: #DFF2BF;   
	background-image:url(../../Common/Images/success.png);
}
.warning 
{    
	color: #9F6000;   
	background-color: #FEEFB3;   
	background-image: url(../../Common/Images/warning.png);
}

.error 
{    
	color: #D8000C;   
	background-color: #FFBABA;   
	background-image: url(../../Common/Images/error.png);
}

.validation 
{    
	color: #D63301;   
	background-color: #FFCCBA;   
	background-image: url(../../Common/Images/error.png);
}