/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

body 
{
       background-color: #ffffff;
}

#TopContainerTable
{
        border-left: solid #ffffff 10px;
        border-right: solid #ffffff 10px;
        width: 920px;
}
.TopBar
{
    height:10;
    background:#691972;
    vertical-align:top;
}

#td_BannerPaneLeft

{
    vertical-align:top;
    margin:0;
    padding-top:0px;
    padding-bottom:5px;
    height: 160px;
    background: #687777;
}

#td_BannerPaneRight

{
	vertical-align:top;
	margin:0;
	padding-top:0px;
	padding-bottom:5px;
	height: 160px;
	background: #687777;
}

#BannerPaneLeft_WhiteMargins
{
	background: #fff;
	padding-top: 5px;
	padding-bottom: 2px;
	margin: 0;
}

#BannerPaneRight_WhiteMargins
{
	background: #fff;
	padding-top: 5px;
	padding-bottom: 2px;
	margin: 0;
}

/******** Menu Settings ************/

/****** Container settings are redundant *****/
.main_dnnmenu_container {
}

/****** Main Menu Bar ******/
.main_dnnmenu_bar {
    cursor: pointer; 
    vertical-align: bottom;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight:700;
    color: #ffffff;
    text-align: right;
    vertical-align: bottom;
}

#NavBar {
    background-color: #2F3C40;
}

/******* Items displayed in Main Menu Bar  ****/
.main_dnnmenu_rootitem {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #ffffff;
    font-weight:700;
    text-align: right;
    padding-top: 16px;
    padding-left: 38px; /* was 46. works in both ie and firefox */
/*    width: 100px;  works in IE but not Firefox */
}

.main_dnnmenu_RootMenuItemBreadcrumb  {   
    background-color: #2F3C40;
    text-align: right;
    padding-top: 16px;
    padding-left: 38px; /* was 46. works in both ie and firefox */
/*    width: 100px;  works in IE but not Firefox */
}

/***** Sub menu container *****/
.main_dnnmenu_submenu {
    width: 230px;
    height: 30px;
    background-color: #2F3C40;
    vertical-align: middle;
    padding-left: 5px;
    border-top: solid 1px #3f5156;
    border-bottom: solid 3px #3f5156;
    Z-INDEX: 1000;
    cursor: pointer;
}

/**** Sub menu table defn ****/
.main_dnnmenu_submenu td {
    border-bottom: solid 1px #3f5156;
}

/**** Sub menu items *****/
.main_dnnmenu_item {
    font-weight: Normal;
    font-family: Verdana, Sans-Serif;
    font-size: 10px;
    color: #ffffff;
    text-align:left;   
    vertical-align: middle;
    height: 20px;
}

/**** Menu/Sub-Menu Item hover *****/
.main_dnnmenu_itemhover {
    background-color: #687777;
}

/**** Menu Icon ****/
.main_dnnmenu_icon {
    display: none;
}

/**** Menu arrow ****/
.main_dnnmenu_arrow
{
    font-family: Webdings;
}

.StandardButton{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;
}

/***** Content Styles *****/

H1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color:#691972;
	margin-top:0;
}

H2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color:#691972;
}

H2#enquire {
	    margin-left: 70px;
	}

H3  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #691972;
                padding: 0px
}

H4  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
        padding-bottom: 0px;
        padding-top: 0px;
}

H5, DT  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #691972;
        margin-top:0;
        margin-bottom:0;
}

H6  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

.Normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

TR {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

TD {
     padding-bottom:0;
     padding-top:0;
     border-width: 0px;
}

UL LI  {
        list-style-image: url("/portals/0/bullet.bmp"); 
        list-style-type: disc;
        padding-bottom: 6px;
      }

UL LI LI    {
        list-style-image: url("/Haden/portals/0/arrow.gif"); 
        list-style-type: disc;
        padding-top: 1;
       padding-bottom: 15px;
      }

UL LI LI LI {
        list-style-image: url("/Haden/portals/0/arrow.gif"); 
        list-style-type: circle; 
        padding-top: 4;
        padding-bottom: 4;

}

a:link {
	color: #687777;
	text-decoration: none;
}
a:link img {
	color: #ffffff;
}
a:focus img {
	color: #687777;
}
a:visited {
	text-decoration: none;
	color: #687777;
}
a:visited img {
	color: #ffffff;
}
a:hover {
	text-decoration: none;
	color: #691972;
}
a:hover img{
	text-decoration: none;
	color: #;
}
a:active {
	text-decoration: none;
	color: #596366
}
a:active img{
	text-decoration: none;
	color: #691972;
}


#BreadCrumbContainer{
    vertical-align: middle;
}
.BreadcrumbStyle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #999999;
}
.BreadcrumbStyle:link{
    color: #999999;
}
.BreadcrumbStyle:visited{
    color: #999999;
}
.BreadcrumbStyle:hover{
	text-decoration: none;
	color: #691972;
}
#BreadCrumbContainer{
   color: #999999;
}

.FooterStyle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #596366;
}
#dnn_ContentPane {
     padding-left: 20px;
     padding-right: 20px;
     margin-left: 0px;
     margin-right: 0px;
}
.QuickLinkStyle  {
}

/****** colours ******/

.green 	{color: #66226f;}
.red 	{color: #C60C30;}
.purple {color: #C60C30;}
.orange	{color: #DB9E2C;}

/*** Avoid images having hyperlink borders **/
image
{
border-style: none;
}

/* NewsScroller */

.newsscroller_header
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    background: #2F3C40;
    color: white;
    height: 21px;
    padding-left: 10px;
}

/* Skin Search Module /*

/* Skin Search Module */

.SearchPane{
    vertical-align: middle;
    border-top: 5px solid white;
    border-bottom: 5px solid white;
    border-left: 0px;
    border-right: 0px;
    width:240px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
    margin-top: 0px;
    height:40px;
    background-color: #dbdfe0;
}
.SearchTextBox{
   width: 185px;
   height: 20px;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   margin-bottom: 0px;
   border-top: 0px;
   border-bottom: 0px;
   border-left: 0px;
   border-right: 0px;
}
.SearchButton:link {
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 2px;
    padding-right: 4px;
    padding-left: 4px;
    background-color: #2F3C40;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-top: 0px;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}
.GElabelstyle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    padding: 0px;
    font-weight: bold;
    float: left;
}

.GEfieldstyle
{
   float: right;
   margin-left: 105px;
   margin-right: 100px;
   padding : 0px;
}

.GETitleStyle
{
   margin-left: px;
   padding : px;
   Margin-bottom:20;
   Margin-top:20;
   margin-right:85px;
    font-size: 12px;
    color: #66226f;
    padding: 0px;
    font-weight: bold;
  
}



.GEcheckboxstyle
{
   float: right;
   Align: right;
   margin-right: 12px;
}

/* Dynamic Form */
.DynamicFormField
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.DynamicFormLabel
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight:bold;
}


/* end */


.DNNAlignLeft table
{
float: left;
}










