.clear{
	clear:both;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;  
}

.cells{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;  
}
.celltiny{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;  
}

.cellbanner{
        font-size: 11px;  
        border-bottom:2px solid #353535;
}
.cellbannertiny{
        font-size: 10px;  
        border-bottom:2px solid #353535;
}

.notesdiv {display:block;padding:2px;border:1px;border-color:#353535;border-style:solid;}

strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
#container{
	width:958px; 
	margin:0 auto; 
	margin-top:15px;
}

.h2{
	font-family: Arial, Helvetica, sans-serif;  
	font-size:24px;
}

.h3{
	font-family: Arial, Helvetica, sans-serif;  
	font-size:18px;
}

.h3-red{
	font-family: Arial, Helvetica, sans-serif;  
	font-size:18px;
	color:#bc0404;
}

.h3-bg-gray{
	background-color:#e8e8e8;
	padding-left:10px;
	font-family: Arial, Helvetica, sans-serif;  
	font-size:18px;
}

.h3-margined{
	margin-left:38px;
	font-family: Arial, Helvetica, sans-serif;  
	font-size:18px;
}

#float-h3{
	float:left;
}

.h4{
	font-family: Arial, Helvetica, sans-serif;  
	font-size:15px;
}

p{
	font-family: Arial, Helvetica, sans-serif;  
	font-size:12px;
}

#red{
	color:#d00000;
}

.text-description{
	margin-left:10px;
}

.text-description-red-u{
	margin-left:10px;
	color:#d00000;
	text-decoration:underline;
}

.right-container p{
	text-align:justify;
}

.gray-line{
	border-bottom:1px solid #e9e9e9;
	margin-top:10px;
}
.clean-links{
	color:#000;
	text-decoration:none;
}

/*HEADER*/

#head {
  margin-top:23px; 
  width:958px; 
  height:48px;
}

#head-left{
	width:38px; 
	height:48px; 
	background-image:url(../img/head-left.png); 
	background-repeat:no-repeat; 
  float:left;
}

#head-bg-rpt{
	width:909px; 
	height:48px; 
	background-image:url(../img/head-bg-rpt.png); 
	background-repeat:repeat-x; 
	float:left;
	position:relative;
}

#head-right{
	width:11px; 
	height:48px; 
	background-image:url(../img/head-right.png); 
	background-repeat:no-repeat;
  float:left;
}

.leaf-border{
	margin-left:5px;
	margin-right:5px;
}

/* HEAD LINKS STYLE */
	
	/* MENU DROPDOWN STYLE */
	
	#menu{}
	
	#menu table{
		border-collapse:collapse; 
		width:0; 
		height:0; 
		margin:-1px;
	}
	
	#menu ul{
		margin:0; 
		padding:0; 
		list-style:none; 
		white-space:nowrap; 
		text-align:left;
		position:relative;
    z-index: 9999;
	}
	
        #menu ul{display:inline-block !important;} 	

	#menu ul.level1{padding-right:2px;}
	
	#menu li{float:left;}
	
	#menu ul div{position:absolute; left:-9999px; top:-32000px;}

	#menu a, #menu span{
		display:block; 
		font:normal 14px/39px arial,sans-serif; 
		color:#fff; 
		height:39px; 
		text-decoration:none;
		padding:0 14px; 
		text-align:center;
	}
	
#menu ul.level1 li.level1-li a.level1-a,
#menu ul.level1 li.level1-li span.level1-a {
  float:left; margin-top:5px; padding-bottom:2px;
}

#menu ul.level1 li.level1-li span.level1-a:hover {
  border:0; 
  color:#fff; 
  background-image:url(../img/head-link-hover-2.png); 
  background-repeat:repeat-x;
}
#menu ul.level1 li.level1-li a.level1-a:hover {
	border:0; 
	margin-top:5px; 
	color:#fff; 
	position:relative; 
	background-image:url(../img/head-link-hover-2.png); 
	background-repeat:repeat-x;
}
	
	#menu ul.level1 li.level1-li a.level1-a.drop:hover{}
	
	#menu ul.level1 li.level1-li:hover{position:relative;}
	
	#menu ul.level1 li.level1-li:hover > a{color:#fff;}

	#menu ul.level1 li.level1-li a.level1-a:hover b{
		display:block; 
		width:1px; 
		height:1px; 
		overflow:hidden; 
		position:absolute; 
		right:-1px; top:38px; 
		background:transparent;
	}
	
	#menu ul.level1 li.level1-li:hover > a b{
		display:block; 
		width:1px; 
		height:1px; 
		overflow:hidden; 
		position:absolute; 
		right:-1px; 
		top:38px; 
		background:#111;
	}

	#menu ul :hover div{
		left:0; 
		top:46px; 
		background-color:#111; 
		padding-top:10px;
	}
	
	#menu ul :hover div ul{border:none; margin:10px 0 5px 0;}
	
	#menu ul :hover div ul li{float:none; height:25px;}
	
	#menu ul :hover div ul li a{
		display:block; 
		text-align:left; 
		font:normal 13px/25px arial,sans-serif; 
		color:#818181;
	}
	
	#menu ul :hover div ul li a:hover{
		display:block; 
		text-align:left; 
		font:normal 13px/25px arial,sans-serif; 
		color:#fff;
	}
	
	/* /menu dropdown */

