/* ================================
    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:hover    {
}

A.SelectedTab:active   {
}

/* 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
{
}

/* 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{
}

/* TextBox Styles */

.XSmallTextBox
{
	width:50px;
}
.SmallTextBox
{
	width:100px;
}
.MediumTextBox
{
	width:150px;
}
.LargeTextBox
{
	width:200px;
}
.XLargeTextBox
{
	width:300px;
}

/* DropDownList Styles */

.XSmallDropDownList
{
	width:50px;
}
.SmallDropDownList
{
	width:100px;
}
.MediumDropDownList
{
	width:150px;
}
.LargeDropDownList
{
	width:200px;
}
.XLargeDropDownList
{
	width:300px;
}
.XXLargeDropDownList
{
	width:400px;
}

/* New Styles */

#body
{
	height:100%;
	width:100%;
	color:#404763;
}

.DisabledControl
{
	color: #d1d1d1;
	background-color: #d1d1d1;
}

.DisabledTable, a.DisabledTable, a.DisabledTable tr, a.DisabledTable td, a.DisabledTable li, a.DisabledTable ul
{
	color: #d1d1d1;
	background-color: #d1d1d1;
}

.Information_Panel
{
	border: solid 1px #007ec5;
	background-color: #f9e0a2;
	padding: 15px;
	width:400px;
}

.div_NoHomeAddressPrompt
{
	border: solid 1px #007ec5;
	background-color: #f9e0a2;
	margin:5px;
	padding:5px;
	text-align:center;
}

.Result_Heading_Table tr, .Result_Heading_Table td
{
	height:30px;	
}
.Result_Heading_Left
{
	width:20px;
}
.Result_Heading_Right
{
	width:20px;
}
.Result_Heading_Centre
{
	background-color: #EEEEEE;
	color: #000000;
	padding-left:10px;
	padding-right:10px;
}

.Width_800
{
	width:800px;
}

.Width_600
{
	width:600px;
}
.Width_500
{
	width:500px;
}
.Width_450
{
	width:450px;
}
.Width_250
{
	width:250px;
}
.Width_200
{
	width:200px;
}
.Width_150
{
	width:150px;
}
.Width_100
{
	width:100px;
}
.Width_50
{
	width:50px;
}

.div_UpdateProgress_Style
{
	background-color:White;
	border: solid 1px Black;
	display:none;
	position:absolute;
	height:100px;
	width:100px;
}

.radiobuttonlist_MembershipDetails_Subscription label
{
	font-size:12px;
	font-weight:bold;
	padding-left:10px;
}

.Warning_Text
{
	padding-bottom: 25px;
}

.Watermark_Text
{
	color: Gray;
}


/*

-------------------------
Styles from Original Site
-------------------------

*/

body, html
{
	border:0 none;
	color:#000000;
	font-family:Arial,Helvetica,sans-serif !important;
	font-size:16px;
	margin:0;
	padding:0;
}

body
{
	background-color:#FFFFFF;
}

#footer
{
	background-color:#FFFFFF;
	border-top:1px solid #DCDCDC;
	color:#5E5E5E;
	font-size:0.7em;
	height:36px;
	overflow:auto;
	padding:10px;
}
#footer #footlinks
{
	float:right;
	text-align:right;
}
#footer #footlinks a
{
	color:#0F79A1;
	padding:0 7px;
}
#footer #footlinks a:hover
{
	color:#0F79A1;
}
#footer #copyright
{
	color:#5E5E5E;
	float:left;
	width:20%;
}

#header
{
	background-color:#007EC5;
	background-image:url("Images/bgr_header.gif");
	background-repeat:no-repeat;
	height:90px;
	overflow:auto;
	padding:0;
}
#header img.logo
{
	float:right;
	margin:10px 40px 0 0;
}
#header .tagline
{
	float:left;
	font-size:1.1em;
	font-weight:normal;
	margin:35px 30px 0 20px;
	width:40%;
}

#leftNav
{
	background-color:#C7DAE1;
	border-right:1px solid #DCCFAF;
	padding:0;
	width:200px;
}
#leftNav .content
{
	padding:15px;
}
#leftNav ul
{
	margin:15px 0 20px 18px;
	padding:0;
}
#leftNav ul li
{
	border-bottom:1px solid #FFFFFF;
	font-weight:bold;
	list-style-image:url(../images/bullet01.gif);
	margin:3px 0 0;
	padding:0 0 3px;
}

.ContentPane
{
	background-color:#FFFFFF;
	padding:0;
	width:100%;
}
.Container_Content
{
	margin:25px;
	vertical-align:top;
}
.ContentPane .right
{
	float:right;
	margin-right:95px;
}
.Container_Title
{
	border-bottom: solid 1px #dcdcdc;
	color:#000000;
	font-size: 18px !important;
	line-height:1em;
	padding:8px 0 8px 28px;
}

#topNav
{
	background-color:#404763;
	border-bottom:8px solid #0F79A1;
	color:#FFFFFF;
	font-size:0.7em;
	font-weight:bold;
	height:28px !important;
	height:36px;
	margin:0;
	overflow:auto;
	padding:0;
}
#topNav ul
{
	margin:0;
	padding:0;
}
#topNav ul li
{
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#topNav a
{
	color:#FFFFFF !important;
	display:block !important;
	float:left;
	margin:0;
	padding:7px 15px;
	text-decoration:none !important;
	text-transform:uppercase;
}
#topNav a:hover
{
	background-color:#0F79A1;
}
#topNav a.selected
{
	background-color:#0F79A1;
	color:#FFFFFF;
	display:block;
	float:left;
	margin:0;
	padding:7px 15px;
	text-decoration:none;
}
#topNav a.selected:hover
{
	background-color:#0F79A1;
	color:#FFFFFF;
	text-decoration:none;
}