﻿
/* Scollable div */
.clsScrollDiv
{
	OVERFLOW: auto;  
}

.clsNoScrollDiv
{
	overflow: hidden;
}

/* Styles for menu bars */
.clsMenuBar
{
	
	vertical-align: middle;
	height: 22pt;	
	text-decoration: none;
    font-FAMILY: Arial, 'Microsoft Sans Serif';
    font-SIZE: 10pt
}


/* Styles for menu bar items  */
.clsMenuItem
{
	text-decoration: None;
	COLOR: white;
	font-weight: Bold;
    font-FAMILY: Verdana, 'Microsoft Sans Serif';
    font-SIZE: 8pt;
        
}

.clsMenuItem:link
{
	text-decoration: none;
	COLOR: white;
    font-FAMILY: Verdana, 'Microsoft Sans Serif';
    font-SIZE: 8pt
}

.clsMenuItem:visited
{
	text-decoration: none;
    COLOR: white;
    font-FAMILY: Verdana, 'Microsoft Sans Serif';
    font-SIZE: 8pt
}

.clsMenuItem:hover
{
	text-decoration: underline;
    COLOR: white;
    font-FAMILY: Verdana, 'Microsoft Sans Serif';
    font-SIZE: 8pt
}

/* Styles for menu bars */
.clsMenuBar
{
	
	vertical-align: middle;
	height: 22pt;	
	text-decoration: none;
    font-FAMILY: Arial, 'Microsoft Sans Serif';
    font-SIZE: 10pt
}

/* Styles for navigation column items  */
.clsNavTitle
{
	text-decoration: None;
	font-weight: Bold;
    font-FAMILY: Verdana, 'Microsoft Sans Serif';
    font-SIZE: 11pt;
        
}

.clsNavMenu
{
	text-decoration: None;
	font-weight: Bold;
    font-FAMILY: Verdana, 'Microsoft Sans Serif';
    font-SIZE: 10pt;
        
}

.clsNavMenu:link
{
	text-decoration: none;
    font-FAMILY: Verdana, 'Microsoft Sans Serif';
    font-SIZE: 10pt
}

.clsNavMenu:visited
{
	text-decoration: none;
    font-FAMILY: Verdana, 'Microsoft Sans Serif';
    font-SIZE: 10pt
}

.clsNavMenu:hover
{
	text-decoration: underline;
    font-FAMILY: Verdana, 'Microsoft Sans Serif';
    font-SIZE: 10pt
}

/* Admin Menu Items */
.clsAdminMenuItem
{
	text-decoration: none;
	COLOR: #336666;
    font-FAMILY: Verdana, 'Microsoft Sans Serif';
    font-SIZE: 10pt;
    font-WEIGHT: Bold;
}

.clsAdminMenuItem:hover
{
	text-decoration: underline;
}

/* General Admin page */
.clsAdminGeneral
{
	COLOR: #336666;	
	font-FAMILY: Arial, 'Microsoft Sans Serif';
	font-size: 10pt;
}

/* Admin Button style */
.clsAdminButton
{
    COLOR: #336666;
    background-color: #eeeeee;
    font-FAMILY: Arial, 'Microsoft Sans Serif';
    font-SIZE: 10pt
}


/* Styles for bottom links  */
.clsBottomLink
{
	text-decoration: none;
    COLOR: teal;
    font-FAMILY: Arial, 'Microsoft Sans Serif';
    font-SIZE: 8pt
}

.clsBottomLink:visited
{
	text-decoration: none;
    COLOR: teal;
    font-FAMILY: Arial, 'Microsoft Sans Serif';
    font-SIZE: 8pt
}

.clsBottomLink:link
{
	text-decoration: none;
    COLOR: teal;
    font-FAMILY: Arial, 'Microsoft Sans Serif';
    font-SIZE: 8pt
}

.clsBottomLink:hover
{
	text-decoration: underline;
    COLOR: black;
    font-FAMILY: Arial, 'Microsoft Sans Serif';
    font-SIZE: 8pt
}