/* /head links style */

#slogan{
	line-height:33px; 
	padding-top:15px; 
	float:right;
	position:absolute;
	top:0;
	right:0;
}

#welcome-header{
	margin-top:23px;
	margin-left:38px;
	width:920px;
}

#head-welcome-span{
	float:left;
	width:60%;
	text-align:left;
	border-bottom:1px solid #cccccc;
	height:30px;
	line-height:30px;
}

#authorized-teamspeak{
	text-align:right;
	float:left;
	width:40%;
	border-bottom:1px solid #cccccc;
	height:30px;
	line-height:30px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:14px;
}

/*BODY*/

#body{
	margin-top:22px; 
	margin-left:38px; 
	width:920px; 
	min-height:341px;
}

#body-login{
	width:289px; 
	height:341px; 
	background-image:url(../img/body-login-bg-rpt.png); 
	background-repeat:repeat-x; 
	float:left;
}
#body-presentation{
	/*background-image:url(../img/body-presentation.png); 
	background-repeat:none;*/ 
	float:left; 
	height:341px; 
	padding-left:2px; 
	width:629px;
}

.billing-black-border{
	border:1px solid #8B8888;
}

.billing-snapshot{
  background-color: #8d8d8d;
	background-image:url(../img/body-billing-snapshot-rpt.png);
	background-repeat:repeat-x;
	border:1px solid #fff;
}

.billing-ribbon{
	width:100%;
	background-image:url(../img/body-billing-ribbon.png);
	background-repeat:no-repeat;
	background-position:top right;
}

.billing-information{
	width:269px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px;
	color:#000;
	padding-top:25px;
	padding-left:10px;
	padding-right:10px;
}

.information-titles{
	float:left;
	width:50%;
	color:#656565;
	text-align:left;
	line-height:25px;
}

.p-red{
	color:#9b0000;
}

.p-green{
	color:#006633;
}

.billing-footer{
	float:left;
	width:50%;
	height:50px;
	vertical-align:bottom;
}

.billing-history{
	margin-top:10px;
	text-align:right;
}

.information-records{
	float:left;
	width:50%;
	color:#000;
	text-align:right;
	line-height:25px;
}

.payment-table{
	float:left; 
	margin-top:40px;
	width:100%;
}

.left-container{
	float:left;
	width:289px;
}

.right-container{
	float:left;
	margin-left:16px;
	width:610px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px;	
	border:1px solid #8b8888;
}

.white-bordered{
	background-image:url(../img/body-right-container.png);
	background-repeat:repeat-x;
	background-color:#8d8d8d;
	padding:22px 14px 14px;
	border:1px solid #fff;
}

.information-container{margin-top:10px;}

.body-right-head-td{  
	height:24px;
  position: relative
}

.body-right-head-td-repeat {
  background: transparent url(../img/body-right-head-td-repeat.png) top left repeat-x;
  height:24px;
  margin: 0 5px;
}

.body-right-body-td{
	background-color:#fff;
	padding:0 15px 0 15px;
}

.body-right-foot-td{  
	height:9px;
  position: relative;
}
.body-right-foot-td-repeat {
  background: transparent url(../img/body-right-foot-td-repeat.png) top left repeat-x;
  height:9px;
  margin: 0 5px;
}

