﻿html,body
{
   background-color: #fff;
   height: 100%;
   
}

*
{
    margin:0;
    padding:0;
    
} 

.Site
{
    width:975px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-family: Arial;
    background-color: #fff;
    height: auto;
}

.Site-Header
{
	width:975px;
    margin-top: .3em;
}

.Site-Header-StiLogo
{
    float:left;
    margin: 0 10px 0 10px;
    
}

.Site-Header-Content
{
    float:left;
    margin-left: 100px;
}

.Site-Header-Top
{
	padding:0px;
	overflow:hidden;
}

.Site-Header-Caption
{
    padding: 0px;
    font-size: xx-large;
}

.Site-Header-Bottom
{
    margin-top:10px;
	overflow:hidden;
	font-size:smaller;
}

.Site-Header-ProgramLogo {
	float: right;
	margin-right: .5em;
	width: 80px;
	height: 80px;
}

.LoginContainer
{
    margin-left: 10%;
    width: 70%;
   
}

.VidLoginInformation
{
	width: 52%;
	float:left;
	margin-top: 1em;
}
.VidLoginInformation li
{
	margin: .5em;
	font-size: 10pt;
	 list-style-position: inside;
	list-style-type: circle; 
}
.VidLoginControls 
{
	font-family: Arial;
	font-size: 10pt;
	width: 23em;
	height: 20em;
	overflow: hidden;
    /* margin: 1em 0 0 6em; */
    float:right;
    /*border-left: 1px solid #CCCCCC;*/
     
}
.VidLoginImage
{
	margin: 15px 0px 0px 5px;
	width:100%;
	height: 120px;
	
}
.LoginTitle
{
	line-height: 60px;
	font-size: 14pt;
	font-weight: bold;
	margin: 0em 0em 2em 2em;
}
.LoginLabel
{
	font-weight: normal;
	margin: 3em 0 0 4em;
	
}
.LoginCheckBoxes
{
	clear:both;
	float:left;
	margin: 1.5em 0em .5em 4em;
	font-weight: normal;
	
}

.VidLoginControls input[type='text'], .VidLogin input[type='password']
{
	margin: .3em 0 1.5em 4em;
	width: 16.2em;
	
	
}
.LoginButton
{
	width: 5em;
	height: 2em;
	margin-left: 4em;
	float:left;
}
#HeaderLoginStatus
{
    float:right;
    font-size: 10pt;
    
    
    text-decoration: none;
    font-weight: bold;
    color: #11312f;
}
.Site-Header-DateDisplay
{
	float:left;
	
}

.SoftwareVersion {
	float: left;
}


.Site-Content
{
	
	margin-left: 0em;
	/*margin-left: .2em;*/
	width: 972px;
	clear: both;
	display: block;
	background-color: rgb(100%,100%,100%);
	overflow: hidden;
	padding-top: 45px;
	height: auto;
}

.Site-Content-Left
{
	float:left;
	width:250px;
	/* min-height:400px; */
	background-color:rgb(100%,100%,100%);
}

div.Site-Content-Center
{
	float:left;
	width:100%;
	height: auto;
}

.Site-Footer
{
	background-color:White;
	text-align:center;
	clear:both;
	margin: 0;
}

.InputRow
{
	width: 350px;
	height: 30px;
}
.RowLabel
{
	clear: both;
	float: left;
	font-weight: bold;
}
.RowInput
{
	float: right;
}
.ButtonRow
{
	
	width: 100%;
}
.RowButton
{
	margin:  1em 0 0 0;
	width: 200px;
	border: 1px solid #003366;
	-moz-box-shadow: 3px 3px 1px #999;
	-webkit-box-shadow: 3px 3px 1px #999;
	box-shadow: 3px 3px 1px #999;
	
}
.Shadowed
{
	margin:  1em 1em 0 0;
	
	border: 1px solid #003366;
	-moz-box-shadow: 3px 3px 1px #999;
	-webkit-box-shadow: 3px 3px 1px #999;
	box-shadow: 3px 3px 1px #999;
}
/* force all displays of text to upper case*/
/*input[type='text'], input, td {
text-transform: uppercase;
}*/

/* Tables */

#MainContent_pnlSearch
{
    display: block;
}
table.FilterMenu
{
    display: block;
    margin-left: 2.6em;
}

