/* CSS Document */

iframe {
overflow-x: hidden;
overflow-y: auto;
}

div#tipDiv {
  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
  background-color:#dee7f7; border:1px solid #336; 
  width:260px; padding:6px;
  color:#000; font-size:11px; line-height:1.3;
}
div#tipDiv a:link { color:#33b
}
div#tipDiv a:visited { color:#339
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#FFFFFF;
	font-weight:normal;
	color:#333333;
	margin-top:0px;
	scrollbar-track-color:rgb(215,215,215);
	scrollbar-face-color:rgb(227,227,227);
	scrollbar-3dlight-color:rgb(215,215,215);
	scrollbar-highlight-color:rgb(158,158,158);
	scrollbar-darkshadow-color:rgb(49,49,49);
	scrollbar-shadow-color:rgb(173,173,173);
	scrollbar-arrow-color:rgb(20,20,20);
}
a:link {
	color: #333333;
	text-decoration: none;
	border: 0;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FF0033;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: none;
	border: 0;
}
.remember_me 	{font-size:9px; position:relative; bottom:3px;}
.label 			{font-size:11px;}
.heading 		{font-size:13px; color:#000000;}
.header_img		{background-image:url(../images/header_img2.jpg); width:800px; height:91px; background-repeat:no-repeat;}
.header_text	{
	font-family:Helvetica, sans-serif;
	font-weight:bold;
	font-size:22px;
	color:#FFFFFF;
	position:relative;
	top:2px;
	left:60px;
}
/*
.title 			{position:relative; bottom:12px; font-size:18px;}
*/
.heading_large {
	font-size:14px;
	font-weight:bold;
	color:#000000;
}
.heading_main {
	font-size:18px;
	font-weight:bold;
	color:#000000;
}

.project_list_table_head 	{ font-size:12px; /*background-color:#000000;*/}
.project_list_table_head th {/*background-color:#777877;*/ color:#000000;}

.filter_label				{ color:#000000;}

#container{
	width:800px;
	margin:0 auto;
}

textarea.comments{
	width:95%;
	height:200px;	
}
.style3 {
	color: #333333;
	font-size: 13px;
}

.style4 {
	color: #333333;
	font-size: 14px;
}


td #col1{ text-align:left; }
#prevnextbtns{ text-align:right; padding-right:5px;}

select.viewable_by{
	width:400px;
}

textarea.add_project_comments{
	width:725px;
	height:100px;
}

input[type="text"].add_project_name{
	width:725px;
}

textarea.new_item_description{
	width:530px;
	height:75px;
}

.subtitle 		{ font-size:9px;}
.type_label		{ font-size:9px; position:relative; bottom:12px;}
.no_type_label		{ font-size:9px; }
.item_list_cell	{ font-size:9px;}

/*
.nav_table {border-top:solid 2px #cccccc; border-bottom:solid 2px #cccccc;}
*/
.nav_table td		{
	background-color:#FFFFFF;
	height:20px;
}
.nav_table a 		{color:#767676; font-size:9px;}
.nav_table a#nav_selected		{color:#000000; text-decoration:none; font-size:9px;}
.nav_table a:hover	{color:#000000; text-decoration:none; font-size:9px;}
.separator			{color:#767676; font-size:9px;}

.view_items_nav			{color:#767676;}
a#view_items_link		{color:#000000;}
a#view_items_link:hover	{color:#000000;font-weight:bold;text-decoration:none;}

.radio_label { position:relative; bottom:3px; margin-left:10px;}

.file_name{ font-weight:bold;
}
.file_remove_link{ font-weight:normal;
}
.file_remove_link2{
	font-weight:normal;
	color: #FFFFFF;
}
.add_item_url {width:725px;}

.comments_body {text-align:justify; font-size:11px;}
.new_comment_text {width:700px; height:100px;}
