﻿body
{
	font-family: Tahoma,Times New Roman,Verdana,Helvetica,Helvetica-Narrow,sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	background: #f4f4f4;
}

#title h1 a:link, #title h1 a:visited
{
	text-decoration: none;
	color: #0000ff;
}

#title h1
{
	color: #0000ff;
}

#title
{ 
	height: 24px;
	width: 850px;
	color: #0000ff; 
	font-size: 30px;
	font-weight: bold;
}

#log_view
{
	margin-left: 690px;
	color: #3300cc;
	font-size: 12px;
	font-weight: bold; /*background: url(images/background_title.jpg) no-repeat center top;*/
}

#loginBar
{
	background: url(images/background_title.jpg);
}

.logout
{
	font-size: 12px;
	font-weight: bold;
	color: #0000cc;
}

.login_box 
{
	width: 150px;
}

.login_box input.text
{
	width: 150px;
}

#logdiv
{
	margin-left: 250px;
	font-size: 15px;
	font-weight: bold;
}

#Header_div
{
	font-size: 15px;
	font-weight: bold;
	height: 26px;
	width: 810px;
}

#Search_div
{
	font-size: 15px;
	font-weight: bold;
	height: 26px;
	width: 810px;
}

#nav_header
{
	margin: 0 auto;
	background: #75746E url(images/background_nav_top.gif) repeat-x top;
	line-height: normal;
	width: 1000px;
	height: 40px;
}

#nav_header ul
{
	margin: 0;
	padding: 0px 0;
	list-style: none;
	float:left;
	background: url(images/nav_top_filler.gif) repeat-x right top;
}

#nav_header li
{
	float: left;
	background: url(images/nav_top_left.gif) no-repeat left top;
	margin: 0;
	padding: 0;
}

#nav_header a
{
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	float: left;
	display: block;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 5px;
	background: url(images/nav_top_right.gif) no-repeat right top;
	padding: 13px 25px 13px 15px;
}

#nav_header a span
{
	border-bottom: #ccc 1px solid;
	padding-bottom: 54px; /* hide the underline in normal state, required for hover effect in IE */
}

#nav_header a:hover span
{
	border-bottom: #c0c0c0 1px solid;
	padding-bottom: 2px;
}

.Grid
{
	border-style: solid;
	border-width: 1px;
	border-bottom-color: #F4F4F4;
	border-left-color: #F4F4F4;
	border-right-color: #F4F4F4;
	border-top-color: #F4F4F4;
}

.Grid th
{
	border-width: 1px;
	border-bottom-color: #F4F4F4;
	border-left-color: #F4F4F4;
	border-right-color: #F4F4F4;
	border-top-color: #F4F4F4;
}

.Grid tr
{
	border-width: 1px;
	border-bottom-color: #F4F4F4;
	border-left-color: #F4F4F4;
	border-right-color: #F4F4F4;
	border-top-color: #F4F4F4;
}
	