.LiveryHeader
{

font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #0A164D;
	text-decoration: none;
}


/* REGULAR LINK*/
.LiveryLink
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: #333333;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
.LiveryLink:hover
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: #00569a;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}

.BestLiveryLink
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: #00569a;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: underline
}
.BestLiveryLink:hover
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: #00569a;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}

.BestRed
{
    FONT-SIZE: 11px;
    COLOR: #990000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
/*REGULAR TEXT*/
.LiveryText
{
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

/*REGULAR FORM LABEL TEXT*/
.LiveryFormText
{
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

/*REQUIRED FORM LABEL TEXT*/
.LiveryFormTextReq
{
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold;
}

/*BUTTON*/
.LiveryButton
{
    FONT-SIZE: 10px;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #005c9d
}

.BestLiveryFormTable
{
	border: 1px solid black;
	background-color:#ECECEC;
	padding: 5px;
	
}
.BestLiveryFormTableHeader
{
	background-color:#005c9d;
	FONT-SIZE: 11px;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.BestLiveryFormTableData
{
	background-color:#FFFFFF;
	FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

/*TABLESORT*/
.sort-table			{border: 1px solid buttonshadow;
					 border-left: 1px solid buttonshadow;
					 border-right: 1px solid buttonhighlight;
					 border-bottom: 1px solid buttonhighlight;
					 margin: 0px;}
.sort-normal		{background-color: window;color: windowtext; font: menu; padding: 1px;}
.sort-highlight		{background-color: #D6D3CE;color: windowtext; font: menu; padding: 1px;}
.sort-selected		{background-color: gray;color: windowtext; font: menu; padding: 1px;}
.sort-header		{background-color: buttonface; font: menu; border: 1px outset white;
					 cursor: default; padding-top: 0; padding: bottom: 0;
					 border-top: 1px solid buttonhighlight;
					 border-left: 1px solid buttonhighlight;
					 border-right: 1px solid buttonshadow;
					 border-bottom: 1px solid buttonshadow;
					 height: 16px;}

.arrow			{font-family: webdings; color: black; padding: 0; font-size: 10px;
				height: 11px; width: 10px; overflow: hidden;
				margin-bottom: 2; margin-top: -3; padding: 0; padding-top: 0; padding-bottom: 2;}
				/*nice vertical positioning :-) */

/*CALENDAR*/

	td.cal{
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #000000;
	  background-color : #d3d3d3;
	}
	select.month{
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #000000;
	  width : 85px;
	}
	input.year{
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #000000;
	  width : 30px;
	}
	td.calDaysColor {
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #ffffff;
	  background-color : #000000;
	}
	td.calWeekend {
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #ffffff;
	  background-color : #c0c0c0;
	}
	td.calBgColor {
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #ffffff;
	  background-color : #d3d3d3;
	}
	.calBorderColor {
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #ffffff;
	  background-color : #a9a9a9;
	}
	td.calHighlightColor {
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #ffffff;
	  background-color : #ffffcc;
	}
	A.cal {
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #000000;
	  text-decoration : none;
	}  
	A.cal:Hover {
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #FF0000;
	  text-decoration : none;
	} 
	.disabled {
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #808080;
	  text-decoration : none;
	}  
  
