@import url(common.css);
/* --- Override common.css ---*/
body{
	background:url(../templates/images/background_red.jpg);
}

#main_panel .hdr_title{
	background:url(../templates/images/tab_red.jpg) repeat-x;
}

#left_panel li a{
	background:url(../templates/images/buttback_red.jpg) no-repeat;
}

/* --- End of override ---*/

table{
	border-collapse:collapse;
}

th {
	padding:0px 4px;
	height:30px;
	border-color:#ffffff;
	border-width:1px;
	border-style:solid;
	line-height:normal;
	text-align:center;
}

td {
	padding:0px 4px;
	background:#ccc;
	border-color:#fff;
	border-width:1px;
	border-style:solid;
	height:24px;
}

td.desc_title{
	color:#c00;
	font-weight:bolder;
	background:#eee;
}

td.desc {
	background:#ddd;
}


#leftsearch{
	margin:0px 4px;
	background:#f5f5f5;
	padding-left:5px;
}

#leftsearch p{
	margin:4px 0px;
}

select {
	font-size:11px;
}

.formButton, input.button_red{
	color:#fff;
	height:24px;
	width:54px;
	font-size:11px;
	border:none;
	background: transparent url(../templates/images/form_button_red.gif) no-repeat; 
	cursor:pointer;	
    line-height: 14px; 
}

input.button_red:hover, .formButton:hover{
	background-position: left -24px; 	
}

input.button_grey{
	color:#fff;
	font-size:11px;	
	height:24px;
	width:54px;
	border:none;
	background: transparent url(../templates/images/form_button_grey.gif) no-repeat; 
    display: block;
	cursor:pointer;	
    line-height: 14px; 
}

input.button_grey:hover{
	background-position: left -24px; 	
}


a{
	color: #CC0000;
	text-decoration:none;
}

a:hover {
	color: #AAA;
	text-decoration:underline;
}

a.red{
    color:#c00;
}


#menu_userinfo td {
	padding:43px 0 0 88px;
	line-height:28px;
	background:none;
	border:0;
}

.content {
	padding:10px 20px 10px 20px;
}

#statustable td {
	padding:3px 10px 3px 10px;
}

#paging ul {
	list-style:none;
	margin:0;
	padding:0;
	padding-top:4px;
}
#paging li {
	display:inline;
}

#paging a {
	padding: 3px 5px 2px 5px;
	line-height:20px;
	border:1px solid #AAA;
	background: #EEE;
}

#paging a:hover {
	background: #444;	
	color: white;
}

/*item info box*/
.info {position:relative;}
.info:hover {background:#FFFFFF;}
.info span {display: none; z-index:100000;}
.info:hover span { display:block; z-index:100000;position:absolute;top:50px;left:130px;width:220px;text-decoration:none;
border:1px solid #006699; background:#444444; color:white;padding:5px;text-align:left;}
.info:hover span td { font-size:8pt; }
