body {
    background-color: rgb(230, 230, 230);
    font: 12px/18px Tahoma,Geneva,sans-serif;
    color: rgb(51, 51, 51);
}
body, html
{
	height:100%;
	margin:0px;
	padding:0px;
	/*overflow:hidden;*/
}
#content
{
    margin-left:24px;
    margin-right:24px;
	position:relative; /* needed for footer positioning*/
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
#top
{
float:left;
width:100%;
}
#footer{
position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
} 
#header
{
	height:150px;
	
}
#logoMain
{
	float:left;
}
#logoMain img
{border-style:none;}
#tabs ul
{
	display:inline;
	height:auto;
    font: normal 14px arial, sans, sans-serif;
    -list-style-type: none;
    border-bottom: 1px solid gray;
    margin: 0;
    padding-left:0;
    padding-right:0;
    padding-bottom: 26px;
}

#tabs ul li 
{
    display: inline;
    float: left;
    height: 24px;
    min-width:80px;
    text-align:center;
    padding:0;
    margin: 1px 0px 0px 0px;
    border: 1px solid gray;
}

#tabs ul li.selected 
{
    border-bottom: 1px solid #fff;
    background-color: #fff;
}


#tabs ul li a 
{
    float: left;
    color: #666;
    text-decoration: none;
    padding: 4px;
    text-align:center;
    background-color:#eee;
    min-width:80px;
    border-bottom: 1px solid gray;
}

#tabs ul li a.selected
{
    color: #000;
    font-weight:bold;
    background-color: #fff;
    border-bottom: 1px solid #fff;
}

#tabs ul li a:hover
{
    color: #000;
    font-weight:bold;
    background-color: #fff;
}

#container 
{
    background: white;
    border:1px solid gray;
	height: 100%;
    width:100%;
	margin: 0 auto 0 auto;
}

#iContainer
{
	height:100%
}

iframe
{
    border:none;
    margin:0;
    padding:0;
}
