﻿/*----------------------------------------------------------
The base color for this template is #7C886A. If you'd like
to use a different color start by replacing all instances of
#7C886A with your new color.
----------------------------------------------------------*/
body
{
    background-color: #7C886A;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a.excel 
{
	background: transparent url(/Images/xls.gif) no-repeat scroll 0 0;
	padding: 2px 0 2px 20px;
	text-decoration: none;
}

#welcomeMessage
{
    color: #666666;
    margin: 29px;
    font-size: 17px;
    font-weight:bold;
    font-style:italic;
    line-height: 1.3;
    text-align:center;
    font-family: Palatino Linotype;
}

#welcome
{
    color: #768553;
    display:inline;
    font-size:20px;
}


#map_canvas1 {
    display: block;
    float: right;
    width: 270px;
    height: 400px;
    margin-left: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

p.margined
{
	line-height: 150%;
}

.rightPaddedImage 
{
    display: block;
    float: right;
    margin: 12px;
}

.paddedImage 
{
    display: block;
    margin: 12px;
}


.leftPaddedImage 
{
    display: block;
    float: left;
    margin: 12px;
}


.mainMemberCol
{
	vertical-align:top;
	border-width:0px;
	border-collapse:separate;
	padding: 23px;
	border-spacing: 10px 10px;
	text-align:left;
	background-color:#ffffff;
}

.paddedCell
{
	padding-right:13px;
	padding-left:13px;
	text-align:left;
	vertical-align:top;
}

.paddedCell1
{
	padding-right:13px;
	padding-left:13px;
	vertical-align:top;
}

.paddedCell2
{
	text-align:left;
	padding-right:63px;
	padding-left:63px;
	vertical-align:top;
}


.leftMemberCol
{
	width:125px;
	vertical-align:top;
	padding: 13px;
	border-width:0px;
	border-collapse:separate;
	border-spacing: 10px 10px;
	text-align:left;
	background-color:#E7E7CF;
}

.leftMemberCol a
.leftMemberCol a:link,
.leftMemberCol a:hover,
.leftMemberCol a:visited,
.leftMemberCol a:active
{
	color:#676662;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}

a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

.printspacing
{
	border-collapse:separate;
	border-spacing:150px 30px;
	line-height: 16px;
}

p.default, ul.default
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.0em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* 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;
}

.mainTable
{
	margin-top: 5px;
	border-width:1px;
	border-color: Black;
	border-style: solid;
	border-collapse: separate;

}
	
.mainTable tr
{
	background-color:White;
    padding: 0px;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/


#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#main
{
    background-color: #fff;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #7C886A solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    border: 1px solid #CCC;
}

fieldset table 
{
  border: 0px;
  border-collapse: collapse;
  margin: 2px 12px 10px 10px;
}

#scrollableDiv
{
	overflow:auto;
	height: 200px;
    overflow: scroll;
    max-height: 549px;/* Or the amount of pixels you want */
}


fieldset table td 
{
  padding:0px;   
}

	fieldset p 
	{
		margin: 2px 12px 10px 10px;
	}

	fieldset label 
	{
		display: block;
	}

	fieldset label.inline 
	{
		display: inline;
	}

	legend 
	{
		font-size: 1.1em;
		font-weight: 500;
		padding: 2px 4px 0px 4px;
	}

input[type="file"] 
{
    width: 400px;
    border: 1px solid #CCC;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/
.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

A.seven:link
{
	font-size: 7pt;
	color: Gray;
	font-family: Verdana, Arial, 'sans-serif ';
	text-decoration: none;
}

A.seven:visited
{
	font-size: 7pt;
	color: Gray;
	font-family: Verdana, Arial, 'sans-serif ';
	text-decoration: none;
}

A.seven:hover
{
	font-size: 7pt;
	color: Gray;
	font-family: Verdana, Arial, 'sans-serif ';
	text-decoration: underline;
}

#hor-zebra
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 5px;
	text-align: left;
	border-collapse: collapse;
}
#hor-zebra th
{
	font-size: 12px;
	font-weight: bold;
	padding: 4px 2px;
	color: #039;
}
#hor-zebra td
{
	padding: 4px;
	color: #669;
}
#hor-zebra .odd
{
	background: #e1e1c7; 
}



#tableList
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 5px;
	text-align: left;
	border-collapse: collapse;
}
#tableList th
{
	font-size: 12px;
	font-weight: bold;
	padding: 4px 2px;
	color: #039;
}
#tableList td
{
	padding: 4px;
	color: #669;
}
#tableList .odd
{
	background: #e1e1c7; 
}





#hor-minimalist-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 45px;
	width: 480px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-a th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-a td
{
	color: #669;
	padding: 9px 8px 0px 8px;
}
#hor-minimalist-a tbody tr:hover td
{
	color: #009;
}


table
{
	border-collapse: collapse;
}

table tr td, table tr th { padding: 0; }

table.defaultstyle td 
{
  padding: 1px;   
  border: solid 1px;
}

table.defaultstyle th
{
  padding: 1px 1px;
  text-align: left;
  background-color: #FFFFFF; 
  border: solid 1px #e8eef4;   
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:15px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:Black;
}

#logindisplay a:link
{
    color: Black;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: Black;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: Black;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}