/* Global Region Skin style information */
body
{ 
	margin: 0px 0px 0px 0px; 
	background-color: #ffffff; 
	font-family: Verdana, Arial, Helvetica, Sans-Serif; 
}
#main 
{ 
    text-align: center;
	width: 100%; 
	height: 100%; 
}
#mainTable 
{ 
	padding: 0px 0px 0px 0px; 
	margin: 27px 0px 0px 12px; 
	width: 719px; 
	height: 520px; 
	margin: auto;
}
.Header
{
	width: 719px;
	height: 128px;
	margin: 0px;
	padding: 0px;
}

.Header p
{
	margin: 0px;
	padding: 0px;
}
#mainMenu
{
	clear: both;
	width: 760px; 
	height: 20px; 
	padding-left: 2px;
}
#mainContent
{
    background-color: #e8eaef;
	clear: both;
	float: left;
	padding-left: 2px; 
	width: 719px; 
	border-right: solid 1px #dedede;
	margin-top: -5px;
	*margin-top: -1px;
}
#mainFooter 
{ 
	clear: both;
	width: 719px; 
	height: 30px; 
	padding-left: 7px; 
	text-align: left; 
	vertical-align: top; 
}
#menu 
{
	float: left;
	width: 704px; 
	height: 20px; 
	font-size: 9pt; 
	color: #333333; 
	font-weight: normal; 
	padding-left: 3px; 
	margin-left: 5px;
	padding-top: 3px;
	border-right: solid 1px #dedede;
}

#menuDropShadow 
{ 
	width: 7px; 
	height: 20px; 
	background-image: url(../images/dropshadow_left.gif); 
	background-repeat: repeat-y; 
	float: left;
}

#contentTable
{
	width: 100%;
	background-color: #e8eaef; 
}
.contentDropShadow 
{ 
	width: 7px;
	background-image: url(../images/dropshadow_left.gif); 
	background-position: top left;
	background-repeat: repeat-y; 
}
#contentPanes
{
	border-top: solid 3px #e8eaef; 
	border-left: solid 3px #e8eaef; 
	border-right: solid 3px #e8eaef;
}
#contentPanesTable 
{ 
	width: 100%; 
	height: 100%; 
	border-top: solid 3px #e8eaef; 
	border-left: solid 3px #e8eaef; 
	border-right: solid 3px #e8eaef;
}
#contentPaneLeft 
{ 
	background-color: #e8eaef; 
	font-size: 9pt; 
	color: #000000;  
	vertical-align: top; 
	padding: 5px 5px 5px 5px; 
}
#contentPaneCenter
{
    background-color: #e8eaef; 
	font-size: 9pt; 
	color: #000000; 
	padding: 10px 4px 0px 7px;
	vertical-align: top;
}
#contentPaneRight 
{
    background-color: #e8eaef; 
	font-size: 9pt; 
	color: #000000; 
	padding: 10px 7px 0px 3px;
	vertical-align: top;
}
#contentPaneBottom 
{ 
	background-color: #e8eaef; 
	font-size: 9pt; 
	color: #000000;  
	vertical-align: top; 
	padding: 5px 5px 5px 5px;
}

/*Footer*/
#footerbg 
{ 
	width: 720px; 
	height: 30px; 
	background-image: url(../images/footer_bg.gif); 
	background-repeat: no-repeat; 
	z-index: 12;
}
#footerWorld 
{ 
	width: 56px; 
	height: 57px; 
	position: relative; 
	top: -25px; 
	left: -4px; 
	z-index: 13; 
	background-image: url(../images/globe.gif); 
}
#footerWM 
{ 
	width: 24px; 
	height: 28px; 
	background-image: url(../images/WMLogo.gif); 
	background-repeat: no-repeat; 
	position: relative; 
	top: -59px; 
	left: -7px; 
	z-index: 14; 
}
#footerText 
{ 
	width: 205px; 
	height: 20px; 
	position: relative; 
	top: -82px; 
	left: 20px; 
	z-index: 15;
	background-image: url(../images/NWM_text.gif);
}
/* -- DEFAULT DNN STYLE OVERRIDES -- */

/* [LOGIN] from Login Skin */
A.login:hover
{
	color: Gray;
	text-decoration: none;
}
/*  Main Menu overrides */
.MainMenu_MenuItem {
	border-left: #CAD5EA 0px solid; 
	border-bottom: #CAD5EA 1px solid; 
	border-top: #CAD5EA 1px solid; 
	border-right: #CAD5EA 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: Gray; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}

.MainMenu_MenuItemSel 
{
	background-color: White; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}

