body { 
	background-image: url('../images/background.png');
	background-repeat: repeat-x;
	background-color: #fcfcfc;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

p { 
	margin-top: 0px;
}

div.tickertop { 
	font-family: Segoe UI, Tahoma;
	font-size: 9pt;
	color: #bbbbbb;
}

div.topbar { 
	border-top: 1px solid black;
	width: 100%;
	height: 120px;
	background-color: #ba0101;
	background-image: url('../images/topbar.png');
	background-position: bottom left;
	background-repeat: repeat-x;
}

div.inside { 
	width: 1000px;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0px;
	left: 0px;
}

div.navbar { 
	width: 100%;
	height: 32px;
	background-image: url('../images/navbar.png');
	background-repeat: repeat-x;
	background-color: #000000;
	border-bottom: 1px solid #444444;
	border-top: 1px solid #333333;
}

div.content_container { 
	width: 1000px;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fcfcfc;
	background-image: url('../images/inner_background.png');
	background-repeat: repeat-x;
	min-height: 600px;
}

div.main_content { 
	padding: 10px; 
	background-color: #ffffff;
	margin-bottom: 10px;
	border: 1px solid #b9b9b9;
}

div.header {
	font-family: Segoe UI, Trebuchet MS, Tahoma, Arial;
	letter-spacing: -1pt;
	font-size: 20pt; 
	color: #a60000;
	padding-bottom: 9px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 15px;
}

div.nav_cal_entry { 
	line-height: 13px;
	margin-bottom: 8px;
}

div.nav_cal_title { 
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	margin-bottom: 4px;
}
	
a.navbar_link { 
	font-family: Segoe UI, Tahoma, Arial;
	font-size: 10pt;
	color: #aaaaaa;
	text-decoration: none;
	display: block;
	margin: 4px;
	margin-left: 10px;
	margin-right: 10px;
}

a.navbar_link:hover { 
	text-decoration: none;
	color: #ffffff;
}

a.navbar_link_selected, a.navbar_link_selected:hover { 
	font-family: Segoe UI, Tahoma, Arial;
	font-size: 10pt;
	color: #333333;
	text-decoration: none;
	display: block;
	margin: 4px;
	margin-left: 10px;
	margin-right: 10px;
}

div.navbar_container { 
	clear: both;
	padding-top: 3px;
	padding-left: 10px;
}

div.navbar_item { 
	margin-right: 15px;
	float: left;
}

div.navbar_item_selected { 
	margin-right: 15px;
	float: left;
	height: 29px;
	background-color: #d1d0cb;
	border-top: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
}

div.greet_text	{
	font-family: Lucida Grande, Tahoma;
	font-size: 11px;
	border: 1px solid #990000;
	float: right;
	margin-top: 25px;
	background-color: #aa0000;
	color: #ffffff;
}



a.tab_inactive { 

	display: block;
	border: 1px solid #aaaaaa;
	border-right: 0px solid #aaaaaa;
	padding-left: 10px;
	padding-right: 10px;
	height: 24px;
	padding-top: 3px;
	font-family: Tahoma;
	font-size: 8pt;
	background-image: url("../images/tab_inactivebg.gif");
	background-repeat: repeat-x;
	background-color: #D2D2D4;
	text-decoration: none;
	color: #333333;
}

.tab_inactive:hover, .tab_active:hover, .tab_inactive:visited, .tab_active:visited { 
	text-decoration: none;
	color: #333333;
}	

a.tab_active { 
	display: block;
	color: #333333;
	border: 1px solid #aaaaaa;
	border-right: 0px solid #aaaaaa;
	border-bottom: 1px solid white;
	padding-left: 10px;
	padding-right: 10px;
	height: 24px;
	padding-top: 3px;
	font-family: Tahoma;
	font-size: 8pt;
	background-color: #ffffff;
}

div.bubble {
	width: auto;
	margin-bottom: 24px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #ffffee;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 3px;
	background: transparent url(../images/tip.gif) no-repeat 20px 0;
	font-style: normal;
}

td.resultbox { 
	padding-right: 10px;
}

.cont_text {
	font-family: Segoe UI, Tahoma, Arial;
	font-size: 13px;
	line-height: 18px;
}

.cont_text div { 
	margin-bottom: 10px;
}
			
.cont_small {
	font-family: Tahoma;
	font-size: 12px;
}

div.sidenav_header { 
	background-color: #BA0000;
	color: #ffffff;
	padding: 3px;
	margin-top: 20px;
	font-weight: bold;
}

th.results { 
	border-bottom: 1px solid black;
	text-align: left;
	
}

.navbarfont {
	font-family: Verdana; 
	font-size: 7.5pt; 
	color: #999999;
}
			


a.login_link, a.login_link:visited { 
	color: #FFE3E3;
	text-decoration: none;
}
		
a.login_link:hover { 
	text-decoration: underline;
	color: #FFE3E3;
}
		
a {
	color: #a60000;
	text-decoration:none;
}
			
a:hover {
	color: #dd0000;
	text-decoration: underline;	
}

.login_box { 
	border: 1px solid #bbbbbb;
	background-color: #f4f4f6;
	padding: 10px;
}
 
.block_header { 
	font-family: Tahoma, Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #444444;
}
			
.small	{
	font-family: Segoe UI, Lucida Grande, Tahoma, Arial;
	font-size: 12px;
}
					
div.subheader {
	font-family: Segoe UI, Tahoma, Arial;
	font-size: 9pt;
	letter-spacing: 0px;
	margin-top: 4px;
	margin-bottom: 0px;
	color: #666666;
}

.commenthead{
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 13pt;
	color: #a60000;
}
	
	
a.navleftlink { 
	font-size: 11px;

	font-weight: bold;
	color: #222222;
	display: block;
	border-bottom: 1px solid #dddddd;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 3px;
}

a.navleftlink:hover { 
	background-color: #dddddd;
}

.pagenav	{
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 12pt;
	color: #a60000;
			}
			
.curpage {
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 12pt;
	color: #a60000;
	margin-left: 2px;
	margin-right: 2px;
}

a.boldbuttons{
	background: transparent url('../images/grey_button_left.gif') no-repeat top left;
	display: block;
	float: left;
	font-family: Segoe UI, Lucida Grande, Tahoma, Arial;
	font-size: 11px;
	color: #efefef;
	line-height: 16px;
	height: 24px; 
	padding-left: 6px; 
	text-decoration: none;
}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
	color: white;
}

