@import url(menu.css);
@import url(../../system/css/system.css);
@import url(../../system/css/editor.css);
@import url(../../system/css/toolbar.css);
@import url(../../system/css/general.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; }
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 30px 0;
	overflow-y: scroll;
}
h1 {
  font-size:1.5em;
  color:#0078b7;
  font-weight:bold;
  margin-bottom: 10px;
}
h2 {
  font-weight:bold;
  margin-bottom: 10px;
  font-size:1.2em;
  color:#0078b7;
  font-size:normal;
}

#main {
  width:770px;
  margin:0 auto;
  text-align:left; 
}
#header {
  width:770px;
  height:103px;
  background:red 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;
  margin-left: 20px;
}
#content_center {
  float:left;
  margin:0 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;
}
#login_box p {
  padding-top: 10px;
}

/* System Messages */
#system-message    { margin-bottom: 10px; margin-top: 10px; padding: 0;}
#system-message dt { font-weight: bold; }
#system-message dd { margin: 0; font-weight: bold; }
#system-message dd ul { color: #0055BB; margin-bottom: 10px; list-style: none; padding: 10px; border-top: 3px solid #84A7DB; border-bottom: 3px solid #84A7DB;}

/* System Error Messages */
#system-message dt.error { display: none; }
#system-message dd.error ul { color: #c00; background-color: #E6C0C0; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B;}

/* System Notice Messages */
#system-message dt.notice { display: none; }
#system-message dd.notice ul { color: #c00; background: #EFE7B8; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;}

