/**********************
** CSS Stylesheet
**
** Indigo Web Designs
** Copyright 2007
***********************/

/*******************
 * GENERAL Settings
 *******************/
 
/** SITE COLORS **/
/** #333399	- Dark Blue		**/
/** #A0CEFF	- Med. Blue		**/
/** #98e1fa	- Light Blue	**/

BODY {
	//background-color: #A0CEFF;
	background-image: url('http://home.rochester.rr.com/djb/IUFL/images/blue14.jpg');
}

/*******************
 * Progress Bar
 *******************/
.prog-border {
	height: 15px;
	width: 205px;
	background: #fff;
	border: 1px solid silver;
	margin: 0;
	padding: 0;
}

.prog-bar {
	height: 11px;
	margin: 2px;
	padding: 0;
	background: #C9DDEC;
}

/* HTML SNIPPET
<div class="prog-border">
  <div class="prog-bar" style="width: 42%;">
  </div>
</div>
*/

/*******************
 * ANCHORS
 *******************/
A { outline: 0; }

A:link, A:visited, A:active {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	font-weight: normal;
	border: none;
	text-decoration: none;
	color: #333399;
}

A:hover {
	cursor: pointer;
}

A.NavBarLink, A:visited.NavBarLink {
	font-size: 12pt;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
}

A:hover.NavBarLink {
	border: solid 1px black;
	background-color: #98e1fa;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 2px;

}

A.FooterLink, A:visited.FooterLink {
	font-size: 10pt;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
}

A:hover.FooterLink {
	border: solid 1px black;
	background-color: #98e1fa;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 2px;
}

A.SiteMapLink, A:visited.SiteMapLink {
	font-size: 10pt;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
}

A:hover.SiteMapLink {
	color: black;
}

/*******************
 * FORM Elements
 *******************/
/*
INPUT, SELECT, TEXTAREA {	
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	text-decoration: none;
	overflow: hidden;
	border-top: solid 2px white;
	border-left: solid 2px white;
	border-right: solid 2px #AAAAAA;
	border-bottom: solid 2px #AAAAAA;
	
	margin-top: 5px;
}

INPUT.Required, SELECT.Required, TEXTAREA.Required {
	background-color: #0044AA;
}
*/

/*******************
 * IMAGES
 *
 * cursor: -moz-zoom-in;
 * cursor: -moz-zoom-out;
 *******************/
IMG.Thumbnail {
	border: solid 2px #eeeeee;
}

IMG.SelectedThumbnail {
	border: solid 2px red;
}

IMG.SelectedStep {
	border-bottom: solid 2px #010066;
}

/*******************
 * DIV Elements
 *******************/
DIV.FormError {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	overflow: hidden;
	color: Red;
}

DIV.GalleryCounter {
	font-family: Tahoma, Verdana, Arial;
	font-size: 6pt;
	font-style: italic;
	font-weight: bold;
	color: black;
}

/*******************
 * TABLE Elements
 *******************/
TD.FormHeader {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	overflow: hidden;
}

.Form {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	text-decoration: none;
	overflow: hidden;
}

TD.Footer {
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	color: #777777;
	font-weight: normal;
}

TD.nopheader {
	background-color: #EEEEEE;
	border-top: solid 1px #EEEEEE;
	border-left: solid 1px #EEEEEE;
	border-right: solid 1px #AAAAAA;
	border-bottom: solid 1px #AAAAAA;
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	text-decoration: none;
	overflow: hidden;
}

IMG.FormButton {
	cursor: pointer;
}

/*******************
 * TABS
 *******************/
/*
TabLink {
	color: #285495;
	font-size: 10px; 
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif; 
	text-decoration: none;
}
TabLink:hover {
	color: #285495;
	text-decoration: underline;
}
TabFront {
	color: #000000; 
	background: #eeeeee; 
	border-top: #285495 1px solid;
	border-right: #285495 1px solid;
	border-left: #285495 1px solid;
	padding: 4px;
	font-size: 11px; 
	font-family: verdana, arial, helvetica, sans-serif; 
	text-align: center;
}
TabBack {
	color: #000000; 
	background: #dddddd; 
	border-top: #aaaaaa 1px solid;
	border-right: #aaaaaa 1px solid;
	border-left: #aaaaaa 1px solid;
	border-bottom: #285495 1px solid;
	padding: 4px;
	font-size: 11px; 
	font-family: verdana, arial, helvetica, sans-serif; 
	text-align: center;
}
TabSingle {
	color: #000000; 
	background: #dddddd; 
	border-top: #285495 1px solid;
	border-right: #285495 1px solid;
	border-left: #285495 1px solid;
	padding: 4px;
	font-size: 11px; 
	font-family: verdana, arial, helvetica, sans-serif; 
	text-align: center;
}
NoTab {
	color: #285495; 
	font-size: 11px; 
	font-family: verdana, arial, helvetica, sans-serif; 
	border-bottom: #285495 1px solid;
	padding: 5px;
	text-align: right;
}
*/


