/* ================================
    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/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    {
}
    
/* 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 {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}










#header, #content, #page-info {
	width: 992px;
	margin: 0 auto;
	padding: 0 2px 0 2px;
	font-size: 1.3em;
	border: 1px solid #ccc;
}

#header {
	background: #eaeaea;
	border-width: 1px 1px 0 1px;
}

#content {
	width: 986px;
	background: #eaeaea;
	border-width: 0 1px 1px 1px;
	padding: 5px;
}

#page-info {
	border-width: 0;
	text-align: center;
	font-size: 11px;
}

#primary {
	width: 770px;
	float: right;	
	background: #fff;
	margin-bottom: 1em;
	background: url(/nycotbfacts/images/contentblock_bg2.jpg) top center repeat-y;
}

#primary .inner {
	background: url(/nycotbfacts/images/contentblock_top2.jpg) top center no-repeat;
}

#primary .inner2 {
	padding: 10px;
	background: url(/nycotbfacts/images/contentblock_footer2.jpg) bottom center no-repeat;	
}

#sec {
	width: 209px;
}

#sec div.nav h2 {
	background: url(/nycotbfacts/images/left-menu-navigation.png);
	width: 209px;
	height: 27px;
	text-indent: -9999em;
	overflow: hidden;
        margin-top: 0;
}

#sec div.nav ul.nav {
	margin: 0; 
	padding: 0 0 3em 0;
	list-style: none;
	background: url(/nycotbfacts/images/menuBg-new.png) 50% 100% no-repeat;
	font-weight: bold;
	font-size: 12px;
}

#sec div.nav ul.nav li {
	background: transparent;
	border-top: 1px inset #cdcdcd;
	padding: 3px 0 3px 9px;
}

#sec div.nav ul.nav li img { vertical-align: bottom; }

#sec div.nav ul.nav li ul { 
	margin: 0; 
	padding: 0 0 0 2em; 
	list-style: none; 
	background: transparent; 
}

#sec div.nav ul.nav li ul li { 
	border: 0; 
	margin: .2em 0 .2em 0; 
	padding: 0; 
	background: transparent;
}



blockquote { 
margin: 1em 2em 1em 2.5em; 
padding: .5em .5em .5em 1em; 
border-left: 1px solid #acacac; 
font-family: monospace; 
}


/* mx forms */
.gre-error, .grFormErrorFieldLabel { color: #c00; }
p.formMessages { margin: 0; padding: 0; font-size: .85em; }
#sec p.formMessages { margin: 0; padding: 0; font-size: .80em; }
span.grFormErrorFieldLabel, span.formInfoMessage { display: block; }

form.mx-form { 
float: left; 
width: 100%; 
}

#sec form.mx-form {
margin: 0; padding: 0; 
}

form.mx-form p.formItem {
float: left;
width: 100%;
margin: .5em 0 .5em 0;
padding: 0;
}

#sec form.mx-form p.formItem {
margin: .25em 0 .25em 0;
}

form.mx-form p.submit {
text-align: center;
margin: 1em 0 1em 0;
}

form.mx-form .grFormFieldLabel { 
float: left; 
width: 35%;
padding: 0 1em 0 0;
text-align: right; 
}

#sec form.mx-form .grFormErrorFieldLabel, 
#sec form.mx-form .grFormFieldLabel { 
float: left;
margin: 0; padding: 0; 
width: 100%;
text-align: left;
}

form.mx-form .grFormInput {
float: left; 
width: 55%;
}

.group:after { 
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;	
}

hr, .hide {
	display: none;
}
