
/*--------------------------------------------------------------
  STYLING THE MODULES' OBJECTS AND PROPERTIES
  --------------------------------------------------------------*/
.SkinObject /*The font colour for Date, Copyright (They are not links).*/
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #01567D;
	font-weight: normal;
	text-decoration: none;
}

A.SkinObject:link /*The font colour for links: Search, Breadcrumbs, Terms, Privacy*/
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #01567D;
	font-weight: normal;
	text-decoration: none;
}

A.SkinObject:visited  /*Changes the colour if you have visited the link (see the Home link in the breadcrumbs above)*/
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #01567D;
	font-weight: normal;
	text-decoration: none;
}

A.SkinObject:hover /*Changes the colour whenever you hover over a link (see the logout link in the image above)*/
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EEF3F6;
	font-weight: normal;
	text-decoration: underline;
}

A.SkinObject:active /*Changes the colour when you click the link*/
{
	color: #01567D;
	font-weight: normal;
	text-decoration: none;
}

.Head /* The titles for the modules. */
{
	font-family: Tw Cen MT, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0099FF;
	font-weight: normal;
	text-decoration: none;
}

.SubHeadV /*a) The admin control panel main text and the content panes text
			b) The titles for each form element within a modules settings */

{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

.Normal,.NormalDisabled /* The normal group of classes is the styling for the main text displayed within most modules.*/
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

/*--------------------------------------------------------------
  CASTOMISING THE BODY
  --------------------------------------------------------------*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #01567D;
}
body,td,th {
	font-size: small;
	color: #01567D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a {
	font-size: x-small;
}
a:link {
	text-decoration: none;
	color: #01567D;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #EEF3F6;
}
a:active {
	text-decoration: none;
}
/*--------------------------------------------------------------
  CASTOMISING THE MENU
  --------------------------------------------------------------*/

.MainMenu_MenuContainer /*This styles the main menu container for the root menu items*/
{
     background: none;
	 background-color: transparent;
	 
}

.MainMenu_MenuBar /*Sets the height of the menu bar section*/
 {
    cursor: pointer; 
    height: 37;
}

.MainMenu_MenuItem  /*Styling for the main menu items*/
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF; 
	
    font-weight: bolder; 
    font-style: normal; 
	 
    border-left: none; 
    border-bottom: none; 
    border-top: none; 
    border-right: none;
	
	background-color: transparent;
	/*background-image:url(linkBG.jpg);*/
		
    width: 170;
	height: 20;
}

.MainMenu_MenuItemSel /* Styles the menu item when hovering over a menu item with the mouse */
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #01567D; 
	
    font-weight:  bold;  
    font-style: normal;
	
	height: 37;
	
	/*background: none;
	background-image: url(bgLINK.jpg);
	background-repeat: repeat-x;
	background-position: center;*/
}

.MainMenu_MenuBreak /*Styles the break section between the menu items. */
{
    border-bottom: none; 
    border-left: none; 
    border-top: none;  
    border-right: none; 
	
    background-color: #017699; 
    height: 10px;
}

.MainMenu_SubMenu /* This styles the main menu and sub-menu boxes */
{ 
    z-index: 1000; 
    background-color: #017699; 
    filter: none/*progid:DXImageTransform.Microsoft.Shadow(color='#D0AC68', Direction=135, Strength=3);*/ 	
}

.MainMenu_RootMenuItem /* Styles the root menu items*/
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999; 
    font-weight: normal; 
    font-style: normal;
	background-color: transparent;
}

.MainMenu_RootMenuItemActive /*Styles the root menu item for the currently selected page*/
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BFD7E3; 
    font-weight: bold; 
    font-style: normal;
	background: none;
}

.MainMenu_MenuArrow /* Styles the area around the menu arrow */
{
	Display: none;
}

.MainMenu_RootMenuArrow /* Styles the area around the root menu arrow */
{
    display: none;
}

.MainMenu_MenuIcon /*Styles the icons on the left hand side of the menu*/
{
	Display: none;
}

.MainMenu_MenuArrow /* Styles the area around the menu arrow */
{
	Display: none;
}

/* STYLING MODULES */
.ModuleTitle_MenuContainer /*Styles the elements that surround the triangle for the module settings menu.*/
{
    border-bottom: #0099FF 1px solid; 
    border-left: #0099FF 1px solid; 
    border-top: #0099FF 1px solid; 
    border-right: #0099FF 1px solid;
    background-color: #CCCCCC;
}

.ModuleTitle_MenuBar /*Sets the height of the menu bar section*/
 {
    height: 10px;
}

.ModuleTitle_MenuItem /*Styling for the main menu items*/
{ 
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #663300;
	font-weight: normal;
	text-decoration: none;
}

.ModuleTitle_MenuIcon /*Styles the icons on the left hand side of the menu*/
{
    cursor: pointer; 
    cursor: hand; 
    background-color: #0099FF; 
    border-left: #0099FF 1px solid; 
    border-bottom: none; 
    border-top: none; 
    text-align: center; 
    width: 15; 
    height: 21;
}

.ModuleTitle_SubMenu /*This styles the main menu and sub-menu boxes*/
{
    z-index: 1000; 
    background-color: #FFFFFF; 
    filter: none
}

