/*---- Master Style Sheet for DNN ----*/   

body {
	margin: 16px 0;
	background: url(background.jpg) top fixed;
	}
	
#middle {
	background: url(bg-middle.png) repeat-y;
	}
	
#footer {
	padding: 20px 46px;
	background: url(bottom-rule.gif) top no-repeat;
	color: #573214;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
#footer a {
	color: #573214;
	}
	
.local {
	float: left;
	width: 450px;
	}
	
.footerInfo {
	float: right;
	width: 300px;
	text-align: right;
	}

#bottom {
	background: url(bg-bottom.png) no-repeat;
	}
	
img.brdr {
	padding: 2px;
	background: #f1f1f1;
	border: #000 solid 1px;
	}

/* --------------------------------------------------------------- */

.SidePane {
	padding: 10px 46px 10px 0;
	width: 300px;
}

.SidePane p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.ContentPane {
	padding: 10px 12px 10px 46px;
}

.ContentPane p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.LeftPane {
	padding: 10px 0 10px 11px;
}

.LeftPane p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.RightPane {
	padding: 10px 11px 10px 0;
}

.RightPane p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

/* text style for the selected tab */
.SelectedTab {
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-family: "";
	text-decoration: none;
	vertical-align: bottom;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
	text-decoration:    none;
	color:#FFFFFF;
	border: none;
	font-weight: bold;
}

A.SelectedTab:visited  {
	text-decoration: none;
	color: #ffffff;
	margin-top: 3px;
	margin-right: 6px;
	margin-bottom: 3px;
	margin-left: 6px;
	border: 1px none;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	font-weight: bold;
}

A.SelectedTab:active {
	text-decoration: none;
	color:#555555;
	border: none;
	font-weight: bold;
}

A.SelectedTab:hover {
	text-decoration: none;
	color:#555555;
	border: none;
	font-weight: bold;
}


