/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    color: #666666;
    background-image: url(/images/background.gif);
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
}
.body-outer {
    width: 95%;
    margin: 0px auto 0px auto;
    padding: 0px;
    background-color: #4F4F4F;
}
a, a:active, a:visited {
	font-family:verdana,sans-serif;
	color: #59AFEF;
  	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

a:visited{
	font-family:verdana,sans-serif;
	color:#338DCF;
  	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

a:hover {
	font-family:verdana,sans-serif;
	color: #59AFEF;
	font-size: 11px;
	font-weight: bold;
}
.textSizeZero{
	color:#FFF;
	font-family:verdana,sans-serif;
	font-size:12px;	
}
div.frontPageBannerText{
	margin-top:10px;
	width:400px;
	text-align: left;
	border-top: solid 1px #FFF;
	border-left: solid 1px #FFF;
	padding:5px;
}

.textSizeOne{
	color:#FFF;
	font-family:verdana,sans-serif;
	font-size:13px;	
}

.trainTable{
	width:100%;
	background-color: #4f4f4f;
	padding:0px;
	color:#FFF;
		
}

div.layoutBox{
	margin:2px;
	float:left;
	width:302px;
	height:450px;
}
.bgImageBox{
	margin:2px;
	float:left;
	width:302px;
	height:270px;
}
.bgImages{
	border: 1px solid #000;
	height: 100px;
	width: 100px;
}
div.pagesselectedblock{
	border:1px #000000 solid;
	background: #72B7D8;
	width:15px;
	height:15px;
	float:left;
	padding:5px;
	margin:2px;
	text-align:center;
	vertical-align:middle;
}
div.pagesblock{
	border:1px #0000FF solid;
	background:#C1E3F0;
	width:15px;
	height:15px;
	float:left;
	padding:5px;
	margin:2px;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
}
div.pagesblock:hover{
	background:#79C8DF;
}

.top {
    background-color:#999999;
    color: #d9e9fb;
    text-align: center;
    padding: 6px 10px 6px 10px;
    font-size: 11px;
}
.top a, .top a:active, .top a:visited {
    color: #eaf3ff;
}
.top a:hover {
    color: #cce3ff;
}
.footer {
    background-color: #4f4f4f;
    color: #bbb;
    text-align: center;
    padding: 20px 10px 20px 10px;
    font-size: 11px;
}
.footer a, .footer a:active, .footer a:visited {
    color: #FFF;
}
.footer a:hover {
    color: #fff;
    text-decoration: underline;
}
.header {
    background-image:url(images/headerBg.jpg);
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}
.header-links {
    background-color: #999999;
    color: #d9e9fb;
    padding: 6px 10px 6px 13px;
    margin: 0px 0px 0px 0px;
}
#topBanner{
	width:100%;
	text-align:center;
	padding:3px;
}
div#menuContainer{
	position:relative;
	top: -99px;
}
.header-links a, .header-links a:active, .header-links a:visited {
    font-size: 13px;
    font-weight: bold;
    color: #d9e9fb;
    text-decoration: none;
}
.header-links a:hover {
    color: #fff;
}
a.tagLinks{
	color:#59AFEF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.codeText{
	display:none;
}
.codeText_on{
	display:block;
	background-color: #f8fcfe; 
	border: solid #c6def0; 
	border-width: 1px 1px 1px 1px; 
	font-color: #626161; 
	font-size: 10px;
	font-family: trebuchet MS, arial, verdana;
}
div.tagsBox{
	border: 1px solid #000000;
	background-color:#484848;
	width:95%;
	height:50px;
	color:#000000;
	padding:3px;
	overflow_y:auto;
}
.hr {
    width: 75%;
    padding: 1px;
    margin: 10px;
    border-bottom: solid 1px #dddddd;
    border-top: solid 1px #dddddd;
    font-size: 1px;
}
/* misc*/

h1 {
    padding: 10px 10px 10px 10px;
	font-family: verdana;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
    background-color: #FFFFFF;
    border: 0px;
	margin: 0px 0px 8px 0px;
	background-image:url(images/site/sectionTitles.gif);
	}
