/********************************************************/
/*************    Site Specific Styles    ***************/
/********    Not Visible in content editor    ***********/
/********************************************************/

/********************************************************/
/* History														     */
/* 20/11/2006	KW											        */ 	
/* DIVs added to make integration with blackberry eaier */
/********************************************************/



/**************************************************
/	 General site settings 
/**************************************************/
BODY	{
	background-color: #FFFFFF;
	color: #00000;
	/*font-size: x-small;
	margin-bottom: 10;
	margin-top: 10;*/
	}

TABLE.inner	{
  	width: 750px;
	border-color: #5A86B7;
	border: none;
	border-width: 1px;
	border-style: solid;
	/*background-color: White;*/
}

TABLE.outer	{
 	border-color: #5A86B7;
 	width: 750px;
	border-width: 1px;
	border-style: solid;
 	/*background-color: #5A86B7;*/
}

TD.LeftTD	{
		background-color: #D1DAE9;/*#E5ECF6;*/
		background-image: url(/assets/images/graphics/left-panel-bg.jpg);
		background-repeat: no-repeat;
		background-position: top;		
}
TD.ContentTD	{
		background-color: #FFFFFF;
		background-image: url(/assets/images/graphics/indexBG.jpg);
		background-repeat: no-repeat;
		/*background-position: 10%;*/
		background-position: top;		
}



/**************************************************
/	 Left hand panel settings 
/**************************************************/

.sidemenu	{/*
background-color:#EDF2F8;
font-family:Arial, Helvetica, sans-serif;
color:#1F60A9;*/
}


/**************************************************
/	 Content panel settings 
/**************************************************/

.contentpane	{/*
background-color: #D4E1EE;
font-family:Arial, Helvetica, sans-serif;
color:#1F60A9;
font-size: xx-small;*/
}


/**************************************************
/	 Right hand panel settings 
/**************************************************/

.rightpanel	{/*
background-color: #EDF2F8;
font-family:Arial, Helvetica, sans-serif;
color:#1F60A9;
font-size: xx-small;
vertical-align: top;*/
}
.rightpanelheader	{/*
background-color: #EDF2F8;
font-family:Arial, Helvetica, sans-serif;
color:#1F60A9;
font-size: xx-small;*/
}
.rightpanelsubmit	{/*
background-color: #EDF2F8;
font-family:Arial, Helvetica, sans-serif;
color:#1F60A9;
font-size: xx-small;
float: right;
vertical-align: top;*/
}
IMG.rightpanel	{/*
background-color: #EDF2F8;
font-family:Arial, Helvetica, sans-serif;
color:#1F60A9;
font-size: xx-small;
float: left;
vertical-align: top;*/
}
INPUT.rightpanel	{/*
	background-color: #FFFFFF;
	color:#1F60A9;
	vertical-align: middle;
	border-color:#1f60a9;
	border-style: solid;
	border-width: 1px;
	font-size: xx-small;
	float: left;*/
}

HR.rightpanel
{/*
	color:#D4E1EE;
	height:1px;
	font-family: Arial, Verdana, Helvetica, sans-serif;*/
}



/**************************************************
/	 NewsBlock settings 
/**************************************************/

TABLE.newsblockouter	{
	 width:139px; 
	 border-color: #5A86B7;
	 border-width: 1px;		
	 border-style: solid;
 }
 
 TABLE.newsblockinner	{
	 width:139px; 
	border: none;
		 border-color: #5A86B7;
	 border-width: 1px;		
	 border-style: solid;
 
}
.newsblockheader	{
	color: #2160A3;
	background-color: #E5ECF6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; /*1*/
	font-weight: bold;
}
.newsblock	{
	color: #2160A3;
	background-color: #E5ECF6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small; 
	font-weight: normal;
}
A:LINK.newsblockheader {
	color: #2160A3;
	font-weight: bold;
	text-decoration: none;
}
A:LINK.newsblock {
	color: #2160A3;
	font-weight: normal;
	text-decoration: none;
}
A:HOVER.newsblockheader {
	color: #2160A3;
	font-weight: bold;
	text-decoration: none;
}
A:HOVER.newsblock {
	color: #2160A3;
	font-weight: normal;
	text-decoration: none;
}
A:ACTIVE.newsblockheader {
	color: #2160A3;
	font-weight: bold;
	text-decoration: none;
}
A:ACTIVE.newsblock {
	color: #2160A3;
	font-weight: normal;
	text-decoration: none;
}
A:VISITED.newsblockheader {
	color: #2160A3;
	font-weight: bold;
	text-decoration: none;
}
A:VISITED.newsblock {
	color: #2160A3;
	font-weight: normal;
	text-decoration: none;
}

