﻿/*
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}

*/
/* DNN Classes */
H1 {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-transform: lowercase;
}
H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #537A99;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
H3 {
}
H4 {
}
H5 {
}
H6 {
}

.order {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #1F2D5D;
}
.orderhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #981235;
	text-align: right;
}
/*.orderone {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #1F2D5D;
	background-color: E8F2F4;
	border: 1px solid 797979;
	width: 480px;
	display: block;
	padding: 10px;
}
.ordertwo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #1f2d5d;
	background-color: #E4EACE;
	padding: 10px;
	border: 1px solid #797979;
}*/


A:link {
}
A:visited {
}
A:active {
}
A:hover {
	color: #1F2D5D;
}
HR {
}
/*  SkinnObject: The overall font sizing for Search, Date, Breadcrumbs, Login, Register, Copyright, Terms, Privacy. */
.SkinObject {
}
a.SkinObject:link {
}
a.SkinObject:visited {
}
a.SkinObject:hover 
{
	color:Red;	
}
/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}
/* background color for the content part of the pages */
Body {
	background-color: ADDEE5;
}
/* background/border colors for the selected tab */
.TabBg {
}
/* if it exists */
#LeftPane {
	
}
/* this will always exist */
#ContentPane {
	/*	background-color: white;*/
	vertical-align: top;
}
/* if it exists */
#RightPane {	
}
/* GENERAL */
/* style for module titles */
.Head {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-transform: lowercase;
}
/* style of item titles on edit and admin pages, also used in search results heading */
.SubHead {
	font-family: Verdana, sans-serif;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules, but not really used */
.SubSubHead {
}
/* text style used for most text rendered by modules */
.Normal {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #2c3a1b;
	
}
/* .NormalBold -  search, login and register buttons. Generally you will find this within the admin settings page of a module.*/
.NormalBold, A, a:link, .SkinObject, a.SkinObject:link {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #2c3a1b;
	font-weight: normal;
	text-transform: lowercase;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox 
{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	border: solid 1px black;
		line-height: 18px;
		padding:2px 2px 2px 2px;
}
/* .NormalRed - Error messages*/
.NormalRed {
}
/*  .StandardButton - standard HTML buttons */
.StandardButton, .search {
	background: #ff9700;
	color: #981235;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: lowercase;
	border: solid 1px black;
		line-height: 18px;
		padding:2px 2px 2px 2px;

}
/* .CommandButtons - Text for link buttons within the admin control panel at the top of the page and within the admin pages, such as the admin menu / site settings page. As default the [LINKS] token uses this class for styling its links.*/
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	text-transform: lowercase;
	colour: #2c3a1b;
	font-weight: bold;
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}
A.CommandButton:visited {
}
A.CommandButton:active {
}
A.CommandButton:hover {
}
/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}
.ModuleTitle_MenuBar {
}
.ModuleTitle_MenuItem {
}
.ModuleTitle_MenuIcon {
}
.ModuleTitle_SubMenu {
}
.ModuleTitle_MenuBreak {
}
.ModuleTitle_MenuItemSel {
}
.ModuleTitle_MenuArrow {
}
.ModuleTitle_RootMenuArrow {
}
/*DNN MEnu */

#MainMenuArea
{
	vertical-align:middle;
	background-image: url(menuBackground.jpg);
	width: 750px; 
	height: 24px;
}

/* this only seems to apply to vertical or treeview? */
.main_dnnmenu_container {
	background-color: transparent;
	width: 750px;
	height: 24px;

}
.main_dnnmenu_bar {
	cursor: pointer;
	cursor: hand;
	background-color: Transparent;
	height: 100%;
	width: 100%;
/*	border: 1px solid white;*/

}
.main_dnnmenu_rootitem {
	/*TD if menu option for using tables is on*/
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	color: White; /* Must change this back to white when background works!! */;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-transform: lowercase;
	background-color: Transparent;
	text-align: center;
	white-space: nowrap; /*Word wrapping menu item now optional*/;
	padding: 3px 8px 3px 8px;   /*explicitly set padding for root menu items*/
	vertical-align: middle;
	/*border: 1px solid white;*/
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	
}
.main_dnnmenu_item
{

	text-align: justify;
}

/* submenu items too */
.main_dnnmenu_item td {
	/*TD if menu option for using tables is on*/
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	font-style: normal;
	background-color: Transparent;
	white-space: nowrap; /*Word wrapping menu item now optional*/
	/*padding: 3px 3px 3px 3px;*/
	color: Black;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-transform: lowercase;
	height:20px;

	width:auto;

	
}
.main_dnnmenu_itemhover {

	background-image: url(transparent.png) !important;  /* Mozilla only */
   /*background-color: transparent !important;           /* Mozilla only */
   background-image: none;                             /* IE only */
   background-color: #9BC480;                         /* IE only */
   filter:alpha(opacity=70);-moz-opacity: 0.8;opacity: 0.8; /* IE only */
	color: #000000;
	height: 100%;
}

