/*=======================================================+
|                                                        |
|              DotNetNuke Skin - Greytness               |
|               Developed by Adammer LLC                 |
|                http://www.adammer.com                  |
|                                                        |
|                       July 2009                        |
|                                                        |
+========================================================+

Version     : 2.2
Released    : April 2010
Notes       : CSS styles compressed without comments in free version.

*/

html, body, form, #greytness {
	height: 100%;
}

html {
	background: #2987c1 url(graphics/body_bg.jpg) no-repeat center top;	
}

#Body {
	margin: 0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.8em;
	color: #333;
	line-height: 1.4em;
}
li {
	margin-bottom: 2px;
}
ul li, ul li li, ul li li li {
	list-style-type: square;
}
ul {
	margin-left: 10px;
	padding-left: 10px;
}
form {
	margin: 0;
	padding: 0;
}
body {
	background-color: transparent;
}
.skinBG {
	min-height: 100%;
	margin-top: -250px;
}
.FCKImageGalleryContainer {
	background-color: #FFF;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #444;
	font-style: normal;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a.Normal:link, a.Normal:visited {
	text-decoration: underline;
}
a.Normal:hover {
	text-decoration: none;
}
.BorderBgDiv {
	width: 980px;
	margin: 0 auto;
	padding: 0px;
	border-top: solid 250px transparent;
}
.fullWidth {
	width: 962px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
}
.contentWrapper {
}
.left {
	float: left;
}
.right {
	float: right;
}
.BannerPane1, .BannerPane2, .BannerPane3 {
	clear: both;
}
.BannerPane3 {
}
.Banner p {
	margin: 0px;
	padding: 0px;
}
.dnnLogo {
	padding: 10px;
}
.dnnLogo a {
}
.header-divide {
	background: url(graphics/hdr_divide.gif) center no-repeat;
	padding: 2px 4px;
}
.footer-divide {
	background: url(graphics/hdr_divide.gif) center no-repeat;
	padding: 2px 4px;
}
#MasterTable {
	margin: 0px;
}
.TopPane {
	margin-bottom: 20px;
}
.HeaderPane {
	position: absolute;
	left: 0px;
	top: 0px;
}
.LeftNavTop {
	clear: both;
	padding: 5px;
}
.LeftNavTop.StdContainer {
	margin-bottom: 0px;
}
.LeftNavBottom {
	clear: both;
	padding: 5px;
}
.LeftGutterPane {
	clear: both;
	padding: 10px;
}
.TopPaneDiv {
	clear: both;
}
.TopLeftPane {
	width: 450px;
	vertical-align: top;
	margin-bottom: 20px;
}
.TopRightPane {
	width: 450px;
	vertical-align: top;
	margin-bottom: 20px;
}
.ContentPaneDiv {
	clear: both;
}
.ContentPane {
	vertical-align: top;
	margin-bottom: 20px;
}
.ContentPane2Div {
	clear: both;
}
.LeftPane {
	width: 200px;
	vertical-align: top;
	margin-bottom: 20px;
}
.ContentPane2 {
	vertical-align: top;
	width: 700px;
	margin-bottom: 20px;
}
.ContentPane3Div {
	clear: both;
}
.ContentPane3 {
	vertical-align: top;
	width: 700px;
	margin-bottom: 20px;
}
.RightPane {
	width: 200px;
	vertical-align: top;
	margin-bottom: 20px;
}
.MiddlePaneDiv {
	clear: both;
}
.MiddleLeftPane {
	width: 200px;
	margin-right: 20px;
	vertical-align: top;
	margin-bottom: 20px;
}
.MiddlePane {
	width: 484px;
	vertical-align: top;
	margin-bottom: 20px;
}
.MiddleRightPane {
	width: 200px;
	vertical-align: top;
	margin-bottom: 20px;
}
.BottomPaneDiv {
	clear: both;
}
.BottomColumn1 {
	width: 216px;
	margin-right: 20px;
	vertical-align: top;
	margin-bottom: 20px;
}
.BottomColumn2 {
	width: 216px;
	margin-right: 20px;
	vertical-align: top;
	margin-bottom: 20px;
}
.BottomColumn3 {
	width: 216px;
	vertical-align: top;
	margin-bottom: 20px;
}
.BottomColumn4 {
	width: 216px;
	vertical-align: top;
	margin-bottom: 20px;
}
.BottomPane {
	clear: both;
	margin-bottom: 20px;
}
.DNNPane {
	border: #333 3px solid;
	padding: 60px 5px;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	background-color: #FAFAFA;
	white-space: nowrap;
	color: #333;
	font-size: 14px;
}
.DNNHeaderPane {
	padding: 25px 5px;
	width: 300px;
}
.login-controls {
	float: right;
	padding: 5px 15px;
	margin-right: 10px;
	font-size: .8em;
	line-height: 1.8em;
	text-decoration: none;
	color: #333;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	background-color: #f1f1f1;
	border: solid 1px #ccc;
	border-top: 0;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
.login {
	text-decoration: none;
	color: #999;
}
#dnn_dnnUSER_cmdRegister {
	text-decoration: none;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background: url(graphics/hdr_divide.gif) right no-repeat;
	padding-right: 12px;
	color: #333;
}
#dnn_dnnUSER_cmdRegister:hover {
	text-decoration: underline;
}
#dnn_dnnLOGIN_cmdLogin {
	text-decoration: none;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #333;
}
#dnn_dnnLOGIN_cmdLogin:hover {
	text-decoration: underline;
}
.menu-bg {
	background: url(graphics/bg_menu.png) top center no-repeat;
	height: 41px;
}
* html .menu-bg {
	background: url(graphics/bg_menu.gif) top center no-repeat;
}
.menu {
	text-align: left;
	float: left;
	width: 770px;
	z-index: 100;
	position: relative;
}
.breadcrumb-div {
	background-color: #F1F1F1;
	height: 18px;
	border-top: #E6E6E6 1px solid;
	border-bottom: #CCC 1px solid;
	line-height: 10px;
}
.breadcrumb-row {
	padding: 0px 0px;
}
.breadcrumbdiv {
	font-size: 10px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-decoration: none;
	color: #333;
	text-align: left;
	padding: 3px 0px 0px 18px;
	float: left;
	line-height: normal;
}
.breadcrumb {
	font-size: 10px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-decoration: none !important;
	color: #333 !important;
	font-style: normal !important;
}
.breadcrumbdiv a:hover {
	text-decoration: underline !important;
}
.breadcrumb-pretext {
	font-weight: normal;
	color: #FAFAFA;
	line-height: 12px;
}
.currentDateDiv {
	display: block;
	float: right;
	padding-right: 10px;
}
.currentDate {
	font-size: 10px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-decoration: none;
	color: #999;
}
.current-date a {
	font-size: 10px;
	text-decoration: none;
	color: #666;
}
.current-date a:hover {
	text-decoration: underline;
}
.DNNEmptyPane {
	border: 0px none !important;
	line-height: 0px !important;
	padding: 0px !important;
	font-size: 0px !important;
	height: 0px !important;
	width: 0px !important;
	margin: 0px !important;
}
#greytness .content {
	width: 924px;
	margin: 0px auto 0 auto;
	padding: 10px 0 20px 0;
	min-height: 100px;
}
.contentBg {
}
.BottomDiv {
	width: 962px;
	margin: 0 auto;
	background: #333 url(graphics/footer-bg.png) repeat-x left top;
	height: 250px;
}
#greytness .footer-bg {
	border-top: #666 1px solid;
}
#greytness .footer {
	font-size: .8em;
	line-height: 1.8em;
	text-decoration: none;
	color: #fff;
	width: 962px;
	padding-top: 2px;
	margin: 0 auto 0 auto;
	text-align: left;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
