html {
    height: 100%;
}

body {
    height: 100%;
	font-family: Arial, Helvetica, "Sans Serif";
	padding: 1px;
	margin: 0;
	background: #000000;
	vertical-align: top;
    font-color: #000000;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
}

input {
}

textarea {
	font-family: Arial, Helvetica, "Sans Serif";
}

select {
	font-family: Arial, Helvetica, "Sans Serif";
}

img {
    vertical-align: middle;
}

h2 {
    color: #ffffff;
}

label {
	width: 50%;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: right;
	font-weight: bold;
	text-transform: capitalize;
}

.field_group {
	float: left;
	clear: both;
	width: 100%;
}

div.field_group input {
	width: 60%;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #D5D9DD;
	font-size: 1em;
	color: #666;
	margin-left: 5px;
	padding: 1px;
	font-family: "Lucida Grande", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	z-index:100 !important;
	position:relative;
}

#container {
    margin:0px auto 0px auto;
    width: 935px;
    text-align: left;
    padding: 0px;
}

#top_nav {
    height: 96px;
    vertical-align: bottom;
}

#menu {
    margin-top: 10px;
    float: left;
    font-size: 18px;
    font-weight: bold;
    width: 620px;
}

.menu_item {
    float: left;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding-left: 8px;
    padding-right: 8px;
}

.tween {
    float: left;
    height: 20px;
    width: 8px;
    background: url(graphics/red_star.gif) center left no-repeat;
}

#login {
    float: left;
    margin-top: 5px;
    font-size: 12px;
    width: 310px;
}

.login_menu {
    float: left;
    padding-right: 1px;
    font-weight: bold;
}

#content {
    margin: 0px;
    padding: 0px;
    width: 935px;
}
#main_area {
    float: left;
    width: 615px;
    margin-top: 5px;
}

#main_full {
    margin-top: 10px;
    width: 100%;
}

#gap {
    float: left; 
    width: 5px; 
}

#side_bar {
    float: left;
    width: 305px;
    margin-top: 5px;
}

.top_line {
    background-color: white;
    width: 100%;
    height: 2px;
}

.separator {
    background-color: white;
    width: 100%;
    height: 1px;
}

.oldnews_item {
    margin-top: 5px;
    margin-bottom: 5px;
}

.page_title {
    font-size: 18px;
    font-weight: bold;
    padding-left: 8px;
    padding-top: 3px;
    padding-bottom: 4px;
}

#main_content {
    padding-top: 5px;
}

#side_bar_content {
    padding-top: 5px;
}

.product_box {
    float: left;
    margin: 5px;
    width: 32%;
    height: 180px;
}

a:link {
    color: white;
}

a:visited {
    color: 
}



.large_text {
    font-size: 16px; 
    font-weight: bold;
    line-height: 16px;
}

.normal_text {
    font-size: 12px;
}

.content_box {
    width: 674px; 
    border: 1px solid white;
    padding: 7px;
}

#left_nav {
    width: 160px;
    text-align: left;
    color: white;
    float: left;
}



#sub_menu {
    background: #ed1e24;
    height: 24px;
    font-weight: bold;
    width: 690px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

#sub_menu a {
    display: block;
    float: left;
}

#sub_menu a:hover {
    color: white;
    text-decoration: underline;
    display: block;
    float: left;
}

#sub_menu .selected {
color: white;
    text-decoration: underline;
}

.left_nav {
    color: #ffffff;
    font-family: Arial, Verdana, Helvetica, Sans Serif;
}

a:link {
    color: white;
    text-decoration: none;
  }

a:visited {
    color: white;
    text-decoration: none;
}
a:hover {
    color: #ed1e24;
}

a:active {
    color: red;
    text-decoration: none;
}

.notice a:link {
    color: red;
    font-weight: bold;
    text-decoration: none;
  }

.notice a:visited {
    color: red;
    font-weight: bold;
    text-decoration: none;
}
.notice a:hover {
    font-weight: bold;
    color: black;
}

.notice a:active {
    color: red;
    font-weight: bold;
    text-decoration: none;
}

a.selected {
    color: #ed1e24;
}

i {
color: #ffffff;
}

.positive {
    background: #e3ffe6;
    padding: 5px 5px 5px 10px;
    color: green;
    border: 1px solid green;
}
.negative {
    padding: 5px 5px 5px 10px;
    color: #ed1e24;
    background: #ffe3e5;
    border: 1px solid #ed1e24;
}

.required {
    float: left;
    background: url(graphics/asterisk.gif) center right no-repeat;
}

