/* 
================================
Skin styles for DotNetNuke - For Applied Materials Characterisation and Performance (AMCP)
================================
*/   

/*body {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px;

}*/
.pagemaster {
	height: 100%;	
	background: url(main_bg.gif) #022d58 repeat-x;
	padding: 0px;
	margin: 0px;
	border: 0px;
	vertical-align:top;
}
.skinmaster {
	height: 100%;
	background: #FFFFFF;
	padding: 0px;
	margin: 0px;
	border: 0px;
	vertical-align:top;
	width:780px;
}

.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
}
.leftpane {
	background-color: transparent;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
}
.contentpane {
	width: 100%;
	height: 100%;
	background-color: transparent;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;

}
.rightpane {
	background-color: transparent;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
}

.MainMenu_MenuContainer { 
	border-left: transparent 0px solid; 
	border-bottom: transparent 0px solid; 
	border-top: transparent 0px solid;
	border-right: transparent 0px solid;
	background: transparent; 	
	width:100%;


}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	background: transparent; 
}

.MainMenu_MenuArrow {
	border-right: #5069BC 0px solid; 
	border-bottom: #5069BC 0px solid; 
	border-top: #5069BC 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	display: block; 
}
.RootMenuItem TD{
	background-color: transparent;
	cursor: pointer;
	cursor:hand;
	color:#FFFFFF;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align: left;
	border-bottom: #a78946 1px solid;
	height: 35px;
	padding-left: 5px;
	
}
.RootMenuItemSelected TD{ 
	background-color: #a78946; 
	color: #FFFFFF; /* Sets the text color of the root menu items when selected */ 
	height: 35px; 	/* Sets the height of the root menu items when not selected*/ 
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align: left;
	border-bottom: #a78946 1px solid;
	padding-left: 5px;
} 

.MainMenu_MenuItem {
	border-left: #034d92 0px solid; 
	border-bottom: #034d92 0px solid; 
	border-top: #034d92 0px solid; 
	border-right: #034d92 0px solid;
	cursor: pointer; 
	cursor: hand;
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal; 
	background-color: #b99f5e;
	padding-left: 5px;
}

.MainMenu_MenuIcon {
	background-color: #b99f5e; 
	border-left: #b99f5e 0px solid; 
	border-bottom: #b99f5e 0px solid; 
	border-top: #b99f5e 0px solid; 
	cursor: pointer; 
	cursor: hand; 
}

.MainMenu_SubMenu {
	background-color: #d4c7a5; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}


.MainMenu_MenuBreak {
	height: 0px;
	color: #000000; 
}
.MainMenu_MenuItemSel { 
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal;
	background-color: transparent;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

.MainMenu_MenuArrow {
	border-right: #004f31 0px solid;
	border-bottom: #004f31 0px solid; 
	border-top: #004f31 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}

.StandardButton     {
    	background: none; 
    	background-color: #a78946;
		color: #FFFFFF;
    	font-family:Arial, Helvetica; 
    	font-size: 11px;
    	font-weight: bold;
}
.TreeViewMenu {
	width: 175px;
	background-color: #008bcc;
	BORDER-RIGHT: #008bcc 1px solid; 
	BORDER-TOP: #008bcc 1px solid; 
	BORDER-LEFT: #008bcc 1px solid; 
	BORDER-BOTTOM: #008bcc 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}

/* Custom Tags */
.menubg {
	width:180px;
	background: #b99f5e; 
}
.logotop {
	background: url(main_logotop.gif) top left no-repeat;
	width: 180px;
	height:30px;
}
.logopane {
	background: url(main_logo.gif) top left no-repeat;
	width:180px;
	height:180px;
}
.toplinks {
	background: url(main_toplinkbg.gif) left #0058a0 no-repeat;
	height: 30px;
	text-align:right;
}
.lefttoplinks {
	/*background: #a78946;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	vertical-align:middle;
	height: 35px;
	width: 180px;
	
}

.lefttoplinks a:link {
	color:#FFFFFF;
	background-color:transparent;
	text-decoration: none;
	height: 35px;
	width: 180px;
}
.lefttoplinks a:visited {
	color:#FFFFFF;
	background-color:transparent;
	text-decoration: none;
	height: 35px;
	width: 180px;
}
.lefttoplinks a:active {
	color:#FFFFFF;
	background-color:transparent;
	text-decoration: none;
	height: 35px;
	width: 180px;
}

.lefttoplinks a:hover {
	color:#FFFFFF;
	background-color:#0077d8;
	text-decoration: none;
	height: 35px;
	width: 180px;
}

.lefttoplinks TD {
	background: #a78946;
	height: 35px;
	width: 180px;
}
.content {
	background-color: transparent;
}
.EndDivider {
	background: url(footer_bg.gif) repeat-x;
	height: 35px;
	padding: 5px 20px;
}

.Loginpane{
	background-color: transparent;
	border: 0px;
	cursor: pointer; 
	cursor: hand; 
	color: #02569a; 
	font-family: Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	padding-top:10px;
	padding-right: 10px;
	text-align:right;
}

/* Classes Replacing the Media for the Privacy, Copyright, Terms, Date Links */
.MediaTabs {
	font-weight: normal;
    font-size: 11px;
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
	padding-top:5px;
}
    
A.MediaTabs:link {
    text-decoration:none;;
    color:#FFFFFF;
}

A.MediaTabs:visited  {
    text-decoration:  none;
    color:#FFFFFF;
}

A.MediaTabs:active   {
    text-decoration:  none;
    color:#FFFFFF;
}

A.MediaTabs:hover    {
    text-decoration:    underline;
    color:#FFFFFF;
}

