﻿html {
	margin: 0;
	padding: 0;
	}
body { 
	font: verdana;
	line-height: 1.88889;
	color: #2e2e2e; 
	background: #fff url(blossoms.jpg) no-repeat bottom right; 
	margin: 0; 
	padding: 0;
	font-size:x-small;
	}
p { 
	margin-top: 0; 
	text-align: justify;
	}
h3 { 
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #7D775C;
	}

.heading1 {
	font-family: Verdana;
	font-size: large;
	text-align: center;
	vertical-align: middle;
	height: 34px;
	background-image: url(../images/page_header.jpg);
	background-position: center;
	color: #ffffff;
	background-repeat: no-repeat;
	}

a:link { 
	text-decoration: none; 
	color: #B7A5DF;
	}
a:visited { 
	text-decoration: none; 
	color: #B7A5DF;
	}
	
a:hover, a:active { 
	text-decoration: underline; 
	color: #e6e6e6;
	}
acronym {
	border-bottom: none;
	}

.tdToTextBox 
{
	font-size:small;
	color: #2e2e2e;
	width: 170px; 
	height: 20px;
	vertical-align: top;
	text-align: left;
	padding: 0 10px 0 10px;
	}

.tdWithTextBox 
{
	font-family: Verdana;
	 font-size: medium;
	 color: #222222;
	 height: 20px;
	 text-align:left;
	 vertical-align:top;

	}

.validators
{
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	}
	
.tdWithDatePicker 
{
	 font-family: Verdana;
	 font-size: medium;
	 color: #222222;
	 height: 18px;
	 text-align:left;
	 vertical-align:top;
	 width: 200px;
}	
.ButtonStandard {
	 width: 100px;
	 height:24px;
	 font-family:Verdana;
	 font-size:small;
	}

.ButtonBig {
	 width: 200px;
	 height:40px;
	 font-weight:bold;
	 font-size:large;
	 color: #000000;
}


.TextBox {
 border: 1px solid #dddddd;
	background-color: #ffffff;
 	font-family: Verdana;
 	color: #333333;
 	font-size:small;
	}

.GridViewStyle
{    
    border-right: 2px solid #A7A6AA;
    border-bottom: 2px solid #A7A6AA;
    border-left: 2px solid white;
    border-top: 2px solid white;
    padding: 4px;
}

.GridViewStyle a
{
    color: #333333;
    text-decoration: underline;
 
}

.GridViewHeaderStyle th
{
    border-left: 1px solid #EBE9ED;
    border-right: 1px solid #EBE9ED;
    font-size:small;
}

.GridViewHeaderStyle
{
    background-color: #5D7B9D;
    font-weight: bold;
    color: White;
    font-size:small;
}

.GridViewFooterStyle
{
    background-color: #5D7B9D;
    font-weight: bold;
    color: White;
}

.GridViewRowStyle
{
    background-color: #F7F6F3;
    color: #333333;
    font-size: xx-small;
}

.GridViewEmptyRowStyle
{
    background-color: #F7F6F3;
    color: #333333;
    font-size: small;
}

.GridViewAlternatingRowStyle 
{
    background-color: #FFFFFF;
    color: #284775;
    font-size: x-small;
}


.GridViewRowStyle td, .GridViewAlternatingRowStyle td, .GridViewEmptyRowStyle td
{
    border: 1px solid #EBE9ED;
}

.GridViewSelectedRowStyle
{
    background-color: #E2DED6;
    font-weight: bold;
    color: #333333;
}

.GridViewPagerStyle
{
    background-color: #284775;
    color: #FFFFFF;
}

.GridViewPagerStyle table /* to center the paging links*/
{
    margin: 0 auto 0 auto;
}
input
{
	
}

.navMenu 
{
	font-family: verdana;
	list-style-type: none;
	font-size: small;
	font-weight: normal;
}

#headerMenu ul.navMenu li {
	display: inline;
	padding: 20px 10px 20px 10px;
	/*float: left;
	text-align: center;*/
}