/******************************************************************************
#                      Advanced File Manager v1.1
#******************************************************************************
#      Author:     Sergey Suhanov
#      Email:      info@rxnk.com
#      Website:    http://www.rxnk.com
#	
#
#      Version:    1.1
#      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 { padding:20px 20px 20px 20px;  border:1px solid #039; background-color:#CEECFB; width:420px;}
	.login { padding:20px 20px 20px 80px;  background:url(../images/key_64.png) no-repeat left center; line-height:200%; }

.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;}