@import url("layout.css");
@import url("commonColorsLayout.css");
@import url("admin.css");
@import url("MainMenuBar.css");
@import url("pageTabs.css");
@import url("DropDownMenu.css");

/*----- Header and sidebar Styles -----*/



#skyline
{
    height : 170px;
	background-image: url(../images/skyclouds_WLogo.gif);
	background-repeat: no-repeat;
	border-bottom: 4px solid #dde9df; /*#cef065;*/ /* yellow: #f8ff4c;*/
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	font-style:italic;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}


/* CSS Document background-color:#c0a060;background-color:#E0D090; */
body  
{
    background-color:#dfefff; /*#c0e0f0; */
    margin:0px; 
    height:100%; 	
    font: normal small Georgia, "Times New Roman", Times, serif;
	color: #3a3a3a;
}

/*background #E0D090 */
#main1 
{
    width:1050px; 
    margin-left:auto; 
    margin-right:auto; 
    border: 2px solid black; 
    background:white; 
    height:100%; }

/* first HR color: #5294c1 */
hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #a0c080;
  color: #a0c080; /*#a0c080*/
}

#footer {
	clear: both;
	padding: 40px;
	background-color: #adcd60;
	border-top: 2px black solid;
}

#copyright{	width: 778px; height:40px; margin-left:auto; margin-right:auto; clear:both;}
.copyright{font-family: verdana;font-size: 11px;color: #FFFFFF;	text-align: center;	}

div#footerMine{background: #333;color: #FFF}
div#footerMine p{margin:0; padding:5px 10px}
div#footerMine{clear:both;width:100%}

div#counter1{background: #333; color:#fff}
div#counter1{margin:0; padding:5px 5px; float: left}
div#counter1{text-align:center; width:48px;}

div#counterText{float:left;}