.main_dnnmenu_itemselected
{
	color: #FFFFFF; 
	 background-color: #addee5;            
	  filter:alpha(opacity=80);-moz-opacity: 0.8;opacity: 0.8; /* IE only */
	  	height: 24px;
}

.main_dnnmenu_itemhover td {
	background-color: White;
		color: #addee5;

}

.main_dnnmenu_submenu {
	background-color: white;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
/*	filter: progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);*/
	padding: 5px 3px 5px 3px;   /*explicitly set padding for sub-menus */
	/* background-color: #222222;   */         
	  filter:alpha(opacity=80);-moz-opacity: 0.8;opacity: 0.8; /* IE only */
}


.main_dnnmenu_icon {
	cursor: pointer;
	cursor: hand;
	text-align: center;
	width: 15px;
	height: 100%;
	display:none;
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}
.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid;
	border-bottom: #cad5ea 1px solid;
	border-top: #cad5ea 0px solid;
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}
/*Events Module Classes */
.Eventday, .Eventweekenday {
	background-color: #FFFFFF;
}
.Eventday, .Eventweekenday {
	background-color: #FFFFFF;
}
/* Datagrid Classes */
.DataGrid_Item {
	background-color: #ffffff;
	color: #000000;
}
.DataGrid_AlternatingItem {
	background-color: #ffffff;
	color: #000000;
}
/*Announcements Module */
.DNN_ANN_DesignTable {
	width: auto;
}
.DNN_ANN_Description {
}
.DNN_ANN_Description P {
	margin-top: 0px;
}
/* Specific CSS Classes */
#HeaderBar
{
	height:20px;
}
.OuterMainBody {
	width: 100%;
	background-color: #537a99;
	padding-bottom: 20px;	
}
.OuterMainBodyBrown {
	background-color: #92a062;
	/*height: 100%;
	width: 100%;*/
		padding-bottom: 20px;
}
.OuterMainBodyLightBlue {
	background-color: #addee5;
	/*height: 100%;
	width: 100%;
	padding-bottom: 20px;*/
}
#MiddlePane {
	vertical-align: top;
	height: 25px;	
}
#BottomPane {
	vertical-align: top;
	width: 100%;
	margin-right: auto;
	margin-left auto;
}	
#InnerMainBody
{
	text-align:center;
}

#MainTable, #2PaneContent, #3PaneContent {
	background-color: #FFFFFF;
	width: 750px; /*   filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=5); */
/*	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray', Positive='true');*/
/*	filter:progid:DXImageTransform.Microsoft.Glow(color='#111111', Strength='5');*/
text-align:center;
align:center;
}
#ContentBorder {
	width: 770px;
	background-image: url(Shadow.gif);
	background-repeat: repeat-y;
}

#ContentBorderBrown {
	width: 770px;
	background-image: url(ShadowBrown.gif);
	background-repeat: repeat-y;
}

#LeftBar {
	/*background-image: url(images/HomePage2_01.gif);*/
	width: 0px;
	height: auto;
/*	background-color:Transparent;*/
/*	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=Transparent,endColorStr=White); */
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='gray', Direction=270, Strength=5);*/
}
#RightBar {
	/*background-image: url(images/HomePage2_04.gif);*/
	width: 0px;
	height: auto;
/*	background-color: Transparent;*/
/*	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=White,endColorStr=Transparent); */
/*filter:progid:DXImageTransform.Microsoft.Shadow(color='gray', Direction=90, Strength=5);*/


}
#ContentPage {
}
/* the table for 2pane skin*/
#2PaneContent {
	vertical-align: top;


}

#2PaneLeft {
	width: 249px;
	vertical-align: top;
	height:100%;
}
#2PaneContentArea {
	width: 502px;
	vertical-align: top;
	padding-top:25px;
	
	padding-left:13px;
	padding-right:15px;
		height:100%;

}
#3PaneContent 
{
	vertical-align: top;
	
}
#3PaneContentArea {
	vertical-align: top;
	
	
}
#3PaneLeft {
	width: 249px; /*height: 216px;*/
	vertical-align: top;
	padding-left: 15px;
	padding-right: 13px;
	height:100%;
	padding-top:25px;
	

}
#3PaneRight {
	width: 502px; /*height: 216px;*/
	vertical-align: top;
	padding-right: 15px;
	
	padding-left: 12px;
height:100%;
	vertical-align: top;
		padding-top:25px;
	
}


#LogoArea {
	/*background-image: url(LogoBackground.gif);
	background-repeat: no-repeat;
	background-position: top left;*/
width: 750px;
	/*height: 104px;*/
