body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #828282;
	background-color: White;
	font-size: 10px;
	background: repeat-x;
	background-image:url(images/main_bg.gif);
}
td{
	font-size:11px;
}
fieldset {
	border-width: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
}

input {
	font-weight: normal;
	vertical-align: middle;
	padding: 0 3px;
	font-size: 1em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
input.text{
	cursor: text;
}
input.checkbox{
	cursor: pointer;
}
input.radio{
	cursor: pointer;
}
select {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	cursor: pointer;
	vertical-align: middle;
	border: 1px solid #666666;
	padding: 1px;
	background-color: #FAFAFA;
}
option {
	padding-right: 1em;
}

option.disabled-option {
	color: graytext;
}

textarea {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	padding: 2px;
	font-size: 1em;
	line-height: 1.4em;
}

label {
	cursor: default;
	padding-right: 5px;
	color: #676767;
}

label input {
	vertical-align: middle;
}

label img {
	vertical-align: middle;
}
a	{ color: Navy; text-decoration: none; }
a:hover	{ color: #000; text-decoration: underline; }
a.mainmenu, a.mainmenu:visited, a.mainmenu:active {
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
a.mainmenu:hover	{
	color: #000;
	text-decoration: underline; }

a.projecttitle {
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #253438;
	text-decoration: none;
}
a.projecttitle:visited {
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #253438;
	text-decoration: none;
}

/* a.topictitle:visited { color: #d2d2d2; } */

a.projecttitle:hover {
	color: #006400;
	text-decoration: underline;
}

a.projecttitle:active {
	color: #898989;
}
/*FORM ELEMENTS*/
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button,a.button:visited {
    background: transparent url('images/buttons/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    cursor: pointer;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span,a.button:visited span {
    background: transparent url('images/buttons/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
a.button:hover {
    background-position: bottom right;
    color: #000;
	 text-decoration: none;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

table.notice{
	border: 1px solid Black;
}
.descrip{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none;}

.descrip:hover{	font-family: Verdana, Arial, Helvetica, sans-serif;}

.heading{
	color:#000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:18px;
	font-weight: bold;
	}
.title_r{
	color:#f12938;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:18px;
	font-weight: bold;
}
td.MailHeading{
	color: White;
	background-color: Black;
	font-weight: bold;
	border: 1px solid Silver;
	}
.unread{
	color: #000000;
	background-color: #FF8888;
 }
a.unread{
	color: #FFFFFF;
 }
.mailbox_over{
	background-color: #f0d5a6;
	cursor: pointer;
}
.valign_bottom{
	vertical-align: baseline;
}
table.message_viewed{
	 border: 1px solid Black;
}
table.message_new{ border: 1px solid Red; }
td.subject{
	background-color: #CCCCCC;
	color: #000000;
	font-weight: bolder;
}

td.body_new{
	background-color: #FF8888;
	color: #000000;
}
.tdgreen{
		color: #000000;
		background-color: #55FF56;
}
.tdred{
	color: #000000;
	background-color: #FF8888;
	text-decoration: none;
}

.tdorange{
	color: #000000;
	background-color: #FF9900;
	text-decoration: none;
}

.tdyellow{
	color: #000000;
	background-color: #F7F7F7;
	text-decoration: none;
}

.tdgray{
	color: #000000;
	background-color: #F7F7F7;
	text-decoration: none;
}
.trhead{
	color: white;
	background-color: black;
	font-weight: bold;
	border-bottom: 1px solid #8F8F8F;
}
a.head{
	color: white;
	text-decoration: none;
}
.txtblack{
	color: #000000;
	font-weight: normal;
}

.txtblackB{
 	color: #000000;
	font-weight: bold;
}

.txtgray{
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: none;
}
.txtgrayS{
	color: #A9A9A9;
	font-weight: normal;
	text-decoration: none;
	font-size: 9px;
}


.lined{
	border:1px solid #CCC;
}
.padded{
	padding: 10px;
}


.txtdiv{ position:absolute; left:600px; top:200px; visibility:hidden; border:1px solid #CCCCCC; z-index:1;}
.txtwhiteB{ font-size: 11px; color: #FFFFFF; font-weight: bold; text-decoration: none;}
.tdgrayuser{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #F7F7F7;
	text-decoration: none;
}
.tdblue{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;	color: #000000;	background-color: #0f5080; text-decoration: none;}
/*Original*/

.solidline {
	BACKGROUND-COLOR: #cccccc
}
.topmenu{
	font : 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}
.topmenu a{
	color: #999999;
	text-decoration: none;
}
.topmenu a:hover{
	color: #000000;
	text-decoration: none;
}

.page{ 
	padding-left: 5px;
	padding-right: 5px;
  }
.content{
 padding-top: 180px;
 margin-left: auto;
 margin-right: auto;
 text-align: center ; 
}
.header_top{
	height: 50px;
	background: url(images/logo.gif) no-repeat left;
}
.top_menu{
position: absolute;
top:5px;
right:20px;
width: 50%;
text-align: right;
}
.mainbar{
	position: absolute;
	top:67px;
	left:10px;
	height:94px;
}
/*SUBMENU*/
.submenu{
	position: absolute;
	top: 162px;
	margin: 0px;
	padding: 0px;
	clear: both;
	color: #000000;
}
.submenu_left{
	height:45px;
	width: 15px;
	float: left;
	background-image:url(images/boxes/bx_sub_left.gif);
}
.submenu_center{
	width: auto;
	height:45px;
	float: left;
	text-align: center;
	background-image:url(images/boxes/bx_sub_bg.gif);
	background-repeat: repeat-x;

}
.submenu_center p{
	margin: 15px 5px 5px 0px;
	padding: 0;
	font-size:14px;

}
.submenu_right{
	width: 20px;
	float:left;
	height:45px;
	background-image:url(images/boxes/bx_sub_right.gif);
}
.top_message{
	position: absolute;
	top: 210px;
	width: 100%;
	height:auto;
	border: thin solid Black;
	text-align: center;
	color: Black;
	clear:both;
}
.red{
	background-color: #ffbebe;
}
.dred{
	background-color: #f12938;
}
.grey{
	background-color: #eaeaea;
}
.green{
	background-color: #deffce;
}
.dgreen{
	background-color: #afe8db;
}
.brown{
	background-color: #f0d5a6;
}
/*INFO BOX */
table.infobox{
	margin: 0px;
	padding: 0px;
	width: 100%;
}
td.infobox_topleft{
	height:20px;
	width: 20px;
	background-image:url(images/boxes/bx_info_top_left.gif);
}
td.infobox_top{
	height:20px;
	background-image:url(images/boxes/bx_info_top.gif);
}

td.infobox_topright{
	height:20px;
	width: 20px;
	background-image:url(images/boxes/bx_info_top_right.gif);
}
td.infobox_left{
	height:auto;
	width: 20px;
	background-image:url(images/boxes/bx_info_left.gif);
}
td.infobox_center{
	width: auto;
	height:auto;
	text-align: center;
	background-color: #e2efff;
}
td.infobox_right{
	height:auto;
	width: 20px;
	background-image:url(images/boxes/bx_info_right.gif);
}
td.infobox_bottomleft{
	height:20px;
	width: 20px;
	background-image:url(images/boxes/bx_info_bottom_left.gif);
}
td.infobox_bottom{
	height:20px;
	width: auto;
	background-image:url(images/boxes/bx_info_bottom.gif);
}
td.infobox_bottomright{
	height:20px;
	width: 20px;
	background-image:url(images/boxes/bx_info_bottom_right.gif);
}
.title{
	font-size: 20px;
	font-weight: 400;
	color: black;
}
/* project box */
.project_box{
	position:absolute;
	width:320px;
	right:15px;
	top:235px;
}
.project_box_large{
	width:600px;
}
.time_box{
	width:320px;
	float:right;
}

/* listing */
.label{
	font-weight: bold;
	color:black;
	text-align:left;
	padding-right:10px;
	clear:both;
	float:left;
}
.value{
	text-align:left;
	color:black;
	float:left;
}
.td0{
	color: White;
	background-color: #D21322;
	text-decoration: none;
}
.td3{
	color: #000000;
	background-color: #ffbebe;
	text-decoration: none;
}
.td7{
	color: #000000;
	background-color: #fffa7c;
	text-decoration: none;
}
.tdp{
	color: #000000;
	background-color: #ADD8E6;
	text-decoration: none;
}
.tdg{
	color: #000000;
	background-color: #a1ffac;
	text-decoration: none;
}
.hiddentext {display:none} 
