/*-------------------*/
/* Navigation Styles */
/*-------------------*/
.NavBack
	{ 
		color: black;
		background-color: #DFCBAE;
	}

.NavHeader
	{
		color: #006600;
		font-size: 13px; 
		font-weight: bold; 
		font-family: Arial, Helvetica, sans-serif; 
		text-decoration: none;
	}
	

.NavHide 
	{
			visibility:hidden;
			display:none;
	}
			
.NavShow
	{
			visibility:visible;
	}
			
A.NavHeader:link
	{ 
		color: #000099; 
	}
A.NavHeader:visited 
	{ 
		color: #000000; 
	}
A.NavHeader:active 
	{ 
		color: #000099; 
	}
A.NavHeader:hover 
	{
		color: black; 
		text-decoration: underline overline;
	}
.NavSub
	{
		color: #560D79; 
		text-decoration: none; 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 10px;
		text-decoration: none;
	}
A.NavSub:link
	{ 
		color: #000099; 
	}
A.NavSub:visited 
	{ 
		color: #000000; 
	}
A.NavSub:active 
	{ 
		color: #000099; 
	}
A.NavSub:hover 
	{
		color: black; 
		text-decoration: underline overline;
	}
/*-------------*/
/* Text Styles */
/*-------------*/
.MainText
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: black;
		background-color: #FFFFFF;
		text-align: left;
	}
.BoldText
	{ font-weight: bold }
.BoldUnderlinedText
	{
		font-weight: bold;
		text-decoration: underline;
	}
.BoldItalicText
	{
		font-weight: bold;
		font-style: italic;
	}
.SmallText
	{ font-family: Arial, Helvetica, sans-serif; font-size: 11px }
.SmallItalicText
	{
		font-size:9px;
		font-style: italic;
	}
.SmallBoldText
	{
		font-size: 9px;
		font-weight: bold
	}
.RedText
	{ color: red }
.RedItalicText
	{
		color: red;
		font-style: italic;
	}
.BlueText
	{ color: blue }
.BlueItalicText
	{
		color: blue;
		font-style: italic;
	}
.NoteText
	{
		font-size: 9px;
		font-style: italic
	}
.AlertText
	{
		font-size: 9px;
		font-weight: bold;
		color: red
	}
.ItalicText
	{ font-style: italic }

.AlertUnderlineText
	{
		font-size: 9px;
		font-weight: bold;
		color: red;
		text-decoration: underline
	}
.Underline
	{
		text-decoration: underline
	}

/*----------------*/
/* Heading Styles */
/*----------------*/
.PreHeading
	{
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 13px;
		color: black
	}
.SubHeading
	{
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 16px;
		color:#005b92;
	}
.SubHeader-Red {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #ab0f14;
}
.MainHeading
	{
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 22px;
		color: #005b92;
	}

/*-------------------*/
/* Navigation Styles */
/*-------------------*/
.NavBack
	{ 
		color: black;
		background-image:url(/Graphics/Nav/LeftNavBG.gif)
	}

.Footer
	{
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 13px;
		color:#FFFFFF;
		font-weight: bold; 
		background-color: #005b92;
	}

.VTSHeader
	{
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 13px;
		color: #E9E480;
		font-weight: bold; 
		background-color: #560D79;
	}
.VTSBack
	{
		color: #FF0000; 
		text-decoration: none; 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 10px;
		text-decoration: none;
		background-color: #F7E593;
	}
	
/*--------------*/
/* Admin Styles */
/*--------------*/
.AdminStatHead
	{
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 13px;
		color: #E9E480;
		font-weight: bold; 
		background-color: #560D79;
	}
.AdminStatBack
	{ 
		color: #560D79; 
		text-decoration: none; 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 13px;
		text-decoration: none;
		background-color: #DFCBAE;
	}
	
/*-------------*/
/* IFPE STYLES */
/*-------------*/
.IFPERightBack1
	{ 
		background-color: #33CC99; 
		color: #FFFFFF; 
		font-size: 16px;
		font-weight: bold;
	}
.IFPERightBack2
	{ 
		background-color: #0000FF; 
		color: #FFFFFF; 
		font-size: 16px;
		font-weight: bold;
	}
.IFPERightBack3
	{ 
		background-color: #990000; 
		color: #FFFFFF; 
		font-size: 16px;
		font-weight: bold;
	}
.IFPERightText
 	{
		color: #FFFFFF; 
		font-size: 16px;
		font-weight: bold;
	}	
	
