/*Southern Lights */



/* 
================================
Skin styles for DotNetNuke
================================
*/   
.body
{
	background-color:#000000;
}

.sepCSS
{
	background-color:#000000;
	width:16px;
}

.skinheader {
}
.controlpanel {
	width: 100%;
	background-color: #000000;
}

.contentpane {
	width: 100%;
	background-color: #000000;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	background-color: #000000;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: #000000;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}


.Head   
{
	background-color: Transparent; 
	color: #FEF4CD; 
	font-weight:normal;
	font-size:20px;
	font-family:Garamond Pro, Garamond;
}

.SubHead    {
    font-family:Garamond Pro, Garamond;
    font-size:  11px;
    font-weight:    bold;
    color: #FEF4CD;
    
   	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	color:#C8E1F4;
	font-family: Garamond Pro, Garamond;
	vertical-align:middle;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Garamond Pro, Garamond;
    font-size:  16px;
    font-weight:  bold;
    color:#FEF4CD;
}

.Normal
{
    font-weight: normal;
	font-size:16px;
	color:#FEF4CD;
	font-family:Garamond Pro, Garamond;
}

A.Normal:Link
{
    text-decoration:none;
    color: #72A9D4;
}
A.Normal:active
{
    text-decoration:none;
    color: #72A9D4;
}
A.Normal:visited
{
    text-decoration:none;
    color: #72A9D4;
}
A.Normal:Hover
{
    text-decoration:underline;
    color: #ffffff;
}
.datagrid_item
{
	background-color:Silver;
}
.datagrid_header
{
	background-color:Silver;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Garamond Pro, Garamond;
    font-size: 16px;
    font-weight: normal;
    color:#ffffff;
}
span.NormalTextBox
{
	color:White;
}
Select.NormalTextBox
{
	color:black;
}
Input.NormalTextBox
{
	color:Black;
}
Textarea.NormalTextBox
{
	color:Black;
}

.NormalRed
{
    font-family: Garamond Pro, Garamond;
    font-size: 12px;
    font-weight: bold;
    color:yellow;
}

.NormalBold
{
    font-family: Garamond Pro, Garamond;
    font-size: 11px;
    font-weight: bold;
    color: yellow;
}
.BreadCrumbContainer
{
    font-family: Garamond Pro, Garamond;
    font-size: 10px;
    font-weight: normal;
    color: #FEF4CD;
	background-color: transparent;
	vertical-align:middle;
	/*padding:2px 2px 2px 25px; */
}
A.BreadCrumbContainer:link, A.BreadCrumbContainer:hover, A.BreadCrumbContainer:active, A.BreadCrumbContainer:visited
{
    font-family: Garamond Pro, Garamond;
    font-size: 10px;
    font-weight: bold;
    color: #FEF4CD;
    text-decoration:none;
}
A.BreadCrumbContainer:hover
{
    font-family: Garamond Pro, Garamond;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
    text-decoration:underline;
}
.UserContainer
{
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color:#FEF4CD;
	font-family: Garamond Pro, Garamond;
	vertical-align:middle;
}
A.UserContainer:link, A.UserContainer:active, A.UserContainer:visited
{
    font-family: Garamond Pro, Garamond;
    font-size: 11px;
    font-weight: bold;
    color: #FEF4CD;
    text-decoration:none;
}
A.UserContainer:hover
{
    font-family: Garamond Pro, Garamond;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    text-decoration:underline;
}

.DateContainer
{
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color:#FEF4CD;
	font-family: Garamond Pro, Garamond;
	vertical-align:middle;
}

	
/* text style for the selected tab */
.SelectedTab {
    font-size: 11px;
    color: #FEF4CD;
    font-family: Garamond Pro, Garamond;
    text-decoration: none;
}

.CommandButton     {
    font-family: Garamond Pro, Garamond;
    font-size: 11px;
    font-weight: normal;
    color:White;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color:yellow;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color:yellow;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color:yellow;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color:#FEF4CD;
}



/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: #FEF4CD;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: #FEF4CD;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: #FEF4CD;
}

A.SelectedTab:hover    {
    text-decoration:    underline;
    color: #ffffff;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 10px;
    color:#FEF4CD;
    font-family: Garamond Pro, Garamond;
    text-decoration: none;
    vertical-align: middle;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:#FEF4CD;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#FEF4CD;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#FEF4CD;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color:#FEF4CD;
}


.LinksCSS {
    font-weight: bold;
    font-size: 12px;
    color:#FEF4CD;
    font-family: Garamond Pro, Garamond;
    text-decoration: none;
    vertical-align: middle;
}
    
