@charset "utf-8";
/* CSS Document */
<!-- import with quotes and brackets hides css from:
Netscape 4.x
Win IE 3
Win IE 4
Mac IE 4.01
Mac IE 4.5
Konqueror 2.1.2
Win Amaya 5.1
isn't that nice to know? -->
<style type="text/css">

/***XXXXXXXXXXXXXXX Primary layout rules XXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXX

To change many of the widths/heights requires that other certain values must
also be changed at the same time. For this reason, beside these critical
attributes (or nearby if comment hacks do not allow) are comments with the
calculations as to how to adjust them.

These guidance comments start with /*** and end with ***/

/***
You can delete these if you want, but do not delete MAC Hack comments (see
below).

To change the width of the entire layout, adjust the columns that make up the
total, remembering the borders. Remember, even one small mistake will degrade
or even break the layout, so be very careful!

For spacing within the cols, it's best to apply margins on content elements
inserted into the cols, because padding directly on those col elements will
change their widths, breaking the layout.

Certain hiding hacks have been used extensively in this layout, so here is a
quick explanation of them.

The Safari escape tab hack:
***************************

 (used on wrapper, and the 3 backgrounds for Moz
and Opera).

Puts an escape in front of a valid number in the style name to replace a
letter in that name, e.g. \65 is an e. A tab is then inserted (not a space).
The purpose of this hack is to hide some code from Safari. Unfortunately,
some other browsers (like IE) see it for what it should be (but NOT Safari),
and so we must undo the code for those browsers by other hacks.

The Tan hack:
*************

* html .anyelement {rules read only by IE/Win and IE/Mac}

The MAC hack:
*************

(first the active comment you are reading now must be
closed...) ***/

/* \*/

/* */

/***...Back in comment mode now. Anything between those two comment lines
will be hidden from IE/Mac. Don't use any comments within this hack or it will
close prematurely and IE/Mac will begin reading before it should.

The above two hacks are combined so as to feed rules only to IE/Win.

The Holly Hack:
***************

Proper use of backslash escape characters inside property names used in the
Holly hack can further segregate rules to be read by only IE6 from rules for
IE5.x/Win.

These hiding hacks, along with several other fixes, make possible this formerly
impossible layout. It is highly unlikely that new browsers will have any
problem with these valid hiding hacks, and we will have to wait for Microsoft
to release IE7.

If enabled in the PageMaker, the 100% height in the html and body styles makes
the design full height. It also breaks Moz because you should use min-height,
but that doesn't work! Note
how these 100% heights are hidden from IE Mac with
the MAC Hack, otherwise they break it.

XXXXXXXXXXXXXXX XXXXXXXXXXXXXXX XXXXXXXXXXXXXXX XXXXXXXXXXXXXXX XXXXXXXXXXXXXXXX ***/
/* SEP skin.css */
/*-- menu -- */
.SolPartMenuHorizontal
{
	position: relative;
	left: 4px;
	top: 0px;
}
.Icon{

}

