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

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


#dnn_ContentPane{
     padding-right: 20px;
}


#dnn_leftPane{
     padding-right: 20px;
}


#dnn_SEARCHPANE{

}

/****** 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;
    z-index: 10000;
    
}

/******* 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: 20px;
    padding-left: 46px; /* works in both ie and firefox */
/*    width: 100px;  works in IE but not Firefox */
    z-index: 10000;
}

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

/***** 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: 10000;
    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;
    z-index: 10000;
}

/**** 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;
    color: #3f5156;
vertical-align: bottom;

}

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

H1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #66226f;
}

H1.HeaderWithBackground
{
        background:#343434;
        color:white;
        font-size: 12px;
        padding-left: 5px;
        padding-top: 4px;
        padding-bottom: 4px;
        border-bottom:solid 3px purple;
}

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

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

H4  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #66226f;
}

H5, DT  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #66226f;
        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;
}
	
UL
{
line-height: 140%;
}

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

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: #596366;
	text-decoration: none;
}
a:link img {
	color: #F0F0F0;
}
a:focus img {
	color: #F0F0F0;
}
a:visited {
	text-decoration: none;
	color: #596366;
}
a:visited img {
	color: #F0F0F0;
}
a:hover {
	text-decoration: none;
	color: #66226f;
}
a:hover img{
	text-decoration: none;
	color: #66226f;
}
a:active {
	text-decoration: none;
	color: #596366
}
a:active img{
	text-decoration: none;
	color: #596366
}


.BreadcrumbStyle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #687777;
}

.FooterStyle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #596366;
}

.QuickLinkStyle  {
}

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

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

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

/* 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 */




































