/* Global
------------------------------------ */
body {
	background: #000000;
	margin: 0;
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	color:#FF9900;
}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#FF9900;
}
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#FF9900;
}
h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFCC00;
	font-style: italic;
}
h5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFCC00;
}
h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFCC00;
}
#content {
	line-height: 20px;
	color: #FFFFFF;
	}
.content_bg {
	background: #404143;
	}
#specials {
	background: #8DC73D;
	color: #000;
	padding: 5px;
	border: 2px solid #f0f0f0;
	margin-bottom: 5px;
	text-align: center;
	}
	#specials a {
		color: #fff;
		}
	#specials p {
		margin: 0px;
		}
.MenuLabel {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#header_right_bg {
	 background: #000 url('../images/side_bar.jpg') repeat-y;
	 }
.picture {
	border: 1px solid #000;
	}

/* Typography
------------------------------------ */
body,
th,
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
a:link {
	color: #8DC73D;
	}
a:visited {
	color: #8DC73D;
	font-style: italic;
	}
a:hover {
	text-decoration: none;
	}
.red {
	color: #ff0000;
	}

/* Login
------------------------------------ */
.login td {
	font-size: 11px;
	}
.login_input {
	font-size: 9px;
	width: 100px;
	padding: 0px;
	}
.login_submit {
	font-size: 9px;
	}
	
/* Simbox
------------------------------------ */
#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	}
.lbLoading {
	background: #fff url(../images/slimbox/loading.gif) no-repeat center;
	}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
	}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	}
#lbPrevLink {
	left: 0;
	}
#lbPrevLink:hover {
	background: transparent url(../images/slimbox/prevlabel.gif) no-repeat 0% 15%;
	}
#lbNextLink {
	right: 0;
	}
#lbNextLink:hover {
	background: transparent url(../images/slimbox/nextlabel.gif) no-repeat 100% 15%;
	}
#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
	}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
	}
#lbCaption, #lbNumber {
	margin-right: 71px;
	}
#lbCaption {
	font-weight: bold;
	}