#greytness .footer a {
	text-decoration: none;
	color: #fff;
}
#greytness .footer a:hover {
	text-decoration: underline;
}
.termsdiv {
	float: right;
	bottom: 0px;
	padding-right: 10px;
}
.copyrightdiv {
	padding-left: 10px;
	border-top: dotted 1px #666;
}
.terms {
	background: url(graphics/hdr_divide.gif) right no-repeat;
	padding-right: 12px;
}
.privacy {
}
.copyright {
	padding: 0;
}
hr {
	height: 1px;
	color: #bbb;
}
.action-buttons {
	text-align: right;
	clear: both;
}
.Search {
	float: right;
	padding: 2px 3px 0 0;
}
.search img {
	border: none;
	padding: 0px 0px 0px 0px;
}
.GCSearchBox {
	background-color: #FFFCF2;
}
.GCSearchButton {
}
a.SearchField:hover {
	text-decoration: underline !important;
}
.btnSearch {
	margin-left: -7px;
}
#dnn_dnnSEARCH_txtSearch.NormalTextBox {
	padding: 3px 2px 0px 4px;
	font-size: .8em;
	height: 16px;
	background: #F8F8F8 url(graphics/search_bg.gif) top repeat-x;
	border: #999 1px solid;
	width: 120px;
}
#dnn_dnnSEARCH_cmdSearch img {
	border: none;
	vertical-align: top;
	margin-top: 1px;
	padding: 0px;
}
.DNNAligncenter {
	text-align: left;
}
.greytnessCP {
	background-color: #fff;
}
#dnn_ControlPanel {
	margin: 0 auto;
}
.greytnessCP .dnnRibbon .barContent {
	border-right: none;
	border-top: none;
}
.greytnessCP .RadTabStrip_Default {
	background: none;
}
.greytnessCP .RadTabStrip_Default .rtsLink {
	background-color: #F1F1F1;
	color: #111;
}
.greytnessCP .RadTabStrip_Default .rtsLink:hover {
	background-color: #FFF;
	color: #111;
}
.greytnessCP .RadTabStrip_Default .rtsSelected {
	background-color: #FFF;
}
.greytnessCP .dnnRibbonGroup .content {
	height: 100px;
}
.greytnessCP .dnnRibbonGroup .content:hover {
	background: #FCFCFC;
}
.greytnessCP .RadTabStrip_Default .rtsLI, .RadTabStrip_Default .rtsLink {
	height: auto;
}
.greytnessCP .RadTabStripTop_Default .rtsLink {
	margin-top: 4px;
}
.greytnessCP .RadTabStrip_Default .rtsSelected {
	border-bottom: #FFF 1px solid;
	height: 24px;
	margin-top: 0px;
	font-size: 13px;
	color: #333;
}
.greytnessCP .RadTabStrip_Default .rtsSelected:hover {
	font-size: 13px;
}
.greytnessCP .RadTabStrip_Default .rtsSelected .rtsTxt {
	font-weight: bold;
}
.greytnessCP .dnnRibbon .barContent table {
	width: 100%;
}
.ControlPanel, .PagingTable {
	background-color: #fff;
	text-align: center;
	border: 0;
}
#GreytnessMidnight .ControlPanel, .PagingTable {
	background: #999 none;
}
p {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #333;
	margin: 0 0 10px 0;
}
.normal, .Normal {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1em;
	color: #333;
}
.NormalBold {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	color: #555;
}
.NormalRed {
	color: #900;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
}
.SubHead {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
}
.Head {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	background-color: transparent;
	color: #333;
}
h1 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #000;
	font-size: 1.8em;
	text-decoration: none;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 8px;
	line-height: 1.6em;
}
h2 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #000;
	font-size: 1.6em;
	margin-top: 0px;
	margin-bottom: 8px;
	line-height: 1.4em;
}
h3 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #000;
	font-size: 1.4em;
	margin-top: 0px;
	margin-bottom: 6px;
	line-height: 1.4em;
}
h4 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #000;
	font-size: 1.2em;
	margin-top: 0px;
	margin-bottom: 6px;
	line-height: 1.2em;
}
h5 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #000;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.1em;
	margin-top: 0px;
	margin-bottom: 6px;
}
h6 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #000;
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 4px;
	line-height: 1em;
}
.UDT_Table_Head th {
	font-size: 10px;
}
.UDT_Table_AlternateItem, .UDT_Table_AlternateItem p {
	font-size: 10px;
	background-color: #F3F3F3;
	vertical-align: top;
}
.UDT_Table_Item, .UDT_Table_Item p {
	font-size: 10px;
	vertical-align: top;
}
.ModuleTitle_MenuItem {
	background-color: #F7F7F7;
	border: 1px solid #F7F7F7;
	color: #333;
	font-family: verdana,sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 0px 10px 0px 0px;
}
.ModuleTitle_SubMenu {
	background-color: #F7F7F7;
	border: 1px solid #666;
	margin: 1px 0px 0px;
	padding: 0px;
	z-index: 1000;
}
.ModuleTitle_MenuItemSel {
	background: #DDD none repeat scroll 0%;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	color: #000;
	font-family: verdana,sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 0px 10px 0px 0px;
}
.ModuleTitle_MenuIcon {
	border: 1px solid #EEE;
	padding: 2px 3px;
}
.ModuleTitle_MenuBreak, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow {
	display: none;
}
select, input {
	font-family: tahoma;
	font-size: 11px;
	color: #555;
}
.NormalTextBox {
	color: #333;
	line-height: 12px;
	font-family: tahoma;
	font-weight: normal;
}

