﻿body
{
	color:#000;
	margin: 0px;
	padding: 0px;
	background-color: #efefef; 
	background-image: url(../images/bgfade.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align:center;
	font-size: 90%;
	font-family: arial, helvetica, serif;
}
h1 { font-size: 120%; }
h2 { font-size: 100%; }
h3 { font-size: 95%; }
.importanttext
{
    color:Red;
}
#admindashwrapper
{
    margin:0 auto 0 auto;
    width:1040px;
    text-align:left; 
    /* border: 1px solid #BFAAA7; */
}
#admindashwrapper ul
{
    margin: 0 0 0 0;
    padding-left:25px;
    list-style-type:square;
    /* border: 1px solid #BFAAA7; */
}
#admindashwrapper ul li
{
    margin:0;
    /* border: 1px solid #BFAAA7; */
    padding:3px;
}
#admindashwrapper h2
{
    width:240px;
    background-color:#aaa;
    padding: 5px 0 5px 5px;
}
#admindashwrapper a { color: #2F3A98; text-decoration: none;  }
#admindashwrapper a:hover { background-color: transparent; color: #BD2734; }
#admindashwrapper a:active { background-color: transparent; color: #BD2734; }

#statusblock
{
    text-align:center;
}
#residentblock, #reportsblock, #inventoryblock, #eventblock
{
 /* border: 1px solid #BFAAA7; */
 width:250px; 
 height:200px;
 float:left;
 text-align:left;
 margin-right:5px;
}

#footerblock {
	border-bottom: 1px solid #aaa;
	padding-top:0;
	height: 80px;
	text-align:left;
	width:1000px;
	clear:both;
}
#footerblock h2 { width:1010px; }
#footerblock ul { padding: 0px; margin: 0 0 0 0; list-style: none; }
#footerblock li { padding: 0; margin: 0; display: inline; }
#footerblock li a { padding: 5px 20px 5px 5px; color: #2F3A98; text-decoration: none; }
html>body #footerblock li a { width: auto; }
#footerblock li a:hover { background-color: transparent; color: #BD2734; }
#footerblock li a:active { background-color: transparent; color: #BD2734; }

.spnstatus
{
    border: 1px solid #BFAAA7;
    padding:2px 10px;
    background-color:#eee;
    font-weight:bold;
}

.clearboth
{
    clear:both;
}

#coatsizes table, #coatsizes td
{
    border: 1px solid #BFAAA7;
    border-collapse:collapse;
}
.residentInfo
{
    /* margin: auto 33% auto 33%; */
    margin: 0 auto 0 auto;
    width: 500px;
}

.searchCriteria
{
    margin: auto 33% auto 33%;
    width: 300px;
}

