html, body, .nav_table_full_height, #fullheight {
	width: 100%;
	margin:0;
	padding:0;
	height:100%;
	border:none
}
#fullheight{
	height:100%;
}
body {
	background-color:#666666;
	margin: 10px 0px 0px;
}
body, option, select {
	scrollbar-face-color: #666666;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-3dlight-color: #EAEAEA;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-arrow-color: #CCCCCC;
	scrollbar-track-color: #CCCCCC;
}
body, table, th, td, tr, select, option, ul, ol, li, p, a, a:hover, a:visited, a:link, a:active, textarea, input {
	font: normal x-small/normal Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #EAEAEA;
	padding: 0px 0px 0px 0px;
}
select, option, textarea, input {
	font: normal x-small/normal Arial, Helvetica, sans-serif;
	background-color: #333333 !important;
	color:#EAEAEA !important;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
a, a:hover, a:visited, a:link, a:active {
	text-decoration: none;
	font-size: xx-small;
}
a:hover {
	text-decoration: underline;
}
.indent {
	padding: 0px 15px 9px 19px;
}
/* ---- Borders ---- */
.border_light_grey {
	border: 1px solid #7A7A7A;
}
.border_dark_grey {
	border: 1px solid #333333;
}
.border_white {
	border: 1px solid #EAEAEA;
}
.border_black {
	border: 1px solid #000000;
}
/* ---- End Borders ---- */

/* -------- TITLE SIZES -------- */

.title_white {
	font-weight: bold;
	color: #EAEAEA;
	font-size: x-small;
	padding-left: 25px;
	height:42px;
	background-repeat:no-repeat;
}
.title_white_border {
	font-weight: bold;
	color: #EAEAEA;
	font-size: small;
	padding-left: 25px;
	border: 2px solid #EAEAEA;
	background-repeat: no-repeat;
	height:45px;
}
/* X-Small */
.xsml_green {
	font-weight: bold;
	color: #D0CE11;
	font-size: xx-small;
}
.xsml_white {
	font-weight: bold;
	color: #EAEAEA;
	font-size: xx-small;
}
.xsml_black {
	font-weight: bold;
	color: #000000;
	font-size: xx-small;
}
.xsml_blue {
	font-weight: bold;
	color: #4F68D0;
	font-size: xx-small;
}
.xsml_red {
	font-weight: bold;
	color: #9A0000;
	font-size: xx-small;
}
.xsml_grey {
	font-weight: bold;
	color: #333333;
	font-size: xx-small;
}
.xsml_lt_grey {
	font-weight: bold;
	color: #7A7A7A;
	font-size: xx-small;
}
/* Small */
.sml_green {
	font-weight: bold;
	color: #D0CE11;
	font-size: x-small;
}
.sml_white {
	font-weight: bold;
	color: #EAEAEA;
	font-size: x-small;
}
.sml_black {
	font-weight: bold;
	color: #000000;
	font-size: x-small;
}
.sml_blue {
	font-weight: bold;
	color: #4F68D0;
	font-size: x-small;
}
.sml_red {
	font-weight: bold;
	color: #9A0000;
	font-size: x-small;
}
.sml_grey, a.sml_grey, a:hover.sml_grey {
	font-weight: bold;
	color: #333333;
	font-size: x-small;
}
.sml_lt_grey {
	font-weight: bold;
	color: #7A7A7A;
	font-size: x-small;
}
/* Medium */
.med_green {
	font-weight: bold;
	color: #D0CE11;
	font-size: small;
}
.med_white {
	font-weight: bold;
	color: #EAEAEA;
	font-size: small;
}
.med_black {
	font-weight: bold;
	color: #000000;
	font-size: small;
}
.med_blue {
	font-weight: bold;
	color: #4F68D0;
	font-size: small;
}
.med_red {
	font-weight: bold;
	color: #9A0000;
	font-size: small;
}
.med_grey {
	font-weight: bold;
	color: #333333;
	font-size: small;
}
.med_lt_grey {
	font-weight: bold;
	color: #7A7A7A;
	font-size: small;
}
/* Large */
.lrg_green {
	font-weight: bold;
	color: #D0CE11;
	font-size: medium;
}
.lrg_white {
	font-weight: bold;
	color: #EAEAEA;
	font-size: medium;
}
.lrg_black {
	font-weight: bold;
	color: #000000;
	font-size: medium;
}
.lrg_blue {
	font-weight: bold;
	color: #4F68D0;
	font-size: medium;
}
.lrg_red {
	font-weight: bold;
	color: #9A0000;
	font-size: medium;
}
.lrg_grey {
	font-weight: bold;
	color: #333333;
	font-size: medium;
}
.lrg_lt_grey {
	font-weight: bold;
	color: #7A7A7A;
	font-size: medium;
}
.text_box {
	background-color:#999999;
}
.border {
	border: 1px solid #FFFFFF;
}
.border_dotted {
	border: 1px dotted #3D5D78;
}
.main_header {
	font-weight:bold;
	font-size:small;
}
.prod_title {
	font-weight:bold;
	font-size:small;
}
.prod_header {
	font-weight:bold;
	text-align: center;
}
.prod_text {
	text-align: center;
}
.prod_style_header {
	font-weight:bold;
	background-color:#C5CFD7;
	color:#3E5D79;
	height:30px;
	border-right: 1px solid #FFFFFF;
	text-indent:4px;
	vertical-align:middle;
}
.prod_style_text {
	text-indent:4px;
	border-bottom: 1px solid #C5CFD7;
}
.quick_search_header {
	background-color: #333333 !important;
	color: #C5CFD7;
	height:30px;
	text-indent:4px;
	font-weight:bold;
}
.quick_search {	
	background-color: #333333 !important;
	width: 170px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}
hr, .hr {
	background-color: #3D5D78;
}
.boxes {  
	font-size: 9px; 
	color: #EAEAEA !important; 
	background-color: #333333 !important; 
	width: 250px; 
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px; 
	border-style: none;
}
.check {
	font-size: 9px; 
	color: #013e77;
}
.button2 {
	background-color:#3E5D79 !important;
	color:#C5CFD7 !important;
	border-right: 1px solid #FFFFFF;
	width: 170px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}
.mainarea_border {
	border: 1px solid #999999;
	background-color:#666666;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}