body {
	background-image: url('/grandunified/2010_background.png');
	background-repeat: repeat-x;
	background-color: #222933;
	background-position: center top;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #002b7a;
}

a:hover {
	text-decoration: underline;
}

hr {
	border: none 0; 
	border-top: 1px solid #999999;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

script {
	margin: 0px;
	padding: 0px;
	}

.container {
	background-image: url('/grandunified/content_background.png');
	background-repeat: repeat-y;
	background-position: center top;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

.content {
	width: 1000px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-color: white;
}

.header1 {
	height: 71px;
	width: 1000px;
	padding: 0px;	
	margin: 0px;
}

.header2 {
	background-image: url('/grandunified/header2.jpg');
	background-repeat: no-repeat;
	height: 29px;
	width: 1000px;
	padding: 0px;	
	margin: 0px;
	font-size: 12px;
	color: #39556b;
}

.header2 a {
	color: white;
	text-shadow: #000000 0px 0px 5px;
}

.searchbar {
	background-image: url('/grandunified/search_background.png');
	background-repeat: repeat-x;
	background-position: center center;
	width: 1000px;
	padding: 0px;	
	margin: 0px;
	font-size: 12px;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #b56c6c;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #501b00;
	border-left: 0px;
	border-right: 0px;
}

.input_container
	{
	background-image: url('/grandunified/input_background.png');
	background-position: center center;
	background-repeat: repeat-x;
	border: 1px;
	border-style: solid;
	border-color: #321100;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 0px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	}

.searchbox
	{
	background-image: url('/grandunified/input_background.png');
	background-position: center center;
	background-repeat: repeat-x;
	font-size: 14px;
	color: #999999;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px;
	}
	
.searchbox2
	{
	font-size: 14px;
	color: #999999;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px;
	}
	
.advancedsearch a
	{
	color: #999999;
	}
	
.tabbar {
	background-image: url('/grandunified/tabbackground.png');
	background-repeat: repeat-x;
	height: 40px;
	width: 1000px;
	padding: 0px;	
	margin: 0px;
	font-size: 14px;
	color: #39556b;
}

.top_location {
	font-size: 9px;
}
	
.rightcolumn
	{
	border-left: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding: 0px;
	width: 300px;
	}
	
.tablewithbottom
	{
	background-color: #d8dde3;
	background-image: url('/grandunified/tablegradient.png');
	background-repeat: repeat-x;
	background-position: center top;
	}
	
.tableshadow
	{
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 4px;
	background-image: url('/grandunified/tableshadow.png');
	background-repeat: repeat-x;
	background-position: center top;
	}

.bottomshadow {
	background-image: url('/grandunified/bottomshadow.png');
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	min-height: 36px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	color: #999999;
	font-size: 9px;
	text-transform: uppercase;
	
}

.quotetable
	{
	border: 0px;
	border-left-width: 2px;
	border-left-color: #0000FF;
	border-left-style: solid;
	color: #0000FF;
	}
	
.quotetable a
	{
	color: #0033CC;
	}
	
.codetable
	{
	border: 0px;
	border-left-width: 2px;
	border-left-color: #009900;
	border-left-style: solid;
	color:	#009900;
	}

.locationbar {
	background-color: #313941;
	width: 1000px;
	padding: 0px;	
	margin: 0px;
	font-size: 9px;
	color: #d8dadc;
}

.locationbar a {
	color: #d8dadc;
}

.attachmenttable {
	border: 1px;
	border-style: solid;
	border-color: #d3d9df;
	background-color: #eff3f7;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: auto;
	margin-right: auto;
	font-size: 9px;
	white-space: nowrap;
	width: 100%;
}

.message {
	width: 100%;
	border: 0px;
	margin: 0px;
	padding: 0px;
	word-wrap: break-word;
	word-break: break-word;
}

.attachmenttable img {
	border: 0px;
	}

.bottomshadow a {
	color: #999999;
}

.inputtable {
	width: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: gray;
}

.inputbox {
	width: 100%;
	margin: 0px;
	border: 0px;
	padding: 0px;
	-webkit-appearance: none;
	resize: none;
	}
	
.posthilit {
	background-color: #d5e8e6;
	margin: 2px;
	padding: 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}
	
.guide_cell_title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFF;
	background-color: #93A0A6;
}
.guide_cell_normal {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000;
	background-color: #e3e7e9;
}
.guide_cell_subtitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFF;
	background-color: #32393d;
}
.guide_cell_highlight {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFF;
	background-color: #093;
}
.guide_cell_category {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}
.guide_cell_na {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999;
	background-color: #e3e7e9;
}
