﻿body
{	
	SCROLLBAR-FACE-COLOR: #BBBBBB; 
	SCROLLBAR-HIGHLIGHT-COLOR: #FFffff;
	SCROLLBAR-SHADOW-COLOR: #FFffff;
	SCROLLBAR-3DLIGHT-COLOR: #BBBBBB;
	SCROLLBAR-ARROW-COLOR:  #FFFFFF;
	SCROLLBAR-TRACK-COLOR: #FFFFFF; 
	SCROLLBAR-DARKSHADOW-COLOR:  #BBBBBB;
	background-color: #9DB9EB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
	height:100%;
	margin-right:100px;

}



.OrderBottomPanel
{
	
}

.MessageText
{
	 font-style:italic;
}

.MessagetTextSpecialOrder
{
	 font-style:italic;
	 color:Red;
}

.HeaderText
{
	 font-size: 150%; 
	 font-weight: bold;  
}

.MessageTextImportant
{
	font-style:italic;
	font-weight:bold;
}

P {

}


.EventsTable
{
	width:85%;
	border-width:2px; 
	border-style:solid;
	border-color:#FFFFFF;
}


.EventsTableRow
{
	background-color:#EEEEEE;
}


.EventsTableAlternatingRow
{
	 background-color:#E5E5E5;
}


.OrderTable
{
	width:85%;	
	border-width:2px; 
	border-style:solid; 
	background-color:#E5E5E5;
	border-color:#FFFFFF;
}


.OrderTableHeaderRow
{
	background-color:#DDDDDD;
}


.OrderTableRow
{
	background-color:#EEEEEE;
}


.OrderTableAlternatingRow
{
	background-color:#E5E5E5;
}


.OrderTableFooterRow
{
	background-color:#DDDDDD;
}


.Buttons
{
}

A
{
   font-weight:bold; 
   font-style:italic;  
   text-decoration: none;	
   color: #000088; 

/* 
   padding-left:5px;
   padding-right: 5px;
   padding-bottom: 1px;
   padding-top: 1px;
   
   border-left-style:outset;
   border-bottom-style:outset;
   border-right-style:outset;
   border-top-style:outset;
   border-spacing:0px;   
   border-width:thin;
*/
}

A:hover 
{ 
	text-decoration: underline;
}

H1, H2, H3, H4, H5, H6 { 
  margin-left: 15%; margin-right: 15%;
  color: #000000;
}


H1 { 
  font-size: 140%; 
  font-weight: bold;  
}
H2 { 
  font-size: 130%; 
  font-weight: bold;  
}
H3 
{
  font-size: 120px; 
  font-weight: bold;  
}
H4
{
  font-size: 100%; 
  font-weight: bold;
}

html {
	overflow-y: scroll; /* IE horizontal scrollbar bugfix */
}

.PanelPrivacyPolicy
{
	position:absolute;	
	z-index:100;	
	height:150px;
	width:500px;		
    border-style:outset;
    border-width:5px;    
    background-color:#CCCCCC;    	
	overflow:hidden;	 
}

.LogoDiv
{
	position:absolute;
	right:0px;
	top: 0px;
	background-image: url("images/logo.jpg");	
	background-repeat:no-repeat;
	background-position:right;
	height:580px;
	width:100px;
	z-index: 0;
}