﻿body 
{
    font-family:Arial, Verdana;
    font-size:12pt;
	margin: 0;
	text-align:center;
	color:#333333;
	background-color:#FFFFFF;
	background-image:url('../img/bg.jpg');
	background-repeat:repeat-x;
}
#divOuter
{
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    position:relative;
    width:1034px;
	color:#333333;
}
.divInner
{
    float:left; position:relative; margin-left:17px; width:1000px;
}
#mstr_mnu
{
    float:left; position:relative; width:1000px; height:auto; padding-left: 0px;
    background-image:url('../img/full_menu_bg.jpg'); background-repeat:no-repeat;
    border-top:solid 1px #ffffff;
}
#mstr_top
{
    float:left; position:relative; width:1034px; height:0px; 
}
#mstr_hdr
{
    float:left; position:relative; width:1000px; min-height:150px; 
}
#mstr_mid
{
    float:left; position:relative; width:1034px; background-image:url('../img/midrow.png');
}

#mstr_content
{
    float:left; position:relative; width:1000px; min-height:500px; text-align:left; 
}
#pagecontent
{
    float:left; position:relative; padding:10px 16px 10px 16px;
}
#mstr_botrow
{
    float:left; position:relative; width:1034px; height:57px; 
    background-image:url('../img/botrow_hsm.png'); text-align:center;
    background-repeat:no-repeat;
}
.homelink
{
    color:White;
    font-size:10pt;
    font-weight:bold;
    text-decoration:none;
    padding-right:70px;
}
.homelink:hover
{
    text-decoration:underline;
}
.infoset_table_default
{
    /*** this style will be used for all infoset tables unless the CssTable property is set on the control ***/
    width: 100%;
    text-align:left;
}
.emwPreview
{
    position: absolute; 
    top:0px;    
    left:0px; 
    width: 125px; 
    height:40px; 
    padding-left:5px; 
    background-color:Yellow;
    color:Black; 
    text-align:left;
    font-weight:bold;
    filter:alpha(opacity=65);
    -moz-opacity:0.65;
    opacity: 0.65;
}
