﻿body, body.nav-affairs, body.nav-calendar, body.nav-college, body.nav-home, body.nav-library, 
body.nav-members, body.nav-news, body.nav-personal, body.nav-pubs, body.nav-venue{
	background: #000!important;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

a {
	color:#fff;
	
	text-decoration:none;
} 

a:hover {
	text-decoration:underline;
}

p {
	margin-top: 4px;
	margin-bottom: 4px;
}
pre {
	margin-bottom: 0px;
}

hr {
	line-height: 0px;
	color: white;
	background-color: white;
	border-bottom: 1px #808080 solid;
}

img {
	border: 0px;
	display:block;
}

ul {
	margin-top: 8px;
	margin-bottom: 8px;
	/*margin-left:15px;*/
}

/* HEADINGS */
h1 {
	font-size: 1.8em;
	margin-left: 0px;
	margin-bottom: 12px;
	padding-bottom: 3px;
	font-weight:normal;
	/*border-bottom: 1px #808080 solid;*/
}

h2 {
	font-size:1.3em;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom:0px;
	margin-bottom:3px;
	font-weight:normal;
}

h3 {
	font-size:15px;
	margin-top: 7px;
	padding-bottom:0px;
	margin-bottom:3px;
	font-weight:normal;
}


h4 {
	margin-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 3px;
	font-size:1.1em;
	font-weight:normal;
}

h5 {
	font-size:1.1em;
	font-style: italic;
	font-weight: normal;
}

/* END HEADINGS */

h1#MandElogo
{
	margin-top:15px;
	height:76px;
	width:548px;
	background:url(../images/mandeLogo.jpg) 0 0 no-repeat;
	text-indent:-9000px;
	outline: 0;
	
}

body.home #linkHome {
	background-color:#015ca5;
	border-bottom:4px #015ca5 solid;
}

#container {
	width: 963px;	
	background: #000;
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	/*border: 1px solid #fff000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header {
	background: #000;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 100%;
} 

#topRow {
	padding:0px;
	margin:0px;
	margin-top: 5px;
	padding-bottom: 15px;
	background: #000;
	width: 100%;	
}

#logoContainer {
	margin: 0px 0px 0px 0px;
	padding: 0;
}

/*reset style*/
#headerForm, #headerForm ul, #headerForm ul li{
	margin: 0px;
	padding: 0px;

}

#headerForm {
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width:100%;
}

#headerForm p {
	padding-left: 25px;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 50px;
	font-size: 1.1em;
}

#headerForm ul {
	margin: 22px 0px 0px 0px;
}

#headerForm ul li {
	display: inline;
	list-style: none;
}

#headerForm ul li a {
	color: white;
	text-decoration: none;
	font-weight: normal;
	font-size: 0.95em;
	background-color: #073a70;
	/*margin: 4px;*/
	padding: 4px 18px 4px 18px;
}


#headerForm ul li.headerMenuSelected a {
	background-color: #004795;
	border-bottom: 1px solid #004795;
}

#headerMenu {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 4px;
	margin-bottom: 0px;
	margin-right:6px;
	background-position: top right;
	background-repeat: no-repeat;	
	display:none;
}


#centralContainer {
	padding: 0;
	margin: 13px auto 0 auto;
}

#titleAndMain, #maincontent, {
	padding:0;
	color:#fff;
	vertical-align:top;	
}
#titleAndMain
{
	margin-left: 210px;
	padding-left:0px;
	/* 217px = 204px left hand nav + 13px margin between the nav and the titleAndMain */
	width:748px;
}
div > #titleAndMain
{
	margin-left: 214px;
}

#maincontent
{
	margin-left: 5px;
}

#maincontent #leftContent div p
{
	
	color:#fff;
}



#mainAndRightContainer {
	margin: 0;
	padding: 0;
	width:100%;
}

#mainImage
{
	width:737px;
	margin-bottom:18px;
}

