/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

.TopBar
{
	height:10;
	background:#eb6300;
	vertical-align:top;
}

#td_BannerPaneLeft
{
	vertical-align:top;
	margin:0;
	padding-bottom:5px;
	padding-top:5px;
	height: 155px;
}

#td_BannerPaneRight
{
	vertical-align:top;
	margin:0;
	padding-bottom:5px;
	padding-top:5px;
	height: 155px;
}

/******** Menu Settings ************/

#MainContainer
{
	vertical-align:top; 
	width: 900px;
}

#MainContainer td
{
	vertical-align:top;
}


/****** Container settings are redundant *****/
.main_dnnmenu_container {
}

/****** Main Menu Bar ******/
.main_dnnmenu_bar {
    cursor: pointer; 
    vertical-align: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight:700;
    color: #ffffff;
    text-align: right;
    z-index: 10000;
    vertical-align: bottom;
}

/******* 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: 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:#eb6300;
	margin-top:0;
}

H2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #CE0000;
}

H3  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #eb6300;
                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: #eb6300;
        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;
}

UL LI  {
        list-style-image: url("/trafalgar/portals/0/trafalgar 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: #eb6300;
}
a:hover img{
	text-decoration: none;
	color: #;
}
a:active {
	text-decoration: none;
	color: #596366
}
a:active img{
	text-decoration: none;
	color: #eb6300;
}

img
{
	padding:0;
	margin:0;
}

p
{
	padding:0;
	margin:0;
}

.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
{
    background-color: transparent;
}

.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: 5px;
   margin-right: 0px;
   padding : 0px;
}

.GETitleStyle
{
   margin-left: px;
   padding : px;
   Margin-bottom:20;
   margin-right:px;
    font-size: 12px;
    color: #eb6300;
    padding: 0px;
    font-weight: bold;
  
}

.GEcheckboxstyle
{
   float: right;
   margin-right: 150px;

/* 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 */
























