/* ================================
    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
{
background-repeat: no-repeat;
}

.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_RootMenuItem td
{
    padding-left: 1px;
    padding-right: 4px;
}


.MainMenu_MenuContainer {
 border-bottom: #FFFFFF 0px solid;
 border-left: #FFFFFF 0px solid;
 border-top: #FFFFFF 0px solid;
 border-right: #FFFFFF 0px solid; 
 background-color: transparent;
}

.MainMenu_MenuBar {
 cursor: pointer;
 cursor: hand;
 height:16;
}

.MainMenu_MenuItem {
 cursor: pointer;
 cursor: hand;
 color: white;

 font-family: Arial, Helvetica;
 font-size: 13px;
 font-weight: normal;
 font-style: normal;

 border-left: #FFFFFF 0px solid;
 border-bottom: #FFFFFF 0px solid;
 border-top: #FFFFFF 0px solid;
 border-right: #FFFFFF 0px solid;
}

.MainMenu_MenuIcon {
 cursor: pointer;
 cursor: hand;
 background-color: #a2b2c9;
 border-left: #000000 0px solid;
 border-right: #000000 0px solid;
 border-bottom: #000000 0px solid;
 border-top: #000000 0px solid;
 text-align: center;
 width: 15;
 height: 22;
}

.MainMenu_SubMenu {
 z-index: 1000;
 cursor: pointer;
 cursor: hand;
 background-color: #a2b2c9;
 filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ;

border-bottom: #404040 0px solid;
 border-left: #FF8080 0px solid;
 border-top: #FF8080 0px solid;
 border-right: #404040 0px solid;
}

.MainMenu_MenuBreak {
 border-bottom: #404040 0px solid;
 border-left: #FF8080 0px solid;
 border-top: #FF8080 0px solid; 
 border-right: #404040 0px solid;
 background-color: #BCBCBC;
 height: 0px;
}

.MainMenu_MenuItemSel {
 background-color: #394E6C;
 cursor: pointer;
 cursor: hand;
 color: white;
 font-family: Arial, Helvetica;
 font-size: 13px;
 font-weight: normal;
 font-style: normal;

border-left: #000000 0px solid;
 border-right: #000000 0px solid;
 border-bottom: #000000 0px solid;
 border-top: #000000 0px solid;
}

.MainMenu_MenuArrow {
 font-family: webdings;
 font-size: 13pt;
 color: black;
 cursor: pointer;
 cursor: hand;
 border-left: #000000 0px solid;
 border-right: #000000 0px solid;
 border-bottom: #000000 0px solid;
 border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
 font-family: webdings;
 font-size: 13pt;
 color: black;
 cursor: pointer;
 cursor: hand;
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}


.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #CCCCCC;
	font-weight: bold;
	
}
.footer a:link {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #838383;
	font-weight: bold;

}
.footer a:visited {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #838383;
	font-weight: bold;
}
.footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: Underline;
}	


.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #755f44;
	font-weight: regular;
	
}
.text1 a:link {
        
        font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #394E6C;
	font-weight: regular;

}
.text1 a:visited {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #394E6C;
	font-weight: regular;
}
.text1 a:hover {
	
        font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: regular;
	text-decoration: Underline;
}	

.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #755f44;
	font-weight: regular;
	
}
.header1 a:link {
        font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #394E6C;
	font-weight: regular;

}
.header1 a:visited {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #394E6C;
	font-weight: regular;
}
.header1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #666666;
	font-weight: regular;
	text-decoration: Underline;
}

.blueBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #560800;
	font-weight: bold;
	
}
.blueBold a:link {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #394E6C;
	font-weight: bold;

}
.blueBold a:visited {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #394E6C;
	font-weight: bold;
}
.blueBold a:hover {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #cccccc;
	font-weight: bold;
	text-decoration: Underline;
}

.brownHeader {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #755f44;
	font-weight: normal;

	
}
.brownHeader a:link {
    font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #755f44;
	font-weight: normal;
	text-decoration: Underline;

}
.brownHeader a:visited {

	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #755f44;
	font-weight: normal;
	text-decoration: Underline;
}
.brownHeader a:hover {
    font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #755f44;
	font-weight: normal;
	text-decoration: Underline;
}



p { margin-top: 2px;
     margin-bottom: 1px; }


.SearchTD { 
width:200px; 
vertical-align: top; 
text-align: right; 
height: 41px; 
background: url(http://webwocnurse.com/Portals/_default/Skins/Minimalist-Slate-Styles/search-bg.gif) no-repeat top right; padding: 10px 7px 0 0; }

.SearchButton { 
background: transparent no-repeat; 
padding: 12px 12px 7px 12px; 
cursor: hand; 
font-size:1px; 
margin: 0 0 0 0;}
td#searchbox { background-repeat:no-repeat; height:41px; overflow:hidden; padding:0;}

td#sideGraph { margin: 0; width:201px; height: 193px; top:0;}

input#dnn_dnnSEARCH_txtSearch.NormalTextBox { 
height:20px; 

background: none;
width: 150px; 
color: #808080; 
padding: 0 4px; margin-top:0;
cursor:pointer; margin-bottom:0; }

.BREADCRUMBS_object, a.BREADCRUMBS_object:link, a.BREADCRUMBS_object:visited, a.BREADCRUMBS_object:active { 
color: #ffffff; 
font-family: arial; 
font-size: 20px; 
text-decoration: none; 
font-weight:normal;}

a.BREADCRUMBS_object:hover { 
color: #ffffff; 
font-family: arial; 
font-size: 20px; 
text-decoration: none; 
font-weight:normal; }

img { border: none; }

.bannerprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
}


.footerprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: regular;
}

.textprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: regular;
	line-height:1.5;
}