/* ORIG STYLES */


BODY {
	//background-color: #FFFFFF;
	background-image: url('../images/blue14.jpg'); 
}

SPAN, DIV, TABLE, TR, TD, TBODY, A, INPUT, TEXTAREA, SELECT, LABEL {
	font-family: Tahoma, Verdana, Arial;
	font-size: 7.5pt;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;	
}
A.Logout:link, A.Logout:visited, A.Logout:active, A.Logout:hover {
	font-family: Tahoma, Verdana, Arial;
	font-size: 7.5pt;
	font-weight: normal;
	border: none;
	text-decoration: underline;
	color: black;
}
 A.Logout:hover {
	font-family: Tahoma, Verdana, Arial;
	font-size: 7.5pt;
	font-weight: normal;
	border: none;
	text-decoration: underline;
	color: white;
}

A:link, A:visited, A:active {
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	font-weight: bold;
	border: none;
	text-decoration: none;
	color: #1961AA;
}
A:hover {	
	color: Black;
	border: none;
	padding-left:0px;
	padding-right:0px;
	font-size: 8pt;
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;

}
H1 {
	color: #1961AA;
	font-family: Tahoma, Verdana, Arial;
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 10px;
}
H2 
{
	color: #1961AA;
	font-family: Tahoma, Verdana, Arial;
	font-size:10pt;
	border-bottom:solid 1px black;
	font-weight:bold;
	margin-bottom: 0px;
}
H3 
{
	color: #1961AA;
	font-family: Times New Roman;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 0px;
}
A.MailTo {
font-weight: normal;
}

A.MailTo:hover, A.MailTo:visited, A.MailTo:active  {
	font-family: Tahoma, Verdana, Arial;
	font-size: 7.5pt;
	font-weight: normal;
	border: none;
	text-decoration: underline;
	color: Black;
}
SELECT, INPUT
{
	position:relative;
	top:1px;
}
TABLE.ViewTable 
{
	margin-top: 5px;
	width: 748px;
	padding: 4px;
	padding-left: 0px;
	margin-left: 2px;
}
TABLE.Toolbar 
{
	color:1961AA;
	font-size: 7.5pt;
	font-family: Tahoma;
	margin-top: 5px;
	margin-bottom: 0px;
	width: 740px;
	height: 22px;
	padding-left: 4px;
	margin-left: 10px;
	border: solid 1px #AAAAAA;
}
TABLE.DataToolbar 
{
	color:black;
	font-size: 7.5pt;
	font-family: Tahoma;
	margin-top: 5px;
	margin-bottom: 0px;
	width: 750px;
	height: 22px;
	padding-left: 4px;
	margin-left: 0px;
}
TABLE.EditToolbar 
{
	color:black;
	font-size: 7.5pt;
	font-family: Tahoma;
	margin-top: 10px;
	margin-bottom: 5px;
	width: 600px;
	height: 22px;
	padding-left: 4px;
	margin-left: 0px;
	border: solid 1px #AAAAAA;
	background-color: #EEEEEE		
}

A.ToolbarButton 
{
	color:1961AA;
	padding-left:5px;
	padding-right:5px;
	font-size: 7.5pt;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: underline;
	cursor: hand;
}
TABLE.List 
{
	border-top: solid 1px #AAAAAA;
	border-left: solid 1px #AAAAAA;
	margin-left: 10px;
	margin-top:3px;
	padding: 2px;
	width: 740px;
}
TD.ListGroupBy {
	color: #666666;
	background-color: #EEEEEE;
	border-top: solid 1px white;
	border-left: solid 1px white;
	border-right: solid 1px #AAAAAA;
	border-bottom: solid 1px #AAAAAA;
	font-family: Tahoma, Verdana, Arial;
	font-size: 2px;
	font-weight: bold;
	text-decoration: none;
	height: 4px; 
}
TD.3DHeader 
{
	color: #666666;
	background-color: #EEEEEE;
	border-top: solid 1px white;
	border-left: solid 1px white;
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
	font-family: Tahoma, Verdana, Arial;
	font-size: 7pt;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
	overflow: hidden;
}
TD.FlatHeader {
	background-color: #EEEEEE;
	border-top: solid 1px #EEEEEE;
	border-left: solid 1px #EEEEEE;
	border-right: solid 1px #AAAAAA;
	border-bottom: solid 1px #AAAAAA;
	font-family: Tahoma, Verdana, Arial;
	font-size: 7pt;
	text-decoration: none;
	overflow: hidden;
}
TD.Data {
	font-family: Tahoma, Verdana, Arial;
	font-size: 7pt;
	text-decoration: none;
	overflow: hidden;
	border-top: solid 1px white;
	border-left: solid 1px white;
	border-right: solid 1px #AAAAAA;
	border-bottom: solid 1px #AAAAAA;
}
TABLE.SectionHeader 
{
	border-bottom:solid 1px black;
	width:100%;
}
Div.PageFooter
{
	margin-top: 10px;
	padding-top: 10px;
	border-top:solid 1px gray;
}
DIV.H2
{
	font-family:Tahoma;
	font-size:11pt;
	font-weight:bold;
	margin-bottom: 0px;
}
TABLE.MAIN 
{
	width:750px;
	margin-left:10px;
	margin-right:10px;
	margin-top: 10px;
	border:none;
}
li {
 list-style-type : circle;
 list-style-image: url('../images/bullet.gif');
 margin-left : 10px; margin-bottom : 7px 
} 
li.ordered {
 margin-bottom : 5px; margin-top : 0px; 
 list-style-image: url('../none');
 list-style-type : decimal
} 
ul {
 margin-top : 5px; 
 margin-bottom : 5px; 
 margin-left : 5px; 
 list-style-image: url('../images/bullet.gif');
 list-style-position: outside 
} 
fieldset {
	padding: 2;
	margin-top:5px;
}

