/* ------------------------------
 Page styles
------------------------------ */
* {
	padding: 0;
	margin: 0;
}
body {
	font-family: tahoma;
	font-size: 11px;
	color: #666;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-color: #292929;
}

/* ------------------------------
 General styles
------------------------------ */
h1 {
	width:600px;
	margin: 0;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: -1px;
	padding-left:20px;
	padding-top:10px;
	background: url(./images/background-h1.jpg) no-repeat;
	height: 30px;
}
h2 {
	font-weight: normal;
	padding-bottom: 7px;
	font-size: 10px;
}
a {
	color: #999;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border          : 0;
}
ul{
	list-style-type: none;
	list-style:none;
}

/* ------------------------------
 Base content
------------------------------ */
.content {
	width: 600px;
}

/* ------------------------------
 Menu content
------------------------------ */
.menu {
	float:left;
	padding-top: 50px;
	width: 310px;
}

.menu ul li {
	float: right;
}

.menu ul li a {
	margin-top: 2px;
	font-family: Verdana;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	padding-top: 7px;
	padding-left: 5px;
	width: 155px;
	height: 23px;
	float: right;
}

.menu ul li a:hover {
	background: #292929;
}

.menu ul li.active a {
	color: #FF9900;
	background: #292929;
}

/* ------------------------------
 Main(Right parts) content
------------------------------ */
 .right {
	padding-left: 310px;
	padding-top: 50px;
}
.right img {
	margin-right: 10px;
	display: block;
	border: 2px solid #CCC;
 }
 
.right a img:hover {
	border: 2px solid #CC99FF;
}

/* ------------------------------
 Info content
------------------------------ */
 .info {
	color:#FFF;
	font-size:14px;
	width:595px;
	height:150px;
	border:solid 1px #212121;
	overflow-y:scroll;
	padding:10px;
	scrollbar-base-color: #212121; 
}


/* ------------------------------
 Table
------------------------------ */
table.tbmain {
	width : 620px;
}
table.tbmain td{
	color:#fff;
	padding : 10px;
	text-align: center;
	border-bottom: solid 1px #212121;
}

/* ------------------------------
 Message Box
------------------------------ */
.warning {
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #D63301;
	background-color: #292929;
}
.warning li{
	list-style-type: none;
	list-style:none;
}

/* ------------------------------
 Footer
------------------------------ */
#footer {
	text-align:right;
	margin-top:50px;
	width:610px;
}

