@charset "utf-8";
/* CSS Document */

h1 {
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	color: #263F26;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	text-transform: capitalize;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
}
body {
	background-color: #E2E9E2;
	color: #263F26;
	margin:0;
	padding:0;
}

main_container{
	width:1000px;
	border: 1px solid #122B12;
	float: left;
}


center_container{
width:700px;
}

left_container{
	width:150px;
	float: left;
}

right_container{
	width:150px;
	float: left;
}




/*Credits: CSSpplay */
/*URL: http://www.cssplay.co.uk/menus/pro_eight */

.pro8 {padding:0 0 0 17%; margin:0; list-style:none; height:25px; background:#fff url(/graphics/sites/xscripts.biz/tour/menu/pro_eight_back.gif); position:relative; border:1px solid #000; border-width:0 1px 1px 1px; border-bottom-color:#444;}
.pro8 li {float:left;}
.pro8 li a {display:block; float:left; height:25px; line-height:23px; background:url(/graphics/sites/xscripts.biz/tour/menu/pro_eight_0.gif); color:#fff; text-decoration:none; font-size:11px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 12px; cursor:pointer;}
.pro8 li a b {float:left; display:block; padding:0 12px 0 0; background:url(/graphics/sites/xscripts.biz/tour/menu/pro_eight_0.gif) right top;}
.pro8 li.current a {color:#fff; background:url(/graphics/sites/xscripts.biz/tour/menu/pro_eight_2.gif);}
.pro8 li.current a b {background:url(/graphics/sites/xscripts.biz/tour/menu/pro_eight_2.gif) right top;}
.pro8 li a:hover {color:#000; background:url(/graphics/sites/xscripts.biz/tour/menu/pro_eight_1.gif);}
.pro8 li a:hover b {background:url(/graphics/sites/xscripts.biz/tour/menu/pro_eight_1.gif) right top;}
.pro8 li.current a:hover {color:#fff; background:url(/graphics/sites/xscripts.biz/tour/menu/pro_eight_2.gif); cursor:default;}
.pro8 li.current a:hover b {background:url(/graphics/sites/xscripts.biz/tour/menu/pro_eight_2.gif) right top;}



/* setup */


/* header styles */
#header {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	border-bottom:4px solid #000;
}


/* column container */
.colmask {
	clear:both;
	float:left;
	width:100%;				/* width of page */
	overflow:hidden;
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;				/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:.5em 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
							only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */
.threecol {
	background:#f4f4f4;		/* right column background colour */
}
.threecol .colmid {
	right:17%;				/* width of the right column */
	background:#fff;		/* center column background colour */
}
.threecol .colleft {
	right:66%;				/* width of the middle column */
	background:#f4f4f4;		/* left column background colour */
}
.threecol .col1 {
	width:62%;				/* width of center column content (column width minus padding on either side) */
	left:102%;				/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:13%;				/* Width of left column content (column width minus padding on either side) */
	left:23%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:13%;				/* Width of right column content (column width minus padding on either side) */
	left:93%;				/* Please make note of the brackets here:
							(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
/* Footer styles */
#footer {
	clear:both;
	padding:1em 2%;
	border-top:1px solid #ccc;
}
/*  */


img.floatLeft{
	float:left;
	margin-right:4px;
	margin-bottom:2px;
}



/* table */
table { margin: 1em; border-collapse: collapse; }

thead {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #91A991;
} 

td, th { padding: .1em; border: 1px #000000 solid;text-align:center; }

tfoot{
	font-weight: bold;
	background-color: #CCCCCC;
}

tr.switch_row_01{
	background-color:#E2E9E2;
}

tr.switch_row_02{
background-color:#FFFFFF;
}

#command{
	color: #FFFFFF;
	background-color: #000000;
}