﻿html, body 
{
    height: 100%;
}

body
{
    background-color: #FFFFFF;
	color: #343434;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 78%;
	margin: 0px;
    padding: 0px;
	text-decoration: none; 
	behavior: url("/styles/hover.htc");
}

html>body #container
{
    height: auto;
    width: auto;
}

#container
{
    height: 100%;
    left: 0px;
    min-height: 100%;
    min-width: 770px;
    position: relative;
    top: 0px;
    width: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
}

/* Clearing */
	
.clearfix:after
{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

* html>body .clearfix
{
    width: 100%;
}

* html .clearfix 
{
    /* Hides from IE-mac \*/
    height: 1%;
    /* End hide from IE-mac */
}
/* End clearing */

table, select
{
	font-size: 100%;
}
	
a:link 
{
	color: #003399;
	font-weight: bold;
	text-decoration: none;
}

a:visited 
{
	color: #003399;
	font-weight: bold;
	text-decoration: none;
}

a:hover 
{
	color: #FF3300;
	font-weight: bold;
	text-decoration: underline;
}

a:active 
{
	color: #FF3300;
	font-weight: bold;
	text-decoration: none;
}

a.accesskey 
{ 
    display: none; 
}

h1
{
    color: #88AC3C;
	background-color: inherit;
    font-size: 145%;
    font-weight: bold;
    padding-bottom: 20px;
}

h2
{
    color: #88AC3C;
	background-color: inherit;
    font-size: 100%;
}

h3 
{
	background-color: inherit;
    font-size: 100%;
}

h4 
{
	background-color: inherit;
    font-size: 100%;
}

ul
{
    list-style-image: url(/img/bullet-black.gif);
}

hr
{  
    height: 1px;
    background-color: #cccccc;
    color: #cccccc;
    border: none;
    padding: 0;
    margin: 0.1em 0 0.1em 0;
}

textarea
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
}

input
{
    font-size: 100%;
}

/* Style for ASP.NET button control */
input.button
{
    color: #343434;
    font-size: 100%;
    background-color: #E0DFE3;
    border: 1px solid;
    border-top-color: #C9C9C9;
    border-left-color: #B3B3B3;
    border-right-color: #B3B3B3;
    border-bottom-color: #919194;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#E9E9E9',EndColorStr='#CECECE');
    height: 22px;
}

input.button:hover
{
    color: #343434;
    cursor: pointer;
    font-size: 100%;
    background-color: #EDEDED;
    border: 1px solid;
    border-top-color: #C9C9C9;
    border-left-color: #B3B3B3;
    border-right-color: #B3B3B3;
    border-bottom-color: #919194;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#EDEDED',EndColorStr='#DDDDDD');
    height: 22px;
}

/* Style for ASP.NET file control */
div.fileUploads
{
	position: relative;
}

div.fakeUploads
{
    position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

input.file
{
	position: relative;
	text-align: right;
	-moz-opacity: 0;
	filter: alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

.fakeFile
{
    float: left;
    padding-right: 10px;
}

/* ----------------------------- */
/* Green box styles              */
/* ----------------------------- */

.box
{
	width: 100%;
}

.greenHeader
{
    background: #88AC3C url(/img/green-top-right.gif) no-repeat right;
	height: 24px;
	width: 100%;
}

.greenHeader h1
{ 
	color: #FFFFFF;
	font-size: 1em;
	line-height: 23px;
	margin: 0px;
	margin-right:30px;
	padding: 0px 5px;
}

.greenContent
{
	background: #E3F3C0;
	border-right: solid #C3D49E 5px;
	min-height: 160px;
	padding: 8px 15px;
}

.greenContent h2
{ 
	color: #88AC3C;
	background-color: inherit;
    font-size: 100%;
}

.greenContent ul
{
    list-style-image: url(/img/bullet-red.gif);
    margin: 0px;
    padding-left: 20px;
}

.greenFooter
{
    background: url(/img/green-bottom-middle.gif) repeat-x;
	height: 24px;
	width: 100%;
}

.greenFooterLeft 
{
    background: url(/img/green-bottom-left.gif);
	float: left;
	height: 24px;
	width: 24px;
}

.greenFooterRight
{
    background: url(/img/green-bottom-right.gif);
	float: right;
	height: 24px;
	width: 24px;
}

/* ----------------------------- */
/* Orange mint box styles        */
/* ----------------------------- */

.orangeHeader
{
    background: #F27405 url(/img/orange-top-right.gif) no-repeat right;
	height: 24px;
	width: 100%;
}

.orangeHeader h1
{ 
	color: #FFFFFF;
	font-size: 1em;
	line-height: 23px;
	margin: 0px;
	margin-right:30px;
	padding: 0px 5px;
}

.grayContent
{
	background: #F1F1F1;
	border-right: solid #C7C7C6 5px;
	min-height: 160px;
	padding: 8px 15px;
}

.grayContent h2
{ 
	color: #F27405;
	background-color: inherit;
    font-size: 100%;
}

.grayContent ul
{
    list-style-image: url(/img/bullet-black.gif);
    margin: 0px;
    padding-left: 20px;
}

.grayFooter
{
    background: url(/img/gray-bottom-middle.gif) repeat-x;
	height: 24px;
	width: 100%;
}

.grayFooterLeft 
{
    background: url(/img/gray-bottom-left.gif);
	float: left;
	height: 24px;
	width: 24px;
}

.grayFooterRight
{
    background: url(/img/gray-bottom-right.gif);
	float: right;
	height: 24px;
	width: 24px;
}