﻿html
{
    background-color:#006699;
}
body 
{
	font-size: small;
	color: #660033;
	font-family: Arial;
	text-align: left;
}
h1
{
	font-weight: bold;
	font-size: medium;
	text-transform: uppercase;
	color: #006699;
	font-family: Arial;
	text-align: left;
	text-decoration: overline;
}
h2
{
	font-weight: bold;
	font-size:small;
	text-transform: uppercase;
	color: #006699;
	font-family: Arial;
	text-align: left;
}
h3
{
	font-weight: bold;
	font-size:small;
	color: #006699;
	font-family: Arial;
	text-align: left;
}
p
{
	font-size: small;
	color: #660033;
	font-family: Arial;
	text-align: left;
}
.bullet
{
	list-style-position: outside;
	font-size: small;
	color: #660033;
	text-indent: 1cm;
	font-family: Arial;
	list-style-type: circle;
	text-align: left;
}
td
{
	font-size: small;
	color: #660033;
	font-family: Arial;
	text-align: left;
}
.gridView
{
	color: Maroon;
	font-family: Arial;
	font-size: x-small;
}
.breadCrumbs
{
	color: #006699;
	font-family: Arial;
	font-size: small;
	font-weight: bold;
}
.breadCrumbs2
{
	color: #660033;
	font-family: Arial;
	font-size: small;
	font-weight: bold;
}
#divDisplay
{
	border: solid 1px black;
	width: 400px;
	padding: 15px;
	background-color: #eeeeee;
}
#divInsert
{
	display: none;
	border: solid 1px black;
	width: 600px;
	position:relative;
	top: 30px;
	left: 30px;
	padding: 10px;
	background-color: Silver;
}
.menuTabs
{
    position: relative;
    top: 1px;
    left: 10px;
}
.tab
{
    border:Solid 1px black;
    border-bottom:solid 1px white;
    padding:0px 10px;
    background-color:#eeeeee;
}
.selectedTab
{
    border:Solid 1px black;
    border-bottom:solid 1px white;
    padding:0px 10px;
    background-color:white;
}
.tabBody
{
    border:Solid 1px black;
    padding:10px;
    background-color:white;
    width:100%;
}

.watermark
{
	background-color:Gray;
}