body{
	color: #FFFFFF;
	background-color: #000000;
	background-image:url(../images/bkrepeater.jpg);
	background-position:center;
}
.LiveryHeader
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: #aec1dd;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}


/* REGULAR LINK*/
.LiveryLink
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: #3333ff;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
.LiveryLink:hover
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: #999999;
    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: #FFFFFF;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

/*REGULAR FORM LABEL TEXT*/
.LiveryFormText
{
    FONT-SIZE: 11px;
    COLOR: #0000FF;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.LiveryFormText2
{
    FONT-SIZE: 11px;
    COLOR: #0000FF;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

/*REQUIRED FORM LABEL TEXT*/
.LiveryFormTextReq
{
    FONT-SIZE: 11px;
    COLOR: #0000FF;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold;
}
.LiveryFormTextReq2
{
    FONT-SIZE: 11px;
    COLOR: #0000FF;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold;
}

/*BUTTON*/
.LiveryButton
{
    FONT-SIZE: 11px;
    COLOR: #aec1dd;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    BACKGROUND-COLOR: #333333;
	font-weight: bold
}

.BestLiveryFormTable
{
	border: 1px solid black;
	background-color:buttonface;
	padding: 5px;
	
}
.BestLiveryFormTableHeader
{
	background-color:#333333;
	FONT-SIZE: 11px;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.BestLiveryFormTableData
{
	background-color:#FFFFFF;
	FONT-SIZE: 11px;
    COLOR: #FFFFFF;
    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: #323232;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 : #000000;
	  background-color : #FFFFFF;
	}
	td.calWeekend {
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #000000;
	  background-color : #c0c0c0;
	}
	td.calBgColor {
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #000000;
	  background-color : #d3d3d3;
	}
	.calBorderColor {
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #000000;
	  background-color : #a9a9a9;
	}
	td.calHighlightColor {
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #000000;
	  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;
	}  