legend {
	font-size:10pt;
	font-weight:bold;
	margin-bottom
}


A.StandardLink 
{
	color:1961AA;
	border: none;
	padding-left:0px;
	padding-right:0px;
	font-size: 8pt;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
}

TD.FullHeader {
	background-color: #EEEEEE;
	border-top: solid 1px #AAAAAA;
	border-left: solid 1px #AAAAAA;
	border-right: solid 1px #AAAAAA;
	border-bottom: solid 1px #AAAAAA;
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	text-decoration: none;
	overflow: hidden;
}

TD.ColumnHeader {
	background-color: #EEEEEE;
	border-top: solid 1px #AAAAAA;
	border-left: solid 1px #AAAAAA;
	border-right: solid 1px #AAAAAA;
	border-bottom: solid 1px #AAAAAA;
	font-family: Tahoma, Verdana, Arial;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}

TD.RowHeader {
	background-color: #EEEEEE;
	border-top: solid 1px #AAAAAA;
	border-left: solid 1px #AAAAAA;
	border-right: solid 1px #AAAAAA;
	border-bottom: solid 1px #AAAAAA;
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}

TD.TableCell {
	background-color: #FFFFFF;
	border: solid 1px #C0C0C0;
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}

TD.FullHeaderHL {
	color: #1961AA;
	background-color: #EEEEEE;
	border-top: solid 1px #AAAAAA;
	border-left: solid 1px #AAAAAA;
	border-right: none;
	border-bottom: none;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	overflow: hidden;
	padding-left: 8px;
}

TD.FullHeaderHL:hover {
	cursor: hand;
	color: black;
}

TD.FullHeaderHR {
	color: #1961AA;
	background-color: #EEEEEE;
	border-top: solid 1px #AAAAAA;
	border-right: solid 1px #AAAAAA;
	border-left: none;
	border-bottom: none;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	overflow: hidden;
	padding-right: 4px;
}

TD.FullHeaderHR:hover {
	color: black;
	cursor: hand;
}

PageLink {
	color: #285495; 
	padding-left: 3px;
	padding-right: 3px;
	font-size: 11px; 
	font-family: verdana, arial, helvetica, sans-serif; 
	text-decoration: none;
}
PageLink:hover {
	text-decoration: underline;
}
DataDiv {
	background: #eeeeee; 
	padding: 5px;
	border-right: #285495 1px solid;
	border-left: #285495 1px solid;
	border-bottom: #285495 1px solid;
}
DataDivNoTab {
	background: #eeeeee; 
	padding: 5px;
	border-right: #285495 1px solid;
	border-left: #285495 1px solid;
	border-top: #285495 1px solid;
	border-bottom: #285495 1px solid;
}

/*************************************/
A { outline: 0; }
	
TD.TabFront {
	color: #000000; 
	//background: #eeeeee;
	background: white;
	border-top: #285495 1px solid;
	border-right: #285495 1px solid;
	border-left: #285495 1px solid;
	padding: 4px;
	font-size: 11px; 
	font-family: verdana, arial, helvetica, sans-serif; 
	text-align: center;
}
	
TD.TabBack {
	color: #000000; 
	background: #dddddd; 
	border-top: #999999 1px solid;
	border-right: #999999 1px solid;
	border-left: #999999 1px solid;
	border-bottom: #285495 1px solid;
	padding: 4px;
	font-size: 11px; 
	font-family: verdana, arial, helvetica, sans-serif; 
	text-align: center;
}
	
TD.TabFiller {
	color: #285495; 
	font-size: 11px; 
	font-family: verdana, arial, helvetica, sans-serif; 
	border-bottom: #285495 1px solid;
	padding: 5px;
	text-align: right;
}

DIV.TabView {
	//background: #eeeeee;
	background: white;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	border-right: #285495 1px solid;
	border-left: #285495 1px solid;
	border-bottom: #285495 1px solid;
	display: table;
	#position: relative;
	overflow: hidden;
}

DIV.TabVertPos {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
}

DIV.TabContent {
	#position: relative;
	#top: -50%;
}