a.boldbuttons span{
	background: transparent url('../images/grey_button_right.gif') no-repeat top right;
	display: block;
	padding: 4px 10px 4px 2px;
}

a:hover.boldbuttons{ 
	color: #ffffff;
}


.buttonwrapper{ 
	overflow: hidden;
	width: 100%;
}

.table_search { 
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

.littleinput { 
	border: 1px solid #BBC0C5;
	height: 17px;
	padding-left: 4px;
	font-family: Segoe UI, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

table.default_table { 
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
}

table.default_table thead {
	background-color:#dddddd;
	color: #555555;
	text-align: left;
	font-weight: bold;
	cursor: default;
	font-family: Segoe UI, Tahoma, Arial;
	font-size: 9pt;
	height: 23px;
	background-image: url('../images/gradient_med_gr.png');
}

.default_table th { 
	padding: 2px;
	padding-left: 4px;
	padding-right: 0px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #bbbbbb;
	background-image: url('../images/gradient_med_gr.png');
	border-bottom: 1px solid #cccccc;
	font-weight: normal;
	text-align: left;
}


.default_table th.nosort { 
	border-right: 0px solid #cccccc;
	border-left: 0px solid #eeeeee;
}

.default_table th.sorted {
	background-image: url("../images/sort.gif");
	background-repeat: no-repeat;
	background-position: center right;
}


.default_table td { 
	padding: 2px;
	font-family: Segoe UI, Arial, Tahoma;
	font-size: 8pt;
	padding-left: 4px;
	border-bottom: 1px solid #dddddd;
}

.default_table tr { 
	cursor: default;
}

.default_table tr.selected { 
	background-image: url("../images/selected_green.gif");
	background-color: #DEFFB5;
	background-repeat: repeat-x;
}

.default_table tr.unselected { 
	background-image: none;
}

.default_table th.sorted_reverse {
	background-image: url("../images/sort_rev.gif");
	background-repeat: no-repeat;
	background-position: center right;
}

.dyn_table_dropdown, .dyn_table_dropdown_sel {
	cursor: pointer;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	font-family: Segoe UI, Tahoma, Arial;
	font-size: 8pt;
	color: #333333;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 70px;
	height: 20px;
}

.dyn_table_dropdown_container { 
	position: relative;
	top: 0px;
	left: 0px;
	width: 70px;
	height: 20px;
	margin-left: 5px;
}

.dyn_table_dropdown { 
	background-image: url("../images/button_bg.gif");
	background-color: #dbdbdb;
	background-repeat: repeat-x;
}

.dyn_table_dropdown_sel { 
	background-color: #ffffff;
	border: 1px solid #aaaaaa;
	border-bottom: 1px solid white;
}

.dyn_table_dropdown_menu { 
	margin: 4px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	font-family: Segoe UI, Tahoma, Arial;
	font-size: 9pt;
	padding: 3px;
}

.dyn_table_dropdown_contents { 
	position: absolute;
	top: 19px;
	left: -3px;
	width: 160px;
	background-color: #f4f4f4;
	border: 1px solid #999999;
	display: none;
}

.table_title_text {
	padding-left: 2px;
	font-family: Segoe UI, Tahoma;
	font-size: 9pt;
}

.table_title { 
	background-image: url('../images/white_gradient.png');
	padding: 3px;
	height: 23px;
	border-top: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	color: #000000;
}