﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{    
    background: White;
	font-family: verdana;
	padding: 5px; 
	margin:0;	
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    margin: 0 auto;
	padding: 0;
}

div#dHeader
{   
    width: inherit;
}

#dMainNav 	
{        
    clear: both;
	background: White;
	padding: 10px;	
	height: 40px;
	width: inherit;
	font-family: verdana;	
}

#dMain 
{    
    float:left;
	margin: 0 auto;
	width: 100%;
	min-height:690px;
	max-height: 720px;
} 

#dMenu 
{    
	/*float: left;*/
	padding-left: 5px;
	/*padding-right: 5px;
	padding-bottom: 5px;*/
	width: inherit;
	min-width: 1150px;
	font-family: verdana;
}

#dMainfooter {	
	padding-top: 5px;
	position: relative;
    bottom:0px;
}

#main-content 
{    
    background: White;
	margin: 0 auto;
	width: 100%;	
	min-height:750px;
} 
#dMainfooter {
	/*height: 20px;*/
	padding-top: 5px;
	position: relative;
    bottom:0px;
}
#footer
{
    color: #666666;    
    padding-top: 5px;
    font-size: .9em;
    font-family: Verdana;
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    font-family: Verdana;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
}

input[type="password"] 
{
}

/* TABLE
----------------------------------------------------------*/

table 
{
}

table td 
{
}

table th
{
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{   
    float: left;
	background: White;
	padding: 10px;	
	height: 20px;
	min-width: 1150px;
	font-family: verdana;	
}

div#title
{
    display:block;
    padding: 5px;
}

#WelcomeBar-container a:link { 
    font-family: Verdana;
    font-size: 9px;
    color: #000000;
    text-decoration: none; 
    float: left;
}

#WelcomeBar-container a:hover { 
color:#808080;
text-decoration:none; 
}

.BodyText{
    font-weight: normal;
    font-size: 12px;
    color: #666666;
    font-family: Verdana;
    text-decoration: none
}

.BodyText A{
    font-weight: normal;
    color: #000000;
    font-family: Verdana;    
}

.BodyText A:hover{
    font-weight: normal;
    color: #808080;
    font-family: Verdana;
}

.BodyText A:link{
    font-weight: normal;
    color: #000000;
    font-family: Verdana;
}

.ErrorText
{
    FONT-WEIGHT: normal;
    FONT-SIZE: xx-small;
    COLOR: #FF0033;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none;
}
.WarningText
{
    FONT-WEIGHT: bold;
    FONT-SIZE: smaller;
    COLOR: #FF0033;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none;
}

/* 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;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label,
.display-field,
.editor-field
{
    font-family: Verdana;
    margin: 0.5em 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}
.dxHyperlink 
{
    font-family: Verdana;
    font-size: 9px;
    color: #000000;
    text-decoration: none; 
    }
a:visited.dxHyperlink { color: #000000;}
a:hover.dxHyperlink { color: #808080;}

.dxBodyHyperlink
{
    font-family: Verdana;
    font-size: 11px;
    text-decoration: none;     
    color: #0000FF;
}
a:visited.dxBodyHyperlink { color: #0070BA;}
a:hover.dxBodyHyperlink { color: #808080;}

.dxHomeHyperlink 
{
    font-family: Verdana;
    text-decoration: none;  
    color: #3C3C3C;
}
    
a:visited.dxHomeHyperlink { color: #3C3C3C;}

a:hover.dxHomeHyperlink { color: #808080;}

.WelcomeBarText
{
    font-weight: normal;
    font-size: 9px;
    font-family: Verdana;    
    color: #666666;
    text-decoration: none;    
}
.EditForm {
	width: 600px;
	font: 82% arial, helvetica, "Nimbus Sans L", sans-serif;
	border: solid 1px #666;
	margin-left: 15px;
}
.EditForm TABLE TD 
{
    padding: 0, 60px, 0, 0;
}
.EditFormtitle {
	color: #666;
	padding: 9px 10px 7px;
	background: #eee;
}

.EditFormNoBorder 
{    
	font: 82% arial, helvetica, "Nimbus Sans L", sans-serif;	
	margin-left: 15px;
}
.EditFormNoBorder TABLE TD 
{
    padding: 0, 60px, 0, 0;
}
.BodyHeader{
    font-weight: bold;
    padding: 3px 5px;
    font-size: 12px;
    color: #333333;
    font-family: Arial;
    text-decoration: none;
}
.ErrorText
{
    font-weight: normal;
    font-size: xx-small;
    color: #FF0033;
    font-family: Arial;
    text-decoration: none;
}

/*.button      
{
    border-color: #003366;
    background: #003366;
    color: #ffffff;     
}
.button:hover 
{  
    border-color: #333333;
    background: #333333;
}*/

/* Pager Template*/

.pager_template
{
    height: 32px;
}
.pager_template div.left
{
    padding: 3px;
    float: left;
    height: 30px;
    width: 400px;
}
.pager_template div.right
{
    padding: 3px;
    float: right;
    height: 30px;
    width: 170px;
}
.pager_template .button
{
    float: left;
    margin: 2px;
}
.pager_template .editor
{
    float: left;
    margin: 3px 0px 1px;
}
.pager_template label
{
    float: left;
    display: block;
    margin: 2px 4px;
    padding: 4px 0px;
}