/**************************************************
/	 Footer settings 
/**************************************************/

.footer	{
background-color: #2160A3;
color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: xx-small; 
}

A.footer:LINK {
	color:#ffffff;
	text-decoration: none;
}
A.footer:VISITED {
	color:#ffffff;
	text-decoration: none;
}
A.footer:HOVER {
	color:red;
	text-decoration: none;
}
A.footer:ACTIVE {
	color:#ffffff;
	text-decoration: none;
}
/**************************************************
/	 Booking Form settings 
/**************************************************/
#BookingForm 
{
	font-size: xx-small;
	font-weight: normal;
	color:#333333;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}

#BookingForm FIELDSET
 {
	border: none;
	text-align: left;
	padding: 5px;
	margin-bottom: 10px;
}
#BookingForm FIELDSET .row
 {
  clear: both;
 display:block;
}
  
#BookingForm FIELDSET .row .formField {
display:block;
  float: left;
  width: 29%;
  text-align: right;
  font-weight: bold;
 vertical-align: middle;
 }
 
#BookingForm FIELDSET .row .formvalue
{
 display:block;
 float: right;
  text-align: left;
	color: #333333;
	vertical-align: middle;
	display: block;
	width: 69%;
}

.BookingForm
{
	font-size: xx-small;
	font-weight: normal;
	color:#333333;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
INPUT.BookingForm
{
	font-size: xx-small;
	font-weight: normal;
	color:#333333
	background-color:#ffffff;
	border-color:Navy;
	border-width:1px;
	border-style:solid;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
TEXTAREA.BookingForm
{
	font-size: xx-small;
	font-weight: normal;
	color:#333333;
	background-color:#ffffff;
	border-color:Navy;
	border-width:1px;
	border-style:solid;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
SELECT.BookingForm
{
	font-size: xx-small;
	font-weight: normal;
	color:#333333;
	background-color:#ffffff;
	border-color:Navy;
	border-width:1px;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
OPTION.BookingForm
{
	font-size: xx-small;
	font-weight: normal;
	color:#333333;
	background-color:#ffffff;
	border-color:Navy;
	border-width:1px;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
.BookingFormError
{
	font-size: xx-small;
	font-weight: normal;
	color: Red;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
.BookingFormButton
{
	font-size: 12px;
	font-weight: normal;
	color: #091440;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
/**************************************************
/	 Registration Form settings 
/**************************************************/
#RegistrationForm 
{
	font-size: xx-small;
	font-weight: normal;
	color:#333333;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}

#RegistrationForm FIELDSET
 {
	border: none;
	text-align: left;
	padding: 5px;
	margin-bottom: 10px;
}
#RegistrationForm FIELDSET .row
 {
  clear: both;
 display:block;
}
  
#RegistrationForm FIELDSET .row .formField {
display:block;
  float: left;
  width: 39%;
  text-align: right;
  font-weight: bold;
 vertical-align: middle;
 }
 
#RegistrationForm FIELDSET .row .formvalue
{
 display:block;
 float: right;
  text-align: left;
	color: #FFFFFF;
	vertical-align: middle;
	display: block;
	width: 59%;
}

#RegistrationForm FIELDSET .row .formvalue input {
	font-size: xx-small;
	font-weight: normal;
	color:#333333
	background-color:#ffffff;
	border-color:Navy;
	border-width:1px;
	border-style:solid;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
#RegistrationForm FIELDSET .row .formvalue select {
	font-size: xx-small;
	font-weight: normal;
	color:#333333;
	background-color:#ffffff;
	border-color:Navy;
	border-width:1px;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}


.RegistrationForm
{
	font-size: xx-small;
	font-weight: normal;
	color:#333333;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}

.RegistrationFormError
{
	font-size: xx-small;
	font-weight: normal;
	color: Red;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
.RegistrationFormButton
{
	font-size: 12px;
	font-weight: normal;
	color: #091440;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
/**************************************************
/	 Quotes Form settings 
/**************************************************/
#QuotationForm 
{
	font-size: xx-small;
	font-weight: normal;
	color:#333333;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}

#QuotationForm FIELDSET
 {
	border: none;
	text-align: left;
	padding: 5px;
	margin-bottom: 10px;
}
#QuotationForm FIELDSET .row
 {
  clear: both;
 display:block;
}
  
#QuotationForm FIELDSET .row .formField {
display:block;
  float: left;
  width: 39%;
  text-align: right;
  font-weight: bold;
 vertical-align: middle;
 }
 
#QuotationForm FIELDSET .row .formvalue
{
 display:block;
 float: right;
  text-align: left;
	color: #FFFFFF;
	vertical-align: middle;
	display: block;
	width: 59%;
}

#QuotationForm FIELDSET .row .formvalue input {
	font-size: xx-small;
	font-weight: normal;
	color:#333333
	background-color:#ffffff;
	border-color:Navy;
	border-width:1px;
	border-style:solid;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
#QuotationForm FIELDSET .row .formvalue select {
	font-size: xx-small;
	font-weight: normal;
	color:#333333;
	background-color:#ffffff;
	border-color:Navy;
	border-width:1px;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}

#LCLQuotation 
{
	font-size: xx-small;
	font-weight: normal;
	color:#333333;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	width: 100%;
}
#LCLQuotation h1
{
	font-size: small;
	font-weight: normal;
	color:#333333;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-weight: bold;
}
/*
#LCLQuotation FIELDSET
 {
	border: none;
	border-top:1px #666666 solid;
	border-bottom:1px #666666 solid;
	text-align: left;
	padding: 5px;
	margin-bottom: 10px;
}
#LCLQuotation FIELDSET .row
 {
  clear: both;
 display:block;
}
  
#LCLQuotation FIELDSET .row .formField1 {
display:block;
  float: left;
  width: 20%;
	font-size: x-small;
	font-weight: normal;
	color:#333333;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-weight: bold;
 }
 
#LCLQuotation FIELDSET .row .formvalue1
{
 display:block;
 float: left;
	font-size: x-small;
	font-weight: normal;
	color:#333333;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	display: block;
	width: 20%;
	text-align:left;
	padding-right:5px;
}
#LCLQuotation FIELDSET .row .formField2 {
display:block;
  float: left;
  width: 30%;
	font-size: x-small;
	font-weight: normal;
	color:#333333;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-weight: bold;
 }
 
#LCLQuotation FIELDSET .row .formvalue2
{
 display:block;
 float: left;
	font-size: x-small;
	font-weight: normal;
	color:#333333;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	display: block;
	width: 20%;
	text-align:right;
	padding-right:5px;
}
#LCLQuotation .total	{
width: 100%;
text-align:center;
		font-size: x-small;
	font-weight: bold;
	color:#333333;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
#LCLQuotation .total SPAN	{
		font-size: x-small;
	font-weight: bold;
	color:#333333;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
#LCLQuotation .totalnote{
		font-size: xx-small;
	font-weight: bold;
	color:#333333;
	font-family: Arial,Verdana, Helvetica, sans-serif;
width: 100%;
text-align:center;
}
*/
#LCLQuotation FIELDSET.col1
 {
	border: none;
	border-top:1px #666666 solid;
	border-bottom:1px #666666 solid;
	text-align: left;
	padding: 5px;
	margin-bottom: 10px;
	width: 44%;
 display:inline;
}
#LCLQuotation FIELDSET.col2
 {
	border: none;
	border-top:1px #666666 solid;
	border-bottom:1px #666666 solid;
	text-align: left;
	padding: 5px;
	margin-bottom: 10px;
	width: 55%;
 display:inline;
}
#LCLQuotation FIELDSET .row
 {
  clear: both;
 display:block;
}

  
#LCLQuotation FIELDSET .row .formField {
display:block;
  float: left;
	font-size: x-small;
	font-weight: normal;
	color:#333333;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-weight: bold;
	width: 60%;
 }
 
#LCLQuotation FIELDSET .row .formvalue
{
 display:block;
 float: left;
	font-size: x-small;
	font-weight: normal;
	color:#333333;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	display: block;
	text-align:right;
	padding-right:5px;
	width: 40%;
}
#LCLQuotation .total	{
width: 100%;
text-align:center;
		font-size: x-small;
	font-weight: bold;
	color:#333333;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
#LCLQuotation .total SPAN	{
		font-size: x-small;
	font-weight: bold;
	color:#333333;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
#LCLQuotation .totalnote{
		font-size: xx-small;
	font-weight: bold;
	color:#333333;
	font-family: Arial,Verdana, Helvetica, sans-serif;
width: 100%;
text-align:center;
}



#FCLQuotation 
{
	font-size: xx-small;
	font-weight: normal;
	color:#333333;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	width: 100%;
}
#FCLQuotation h1
{
	font-size: small;
	font-weight: normal;
	color:#333333;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-weight: bold;
}

#FCLQuotation FIELDSET
 {
	border: none;
	border-top:1px #666666 solid;
	border-bottom:1px #666666 solid;
	text-align: left;
	padding: 5px;
	margin-bottom: 10px;
}
#FCLQuotation FIELDSET .row
 {
  clear: both;
 display:block;
}
  
#FCLQuotation FIELDSET .row .formField {
display:block;
  float: left;
  width: 40%;
	font-size: x-small;
	font-weight: normal;
	color:#333333;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-weight: bold;
 }
 
#FCLQuotation FIELDSET .row .formvalue
{
 display:block;
 float: left;
	font-size: x-small;
	font-weight: normal;
	color:#333333;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	display: block;
	width: 40%;
	text-align:left;
	padding-right:5px;
}
#FCLQuotation .total	{
width: 100%;
text-align:center;
		font-size: x-small;
	font-weight: bold;
	color:#333333;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
#FCLQuotation .total SPAN	{
		font-size: x-small;
	font-weight: bold;
	color:#333333;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
#FCLQuotation .totalnote{
		font-size: xx-small;
	font-weight: bold;
	color:#333333;
	font-family: Arial,Verdana, Helvetica, sans-serif;
width: 100%;
text-align:center;
}

.QuoteForm
{
	font-size: xx-small;
	font-weight: normal;
	color:#333333;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}

.QuoteFormError
{
	font-size: xx-small;
	font-weight: normal;
	color: Red;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
.QuoteFormButton
{
	font-size: 12px;
	font-weight: normal;
	color: #091440;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
.quoteformresultstitle
{
	font-size: small;
	font-weight: normal;
	color:#333333;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-weight: bold;
}
.quoteformresults
{
	font-size: x-small;
	font-weight: normal;
	color:#333333;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-weight: bold;
}
.quoteformresultsvalue
{
	font-size: x-small;
	font-weight: normal;
	color:#333333;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
/**************************************************
/	 Tracking Form settings 
/**************************************************/
.tracking
{
	font-size: xx-small;
	font-weight: normal;
	color:#333333;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
INPUT.tracking
{
	font-size: xx-small;
	font-weight: normal;
	color:#333333
	background-color:#ffffff;
	border-color:Navy;
	border-width:1px;
	border-style:solid;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
TEXTAREA.tracking
{
	font-size: xx-small;
	font-weight: normal;
	color:#333333;
	background-color:#ffffff;
	border-color:Navy;
	border-width:1px;
	border-style:solid;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
SELECT.tracking
{
	font-size: xx-small;
	font-weight: normal;
	color:#333333;
	background-color:#ffffff;
	border-color:Navy;
	border-width:1px;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
OPTION.tracking
{
	font-size: xx-small;
	font-weight: normal;
	color:#333333;
	background-color:#ffffff;
	border-color:Navy;
	border-width:1px;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
.TrackingButton
{
	font-size: 12px;
	font-weight: normal;
	color: #091440;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
A.tracking
	{
	font-size: xx-small;
	color: #1F60A9;
	font-weight: normal;
	text-decoration: underline
	}

A.tracking:hover
	{
	font-size: xx-small;
	color: #FF0000;
	font-weight: normal;
	text-decoration: underline
	}

/**************************************************
/	 Log out Form settings 
/**************************************************/
#LogoutForm 
{
	font-size: xx-small;
	font-weight: normal;
	color:#333333;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}

#LogoutForm FIELDSET
 {
	border: none;
	text-align: left;
	padding: 5px;
	margin-bottom: 10px;
}
#LogoutForm FIELDSET .row
 {
  clear: both;
 display:block;
}
  
#LogoutForm FIELDSET .row .formField {
display:block;
  float: left;
  width: 39%;
  text-align: right;
  font-weight: bold;
 vertical-align: middle;
 }
 
#LogoutForm FIELDSET .row .formvalue
{
 display:block;
 float: right;
  text-align: left;
	color: #FFFFFF;
	vertical-align: middle;
	display: block;
	width: 59%;
}

#LogoutForm FIELDSET .row .formvalue input {
	font-size: xx-small;
	font-weight: normal;
	color:#333333
	background-color:#ffffff;
	border-color:Navy;
	border-width:1px;
	border-style:solid;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}


/**************************************************
/	 Other Form settings 
/**************************************************/
.requiredmarker
{
font-family:Arial, Helvetica, sans-serif;
color:#FD1813;
font-size: x-small;
font-weight:bold;
}

/**************************************************
/	 Headline modules settings 
/**************************************************/
.HeadlineItemTableOuter
{
	font-size: 11px;
	color:black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.HeadlineItemTableOuterEdit
{
	font-size: 11px;
	color:black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border-color:black;/*White;*/
	border-style:solid;
	border-width:2px;
}
.HeadlineItemTableInner
{
	font-size: 11px;
	color:black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	/*background-color:#D4E1EE;*/
}
.HeadlineItemSummary
{
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small; /*1*/
	color:#333333;
	/*background-color:#D4E1EE;*/
}
.HeadlineItemSummaryEdit
{
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small; /*1*/
	color:#333333;
	border-color:White;
	border-style:solid;
	border-width:1px;
	border-bottom-width:0px;
	border-top-width:1px;
	border-left-width:0px;
	border-right-width:0px;
}
.HeadlineItemBody
{
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small; /*1*/
	color:#333333;
	/*background-color:#D4E1EE;*/
}
.HeadlineItemBodyEdit
{
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small; /*1*/
	color:#333333;
	border-color:black;
	border-style:solid;
	border-width:1px;
	border-bottom-width:0px;
	border-top-width:1px;
	border-left-width:0px;
	border-right-width:0px;
}
.HeadlineItemTitle
{
	font-weight: bold;
	font-size: 14px;
	color:#1F60A9;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	/*background-color:#D4E1EE;*/
}
.HeadlineItemCalendar
{
	font-weight: bold;
	font-size: 12px;
	color:black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #EDF2F8;
}

/* for days row */
.HeadlineDayCalendar
{
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #ff9933;
}

/* for prev/next links row */
.HeadlineNextPrevCalendar
{
	font-weight: bold;
	font-size: 12px;
	color:#003366;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.HeadlineItemSeparator
{
	color:black;
	height:1px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.HeadlineItemMoreLink
{
	text-align:left;
}
.HeadlineItemLabel
{
	font-size: 12px;
	font-weight: normal;
	color:black;
}
SPAN.HeadlineItemLabel
{
	font-size: 12px;
	font-weight: normal;
	color:black;
}

.HeadlineItem
{
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small; /*1*/
	color:#333333;
	/*background-color:#D4E1EE;*/
	border-color:black;
	border-width:1px;
	border-style:solid;
}
INPUT.HeadlineItem
{
	font-size: 11px;
	font-weight: normal;
	color:#1F60A9;
	background-color:#ffffff;
	border-color:black;
	border-width:1px;
	border-style:solid;
}
TEXTAREA.HeadlineItem
{
	font-size: 11px;
	font-weight: normal;
	color:#1F60A9;
	background-color:#ffffff;
	border-color:black;
	border-width:1px;
	border-style:solid;
}
SELECT.HeadlineItem
{
	font-size: 11px;
	font-weight: normal;
	color:#1F60A9;
	background-color:#ffffff;
	border-color:black;
	border-width:1px;
}
.HeadlineItemDate
{
	font-weight: normal;
	font-size: xx-small;
	color:#1F60A9;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	/*background-color:#D4E1EE;*/
}

/* background behind the calander row */
.HeadlineBackground
{
	background-color: #ffffff;
}


/**************************************************
/	 Headline summary block modules settings 
/**************************************************/

.HeadlineSummaryItemSeparator
{
	color:#D4E1EE;
	height:1px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.HeadlineSummaryItemTableOuter
{
	font-size: 11px;
	color:black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.HeadlineSummaryItemTableOuterEdit
{
	font-size: 11px;
	color:black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border-color:White;
	border-style:solid;
	border-width:2px;
}
.HeadlineSummaryItem
{
	font-weight: normal;
	font-size: xx-small;
	color:#1F60A9;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	/*background-color:#EDF2F8;*/
}
A.HeadlineSummaryItem
{
	font-weight: normal;
	font-size: xx-small;
	color:#1F60A9;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	/*background-color:#EDF2F8;*/
	text-decoration: none;
	font-weight: bold;
}
.HeadlineSummaryMoreLink
{
	font-weight: normal;
	font-size: 10px;
	color:#1F60A9;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	float: right;
	/*background-color:#EDF2F8;*/
}
A.HeadlineSummaryMoreLink
{
	font-weight: normal;
	font-size: 10px;
	color:#1F60A9;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	/*background-color:#EDF2F8;*/
	text-decoration: none;
	font-weight: bold;
}





/**************************************************
/	 SiteMap modules settings 
/**************************************************/
.SiteMapTier1
	{
		color:#1F60A9;
		font-size :x-small;
		font-family: Arial, Helvetica, sans-serif;
		font-weight:bold;
		padding-top:2px;
		padding-bottom:2px;
	}
.SiteMapTier2
	{
		color:#1F60A9;
		font-size :xx-small;
		font-family: Arial, Helvetica, sans-serif;
	}
.SiteMapTier3
	{
		color:#1F60A9;
		font-size:xx-small;
		font-family: Arial, Helvetica, sans-serif;
	}
A.SiteMapTier1:link,A.SiteMapTier1:visited
	{
		color:#1F60A9;
	}
A.SiteMapTier2:link,A.SiteMapTier2:visited
	{
		color:#1F60A9;
		text-indent: 0px;
		padding-left: 25px;
		background-image: url(/assets/images/graphics/bullet_off.gif);
		background-repeat:no-repeat;
		background-position: 10px;
	}
A.SiteMapTier3:link,A.SiteMapTier3:visited
	{
		color:#1F60A9;
		text-indent: 25px;
		padding-left: 45px;
		background-image: url(/assets/images/graphics/bullet_off.gif);
		background-repeat:no-repeat;
		background-position: 20px;
	}
A.SiteMapTier1:hover
	{
		color:#ff0000;
	}
A.SiteMapTier2:hover
	{
		color:#ff0000;
		text-indent: 0px;
		padding-left: 25px;
		background-image: url(/assets/images/graphics/bullet_on.gif);
		background-repeat:no-repeat;
		background-position: 10px;
	}
A.SiteMapTier3:hover
	{
		color:#ff0000;
		text-indent: 25px;
		padding-left: 45px;
		background-image: url(/assets/images/graphics/bullet_on.gif);
		background-repeat:no-repeat;
		background-position: 20px;
	}



/**************************************************
/	 Search modules settings 
/**************************************************/

.searchTitle
	{
	font-size: x-small;  
	color: #1F60A9;
	font-weight: bold;
	}

.searchResult
	{
	font-size: xx-small;  
	color: #666666;
	font-weight: normal;
	}

TD.searchResult
	{
	font-size: xx-small;  
	color: #666666;
	font-weight: normal;
	/*background-color : #D4E1EE;*/
	padding-top: 20px;
	/*white-space: nowrap; 	*/
	}

A.searchResult
	{
	font-size: x-small;  
	color: #1F60A9;
	font-weight: bold;
	text-decoration: underline
	}

A.searchResult:hover
	{
	font-size: x-small;  
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline
	}


/**************************************************
/	 Downloads Module settings
/**************************************************/

.DownloadItemTableOuter
{
	background-color: #ffffff;
	border-top: 2px solid #1F60A9;
	border-left: 2px solid #1F60A9;
	border-right: 2px solid #1F60A9;
	border-bottom: 2px solid #1F60A9;	
}
.DownloadItemTableInner
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: xx-small;
	font-style: normal; 
	font-weight: normal; 
}
.DownloadItemLink
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: x-small;
	font-style: normal; 
	font-weight: bold; 
	background-color: #ffffff;	
	color: #ffffff;
}
.DownloadItemTitle
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: x-small;
	font-style: normal; 
	font-weight: bold; 
	background-color: #1F60A9;	
	color: #ffffff;
	margin: 2 2 2 2;
}
.DownloadItemDesc
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: xx-small;
	font-style: normal; 
	font-weight: bold; 
	background-color: #EDF2F8;	
	color: 333333;
}


/**************************************************
/	 Newsletter Module settings
/**************************************************/
/*
.NewsletterHeaders
	{
	font-size: x-small;  
	color: #1F60A9;
	font-weight: bold;
	background-color: #D4E1EE;	
}

.Newsletter
	{
	font-size: xx-small;  
	color: #1F60A9;
	font-weight: bold;
	background-color: #D4E1EE;	
}

.NewslettererrorMsg
	{
	font-family:Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-size: x-small;
	font-weight:bold;
	background-color: #D4E1EE;	
	}

INPUT.NewsletterSubmit	{
	background-color: #EDF2F8;
	font-family:Arial, Helvetica, sans-serif;
	color:#1F60A9;
	font-size: xx-small;
	float: right;
	vertical-align: top;
}

INPUT.Newsletter	{
	background-color: #FFFFFF;
	color:#1F60A9;
	vertical-align: middle;
	border-color:#1f60a9;
	border-style: solid;
	border-width: 1px;
	font-size: xx-small;
}


SELECT.Newsletter	{
	background-color: #FFFFFF;
	color:#1F60A9;
	vertical-align: middle;
	border-color:#1f60a9;
	border-style: solid;
	border-width: 1px;
	font-size: xx-small;
}
*/
	

/**************************************************
/	 Cubic Calculator  settings
/**************************************************/
.cubicCalculatorHeader	{
	color: #2160A3;
	background-color: #E5ECF6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small; 
	font-weight: bold;
}
.cubicCalculator	{
	color: #2160A3;
	background-color: #E5ECF6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small; 
	font-weight: normal;
}
Div.cubicCalculator	{
	background-color: #E5ECF6;
	border-color: #5A86B7;
	border: none;
	border-width: 1px;
	border-style: solid;
}

INPUT.cubicCalculator	{
	background-color: #FFFFFF;
	color:#1F60A9;
	vertical-align: middle;
	border-color:#1f60a9;
	border-style: solid;
	border-width: 1px;
	font-size: x-small;
}

/**************************************************
/	 TRasnlator  settings
/**************************************************/

.babelfish	{
	float: right;
	vertical-align: top;
}