/* @override http://offpeakluxury//extranet/styles/extranet-styles.css */

body {text-align:center;margin:0;padding:0;font-family:verdana, helvetica, arial;font-size:70%;}
	
	h1 {color:#CC0000;font-size:130%;margin-bottom:8px;}
	h2 {color:#CC0000;font-size:110%;}
	
	em {color:#930;}
	
	a {color:#C00;text-decoration:none;}
	a:hover {text-decoration:underline;}
	
	textarea, input {font-size:11px;font-family:verdana,helvetica,arial}
	
	td {font-size:70%;}
	td.bodyb {color:#C00;font-weight:bold;}
	
	#logos {width:815px;text-align:left;margin:auto;}
	#logos img {float:left;margin:0;padding:0;}
	#logos img.mini {margin-top:30px;}
	#body {min-height:450px;}
	#bodytop {background-color:#E7E7E7;min-height:155px;}
	
	*html #body {height:450px;}
	*html #bodytop {height:155px;}
	
	#bodytopcontent {width:760px;text-align:left;margin:auto;padding-top:2px;}
	#bodytoptext {margin-left:150px;}
	#bodycontent {width:760px;text-align:left;margin:auto;}
	#menu {width:140px;float:left;text-align:right;padding-right:10px;margin-top:5px;}
	#menu a {color:#000;}
	#menu a:hover {color:#666;}
	#text {width:600px;float:left;padding:5px;}
	.clear {clear:both;}
	
	#copyright {color:#666;font-size:90%;}
	#copyright a {color:#666;}
	
	#footer {clear:both;color:#FFF;}
	#footercontent {width:760px;text-align:left;margin:auto;padding-top:2px;}
	#footertext {margin-left:150px;background-color:#850001;padding:5px 0;text-align:center;font-size:90%;}
	#footertext a {color:#CCC;}
	#footertext a:hover {color:#FFF;}
	
.rollon {background-color:#CCCCCC;border:1px solid #999;cursor:pointer;cursor:hand;}
.rolloff {background-color:#F0F0F0;border:1px solid #CCC;cursor:pointer;cursor:hand;}


/* progress box */
#progressbox{
	 border:1px solid #DDB9BA; width:130px; padding:5px; margin:0 0 5px 0; text-align:left;
	 line-height:1.4em;
}

#progressbox a{
color:#990000;
text-decoration:underline;
}
#progressbox a:hover{
color:#660000;
text-decoration:underline;
}

#progressbox strong.hdr{
	color:#990000;
	font-size:1.1em;
}

#progressbox div.wrap{
	background-color:#E7E7E7; margin:5px 0 5px 0; height:15px; width:130px;
}

#progressbox div.bar{
background: #DF6B04; /* for non-css3 browsers */

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCC66', endColorstr='#DF6B04'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#FFCC66), to(#DF6B04)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #FFCC66,  #DF6B04); /* for firefox 3.6+ */
}
.message-count {
	border-top: 1px solid #9CD7FB;
	border-bottom: 1px solid #9CD7FB;
	background: #E8F6FF url(../images/info.png) 1% 50% no-repeat;
	padding: 5px 10px 5px 28px;
	margin-bottom: 10px;
	margin-top: 8px;
}
.message-count a {
	color: #2C424E;
}
.live-status {
	float: right;
	background: #fff;
	padding: 10px;
	font-family: arial;
	width: 200px;
	border: 1px solid #C1C1C1;
	-webkit-box-shadow: 0 1px 2px rgba(100,100,100, .2);
}

.live-status p {
	font-size: 12px;
	color: #444;
	line-height: 1.4em;
}
.not-live span {
	background: #850001;
}

.live span {
	background: #8EB61B;
}

.live span, .not-live span {
	color: #fff;
	font-weight: bold;
	padding: 1px 3px;
}
/* @group Tables defaults */
table.table {
	margin-bottom: 1.4em;
	border: none;
	width: 98%;
	font-size: 12px;
}
.table th {
	border-bottom: 1px solid #595959;
	border-top: 1px solid #595959;
	font-weight: normal;
	text-transform: uppercase;
	background: #747474;
	color: #fff;
	font-size: 11px;
	text-align: left;
	padding: 10px;
	}
.table td {
	border-bottom: 1px solid #ddd;
	border-right: none;
	font-size: 12px;
	font-weight: normal;
}
.table th,.table td {
	padding: 7px 10px;
}
.table .delete {
	background: url(../images/delete.png) 0 0 no-repeat;
	text-indent: -999em;
	display: block;
	height: 16px;
	width: 16px;
	margin-left: 15px;
}
.table .delete:hover {
	background-position: 0 -16px;
}
/* @end */
