body
{
    height:100%;
    border:none;
	padding : 0px;	
	margin: 0px;
	font-family:Verdana;
	font-size:8pt;
    background-color: #ECFDFF;
}

#header
{    
    display: block;
    background-color: lightgray;
    border-top: solid 2px #000;
    border-bottom: solid 5px #AFAFAF;
}

#header .head
{
    margin-left: 0px;    
    padding: 0px 0px 0px 0px;
}

#header .logo
{
    margin-left: 620px;
    height: 50px;
    padding: 10px 0px 0px 0px;
}

h1
{
    font-size: 2em;
}

h3
{
    font-size: 1.5em;
    font-weight: bold;
    padding-bottom: 20px;
}

#content
{
    width: 100%;
    height: 100%;
}

#menucontainer
{
	padding: 0px;
	vertical-align: top;
    background-color: #ECFDFF;
    width: 150px;
    height: 100%;    
    border: 0px;
    margin: 0px;
}

#menucontainer h2
{
	text-align: left;
    display: block;
    margin: 3px;
    color: #ffffff;
    font-size: 13pt;
    color: #333;
}

#menucontainer button
{
    width: 110px;
	height: 35px;
	display: block;
	margin: 7px 0px 7px 0px;
}

#main
{
    vertical-align: top;
}

table #main {
    border: 0;
}

#main h2
{
    display: block;
    width: 800px;
    background-color: #001060;
    border-top: solid 1px #001060;
    border-left: solid 1px #001060;
    border-right: solid 1px #001060;
    padding: 5px 10px 5px 10px;
    margin-top: 10px;
    color: #ffffff;
}

.hidden
{
    display: none;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset, .validation-summary-errors
{
    width: 800px;
    background-color: #F6F6FB;
    border-bottom: solid 1px #162a2d;
    border-right: solid 1px #162a2d;
    border-left: solid 1px #162a2d;
    margin-bottom: 20px;
    padding: 10px;
}

.validation-summary-errors
{
    border-top: solid 1px #ccc;
    margin-top: 10px;
}

.validation-summary-errors li
{
    list-style-type: disc;
    list-style-position: inside;
}

#tabs
{
    margin-bottom: 20px;
    width: 821px;    
}

#tabs li a
{
    font-weight: normal;
}

#tabs .panel .grid
{
    width: 819px;
    padding: 0px;
    margin: 0px;
    border: 0px;
}

.dataGrid
{
	width: 900px;
	border-bottom: solid 1px #838AC3;
    border-right: solid 1px #838AC3;
    border-left: solid 1px #838AC3;
}

#tabs .panel
{
    padding: 1px 0px 1px 0px;
    margin: 0px;
    width: 820px;
    border: solid 1px #838AC3;
}

#tabs a
{
    display: block;
    height: 20px;
}

#tabs div
{
    padding: 10px;
}

textarea 
{
    min-height: 75px;
}

input[type="text"] 
{
    width: 100%;
    border: 1px solid #ccc;
}

input[type="submit"], button
{
    height: 25px;
    width: 100%;
}

input[type="password"] 
{
    width: 100%;
    border: 1px solid #ccc;
    font-family: Microsoft Sans Serif;
}

input, select, textarea, button
{    
	font-size: 8pt;
	font-family:Verdana;
	color: #333;
}

select
{
    width: 100%;
}

p
{
    margin-left: 15px;
}

.statusHead
{
    
}

.status .left
{
     vertical-align: top;
     font-weight: bold;
}

.status .right
{
}

/* TABLE
----------------------------------------------------------*/

table 
{
    
    border-collapse: collapse;
}

table td
{
    padding: 8px;   
    border: solid 1px #ccc;
    color: #444;
}

table th
{
    padding: 5px 9px 5px 9px;
    text-align: left;
    background-color: #F6F6FB;
    border: solid 1px #ccc;
    color: #444;
}

.selectedRow
{
    font-weight: bold;
}

.filter
{    
    width: 821px;
    background-color: #001060;
    border-top: solid 1px #001060;
    border-left: solid 1px #001060;
    border-right: solid 1px #001060;    
    color: #ffffff;
    margin-top: 10px;
}

.filter button
{
	height: 20px;
	width: 40px;
}

.filter th
{
    display: inline-block;
    margin-top: 3px;
    background-color: #001060;
    color: #fff;
    border: 0px;
    vertical-align: middle;
}

.filter td
{
    text-align:right;
    border: 0px;
    vertical-align: middle;
}

.filter select
{
    margin-right: 10px;
    width: 100px;
    font-size: 8pt;    
}

.noBorder, .noBorder table, .noBorder th, .noBorder tr, .noBorder td
{
    border: 0px;
}

.searchTable
{
}

.profile
{
}

.profile td
{
    vertical-align: middle;
}

table .grid
{
    width: 821px;    
    background-color: #fff;
    border-bottom: solid 1px #838AC3;
    border-right: solid 1px #838AC3;
    border-left: solid 1px #838AC3;
}

.even
{
    background-color: #eee;
}

.grid th
{
	border-top: 0px !important;
}

.grid td
{
    vertical-align: middle;
}
        
.editor-label
{
    width: 100px;
}

.spacer
{
    width: 50px;
}
        
.editor-field
{
    width: 220px;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Breadcrumbs */
/* Float Clearing
 ---------------------------------------------------------------------*/

.module:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* float clearing for IE6 */
* html .module
{
	height: 1%;
	overflow: visible;
}

/* float clearing for IE7 */
* + html .module
{
	min-height: 1%;
}

/*Reports*/
#reportObject, #reportIFrame
{
	width: 820px;
	height: 1000px;
	background-color: #fff;
	text-align: center;
}

.button {
    text-decoration: none; font: menu;
    display: inline-block; padding: 2px 8px;
    background: ButtonFace; color: ButtonText;
    border-style: solid; border-width: 2px;
    border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
}
.button:active {
    border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}