html, body
	{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	min-height: 100%;
	}
	
body
	{
	background-color: #d9dcdf;
	background-image: url('/gu2/flowery_background.jpg');
	background-attachment: fixed;
	background-position: center top;
	font-family: Helvetica, Arial, Sans-serif;
	color: black;
	font-size: 12px;
	}
	
a
	{
	text-decoration: none;
	color: #003f85;
	}
	
a:hover
	{
	text-decoration: underline;
	}
	
a:visited
	{
	text-decoration: none;
	}
	
form
	{
	padding: 0px;
	margin: 0px;
	}
	
img
	{
	border-style: none;
	border: 0px;
	}
	
hr {
	border: 0;
	width: 100%;
	height: 7px;
	background-image: url('/gu2/fancy_hr.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 7px;
	-moz-background-size: 100% 7px;
	-o-background-size: 100% 7px;
	-webkit-background-size: 100% 7px;
	margin-top: 10px;
	margin-bottom: 10px;
}
	
.input_plain
	{
	padding: 0px;
	margin: 0px;
	width: 100%;
	border: 0px;
	border-style: none;
	background: none;	
	outline: none;
	position: relative;
	top: 1px;
	font-size: 12px;
	color: #aaaaaa;
	}
	
.searchbox1
	{
	padding: 0px;
	margin: 0px;
	width: 100%;
	border: 0px;
	border-style: none;
	background: none;	
	outline: none;
	position: relative;
	top: 1px;
	font-size: 12px;
	color: #000000;
	resize: none;
	}
	
.searchbox2
	{
	padding: 0px;
	margin: 0px;
	width: 100%;
	border: 0px;
	border-style: none;
	background: none;	
	outline: none;
	position: relative;
	top: 1px;
	font-size: 12px;
	color: #aaaaaa;
	resize: none;
	}
	
.searchcontainer
	{
	/* Apply this to tables that contain text input elements */
	width: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: #c2c5c9;
	padding: 0px;
	}
	
.container
	{
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-width: 1000px;
	height: auto;
	min-height: 100%;
	background-image: url('/gu2/container_background.png');
	background-repeat: repeat-y;
	background-position: center;
	}
	
.header_container
	{
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-width: 100%;
	height: 120px;
	background-image: url('/gu2/header_graphite_background.png');
	background-repeat: repeat-x;
	background-position: center;
	}
	
.header_color_bars
	{
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-width: 100%;
	height: 114px;
	background-image: url('/gu2/header_color_bars.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	}
	
.logo_table
	{
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 1000px;
	height: 74px;
	font-size: 10px;
	color: #b9b9b9;
	color: rgba(255, 255, 255, 0.75);
	}
	
.logo_table a
	{
	color: #ffffff;
	color: rgba(255, 255, 255, 1);
	}
	
.logo_table a:hover
	{
	text-decoration: underline;
	}
	
.logo_table_td1
	{
	width: 396px;
	text-align: left;
	}
	
.logo_table_td2
	{
	text-align: center;
	}
	
.logo_table_td3
	{
	width: 396px;
	text-align: right;
	}

.logo_table_lift_span
	{
	position: relative;
	top: -16px;
	}

.preload
	{
	display: none;
	}

.navbar_table
	{
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 1000px;
	height: 40px;
	}
	
.navbar_td_search
	{
	background-image: url('/gu2/nav_search_background.png');
	}
	
.body_container
	{
	width: 1000px;
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
	}
	
.top_location {
	font-size: 9px;
}
	
.message
	{
	width: 100%;
	word-wrap: break-word;
	word-break: break-word;
	text-align: justify;
	}
	
.copyright_push
	{
	height: 100px;
	}
	
.copyright
	{
	font-size: 9px;
	color: #333333;
	height: 100px;
	position: relative;
	top: -100px;
	margin-bottom: -100px;
	}
	
.postbar_left
	{
	background-image: url('/gu2/postbar_left.png');
	background-repeat: no-repeat;
	width: 55px;
	height: 58px;
	text-align: right;
	}
	
.postbar
	{
	background-image: url('/gu2/postbar_background.png');
	background-repeat: repeat-x;
	height: 58px;
	}
	
.postbar_right
	{
	background-image: url('/gu2/postbar_right.png');
	background-repeat: no-repeat;
	background-position: right center;
	height: 58px;
	}
	
.avatar_container
	{
	width: 50px;
	height: 50px;
	text-align: center;
	margin-left: auto;
	margin-right: 0px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center;
	}
	
.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;
	}
	
.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;
}
