body{
	background-color : #FFFFFF;
	color: #000000;
	font-family: Arial;
	font-size : 11px;
	overflow : auto;
	min-height : 550px;
	height: 100%;
	margin: 0px;
	background-image: url(../images/sysimg/main-bg.gif);
}

html{margin: 0px; overflow-x: hidden; overflow-y: scroll;}

a {outline: none;}

.form{text-align : right; font-weight: bold;}
textarea{scrollbar-track-color: #494940; scrollbar-face-color: #494940; overflow:auto;}
textarea,input,submit,reset{font-family:	Arial; font-size: 11px; border: 1px solid #CCCCCC;}
textarea,input,submit{color: 494940;}
textarea:hover,input:hover,submit:hover,.textarea-hover,.input-hover,.submit-hover{background-color: #fffdd9; border-color: #ECDB23;}
textarea:focus, .textarea-focus, input:focus, .input-focus{border-color: #ECDB23;}
textarea	{ulle: expression(this.onfocus = new Function ("this.className = 'textarea-focus';"),this.onblur  = new Function ("this.className = '';"));}	
input	{ulle: expression(this.onfocus = new Function ("this.className = 'input-focus';"),this.onblur  = new Function ("this.className = '';"));}	
textarea	{ulle: expression(this.onmouseover = new Function ("this.className = 'textarea-hover';"),this.onmouseout  = new Function ("this.className = '';"));}	
input	{ulle: expression(this.onmouseover = new Function ("this.className = 'input-hover';"),this.onmouseout  = new Function ("this.className = '';"));}	

.error, .error:hover{
	ulle: expression(this.onmouseover = new Function ("this.className = 'error';"),this.onmouseout  = new Function ("this.className = 'error';"));
	vertical-align: top;
	background-color: transparent;
	border: 0px;
	font-weight: bold;
	color: red;
	cursor: auto;
}

img {behavior: url("../scripts/pngbehavior.htc");}

table{color: #000000; font-family: Arial; font-size : 11px;}
th {text-align: left;}

.maincontent a:link, .maincontent a:visited, .fullcontent a:link, .fullcontent a:visited {color:#494940; text-decoration: underline; border: 0px; }
.maincontent a:hover, .maincontent a:active, .fullcontent a:hover, .fullcontent a:active {text-decoration: none;}

p{text-align: justify;}

h1{
	text-align: left;
	color: black;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 2px solid #ECDB23;
}

h2{
	font-family: arial;
	color: black;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px dotted #ECDB23;
}

#headerlink{
	position: absolute;
	top: 15px;
	left: 15px;
	height: 120px;
	width: 265px;
	border: 0px solid red;
	z-index: 3000;
}
#headerlink img{border: 0px;}

#horizon{
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 50%;
}

#overall{
	position: relative;
	top:0px;
	left: -450px;
	width:900px;
	height: auto;
	background-image: url(../images/sysimg/bottombg.png);
	background-position: bottom;
	background-color: #FFFFFF;
}

#topleft{
	width:100px;
	height: 150px;
	position: absolute;
	top: 0px;
	left:-100px;
	background-image: url(../images/sysimg/topleft.png);
}

#topright{
	width:100px;
	height: 150px;
	position: absolute;
	top: 0px;
	right:-100px;
	background-image: url(../images/sysimg/topright.png);
}

#header{
	width:100%;
	height: 180px;
	position: relative;
	top: 0px;
	left:0px;
	z-index: 99;
	background-image: url(../images/sysimg/header.png);
	background-repeat: no-repeat;
}

#header-image{
	width:  	625px;
	height: 	180px;
	position: absolute;
	top:		  0px;
	right: 	  0px;
	background-image: url(../images/bgs/bg4.jpg);
}

#menu{position: absolute; top: 150px; left:0px; height: 30px;	width: auto;}

#bottom{
	width: 880px;
	background-color: #494940;
	padding: 10px;
	color: #ECDB23;
	font-size: 10px;
	font-family: Arial;
	float: left;
}


