﻿/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #000f0f;
    FONT-FAMILY: Arial, Verdana, sans-serif;
    FONT-SIZE:  10px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
}
H1	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	2em;
	font-weight: 	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
  color: #990000;
	}	
		
H2	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
  color: #990000;
	}	
		
H3	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
  color: #990000;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight: 600;
	text-decoration: 	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
  color: #990000;
	}	
		
H5, DT	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	600;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
  color: #990000;
	}	
		
H6	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
  color: #990000;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

UL
{
	padding-left:20px;
}

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
.ImageNoMargin
{
	margin:0px;
}
.Button
{
  border-right: #990000 2px solid;
  border-top: #990000 2px solid;
  border-left: #990000 2px solid;
  border-bottom: #990000 2px solid;
  background-color: #D1D1D1;
  font-size: 9pt;
  font-family: Arial, Verdana;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 2px;
  padding-top: 2px;
}

.ButtonSmall
{
  background-color: #D1D1D1;
  font-size: 9px;
  font-family: Arial, Verdana;
}

.PaymentBox
{
  border-right: black 1px solid;
  border-top: black 1px solid;
  border-left: black 1px solid;
  border-bottom: black 1px solid;
  margin-top: 10px;
  margin-bottom: 10px;
}

.MainPanel
{
  border-right: black 1px solid;
  border-top: black 1px solid;
  border-left: black 1px solid;
  border-bottom: black 1px solid;
  margin-left: 10px;
  margin-right: 10px;
  padding: 3px;
}
.HideText
{
  font-size: 1pt;
  visibility: hidden;
}
.SearchGridView
{
  font-size: 12px;
  color: black;
  font-family: Arial, Verdana;
  margin: 2px;
  padding: 3px;
}
.SearchGridCell
{
  font-size: 12px;
  color: black;
  font-family: Arial, Verdana;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.SmallTitle
{
  color: #990000;
  font-size: 9pt;
  font-family: Arial, Verdana;
  font-weight:600;
}
.MediumTitle
{
  color: #990000;
  font-size: 11pt;
  font-family: Arial, Verdana;
  font-weight:  600;
  padding-right: 2px;
  padding-left: 2px;
  padding-bottom: 1px;
  padding-top: 1px;
}
.Title
{
  color: #990000;
  font-size: 13pt;
  font-family: Arial, Verdana;
  font-weight:600;
  padding-right: 3px;
  padding-left: 3px;
  padding-bottom: 2px;
  padding-top: 2px;
}
.LargeTitle
{
  color: #990000;
  font-size: 15pt;
  font-family: Arial, Verdana;
  font-weight:700;
  padding-right: 4px;
  padding-left: 4px;
  padding-bottom: 2px;
  padding-top: 2px;
}
.SmallTextColor
{
  color: #990000;
  font-size: 8pt;
  font-family: Arial, Verdana;
}
.ButtonGrid
{
  font-size: 8pt;
}

.TextInput
{
	border-right: #336 1px solid;
	border-top: #336 1px solid;
	font-size: 11px;
	margin: 2px;
	border-left: #336 1px solid;
	color: #333333;
	border-bottom: #336 1px solid;
	font-family: Arial,verdana;
	text-align: left;
}
.TextInputRightAlign
{
	border-right: #336 1px solid;
	border-top: #336 1px solid;
	font-size: 11px;
	margin: 2px;
	border-left: #336 1px solid;
	color: #333333;
	border-bottom: #336 1px solid;
	font-family: Arial,verdana;
	text-align: right;
}

.TextInputNoBox
{
  border: 0px;
}
.TextArea
{
  border-right: #336 1px solid;
  border-top: #336 1px solid;
  border-left: #336 1px solid;
  border-bottom: #336 1px solid;
  color: #333333;
  font-weight: normal;
  font-size: 11px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  text-decoration: none;
  padding-left: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
}

.SelectList
{
  border-right: #336 1px solid;
  border-top: #336 1px solid;
  font-weight: normal;
  font-size: 11px;
  border-left: #336 1px solid;
  color: #333333;
  border-bottom: #336 1px solid;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  text-decoration: none;
}
.SelectListHostBook
{
  border-right: #336 1px solid;
  border-top: #336 1px solid;
  font-weight: normal;
  font-size: 12px;
  border-left: #336 1px solid;
  color: #333333;
  border-bottom: #336 1px solid;
  font-family: 'Courier New';
  text-decoration: none;
}
.Warning
{
  color:Red;
  font-size:10pt;
  font-weight:bold;
  font-family: Arial, Verdana;
}
.WarningLarge
{
  color:Red;
  font-size:12pt;
  font-weight:bold;
  font-family: Arial, Verdana, Sans-Serif;
}
.Validator
{
  color:Red;
  font-size:9pt;
  font-weight: 600;
  font-family:Arial, Verdana, Sans-Serif;
}
.InstructionBox
{
  border-right: #9E9E9E 1px solid;
  padding-right: 5px;
  padding-left: 5px;
  border-left: dimgray 1px solid;
  padding-top: 5px;
  border-bottom: #9E9E9E 1px solid;
  list-style-image: none;
  list-style-type: circle;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  border-top: dimgray 1px solid;
}
.Footnote
{
  font-size: 7pt;
  font-family: Arial, Verdana;
}
.BusyImage
{
  border-right: #f0efe1 5px solid;
  border-top: #f0efe1 5px solid;
  border-left: #f0efe1 5px solid;
  border-bottom: #f0efe1 5px solid;
}
.PaymentTable
{
	font-size: 12px;
}
.PaymentTable TD
{
	border: 1px solid #333333;
	font-size: 12px;
}

/* DefaultEmailSection */
Table
{
  font-size: 12px;
  font-family: Arial, Verdana;
  color: black;
}
.SearchPage
{
  background: #d0ca9c;
}
.SectionTitle
{
	font-size:14px;
	font-weight:bold;
	color: #990000;
	margin-top: 20px;
	margin-bottom:5px;
}
.SectionTitleLarge
{
	font-size:20px;
	font-weight:bold;
	color: #990000;
	margin-top: 20px;
	margin-bottom:5px;
}
.EmphasisBox
{
	border: 1px solid #990000;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 15px;
}
/* DefaultEmailSection */