/* Style for body title */
.clsBodyTitle
{
    font-FAMILY: Arial, 'Microsoft Sans Serif';
    font-SIZE: 14pt
}

/* Style for body title */
.clsBody12pt
{
    font-FAMILY: Arial, 'Microsoft Sans Serif';
    font-SIZE: 12pt
}

/* Style for body warning */
.clsWarning
{
    COLOR: Red;
    font-FAMILY: Arial, 'Microsoft Sans Serif';
    font-SIZE: 14pt
}

/* Style for body text */
.clsBodyText
{
    font-FAMILY: Arial, 'Microsoft Sans Serif';
    font-SIZE: 10pt
}

/* Style for body small */
.clsBodySmall
{
    font-FAMILY: Tahoma, 'Microsoft Sans Serif';
    font-SIZE: 8pt;
}

/* Style for smaller body title */
.clsBodyTitleSmall
{
    font-FAMILY: Arial, 'Microsoft Sans Serif';
    font-SIZE: 10pt;
    font-weight: bold

}

/* Button style */
.clsButton
{
    font-FAMILY: Arial, 'Microsoft Sans Serif';
    font-SIZE: 10pt
}

/* Drop down menu style */
.clsDrop
{
    font-FAMILY: Arial, 'Microsoft Sans Serif';
    font-SIZE: 10pt
}

/* Styles for basket items  */
.clsBasketLink
{
	text-decoration: none;
    font-FAMILY: Arial, 'Microsoft Sans Serif';
    font-SIZE: 8pt
}

.clsBasketLink:link
{
	text-decoration: underline;
    font-FAMILY: Arial, 'Microsoft Sans Serif';
    font-SIZE: 8pt
}

.clsBasketLink:visited
{
	text-decoration: underline;
    font-FAMILY: Arial, 'Microsoft Sans Serif';
    font-SIZE: 8pt
}

.clsBasketLink:hover
{
	text-decoration: underline;
    COLOR: black;
    font-FAMILY: Arial, 'Microsoft Sans Serif';
    font-SIZE: 8pt
}

/* Styles for results items  */
.clsResultsLink
{
	text-decoration: none;
    font-FAMILY: Arial, 'Microsoft Sans Serif';
    font-SIZE: 8pt
}

.clsResultsLink:link
{
	text-decoration: none;
    font-FAMILY: Arial, 'Microsoft Sans Serif';
    font-SIZE: 8pt
}

.clsResultsLink:visited
{
	text-decoration: none;
    font-FAMILY: Arial, 'Microsoft Sans Serif';
    font-SIZE: 8pt
}

.clsResultsLink:hover
{
	text-decoration: underline;
    COLOR: blue;
    font-FAMILY: Arial, 'Microsoft Sans Serif';
    font-SIZE: 8pt
}

/* Style for Payment tables */
.clsPaymentTable
{
	border-style:None;
	border-collapse:collapse;
    font-FAMILY: Arial, 'Microsoft Sans Serif';
    font-SIZE: 10pt
}

/*  Style for basket seperator */
.clsBasketSeperator
{
	BORDER-LEFT: 1px solid; 
}


/* Style for main Table border */
.clsMainTableBorder {
 BORDER: solid 1px;
}

.clsItemBody
{
    COLOR: teal;
    font-FAMILY: Arial, 'Microsoft Sans Serif';
    font-SIZE: 8pt;
}

.clsItemBody:link
{
	text-decoration: none;
}

.clsItemBody:visited
{
	text-decoration: none;
}

.clsItemBody:hover
{
	text-decoration: none;
	color: Black;
}



.clsBodyNote
{
    COLOR: teal;
    font-FAMILY: Arial, 'Microsoft Sans Serif';
    font-SIZE: 12pt;
}

.clsSmallBody
{
    COLOR: teal;
    font-FAMILY: Arial, 'Microsoft Sans Serif';
    font-SIZE: 8pt;
}