.mainColumn {
	width: 100%;
	padding-right: 0px;
	margin-left:8px;
}

.mainColumn h1
{
	color:#fff;
}

.greyBorder {
	border-color: #707070;
	border-width: 2px;
	border-style: solid;
	padding: 2px;
}

.mainColumn ul {
	padding-left: 0px;
}

.mainColumn table ul {
	margin-left: 14px;
}

.mainColumn ul li, .rightColumn ul li, ul.listSquare {
	vertical-align: middle;
}

#rcpFooter {
	padding-top: 10px;
	border-top:solid 1px #fff;
	height: 40px;
	width:100%;
	margin-top: 19px;
} 

* html #rcpFooter {
	width:100%;
	margin-right:6px;

} 

#rcpFooter ul {
	margin-left:0px;
	padding-left: 1px;
}
#rcpFooter ul li {
	display:inline;
	margin-right:20px;
	padding-top:5px;
	color:#999999;
	font-size: 0.9em;
}

#rcpFooter p {
	margin: 0px 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#rcpFooter a {
	color:#fff;
	font-size: 0.95em;

}

rcpTableHeader {
	background-color:#eeeeee;
}

rcpTableAlternate {
	background-color:#efefef;
}

.ms-rteTable-RCP {
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

.ms-rteTableHeaderRow-RCP {
	background-color: #004897;
	color: white;
}

.ms-rteTableHeaderFirstCol-RCP, 
.ms-rteTableHeaderOddCol-RCP, 
.ms-rteTableHeaderEvenCol-RCP,
.ms-rteTableHeaderLastCol-RCP {
	padding: 6px;
	border: 6px white solid;
}

.ms-rteTableOddRow-RCP, 
.ms-rteTableEvenRow-RCP, 
.ms-rteTableFooterRow-RCP {
	background-color: #efefef;
	color: #333333;
}

.ms-rteTableFirstCol-RCP, 
.ms-rteTableOddCol-RCP, 
.ms-rteTableEvenCol-RCP, 
.ms-rteTableLastCol-RCP {
	padding: 6px;
	border: 6px white solid;
}

.ms-rteTableFooterFirstCol-RCP, 
.ms-rteTableFooterOddCol-RCP, 
.ms-rteTableFooterEvenCol-RCP, 
.ms-rteTableFooterLastCol-RCP {
	padding: 6px;
	border: 6px white solid;
}

.ms-rteTableHeaderFirstCol-RCP, .ms-rteTableFirstCol-RCP, .ms-rteTableFooterFirstCol-RCP {
	border-left: 0 none;
}

.ms-rteTableHeaderLastCol-RCP, .ms-rteTableLastCol-RCP, .ms-rteTableFooterLastCol-RCP {
	border-right: 0 none;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



.sectionborder {
   border-bottom: 1px #999999 dotted;
}

.MetadataPanel {
	border-style:solid;
	border-width:1px;
	background-color: #F7F6F6;
	margin-left: 4px;
	padding: 5px;	
}

.ms-rteCustom-Overline {
	border-top: 1px solid #999999; width:100%;display:block;
}

.tab-container { 
	background: #fff;
}

#TabbedAggregation {
	background-color: #ffffff;
	margin: 14px 0 0 0;
	margin-bottom: 20px;
	padding: 0px; 
	width: 273px;
}

.tabs {
	position: relative; 
	height:100%; 
	margin: 0px; 
	padding: 0px; 
	margin-left: 3px;
	overflow: hidden; 
	list-style: none; 
}

.tabs li {
	display: inline; 
	float: left;
	margin-left: 1px;
}

.tabs a:hover, .tabs a.tab-active {
	background: #fff;
	color: #2B4353;
	text-decoration: none;
	border: 1px black solid;	
	border-bottom: 1px white solid;
	font-size: 0.85em;
} 

.tabs a {
	margin: 0px;
	padding: 5px; 
  	border: 1px #999999 solid;
  	border-bottom: 0px; 
  	background-color: #818181;
  	display: block;
  	position: relative;
  	color: white; 
  	text-decoration: none; 
  	font-size: 0.85em; 
  	font-weight: normal;
  	height: 43px;
  	margin-left: 2px;
  	margin-right: 1px;
}

#tab1 {
	width: 65px;
	margin-left: 3px;
}

