/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* 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   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* 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
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* 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 {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

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 {
}

/* Main Menu */

.MainMenu_MenuContainer 
{
	text-align: left;
}

.MainMenu_MenuBar 
{
	
}

.MainMenu_MenuItem 
{
}

.MainMenu_MenuIcon 
{
	display: none;
}

.MainMenu_SubMenu 
{
	text-align: left;
}

.MainMenu_MenuBreak 
{
	color: White;
	width: 1px;
}

.MainMenu_MenuItemSel 
{
}

.MainMenu_MenuArrow 
{
	display: none;
}

.MainMenu_RootMenuArrow 
{
	display: none;
}

/*Jesse's Custom Classes*/

/*Main Menu*/

.Custom_SubMenuItem
{
	letter-spacing: 1;
	font-size: 11pt;
	color: Black;
	text-transform: none;
	background-color: transparent;
	border-bottom: 0px;
}

.Custom_SubMenuItemSel
{
	font-size: 11pt;
	letter-spacing: 1;
	text-transform: none;
	background-color: transparent;
	border-bottom: 0px;
}

.Custom_RootItem 
{
	font-family: Lucida sans;
	font-size: 9pt;
	font-weight: normal;
	color: White; 
	letter-spacing: 1;
	padding-right: 12px; 
	padding-left: 12px; 
	text-transform:uppercase;
	border: 0px 0px 0px 0px;
}

.Custom_RootItemSel
{
	font-family: lucida sans;
	letter-spacing: 1;
	font-weight: normal;
	font-size: 9pt;
	color: #7777FF; 
	/*text-align: center;	*/
	padding-right: 12px; 
	padding-left: 12px; 
	background-color:Transparent;
	text-transform:uppercase;
	background-position:center;
}

.Custom_RootItem menuitem:active
{
	background-image: url(/berean/controls/solpartmenu/whiteback.png);
	background-repeat:repeat-x;
}

.Custom_SubMenu
{
	width: 200px;
	background-color: White;
}

/* Login */

.Custom_Login:link,
.Custom_Login:visited,
.Custom_Login:active
{
	font-family: Lucida sans;
	font-size: 9pt;
	font-weight: normal;
	color: White; 
	letter-spacing: 1;
	padding-right: 12px; 
	padding-left: 12px; 
	text-transform:uppercase;
	border: 0px 0px 0px 0px;
}

.Custom_Login:hover
{
	color: #7777FF;
	text-decoration: none;
} 

.Custom_AdminLogin:link,
.Custom_AdminLogin:visited,
.Custom_AdminLogin:link{
	color: black; 
	font-family: Arial;
	font-size: 8px;
	letter-spacing: 2px;
}
.Custom_AdminLogin:hover{
	color: black;
	text-decoration: none;
}

/* Current Date */

.Custom_Date
{
	font-family:arial narrow;
	font-style:italic;
	font-weight: lighter;
	letter-spacing: 2px;
	color: #a7a6a6;
	font-size: 8pt;
	font-weight: bold;
}

/* Copyright Notice*/

.Custom_Copyright
{
	font-family: Arial Narrow;
	font-size: 10px;
	letter-spacing: 2px;
	color: Black;
}

/*Custom Visitor's Page Body Text*/

.Custom_VisitorBody
{
	font-family: Arial;
	font-size: 10pt; 
	text-align: left;
	line-height: 25px;
}

.Custom_VisitorHead
{
	font-family: Times New Roman;
	font-size: 14pt;
	text-transform: uppercase;
	text-align: right;
}

.Custom_VisitorLetter
{
	font-size: 10pt;
}

.Custom_VisitorLinks a:link,
.Custom_VisitorLinks a:visited,
.Custom_VisitorLinks a:active
{
	font-family: Arial;
	font-size: 10pt; 
	text-align: left;
	color: #0000FC;
	line-height: 25px;
}
.Custom_VisitorLinks a:Hover
{
	color: #FF0000; 
	text-decoration: none;
}

/*Terms of use*/
.Custom_Terms:link,
.Custom_Terms:visited,
.Custom_Terms:link{
	color: #1111ff; 
	font-family: Arial;
	font-size: 10px;
	letter-spacing: 2px;
}
.Custom_Terms:hover{
	color: #E4C398;
	text-decoration: none;
}
/*Left Links*/

    .leftlinks:link,
    .leftlinks:active,
    .leftlinks:visited{
        color: white;
        font-family: arial;
        font-size: 10pt;
        text-decoration: none;
    }
    .leftlinks:hover{
        color: #7777FF;
        font-family: arial;
        font-size: 10pt;
        text-decoration: none;
    }

/*general text*/

    .GeneralText{
	font-family: arial;
	font-size: 10pt; 
	text-align: left;
	color: white;
	line-height: 18px;
    }

    .GeneralText a:link,
    .GeneralText a:visited,
    .GeneralText a:active{
	font-size: 10pt;
	font-family: times;
	color: #b5adff;
	font-style: italic;
    }

    .GeneralText a:hover{
	color: #E4C398;
	text-decoration: none;
    }
	
    .GeneralTextBlack{
	font-family: arial;
	font-size: 10pt; 
	text-align: left;
	color: black;
	line-height: 20px;
    }
    .Custom_BottomLinks{
	font-family: arial;
	font-size: 8pt;
	color: black;
	text-transform: uppercase;
    }


/*saved page*/
    .saved a:link,
    .saved a:active,
    .saved a:visited{
	    font-size: 12pt;
	    padding-left: 50px;
	    font-family: Arial;
	    color: white;
	    font-style: italic;
    }

    .saved a:hover{
	    color: #0000FF;
	    text-decoration: none;
    }
    .saved{
	    font-size: 10pt;
	    font-weight: normal;
	    font-style: normal;
	    font-family: arial;
    }
   .saved .head{
        font-size: 12pt; 
        font-weight: bold;
	font-family: arial;
   } 
   .saved .level0{
        padding-left: 20px;
   }
   .saved .indent0{
        padding-left: 36px;
   }
   .saved .level1{
        padding-left: 40px;
    }
   .saved .indent1{
        padding-left: 56px;
    }
    .saved .level2{
        padding-left: 60px;
    }   
   .saved .indent2{
        padding-left: 76px;
    } 
    
/* Calendar Event popup */
.cssECPopupTable
{
	font-family: Verdana;
}

.cssECPopupHeader
{
	font-family: Verdana;
	font-size: 12pt;
}

.cssECPopupRow
{
	font-family: Verdana;
	font-size: 10pt;   
}

.cssECPopupHeading
{
    font-weight: bold;
    font-family: Verdana;
    font-size: 10pt;
}

/* The calendar */
.cssECSmall
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;	
}
.cssECCalendar
{
     background-color: White;
     font-family: Verdana;
}