/* hyperlink style for the unselected tabs */
.OtherTabs {
	color: #000000;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

A.OtherTabs:link {
    text-decoration: none;
    color: #FFF;
	font-weight: bold;
}

A.OtherTabs:visited  {
    text-decoration: none;
    color: #FFF;
	font-weight: bold;
}

A.OtherTabs:active {
    text-decoration: underline;
    font-weight: bold;
	color: #fff;
}

A.OtherTabs:hover {
    text-decoration: underline;
    font-weight: bold;
	color:#FFFFFF;
}

.Login {
}

A.Login:link {
	color: #573214;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

A.Login:visited {
	color: #573214;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

A.Login:active {
	color: #573214;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

A.Login:hover {
	color: #573214;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}


/* GENERAL */
/* style for module titles */
.Head { font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-weight: normal; color: #333333; }

/* style of item titles on edit and admin pages */
.SubHead { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000; }

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: black; }

/* text style used for most text rendered by modules */
.Normal { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; }

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: normal;
	color: #000;
	}
	
.NormalRed { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #ff0000; }
.NormalBold { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
	color: #653714;
}

A.CommandButton:link    { text-decoration: underline; color: #653714; }
A.CommandButton:visited { text-decoration: underline; color: #653714; }
A.CommandButton:active  { text-decoration: underline; color: #653714; }
A.CommandButton:hover   { text-decoration: underline; color: #FFFFFF; }
    
/* GENERIC */

H2, H4, H5, H6 { font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #006F49; }

H3 { font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-weight: bold; color:52270e; text-transform: uppercase; }

A:link    { text-decoration: underline; color: #653714; }
A:visited { text-decoration: underline; color: #653714; }
A:active  { text-decoration: underline; color: #653714; }
A:hover   { text-decoration: none; color: #FFF; }

UL          { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000 }
OL          { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000 }
UL LI       { list-style-type: square; }
UL LI LI    { list-style-type: disc; }
UL LI LI LI { list-style-type: circle; }
OL LI       { list-style-type: decimal; }
OL OL LI    { list-style-type: lower-alpha; }
OL OL OL LI { list-style-type: lower-roman; }

HR { color: dimgrey; height: 1pt; text-align: left; }

blockquote.testimonials { 
	border-top: #52270e solid 1px;
	border-bottom: #52270e solid 1px;
	width: 500px;
	padding: 10px;
	background: #a69075;
	}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    

.Message {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}
/* style of item titles by Announcements and events */

.ItemTitle {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #003366;
}

/* Menu-Styles */
/* Module Title Menu */

.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 12px; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 12px; 
	cursor: pointer; 
	cursor: hand;
}

/* Menu CSS */

.MenuBg {
	BACKGROUND: url(menu.gif);
	height: 57px;
}

.MainMenu_MenuContainer {
	margin-left: 12px;
	HEIGHT: 57px;
	border: none;
}
	
.MainMenu_MenuBar {
	HEIGHT: 57px;
	BACKGROUND: url(menu.gif);
}

/*sub menu items*/
.MainMenu_MenuItem {
	font-weight: bold;
	font-size: 11px; 
	COLOR: #fff; 
	PADDING-RIGHT: 5px; 
	PADDING-LEFT: 0px; 
	PADDING-TOP: 0px; 
	PADDING-BOTTOM: 0px; 
	border-left: 0px solid #8C8E4D;
	border-bottom: 0px solid #8C8E4D;
	border-top: 0px solid #8C8E4D;
	border-right: 0px solid #8C8E4D;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	height: 20px;
}
.MainMenu_MenuItemSel {
	font-weight: bold;
	font-size: 11px; 
	background-color: #573214; 
	color: #ffcc00; 
	PADDING-RIGHT: 5px; 
	PADDING-LEFT: 0px; 
	PADDING-TOP: 0px; 
	PADDING-BOTTOM: 0px;
	border-left: 0px solid #8C8E4D;
	border-bottom: 0px solid #8C8E4D;
	border-top: 0px solid #8C8E4D;
	border-right: 0px solid #8C8E4D;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: none;
	vertical-align: middle;
	height: 20px;
}

.MainMenu_MenuIcon {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 3px;
	WIDTH: 0px;
	BACKGROUND-COLOR: #FFF;
	PADDING-TOP: 0px;
	HEIGHT: 20px;
	border-left: 0px solid #003366;
	border-top: 0px solid #003366;
	border-bottom: 0px solid #003366;
	border-right: 0px none;
	DISPLAY: none;
}

.MainMenu_SubMenu {
	Z-INDEX: 1000;
	BACKGROUND-color: #573214;
	FILTER: ; 
	CURSOR: hand;
	PADDING: 3px;
	BORDER: 1px solid #FFF; 
}

.MainMenu_MenuBreak {
	width: auto;
	border: 0;
}
.MainMenu_MenuArrow {
	display: none;
}

.MainMenu_RootMenuArrow {
	display: none;
}

.MainMenu_Normal {
	BACKGROUND: url(tab_bg_off.gif) repeat-x 50%; 
	HEIGHT: 31px;
	color: #fff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
}

.MainMenu_Selected {
	background: url(tab_bg_on.gif) repeat-x 50%;
	HEIGHT: 31px;
	font-weight: bold;
	color: #ffcc00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
}

.MainMenu_BreadcrumbActive {
	HEIGHT: 31px;
	color: #ffcc00;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
}

.MainMenu_Active { 
	HEIGHT: 31px;
	color: #ffcc00;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
}

.curr {
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
 
.BreadCrumb {
	color: #FFF;
	text-decoration: underline;
	font-size: 12px;
}

A.BreadCrumb:link {
	color: #FFF;
	text-decoration: underline;
	font-size: 12px;
}

A.BreadCrumb:visited {
	color: #FFF;
	text-decoration: underline;
	font-size: 12px;
}

A.BreadCrumb:active {
	color: #FFF;
	text-decoration: underline;
	font-size: 12px;
}

A.BreadCrumb:hover {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}

.BreadcrumbSeparator {
	color: #FFF;
}

.Copyright {
    font-weight: normal;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color: #573214;
    text-decoration: none;
}

.Search {
	color: #FFF;
    font-weight: normal;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

A.Search:link {
	color: #FFF;
    font-weight: bold;
	text-decoration: none;
}

A.Search:hover {
	color: #FFF;
    font-weight: bold;
	text-decoration: none;
}

A.Search:active {
	color: #FFF;
    font-weight: bold;
	text-decoration: none;
}

A.Search:visited {
	color: #FFF;
    font-weight: bold;
	text-decoration: none;
}

.EventLink, .DayLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.reservation td {
	padding: 5px;
	}