#footer
{
    margin:30px 0 0 0;
}
#mainbody
{
    text-align:center;
}
#logohead
{
    text-align:center;
    margin:0 auto 0 auto;
    height:95px;
    width:600px;  
    /* border: 1px solid #BFAAA7; */
}
#logohead img
{
    /* display:inline; */
    float:left; 
    /* margin-left: 50px; */
    /* border-bottom: 1px solid #2c5d73;  */

}
#loginline
{
    font-family: arial, helvetica, serif;
	font-size: 80%;
	color:black;
	font-weight: normal;
	float:right;
}
#welcomecontent
{
    width:650px;
    text-align:left;
    padding:20px;
    margin:20px 0 0 0;
    background-color: #fff;
    border: 1px solid #BFAAA7;
}
#welcomecontent p
{
    line-height:140%;
}
#welcomecontent ol li
{
   line-height:140%;
   margin-bottom: 8px;
   margin-right: 30px;
}
#regbut 
{
    text-align:center;
}
#regform, #reviewdata
{
    font: 100%/120% Calibri,Arial,Verdana,Helvetica,sans-serif;
    text-align:left;
    width:700px;
    margin-top: 15px;
	margin-left: auto; 
	margin-right: auto;
	margin-bottom: 10px;  
}
#regform fieldset, #reviewdata fieldset
{
    position: relative;
    display:block;
    margin: 10px 0 20px 10px;
    border: 1px solid #333;
    padding:20px 3px 20px 10px;
    background-color: #ddd;
	background-image: url(../images/bgfade_fs.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#regform fieldset legend,  #reviewdata fieldset legend
{
    margin: 0 0 20px 20px;
    padding: 1px 5px 2px 5px;
    border: 1px solid #000;
    position:absolute;
    top: -.8em;
    background-color: #fff;
    font-weight: bold;
    font-size: 90%;
    font-family: arial, helvetica, serif;
}
@-moz-document url-prefix()
{
    #regform fieldset legend,  #reviewdata fieldset legend
    {
        top:-30px;
    }
}
#regform fieldset label
{
    font-family: arial, helvetica, serif;
	font-size: 100%;
	color:black;
	font-weight: normal;
	padding: 10px 0 0 0;
}
#regform p 
{
    font-family: arial, helvetica, serif;
	font-size: 100%;
	color:black;
	font-weight: normal;
	margin: 0 0 10px 0;
}

#regform input, select
{
    background-color:#FFEAE7;
    /* border: 1px solid #BFAAA7; */
}
#regform p input
{
    background-color:#CECBCE;
    /* border: 1px solid #000; */
}
#reviewdata fieldset p, #reviewdata fieldset table
{
    font-size:105%;
}
#butbox
{
    margin: 0 auto 20px auto;
    text-align: right;
    width:600px;
    height:50px;
    /* border: 1px solid #BFAAA7;*/
}
#butbox input, #reviewdata input, #regbut input
{
    /* background-color:#F26522; */
    background-color:#2c5d73;
    color:#fff;
    padding:3px 20px;
}
#regbut p
{
    text-align:left;
}

#thankyou, div.messagepanel, #appcontrol
{
    width:600px;
    text-align:left;
    line-height:150%;
    padding:20px 40px 40px 40px;
    margin: 0 auto 0 auto;
    font-size:110%;
    border: 1px solid #000;
    background-color: #ddd;
	background-image: url(../images/bgfade_fs.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
div.messagepanel
{
    width:600px;
    padding: 20px;
    margin: 10px auto 10px auto;
}
#appcontrol input
{
    width:200px;
    margin-bottom:20px;
}
#appcontrol
{
   width:400px;
   margin: 10px auto 10px auto;
}

table.loginclass 
{
    border: 1px solid #000;
    padding: 20px 20px 20px 20px;
    margin: 20px auto 20px auto;
    font-family: arial, helvetica, serif;
	font-size: 90%;
	font-weight: normal;

	background-color: #ddd;    
}
table.loginclass td 
{
    padding: 3px 3px 3px 3px;   
}
#logo_header 
{
    text-align:center;
}
.errormsg 
{
    color:Red;
}
/*========================================*/
#sizeguide table
{
    border: 1px solid #BFAAA7;
}
.tabledata
{
    background-color:#ccc;   
}
.thead
{
   background-color:#FFEAE7;
}
.xhead
{
    background-color:#aaaaaa;
    text-align:left;
    width:170px;
    
}
.xxhead
{
    background-color:#aaaaaa;
    font-weight:bold;
    
}
/*============= Reports ====================*/
#repnav
{
    Margin-left:20px;
}

table.xreport
{
    table-layout:fixed;
    Vertical-align:top;
    width:1700px;
}
 td.xreport
{
  Vertical-align:top;   
}
tr.xreport
{
}

.LabelXX-Small-White
{
    font-size: xx-small;
    color: White;
}
.LabelXX-Small-Black
{
    font-size: xx-small;
    color: Black;
}
#resinfo
{
    margin:0 auto 0 auto;
    
}
#resinfo fieldset
{
    position: relative;
    display:block;
    /* margin: 10px 0 20px 10px; */
    margin: 0 auto 0 auto 0;
    border: 1px solid #333;
    padding:20px 3px 20px 10px;
    background-color: #fff;
    text-align:left;
}
#resinfo fieldset legend
{
    margin: 0 0 20px 0;
    padding: 1px 5px 2px 5px;
    border: 1px solid #000;
    position: absolute;
    top: -.8em;
    background-color: #fff;
    font-weight: bold;
    font-size: 90%;
    font-family: arial, helvetica, serif;
}
@-moz-document url-prefix()
{
    #resinfo fieldset legend
    {
        top:-30px;
    }
}
.vendorstatus
{
    margin-left: 150px;
    /* border: 1px solid #BFAAA7; */
}
.sosformpanel
{
    margin: 30px auto 20px auto;
    padding:20px;
    border: 1px solid #BFAAA7; 
    width:420px;
    background-color:#efefef;
}
.sosformpanel .submitbutton
{
    margin: 10px 0 0 0;
}
.sosstatpanel
{
    width:520px;
    margin:0 auto 0 auto;
}
.sosinput
{
    width: 30px;
    background-color:#faf1f1;
    margin: 0 auto 0 auto;
    text-align:right;
}
#sostotals
{
    border: 1px solid #BFAAA7;
    width:100%;
    margin: 30px auto 0 auto;
    background-color: #fff;
}
#sostotals th
{
    background-color:#b3acac;
}
#sostotals .subhead
{
    border-bottom: 1px solid #BFAAA7;
}
#sostotals td
{
    border: 1px solid #BFAAA7;
}
.sostotalres
{
    background-color:#efefef;
    font-weight:normal;
}