.h1div {
	font-family: verdana;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
    background-color: #1D83CF;
    border: 0px;
	margin: 0px 0px 8px 0px;
}
h2 {
    padding: 5px 5px 5px 10px;
	font-family: verdana;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
    background-color: #eaf3ff;
    border: solid 2px #d9e9fb;
	margin: 0px 0px 8px 0px;
}
p,td {
    font-family: verdana, sans-serif;
    font-size: 13px;
}
input,textarea {
    font-family: verdana, sans-serif;
    font-size: 11px;
}
.button
{
	background: #FFFFFF;
	border: 2px solid #CDDBDE;
	font-size: 10px;
	font-family: trebuchet MS, arial, verdana;
}
div.error {
    margin: 5px 0px 5px 0px;
    border: solid 2px #aa0000;
    padding: 5px;
    font-size: 11px;
    font-weight: bold;
    color: #ee0000;
}
.spacer
{
	padding: 5px;
}
/* header */
td.header {
	background-image:  url(/images/header_bg.gif);
}

td.header_links {
	background-color: #383838;
	height: 10px;
	font-size: 10px;
	color: #ffffff;
	padding-right: 15px;
	text-align: right;
}
td.header_links a{
	text-decoration; none;
	color: #ffffff;
	font-weight: normal;
    font-size: 10px;
}	

/*  LEFT menu */
td.menu {
	width: 190px;
	background: #4F4F4f;
	padding: 0;
	margin: 0;	
}

.menutitle {
    background-color: #484848;
	font-family: verdana;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
    padding: 8px 8px 6px 8px;
}
.menutitle a, .menutitle a:active, .menutitle a:visited {
    color: #fff;
    text-decoration: none;
}
.menutitle a:hover {
    text-decoration: underline;
}
div.submenu {
	background: #4f4f4f;
	padding: 0;
}
div.submenu a {
    font-weight: normal;
	display: block;
	padding: 2px 2px 2px 8px;
	margin: 0px;
	font-size: 13px;
	color: #6f7b99;
	border-bottom: dotted 1px #9cb0c8;
}
div.submenu a:hover { 
	background-color: #4f4f4f;
	color: #ff6c00;
}

    
/* MIDDLE */
.middle {
    background-color: #4f4f4f;
    padding: 10px;
    margin: 0px;
    font-size: 13px;
    color:#FFF;
}

/* RIGHT menu */
td.menu2 {
	width: 140px;
	background: #ffffff;
	padding: 0;
	margin: 0;
	border-right: 1px solid #c6def0;	
}
td.menu2 div.headmenu2 {
	background-image: url(/images/navigation_right_header.gif);
	width:139px;
	text-align: right;
	height: 37px;
	font-family: verdana;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}


/*  Footer */
td.footer {
	width: 100%;
	background: #f1f4f9;
	padding: 10;
	margin-bottom: 20;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #9cb0c8;
	font-family: verdana;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

/* UNCATEGORIZEDDD */
div.text {
	text-align: left;
	font-family: trebuchert ms, verdana, arial;
	color: #FFF;
	font-size: 11px;
}

div.text a{
	text-decoration: none;
	color: #59AFEF;
}

td.too {
	width: 300px;
	background: #f1f4f9;
	padding: 10;
	margin-bottom: 30;
	border-top: 1px solid #9cb0c8;
	border-bottom: 1px solid #9cb0c8;
	font-family: verdana;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}	
.panel {
    width: 175px;
    padding: 0pt 15px 15px;
    background: transparent url({dir_images}site/sb-bottom.gif) no-repeat scroll 0pt 100%;
}

.panel h3, label{
     margin: 0pt 0pt 5px -15px;
     padding: 15px 34px 0pt 15px;
     width: 150px;
     background: transparent url('{dir_images}site/sb-top.gif') no-repeat scroll 0%;
     color: #FFFFFF;
     display: block;
     font-family: "Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
     font-size: 1em;
     font-weight: bold;
     position: relative;
     text-transform: uppercase;
     cursor: pointer;
 }

.panelContent {
	position: relative;
	left:-35px;
   width:170px;
}
#sidebar {
	background: #696969 url({dir_images}site/sb-bg.gif) repeat-y;
	color: #fff;
	float: left;
	font-size: 11px;
	margin: 0 0 4px 4px;
	padding: 0;
	width: 199px;
}
a{
	color:#fff;
	font-family:verdana,sans-serif;
    font-size: 11px;
}
div.panelContent ul li{
	list-style-type: none;
}