/* DNN style overrides */

/* local classes */
BODY, .Normal, .Normal TD, .Normal P, .Normal DIV, .Normal SPAN {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
}

.Normal A, .Normal A:hover, .Normal A:active, .Normal A:link, .Normal A:visited {
	color: #999966;
	text-decoration: none;
}

.Normal A:hover {
	text-decoration: underline;
}

.searchbox {
	background-image: url(searchbox.gif);
	background-repeat: no-repeat;	
	background-position: center center;
	height:32px;
}
.searchbox .NormalTextBox {
	width: 100px;
}

.Heading1, h1 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
	color: #3D648B;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding:2px 8px 5px 8px;
}

.Heading2, h2 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
	color: #88819a;
	font-style: normal;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding:2px 8px 5px 8px;
}

.sideheading {
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
	color: #3D648B;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding:2px 8px 5px 8px;
}

P {
	margin: 0 0 10px 0;
}


/* custom classes */

.headerbackground {
	background: url('images/header-bg.gif') repeat-x;
}

.subheaderbackground {
	background: url('images/subheader-bg.gif') repeat-x;
}

.subheaderbackground2 {
	background: url('images/subheader-bg2.gif') repeat-x;
}

.sm_logoback {
	background: url('images/leftpanel-bg.gif') repeat-y;
	padding: 2px 6px 10px 6px;
	padding: 0;
}

.leftpane {
	background: url('images/leftpanel-bg.gif') repeat-y;
	padding: 2px 6px 10px 6px;
	padding: 0;
}

.contentpane {
	padding: 2px 13px 10px 13px;
	padding: 0;
}

.rightpane {
	background: url('images/rightpanel-bg.gif') repeat-y;
	padding: 2px 6px 10px 6px;
	padding: 0;
}

.horizline {
	background: url('images/horizline.gif') repeat-x;
}


/* color classes */
.textskincolor {
	color: #4e1b53;
}

}

.textred {
	color: #990000;
}

.textgrey {
	color: #999999;
}

.textdarkgrey {
	color: #666666;
}



/* menu */


.MainMenu_MenuContainer{ background:transparent; width: 20px;}
.MainMenu_MenuBar{}
.MainMenu_MenuIcon{ display:none; }
.MainMenu_MenuArrow{ display:none; }
.MainMenu_RootMenuArrow{ display:none; }
.MainMenu_MenuBreak{ display:none; }

/* primary definition for top level menu items, also applies formatting to submenu items */
.rootmenuitem TD, .rootmenuitemselected TD, .rootmenuitembreadcrumb TD {
	background: url('images/subheader-bgoff.gif') no-repeat;
	display: block;
	padding: 4px 6px 0 6px;
	height: 22px;
	color: #222222;
	font-family: Verdana, Helvetica, Arial ;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	border-left: 1px solid #747474;
}

/* highlighted bread crumb on root level menu */
.rootmenuitemselected TD, .rootmenuitembreadcrumb TD {
	background: url('images/subheader-bgon.gif') no-repeat;
	color: #ffffff;
}

/* submenu styling outside box */
.submenu {
	border:1px #67696c solid;
	padding: 0px 0px 0px 0px;
	margin-top:1px; 
	margin-left:1px;
	background:#ffffff;
}

.submenu TD {
	color: #67696c;
	padding: 3px;
}


.submenuitemselected {
	color: #ffffff !important;		/* override color in .submenu TD which otherwise takes precedence */
	background-color :#cccccc;
	border-top: 1px #67696c solid;
	border-bottom: 1px #67696c solid;
	padding: 0;
}


/* Side menu */
.MenuItem, .MenuItemMouseOver {
	background: url('images/sidemenu-bullet.gif') no-repeat;
	font-family: verdana;
	font-size: 11px;
	color: #666666;
	padding: 0 0 15px 14px;
}

.MenuItem A, .MenuItem A:hover, .MenuItem A:active, .MenuItem A:link, .MenuItem A:visited, 
.MenuItemMouseOver A, .MenuItemMouseOver A:hover, .MenuItemMouseOver A:active, .MenuItemMouseOver A:link, .MenuItemMouseOver A:visited {
	color: #666666;
}


/* Skin */
span.menuimg {
  background: url(Xmbmenu.gif) no-repeat center center;
  }


.softbut a {
	font-size: 9px;
	display : block;
	padding-bottom : 1px;
	padding-top : 1px;
	width : 85px;
	color: #333333;
	background-color: #CCCCCC;
	font-weight: normal;
	text-decoration: none;
	font-family:  Arial, Helvetica, sans-serif,Verdana,;
	border: 1px solid #999999;
	text-align: center;
}

.softbut a:link {
	font-family:  Arial;
	font-size: 9px;
	display : block;
	padding-bottom : 1px;
	padding-top : 1px;
	width : 85px;
	color: #FFFFFF;
	background-color: #999999;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #999999;
	text-align: center;
}

.softbut a:visited {
	font-family:  Arial;
	font-size: 9px;
	display : block;
	padding-bottom : 1px;
	padding-top : 1px;
	width : 85px;
	color: #FFFFFF;
	background-color: #999999;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #999999;
	text-align: center;
}

.softbut a:active {
	font-family:  Arial;
	font-size: 9px;
	display : block;
	padding-bottom : 1px;
	padding-top : 1px;
	width : 85px;
	color: #FFFFFF;
	background-color: #000000;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #999999;
	text-align: center;
}
.softbut a:hover {
	background-color : #FFFFFF;
	color : #666666;
	border: 1px solid #999999;
	text-decoration: none;
}

.NewTabsXX {
    font-weight:normal;
    font-size: 10px;
    color: #ffffff;
    font-family: Arial, Helvetica;
    text-decoration: none;
	 text-transform: uppercase;
}

a:link.NewTabsXX {
    font-weight:normal;
   	text-decoration:    none;
   	color: #666666;
}

a:visited.NewTabsXX  {
    text-decoration:    none;
    font-weight:normal;
    color: #666666;
}

a:active.NewTabsXX   {
    text-decoration:    none;
    font-weight:normal;
    color: #666666;
}

a:hover.NewTabsXX    {
    text-decoration:    none;
    font-weight:normal;
    color: #cc0000;
}

/* ACP Style */

table.Mag_Table1 { cellSpacing=0; cellPadding=1; width="100%"; border=0 } 
table.Mag_Table2 { cellSpacing=1; cellPadding=1; width="100%"; border=0 } 
table.Mag_Table3 { padding:3px 3px 3px 3px; width="100%"; align="center"; background-color:#ffffff; } 
td.Mag_Table3_Cell{ padding:3px 3px 3px 3px; color: #000000; background-color:#d5dee5 } 
td.Mag_Table3_HeaderCell { padding:3px 3px 3px 3px; color: #003366; font-weight: bold; background-color:#d5dee5 } 
td.Mag_Table3_ColHeaderCell { padding:3px 3px 3px 3px; color: #000000; background-color:#d5dee5; font-weight: bold; } 
td.Mag_Table_SmallText { font-size:8pt } 

td.Mag_Table3_Cell_Deadlines { padding:3px 3px 3px 3px; color: #000000; background-color:#d5dee5 } 
td.Mag_Table3_Cell_Contact { padding:3px 3px 3px 3px; color: #000000; background-color:#d5dee5 } 
.ACP_Header { font-family: Verdana, Arial, Helvetica; font-size: 13px; color: #88819a; font-style: normal; font-weight: bold; padding-top:2px; padding-bottom:5px; } }

/* ACP Style */

