/* CSS Document */

*{
	margin: 0;
	padding: 0;
}
body {
	font: 12px Arial, Helvetica, sans-serif;
}

h1 {
	font: bold 22px Arial, Helvetica, sans-serif;
	color: #3b5868;
	padding-bottom: 5px;
}
h1 a {
	font: bold 22px Arial, Helvetica, sans-serif;
	color: #3b5868;
	padding-bottom: 5px;
}
h2 {
	font: bold 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #1379cd;
	padding-bottom: 5px;
}
h3 {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #1379cd;
	padding-bottom: 2px;
	text-align: left;
}
h4 {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #3b5868;
	padding-bottom: 5px;
}
h5 {
	font: bold italic 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #0187b9;
	padding-bottom: 5px;
	text-align: center;
}

a{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #3b5868;
	text-decoration: underline;
}


p{
	padding: 7px 0;
}

ul{
	padding: 10px 40px;
}

.console {
	background-color: #d0c0c0;
}

.spectable, .spectable td, .spectable th {
	border-collapse: collapse;
	border:solid 1px black;
	padding: 2px 2px 2px 2px;
	text-align: left;
}

.spectable th {
	background-color: #c0c0ff;
}

#header {
	width: 920px;
	height: 60px;
	background: url(images/header.jpg) no-repeat;
	margin: 0 auto;
	padding: 33px 0 0 30px;
	margin-top: 2px;
}
#header .rightpart {
	float: right;
	padding: 10px 10px 0 0;
	text-align: right;
	font: bold 17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
}


#footer {
	width: 950px;
	margin: 0 auto;
	text-align: center;
	padding: 12px 0px 12px 0px;
	background: url(images/footer_bg.gif) repeat-x top;
	margin-top: 10px;
}

#footer a{
	text-decoration: none;
}
#footer a:hover{
	color: #000000;
	text-decoration: none;
}

#main_container {
	width: 950px;
	margin: 0 auto;
	background: url(images/content_bg.gif) repeat-x top #ffffff;
}



.sidebar {
	float: right;
/*	background: #f3f3f3; */
	width: 190px;
	margin-top: 7px;
}
.content_col {
	float: left;
	width: 740px;
	padding: 7px 5px 10px 10px;
	margin-top: 10px;
}


.cl_both { clear: both; }
.fl_rgt { float: right; }
.fl_lft { float: left; }
.zindex { z-index: 100;}


/*---------------- Top Menu Tabs --------------------------- */
#top_menu {
	width: 950px;
	margin: 0 auto;
	background:url(images/menu_bg.gif) repeat-x bottom;
	text-align: center;
}

#tabsJ {
	margin-top: 0px;
	font: bold 16px Arial, Helvetica, sans-serif;
    line-height:normal;
	height: 30px;
	padding-top: 4px;
	padding-left: 2px;
	text-align: center;
}
#tabsJ ul {
    margin:0 auto;
	padding: 0;
    list-style:none;
	width: 880px;
}
#tabsJ li {
     display:inline;
     margin:0;
     padding:0;
}
#tabsJ li img{
	float:left;
	margin: 7px 5px 0 -2px;
}
#tabsJ a {
	font: bold 16px   Arial, Helvetica, sans-serif;
	color: #ffffff;
     float:left;
     background:url(images/menu_lftbg.gif) no-repeat left top;
	 text-decoration: none;
     margin:0;
     padding:0 0 0 12px;
    background-position:0% -41px;
}
#tabsJ a span {
	font: bold 16px  Arial, Helvetica, sans-serif;
	color: #ffffff;
     float:none;
     display:block;
     background:url(images/menu_rgtbg.gif) no-repeat right top;
	 line-height: 28px;
     padding:3px 15px 0px 4px;
/*     padding:7px 12px 6px 4px;*/
     color:#ffffff;
	 width: 115px;
	 cursor: pointer;
    background-position:100% -41px;
}
 
#tabsJ a:hover span {
     color:#ffffff;
 	 text-decoration: none;
}
#tabsJ a:hover {
     background-position:0% -81px;
}
#tabsJ a:hover span {
     background-position:100% -81px;
}

#tabsJ #current a span {
     background-position:100% -81px;
     color:#ffffff;
	 border-bottom: 0px solid #fff;
}
#tabsJ #current a:hover {
     background-position:0% -41px;
}
#tabsJ #current a:hover span {
     background-position:100% -41px;
}
/*------------------------------- End Top Menu Tabs --------------------------- */
 

/*------------------------------- Begin Right column boxes --------------------------- */


.blck_title {
	font: bold 15px  Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: left;
	line-height: 30px;
	margin-top: 8px;
	padding-left: 33px;
}
.blck_title .imgicon {
	margin: 4px 0px 0 -24px !important;
	margin: 2px 0px 0 -24px;
	position: absolute;
/*	float: left;*/
}

.blck_inside {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000000;
/*	margin: 5px 5px;*/
	background: url(images/block_bg.gif) repeat-x bottom #ffffff;
	padding: 5px 5px 5px 10px;
	border: 1px solid #eeeeee;
}

.blue_rgt { background: url(images/rboxes/blue_right.gif) no-repeat top right #0093e3; }
.blue_lft { background: url(images/rboxes/blue_mid.gif) no-repeat top left #0093e3; }
.green_rgt { background: url(images/rboxes/green_right.gif) no-repeat top right #74ac00; }
.green_lft { background: url(images/rboxes/green_mid.gif) no-repeat top left #74ac00; }
.orange_lft { background: url(images/rboxes/orange_mid.gif) no-repeat top left; }
.yel_lft { background: url(images/rboxes/yellow_mid.gif) no-repeat top left; }
.dark_grn_lft { background: url(images/rboxes/dark_grn_mid.gif) no-repeat top left; }
.dark_blue_lft { background: url(images/rboxes/dblue_mid.gif) no-repeat top left; }

.maroon_rgt { background: url(images/rboxes/maroon_right.gif) no-repeat top right #c23f26; }
.maroon_lft { background: url(images/rboxes/maroon_left.gif) no-repeat top left #c23f26; }
.gray_rgt { background: url(images/rboxes/gray_right.gif) no-repeat top right #999999; }
.gray_lft { background: url(images/rboxes/gray_left.gif) no-repeat top left #999999; }

/*------------------------------- End Right column boxes --------------------------- */
