* {
    padding: 0;
    margin: 0;
} 

body {
    background: #fff;
	font: .74em "Trebuchet MS" Verdana, Arial, sans-serif;
	line-height: 1.5em; 
}
a {
	color: #3B6EBF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

icode
{
	font-size: 8pt;
}

input 
{
	font-size: 7pt;
}

select 
{
	font-size: 7pt;
}

td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding-left: 2px;
	padding-right: 5px;
}


#wrap {
margin: 20px auto;
width: 724px;
background: #fff url('images/midbg.jpg');
background-repeat: repeat-y;
}

#top { 
background: #fff url('images/topbg.jpg');
height: 30px;
}

#content {
padding: 0 40px 0 40px;
}

#bottom {

background: #fff url('images/botbg.jpg');
height: 30px;
}

.header {
height: 100px;
background: #85ACF7 url('images/hidr.jpg');
}

.header h1 { padding-left: 17px; padding-top: 10px; font-size: 22px; color: #FFF; text-align: center; }
.header h1 a { font-size: 22px; color: #FFF; text-decoration: none;}
.header h2 { padding-left: 17px; padding-top: 0px; font-size: 12px; color: #FFF; }

.breadcrumbs { 
    background: #F6F9FB; 
	border-bottom: 1px solid #E1E1E1; 
	padding: 5px;
}
	
.middle {
	float: left;
	width: 59%;
	margin: 0 10px;
	padding: 1% 1%;
	
}

.right {
	float: right;
	width: 60%;
	margin: 0 10px;
	padding: 1% 1%;
	text-align: right;	
	
}

.left {
        float: left;
	width: 20%;
        margin: 0 10px;
        padding: 1% 1%;
        text-align: left;

}


.right ul {
	padding: 20px 0 15px 20px;
	margin:0;
}

.right li {
	margin-bottom:5px;
	list-style-type: square;
	color: #3B6EBF;
}

.middle h2 { color: #3B6EBF; font-size: 16px; margin-bottom: 10px; margin-top: 10px;}
.right h2 { color: #3B6EBF; font-size: 14px; margin-top: 15px;}


.loginExample 
{
        font-size: 10pt;
}

.cmdresult
{
	background-color: #efefef;
	border: 1px solid #000000;
	color: #000000;
}

.error
{
	background-color: #ffffff;
	border: 1px dashed #FF0000;
	color: #000000;
	font-weight: bold;
	padding: 3px;
}

.footer 
{
	font-size: 9px;
}

.ftpDirectory
{
	background-color: #f1f1f1;
	color: #000000;
}

.ftpFile
{
	background-color: #f9f9f9;
	color: #000000;
}

.loginName
{
	background-color: #f5f5f5;
	color: #000000;
	font-weight: bold;
}

.loginValue 
{
}

.loginExample 
{
	font-size: 8pt;
}

.path 
{
	background-color: #e1e1e1;
	color: #000000;
	font-family: Courier New, Courier, fixed;
	font-size: 9pt;
	font-weight: bold;
}

.title 
{
	background-color: #f5f5f5;
	color: #000000;
	font-size: 14pt;
	font-weight: bold;
	pointer: hand;
	cursor: pointer;
}

.tiny
{
	background-color: #000000;
	color: #ffffff;
	font-size: 7pt;
}

.toolbar 
{
	background-color: #e1e1e1;
	border: 2px solid #e1e1e1;
	color: #000000;
}

.subtitle 
{
	background-color: #f5f5f5;
	color: #000000;
	font-size: 8pt;
}

.center table
{ 
margin-left: auto;
margin-right: auto;
text-align: left;
}


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:20px;
	overflow:hidden;
}

#footer {
	text-align: center;
	color: #666;
}




