/***** common.css *****/

#main-content{
  text-align:left;
}

.hidden{
  display:none;
  visibility:hidden;
}

body {
  background-color: #fff;
}

#center {
  width: 94%;
  margin: 0px auto 0px auto;
  padding: 0px;
  text-align: left;
}

#header {
  height: 170px;
  background: url(images/header_bg.png) repeat-x top left;
  margin: 0px;
  padding: 0px;
}
#header_main {
  height: 170px;
  background: url(images/header_main.png) no-repeat center top;
  margin: 0px auto 0px auto;
  min-width:960px;
  max-width: 1200px;
  text-align: center;
}

#header_content {
  width:960px;
  margin: 0px auto 0px auto;
  text-align: left;
}

#login_info{
  float: right;
  margin: 8px 24px 0px 0px;
  color: #fff;
}

#login_info a{
  color: #fff;
}
#login_info a:hover{
  color: #c99145;
}

#menu{
  position: relative;
  top: 87px;
  left: 10px;
  width: 940px;
}

#main-content {
  width: 930px;
  margin: -36px auto 0px auto;
  text-align: left;
  padding: 0px 15px;
}

#main-content p{
  margin: 0px 24px 10px;
}



#footer{
  height: 22px;
  background: url(images/footer_bg.png) repeat-x top left;
  margin: 0px;
  padding: 178px 0px 0px;
  clear: both;
  color: #fff;
}

#footer span{
  margin: 0px 8px;
}















/*
#menu {
  clear:both;
  margin: 0px 17px 0px 19px;
  padding:0px;
  border-right:0px;
  border-left:0px;
}
*/




.subsec {
  background-color: #fff;
  border: 1px solid #d0cece;
  padding: 0px 2px;
}

.side-bar {
  float:left;
  margin: 3px 0px 3px -10px;
  padding:3px;
  background-color:#fff;
  border:1px solid #8b796a;
  width:325px;
  min-height:120px;
  font-size:8.5pt;
}

.side-bar h4 {
  background:url(/img/sprite.png) repeat-x 0px -100px #ded6cd;
  margin:-3px -3px 3px -3px;
  padding:2px 8px;
  border-bottom:1px solid #8b796a;
  font-size:11pt;
}

.side-bar hr {
  border:0px;
  border-top: 1px dashed #d0cece;
  margin: 4px 5px 2px 5px;
}

a, .action{
  text-decoration:none;
  color:#000000;
  cursor:pointer;
}

a:hover, .action:hover{
  color:#f49625;
}

#side-menu li{
  margin:2px 0px 2px 8px;
  padding:0px 0px 0px 6px;
  font-size:10pt;
}

#main-content-old {
  margin: -5px 0px 0px 188px;
  padding: 12px 20px 30px 14px;
  min-height:400px;
  position:relative;
}

.vertical td.left{
  text-align:right;
}

.vertical td{
  padding: 2px;
}

.vertical td.break{
  font-size:12pt;
  font-weight:bold;
  border-bottom:1px solid #8b796a;
  color: #8b796a;
  padding-left:5px;
}

.error {
  padding: 1px 3px 1px 3px;
  color: #c23030;
}

input, textarea, select {
  margin: 2px;
  font-size:9pt;
  font-family:monospace;
}

a.button {
  font-family:sans-serif;
  border:1px solid #000000;
  background: url(images/box-header-bg.png) repeat-x left top #8b796a;
  color:white;
  cursor:pointer;
  font-weight:bold;
  font-size:10pt;
  padding:2px 4px 2px 4px;
}

a.button:hover {
  background: url(images/main-header-bg.png) repeat-x left top #ff9110;
}

ul#notice {
  border: 1px solid #ffa541;
  background-color: #ffd999;
  padding: 3px;
  margin: 0px 0px 12px 12px;
  width:560px;
}

#main-content .help{
	background-color:white;
	border:1px solid #ccc;
	color: #322;
	margin: 4px 0px;
	padding: 6px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

button.admin, a.admin{ color:#b44; }


.login #menu{
  color: #444;
  font-weight: bold;
  font-size: 13pt;
}

.login #header_main {
  background-image: url(images/header_login.png);
}

.login #menu{
  position: relative;
  top: 90px;
  left: 25px;
}

#login{
  margin:20px 0px 0px 50px;
  width: 360px;
  padding:14px;
  font-size:11pt;
  border: 1px solid #aaa;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

#login input {
  border:1px solid #a0998f;
  background-color:#eee6e0;
  margin:3px 0px 0px 3px;
  padding:1px;
  font-size:11pt;
}

/***** end: common.css *****/
