﻿body 
{
	font-family:  Tahoma, Verdana, Arial;
	font-size: 10pt;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    background-color: #fff;
    color: #666666;
}

 #container { 
	width: 996px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index:1;
} 

a
{
	color:#0099cc;
	text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}


th
{
    vertical-align:top;
}
td
{
    margin:0px; padding:0px;
    vertical-align:top;
}
h1
{
	color: #0099CC;
	font-size: 1.6em;
	font-family: 'Arial', Helvetica, 'Arial Rounded MT Bold';
	letter-spacing: 110%;
	margin-bottom: 3px;
	padding: 2px 0px 2px 5px;
}

h2 {
	color: #0099CC;
	font-size: 1.4em;
    line-height: normal;
    font-weight:bold;
    font-style: normal;
    font-family: Arial, Helvetica, 'Arial Rounded MT Bold';
    font-variant: normal;
    padding-left: 5px;
}

h3 {
	color: #0099CC;
	font-size: 1.2em;
    line-height: normal;
    font-style: normal;
    font-family: Arial, Helvetica, 'Arial Rounded MT Bold';
    font-variant: normal;
}


img { border: 0px; padding:0px; z-index:1; }
hr { color: #ccc; height: 1px; }
table { border-style: none;
    border-color: inherit;
    border-width: 0px;
    font-size: 100%;     
    padding:0px;     
    clear:none;     
    margin:0px;
    text-align: left;
    vertical-align:top;
}
.codeblock 
{
	color: #73880A; 
	font: 80% "Courier New", Courier, monospace; 
	padding:2px ;
	margin:1px;
	border-left:1px solid #666666; 
}

form { margin: 0px; padding: 0px; }
input, select 
{
    font-size: 9pt;
    font-family: 'Lucida Sans';
    border:1px solid #c5c5c5;
    text-align: left;
}

input.noBorder
{
    border: none 0px white;
    color: black;
    background-color:Transparent;
}

textarea
{
    font-size: 9pt;
    font-family: 'Lucida Sans';
    border:1px solid #c5c5c5;
    height: 164px;
    width: 292px;
}

p
{
    margin-left: 20px;
}

#header
{
	margin:0px;
	height:289px;
	padding:0px;
	border:none 0px black;
	width:100%
}

#header_top
{
    margin:0;
    height:88px;
    padding:0;
    vertical-align:bottom;
    clear:both;
    width:100%
}

#header_bottom
{
    margin:0;
    height:202px;
    padding:0;
    clear:both;
}

#top_right_nav
{
    color:#94c43d;
    font-weight:bold;

}

#top_right_nav a
{
    color:#33add6;
    font-weight:bold;
}

#blue_menu
{
    margin:0;
    padding: 5px 0px 0px 20px;
    height:200px;
    width:225px;
    padding:0;
    background: transparent url(images/rehab_blue_menu_no_arrows.jpg) no-repeat ;
    float:left;
    font-family:Arial, Trebuchet, Sans-Serif;
    font-size:1em;
    color:White;
}



#blue_menu a
{
    color:White;
}


td.menu
{
    padding: 3px 0px 0px 50px;
    margin: 0px;
    font-weight: bold;
}


#mainwrapper
{
	background:#fff ;
	margin:0px 0px 0px 0px;
	width:996px;
}
#main
{
   /* background:#fff url(images/bg.gif) top left repeat-x;*/
	margin-left:0px;
	margin-right:0px;
	padding: 5px 5px 0px 0px;
	top:-1px;
	position:static;
	display: block;
	z-index: 100;
	border: none 0px black;
}


#subtitle
{
	margin-top: 0px;
	margin-left: 100px;
	color: #c5c5c5;
	font-size: 1.3em;
	font-family: Arial,Helvetica;


}

#loginbox
{
	padding:40px;
}

#loginboxwrapper
{
	background:url(images/login.png);
	float:left;
	margin-right:30px;
	margin-bottom:30px;
	margin-left:0px;
	height:225px;
	width:240px;
}
#leftbox
{
	float:left;
	margin:15px;
}


.pagesummary
{
	font-size: 0.9em;
	color: inherit;
	bottom: 0;
	font-style: italic;
	font-family: arial;
	margin-bottom:5px;
	width: 600px;
}

.lastupdated
{
	font-size: 0.8em;
	color: dimgray;
	padding-top: 1em;
	bottom: 0;
	border-top: 1px solid whitesmoke;
	margin-top: 20px;
	font-style: italic;
	font-family: arial;
	font-weight: bold;
}

.loadingbox
{
    position:absolute;
    top:40%;
    left:40%;
    border:1px solid lightsteelblue; 
    background-color: #ffffff; 
    height:50px; 
    width:250px;
    text-align:center;
    padding-top:20px
}

.headlinks
{
	color:white;
	font-weight:normal;
	font-size:1em;
    position: absolute; 
    left: 30px; 
    top: 61px;
    display: none;
}

.menuStyle
{
    background-image: url(images/menu.gif);
    background-repeat: repeat-x ;
    border: none 0px #c6c5aa ;
    height: 27px;
    margin: 0px 0px 0px 8px ;
    width: 780px;
    text-align: center;
    top:  0px;
    position: static;
    left: 8px;
    padding: 0px;
}
   


.menuItem
{
    text-align: center;
    color: #78a420;
    font-family: Arial, Helvetica ;
    font-weight: bold;
    font-size: 1.1em;
    padding: 4px 6px 2px  2px ;
    border:  solid 1px #999999 ;
    height: 27px;
    margin: 0px;
}

.dynamicItem
{
     border: solid 1px #c6c5aa ;
     padding: 0px 5px 0px 5px;
     font-weight: bold;
     margin: 1px 0px 0px 0px;
     width: 200px;
     text-align:center;
}

.menuTableStyle
{
    width: 90%;
    height: 100%;
    text-align: left;
    padding-top: 0px;
    top: -2px;
    position:relative;
    left: 16px;
    display: none;
}

.footerlink
{
    font-family: Arial, 'Arial Rounded MT Bold', Veranda;
    letter-spacing: 105%;
    color:#fff;
    font-weight:normal;
}
.quotes
{
    color: rgb(0, 153, 204);
    font-style:italic;
}


#footer {
	font-size:1.1em;
	background: white url(images/blue_footer.gif) no-repeat top center ;
	color:#fff;
	padding-top:1em;
	padding-bottom: 18px;
	bottom:0;
	border-top:0px solid whitesmoke;
	margin: 0 0 20px 0px;
	float:none;
	clear: both;
    text-align:center;
    height: 120px;
    width: 100%;
}

#footerbar
{
    width:100%;
    height: 50px;
    text-align: center;
    font-size:0.7em;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #fff;
    border: none 0px #fff;
    font-weight:normal;
}

#footer a:hover {
    border-bottom: solid 1px white;
}

#centercontent
{
    width:100%;
    text-align: center;
    padding: 10px 0px 20px 0px;
}

/**Admin Styles**/

 .Button
        {
		padding: 7px 0px 0px 25px;
	    width: 297px;
	    background-image: url('images/on_off.jpg');
	    background-position: -322px 0px;
	    height: 30px;
	    margin-left: 0px;
	    text-align: left;
	    vertical-align: bottom;
	    letter-spacing: 0px;
	    margin-top: 0px;
	    background-repeat: no-repeat;
	    color: #666666;
	    }

		.Button:active, .Button:hover
		{
			background-position: 0px 0px;
			cursor: pointer;
			color: White;
		}

.leftMargin
{
margin-left: 30px;
}