#tab2 {
	width: 100px;
}

#tab3 {
	width: 50px;
}

.tab-panes-container { 
	padding: 3px; 
	background-color: white;
	border: 1px black solid ; 
	margin-top: -1px; 
	font-size: 0.85em;  
}

.tab-panes { 
	padding: 1px 5px 5px 5px; 
	background-color: #F0F0F0;
}

.tab-panes li {
	 margin-top: 7px;
	 margin-left:0px;
}

.tab-panes ul {
	padding-left: 18px;
	margin: 2px;
}

.tab-panes a {
	font-weight: bold;
}

li .tab-inactive { 
	background-color: #818181; 
}

pre {
	margin: 0 0 14px 0;
	padding: 0;
	clear: both;
}
div.console {
	text-align: left;
}


#lastupdated {
	text-align: right;
	font-size: 0.85em;
}

.ms-sbplain {
	height: 15px;
	margin-left: 5px;
	margin-right: 5px;
	border-left: 4px silver outset;
	border-top: 4px silver outset;
	border-bottom: 1px black outset;
	border-right: 1px black outset;	
}

.ms-rteCustom-Table {
	/* */
}

.ms-rteCustom-Table tr {
	padding-bottom: 10px;
}

.ms-rteCustom-Table td {
	width: 170px;
	padding-bottom: 10px;
	border: 1px black solid;
	/*border: 1px #EFEFEE solid;*/
}

.ms-rteCustom-DottedHorizontalRule {
	border: none 0;
	height: 1px;
	font-size: 1px;
	width: 99%;
	display: block;
	background-image: url('../Images/HorizontalDots.gif');
	background-position: left top;
	background-repeat: repeat-x;
	margin-top: 5px;
	margin-bottom: 5px;
	padding:0px;
}

.ms-rteCustom-Subscript {
	vertical-align: sub;
	display: inline;
	font-size: 87%;
}

.ms-rteCustom-Superscript {
	vertical-align: super;
	display: inline;
	font-size: 87%;
}

.ms-rteCustom-HighlightText
{
	color:#de7e29;
}
.ms-rteCustom-HighlightText a
{
	color:#de7e29;
}

.ms-rteCustom-HighlightText a:hover {
	text-decoration:underline;
}

td.ms-sbgo, td.ms-sbcell {
	background-color: white;
}

input.ms-sbplain {
	font-weight: normal;
}