html>body SolPartMenuHorizontal
{
	left: 0px;
	top: 0px;
}
.RootMenuItem{
    color: #ffffff;
	font-family:Arial, Helvetica, sans-serif; 
}
.RootMenuItemActive{
    color: #cccccc;
	background: transparent;
	width: auto;
	height:26px;
	margin: 0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif; 
}
.MenuNodeHoover
{
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif; 
	text-decoration:none;
	background: #1f145d;
    color: #0099ff;
	/* aremod font-weight: bold; 	*/
	font-style: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/*-- submenu items idle         --*/ .MainMenu_MenuItem { color: #FFFFFF; border: 0; background: #1f145d; font-size:11px;}
/*-- submenu items hover        --*/ .MainMenu_MenuItemSel { color: #0099ff; background: transparent; font-size:11px;}
/*-- submenu container          --*/ .MainMenu_SubMenu { height:15px; border-bottom:0px; margin-left: 0px; z-index: 1000;  cursor: pointer;  cursor: hand; background: #1f145d; border: 0; font-weight: normal; filter: none; }
/*-- removing seperator borders --*/ .MainMenu_MenuBreak { border-top-style:none; border-right-style:none;	border-left-style:none; border-bottom-style: none; background:transparent;  vertical-align:top;}
html>body .Login
{
	left: 0px;
	top: 0px;
	margin-bottom: 15px;
}
.Normal{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.Login:link{
    color: #ffffff;
    font-size: 11pt;
    font-weight: bold;
}
.Login:visited{
    color: #ffffff;
    font-size: 11pt;
    font-weight: bold;
}
.Login:hover{
    color: #e1f49cc;
    font-size: 11pt;
    text-decoration: none;
    font-weight: bold;
}
.Login:active{
    color: #1f49cc;
    font-size: 11pt;
    text-decoration: none;
    font-weight: bold;
}
.User
{
	position: relative;
	left: 0px;
	top: 0px;
}
html>body .User
{
	left: 0px;
	top: 0px;
}
.User:link{
    color: #ffffff;
    font-size: 11pt;
    font-weight: bold;
}
.User:visited{
    color: #ffffff;
    font-size: 11pt;
    font-weight: bold;
}
.User:hover{
    color: #1f49cc;
    font-size: 11pt;
    text-decoration: none;
    font-weight: bold;
}
.User:active{
    color: #1f49cc;
    font-size: 11pt;
    text-decoration: none;
    font-weight: bold;
}
.TopSearch:link{
    color: #ffffff; 
    font-weight: bold; 
    font-family: Arial; 
    font-size: 10pt;
    font-decoration: none;
}
.TopSearch:visited{
    color: #ffffff; 
    font-weight: bold; 
    font-family: Arial; 
    font-size: 10pt;
    font-decoration: none;
}
.TopSearch:hover{
    color: #ffffff; 
    font-weight: bold; 
    font-family: Arial; 
    font-size: 10pt;
    font-decoration: underline;
}

.searchbox{
margin: 10px;
}
html,body{
	margin:0; /*** Do NOT set anything other than a left margin for the page
as this will break the design ***/
  padding:0px;
	border:0;	
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
}

body{
	background: #dadbdd url(bg_top.jpg) top left repeat-x;
  min-width:964px; /*** This is needed for moz. Otherwise, the header and footer will
slide off the left side of the page if the screen width is narrower than the design.
Not seen by IE. Left Col + Right Col + Center Col + Both Inner Borders + Both Outer Borders ***/
  text-align:center; /*** IE/Win (not IE/MAC) alignment of page ***/
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
}
.clear{
  clear:both;
/*** these next attributes are designed to keep the div
height to 0 pixels high, critical for Safari and Netscape 7 ***/
  height:1px;
  overflow:hidden;
  line-height:1%;
  font-size:0px;
  margin-bottom:-1px;
}
* html .clear{height:auto;margin-bottom:0} /*** stops IE browsers from displaying
the clear div/br in the page, as these are for Moz/Opera and
Safari only. If IE 5.x Win DID display these, the page is too high ***/
#fullheightcontainer{
  top:-20px; /*** Lift the container up by the value of the bottom
margin of the page. Makes the page 100% less xx px high ***/
  margin-left:auto; /*** Mozilla/Opera/Mac IE 5.x alignment of page ***/
  margin-right:auto; /*** Mozilla/Opera/Mac IE 5.x alignment of page ***/
  text-align:left; /*** IE Win re-alignment of page if page is centered ***/
  position:relative; /*** Needed for IE, othewise header and footer aren't contained
directly above and below the body ***/
  width:969px; /*** Needed for Moz/Opera to keep page from sliding to left side of
page when it calculates auto margins above. Can't use min-width. Note that putting
width in #fullheightcontainer shows it to IE and causes problems, so IE needs a hack
to remove this width. Left Col + Right Col + Center Col + Both Inner Border + Both Outer Borders ***/
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
/*** Needed for Moz to give full height design if page content is
too small to fill the page ***/
}
#wrapper{
  min-height:100%; /*** moz uses this to make full height design. As this #wrapper
is inside the #fullheightcontainer which is 100% height, moz will not inherit heights
further into the design inside this container, which you should be able to do with
use of the min-height style. Instead, Mozilla ignores the height:100% or
min-height:100% from this point inwards to the center of the design - a nasty bug.
If you change this to height:100% moz won't expand the design if content grows.
Aaaghhh. I pulled my hair out over this for days. ***/
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
/*** Fixes height for non moz browsers, to full height ***/
  background:#FFFFFF; /*** Set background color for side columns for Safari & IE ***/
}
#wrapp\65	r{ /*** for Opera and Moz (and some others will see it, but NOT Safari) ***/
  height:auto; /*** For moz to stop it fixing height to 100% ***/
}
/* \*/
* html #wrapper{
  height:100%;
}
/* Last style with height declaration hidden from Mac IE 5.x */
/*** Fixes height for IE, back to full height,
from esc tab hack moz min-height solution ***/
#outer{
  z-index:1; /*** Critical value for Moz/Opera Background Column colors fudge to work ***/
  position:relative; /*** IE needs this or the contents won't show outside the parent container. ***/
  margin-left:260px; /*** Critical left col dimension value = left col width ***/
  width:701px; /*** Critical left and right col/divider dimension value (moves inversly) = center col width ***/
  background:#FFFFFF; /*** Sets background of center col***/
/* \*/
/* Last height declaration hidden from Mac IE 5.x */
/*** Needed for full height inner borders in Win IE ***/
}
#left{
  width:262px; /*** Critical left col/divider dimension value = Left Col Width + 1px + One Internal Border Width ***/
  height:100%;
  float:left;
  /* aremod background:url(leftpane_bg.gif) bottom right no-repeat;		*/
  background-color:#F3F3F3;
  padding-top:20px;
  display:inline;
  position:relative; /*** IE needs this or the contents won't show
outside the parent container. ***/
  margin-left:-261px; /*** Critical left col/divider dimension value = left col width + one internal border width ***/
}
*>html #left{width:261px;} /*** Fix only for IE/Mac = left col width + one internal border width ***/
#leftPane{
  width:260px; /*** Critical left col dimension value = left col width - 1px ***/
}
/*** Static fixes ***/