/*	z-index:5;*/
}
/* the contentpane in the 1pane skin */
#MainContentPane {
	/*	background-image: url(ContentPaneBackground.jpg);*/
	/*	background-position:top;*/
	vertical-align: top;
}
#FooterRow {
	/*width: 751px;*/
	height: 24px;
	text-align:center;
	background-color:Transparent;
	vertical-align:top;
}
/*for login, user, help skin objects.. similar to skinobject class */
.user {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	line-height: 13px;
	color: #003C79;
	text-align: left;
	vertical-align: middle;
}
/* used by footer and all terms, privacy, etc skinobjects */
/*.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
}*/
/* used by the search box */
.search {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
}
/*used by links ?? */
.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #FFFFFF;
	padding: 5px;
}
/* Snapsis Menu */
/* This selector is the main container for the List of links */
.TabList {
	float: left;
	horizontal-align: center;
	font-family: Verdana;
	font-size: 10px;
}
/* The next two selectors cause the list to
be displayed in a horizontal line without bullets */
.TabList ul {
	margin: 0;
	list-style: none;
	display: inline;
}
.TabList li {
	float: left;
	margin: 0;
	display: inline;
	padding: 0 0 0 10px;
	width: 150px;
}
/* the font is set in the 
anchor elements which are in each list element */
.TabList li a {
	font-family: Tahoma,San-Serif;
	font-size: 12px;
	voice-family: "\"}\"";
	voice-family: inherit;
	line-height: normal;
}
/* This selector sets the style for the SelectList Menu Type */
select.TabList {
	background-color: #003c79;
	color: white;
}
#navParent a {
	font-weight: bold;
	float: left;
	display: block;
	text-align: center;
	white-space: nowrap;
	text-align: center;
	padding: 7px 10px 3px 2px;
	text-decoration: none;
	color: #003c79;
	background: url(Right.gif) no-repeat right top;
	background-color: #dddf00;
}
#navParent a:hover, #navParent li.hover a {
	text-decoration: none;
	background-position: 100% -125px;
	color: #003c79;
}
#navParent li {
	background: url(Left.gif) no-repeat left top;
	border-bottom: #DDDF00 1px solid;
}
#navParent li:hover, #navParent li.hover {
	background-position: 0 -125px;
	background-color: #5998c9;
	color: #003c79;
	background: url(LeftHover.gif) no-repeat left top;
}
#navParent .SelectedItem {
	background-position: 0 -125px;
	background-color: #003C79;
	color: White;
	background: url(LeftSelect.gif) no-repeat left top;
}
#navParent .SelectedItem a {
	background-position: 100% -125px;
	background-color: #003C79;
	background: url(RightSelect.gif) no-repeat right top;
}
#navParent .SelectedTab {
	background-position: 0 -150px;
	border-width: 0;
	color: White;
	background: url(LeftSelect.gif) no-repeat left top;
}
#navParent .SelectedTab a {
	background-position: 100% -150px;
	padding-bottom: 5px;
	color: #FFFFFF;
	background: url(RightSelect.gif) no-repeat right top;
}
#navChild ul.Level1 {
	display: none;
}
#navChild ul {
	padding: 2px 0 2px 3px;
	margin: 0;
	display: inline;
	list-style: none;
	float: left;
}
#navChild li {
	position: relative;
}
#navChild li {
	padding: 4px 8px 6px 0;
	background: url(Spacer.gif) no-repeat right;
}
#navChild li li {
	background: url();
}
#navChild li ul {
	/* second-level lists */
	position : absolute;
	z-index: 5;
	left: -999em;
	border: 1px solid #333333;
	background-color: #f1f1f1;
}
#navChild a {
	display: block;
	text-decoration: none;
	padding: 2px;
	color: #000;
	text-align: left;
	border: 1px solid #f1f1f1;
}
#navChild li li a {
	width: 125px;
}
#navChild li a:hover {
	background-color: #ffffff;
	border: 1px solid #3b3b3b;
}
#navChild a.SelectedItem {
	background-color: #ffffff;
	border: 1px solid #3b3b3b;
}
#navChild .DisabledItem {
	color: #cccccc;
}
/* no need to change these hover classes 
unless you need more than 4 levels */
#navChild li:hover ul ul, #navChild li:hover ul ul ul, #navChild li:hover ul ul ul ul, #navChild li.hover ul ul, #navChild li.hover ul ul ul, #navChild li.hover ul ul ul ul {
	left: -999em;
}
#navChild li:hover ul, #navChild li.hover ul {
	top: 26px;
	left: 0;
}
#navChild li li:hover ul, #navChild li li li:hover ul, #navChild li li.hover ul, #navChild li li li.hover ul {
	top: 0;
	left: 130px;
}
/* End snapsis menu */


a.img:link {
	border: none;
}