#bottomleft{
	width: 	15px;
	height: 450px;
	position: absolute;
	bottom: -33px;
	left: -16px;
	background-image: url(../images/sysimg/bottomleft.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#bottomright{
	width: 	15px;
	height: 450px;
	position: absolute;
	bottom: -33px;
	right: -16px;
	background-image: url(../images/sysimg/bottomright.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#main{
	position: relative;
	width: 878px;
	border-left: 1px solid #494940;
	border-right: 1px solid #494940;
	background-image: 	url(../images/sysimg/bottom-image.jpg);
	background-color: #FFF;
	background-position: bottom;
	background-repeat: 	no-repeat;
	padding: 10px 10px 110px 10px;
	float: left;
}

.sidebar{
	background-image: url(../images/sysimg/title-yellow.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 190px;
	float:right;
	min-height: 250px;
}

.title_side{
	position: relative;
	top: 11px;
	right: 10px;
	text-align: right;
	line-height: 1em;
	color: #494940;
	font-size: 16px;
	font-weight: bold;
}

.maincontent{
	background-image: url(../images/sysimg/title-grey.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 665px;
	float:left;
	min-height: 250px;
}

.fullcontent{
	background-image: url(../images/sysimg/title-grey.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 100%;
	float:left;
	min-height: 250px;
}

.title_main{
	position: relative;
	top: 11px;
	left: 40px;
	line-height: 1em;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
.title_main a:link, .title_main a:visited, .title_main a:active {color: #ECDB23; text-decoration: none;}
.title_main a:hover {color: #FFFFFF; text-decoration: none;}

.content_main,.content_side{margin: 15px 10px 10px 20px; height: auto;}

.nws		{width: 635px; border: 0px;}
.nwstop	{background-color : #494940; color: #FFFFFF; border: 1px solid #ECDB23; width:100%;}
.nwstop b{color: #ECDB23;}
.nwstop font{color: #FFFFFF; font-size: 9px;}
.nwsitem	{color: black; margin : 10px 5px 5px 5px;}
.nwshr	{border: 1px solid #ECDB23; width: 100%;}

.friends {font-size: 12px; font-weight : bold; text-align: center;}
.friends a{line-height : 25px;}

div.pageerrorcontainer{
	margin: 10px;
	padding: 10px;
	border: 1px solid #FD9999;
	color: #000;
	width: auto;
	background: #FEDADA;
	font-weight: bold;
	height:1%; //IE6//	
   }
div.pageerrorcontainer a:link {
	color: #DE2C27;
	text-decoration: underline;
}
div.pagemcontainer  {
	margin: 10px;
	padding: 10px;
	border: 1px solid #BDD3A3;
	background: #D6E4C5;
	height:1%;// IE6//
   }
div.pageerrorcontainer a {color: #fff;}
ul.pageerror  {margin: 0; padding-left: 10px;}
ul.pageerror li {
	padding: 10px 10px 10px 35px;
	margin-left: 5px;
	background: url(..admin/images/icons/stop.gif) no-repeat left center;
   }
ul.pagesucces  {margin: 0; padding-left: 10px;}
ul.pagesucces li {
	padding: 10px 10px 10px 35px;
	margin-left: 5px;
	background: url(..admin/images/icons/accept.gif) no-repeat left center;
   }
/* MENU*/
div.topmenucontainer  {
 	background-color: transparent;
	height:1%;
	width:auto;
	margin: 0;
   padding: 0;
	font-family: Arial;
}
ul#nav, ul#nav ul  {
   list-style-type: none;
   margin: 0;
   padding: 0;
}
ul#nav{
	padding-left:20px;
   }
ul#nav ul  {
	border-top: 0px;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #808080;
   }
ul#nav li  {
   float: left;
   margin: 0px;
   padding: 0px;
   }	
ul#nav a  {
	text-decoration: none;
	display: block;
   }
ul#nav li a  {
	font-size: 16px;
	letter-spacing: 1px;
	font-variant: small-caps;
	font-weight: bold;
	color: #fff;
   padding: 5px 10px 6px;
	display: block;
 }
ul#nav li a:hover  {color: #494940;}
ul#nav li:hover {background:  url(../images/sysimg/button-bg.png) no-repeat top left; color: #494940;}

ul#nav li a.selected, ul#nav li a.selected:hover  {background: url(../images/sysimg/button-bg.png) no-repeat top left; color: #494940;}

ul#nav li ul a  {
	font-size: 12px;
	letter-spacing: 0px;
	font-variant: normal;
	text-align: left;
	margin: 0px;
	position: relative;
	padding: 6px 15px 6px 15px;
	font-weight: bold;
	color: #FFF;
	border-top: 0 none;
	border-right: 0 none;
	border-left: 0 none;
   }
ul#nav li ul a:hover{ color: #494940;}

ul#nav li ul  {
	background: #494940;
	margin: -1px 0px;
	padding: 0px;
	position: absolute;
	width: auto;
	height: auto;
	display: none;
	position:absolute;
	z-index:999;
	/*filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;*/
}
ul#nav li ul li{
 border-top: 1px solid #ECDB23;
}
ul#nav li ul li:hover, ul#nav li ul li a.selected, ul#nav li ul li a.selected:hover {
 background: #f1e45a;
 border-top: 1px solid #808080;
}
ul#nav li li  {
   float: none;
   margin: 0px;
   padding: 0px;
}
ul#nav li:hover ul ul {
   display: none;
   }
ul#nav li:hover ul {
   display: block;
    }
	 
	 
.imagelink{filter:alpha(opacity=75); -moz-opacity:.75; opacity:.75;}
.imagelink:hover{ filter:alpha(opacity=100); -moz-opacity:1.0; opacity:1.0;}