.gray-bg-p{background-color:#e9e9e9; padding:3px 5px 3px 5px;}

.company-td{
	width:45%;
	border:1px solid #fff;
	padding-left:10px;
}

.entry-details-table{
	width:100%;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px;
}

.left-td-details{
	border:1px solid #fff;
	background-color:#e9e9e9;
	font-weight:bold;
	padding-left:10px;
	width:91px;
	height:22px;
}

.right-td-details{
	border:1px solid #fff;
	background-color:#e9e9e9;
	padding-left:10px;
}

.left-upload-details{padding-left:10px;	line-height:35px;}

.right-upload-details{padding-left:10px; line-height:35px;}

.input-hoster-form{
  border:1px solid #e9e9e9;	
	height:23px;
  padding: 6px 3px 0;	
}

.select-hoster-form{
	width:237px;
	height:26px;
	border:1px solid #e9e9e9;
}

.submit-hoster-form{
	background-image:url(../img/body-right-submit.png);
	background-repeat:no-repeat;
	width:73px;
	height:29px;
	border:none;
	background-color:transparent;
	cursor:pointer;
}

.submit-area{padding-top:70px;}

.change-details-table{
	background-color:#e9e9e9;
	width:451px;	
	padding-bottom:20px;
	padding-top:20px;
}

.change-details-td{padding: 10px 0 10px 10px; min-width:140px;}

.change-details-input{
	border:1px solid #dfdfdf;
	width:234px;
	height:26px;
	background-color:#fff;
	padding: 5px 25px 0 5px;
}

.locked-details-input{
	border:1px solid #dfdfdf;
	width:234px;
	height:26px;
	background-color:#e9e9e9;
	background-image:url(../img/body-input-lock.png);
	background-position:right center;
	background-repeat:no-repeat;
	padding: 5px 25px 0 5px;
}

.change-details-button{margin-top:20px;	cursor:pointer;}

.confirm-details-button{
	width:75px;
	height:29px;
	background-image:url(../img/body-button-confirm.png);
	background-repeat:no-repeat;
	border:none;
	background-color:transparent;
	margin-top:20px;
	cursor:pointer;
}
.modify-details-button{
  width:73px;
  height:29px;
  background-image:url(../img/body-button-modify.png);
  background-repeat:no-repeat;
  border:none;
  background-color:transparent;
  margin-top:20px;
  cursor:pointer;
}

.account-denied{
	text-align:right;
	padding-right:30px;	
	padding-bottom:40px;
}

.dashboard-table{
	background-color:#e8e8e8;
	width:349px;
	padding-left:18px;
	border:none;
}

.right-td-red{
	background-color:#9b0000;
	color:#fff;
	padding-left:10px;
	font-weight:bold;
}

.left-td-dashboard{
	width:30%;
	border:1px solid #fff;
	padding-left:10px;
	line-height:20px;
}

.right-td-dashboard{
	width:70%;
	border:1px solid #fff;
	padding-left:10px;
	line-height:20px;
}

.description-list{
	list-style-type:disc;
	list-style-position:inside;
}

.description-list li{padding-left:10px;}

.invoice-details-table{	width:544px; border:none;}

.body-td-invoice{
	border-bottom:1px solid #fff;
	background-color:#f1f1f1;
	line-height:21px;
}

.right-td-invoice{
	border-bottom:1px solid #fff;
	text-align:right;
	padding-right:10px;
	background-color:#f1f1f1;	
	line-height:21px;
}

.right-td-invoice-red{
	border-bottom:1px solid #fff;
	text-align:right;
	padding-right:10px;
	background-color:#a60c0b;	
	line-height:21px;
	color:#fff;
}

.right-td-invoice-alt{
	border-bottom:1px solid #fff;
	text-align:right;
	padding-right:10px;
	background-color:#e0e0e0;
	line-height:21px;
}

.head-td-invoice{
	background-image:url(../img/body-bg-invoice.png);
	background-repeat:repeat-x;
	height:21px;
	color:#fff;
	font-weight:bold;
}

.type-td {
  background-image:url(../img/body-bg-invoice.png);
  background-repeat:repeat-x;
  color:#fff;
  font-weight:bold;
  height:21px;   
  padding-left: 3px;  
}

.type-td-invoice{
	background-image:url(../img/body-bg-invoice.png);
	background-repeat:repeat-x;
	height:21px;
	color:#fff;
	font-weight:bold;
	width:69px;
}

.id-td-invoice{
	background-image:url(../img/body-bg-invoice.png);
	background-repeat:repeat-x;
	height:21px;
	color:#fff;
	font-weight:bold;
	width:111px;
}

.date-td-invoice{
	background-image:url(../img/body-bg-invoice.png);
	background-repeat:repeat-x;
	height:21px;
	color:#fff;
	font-weight:bold;
	width:129px;
}

.due-td-invoice{
	background-image:url(../img/body-bg-invoice.png);
	background-repeat:repeat-x;
	height:21px;
	color:#fff;
	font-weight:bold;
	width:119px;
}


.balance-td-invoice{
	background-image:url(../img/body-bg-invoice.png);
	background-repeat:repeat-x;
	height:21px;
	color:#fff;
	font-weight:bold;
	text-align:right;
	padding-right:10px;
	width:120px;
}

.type-td-invoice-gray{
	background-color:#bebebe;
	height:21px;
	color:#000;
	font-weight:bold;
	width:69px;
}

.id-td-invoice-gray{
	background-color:#bebebe;
	height:21px;
	color:#000;
	font-weight:bold;
	width:111px;
}

.date-td-invoice-gray{
	background-color:#bebebe;
	height:21px;
	color:#000;
	font-weight:bold;
	width:129px;
}

.due-td-invoice-gray{
	background-color:#bebebe;
	height:21px;
	color:#000;
	font-weight:bold;
	width:119px;
}


.balance-td-invoice-gray{
	background-color:#bebebe;
	height:21px;
	color:#000;
	font-weight:bold;
	text-align:right;
	padding-right:10px;
	width:120px;
}

.type-td-invoice-data{
	border-bottom:1px solid #fff;
	background-color:#f1f1f1;
	line-height:21px;
	width:69px;
}

.td-data {
  border-bottom:1px solid #fff;
  background-color:#f1f1f1;
  line-height:21px;
}

.id-td-invoice-data{
	border-bottom:1px solid #fff;
	background-color:#f1f1f1;
	line-height:21px;
	width:111px;
}

.date-td-invoice-data{
	border-bottom:1px solid #fff;
	background-color:#f1f1f1;
	line-height:21px;
	width:129px;
}

.due-td-invoice-data{
	border-bottom:1px solid #fff;
	background-color:#f1f1f1;
	line-height:21px;
	width:119px;
}


.balance-td-invoice-data{
	border-bottom:1px solid #fff;
	background-color:#f1f1f1;
	line-height:21px;
	text-align:right;
	padding-right:10px;
	width:120px;
}

.type-td-invoice-data-alt{
	border-bottom:1px solid #fff;
	background-color:#e0e0e0;
	line-height:21px;
	width:69px;
}

.id-td-invoice-data-alt{
	border-bottom:1px solid #fff;
	background-color:#e0e0e0;
	line-height:21px;
	width:111px;
}

.date-td-invoice-data-alt{
	border-bottom:1px solid #fff;
	background-color:#e0e0e0;
	line-height:21px;
	width:129px;
}

.due-td-invoice-data-alt{
	border-bottom:1px solid #fff;
	background-color:#e0e0e0;
	line-height:21px;
	width:119px;
}


.balance-td-invoice-data-alt{
	border-bottom:1px solid #fff;
	background-color:#e0e0e0;
	line-height:21px;
	text-align:right;
	padding-right:10px;
	width:120px;
}

#void-td-invoice{
	width:9px;
	background-image:url(../img/body-bg-invoice.png);
	background-repeat:repeat-x;
	height:21px;
}

