/* 
================================
	Skin styles for DotNetNuke
================================
*/   

body, html {
	margin: 0;
	padding: 0;
	background-color: transparent;
	background-image: url(Mainbackgroundseal.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: fixed;
	}
	
.mainbanner {
	width: 100%;
	height: 107px;
	}

.logobanner {
	width: 100%;
	height: 107px;
	position: absolute;
	background-image: url(logobanner.jpg);
	background-repeat: no-repeat;
	}

.logobannerfade {
	height: 107px;
	width: 100%;
	position: absolute;
	background-image: url(logobannerfade.gif);
	background-repeat: repeat-x;
	}

.paneholder {
	margin-top: 0px;
	width: 95%;
	}	

.contentpane {
	}

.rightpane {
	padding-left: 10px;
	}

.rightpanetopcontentnews {
	background-color: white;
	}

.rightpanetopfooternews {
	background-color: white;
	}
	
.logininfo {
	font-family: "Lucida Grande", "Lucida Sans", Geneva, Arial, Verdana, sans-serif;!important
	position: absolute;
	margin-top: 85px;
	width: 211px;
	height: 27px;
	padding-top: 3px;
	padding-left: 4px;
	text-align: center;
	overflow: hidden;
	}
	
.search {
	position: absolute;
	right: 10px;
	margin-top: 10px;
	}

.nav {
	position: absolute;
	left: 75px;
	height: 22px;
	margin-top: 75px;
	}
	
.breadcrumb {
	position: absolute;
	right: 10px;
	margin-top: 55px;
	color: white;
	}

.breadcrumb .skinobject {
	color: white;
	}

.breadcrumb a.skinobject {
	color: white;
	}
	
.breadcrumb a.skinobject:visited {
	color: white;
	}

.footertable {
	width: 100%;
	}

.footertable a:link {
	color: white;
	font-weight: bold;
	}

.footertable a:visited {
	color: white;
	font-weight: bold;
	}

.footertable a:hover {
	color: white;
	font-weight: bold;
	}

.footertable a:active {
	color: white;
	font-weight: bold;
	}
	
#dnn_dnnCOPYRIGHT_lblCopyright {
	color: white;
	font-weight: bold;
	}
	
.footercellleft {
	width: 50%;
	height: 47px;
	color: white;
	font-weight: bold;
	background-image: url(footerribbonleft.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	text-align: right;
	padding-right: 25px;
	}
	
.footercellright {
	width: 50%;
	height: 47px;
	color: white;
	font-weight: bold;
	background-image: url(footerribbonright.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-left: 25px;
	}
	
/*
===============================
	MENU-RELATED STYLES
===============================
*/

.MainMenu_MenuBar {
	background-color: transparent;
	height: 22px;
	color: white;
	}

.MainMenu_MenuItem {
	background-color: transparent;
	border: none;
	height: 22px;
	}
	
.MainMenu_MenuItemSel {
	background-color: #f4dec2;
	color: black;
	height: 22px;
	}

.MainMenu_MenuIcon {
	display: none;
	background-color: transparent;
	border: none;
	padding-left: 3px;
	}

.MainMenu_RootMenuArrow {
    display: none;
	}

.MainMenu_MenuArrow {
	border: none;
	}
	
.MainMenu_SubMenu {
	border: solid 1px gray;
	background-color: white;
	background-image: url(rightuppercornershadow.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	}

.nav td {
	padding-right: 3px;
	padding-left: 3px;
	}
		
/*
===============================
	SEARCH-RELATED STYLES
===============================
*/

.search .skinobject {
	color: white;
	}

.search a:link {
	color: white;
	}
	
.search a:visited {
	color: white;
	}
	
.search a:hover {
	color: #ABFF9F;
	}
	
.search a:active {
	color: white;
	}	


/* 
================================
	Styles for Lambda Beta pages
================================
*/  

.mainbannerlambdabeta {
	width: 100%;
	height: 107px;
	}

.logobannerlambdabeta {
	width: 100%;
	height: 107px;
	position: absolute;
	background-image: url(Lambdabetamasthead.jpg);
	background-repeat: no-repeat;
	background-position: right;
	border-bottom: solid 4px navy;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60px;
	line-height: 107px;
	color: white;
	padding-left: 20px;
	}

.logobannerfadelambdabeta {
	height: 107px;
	width: 100%;
	background-color: #a3d8f5;
	position: absolute;
	background-image: none;
	}











