/* CSS Document */

body, html {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #CCCCCC;
	width: 100%;
	height: 100%;
	margin: 0px;
	border: 0px;
	padding: 0px;
	background-color: #1d2226;
}

a, form, h1, h2, h3, h4, h5, h6, img, input, select, option, textarea, p, table, tr, td, div, ul, li, ol {
	font-family: Arial, Helvetica, sans-serif;
}

.redfont {
	color:#FF0000;
}

a {
	font-size:12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

a:link {
    text-decoration: none;
}

a:hover {
    color: #9966CC;
}

a:visited {
    text-decoration: none;
}

a:active {
    text-decoration: underline;
}

.subtitle {
	font-size:12px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}

.subtitle2 {
	font-size:12px;
	font-weight: bold;
    color: #003366;
    text-decoration: none;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: -9em auto 0;
}

.push{
	height: 9em;
}

#header {
	/*position: fixed;*/
	background:url(img/topheaderbg.jpg) repeat-x;
}

.logo {
	float:left;
	width: 521px;
}

.minimenu {
	float:right;
	width: 102px;
}

#centerframe {
	margin: auto;
	width: 894px;
}

#menu {
	clear:both;
	background:url(img/menubg.jpg) repeat-x;
}

#flashheader {
	margin:auto;
	padding-top: 10px;
	width:754px;
}

#contentpane {
	margin:auto;
	padding: 10px;
	width: 736px;
}

.leftpane {
	float:left;
	width: 260px;
}

.rightpane {
	float:right;
	width: 470px;
}

/* Navigation Round Corners Background Color*/
.t {
	background: url(img/mt.jpg) 0 0 repeat-x; width: 100%;}

.b {background:  url(img/mb.jpg) 0 100% repeat-x}

.l {background:  url(img/ml.jpg) 0 0 repeat-y}

.r {background:  url(img/mr.jpg) 100% 0 repeat-y}

.bl {background:  url(img/lb.jpg) 0 100% no-repeat}

.br {background:  url(img/rb.jpg) 100% 100% no-repeat}

.tl {background:  url(img/lt.jpg) 0 0 no-repeat}

.tr {background: url(img/rt.jpg) 100% 0 no-repeat; padding:12px}

.in {background: #321837 url(img/body_bg.jpg) repeat-x}

#box {
	background: url(img/vippass-bg.png) no-repeat;
	position:relative;
	padding: 8px;
	left: 0px;
	top: -13px;
	width: 225px;
	height: 280px;
}

.tables {
	border:thin;
 	border-color:#003366;
	border-style:dashed;
}

.tables_violet {
	background-color:#993399;
	border:thin;
 	border-color:#003366;
	border-style:dashed;
}

.tables_blue {
	background-color:#006699;
	border:thin;
 	border-color:#003366;
	border-style:dashed;
}

.tables_yellow {
	background-color: #999900;
	border:thin;
 	border-color:#003366;
	border-style:dashed;
}

.tables_grey {
	font-size:12px;
	font-weight:bold;
	color:#0099CC;
	background-color: #666666;
	border:thin;
 	border-color:#003366;
	border-style:dashed;
}

#ads {
	margin:auto;
	width: 792px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#footer {
	margin: auto;
	width: 792px;
	font-size: 12px;
}

#clear {
	clear:both;
}

.schd_text {
	color: #fff;
	font-size:12px;
	text-align: center;
}
.schd_days {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.schd_subtitle {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}
.schd_title {
	font-size: 30px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
