
/*
 --[ Front End ]----------------------------------------------------------
 */

#container
{
  margin: 0px auto;
  padding: 0;
  width: 800px;
  text-align: left;
}

#header
{
  background: url( http://www.papiorec.org/images/pro_header.jpg ) no-repeat;
  height: 192px;
  width: 800px;
}

#content
{
  float: left;
  margin-left: 10px;
  background-color: #FFFFFF;
  width: 465px;
}

#news
{
  float: right;
  width: 150px;
  border-left: 1px solid black;
}

#tocMenu
{
  float: left;
  background: url( http://www.papiorec.org/images/toc_bg.jpg );
  width: 160px;
  height: 300px;
  margin-bottom: 10px;
  border-top: 1px solid #C0C0C0;
  border-left: 1px solid #C0C0C0;
  border-right: 1px solid #C0C0C0;
}

#tocMenuItem
{
  border-bottom: 1px solid #C0C0C0;
}

#tocMenuItem a
{
  display: block;
  color: #FFFFFF;
  font-size: 12px;
}

#tocMenuItem a:hover
{
  display: block;
  background-color: #C0C0C0;
}

#footer
{
  clear: both;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  text-align: center;
}

#menubar
{
  position: absolute; 
  left: auto;
  right: auto;
  top: 80px; 
  margin-left: 20px;
  width:507px; 
  height:20px; 
  z-index:1;
}

#cms-id
{
  font-size: 9px;
  text-align: center;
}



/*
--[ End Front End ]-----------------------------------------------------------
*/

/*
--[ Back End ]-----------------------------------------------------------
*/

#adminMainContent
{
  border: 1px solid #cccccc;
	background: #E9ECEF;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}


/*
--[ End Back End ]-----------------------------------------------------------
*/




/*
--[ HTML Tags ]-----------------------------------------------------------------
*/
html
{
}

body
{
  margin: 0px 0px 0px 0px;
  /*background-color: #CCCCCC;*/
  /* background: url( http://192.168.15.10/~mheien/RyShellCMS/themes/default/images/bg_grad.png ) repeat-x;*/
  font-family: verdana,arial,helvetica;
  font-size: 10px;
}

p
{
  margin-top: 0px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 0px;
  color: #000000;
  font-family: verdana,arial,helvetica;
  font-size: 10px;
}

ul
{
  margin: 5px 5px 5px 5px;
  color: #000000;
  font-family: verdana,arial,helvetica;
  font-size: 10px;
}

h1
{
  margin-top: 0px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 0px;
  font-family: verdana, arial, helvetica;
  font-size: 15px;
  font-variant: small-caps;
}

h2
{
  margin-top: 0px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 0px;
  font-family: verdana, arial, helvetica;
  font-size: 14px;
  font-style: normal;
  font-variant: small-caps;
  text-decoration: underline;
  font-weight: normal;
}

h3
{
  margin-top: 0px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 0px;
  font-family: verdana, arial, helvetica;
  font-size: 12px;
  font-style: italic;
  font-variant: small-caps;
  font-weight: normal;
}

a{
	text-decoration: none;
	color: #990000;
}

a:hover {
  color: #330066;
}
/*
--[ End HTML Tags ]-------------------------------------------------------------
*/


/*
--[ CMS Controls ]--------------------------------------------------------------
*/
cms.inputlabel {
	font-weight: bold;
	text-align: left;
	}

cms.inputbox {
	width: 150px;
	margin: 0 0 1em 0;
	border: 1px solid #cccccc;
  font-family: verdana;
	}
cms.textarea
{
  border:none;
  width: 408px;
  height: 200px;
  font-family: Verdana, Arial, Helvetica;
  font-weight: bold;
  color: #336600;
  font-size: 10px;
  padding: 4px;
  /*background-color: #FFF7D9;*/
}

cms.button {
	border : solid 1px #cccccc;
	background: #E9ECEF;
	color : #666666;
	font-weight : bold;
	font-size : 11px;
	padding: 4px;
}



/*
--[ End CMS Controls ]----------------------------------------------------------
*/

.formdiv
{
  border: 1px #CCCCCC solid;
  background-color: #E7EFEA;
}

.div-main-frame
{
  border: 1px solid #cccccc;
	background: #E9ECEF;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