/*** a Note on the Holly hack: if IE/Win shows bugs it's a good idea to apply the height:1%
     hack to different elements and see if that fixes the problem. Sometimes it may be
     necessary to use "position: relative;" on certain elements, but it's hard to tell in
     advance which elements will need such fixes. ***/
/*** This is a STATIC fix for IE5/Win at the largest text size setting. ***/
/* \*/
* html #left{margin-right:-3px;}
/* Above style hidden from Mac IE */
/*** All the IE fixes that are inside seperate "Mac-hacks" may be grouped within
     just one Mac-hack for convenience if desired. However, each fix must come
     later than the rule it is fixing or the fix itself will be overridden. ***/
#center{
  width:700px; /*** Set to = center col width ***/
  float:right;
  display:inline;
/* \*/
  margin-left:-1px;
/* Hidden from IE-mac */

}
/*** clearheader heights are made from header height + borders +
any sidebar box height, less any sidebar intrusion.
Similar calcs for footers. ***/
#clearheadercenter{
  height:227px; /*** needed to make room for header in center column ***/
  overflow:hidden;
}
#clearheaderleft{
  height:227px; /*** needed to make room for header in left column ***/
  overflow:hidden;
}
#clearfootercenter{
  height:58px; /*** needed to make room for footer in center column ***/
  overflow:hidden;
}
#clearfooterleft{
  height:58px; /*** needed to make room for footer in left column ***/
  overflow:hidden;
}
#footer{
  z-index:1; /*** Critical value for Moz/Opera Background Column colors fudge to work ***/
  position:absolute;
  clear: both;
  width:969px; /*** Set to Left Col + Right Col + Center Col + Both Inner Borders +
Both External Borders ***/
  height:78px; /*** = Bottom Margin + One Outer Border + body to footer divider depth +
subfooter1 height + any other subfooter heights ***/
  overflow:hidden;
  margin-top:-58px; /*** negative height ***/
}
#subfooter1{
	background:#1f145d url(footer_left.gif) left 50% no-repeat; /*** Background Color of Sub-footer #1 ***/
	border-bottom:solid thick #808080;
	text-align: center;
	  margin:0 4px; /*** Margin to show left and right External Borders - all sub-headers and sub-footers ***/
	height:50px; /*** sub-footer row height ***/
}
.Copyright{
    color: #ffffff;
	font-family:Arial, Helvetica, sans-serif; 
    font-size: 8pt;
    font-weight: bold;
    position: relative;
    top: 8px;
}
.bottomtopmargin{
  background: #FFFFFF url(bg_top.jpg) top left repeat-x; /*** Background Color of Body ***/
  width:969px; /*** Set to Left Col + Right Col + Center Col + Both Inner Borders +
Both External Borders ***/
  overflow:hidden;
}
#header{
  z-index:1; /*** Critical value for Moz/Opera Background Column colors fudge to work ***/
  position:absolute;
  top:0px;
  width:969px; /*** Set to Left Col (not if left sidebar fully intrudes into header or left sidebar is off)
+ Right Col (not if right sidebar fully intrudes into header or right sidebar is off) + Center Col + Both Inner
Borders (not if any sidebar intrudes into header or footer, or Inner Borders are off) + Both External Borders
(not if external borders are off) ***/
  height:227px; /*** = Top Margin + One Outer Border + header to body divider depth +
subheader1 height + any other subheader heights ***/
  overflow:hidden;
}
.outer_horiz_border, .sb_outer_horiz_border{
  background:#FFFFFF;
  height:4px;
  overflow:hidden;
  font-size:0px
}
#subheader1{
  background:url(header_img.jpg) top no-repeat; /*** Background Color of Sub-header #1 ***/
  text-align:center;
  height:158px; /*** sub-header row height ***/
}
#subheader2{
  background:#1f145d; /*** Background Color of Sub-header #2 ***/
  text-align:center;
  margin:0 4px; /*** Margin to show left and right External Borders - all sub-headers and sub-footers ***/
  height:26px; /*** sub-header row height ***/
}
#languagesselector{
  text-align:right;
  padding:0;
  left:875px;
  top:5px;
  position:relative;
}
* html #languagesselector{ text-align:right; padding:5px 5px 0 0; position:static; }

