/* ================================
    DotNetNuke CSS Styles modified for the Southeast Christian Website
    by Dennis St. John
    !!!  WARNING !!!
    ALL SITE ACTIVITY IS LOGGED!!!
    Please do not edit this section unless you absolutely know what you are doing
    and have extensive knowledge of CSS and how it interacts with DNN.

    This section has been modified extensively from the default installation to display 
    the current look and feel of the new Southeast Christian Website.

    This file controls most every aspect of site look and feel in regards to fonts, 

colors,
    background images, general layout, etc.
   ================================
*/   
.pagemaster {
width: 820px;
align: center;
height: 100%;	
background-color: Black;
/* background-image: url('SiteBG_maroon.png'); */
background-repeat: repeat-y;
background-position:  center top;
scrollbar-arrow-color:#FFDEAD;
scrollbar-3dlight-color:#FF6347;
scrollbar-highlight-color:#FFFFFF;
scrollbar-face-color:Maroon;
scrollbar-shadow-color:#FFFFFF;
scrollbar-darkshadow-color:#CD5C5C;
scrollbar-track-color:#3084b9; 
font-family:Tahoma, Verdana, Arial, Helvetica; 
font-size:11pt; 
margin:0px auto
}

.skinmaster {
width: 820px;
height: 100%;
background-color: #400001;
font-color: white;
border-right: black 1px solid; 
border-top: black 0px solid; 
border-left: 1px solid black; 
border-bottom: black 0px solid; 
moz-border-radius-bottomleft: 15px; 
moz-border-radius-bottomright: 15px; 
moz-border-radius-topleft: 3px; 
moz-border-radius-topright: 3px; 
margin-top: 0px;
}

.skinheader {
background-image: url('HeaderBGM.jpg'); 
background-repeat: repeat-x; 
background-position: center top;
text-align: center;
}

.skingradient {
	background-image: url(NavBarBGB.png); 
	height:30px;
}

.hide {
font-color:black;
}

.functionbar {
	color: #d4e3f7;
}	

.SkinObject {
color: white;
}

A.SkinObject:link {
color: white;
text-decoration: underline;
}

A.SkinObject:visited  {
color: silver;
text-decoration: underline;
}

A.SkinObject:active   {
color: silver;
text-decoration: underline;
}

A.SkinObject:hover    {
color: white;
text-decoration: underline;
}


.MainMenu_MenuContainer {
background-color: transparent; 
}

.MainMenu_MenuBar {
cursor: pointer; 
cursor: hand;
height: 21px;
background-color: transparent;
}

.MainMenu_MenuItem {
border-left: #cccccc 0px solid; 
border-bottom: black 0px solid; 
border-top: black 0px solid; 
border-right: #cccccc 0px solid;
cursor: pointer; 
cursor: hand; 
color: white; 
font-family: Arial, Helvetica, Tahoma; 
font-size: 12pt; 
font-weight: bold; 
font-style: normal; 
background-color: transparent;
}

.MainMenu_MenuIcon {
	background-color: #020049; 
	border-left: #020049 0px solid; 
	border-bottom: #020049 0px solid; 
	border-top: #020049 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: navy;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='lightblue', Direction=135, Strength=3); border: solid 1px; border-color: silver;
}
.MainMenu_MenuBreak {
background-color: black;
height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: blue; 
	background-image: url('/Portals/0/NavMenuSelBG.png'); 
	cursor: pointer; 
	cursor: hand; 
	color: #feef4c; /* yellow */
	font-family: Arial, Helvetica, Tahoma; 
	font-size: 12pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}
.MainMenu_MenuArrow {
	border-right: black 0px solid; 
	border-bottom: black 0px solid; 
	border-top: black 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* 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: Black;
/* background-image: url('SiteBG_maroon.png'); */
background-repeat: repeat-y;
background-position:  center top;
color: white;
scrollbar-arrow-color:#FFDEAD;
scrollbar-3dlight-color:#FF6347;
scrollbar-highlight-color:#FFFFFF;
scrollbar-face-color:Maroon;
scrollbar-shadow-color:#FFFFFF;
scrollbar-darkshadow-color:#CD5C5C;
scrollbar-track-color:Highlight; 
}

