body, .rowdata {
/*	background-color: #EAECEE;*/
	background-color: #858585;
}

body, td, input, textarea, select {
        font-family: tahoma, helvetica, verdana, arial, sans-serif;
        font-size: 11;
        color: #333333;
}

.rowdata {
	background-color: #efefef;
}
.rowdatasel {
	background-color: #D8E1EB;
}

input, textarea, select { border:1px solid #333333; padding:0; }
input.checkbox { border:none; }

input.biginput { padding:2px 15px 2px 15px; }

table.content_box { 
	margin:30px 0 30px 0; 
	border-top:1px solid #fff;
	border-left:1px solid #fff; 
}
table.content_box TD { 
	border-bottom:1px solid #fff; 
	border-right:1px solid #fff; 
}

.content_outerbox {
	background-color:#5a5a5a;
	border-bottom: solid 1px #454545;
}
.login_box {
	margin:70px 0 70px 0;
	background-color:#f5f5f5;
}


input.btn_class {
	color:#ffffff;
	background-color: #be0101;
	border:1px solid #ffffff;
	padding:2px 15px 2px 15px;
	font-size:10;
}

.p_box {
	margin:15px 0 15px 0;
	background-color:#f5f5f5;
}
.p_innerbox {
	padding:15px 5px 0 5px;
}

td {
	vertical-align: top;
}

td.header {
	background-color: #be0101;
	vertical-align: middle;
	padding:5px 0 5px 5px;
	color:#ffffff;
}
td.header a, td.header a:link, td.header a:visited, td.header a:active, td.header a:hover {
	color: #fff;
	text-decoration: underline;
}

td.title {
	background-repeat: repeat-x;
	background-image: url(./tablebg.gif);
	font-weight: bold;
	font-size: 13;
	text-align:left;
	color:#ffffff;
	padding-right:15px;
/*	border-top: solid 1px #000000;*/
	border-bottom: solid 1px #454545;
}

small {
	font-size: 10;
}


a, a:link, a:visited, a:active {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #be0101;
	text-decoration: underline;
}

img { border:none; }
