/* general */
body {
  margin:20px 0;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  /*font-size:12px;*/
  background:#AAD2E6 url('../images/bgBody.jpg') repeat-x;
}

ul, ol, li, h1, h2, h3, h4, form {
  margin:0;
  padding:0;
} 

a {
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

img {
  border:none;
}

.clearFix {
  width: 100%;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  clear:both;
}

#main {
  width:960px;
  margin:0 auto;
  border: 20px solid #CCE4F0;
  background:#fff;
}
/* general end */
/* header */

#header {
  position:relative;
  width:960px;
  height:250px;
  background:url('../images/bgHeader.jpg') center no-repeat;
}

#logo {
  width:650px;
  height:76px;
  background:url('../images/logo.jpg') no-repeat;
}

#logo a {
  display:block;
  width:650px;
  height:76px;
  text-decoration:none;
}

#figures {
  position:absolute;
  top:0;
  right:12px;
  width:147px;
  height:77px;
  background:url('../images/figures2.jpg') no-repeat;
}
/* header end */
/* leftColumn */

#leftColumn {
  float:left;
  width:200px;
  background:#F6FAFC;
} 

#leftMenu {
  padding:2px 10px 10px 10px;
}

#leftMenu h3 a, #leftMenu h3 {
  font-size:14px;
  color:#333;
  margin-top:10px;
}

#leftMenu h3 {
  cursor:pointer;
  background:url('../images/bullet.jpg') no-repeat -30px -30px;
}

#leftMenu ul {
  display: none;
}

#leftMenu li {
  display:block;
  margin:0px 0 0 10px;
  list-style:none;
}

#leftMenu li a {
  font-size:11px;
  color:#555;
}

#partners_left {
  margin:10px 0 0 0;
  text-align:center;
}

/* leftColumn end */
/* rightColumn */

#rightColumn {
  float:left;
  width:760px;
  min-height:360px;
  background:url('../images/bgContent.jpg') repeat-x 0 29px;
} 

#topMenu {
  width:760px;
  height:29px;
  line-height:29px;
  background: #CCE4F0;
}

#topMenu ul {
  float:left;
  width:570px;
}

#topMenu li {
  float:left;
  display:block;
  padding:0 5px;
  list-style:none;
}

#topMenu a {
  color:#fff;
  font-size:15px;
  font-weight:bold;
  color:orange;
}

#topMenu span {
  color:orange;
  font-size:12px;
}

#topMenu span a {
  color:orange;
  font-size:12px;
  font-weight:bold;
}

#content {
  line-height:1.4em;
  padding:20px;
  color:#1B80A8;
  font-size:12px;
}

#content li {
  margin:10px 20px;
  list-style-image:url('../images/bullet.gif');
}
/* rightColumn end */

#partners {
  width: 960px;
  margin:20px auto 0 auto;
  padding:30px 0 0 0;
  height: 76px;
  text-align:center;
  border-top:1px solid #007DA5;
  clear:both;
}

#partners a {
  margin:0px 1px;
}

#partners img {
  margin:0;
}

.filebox td {
  padding:10px 0;
  border-bottom:1px solid #1B80A8;
}

/* footer */

#footer {
  position:relative;
  width:960px;
  height:32px;
  line-height:32px;
  color:#EEE;
  font-size:9px;
  text-align:center;
  background:#F08C00;
  clear:both;
}

#footer a {
  color:#EEE;
  text-decoration:underline;
}

#footer a:hover {
  text-decoration:none;
}
/* footer end */


/* manage */
#manage_menu .submenu td {
  line-height: 30px;
  border-top: 1px dashed #AA5;
  background: none;
}

#manage_menu .odd td {
  line-height: 30px;
}

#manage_menu .even td {
  line-height: 30px;
}

#manage_menu select, #manage_menu input {
  border: 1px solid #333;
}

select.position {
  width:50px;
}

select.filename {
  width:80px;
}

select.parent_id{
  width:80px;
}
/* manage end */