td.bodybold{
font-family: Tahoma, Verdana, Arial, Helvetica;
font-size: 9pt;
font-weight: bold;
}

td.body{
font-family: Tahoma, Verdana, Arial, Helvetica;
font-size: 9pt;
}

td
{
color: white;
}

.ControlPanel {
width: 100%;
height: 0px;
background-color: Maroon;
}

/* background/border colors for the selected tab */
.TabBg {
}

.SloganPane{
width: 220px;
}

.LeftPane  {
text-align: left;
width: 175px;
background-color: transparent; 
}

.ContentPane  { 
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
color: white;
text-align: left;
width: 100%;
margin-left:auto;
margin-right:auto;
}

.smContentPane  { 
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
background-color: white;
color: white;
text-align: left;
width: 100%;
margin-left:auto;
margin-right:auto;
}

.smTopPane {
background-color: white;
}

/*.RightPane  {
/*width: 175px;
/*background-color: transparent; 
/*}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
color: white;
font-family: Verdana, Tahoma, Arial, Helvetica;
font-size: 14pt;
font-weight: bold;
}

.DataGrid_AlternatingItem
{
background-color: #708090;
}

/* style of item titles on edit and admin pages */
.SubHead    {
/*
background-color: #2f2f6b; */
color: white;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin 

modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
color: white;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */

.NormalTextBox {
/*
background-image: url('/images/TextBoxBG.gif');
background-repeat:  no-repeat;
background-position: top left;
background-position-y: top;
border: 1px solid #ADD8E6;
padding: 3px 3px;
*/
}

.NormalRed
{
background-color: whitesmoke;
color: red;
}

.NormalBold
{
font-weight: bold;
color: white;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
color: #c0c0c0;
}

A.CommandButton:visited  {
color: #c0c0c0;
}

A.CommandButton:active   {
color: #ffffff;
}

A.CommandButton:hover    {
color: #ffffff;
}
    
/* button style for standard HTML buttons */
.StandardButton     {
border-color: white;
border: 2px;
background-color: #990000;
color: white;
/* background-image: url('/Portals/0/ButtonBG.png'); */
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
color: #c0c0c0;
text-decoration: underline;

}

A:visited   {
color: #c0c0c0;
text-decoration: underline;

}

A:hover {
color: #ffffff;
text-decoration: underline;
}

A:active    {
color: #ffffff;
text-decoration: underline;
}



SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* ====================================
    CSS Modifications for the File Manager in the admin area.
   ====================================
*/   
.FileManager{
background-color: gray;
}

.FileManager_Explorer{
background-color: gray;
}

.FileManagerTreeNode{
color: black;
}

.FileManagerTreeNodeSelected{
color: white;
background-color: navy;
}

.FileManager_Pager{
background-color: gray;
}

.FileManager_StatusBar{
background-color: gray;
}

.FileManager_FileList {
background-color: silver;
}

.FileManager_Header {
background-color: #00375a;
}

.FileManager_Item {
background-color: #0c344d;
color: white;
}

.FileManager_AltItem {
color: white;
background-color: #26516d;
}

.FileManager_tblMessagePager{
background-color: gray;
}

A.FileManager_Item:link {
color: aqua;
}

A.FileManager_AltItem:link {
color: aqua;
}

SELECT {
color: white;
background-color: Maroon;
}

/* ====================================
    CSS Modifications for the Wizard Header in the admin area.
   ====================================
*/   
.WizardHeader {
background-color: #326078;
}

.WizardButton {
	background-color: gray;
	border: 1px solid #ADD8E6;
	padding: 2px;
	border-bottom: 1px solid #696969;
	border-right: 1px solid #696969;
}

.WizardFooter {
background-color: #326078;
}

/* ====================================
    CSS Modifications for the Log Viewer in the admin area.
   ====================================
*/  
.PagingTable {
background-color: #184b6b;
}

/* ===========================================
    CSS Modifications for the ssm:wire signup form in Ministries > Students
   ============================================
*/  
.ssmwire {
color: white;
font-size: 9pt;
font-family: Arial, Helvetica;
}

.ssmwireouter {
background-color: #113b73;
width: 196px;
}

/* ===========================================
    CSS Modifications for Form Master
   ============================================
*/  

.valDetails
{

}









