/* ================================
    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
{background-color:#EAEAEA;
}

.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   {
	color:#00653B;
	font-family: Arial;
	font-size:20px;
	background:url(/Portals/1/titleUnreline.jpg) repeat-x left bottom;
	line-height:40px;
display:inline-block;
    width:100%;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family: Arial;
	font-size:12px;
	color:#333333;
                font-weight: normal;
}

/* 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  {
	font-family: Arial;
	font-size:12px;
	color:#333333;
                text-decoration:none;
}

A:visited   {
	font-family: Arial;
	font-size:12px;
	color:#333333;
                text-decoration:none;
}

A:active    {
	font-family: Arial;
	font-size:12px;
	color:#333333;
                text-decoration:none;
}

A:hover {
	font-family: Arial;
	font-size:12px;
	color:#333333;
                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 {
}

/* Main Menu */

.MainMenu_MenuContainer {
	width:207px;

}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
margin:0; padding:0;
	color:#3F3F3F;
	font-family: Arial;
	font-size:12px;
	background:#F7F7F7 url(/Portals/1/menuBG.jpg) no-repeat left top;
	line-height:25px;
	width:207px;
	height:25px;
	text-decoration: none;
	padding-left:23px;
                text-align:left;
                display:table;
}

.MainMenu_MenuItemSel {
margin:0; padding:0;
	color:#3F3F3F;
	font-family: Arial;
	font-size:12px;
	background:#F7F7F7 url(/Portals/1/menuBG.jpg) no-repeat left top;
	line-height:25px;
	width:207px;
	height:25px;
	text-decoration: none;
	padding-left:23px;
                text-align:left;
                display:table;
}

html>body .MainMenu_MenuItem {
	margin:0; padding:0;
	color:#3F3F3F;
	font-family: Arial;
	font-size:12px;
	background:#F7F7F7 url(/Portals/1/menuBG.jpg) no-repeat left bottom;
	line-height:24px;
	width:185px;
	height:25px;
	text-decoration: none;
	padding-left:23px;
    text-align:left;
    display:table;
	border:none;
}
html>body .MainMenu_MenuItem:hover{
	margin:0; padding:0;
	color:#3F3F3F;
	font-family: Arial;
	font-size:12px;
	background:#F7F7F7 url(/Portals/1/menuBG.jpg) no-repeat left bottom;
	line-height:24px;
	width:185px;
	height:25px;
	text-decoration: none;
	padding-left:23px;
    text-align:left;
    display:table;
	border:none;
}

html>body .MainMenu_MenuItemSel {
	margin:0; padding:0;
	color:#3F3F3F;
	font-family: Arial;
	font-size:12px;
	background:#F7F7F7 url(/Portals/1/menuBG.jpg) no-repeat left bottom;
	line-height:24px;
	width:185px;
	height:25px
	text-decoration: none;
	padding-left:23px;
    text-align:left;
    display:table;
	border:none;
}
html>body .MainMenu_MenuItemSel:hover{
	margin:0; padding:0;
	color:#3F3F3F;
	font-family: Arial;
	font-size:12px;
	background:#F7F7F7 url(/Portals/1/menuBG.jpg) no-repeat left bottom;
	line-height:24px;
	width:185px;
	height:25px
	text-decoration: none;
	padding-left:23px;
    text-align:left;
    display:table;
	border:none;
}
.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* SF styles */
.slogan1{
	font-family: Arial;
	font-size: 24px;
	color:#333333;
	font-weight: normal;
	line-height:35px;
	padding-left:25px;
}
.slogan2{
	font-family: Arial;
	font-size: 18px;
	color:#4D4D4D;
	font-weight: normal;
	padding-left:25px;
}
.bottomLinks{
	font-family: Arial;
	font-size:10px;
	color:#333333;
	text-decoration: none;
}
.bottomLinks a:link{
	font-family: Arial;
	font-size:10px;
	color:#333333;
	text-decoration: none;
}
.bottomLinks a:visited{
	font-family: Arial;
	font-size:10px;
	color:#333333;
	text-decoration: none;
}
.bottomLinks a:active{
	font-family: Arial;
	font-size:10px;
	color:#333333;
	text-decoration: none;
}
.bottomLinks a:hover{
	font-family: Arial;
	font-size:10px;
	color:#333333;
	text-decoration: none;
}
.pageText{
	font-family: Arial;
	font-size:12px;
	color:#333333;
}
.pinpointTitle{
	font-family: Arial;
	font-size:15px;
	color:#00653B;
	font-weight:  bold;
                line-height:30px;
}
.textboxPinpoint{
	font-family: Arial;
	font-size:12px;
	color:#333333;
	border:1px solid #DCDCDC;
	width:159px;
                height:19px;
}
.headline{
	color:#00653A;
	font-family: Arial;
	font-size:16px;
                font-weight:bold;
}
#dnn_ctr767_FormMaster_lblRequired{display:none;}
#dnn_ctr381_Login_Login_DNN_plUsername_imgHelp{display:none;}
#dnn_ctr381_Login_Login_DNN_plPassword_imgHelp{display:none;}



