BODY {
	padding-right: 0px; 
	padding-left: 0px; 
	background: #243a5b; 
	padding-bottom: 0px; 
	margin: 0px; 
	padding-top: 0px;
	font-size: 10px; 
	color: black; 
	font-family: Arial,Helvetica,sans-serif;
}

p, table {
	font-size: 10px; 
	color: black; 
	font-family: Arial,Helvetica,sans-serif;
}

UL {
	color: black; 
	line-height: 13px;
}

.hdr {
	font-weight: bold; 
	font-size: 16px; 
	color: #bf3e3c; 
	font-family: Arial,Verdana,Helvetica,sans-serif;
}

.hdrTd {
	background: url(bg_header.jpg) repeat-x top;
}

SELECT, OPTION, TEXTAREA {
	color: #333333; 
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

.input {
	color: #333333; 
	BORDER-TOP-STYLE: none; 
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	BORDER-RIGHT-STYLE: none; 
	BORDER-LEFT-STYLE: none; 
	BORDER-BOTTOM-STYLE: none;
}

.footer {
	background: url(globalfooter_cap.gif) #243a5b repeat-x 50% top;
}

.ftrText {
	color: #c9c9c9; 
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

.hdrText {
	color: #c9c9c9;
	font-size: 9px; 
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

a.ftrText:link, a.ftrText:visited, a.hdrText:link, a.hdrText:visited {
	color: #c9c9c9; 
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	text-decoration: none;
}

a.ftrText:hover, a.frtText:active, a.hdrText:hover, a.hdrText:active {
	color: #dedede; 
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	text-decoration: underline;
}

.topMenuRootItem {
	margin: 0px 23px;
	font-weight: bold;
}

a.topMenuRootItem:link, a.topMenuRootItem:visited, a.topMenuRootItem:hover, a.topMenuRootItem:active {
	color: #faf7e1; 
	text-decoration: none;
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-weight: bold;
}

.navBg {
	background-image: url(nav_bg_bar.gif);
}

.navButtonOver {
 	background-image: url(nav_bg_on.gif);
	font-weight: bold;
}

.navButtonOff {
 	background-image: url(nav_bg_off.gif);
	font-weight: bold;
}

#contentCell {
	background-position: 50% top; 
	background-image: url(bg_gray_grade.gif); 
	background-repeat: repeat-x; 
	background-color: #cbcccc;
	font-weight: bold;
}


#leftBox {
	BORDER-RIGHT: white 1px solid; 
	DISPLAY: block; 
	background: url(bg_gray_grade.gif) #cbcccc repeat-x 50% top; 
	BORDER-LEFT: white 1px solid; 
	WIDTH: 100%; 
	HEIGHT: 100%;
}
/* ================================
    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  { 
	margin: 5em 5em 5em 5em;
}

.RightPane  { 
}

.TopPane {

}

.SkinObject {
    font-weight: bold;
    font-size: 9pt;
    color: #332F7A;
    font-family: Arial, Helvetica, Tahoma;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#332F7A;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#332F7A;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#332F7A;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#332F7A;
}
/* text style for the selected tab */
.SelectedTab {
color: #332F7A;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
color: #332F7A;
font-weight: bold;
}

A.SelectedTab:visited  {
color: #332F7A;
font-weight: bold;
}

A.SelectedTab:active   {
color: #971C00;
font-weight: bold;
}

A.SelectedTab:hover    {
color: #971C00;
font-weight: bold;
}

/* text style for the unselected tabs */
.OtherTabs {
color: #F0E2C8;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
color: #F0E2C8;
font-weight: bold;
}

A.OtherTabs:visited  {
color: #F0E2C8;
font-weight: bold;
}

A.OtherTabs:active   {
color: #CCA176;
font-weight: bold;
}

A.OtherTabs:hover    {
color: #CCA176;
font-weight: bold;
}

/* GENERAL */
/* style for module titles */
.Head   {
	font-family: Arial, Helvetica, Tahoma;
   	font-size:  18px;
   	font-weight:    normal;
	color: #BF3E3C;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family: Arial, Helvetica, Tahoma;
   	font-size:  11px;
   	font-weight:    bold;
	color: #BF3E3C;
}
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family: Arial, Helvetica, Tahoma;
    font-size:  11px;
    font-weight:    bold;
	color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Arial, Helvetica, Tahoma;
    font-size: 10px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Arial, Helvetica, Tahoma;
    font-size: 10px;
    font-weight: normal;
}

