﻿/*  ========================================
    LAYOUT
    ========================================
*/
#aspnetForm
{
	height: 100%;
	min-height: 100%;
}

#lyo_mouter
{
	width: 100%;
	height: 100%;												/* ie6 */
	min-height: 100%;
	margin-bottom: -96px;
	text-align: center;
	/* bg: modspec */
	background: #ffffff url(Images/bg_body.png) repeat-x left top;
}
html>body #lyo_mouter { height:auto; min-height: 100%; }		/* non-ie6 */

#lyo_minner
{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#lyo_header
{
    height: 62px;
	/* bg: modspec */
    background: transparent url(Images/bg_header.png) no-repeat left center;
}

#lyo_rootm
{
    display: inline-block;
    text-align: right;
    margin-left: 470px;
    width: 255px;
    height: 64px;
    text-align: right;
    vertical-align: top;
    background: transparent url(Images/bg_rootm.png) no-repeat left top;    
}
#lyo_rootm img { display: inline; }

#lyo_menubar
{
    height: 30px;
    line-height: 30px;
    text-align: left;
	padding: 1px 6px;
    /* float: right; */
    margin-left: 5px;
}

#lyo_clrmb
{
	float: none;
	clear: both;
}

#lyo_contents
{
	height: 400px;											/* ie6 */
	padding: 6px 16px 0px 16px;
	background: #ffffff url(Images/bg_content.png) no-repeat left top;
}
html>body #lyo_contents{ height:auto; min-height: 400px; }	/* non-ie6 */

#lyo_clrft
{
	clear:both;
	height:96px;
	min-height: 96px;
}

#lyo_fouter
{
	clear: both;
	position:relative;
	width: 100%;	
	height: 96px;
	text-align: center;
	/* bg: modspec */
	background: #ffffff url(Images/bg_bodyf.png) repeat-x top left;
}

#lyo_finner
{
	width: 960px;	
	height: 96px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	/* bg: modspec */
	background: transparent url(Images/bg_footer.png) no-repeat top left;
}

#lyo_finnert
{
	padding: 39px 16px 0px 16px;
    font-variant: small-caps;
}
#lyo_finnert img
{
    display: inline;
    line-height: 16px;
    vertical-align: middle;
    margin-right: 4px;
}
#lyo_finnert span
{
	color: #606060;
}
#lyo_finnert a:hover
{
	text-decoration: none;
	background-color: #ffffd0;
}

#lyo_themes
{
   position: absolute;
   text-align: right;
   top: 15px;
   right: 10px;
   width: 180px;
   height: 40px;
   padding: 2px 2px 2px 2px;    
   font-size: 10px;
}
#lyo_themes select
{
   color: black;
   background-color: #e1e1e1;
   font-size: 10px;
}