/* hyperlink style for the unselected tabs */
A.LinksCSS:link {
    text-decoration:    none;
    color:#FEF4CD;
}

A.LinksCSS:visited  {
    text-decoration:    none;
    color:#FEF4CD;
}

A.LinksCSS:active   {
    text-decoration:    none;
    color:#FEF4CD;
}

A.LinksCSS:hover    {
    text-decoration:    underline;
    color:#FEF4CD;
}

.footer
{
	color: #576270;
	background-color:#121212;
	font:Garamond Pro, Garamond;
	font-size:11px;
}

A.footer:link 
{
	text-decoration:none;
	color:#576270;
}
A.footer:visited 
{
	text-decoration:none;
	color:#576270;
}
A.footer:active 
{
	text-decoration:none;
	color:#576270;
}
A.footer:hover 
{
	text-decoration:underline;
	color:#FEF4CD;
}


/* menu */
.MainMenu_SubMenu TD
{
	font-family: Garamond Pro, Garamond;
	font-size: 16px;
	font-weight: normal;
	padding: 2px;
}
.MainMenu_SubMenuItemSelHover TD
{
	color: #0000000;
	height: 45px;
	font-family: Garamond Pro, Garamond;
	font-size: 16px;
	font-weight: normal;
}
/* Main Font Color */
.MainMenu_RootMenuItem TD
{
	color: #576270;
	height: 45px;
	font-family: Garamond Pro, Garamond;
	font-size: 16px;
	font-weight: normal;
	/*background: url(menu-bg.gif) repeat-x;*/
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 5px;
}
.MainMenu_RootMenuItemSel TD
{
	height: 45px;
	font-family: Garamond Pro, Garamond;
	font-size: 16px;
	font-weight:normal;
	color: #FFFFFF;
	/*background-image: url(menu-bg-over-active.gif);*/
	background-repeat: repeat-x;
	background-position: center top;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 5px;
}
/* Main Menu Hover Font Color */
.MainMenu_MenuItemHover TD
{
	/*background-image: url(menu-bg-over.gif);*/
	background-color:#121212;
	background-repeat: repeat-x;
	background-position: center top;
	color: #FEF4CD;
	height: 45px;
	font-family: Garamond Pro, Garamond;
	font-size: 16px;
	font-weight: normal;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 5px;
}
/* Main Menu Active Tab */
.MainMenu_MenuItemSelHover TD
{
	/*background-image: url(menu-bg-over.gif);*/
	background-color:#121212;
	background-repeat: repeat-x;
	background-position: center top;
	color: #FEF4CD;
	height: 45px;
	font-family: Garamond Pro, Garamond;
	font-size: 16px;
	font-weight: normal;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 5px;
}
.MainMenu_MenuContainer {
	border-bottom: #FFFFFF 0px solid;
	border-left: #E7EDE3 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #404040 0px solid;
	background-color: Transparent;
	width: 1px;
	padding: 0px;
}
.MainMenu_MenuBar {
	border-bottom: #FFFFFF 1px solid; 
	border-left: #FFFFFF 1px solid; 
	border-top: #FFFFFF 1px solid; 
	border-right: #FFFFFF 1px solid;  
	cursor: pointer; 
	cursor: hand; 
	height: 30px; 
}
/* Submenu Font Color */
.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #576270;  /*here*/
	font-family: Garamond Pro, Garamond;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	border-left: #FFFFFF 0px solid;
	border-bottom: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuIcon {
	background-color: #121212; 
	border-left: #00B2EE 0px solid; 
	border-bottom: #00B2EE 0px solid; 
	border-top: #00B2EE 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 2px;
	height: 21px;
}	
.MainMenu_SubMenu {
	margin-top: 1px;
	margin-left: -1px;
	background-color: #121212;  
	z-index: 1000; 
	cursor: pointer;
	cursor: hand; 
	border-top: #F1F1F1 1px solid;
	border-right: #F1F1F1 1px solid;
	border-left: #F1F1F1 1px solid;
	border-bottom: #F1F1F1 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#121212', Direction=135, Strength=3); 
/*	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#EFEFEF);
	filter: Alpha(Opacity=80, FinishOpacity=100, Style=2);*/
}
.MainMenu_MenuBreak {
	width: 40px;
	border: 0;
}
/* SubMenu Mouse Over BG & Text */
.MainMenu_MenuItemSel {
	background-color: #121212; 
	cursor: pointer; 
	cursor: hand; 
	color: #FEF4CD; 
	font-family: Garamond Pro, Garamond;
	font-size: 16px; 
	font-weight: normal; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	color: Black; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}


