/* GENERAL 
_____________________________________________________________________________*/

.edit {
	float:right;
} 

html { 
	margin-bottom: 1px; 
	min-height: 100%; 
	height:100%;}

table { 
	cellspacing: 0;
	cellpadding: 0;
}
 
.clear { 
	clear: both; 
	height: 0px;
	overflow: hidden;
	display: hidden;
}
 
img { 
	border: 0; 
	vertical-align: bottom; 
}

body {
	background-color: #666666;
	color: #FFF9E9;
	font: 8pt Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}
 
#container-white{
	background-color: #FFF9E9;	
}

#div-white {
	width: 1000px;
	margin: 0 auto;
}

#container-orange{
	background-color: #FF5817;
	border-bottom: 1px solid #FFF9E9;	
}

#div-orange {
	width: 1000px;
	margin: 0 auto;
}

.container-3 {
	background-color: #333333;
	border-bottom: 1px solid #FFF9E9;	
}

.div-3 {
	width: 1000px;
	margin: 0 auto;
}

#container-4 {
	background-color: #666666;
	
}

#div-4 {
	width: 1000px;
	margin: 0 auto;
}
 

/* LINKS
_____________________________________________________________________________*/

a { 
	text-decoration: none; 
	color: #CCCCCC; 
}

a:hover { 
	text-decoration: underline;
	color: #A2A2A2; 
}

#footer a {
	text-decoration: none; 
	color: #333333; 
}

#header_nav a, 
#header_subnav a {
	display: block;
	float: left;	
	padding: 6px 10px;
	color: #FFF9E9;
	text-decoration: none;
}

#header_nav a.active, 
#header_nav a:hover,
#header_subnav a:hover {
	background-image: url(/images/site/arrow_up.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #FF7844;
}

#header_subnav a.active, #header_subnav a:hover {
	background-image: url(/images/site/arrow_up.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #666666;
}

a.project {
	background-color: #414141;
	display: block;
	float: left;
	text-decoration: none;
	color: #ccc;
	padding: 2px;
	margin: 0 1px 1px 0;
}

a.title { 
	width: 150px;
	background-image: url(/images/site/project_link_off.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
}

a.title_active { 
	width: 150px;
	background-image: url(/images/site/project_link_on.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-color: #666;
}

a.title:hover { 
	width: 150px;
	background-image: url(/images/site/project_link_on.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-color: #666;
}

a.photo_link { 
	width: 15px;
	text-align: center;
}

a.photo_link:hover { 
	background-color: #666;
}

a.photo_link_active { 
	background-color: #666;
	width: 15px;
	text-align: center;
}

/* HEADER
_____________________________________________________________________________*/

#header_logo {
	background-color: #FFF9E9;
	color: #000000;
	height: 78px;
}

#header_nav {
	padding-left: 0px;
	background-color: #FF5817;
}

#header_subnav_container {
	padding-left: 0px;
}

#header_subnav {
	background-color: #333333;
}

h1 {
	font-size: 11pt;
	margin-bottom: 10px;
}

/* CONTENT
_____________________________________________________________________________*/

#content {

}

#content_photo {
	float: left;
	position: relative;
	width: 450px;
	height: 320px;
}

.photo {
	border-right: 1px solid #FFF9E9;
	border-left: 1px solid #FFF9E9;
	position: absolute;
}

#content_text {
	float: left;
	width: 400px;
	height: 320px;
	border-right: 1px solid #FFF9E9;
	overflow: auto;
}

#content_text_pad {
	margin: 20px;
}

#project_list {
	margin-top: 20px;
	color: #CCCCCC;
}

/* FOOTER
_____________________________________________________________________________*/

#footer {
	font-size: 7pt;
	padding-top: 10px;
	background-color: #666666;
	color: #333333;
}

/* FILETRACK 
_____________________________________________________________________________*/

#admin_nav {
	position: absolute;
	top: 0; right: 0;
}

#content_text_client {
	float: left;
	width: 1000px;
	height: auto !important;
	border-right: 1px solid #FFF9E9;
	border-left: 1px solid #FFF9E9;
	background-color: #FFF9E9;
}

#content_text_client_pad {
	margin: 30px;
	position: relative;
	color: #333333;
}

#content_text_client h1 {
	color: #333333;
}

#content_text_client table, 
#content_text_client td {
	font-size: 8.5pt;
	color: #333333;
}

#content_text_client input {
	font-size: 8.5pt;
}

#content_text_client select {
}

#content_text_client textarea {
	font-size: 8.5pt;
}

#content_text_client form {
	margin:0;
}

#content_text_client a {
	text-decoration: underline;
	color: #333;
	font-size: 8.5pt;
}

#content_text_client a:hover {
	text-decoration: none;
}

#content_text_client td.c1 {
	color: #FFF9E9;
	font-weight: bold;
	background-color: #333333;
	padding: 5px;
	margin: 0px;
}

#content_text_client td.c1account {
	color: #FFF9E9;
	background-color: #333333;
	padding: 5px;
	margin: 0px;
}

#content_text_client td.c1red {
	color: #FFF9E9;
	font-weight: bold;
	background-color: #FF5817;
	padding: 5px;
	margin: 0px;	
}

#content_text_client td.c2 {
	color: #000000;
	font-weight: bold;
	background-color: #CCCCCC;
	padding: 5px;
	margin: 0px;
	border: 0px;
}

#content_text_client td.c2red {
	color: #000000;
	font-weight: bold;
	background-color: #FF9966;
	padding: 5px;
	margin: 0px;
	border: 0px;
}

#content_text_client td.c3 {
	color: #000000;
	background-color: #F5F5F5;
	padding: 5px;
	margin: 0px;
	border: 0px;
}

#content_text_client td.c4 {
	color: #000000;
	background-color: #364D6D;
	padding: 5px;
	margin: 0px;
	border: 0px;
}

#content_text_client table.filetrack {
	padding: 3px;	
}

#content_text_client .text1 {
	color: #FFF9E9;
}

#content_text_client .messages_green {
	border: 1px solid #3da04b;
	background-color: #e8ffe4;
	color: #3da04b;
	padding: 5px;
	text-align: center;
}

#content_text_client .messages_red {
	border: 1px solid #c22102;
	background-color: #ffe4eb;
	color: #c22102;
	padding: 5px;
	text-align: center;
}

#content_text_client .ninept {
	font-size: 9pt;
}

#content_text_client .actionbutton {
  margin: 1em 0;
  width: 9em;
  font-size: 70%;
  font-weight: bold;
}

#content_text_client .actionbutton a {
  display: block;
  width: 100%;
}

#content_text_client .actionbutton a:link,
#content_text_client .actionbutton a:visited,
#content_text_client .actionbutton a:hover {
  background-color: #FFF9E9
  color: #000;
  text-decoration: none;
}

#content_text_client .actionbutton a:link,
#content_text_client .actionbutton a:visited {
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
}

#content_text_client .actionbutton a:hover {
  border-bottom: 1px solid #4a4a4a;
  border-top: 1px solid #4a4a4a;
  border-right: 1px solid #4a4a4a;
  border-left: 1px solid #4a4a4a;
}