/* Navigation */

/*-- Set line height.                  --*/

#nav li {
	position: relative;
	float: left;
	line-height: 12px;
	list-style: none;
	padding: 0px;
	margin-bottom: 0px;
	background-color: transparent;
	z-index: 600;
}

/*-- Set bottom margin and
     color of menu that does not
     contain menu items.               --*/
     
#nav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: left;
	width: 100%;
	background: transparent;
	z-index: 700;
}

/*-- Font for top menu items.          --*/

#nav a {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	display: block;
	margin: 0;
	text-decoration: none;
	text-align: center;
	padding: 0 16px 0 16px;
	margin: 0px;
	color: #FFF; /*border-right:#CCC 1px solid;*/
	background: url(graphics/menu_divide.gif) right 1px no-repeat;
	line-height: 37px;
	z-index: 800;
}

/*-- Second-level list container.      --*/

#nav li ul {
	position: absolute;
	left: -999em;
	width: 167px;
	border-top: #666 1px solid;
	border-left: 1px solid #666;
	z-index: 900;
}

/*-- Second-level menu items.          --*/

#nav li li a {
	width: 150px;
	font-size: 11px;
	text-align: left;
	background: #4B4B4B none;
	color: #FFF;
	border-right: 1px solid #666;
	border-bottom: #666 1px solid;
	line-height: 16px;
	padding: 6px 6px 6px 10px;
	text-transform: none;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	z-index: 1000;
}

