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

body {
        background-color: #FFFFFF;
}
#dnn_ContentPane {
        margin-left: 20px;
        margin-right: 20px;
}
#TopContainerTable{

}
#dnn_TopImagePane {
         height: 40px;
         padding-bottom: 5px;
}
.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;
}

/****** 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;
}
/***** Content Styles *****/

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

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

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

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: #691972;
        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;
}


.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; }


/* NewsScroller */

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

/* 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: 170px;
   height: 20px;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   margin-bottom: 0px;
   border-bottom: 1px;
}

.SearchBox:link
{
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 3px;
    padding-right: 9px;
    padding-left: 9px;
    background-color: #691972;
    margin-left: 10px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
   border-top: 0px;
   border-bottom: 0px;
   border-left: 0px;
   border-right: 0px;
}


.SearchStyle
{
}

/* 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: 11px;
    color: #fffffff;
    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:35px;
    font-size: 12px;
    color: #691972;
    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;
}
/*AutosubMenu */ .AutoSubMenu_Item_Link { padding-left: 5px; } /* end */
























