@import url(../../system/css/system.css);
@import url(../../system/css/general.css);
@import url(menu.css);
html, body, form, input, select, fieldset {font-size: 11px; font-family: Verdana, Tahoma, Arial!important; color: #000000; }
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, li, dl, address {margin: 0px; padding: 0px; }
h3, h4, h5, h6, pre, code {font-size: 10px; margin-bottom:10px; }
ul, ol {list-style: none; }
form label {cursor: pointer; }
address {font-style: normal; }
:link,:visited { text-decoration: none;  }
a img,:link img,:visited img {border: none; }
fieldset {border: none;}
div.clear, span.clear {clear: both; font-size: 0px; }


body{
	margin: 10px 0 10px 0;
	overflow-y: scroll;
}
h1 {
  font-size:1.2em;
  color:#053576;
  font-weight:bold;
  margin-bottom:10px;
}
h2 {
  font-weight:bold;
  color:#053576;
  font-size:11px;
  margin-bottom:10px;
}
#main {
  width:770px;
  margin:0 auto;
  text-align:left; 
}
#header {
  width:770px;
  height:103px;
  background:white url(../images/header.gif) top left no-repeat;
  display:block;
}
#main_content {
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;
  border-bottom:1px solid #ccc;
  min-height:600px;
}


#content_left {
  float:left;
}

#content_center {
  float:left;
	padding-left: 20px;
	padding-right: 20px; 
}
#content_right {
  float:left;
}
.clear {
  clear:both;
}
.clearfix:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix
{
	display: inline-block;
}
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
.center {
  text-align:center;
}
.left {
  text-align:left;
}
.right {
  text-align:right;
}
#topmenu_wrap {
  width:768px;
  border:1px solid #ccc;
}
#wrapper{
    width: 850px;
    margin: auto;
	padding: auto;
	background-color: #F7F3E7;
	border: 3px solid #8F762C;
}
.no_margin {
  margin:0!important;
}
.contentheading {
	font-size: 15px;
	font-weight: bold;
	color: #242424;
	padding-bottom: 10px;
}
#login_box {
  position: fixed;
  top:142px;
  margin-left:780px;
  display:block;
  width:120px;
  border:1px solid #ccc;
}
#login_box input {
  width:100px;
}
#login_box form {
  padding-bottom:5px;
  padding-left:6px;
}
#login_box .moduletable h3 {
  text-align:center;
  background:#ccc;
  color:#053576;
  font-size:15px;
  font-family:Arial,sans-serif;
  padding:5px 1px 6px 1px;
  height:17px;
  font-weight:bold;
}
.margin_bottom {
  margin-bottom:20px;
}
.project_image {
  width:200px;
  float:right;
}
.project_detail_container {
  width:728px;
}
#project_detail_table {
  width:500px;
}
#project_detail_table td {
  width:50%;
  padding-bottom:10px;
  margin-right:10px; 
} 
#project_overview, #project_detail, #project_create {
  margin-top:27px;
}
#project_overview_table {
  width:720px;
}
#project_overview_table th {
  width:32%;
}
#content_center dt.message {
  display:none;
}
#system-message li, #system-message ul, #system-message h2, #system-message dd, #system-message {
  margin:10px 0 0 0;
}