html{
 height: 100%;
min-height: 100%;
}

body{
font-family:Tahome, Arial;
font-size:12px;
color:#333333;
	margin: 0px;
	width: 100%;
	/*background-image: url('/a/common/images/loginTemplateBackground.gif');*/
	background-position: top left;
	text-align: center;
	background-image:url(../images/body_bg.gif);
	margin-bottom:0px;

	
}
a:link{
color:#40AA14;
}
a:visited{
color:#40AA14;
}
a:hover{
color:#333333;
}

.bodyContent{
font-family:Tahome, Arial;
font-size:11px;
color:#333333;
line-height:15px;
}


img{
	border: 0px;
}




div#container{
width:790px;
height:100%;
margin-left:auto;
margin-right:auto;
padding:5px;
background-color:#FFFFFF;
background-image:url(../images/body_shadow.jpg);
background-repeat:repeat-y;
background-position:center;
border:0px solid #000000;
margin-bottom:0px;
}

div#primaryContent{
width: 750px;
text-align:left;
margin-left:auto;
margin-right:auto;
}


div#navigation{
	
	left: 0px;
	top: 60px;
	width: 130px;
}


div#masthead{
width:750px;
margin-left:auto;
margin-right:auto;
text-align:left;
background-color:#ffffff;
padding-bottom:50px;
}

div.clear{
	width: 0px;
	height: 0px;
	clear: both;
}


span.heading{
font-family:Tahome, Arial;
font-weight:bold;
font-size:20px;
color:#333333;
letter-spacing:-1px;
}

span.error{
	color: red;
}

span.confirmation{
	color: #000000;
}

span.subHeading{
font-family:Tahome, Arial;
font-weight:bold;
font-size:17px;
color:#333333;
letter-spacing:-1px;
}

span.emphasized {
font-family:Tahome, Arial;
font-weight:bold;
font-size:14px;
color:#333333;
letter-spacing:-1px;
}

div.holdsNoticeContainer{
	width: 540px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border-style: solid;
	border-color: #FF0000;
	border-width: 3px;
	font-family:Tahome, Arial;
	font-weight:bold;
	font-size:13px;
	color:#333333;
	letter-spacing:-1px;
}


div.errorBox{
width: 400px;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 45px;
padding-right: 5px;
border-style: solid;
border-color: #FF0000;
border-width: 3px;
background-color: #FFE4E1;
margin-left:auto;
margin-right:auto;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:13px;
letter-spacing:-1px;
background-image:url('/a/common/images/error.png');
background-repeat:no-repeat;
background-position:left;
	
}


div.confirmationBox{
width: 400px;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 45px;
padding-right: 5px;
border-style: solid;
border-color: #40AA14;
border-width: 3px;
background-color: #CDF7BB;
margin-left:auto;
margin-right:auto;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:13px;
color:#333333;
letter-spacing:-1px;
background-image:url('/a/common/images/success.png');
background-repeat:no-repeat;
background-position:left;
}

div.noticeBox{
	width: 540px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border-style: solid;
	border-color: #000000;
	border-width: 3px;
	background-color: #FFFFFF;
	margin-left:auto;
	margin-right:auto;
	font-family:Tahome, Arial;
	font-weight:bold;
	font-size:13px;
	color:#333333;
	letter-spacing:-1px;
}

span.attentionGrabbing{
font-family:Tahome, Arial;
font-weight:bold;
font-size:14px;
letter-spacing:-1px;
color: #FF0000;
}



/***************************************************
 * Navigation Menu
 ***************************************************/

div.navigationMenu div.navigationItem a {
	text-decoration: none;
	color: #FFFFFF;
}

div.navigationMenu div.navigationItem {
	width: 140px;	
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;	
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
}


div.navigationMenu div.navigationItem:hover {
}

div.navigationMenu div.navigationItem:hover a{
	text-decoration: underline;
}


/****************************************************
 * Standard Form
 ****************************************************/



form.standardForm div.formClear {
	clear: both;
	height: 10px;
}



form.standardForm{
margin-left:auto;
margin-right:auto;
width: 750px;
background-color:#efefef;
}




.fieldName{
font-weight:bold;
text-align:left;
width:150px;
font-family:Tahome, Arial;
font-size:11px;
color:#333333;
line-height:12px;
}
.boxSpecificText{
font-weight:bold;
text-align:left;
font-family:Tahome, Arial;
font-size:11px;
color:#333333;
line-height:12px;
}
.form{
width:380px;
margin-left:auto;
margin-right:auto;
}
.inputBox{
width:210px;
border: 1px solid #557A9A;
font-family:Tahome, Arial;
font-size:11px;
color:#333333;
background-image:url(../images/formFieldBG.jpg);
background-repeat:repeat-x;
background-color:#FFFFFF;
}
.button{
text-align:right;
}

/**************************************************
 * Invoice 
 **************************************************/
 
 
 
div.invoicePayer {
	float: left;
	clear: left;
	border-style: solid;
	border-width: 2px;
	border-color: black;
	padding: 7px;
	width: 250px;
}


div.invoiceMerchant {
	float: right;
	border-style: solid;
	border-width: 2px;
	border-color: black;
	background-color: #E6E6FA;
	padding: 7px;
	width: 260px;
}


div.invoiceMerchant span.heading{
	font-weight: bold;
	font-style: italic;
	letter-spacing: 3px;
}

div.invoicePayer span.heading{
	font-weight: bold;
	font-style: italic;
	letter-spacing: 3px;
}


table.invoice {
	border-collapse: collapse;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	width: 100%;
}

table.invoice td{
	border-collapse: collapse;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
}



/**
 * Date Form
 */

table.dateForm td{
	padding: 10px;
	text-align: right;
}


form.dateForm input.button {
	float: left;
	margin-left: 0px;
	margin-top: 15px;
	background-color: #0045FF;
	border-color: #87CEFA;
	color: #FFFFFF;
	font-weight: bold;
}




/**
 * Boxes for various kinds of things
 */
 

div.informationBoxHeading{
	width: 540px;
	border-bottom: solid 0px #000000;
	margin-bottom: 15px;
	font-weight: bold;
}


div.informationBox{
	width: 540px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border-style: solid;
	border-color: #99B4FF;
	border-width: 3px;
}



div.adminAdviceResponseBox{
	width: 530px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	border-left: solid #000000 2px;
	border-bottom: solid #000000 2px;
	background-color: #CCCCCC;
}


div.adminAdviceResponseBox h1{
	border-bottom: solid 1px #000000;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 12px;
}



div.userAdviceBox{
	width: 530px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	border-left: solid #000000 2px;
	border-bottom: solid #000000 2px;
}


div.userAdviceBox h1{
	width: 550px;
	border-bottom: solid 1px #000000;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 12px;
}