#void-td-invoice-gray{
	width:9px;
	background-color:#bcbcbc;
	background-repeat:repeat-x;
	height:21px;
}

.void-td-invoice{
	width:9px;
	border-bottom:1px solid #fff;
	background-color:#f1f1f1;
}

.void-td-invoice-alt{
	width:9px;
	border-bottom:1px solid #fff;
	background-color:#e0e0e0;
}

.invoice-links{
	color:#d00000;
}

.td-line{
	line-height:18px;
}

#ip-td-left{
	width:107px;
	padding-left:5px;	
	vertical-align:top;
	padding-top:5px;
	background-color:#e9e9e9;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
}

.ip-td-center{
	width:315px;
	background-color:#e9e9e9;
	padding-left:10px;
	text-align:left;
	border:1px solid #fff;
}

a.red-links, a.red-links:link, a.red-links:visited{color:#cc0000; text-decoration:none;}
a.red-links:hover, a.red-links:active{color:#cc0000; text-decoration:none;}

a:link, a:visited{color:#316394; text-decoration:none;}
a:hover, a:active{color:#316394; text-decoration:none;}

.del-ip-td{
	width:88px;
	padding-left:10px;
	text-align:left;
	border:1px solid #fff;
	background-color:#e9e9e9;
}

#add-ip{margin-top:20px; margin-left:110px;}

#payment-gray-table{
	width:100%;
	border:none;
	line-height:50px;	
}

.td-left-payment{
	width:170px;
	height:52px;
	line-height:52px;
	border:1px solid #fff;
	background-color:#e8e8e8;
	padding-left:10px;
}

.td-center-payment{
	width:77px;
	height:52px;
	line-height:52px;
	border:1px solid #fff;
	background-color:#e8e8e8;	
	text-align:center;
}

.td-right-payment{
	width:270px;
	height:52px;
	line-height:52px;
	border:1px solid #fff;
	background-color:#e8e8e8;
	padding-left:10px;	
}

.method-text{
	background-image:url(../img/body-arrow-indent.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:10px;
}

.method-details{
	background-image:url(../img/body-double-arrows-indent.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:10px;
}

#company-table{
	width:344px;
	border:none;
	margin-left:20px;
	
}

.company-td-left{
	width:45%;
	height:25px;
	line-height:25px;
	border:1px solid #fff;
	padding-left:10px;
	background-color:#e9e9e9;
}

.company-td-right{
	width:55%;
	height:25px;
	line-height:25px;
	border:1px solid #fff;
	padding-left:10px;
	background-color:#e9e9e9;
}

#modify-company-details{
	width:364px;
	text-align:right;
}

.license-selection-type{
	width:100%;
	height:111px;
	background-color:#e9e9e9;
	text-align:center;
}

#license-type-description{
	float:left; 
	margin-left:50px; 
	height:25px; 
	line-height:25px;
}

#license-type{
	float:left; 
	margin-left:10px; 
	height:25px; 
	line-height:25px; 
	width:400px;
}

.license-buttons{
	margin-top:30px;
}

#confirm-license{
	border:0;
	background-color:transparent;
	background-image:url(../img/body-button-continue.png);
	background-repeat:no-repeat;
	width:77px;
	height:23px;
	cursor:pointer;
	margin-left:20px;
}

