/******************************************************************************
#                      Advanced File Manager v1.3
#******************************************************************************
#      Author:     Sergey Suhanov
#      Email:      info@rxnk.com
#      Website:    http://www.rxnk.com
#	
#
#      Version:    1.3
#      Copyright:  (c) 2009 - Sergey Suhanov 
#	   Icons from PixelMixer - http://pixel-mixer.com/basic_set/
#      
#*******************************************************************************/

body { margin:0 auto; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:14px; color:#333; }
#content {
	padding:15px 0 0 0;
	width:800px;
	margin:0 auto;
}
	.login_container {
	width:300px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 230px;
}
.login_container p {
	font-size: small;
	margin-bottom: 10px;
	margin-top: 0px;
	font-weight: bold;
}
.login_container h1 {
	color: #125DAB;
	font-size: large;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}
.login_container h2 {
	font-size: x-small;
	margin-bottom: 10px;
	margin-top: 0px;
}
.login h2 a {
	font-style: normal;
	text-decoration: none;
	font-size: x-small;
}
.login h2 a:hover {
	text-decoration: underline;
}
.login_container a {
	color: #125DAB;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
	font-size: small;
}

.menu { text-align:center; border-bottom:1px solid #666; }
	.item { text-align:center; width:120px; margin:0 6px 0 6px;}
	.item a { text-decoration:none; color:#333; font-size:13px; font-weight:bold;}
	
.left { float:left; }
.right { float:right; }

.topRow { background:#069; color:#FFFFFF;}
.odd { background:#EFF3ED;}
.even { background:#FFFFFF;}

.paging a{ color:#06C;}

.extensions_text { font-size:9px;}


#blogComments {}
#blogComments .commentWrap {margin: 10px 0;}
#blogComments .commentAuthor {}
#blogComments .commentAuthor img {float: left}
#blogComments .commentAuthor ul {margin-left: 7px;padding-top: 10px;float: left; list-style:none;}
#blogComments .commentAuthor ul li {margin: 0;padding: 0}
#blogComments .commentAuthor ul li.siteLink a {color: #333;font-size: 12px;text-transform: uppercase;text-decoration: none}
#blogComments .commentAuthor ul li.date {color: #555;font-size: 11px;text-transform: uppercase}
.commentWrap {position: relative}
#blogComments .commentEntry {margin: 15px 0 0 0;padding: 7px 15px;background: #ecebeb;border: 1px solid #dbdbdb}
a {
	color: #005DAB;
}
.collapse {
	visibility: hidden;
	height: 0px;
	margin: 0px;
	padding: 0px;
	display: none;
}