.cssECDayHeader
{
    color: White;
    background-color: Gray;
    border: solid 1px #D3D3D3;
    font-family: Verdana;
    vertical-align: middle;
    font-size: 8pt;
}

.cssECDay
{
     background-color: White;
     border: solid 1px #D3D3D3;
     font-family: Verdana;
     font-size: 8pt;
     height: 55px;
}

.cssECNextPrev
{
     font-size: 8pt;
     font-family: Verdana;
     color: Black;
}

.cssECOtherMonthDay
{
    font-size: 8pt;
    color: #C3C3C3;
    background-color: #F3F3F3;
    border-left: solid 1px White;
    border-top: solid 1px #D3D3D3;
    border-bottom: solid 1px #D3D3D3;
    font-family: Verdana;
}

.cssECSelectedDay
{
	font-family: Verdana;
}

.cssECTitle
{
    font-size: 16;
    font-weight: bold;
    font-family: Verdana;
}

.cssECTodayDay
{
    border: solid 1px #D3D3D3;
    background-color: #E3E3E3;
    font-family: Verdana;
}

.cssECWeekendDay
{
    border: solid 1px #D3D3D3;
    font-family: Verdana;
    height: 55px;
}

.cssECOnDay
{
    background-color: #DAE6EC;
    font-family: Verdana;
}

/* Event display */
.cssECEvent
{
    font-family: Verdana;
    font-size: 8pt;
}

.cssECEventDaySeparator
{
	font-family: Verdana;
	font-size: 12pt;
	background-color: #A3A3A3;
	color: White;	
	font-weight: bold;
}