@charset "UTF-8";
/* CSS Document */

<style type="text/css">


/* BODY TEMPLATE STUF ____________________________________________________________________ */

.body {
	background-color: #FFF;
	background-image: url(videocontrolroom.com/web/bak3.jpg);
	background-repeat: repeat-x;
	color: #131313;
}
.content
{
/* width setting recommended */
width: 900px;
/* align left to fix the previous IE css bug */
text-align: left;
/* zero margin top/bottom, auto margin for left/right */
margin: 0 auto;
border: 0.5px solid #f5f5f5;
background-color:#FFFFFF;
background-image:url(content_bak.jpg);
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}

.wrapper {
	width: 935px;
	background-repeat:repeat-y;
	margin: 0px auto;
	background-image:url(wrapper_glow.jpg);
	
}
.header {
	height: 100px;
	width: 900px;
	text-align: left;
	background-color: #000000;
	margin: 0 auto;
	border: 0.0px solid #ccc;
	
}
.flashbanner{
	height:100px;
	width: 900px;
	background-colour:#000000;
	margin: 0 auto;
	text-align: left;
	border: 0.5px solid #ccc;
}
.footer {clear: both;
	width:900px ;
	height:100px;
	background-image:url(footer_grad.jpg);
	background-color: #ffffff;
	color: #CCCCCC;
	font-size: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	border: 0.5px solid #f5f5f5;
}
.img_centre{
	text-align: center;	
}

/* TEXT STUF ______________________________________________________________________________ */

a:link {
	color: #CCC;
}
a:visited {
	color: #999;
}
a:hover {
	color: #666;
}
a:active {
	color: #666;
}

	
.style21 {
	color: #333333;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
}
.style25 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
.style26 {
	color: #00CCFF; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px;
	}

.style28 {
	color: #333; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px;
}
.style30 {
	color: #333333; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
}
a:link {
	color: #666;
}
a:visited {
	color: #666;
}
.style281 {	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
.style211 {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.style251 {color: #666666}
.style261 {color: #00CCFF}
.style10 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
}
.style11 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #09c;
}
#thick {	font-weight: bold;
}

#dek {POSITION:absolute;VISIBILITY:hidden;Z-INDEX:200;}
.table_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #06C;
	text-align: center;
	background-color: #FFF;
}
.tikcross {
	text-align: center;
	background-color: #FFF;
}
.style41 th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
.totel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #09C;
}

/* MENU TABS STUF___________________________________________________________________________________-*/
.menu{
	height:26px;
	width: 900px;
	border:none;
	background-color:#333;
	border:0px;
	font-size:10px;
	font-weight:bold;
	margin: 0 auto;
	list-style: none;
	}
.menu ul{
	background:#333333;
	height:25px;
	list-style:none;
	margin:0;
	padding:0;
	list-style: none;
	}
	.menu li{
		float:left;
		padding:0px;
		list-style: none;
		}
	.menu li a{
		background:#333333 url("images/seperator.gif") bottom right no-repeat;
		color:#cccccc;
		display:block;
		font-weight:normal;
		line-height:25px;
		margin:0px;
		padding:0px 25px;
		text-align:center;
		text-decoration:none;
		list-style: none;
		}
		.menu li a:hover, .menu ul li:hover a{
			background: #2580a2 url("images/hover.gif") bottom center no-repeat;
			color:#FFFFFF;
			text-decoration:none;
			list-style: none;
			}
	.menu li ul{
		background:#333333;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		list-style: none;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		list-style: none;
		
		}
	.menu li li {
		background:url('images/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		list-style: none;
		}
	.menu li:hover li a{
		background:none;
		list-style: none;
		
		}
	.menu li ul a{
		display:block;
		height:20px;
		font-size:10px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		list-style: none;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#2580a2 url('images/hover_sub.gif') center left no-repeat;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			list-style: none;
			}
	.menu p{
		clear:left;
		list-style: none;
		}	

		

/* HomePage Setup_______________________________________________________________________*/

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
}
#content {
	text-align: left;	
	padding: 0;
	margin: 0 auto;	
}

/* sidebar */
#sidebar {
	float: right;
	width: 30%;
	margin: 0 0 10px 0; padding: 0;	
}	
#sidebar h1 {
	padding: 10px 0px 5px 10px;
	margin: 0%;	
	font: bold 1.3em 'Trebuchet MS', Tahoma, Sans-serif;
}
.sidebox {
	background: #f5f5f5;
	border: 1px solid #EFEDED;
	margin-bottom: 10px;
	margin-right: 10px;
}

/* main */
#main {
	float: left;
	width: 68%;	
	margin: 0 0 10px 0; padding: 0;	
	text-align: left;

}
#main h1 {
	padding: 10px 0px 0px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #f2f2f2; 	
	font: normal 1.5em 'Trebuchet MS', Tahoma, Sans-serif;
}
.post {
	margin: 0; padding: 0;
	background: #FFF url(gradientbg.jpg) repeat-x;
	border: 1px solid #EFEDED;
	margin-left: 10px;
}
.post .post-footer {
	background-color: #FAFAFA;
	border: 1px solid #f2f2f2;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
a:visited {
	color: #666;
}
a:hover {
	color: #999;
}
a:active {
	color: #999;
}
.rows {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #069;
	background-color: #F4F4F4;
}

.tb-background {
    background-color : #ccc;
    border: 1px solid #008000;
}
.rss {
	color: #CCC;
}
.rows {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #069;
	background-color: #F4F4F4;
}

.tb-background {
    background-color : #ccc;
    border: 1px solid #008000;
}
.thik28 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#333;
}
</style>/* End of CSS __________________________________________________________________________________*/
