﻿.rootPage 
{
	background-color: Black;
	background-image: url();
	background-repeat: no-repeat;
	background-position: left top;
	border: 0px;
	margin: 0px;
	font-family: Arial, Verdana;
	font-size: small;
}
.dataEntry 
{
	background-color: Black;
	background-image: url(./Images/shorttopBanner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0px;
	margin: 0px;
	font-family: Arial, Verdana;
	font-size: small;
}
table
{
	border: 0px;
	padding: 0px;
}
a
{
	color: #cccccc;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
	color: White;
}
a:visted
{
	color: #cccccc;
}
img
{
	border: 0px;
}
h1
{
	font-size: small;
	font-weight: normal;
	color: White;
	line-height: 18pt;
}
h3
{
	margin-top: 10px;
	line-height: 4pt;
	font-size: 14pt;
}
h4
{
	margin-top: 2px;
	margin-bottom: -5px;
	color: #336286;
	font-size: 14pt;
}
h5
{
	font-size: 11pt;
	font-weight: bold;
	color: #aa0000;
}
.navigation
{
	vertical-align: middle;
	font-size: 9pt;
	font-weight: bold;
	color: White;
}
.navigation tr
{
	height: 22px;
}
.navigationOut
{
	text-align: center;
	color: #cccccc;
	padding-left: 15px; 
	background-image: url('./Images/tabNavigation.png'); 
	background-repeat: no-repeat;
	cursor: pointer;
}
.navigationHover
{
	text-align: center;
	padding-left: 15px; 
	background-image: url('./Images/tabNavigationHover.png'); 
	background-repeat: no-repeat;
	cursor: pointer;
}
.navigationHighlight
{
	text-align: center;
	color: White;
	padding-left: 15px; 
	background-image: url('./Images/tabNavigationHighlight.png'); 
	background-repeat: no-repeat;
	cursor: default;
}
.peripheral
{
	color: #cccccc;
}
.peripheralSmall
{
	color: #777777;
	font-size: 7pt;
}
.central
{
	color: White;
	background-color: #4d82a3;
	padding: 0px;
}
.innerContent a
{
	color: #336286;
	text-decoration: none;
}
.innerContent a:visited
{
	color: #336286;
	text-decoration: none;
}
.innerContent a:hover
{
	text-decoration: underline;
	color: #4d94ca;
}
.innerContent
{
	background-color: #f0f0f4;
	color: Black;
	padding: 10px;
	position: relative;
	left: -6px;
	text-align: justify;
}

.sideBox
{
	width: 150px;
	background-image: url('./Images/boxTop150.jpg'); 
	background-repeat: no-repeat;
}

.sideBox td
{
	text-align: left;
	font-size: 8pt; 
	font-weight: bold; 
	padding-top: 2px;
}

.sideBox table
{
	text-align: center;
	width: 150px;
	border: solid 5px #242e3a;
	border-top: solid 2px #242e3a;
	background-color: #f0f0f4;
}

.sideBox table tr td
{
	text-align: center;
}

.loginBox
{
	width: 150px;
	background-image: url('./Images/boxTop150.jpg'); 
	background-repeat: no-repeat;
}

.loginBox td
{
	text-align: left;
	font-size: 8pt; 
	font-weight: bold; 
	padding-top: 2px;
}

.loginBox table
{
	text-align: center;
	width: 150px;
	border: solid 2px #242e3a;
	border-top: solid 2px #242e3a;
	background-image: url('./Images/translucent.png'); 
	background-repeat: repeat;
	background-color: #181d23;
}

.loginBox table tr td
{
	text-align: center;
}

.event
{
	background-color: #f0f0f4;
	color: Black;
	padding: 10px;
	position: relative;
	left: -6px;
	text-align: justify;
	/* cursor: hand; */
}
.event:hover
{
	/* background-color: #c1cad5; */
}

.event h1
{
	color: #000000;
	font-size: 14pt;	
	font-weight: bold;

	line-height: 8pt;
}

.event h2
{
	color: #000000;
	font-size: 11pt;	
	font-weight: bold;
	line-height: 11pt;
}

.event h3
{
	color: #336286;
	font-size: 11pt;	
	font-weight: bold;
	line-height: 11pt;
}
.event a
{
	color: #336286;
	text-decoration: none;
}
.event a:visited
{
	color: #336286;
	text-decoration: none;
}
.event a:hover
{
	text-decoration: underline;
	color: #4d94ca;
}
.smallContent
{
	font-size: 8pt; 
	font-weight: bold; 
	padding-top: 2px;
}
.borderedImage
{
	border: solid 1px #335A79;
}

/* translucent dialog box for sizable pages */
.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:1560px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(./Images/boxContent.png) no-repeat top right;
 _background-image:url(./Images/dialog2-blue.gif);
}

.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding: 0px 4px 0px 0px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:14px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog h1,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog h1 {
 padding-bottom:0px;
}


/* main opaque non-sizable box */
.maindialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:1560px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.maindialog .content,
.maindialog .t,
.maindialog .b,
.maindialog .b div {
 background:transparent url(./Images/boxContent.png) no-repeat top right;
 _background-image:url(./Images/dialog2-blue.gif);
}

.maindialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding: 0px 4px 0px 0px;
}

.maindialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.maindialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.maindialog .b,
.maindialog .b div {
 height:14px; /* height of bottom cap/shade */
 font-size:1px;
}

.maindialog .b {
 background-position:bottom right;
}

.maindialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.maindialog .hd,
.maindialog .bd,
.maindialog .ft {
 position:relative;
}

.maindialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.maindialog h1,
.maindialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.maindialog h1 {
 padding-bottom:0px;
}


div.page 
{
	/* background-image: url(Images/bottomrightlogo.jpg); 
    background-repeat: no-repeat;
    background-position: bottom right; */
    
}

.formTable td
{ 
	width: 25%;
	text-align: left;
}
.formTable input
{
	width: 100%;
}
.formTable select
{
	width: 100%;
}