/*-- Hover style for unselected 
     menu items.                       --*/
     
#nav li a:hover {
	background: url(graphics/bg_menu_hover.gif) right 1px no-repeat;
	color: #FFF;
}
#nav li li a:hover, #nav li li.SelectedTab a:hover, #nav li.SelectedTab li a:hover {
	background: #808080 none;
}
#nav a:hover {
	background: url(graphics/bg_menu_hover.gif) right top no-repeat;
}

/*-- Top-level selected menu items.    --*/
#nav SelectedTab a:hover {
	background: url(graphics/bg_menu_hover.gif) right top no-repeat;
}

/*-- Second-level selected
     menu items.                       --*/
#nav li li.SelectedTab a {
	background: #656565 none;
	color: #FFF;
	font-weight: bold;
}

/*-- Third-level selected 
     menu items.                       --*/
#nav li li li.SelectedTab a {
	background: #656565 none;
	color: #FFF;
	font-weight: bold;
}

/*-- Hover style for selected 
     menu items.                       --*/
#nav li.SelectedTab a:hover {
	background: url(graphics/bg_menu_hover.gif) right top no-repeat;
	color: #FFF;
}

/*-- Font color for disabled tabs.     --*/
#nav .DisabledTab {
	color: #CCC;
}

/*-- No need to change these hover
     classes unless you need more 
     than 4 levels                     --*/
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.iehover ul ul, #nav li.iehover ul ul ul, #nav li.iehover ul ul ul ul {
	left: -999em;
}

/*-- Set where the first drop-down
     hover menu starts along the y
     axis                              --*/
#nav li:hover ul, #nav li.iehover ul {
	top: 37px;
	left: 0;
}

/*-- Set where the first drop-down
     hover menu starts along the x
     axis                              --*/
#nav li li:hover ul, #nav li li li:hover ul, #nav li li.iehover ul, #nav li li li.iehover ul {
	top: 2px;
	left: 166px;
}

.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon {
	display: none;
}
.designBy {
	display: none;
}
.designBy a, .designBy a:link, .designBy a:visited, .designBy a:active {
}
.designBy a:hover {
}
.TitleCell {
	padding: 0 20px 20px 0;
	vertical-align: top;
}
.SizeCell {
	padding: 0 20px 20px 0;
	vertical-align: top;
}
#GreytnessMidnight .FileManager_StatusBar, #GreytnessMidnight .FileManager_Pager {
	background-color: #666;
}
#GreytnessMidnight select.Normal {
	color: #000;
}
#GreytnessMidnight .ExtensionsContent tr.NormalBold {
	color: #000;
}
* html .clearfix {
	height: 1%;
	overflow: visible;
}
* + html .clearfix {
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

#footernav ul.Level0, #footernav ul.Level0 li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footernav ul.Level0 {
	margin: 10px 0;
}

#footernav ul.Level0 li {
	padding: 4px 12px;
	border-right: dotted 1px #666;
	font-weight: bold;
}

#footernav ul.Level1, #footernav ul.Level1 li {
	float: none;
	border: none;
	font-weight: normal;
	margin: 0;
}

#footernav ul.Level1 {
	padding: 0;
}

#footernav .SelectedTab {
	font-weight: normal;
}

#dnn_FooterPane {
	float: right;
	width: 250px;
	margin: 10px;
	color: #fff;
}

#dnn_FooterPane h1, #dnn_FooterPane h2, #dnn_FooterPane h3, #dnn_FooterPane h4, #dnn_FooterPane h5, #dnn_FooterPane h6 {
	color: #fff;
	font-weight: bold;
}

#dnn_FooterPane .Normal {
	color: #fff;
}