#topmargin{
  height:40px; /*** top margin height ***/
}
#gfx_bg_middle{
  top:0px;
  position:absolute;
  height:100%;
  overflow:hidden;
  width:700px; /*** = Center Col Width ***/
  margin-left:260px; /*** = Left Col Width ***/
  background:#CCCCCC; /*** Set background color for center column for Mozilla & Opera ***/
}
* html #gfx_bg_middle{
  display:none; /*** Hides the moz fix from IE ***/
}
</style>
<!--[if IE]>
<style type="text/css">
/*** The rule below prevents long urls from widening floated cols and breaking the layout
     in IE. It is not W3C valid, but if placed within a "Conditional comment" it will be hidden
     from all user agents other than IE/Win, and thus validate. This fix fails in IE5/Win.
     http://msdn.microsoft.com/workshop/author/dhtml/overview/ccomment_ovw.asp ***/
#outer{word-wrap:break-word;}
</style>
<![endif]-->

/*========================================================*/
/*     Classes for the main layout table                  */
/*========================================================*/

/* use this class to set styles for the entire layout table*/
.MLLanguageMenuLayoutTable{
  /* enable display:inline if the language selector should be rendered inline, 
     for instance if the selector is not positioned in its own table cell and flags/hyperlinks are visible 
     (otherwise use the class ".MLLanguageMenuTable" to control display) */

  /* display:inline; */
}

/* if display is set to horizontal, only one row is rendered, use this class to style that row*/
.MLLanguageMenuLayoutTableRow1{
}

/* 
	if display is set to vertical, 2 rows can be rendered. One for the label and dropdownmenu, 
	and one for the flags/hyperlinks.
    use this class to style the second row
*/
.MLLanguageMenuLayoutTableRow2{
}

/*=============================================================*/
/* Classes for the table used to display the dropdownmenu      */
/*=============================================================*/


/* class for the complete table*/
.MLLanguageMenuTable{
  /* enable display:inline if the language selector should be rendered inline, 
     for instance if the selector is not positioned in its own table cell and only the menu is visible 
     (otherwise use the class ".MLLanguageMenuLayoutTable" to control display) */

  /*display:inline; */
}
/* class for the cell that contains the label */
.MLLanguageMenuLabelCell{
		white-space: nowrap;
}
/* class for the cell that contains the left flag*/
.MLLanguageMenuLeftFlagCell{
}
/* class for the cell that contains the dropdown menu */
.MLLanguageMenuMenuCell{
		white-space: nowrap;
}
/* class for the cell that contains the right flag */
.MLLanguageMenuRightFlagCell{
}

/*==================================================================*/
/* Classes for the table which the flags and urls are rendered      */
/*==================================================================*/

/* class for the complete table */
.MLLanguageSelectionItemTable{
	padding: 0px;
	margin: 0px;
	border: 0px;
}
/* class for the cells that contain the flags*/
.MLLanguageSelectionItemFlag{
	padding-left: 8px;
	margin: 0px;
	width: 0px;
	text-align: right;
}
/* class for the cells that contain the hyperlinks*/
.MLLanguageSelectionItemURL{
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
	text-align: right;
}
/* class for the rows that contain the flags and hyperlinks*/
.MLLanguageSelectionItemRow{
}
/* class for the cells with inactive flags*/
.MLLanguageSelectionFlag_Inactive{
	filter:alpha(opacity=50);
  /* CSS3 standard */
  opacity:0.5;
}

/*=============================================================*/
/* Classes for the RSS in left pane                            */
/*=============================================================*/

/*-- News title         --*/ .DNN_News_ItemLink { color: #1f145d; font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; }
/*-- News details       --*/ .DNN_News_ItemDetails { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; font-decoration: none; }