.NormalRed
{
	font-family: Arial, Helvetica, Tahoma;
    font-size: 10px;
    font-weight: bold;
	color: #BF3E3C;
}

.NormalBold
{
	font-family: Arial, Helvetica, Tahoma;
    font-size: 10px;
    font-weight: bold;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-family:  Arial, Helvetica, Tahoma;
    font-size: 12px;
    font-weight: normal;
	color: #332F7A;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	color: #332F7A;
	text-decoration:    underline;
}

A.CommandButton:visited  {
	color: #332F7A;
	text-decoration:    underline;
}

A.CommandButton:active   {
	color: #332F7A;
	text-decoration:    underline;
}

A.CommandButton:hover    {
	color: #971C00;
	text-decoration:    underline;
}
    
/* GENERIC */
H1  {
   font-family: Arial, Helvetica, Tahoma;
    font-size:  20px;
    font-weight:    normal;
    color: black;
}

H2  {
    font-family: Arial, Helvetica, Tahoma;
    font-size:  20px;
    font-weight:    normal;
    color: black;
}

H3  {
   font-family: Arial, Helvetica, Tahoma;
    font-size:  14px;
    font-weight:    normal;
    color: #332F7A;
}

H4  {
    font-family: Arial, Helvetica, Tahoma;
    font-size:  12px;
    font-weight:    normal;
    color: #332F7A;
}

H5, DT  {
    font-family: Arial, Helvetica, Tahoma;
    font-size:  11px;
    font-weight:    bold;
    color: #332F7A;
}

H6  {
    font-family: Arial, Helvetica, Tahoma;
    font-size:  11px;
    font-weight:    bold;
    color: #332F7A;
}

TFOOT, THEAD    {
}

TH  {
}

a:link, a:visited {
	color: #333333; 
}

a:hover, a:active {
	color: #666666; 
	text-decoration: none;
}


/* ================================
    CSS STYLES FOR Inventua Side Menu
   ================================
*/   


.MenuHdr  {
	font-size: 11.5px;
	color: black;
	font-weight: bold;
	padding-bottom: 2px;
	padding-left: 4px;
}

.MenuItem HR {
color: white;

}

.MenuItemMouseOver {
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	padding-bottom: 7px;	
	padding-right: 3px;
	text-decoration: underline;
	font-family: Verdana,Arial,Helvetica,sans-serif; 
}

.MenuItem  {
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	padding-bottom: 7px;
	padding-right: 3px;
	text-decoration: underline;
	font-family: Verdana,Arial,Helvetica,sans-serif; 
}

a.MenuHdr:link, a.MenuHdr:visited {
	font-size: 11.5px;
	color: black;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 2px;
	padding-left: 4px;
	cursor: pointer;
}

a.MenuHdr:active, a.MenuHdr:hover {
	font-size: 11.5px;
	color: white;
	font-weight: bold;
	padding-bottom: 2px;
	padding-left: 4px;
	text-decoration: none;
}

A.MenuItem:Link, .MenuItem:Link, .MenuItem A:Link, A.MenuItem:Visited, .MenuItem:Visited, .MenuItem A:Visited {
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	padding-bottom: 7px;
	padding-right: 3px;
	text-decoration: none;
	cursor: pointer;
}

A.MenuItemMouseOver:Active, .MenuItemMouseOver A :Active, .MenuItemMouseOver: Active, A.MenuItemMouseOver:Hover, .MenuItemMouseOver A :Hover, .MenuItemMouseOver: Hover {
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	padding-bottom: 7px;
	padding-right: 3px;
	text-decoration: underline;
	cursor: pointer;
}

A.MenuItem:Active, .MenuItem:Active, .MenuItem A:Active,  A.MenuItem:Hover, .MenuItem:Hover, .MenuItem A:Hover  {
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	padding-bottom: 7px;
	padding-right: 3px;
	text-decoration: underline;
	cursor: pointer;
}

