@import url(document.css);

body{
  margin:0 auto;
  padding:0;
  line-height: 1.5em;
  width: 100%;
	min-width: 1000px;
  max-width: 1200px;
  font-family: Verdana,Tahoma,Arial,sans-serif;
  background:#72BEFB url('/img/sch3/bg.jpg') repeat-x;
  color:#6a6a6a;
  font-size:0.9em;
}


div.navbar{
  font-size:0.7em;
  margin-bottom: 0.8em;
  color: #25b51c;
  margin-top: 0.6em;
}
  div.navbar a{
    color: #028afd;
    text-decoration:none;
  }

div.navtop{
  font-size:0.7em;
  margin:18px 12px 0;
}
  div.navtop a{
    color: #E6F5FF;
  }

#topsection{
height: 20px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#maincontainer{
  padding: 0 16px;
  /*background:url(/img/sch3/doc-rc-bg1.gif) repeat-y right;*/
  border-bottom: 1px solid #ACC77B;
  }

  #maincontainer .rightcolumn{
    background: #EFEFEF url(/img/sch3/doc-rc-sh.gif) repeat-y left;
  }

  #maincontainer .rightcolumn .innertube{
  	background:url(/img/sch3/doc-rc-bg.gif) no-repeat top right;
    padding-top:2.6em;
	}
  
  div.unit_main #maincontainer{
    background:none;
  }
  
#footer{background: #c4e28c url(/img/sch3/body-sh-bl.gif) bottom left no-repeat; font-size:0.8em;}
#footer1{background:url(/img/sch3/body-sh-br.gif) bottom right no-repeat;}
#footer2{margin:0 28px; background:url(/img/sch3/body-bottom-c.gif) bottom repeat-x;}

  #footer .rightcolumn{padding: 20px 0;}
  
  #footer .contentwrapper {
    background:url(/img/sch3/doc-footer-sh.gif) center top no-repeat;
    padding: 20px 0 0;
  }
  
  #footer .innertube{
    padding-bottom: 20px;
  }
  
.contentwrapper{
  float: left;
  width: 100%;
}

div.line {font-size: 7px}
div.line a {text-decoration:none; font-size: 7px}
div.line a:visited {border-bottom:none; text-decoration: none; font-size: 7px}
div.line a:active {text-decoration:none; font-size: 7px}
div.line a:hover {text-decoration:none; font-size: 7px}

.contentcolumn{
margin: 0 270px 0 0; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

.rightcolumn{
  float: left;
  width: 250px; /*Width of right column in pixels*/
  margin-left: -250px; /*Set margin to that of -(RightColumnWidth)*/
}
  .rightcolumn p{font-size: 0.8em;}





.cleaner{
clear: left;
}

.innertube{
margin: 0 10px 0 14px;
}




#container1{background:url(/img/sch3/body-sh-lc.gif) repeat-y;}
#container2{background:url(/img/sch3/body-sh-rc.gif) repeat-y right;}
#doc{margin: 0 12px; background:#fff;}
#header1{background:url(/img/sch3/body-top-c.gif) repeat-x; height:16px;}
#header2{padding:0 6px;}


/************************************************************************/


/* Begin CSS Drop Down Menu */


#menuh
  {
  height:46px; 
  padding-top:0px;
  font-size: 14px;
  line-height: 26px;
  font-family: arial, helvetica, sans-serif;
  width:100%;
  float:left;
  background:url(/img/sch3/menubg.png) repeat-x bottom;
  }
  
#menuh a
  {
  text-align: left;
  display:block;
  white-space:nowrap;
  margin:0;
  padding: 14px 24px 6px;
  text-decoration:none;
  font-weight:bold;
  }
  
  
#menuh a:link, #menuh a:visited, #menuh a:active  /* menu at rest */
  {
  color: #005280;
  }
  
#menuh a:hover  /* menu at mouse-over  */
  {
  color: #000;
  background: url(/img/sch3/menubg-active.png) repeat-x top;
  } 
  
#menuh a.parent, #menuh a.parent:hover  /* attaches side-arrow to all parents */
  {
  background-image: url(/img/sch3/menu-arr.gif);
  background-position: right center;
  background-repeat: no-repeat;
  }
  
#menuh a.parent:hover{
  background-image: url(/img/sch3/menu-arr-hover.gif);
}

#menuh ul
  {
  list-style:none;
  margin:0;
  padding:0;
  float:left;
  width:auto; /* width of all menu boxes */
  }

#menuh li
  {
  position:relative;
  min-height: 1px;  /* Sophie Dennis contribution for IE7 */
  vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
  }

#menuh li.active a{
  background:url(/img/sch3/menubg-active.png) repeat-x;
}


#menuh ul ul
  {
  position:absolute;
  z-index:500;
  top:auto;
  display:none;
  padding: 6px;
  margin:0;
  background:#F8FBFD url(/img/sch3/submenu-bg.gif) repeat-x;
  border:1px solid #55BEFF;
  }
  
  #menuh ul ul li{
  margin:0;
  }
  #menuh ul ul a{
    padding: 3px 20px;
    width: auto;
    border-bottom: 1px solid #CEEBFF;
    color: #028AFD;
    font-weight:normal;
  }
  #menuh ul ul a:hover{
    background-image:none;
    background-color:#A6D5FC;
  }
#menuh ul .last{
  border-bottom:none;
}
#menuh ul ul ul
  {
  top:0;
  left:100%;
  }

div#menuh li:hover
  {
  cursor:pointer;
  z-index:100;
  }

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */


/************************************************************************/


/* BOX CC*/
div.boxCC, div.boxCR{
	margin-bottom: 20px;
	margin-top:0.5em;
}


div.boxCRMain{
	background-color:#eee; 
	border :1px solid #ddd;
	-moz-border-radius:10px; 
	padding:20px;
	margin-bottom: 20px;
}


div.boxCRMain .cat_main small{
	display:none;
}


#BoxCR_Info{
  background-color:#fafafa; 
  border :1px solid #eee;
}

div.w-67p .innertube{
  margin: 0 0 0 24px;
}

#vote .bar {
  background:transparent url(/img/sch3/progressbar.png) repeat-x scroll 0pt 2px !important;
}

/************************************************************************/


.resultset_pager{
	font-size: 0.8em;
	line-height: 0.6em;
}

	.resultset_pager img{
		margin: 0 !important; 
		padding: 0 !important;
		border: 0 !important;
	}




