/* ================================
    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
{
color: #666666;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: center;
}

/* 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:#9F0000;
}

/* style of item titles on edit and admin pages */
.SubHead    {
color:#9F0000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
color:#9F0000;
}

/* text style used for most text rendered by modules */
.Normal
{
color: #666666;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}

/* 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  {
font-size: 14px;
color: #9D0000;
font-weight: bold;
margin-bottom: 8px
}

H2  {
font-size: 14px;
color: #FFFFFF;
font-weight: bold;
}

H3  {
font-size: 13px;
color: #9D0000;
font-weight: bold;
}

H4  {
font-size: 12px;
color: #9D0000;
font-weight: bold;
}

H5, DT  {
font-size: 12px;
color: #FFFFFF;
font-weight: bold;
}

H6  {
font-size: 11px;
color: #9D0000;
font-weight: bold;
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
color: #9D0000;
text-decoration: underline;
}

A:visited   { 
color: #9D0000;
text-decoration: underline;
}

A:active    {
color: #9D0000;
text-decoration: underline;
}

A:hover {
color: #8B0000;
text-decoration: underline;
}

SMALL   { 
font-size: 9px;
}
.small   { 
font-size: 9px;
}

BIG {
font-size: 12px;

}

BLOCKQUOTE, PRE {
}


UL LI   {
list-style-type: square;
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
	border-top: 1px;
	border-top-style: solid;
	height: 1px;
	width: 80%;
	line-height: 0px;
	color: #9D0000;
}

/* 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 {
color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.ModuleTitle_MenuBar {
color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.ModuleTitle_MenuItem {
color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.MainMenu_MenuItem {
color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
color: #9F0000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFFFFF;

}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* New-Styles */

HTML {
	
	color: #666666;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;

	scrollbar-face-color: #000000;
	scrollbar-shadow-color: #9F0000;
	scrollbar-highlight-color: #9F0000;
	scrollbar-3dlight-color: #666666;
	scrollbar-darkshadow-color: #666666;
	scrollbar-track-color: #666666;
	scrollbar-arrow-color: #9F0000;
}
.redtext {
	color: #9D0000;
}
.whitetext {
	color: #FFFFFF;
}
.mainBox{
position:absolute;
	left:50%;
	width:760px;
	margin-top:5px;
	margin-left:-380px;
	padding:0px;	
	background-color:#FFFFFF;
}
.containBox{
width: 762px;
border: 1px solid #666666; 
text-align: left;

	}

}
.nav{
	width: 497px;
	text-align: right;
	margin-right: 10px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
.redbak {
	background-color: #9F0000;
	
	background-image: url(../../Portals/0/template_images/maxam_bg_pattern.jpg);
	background-position: right;
	background-repeat: repeat-y;
}
#captionBox {
	padding: 10px;
	color: #FFFFFF;
	text-align: left;
	}
.bumpBox {
	padding:  0px 0px 10px 10px;	
	color: #666666;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-align: left;
}
.copyright {
	font-size: 9px;
	color: #999999;
	text-align: left;
	width: 760px;
}
p {
	color: #666666;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}
.fadebak {
background-color:#9F0000;
background-image: url(../../Portals/0/template_images/maxam_bg_plan.jpg);
background-repeat: no-repeat;
background-position:bottom;
width:252px;
height:86px;
}
#footNav {
text-align:right;
font-size:9px
word-spacing: 10px;
}
.wordGap{
word-spacing: 4px;
}
.wordGap2 {
word-spacing: 10px;
}


