MediaPlayer_Container {
  border:0px solid black;
}

MediaPlayer {
  border:0px solid black;
}

#hrNav {
	position: relative;
	float: left;
	width: 180px;
	}
#hrNav.benefits {
	background: url(../images/port-box-broad.gif) no-repeat;
}

#hrNav ul {
	position: relative;
	color: #EEE;
	font: bold 11px/16px Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 4px 0 4px 0;
	width: 172px;
}
#hrNav ul li {
	list-style: none;
	margin: 2px 0 0 4px;
	padding: 0;
}
#hrNav ul li ul {
	margin: 0 0 8px 0;
	padding: 2px 0 0 0;
}
#hrNav ul li li{
	margin: 2px 0 0 0;
	padding: 0;
}
#hrNav ul li a {
	font-weight: normal;
	display: block;
	padding: 0 0 1px 8px;
	width: 174px;
	text-decoration: none;
}
#hrNav.benefits ul li a {
	color: #000;
	border: 1px solid #000;
}

#hrNav.benefits ul li a:hover {
	background: #666;
	color: #FFFFFF;
	border: 1px solid #d2e6f5;
}

#hrNav.benefits ul li.portfolioCurrent a, #hrNav.benefits ul li.portfolioCurrent a:hover {
	background: #fff;
	border: 1px solid #94b0c2;
}

h1 {

}

h2 {
  font: 24px Arial, Helvetica;
  font-weight:bold;
  color: #003366;
  border-bottom:thin dashed #000;
  padding: 5px 0;
 
}

h3 {

}

h4 {
  font: 16px  Arial, Helvetica;
  font-weight:bold;
  color: #0561a7;
  padding: 5px 0;
 
}

h5 {

}

h6 {

}

.subject{
  font: 12px  Arial, Helvetica;
  font-weight:bold;
  color: #0561a7;
   
}

.twoline-subject{
  font: 12px  Arial, Helvetica;
  font-weight:bold;
  color: #0561a7;
  line-height:13px;
   
}

h5 {
  font: 20px  Arial, Helvetica;
  letter-spacing:12px;
  font-weight:bold;
  background: #e9c769
  border: thin solid #d48808;
  color: #0561a7;
  text-transform:capitalize;
  padding: 5px 0;
  margin-bottom:-6px;
 
}

.CalDayHeader {
  font: 12px Arial, Helvetica;
  color: #000;
  font-weight: bold;
}

.CalDay {
  font: 12px Arial, Helvetica;
  color: #000;
  background-color: #ffeebf;
  padding-left:3px;
  height: 100px;
}

.CalNextPrev {
  font: 12px Arial, Helvetica;
  padding: 2px 5px;
  color: #ffffff;
}

.CalOtherMonth {
  font: 12px Arial, Helvetica;
  color: #000;
  background-color: #cccccc;
}

.CalSelectedDay {
  font: 12px Arial, Helvetica;
  color: #000;
  background-color: #ffeebf;
  height: 100px;
}

.CalSelector {
  font: 12px Arial, Helvetica;
  color: #000;
}

.CalTitle {
  color: #ffda73;
  font: 15px Arial, Helvetica;
  background-color: #487d37;
  font-weight: bold;
}

.CalToday {
  font: 12px Arial, Helvetica;
  color: #000;
  background-color: #ffeebf;
  height: 100px;
}

.CalWeekend {
  font: 12px Arial, Helvetica;
  color: #000;
  background-color: #ffeebf;
}

/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/ 



/* hyperlink style for the selected tab */
.contentPane {
  font: 14px Arial, Helvetica;
  color: #000000;
  line-height:18px;
}

.contentPane a:link{
  color: #000000;
  text-decoration: none;
}

.contentPane a:visited  {
  color: #666666;
  text-decoration: underline;
}

.contentPane a:visited {
  color: #666666;
  text-decoration: underline;
}

.contentPane  a:hover  {
  color: #666666;
  text-decoration: underline;
}

.contentPane a:active  {
  color: #666666;
  text-decoration: underline;
}

.contentPane ul {
	margin:0px;
	padding: 0px;
	
}

.contentPane ul li {
	margin:0px;
	padding: 0px;
	
}

.contentPane ul li a {
	padding: 3px 0px 0px 10px;
                position: relative;
	
	
	
}

.emailPane a:link {
    font: 9px Arial, Helvetica;
    color: #00000;
    text-decoration: none;
    padding-left:3px;
}

.emailPane a:visited, .emailPane a:active, .emailPane a:hover{
    font: 9px Arial, Helvetica;
    color: #000000;
    text-decoration: underline;
}


.loginButton {
               width:60px;
               height:12px;
               background: #b75501;
               color: #000;
               padding:3px 10px;
               border: thin solid #007428;
               margin: 0px 5px;
}

.loginButton a:link{
                 color: #000;
                 text-decoration: none;
}

.registerButton {
               height:12px;
               background: #b75501;
               color: #000;
               padding:3px 10px;
               border: thin solid #007428;
               margin: 0px 5px;
}

.registerButton a:link{
                color: #000;
                text-decoration: none;
}


#bottomMenu {
	background:#004f1b;
	text-align:center;
}

#bottomMenu p{
                font: 10px Arial, Helvetica;
                color: #CCCCCC;
	padding-top:10px;}

#bottomMenu a:link, a:visited, a:hover, a:active{
	color:#FFF;
	text-decoration:none;
}
/* 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  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* 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
{ line-height:18px;
}

/* 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:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL 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 {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

#bibleDrills {
  width:180px;
  border: thin solid #333;
  background:#CCC;
 margin:10px;
 padding:10px;
}

#bibleDrills UL {
 list-style:circle;
 list-style-type:circle;
}

#bibleDrills UL LI {
 padding-left: 5px;
}

#bibleDrills UL LI UL LI{
 padding-left: 10px;
}
}