.ms-sbtext {
	color: #818181;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}
/*Capacity Matrix*/
hr.capacity
{
	border:#fff;
}
#capacityMatrixTable, #capacityTable
{
	color:#fff;
	width:736px;
	border-collapse:collapse;
	margin-bottom:3px;
	padding-bottom:3px;	
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 0.9em;

}

#capacityMatrixTable
{
	border-bottom:medium orange solid;	
}

#capacityMatrixTable a, #capacityTable a
{
	text-decoration:underline;
}

#capacityMatrixTable a
{
	color:#ffa500;
}

#capacityMatrixTable td.nameCol a
{
	color:#fff;
}




#capacityMatrixTable td, #capacityTable td
{
	padding:3px 0px 10px 0px;
}

#capacityMatrixTable td.light, #capacityTable td.light
{
	padding:3px 0px 10px 0px;
}

#capacityMatrixTable tr
{
	vertical-align:top;
}

#capacityMatrixTable thead tr td
{
	border-bottom:medium orange solid;
	background-image:none;
}


#capacityMatrixTable tr.capacityMatrixTableRow td, #capacityMatrixTable tr.capacityMatrixTableLastRow td
{
	vertical-align:middle;
	padding:12px 0px;
	text-align:center;
	/*border-bottom:1px #ffffff dotted;*/
	background-image: url(../images/dottedline.gif);
	background-repeat:repeat-x;
	background-position: bottom;
}
#capacityMatrixTable tr.capacityMatrixTableLastRow td
{
	background-image:none;
}

#capacityMatrixTable #capacityMatrixTableHeadRow td
{
	text-align:center;
}

.capacityMatrixTableRow
{
	margin-bottom:5px;
}

#capacityMatrixTable td.light, #capacityTable td.light
{
	background:#383838;
}


#capacityMatrixTable tr.capacityMatrixTableRow td.nameCol, #capacityMatrixTable tr.capacityMatrixTableLastRow td.nameCol
{
	text-align:left;
}

.roomTitleMeetingMatrix, #capacityTable .capacityTableRow td, #capacityTable .capacityTableRow td.light
{
	background-image: url(../images/dottedline.gif);
	background-repeat:repeat-x;
	background-position: bottom;
	vertical-align:top;
}

.capacityTableRowTitle td, .capacityTableRowTitle td.light
{
	vertical-align:top;
}

.capacityTableRow td, .capacityTable td.light
{
	text-align:center;	
}

.capacityTableRowTitle td, .capacityTableRowTitle td.light
{
	text-align:center;	
	padding:0px 4px;
}


#capacityTable tr.imageRow td 
{
	padding-top:10px;
}
.roomTitleMeetingMatrix 
{
	width:130px;
}

.roomTitleMeetingMatrix div.comment
{
	padding-top:10px;
	font-size:0.9em;
}

.roomTitle
{
	width:130px;
}

#roomMatrixH3
{
	padding:29px 0px 15px 0px;
}

#capacityMatrixTable .floorplanLink
{
	padding-top: 6px;
}

#capacityTable .floorplanLink
{
	background:#fff;
	position:relative;
	float:right;
	top:9px;
	right:8px;
	padding:8px;
}



* html #capacityTable img
{
	margin-top:-30px;
}
#capacityTable .floorplanLink a
{
	color:#2c4a99;
}
/*End Capacity Matrix*/


/*Advert style*/
div.Advert
{
	width:220px;
	
}

.Advert {
	border-bottom:1px solid #DF7F2D;
	padding:0px 0px 10px;
}


.Advert h3 img { behavior: url(/style%20library/pngfix/iepngfix.htc); }

.Advert h3 img
{
	position:relative;
	display: inline;
	top: 2px;
}

.Advert h3
{
	color: #fff;	
	padding:8px 3px 4px 10px;
	border:0px;	
	margin-top:-3px;	
	font-size:1.1em;
	font-weight:bold;
	min-height:20px;
}

html>body .Advert h3
{
	padding:8px 3px 3px 10px;
	/*height:23px;*/
}

.Advert h3 a
{	
	padding:0px 10px 0px 0px;
}

.Advert_Title
{
	background-image: url(../images/orangeArrowBackground.gif);
	background-color:#df7f2d;
	background-position:right;
	background-repeat:no-repeat;

}
.Advert_Body p
{
	padding:5px 10px 5px 10px;
}

/*END Advert style*/

.Orange_Button
{
	margin-left:10px;
	padding:7px 4px 12px 3px;
	background-image:url('../Images/OrangeButton.gif');
	background-repeat:no-repeat;
	background-position:left top;
}

.Orange_Button a
{
	float:left;
	font-weight:bold
}
.Orange_Button img { behavior: url(/style%20library/pngfix/iepngfix.htc); }
.Orange_Button img
{
	position:relative;
	display: inline;
	top: 2px;
}
/*photo tour*/
#myGallery {	BORDER-BOTTOM: #df7f2d 5px solid}


