/* Default CSS Stylesheet for a new Web Application project */

BODY
{
Background-Color: #FFFFFF;
Margin-Left: 0px;
Margin-Right: 0px;
Margin-Top: 0px;
}

.GeneralPage
	/*{ background: url(home/media/background/bckgnd_index.jpg) repeat-x; margin: 0px }*/
	/*{ background: url(Images/bckgnd_index.jpg) repeat-x; margin: 0px }*/
	
.GeneralTable
{
background-color: White; /* Background Color */
}

.TopBanner
{
font-family: Verdana; /* Font Face */
font-size: 14pt; /* Font Size */
color: Black; /* Font Color */
font-weight: Bold; /* Font Style */
text-decoration: none;
font-style: normal; /* FontStyle */
background-color: #FFFFFF; /* Background color */
text-align: Left; /* Align Text */
}

.TopSubBanner
{
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: #333399; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: Gainsboro; /* Background color */
text-align: Center; /* Align Text */
}

.LeftColumn
{
font-family: Trebuchet MS; /* Font Face */
font-size: 10pt; /* Font Size */
color: #000000; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: Gainsboro; /* Background color */
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
width: 20%;}

.RightColumn
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: #000000; /* Font Color */
font-style: normal; /* Font Style */
font-weight: Normal; /* Font Style */
text-decoration: none;
background-color: #C6BFA5; /* Background color */
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
width: 15%;}

.Footer
{
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: #666666; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: Gainsboro; /* Background color */
text-align: Center; /* Align Text */
vertical-align: Top; /* Align Text */
}

.Instructions
{ 
color: #000000; 
font-style: normal; 
font-weight: normal; 
font-size: 10pt; 
font-family: Arial; 
text-decoration: none; 
background-color: #f5f5f5; 
text-align: 
left 
}

.ErrorMessages
{ 
color: #c00; 
font-style: normal; 
font-weight: bold; 
font-size: 10pt; 
font-family: Arial; 
text-decoration: none; 
background-color: #ffffff; 
text-align: center 
}

.Messages
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: #C90D4F; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #FFFFFF; /* Background color */
text-align: Center; /* Align Text */
}

.Headings
{
font-family: Verdana; /* Font Face */
font-size: 10pt; /* Font Size */
color: Black; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #FFFFFF; /* Background color */
text-align: Left; /* Align Text */
}

.Content
{ 
color: black; 
font-style: normal; 
font-weight: normal; 
font-size: 10pt; 
font-family: Arial; 
text-decoration: none; 
background-color: #ffffff; 
text-align: left 
}

.ContentTableHeader
{
font-family: Verdana; /* Font Face */
font-size: 10pt; /* Heading Font Size */
color: #000000; /* Heading Font Color */
font-weight: Bold; /* Heading Font Style */
font-style: normal; /* Heading FontStyle */
text-decoration: none; /* Heading Font Style */
background-color: WhiteSmoke; /* Background color */
text-align: Left; /* Align Text */
}

.ContentTable
{
background-color: WhiteSmoke;
}

.ContentTableHorizontal
{
background-color: Gainsboro;
}

.theFinger
{
	cursor: hand
}

/* integrated e-Hail css */
.text 
{  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
line-height: 14px; 
color: #000066
}

.link 
{  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
line-height: 14px; 
color: #6666FF; 
text-decoration: none
}

.link:hover 
{
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
line-height: 14px; 
color: #00CCCC; 
text-decoration: none 
}

.lightlink 
{ 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
line-height: 14px; 
color: #FFFFFF; 
text-decoration: none 
}

.lightlink:hover 
{
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
line-height: 14px; 
color: #00CCCC; 
text-decoration: none 
}

.lighttext 
{
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
line-height: 14px; 
color: #CCCCFF
}

.headline 
{ 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 16px; 
line-height: 18px; 
color: #333399; 
font-weight: bolder
}

.error 
{ 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
line-height: 14px; 
color: #FF6600
}

.lightheadline 
{ 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 16px; 
line-height: 18px; 
color: #CCCCFF
}