/*ORIGINAL STYLES VIA EXPOEXCHANGE?*/
h1 {  font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 22px; color: #005b92;text-align:center}
h2 {font-family:Arial,Helvetica,sans-serif;font-size:16px;color:#005b92;text-align:left;}
p {font-family:Arial,Helvetica,sans-serif;font-size:13px;color:#000000;}
li {font-family:Arial,Helvetica,sans-serif;font-size:13px;color:#000000;}

.darktd { background-color: #f21b23}
.medtd { background-color: #0081c9}
.medlttd { background-color: #cfd7ea}
.lttd { background-color: #F5E696}
.graytd { background-color: #666666}
.ltgraytd { background-color: #cccccc}
.whitetd { background-color: #ffffff}

.row {  background-color: #eeeeee}
.altrow {  background-color: #}
.rolloverrow {  background-color: #cfd7ea}



.medtext {  font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 75%}
.medtextb {  font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 75%; font-weight: bold;}
.medtextrev {  font-family: Geneva, Arial, Helvetica, sans-serif; color: #ffffff; font-size: 75%; font-weight:bold;}
.headertext {  font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 100%; color: #FFFFFF; font-weight: bold}
.headertext a {  font-family: Geneva, Arial, Helvetica, sans-serif; font-weight: bold; color: #FFFFFF; text-decoration: underline}
.headertext a:visited {  font-family: Geneva, Arial, Helvetica, sans-serif; font-weight: bold; color: #FFFFFF; text-decoration: underline}
.headertext a:hover { font-family: Geneva, Arial, Helvetica, sans-serif; font-weight: bold; color: #FFff00; text-decoration: underline}
.headertext a:link { font-family: Geneva, Arial, Helvetica, sans-serif; font-weight: bold; color: #FFffff; text-decoration: underline}

.legendRed {  font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 13px; color:#990000;}

.headertextbl {  font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 100%; color: #000000; font-weight: bold}
.lighttable {  background-color: #ffffdd}
.stripe { background-image: url("/ee22_attendee/auction/stripe_bg.gif"); background-repeat:repeat; }

.navbar {  background-color: #cfd7ea; height: 16px}

.testtd {border-top : 1;	border-bottom : 1;}

.smalltext {  font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 60%}
.smalltextb {  font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 60%; font-weight: bold;}
.input {font-family: Geneva, Arial, Helvetica, sans-serif;	font-size: 12px}
.subheadertext {  font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 90%; color: #FFFFFF; font-weight: bold; text-decoration:none;}
.subheadertext a {  font-family: Geneva, Arial, Helvetica, sans-serif; font-weight: bold; color: #FFFFFF; text-decoration: underline}
.subheadertext a:visited {  font-family: Geneva, Arial, Helvetica, sans-serif; font-weight: bold; color: #FFFFFF; text-decoration: underline}
.subheadertext a:hover { font-family: Geneva, Arial, Helvetica, sans-serif; font-weight: bold; color: #FFff00; text-decoration: underline}
.subheadertext a:link { font-family: Geneva, Arial, Helvetica, sans-serif; font-weight: bold; color: #FFffff; text-decoration: underline}

.error {  color: #FF0000; font-weight: bold}
.title {position: absolute; width: 150px; height: 20px; left: 10px; z-index: 10; font-family: arial, helvetica, sans-serif;
font-weight: bold; font-size: 11px;}
.smalltextrev {  font-family: Geneva, Arial, Helvetica, sans-serif; color: #ffffff; font-size: 60%; font-weight:bold;}
.smalltextrev a {  font-family: Geneva, Arial, Helvetica, sans-serif; font-weight: bold; color: #FFFFFF; text-decoration: underline}
.smalltextrev a:visited {  font-family: Geneva, Arial, Helvetica, sans-serif; font-weight: bold; color: #FFFFFF; text-decoration: underline}
.smalltextrev a:hover { font-family: Geneva, Arial, Helvetica, sans-serif; font-weight: bold; color: #FFff00; text-decoration: underline}
.smalltextrev a:link { font-family: Geneva, Arial, Helvetica, sans-serif; font-weight: bold; color: #FFffff; text-decoration: underline}

.submenu {position: absolute; left: 15px; width: 120px; background-color: #cccccc;
layer-background-color: #cccccc; font-family: Geneva, Arial, helvetica, sans-serif; font-size: 10px;
visibility: hidden;}
.submenutext { font-family: Geneva, arial, helvetica, sans-serif; font-size: 10px;text-indent:10pt; }
.textareawide { width: 400px;  font-family: Geneva, arial, helvetica, sans-serif; font-size: 12px; }

select {  font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px}
.selectmedium {  font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; width: 200px;}
textarea {  font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px}
input {  font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px}
.inputmedium {  font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; width: 150px}

.stripe { 	background-image: /ee22_attendee/auction/stripe_bg.gif; }

.edit a {text-decoration:none;color:black;background-color:yellow;}
.edit a:visited {text-decoration:none;color:black;background-color:yellow;}
.edit a:hover {text-decoration:none;color:red;background-color:yellow;}
.edit a:link {text-decoration:none;color:black;background-color:yellow;}

.calSem {padding:2px; background-color:lightgreen; border-top:thin gray solid;border-bottom:thin gray solid; }
.calMtg {padding:2px; background-color:yellow;border-top:thin gray solid;border-bottom:thin gray solid;  }
.calCon {padding:2px; background-color:red;border-top:thin gray solid;border-bottom:thin gray solid;  }
.calRow {border-bottom:1px solid; border-bottom-color:#eeeeee;border-right:1px solid; border-right-color:#eeeeee;}
.calRowNoRBorder {border-bottom:1px solid; border-bottom-color:#eeeeee; }
.calItem {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 60%;text-transform:uppercase; }
.square {list-style-type: square;list-style-image:none;text-indent:0;   }
.disc {list-style-type: disc;list-style-image:none;text-indent:0;   }

.brochure { padding:2px; border:1px cccccc solid;background-color:#eeeeee; }

.ContentTable {font-family:Arial,Helvetica,sans-serif;font-size:13px;color:#000000;}
