@import url('../Template-Simple/admin/adminStyle.css');

*{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	padding: 0;
	margin: 0;
}
html,body,form {
	margin:0;
	padding:0;
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#fff;
	
	font-family:arial,sans-serif;
	font-size:small;
	color:#666;
}

a { color:#aa1111; font-style:italic; }
a:hover { text-decoration: none; }


table.container {
    height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
    }

td.column-logo {
	width:120px;
	background:#333;
	}

td.column-menu {
	width:250px;
	background:#666;
	}

td.column-body {
	background:#fff;
	width:430px;
	}

td.column-body .siteContent {	
	padding: 30px 10px 10px 10px;	
	color:#666666;
	}

td.column-body .siteContent ul, td.column-body .siteContent ol {	
    margin-left: 20px;
	}
td.column-body .siteContent p {	
    padding: 5px 0 10px 0;
	}
.siteFooter {	
    width:430px;
	padding: 3px 0;
	text-align:right;
	border-top:dashed 1px #666;
	}

.siteFooter, .siteFooter a {	
	color:#666666;
	font-size:.8em;
	}

/* Vertical Menu Layout */

.siteMenu {
    list-style-type: none;
    font-family: Lucida Console, Monaco, monospace;	
	margin: 20px 0 0 0;	
}

.siteMenu li  {
	list-style-type: none; 	
	padding: 5px 0 5px 5px;
	list-style-type:none;		
	color:#333;	
}

.siteMenu a {
	
	text-decoration: none;
	color:#575757;
	text-align:right;
	padding-right:10px;
	display:block;
}

.siteMenu ul ul {
    margin:5px 0;
}
    
.siteMenu ul ul li {	

}

.siteMenu ul ul a {
	color:#333333;
	border-bottom: dashed 1px #333333;
	text-decoration: none;
	display:block;
	text-align:left;	
	padding-right:10px;
}

.siteMenu ul ul a:hover {
    color:#ffffff;
    border-bottom: dashed 1px #ffffff;
}

.siteMenu ul ul li.active a {
    color:#ffffff;
    border-bottom: dashed 1px #ffffff;
    text-align:right;
}

.siteMenu h1 {
    font-size:1.6em;    
}

.siteMenu h2 {
    font-size:1.2em;
}

/* END - Vertical Menu Layout */    


.homeIcon {
    margin: 20px 40px;
    display:block;
    }
    
.sitePreview img {
    display:block;
    padding:5px;
    border: dashed 1px #666666;
    }

.siteAddress {
  text-align:right;  
  font-weight:bold;
  font-style:italic;
  margin-bottom:20px;
    }
    
h3 {
    font-family: Lucida Console, Monaco, monospace;	
    font-size:1.1em;
    margin-bottom:5px;
    color:#333333;    
}

h4 {
    font-family: Lucida Console, Monaco, monospace;	
    font-size:1em;
    font-weight:bold;
    color:#ff9900;
}

p {
    padding: 0 0 10px 0;
}