@charset "utf-8";
/* CSS Document for my_cms - 20090225 */

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
	
	background-color:#FFFFB0;
/*	background: url(images/sys_img/bg_body.jpg) repeat-x; */
}

#wrapper {
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	background:url(images/bg_main.gif) repeat-y; 
	}

#admin_header {
	width:1024px;
	height:auto;
	background:url(images/admin_chat.jpg) no-repeat;
	}

admin_header_left {

	width:250px;
	height:auto;
	padding:45px;
	margin:0;
	float:left;
	z-index:1000;
}
	
#header_container {

	width:1024px;
	height:auto;

	}

#trail {
	position:relative;
	width:1024px;
	height:30px;
	background-color:#336600;

	padding: 5px 0 0 0;
	}
	
#main_container {
width:1024px;
height:auto;
background:url(images/bg_main.gif) repeat-y; 
}

#editcontainer {
width:1024px;
height:auto;
background-color:#FFFFFF;
z-index:100;

}

#edit_left {

	width:250px;
	height:auto;
	padding:45px;
	margin:0;
	float:left;
	z-index:1000;
}

#edit_right {
	width:630px;
	heigth:auto;
	float:right;
	padding-left:5px;
	padding-right:45px;
	}

#menu_top {
width:220px;
margin:0;
padding:0;
background:url(images/menu_top.gif) no-repeat;
}
 
#menu_mid {
margin:0;
padding-left:15px;
width:220px;
height:275px;
background:url(images/menu_mid.gif) repeat-y;
}
#menu_bottom {
width:220px;

margin:0;
padding:0;
background:url(images/menu_bottom.gif) no-repeat;
 }

#banner {
background-color:#000000;
width:1024px;
height:50px;
clear:both;
}

#bottom {
background-color:#336600;
width:1024px;
height:10px;
clear:both;
}	

#copyright {
width:1024px;
height:auto;
padding-top:10px;
padding-bottom:5px;
margin-left:auto;
margin-right:auto;
}

input.in_search {
margin-top:0px;
margin-bottom:8px;
}
	h1{
		font-size:180%;
		font-weight:normal;
		margin:0;
		padding:20px;
		}
	h2{
		font-size:160%;
		font-weight:normal;
		}	
	h3{
		font-size:140%;
		font-weight:normal;
		}	
	img{border:none;}
	pre{
		display:block;
		font:12px "Courier New", Courier, monospace;
		padding:10px;
		border:1px solid #bae2f0;
		background:#e3f4f9;	
		margin:.5em 0;
		width:674px;
		}	


.clr {
clear:both;
}
a.n_link  {
font-size:12px;
font-weight:bold;
color:#333333;
text-decoration:none;
margin-top:0px;
}

a.n_link:hover {
color:#FF0000;
}

.clr {
clear:both;
}
.p_norm {
font-size:14px;
margin-top:0px;
margin-bottom:0px;
color:#333;
}
.p_small {font-size:11px;
margin-top:0px;
margin-bottom:0px;
color:#333333;
text-decoration:none;
}
.p_trail {
font-size:12px;
margin-top:0px;
margin-bottom:0px;
color:#FFFFFF;
text-decoration:none;
}
a.p_trail:hover {
color:#FF0000;
}
.p_small a{
color:#333333;
text-decoration:none;
}
.p_small a:hover{
color:#FF0000;
text-decoration:none;
}

.par_header {
font-size:24px;
color:#666666;
font-weight:bold;
margin-top:7px;
margin-bottom:5px;
padding-left:25px;
}

.sub_header {
font-size:16px;
color:#FF0000;
font-weight:bold;
margin-top:3px;
margin-bottom:5px;
}

.sub_header a {
text-decoration:none;
color:#FF0000;
}

.accented {
font-size:14px;
font-weight:bold;
color:#333333;
margin-top:10px;;
margin-bottom:0px;
}

.warning {
background-color:#FFFF00;
color:#FF0000;
font-size:14px;
font-weight:bold;
}

.txt_white {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top:2px;
	margin-bottom:2px;
}

input:hover {
	background-color:#FF99FF;
}
input:focus { background-color:#FFFF66; }

td.mouse {
background-color:#FF9900;
}

td.mouse:hover {
background-color:#FFFFFF;
}
