@import "rsite.css";

body,td{
	
}

#header{
	
	background: #F0F0F0;
}

#content-wrapper{
	width: 100%;
	float: left;
}

#content{
	margin-left:200px;
	padding: 0;
}

#menu{
	float:left;
	width:200px;
	margin-left:-100%;
		
}

#menu ul{
	padding: 3px 0 0 0;
	margin: 0 0 1em .2em;
	background: url(img/menu-line.png) repeat-y left;
	list-style: none;
	/* border-top: 1px dashed #768998; */
}

#menu li{
	padding-left: 15px;
	margin: .5em 0;
	background: url(img/menu-arrow.png) no-repeat left center;
	border-bottom: 1px dashed #768998;
}

#menu li p{
	margin: 0 0 .5em 0;
	padding: 0;
	color: #768998;
	font-size: .9em;
}

#menu .block{
	margin-bottom: 2em;
	background: #F0F0F0;
}

#menu .block h3{
	font-size: 11pt;
	background: #768998;
	color: white;
	padding: .2em .2em .3em 1em;
	font-family: "Trebuchet MS", Verdana, Arial;
}

#logo{
	font-size: 2em;
	font-weight: bold;
	width: 10em; 
	float: left;
}

#logo a{
	text-decoration: none;
}

#navPath{
	padding: .5em 1em 1em 1em;
	background: #F0F0F0 url(img/aft_nav_path.png) bottom repeat-x;
	margin-bottom: .5em;
}

#navPath a{
	background: #E3E3EB;
	padding: .2em 1em;
	border: 1px solid #D1D1EB;
	-moz-border-radius: 2px;     
	-webkit-border-radius: 2px;  
	-khtml-border-radius: 2px;   
	border-radius: 2px;		
}

#footer{
	text-align: right;
	font-size: .8em;
	color: #666;
	padding: 1em;
	border-top: 3px solid #768998;
	margin-top: 1em;

}

#enterance{
	float: right;
	width: 350px;
}

#enterance ul{
	list-style: none;
	padding: 2px;
	margin: 5px 0 0 0;
	
}

#enterance li{
	display: inline;
	padding: 2px;
	margin: 0;
}

#enterance li a{
	
	padding: 2px;
}

#enterance li a:hover{
	color: navy;
	background: white;
}

#enterance input{
	font-size: 10px;
}

#enterance #loginForm{
	display: none;
}

table.data td{
	padding: .2em;
}

table.data th{
	padding: .2em;
	background: #E3E3EB;
}

.descr{
	font-size: .8em;
	color: #666;
}