.invoice-details-td-l{
	width:100px;
	border:none;
	padding-left:10px;
	vertical-align:top;
}

.invoice-details-td-r{
	width:220px;
	border:none;
	padding-left:10px;
	vertical-align:top;
}

.invoice-details-td-left{
	width:100px;
	border:none;
	padding-left:10px;
	vertical-align:top;
	background-color:#e9e9e9;
	height:21px;
	line-height:21px;
	border-bottom:1px solid #fff;
}

.invoice-details-td-center{
	width:220px;
	border:none;
	padding-left:10px;
	vertical-align:top;
	background-color:#e9e9e9;
	height:21px;
	line-height:21px;
	border-bottom:1px solid #fff;
	background-image:url(../img/body-invoice-disc.png);
	background-repeat:no-repeat;
	background-position:right center;
}

.invoice-details-td-center-r{
	width:220px;
	border:none;
	padding-left:10px;
	vertical-align:top;
	background-color:#e9e9e9;
	height:21px;
	line-height:21px;
	border-bottom:1px solid #fff;
	background-image:url(../img/body-account-disc.png);
	background-repeat:no-repeat;
	background-position:right center;
}

.invoice-details-td-right{
	width:220px;
	border:none;
	padding-left:10px;
	vertical-align:top;
	background-color:#d1d1d1;
	height:21px;
	line-height:21px;
	border-bottom:1px solid #fff;
}

.invoice-details-td-right-r{
	width:220px;
	border:none;
	padding-left:10px;
	vertical-align:top;
	background-color:#b90b0a;
	height:21px;
	line-height:21px;
	border-bottom:1px solid #fff;
	color:#fff;
}

.halved-div-td-l{
	float:left; 
	width:100px; 
	text-align:left;
}

.halved-div-td-r{
	float:right; 
	width:100px; 
	padding-right:10px; 
	text-align:right;
	vertical-align:top;
}

#activity{width:100%; border-bottom: 1px solid #E9E9E9; padding-top: 6px;}

#left-activity{float:left;}

#right-activity{float:right; font-size:32px;}

.charges-table{width:328px; float:right; border:none}

.charges-td-left{width:151px; padding-left:10px; text-align:left; height:21px; line-height:21px;}

.charges-td-right{width:177px; padding-right:10px; text-align:right; height:21px; line-height:21px;}

