﻿body 
{
	font-family:		tahoma; 
    font-size:			small;
    font-weight:        normal;
    background-color:   #F4F6F8;
    color:              #000000;
    margin-top:	        0px;
    margin-bottom:		0px;
    margin-left:		0px;
    margin-right:		0px;
}

.newline
{
	padding-top: 8px;
}

table
{
	border-color: #8597AF;
}

.TableHeader
{
	color: white; 
	background-color: #6E8AAA; 
	height: 20px;
	font-weight: bold;
}
.TableItem
{
	color: #000000;
	background-color: #DEE5EB;
}
.TableAlternatingItem
{	
	color: #000000;
	background-color: #BFC6CC;
}

a
{
    text-decoration: none;
    color: #566c85;
}
a.NormalColor
{
    text-decoration: none;
    color: #000000;
}
a:hover
{
	color: red;
}

#footer
{
   background-image: url(images/footer.gif);
   height:			 118px;
}

#content
{
}

#header
{
   background-image: url(images/header.gif);
   height:			 132px;
}

.menucolumn
{
	background-color: #BEC5CB;
	border:			  solid 2px #8597AF; 
	width:			  155px;
}

.menuheader
{
	background-image: url(images/menuheader.gif);
	height:			  27px;
    padding-left:     10px;
    color:			  White;
    background-color: #BEC5CB;
    font-weight:      bold;
}

.menutitle
{
    font-weight:      bold;
    font-size:        11px;
    color:            #566c85;
    text-decoration:  none;
    padding-top:      8px;
    padding-left:     6px;
    padding-right:    5px;
    border-bottom:    dotted 1px #566c85;
}

.menu
{
	background-color: #BEC5CB;
	padding-left:     10px;
    color:			  Black;
    font-weight:      bold;
}
a.menu
{
	padding-left:     0px;
	color:            black;
	font-weight:      bold;
}
a.menu:hover
{
	color:			  White;
	font-weight:      bold;
}

.copy
{
	padding-top:	  20px;
	padding-left:	  15px;
	font-size:        x-small;
    color:            #526880;
}
a.copy
{
    padding-left: 0px;
}
a.copy:hover
{
    color: White;
}

h1
{
    font-weight:    bold;
    font-size:      large;
    text-align:     center;
    padding-top:    5px;
    padding-bottom: 3px;
    color:          #566c85;
}
h2
{
    font-weight:    bold;
    font-size:      medium;
    text-align:     center;
    padding-top:    5px;
    color:          #566c85;
}

ul
{
	list-style-type:     square;
	list-style-position: outside;
	margin-top:          5px;
	margin-bottom:       6px;
	margin-left:         18px;
	margin-right:        0px;
}
li
{
	list-style-position: outside;
	margin-bottom:       3px;
}

.texttitle
{
    font-weight:    bold;
    font-size:      small;
    text-align:     left;
    padding-top:    10px;
    padding-bottom: 4px;
    color:          #566c85;
}
.text
{
	text-align:     left;
}

img.left-floating
{
	float:        left;
	border-style: none;
}
img.right-floating
{
	float:        right;
	border-style: none;
}

.dreamstime		   { padding-top:1px; text-align:right; font-size:xx-small; }
.dreamstime-left   { padding-top:1px; text-align:left; font-size: xx-small; }

.left-floating	   { float:left; border-style:none; padding-right:5px; padding-top:5px; padding-bottom:5px; }
.right-floating	   { float:right; border-style:none; padding-left:5px; padding-top:5px; padding-bottom:5px; }

.GridView
{
	border: solid 1px #8597AF;
	background-color: #F4F6F8;
	width: 100%;	
}
.GridViewNoFullWidth
{
	border: solid 1px #8597AF;
	background-color: #F4F6F8;
}
.GridViewHeader
{
	color: white;
	background-color: #6E8AAA;
	height: 20px;
	font-weight: bold;
}
.GridViewFooter
{
	color: #4A3C8C;
	background-color: #6E8AAA;
}
.GridViewSelectedItem
{
	color: #000000;
	background-color: #CDDAFF;
}
.GridViewItem
{
	color: #000000;
	background-color: #DEE5EB;
}
.GridViewAlternatingItem
{	
	color: #000000;
	background-color: #BFC6CC;
}
.GridViewPager
{
	color: black;
	background-color: #C3D0DF;
	text-align: left;
}
.GridViewPager a:link
{
	color: white;
}

.GridViewLinkButton 
{
	text-decoration: none;
}
.GridViewPager td
{
	padding-left: 2px;
	padding-right: 2px;
}
.GridViewSeparator td
{
	border: solid 1px #8597AF;
}