.mainContent {
    padding: 10px;
    vertical-align: top;
    color: #ffffff;
    font-family: Arial, Verdana, Helvetica, Sans Serif;
}

.blogTitle {
    font-weight: bold;
}

.blogItem {
    padding: 10px;
    border-bottom: 1px solid white;
}

.menu_items {
    padding: 5px;
}

.fieldTitle {
    text-align: right;
    font-size: 12px;
    line-height: 12px;
    border-right: 1px solid white;
}

.fieldValue {
    text-align: left;
    font-size: 12px;
    line-height: 12px;
}

.error {
    background: url(graphics/cross.gif) center left no-repeat;
    padding-left: 20px;
    font-weight: bold;
    color: #ed1e24;

}

.responseBox {
    width: 80%;
}

.quotedResponse {
    border: 1px solid white;
    padding: 10px;
    text-align: left;
    color: white;
    width: 80%;
}

.red_button {
    background-color: #ed1e24;
    color: white;
    font-weight: bold;
    border: 1px solid white;
    cursor: pointer;
}

.green_button {
    background-color: #0bc61d;
    color: white;
    font-weight: bold;
    border: 1px solid white;
    cursor: pointer;
}

.white_line {
    color: white; 
    background-color: white; 
    height: 1px; border: 0;
}

.hr {
    background-color: white;
    height: 1px;
    padding: 0;
    margin: 0;
}

.red_title {
    font-size: 0.8em;
    line-height: 1.6em;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: middle;
    color: #ed1e24;
    font-weight: bold;
}

// Menus

#menu {
    margin: 0;
    padding: 0;
    width: 690px;
}

.red_star {
    display: inline;
    width: 8px;
    height: 31px;
    float: left;
    background: url(graphics/red_star.gif) center right no-repeat;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

.white_star {
    width: 28px;
    height: 23px;
    float: left;
    background: url(graphics/white_star.gif) center center no-repeat;
}



#nav, #nav ul {
	padding: 0;
	margin: 0;
}

#nav a {
	display: block;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    padding-left: 46px;
    padding-right: 54px;
    background: url(graphics/red_star.gif) right no-repeat;
    font-weight: bold;
}

#nav li {
	float: left;
	list-style-type: none;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
}

#nav li ul a {
    padding-left: 10px;
    text-align: left;
    border: 0;
    background: 0;
    font-weight: bold;

}

#nav li ul a:hover {
    color: white;
    text-decoration: underline;
    font-weight: bold;

}


#nav li ul {
	position: absolute;
	width: 17em;
	left: -999em;
    border: 1px solid white;
    background: #ed1e24;
    line-height: 2.2em;
    font-weight: bold;
    padding: 5px;

}

#nav li:hover ul {
	left: auto;
    width: 150px;

}

/* Tables */

.table_container {
    width: 100%; 
    margin-top: 12px;
}

.table_container a {
    color: #ed1e24;
    font-weight: bold;
}

.table_container a:hover {
    color: white;
    font-weight: bold;
}

.title_column {
    float: left;
    padding-left: 5px;
    padding-bottom: 10px;
    font-weight: bold;
}

.title_column_bl {
    float: left;
    border-left: 1px white solid;
    padding-left: 5px;
    padding-bottom: 10px;
    font-weight: bold;
}

.cell {
    float: left;
    text-align: left;
    padding-left: 5px;
    height: 16px;
}

.cell_bl {
    float: left;
    text-align: left;
    border-left: 1px white solid;
    padding-left: 5px;
    height: 16px;
}

#loading {
 z-index: 100;
 position: absolute;
 top: 40%;
 left: 40%;
 background-image: url("graphics/processing.gif");
 background-repeat: no-repeat;
 background-position: 5px;
 background-color: white;
 padding-left: 25px;
 padding-top: 8px;
 border-style: double;
 border-color: #c0c0c0;
 width: 120px;
 height: 30px;
 color: black;
 font-size: 1.2em;
 font-weight: bolder;
}

img {
    vertical-align: middle;
}

.product_title {
    font-weight: bold; 
    font-size: 16px
}

#reports_top_nav {
	height: 180px;
}

#reports_content {
	position: absolute;
	width: 500px;
	left: 50%;
	margin-left: -250px;
}

#centered_logo {
	position:absolute;
	top: 10px;
	left: 50%;
	width: 142px;
	height: 142px;
	margin-left: -71px; /*set to a negative number 1/2 of your width*/
}

.client {
    padding: 10px;
}