.charges-td-left-gray{width:151px; background-color:#e9e9e9; border:1px solid #fff; padding-left:10px; text-align:left; height:21px; line-height:21px;}

.charges-td-right-gray{width:177px; background-color:#e9e9e9; border:1px solid #fff; padding-right:10px; text-align:right; height:21px; line-height:21px;}

#gray-trouble-div{width:536px; min-height:45px; padding:6px 0 0 10px; background-color:#e9e9e9;}

.trouble-support{color:#ab0707; font-size:26px; font-weight:bold;}

#spec-logged{margin-top:50px; padding-bottom:50px;}

.red-bg{background-color:#c90000; color:#fff; padding:0 5px 2px 5px;}

#athp-license-table{width:544px; background-color:#e9e9e9; height:74px; line-height:74px;}

#right-athp-td{font-size:25px; color:#b11010;}

/*BODY-LOGIN*/

#body-globe{
	width:289px; 
	height:341px; 
	background-image:url(../img/body-login-globe.png); 
	background-repeat:no-repeat; 
	background-position:bottom right;
}

#login-form{
	padding-top:12px; 
	padding-left:10px; 
	width:269px;
}

#login-lock{
	width:29px; 
	height:32px; 
	float:right;
}

#form-login{/*margin-top:18px;*/}

.login-labels{
	color:#656565; 
	font-size:12px; 
	font-family: Arial, Helvetica, sans-serif; 
}

.div-login-inputs{
	width:266px; 
	height:34px;
}

#inputs-delimiter{
	height:14px;
}

.input-td-left{
	background-image:url(../img/body-login-td-left.png); 
	width:6px; 
	height:34px; 
	float:left;
}

.input-td-right{
	background-image:url(../img/body-login-td-right.png); 
	width:6px; 
	height:34px; 
	float:left;
}

.login-inputs{
	width:254px; 
	padding-top:10px; 
	height:24px; 
	background-image:url(../img/body-login-bg-inputs.png); 
	background-repeat:repeat-x; 
	border:none; 
	float:left; 
	line-height:24px;
}

#login-button{
	background-image:url(../img/body-login-button.png); 
	background-repeat:no-repeat; 
	width:79px; 
	height:29px; 
	border:none; 
	background-color:transparent; 
	/*margin-top:20px;*/
}

.general-links{
	height:100%;
	line-height:100%;
}

a.general-links, 
a.general-links:link, 
a.general-links:visited{
	font-family: Arial, Helvetica, sans-serif;  
	font-size:12px; 
	color:#333333; 
	text-decoration:none;
}

a.general-links:hover, 
a.general-links:active{
	font-family: Arial, Helvetica, sans-serif;  
	font-size:12px; 
	color:#333333; 
	text-decoration:underline;
}
a.password-link{
	height: 29px;
	line-height: 29px;
}

.login-hr{
	background-image:url(../img/body-login-hr.png); 
	background-repeat:repeat-x; 
	width:100%; 
	height:2px; 
	margin-top:10px;
}

#login-button-td{

}

#search{
  padding-top: 12px;
	text-align:center;
  width: 170px;
}

/*FOOTER*/

#footer{
	border-top:1px solid #cdcdcd; 
	border-bottom:1px solid #cdcdcd; 
	height:82px; 
	width:920px; 
	margin-top:30px; 
	margin-bottom:20px;
	margin-left:38px;
}

#left-footer{
	height:66px; 
	text-align:center; 
	padding-top:24px;
  position: relative;
}

#right-footer{
	position: absolute;
  top: 16px;
  right: 0;
}

a.footer-links, 
a.footer-links:link, 
a.footer-links:visited{
	font-family: Arial, Helvetica, sans-serif;  
	font-size:12px; 
	color:#316394; 
	text-decoration:none;
}

a.footer-links:hover, 
a.footer-links:active{
	font-family: Arial, Helvetica, sans-serif;  
	font-size:12px; 
	color:#316394; 
	text-decoration:underline;
}

#footer-copy{
	color:#aeacac;
  display: block;
  padding-top: 9px;	
}

.footer-inter-links{
	color:#aeacac; 
	font-size:10px; 
	font-family: Arial, Helvetica, sans-serif;  
	margin-right:5px; 
	margin-left:5px;
}

.login_form_buttons{
	margin-top:12px;
}

.form_buttons {
  margin-top: 18px;
  width: 100%;
}
.form_buttons td {
  text-align: right;
}

/*
 * Misc
 */
.textarea_style {
  border: 1px solid #E9E9E9;
  padding: 3px;
}
a.highlight, a.highlight:link, a.highlight:visited {
  color: #9B0000;
  text-decoration: none;
}
a.highlight:hover, a.highlight:active {
  text-decoration: underline;
}
#search-description {
  padding-top: 3px;
}
