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

body,td,th {	
	color: #FFFFFF;
}
body {	
	background-color: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

.oneColFixCtr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.gray_backing_body {
	background-color: #333333;
	background-image: url(../barthumb_bg_2.jpg);
	background-repeat: no-repeat;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;	
	color: #FFFFFF;
}
a:hover {	
	text-decoration: none;	
	color: #CA0000;
}
.oneColFixCtr #container p {
	font-size: 75%;
}

a:active {	
	text-decoration: none;	
	color: #FF0000;
}



.style1 {	
	color: #FFFFFF;	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 9px;
}
.style2 {
	color: #FFFFFF;
	font-weight: bold;
}
.style7 {
	color: #FF0000
}
.style11 {	font-size: 10px;	font-family: Verdana, Arial, Helvetica, sans-serif;}
.style12 {	color: #999999;	font-weight: bold;}
.style13 {
font-size: 12px
}
.style14 {color: #000000}
.style16 {	
	color: #999999;
	font-weight: bold;
}
.style17 	{
	color: #FFFFFF
}
.style18 {
color: #FFFFFF
}
.style19 {
font-size: 11px
}
.style20 {color: #FF0000; font-weight: bold; }
.style21 {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;}
.style22 {	color: #FF0000;	font-weight: bold;}
.style23 {	font-size: 12px;	font-family: Verdana, Arial, Helvetica, sans-serif;}
.style24 {font-family: Verdana, Arial, Helvetica, sans-serif}
.footer {
	text-align: right;
}
.style25 {
	color: #990000;
	font-weight: bold;
}
.footer p {
	font-size: 75%;
	color: #3B3B3B;
	text-align: right;
}
.gutter {
	padding: 5px;
}
.seling_print_matrix_box {
	width: 620px;
	overflow: auto;
	height: 450px;
}
.seling_print_matrix_box .line_item {
	width: 600px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #757575;
	border-right-color: #757575;
	border-bottom-color: #757575;
	border-left-color: #757575;
	height: 200px;
}
.center {
	text-align: center;
}

.fl_lef {
	float: left;
	display: inline;
}
.fl_rit {
	float: right;
	display: inline;
}
.parg2 {
	color: #6C6C6C;
}

.clearfloat  { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}.fl_rit p {
	margin: 0px;
	padding: 0px;
}
.fl_rit3 {
	float: right;
	text-align:right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	margin-right:10px;
	overflow: hidden;
	width: 110px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.side_bar11 {
	background-image: url(../bar2.jpg);
	background-color: #000000;
	background-repeat: no-repeat;
}
