
/********************************************************************************/
/* Fro-Business - Designed For SkyPortal.net / http://mwp.north-minnesota.com/  */
/* By R.Frost - Frozen-Winds Themes licensed under a Creative Commons License:  */
/* http://creativecommons.org/licenses/by-nc-nd/2.0/                            */
/********************************************************************************/

/*
'::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
'::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
'<> Copyright (C) 2005-2006 Dogg Software All Rights Reserved
'<>
'<> By using this program, you are agreeing to the terms of the
'<> SkyPortal End-User License Agreement.
'<>
'<> All copyright notices regarding SkyPortal must remain 
'<> intact in the scripts and in the outputted HTML.
'<> The "powered by" text/logo with a link back to 
'<> http://www.SkyPortal.net in the footer of the pages MUST
'<> remain visible when the pages are viewed on the internet or intranet.
'<>
'<> Support can be obtained from support forums at:
'<> http://www.SkyPortal.net
'::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
'::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/

BODY {
scrollbar-face-color: #F2F2F2; 
scrollbar-shadow-color: #F2F2F2; 
scrollbar-highlight-color: #04435B; 
scrollbar-3dlight-color: #C4C4C4; 
scrollbar-darkshadow-color: #04435B; 
scrollbar-track-color: #F2F2F2; 
scrollbar-arrow-color: #04435B;
background-color: #F2F2F2; 
font-family: Verdana, Arial, sans-serif; color: #000000; text-decoration: none; font-weight: bold; font-size: 10px;
padding: 0px; 
margin: 0px;
}

.spTheme { 
width: 100%; 
height: 100%;
padding-top: 10px; 
padding-left: 2px; 
margin: 0px;
} 

.spThemePage {
background-color: #F2F2F2;
width: 100%;
padding: 0px; 
margin: 0px;
} 

A:link {color: #000000; text-decoration: none; font-weight: bold;}
A:visited {color: #003B75; text-decoration: none; font-weight: bold;}
A:hover	{color: #003B75; text-decoration: none; font-weight: bold;}
A:active {color: #000000; text-decoration: none; font-weight: bold;}
HR { color: #668399; height: 2px; width:94%; } 

/* Start FORM elements */
form {
	margin: 0px;
}
select {
	background: transparent;
	background-color: White;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	border:  1px solid #A8B2BB;
}
.textbox {
	border: 1px solid #003B75;
	font-family: Verdana, Arial, sans-serif;
	padding-left: 2px;
	font-size: 10px;
	margin-bottom: 5px;
}
.button {
        FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#FFFFFF', EndColorStr='#C4C4C4');
	height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	cursor: pointer;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #05719F;
	background-color: #FFFFFF;
        font-size: 10px;
	font-weight: bold; 
	color: #05719F;
	letter-spacing: .2em;
}
.popbutton {
	height: 20px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #6E3019;
	background-color: #E8C3B0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.Title {
	font-weight: bold;
	font-size: 12px;
	color: #cc3300;
}
.Code {
        display: block;
	padding-right: 5px;
	padding-left: 10px;
	color: #000000;
	font-family: 'Courier New', Monospace;
	background-color: #FFFFFF;
	width: 80%;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	border-top: 5px solid #003366;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #003366;
	border-left: 5px solid #003366;
	font-size: 11px;
}
.Quote {
        display: block;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF; 
	width: 80%;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	border-top: 2px solid #003366;
	border-right: 0px solid #8b4513;
	border-bottom: 2px solid #003366;
	border-left: 0px solid #8b4513;
	font-size: 11px;
}

/*	Start menu css  */
div.menu {
    width:150px;
    padding:0;
    margin:0;
    border:0;
    text-align: left;    
}
div.menu a {
    display:block;
    margin:0;
    width:100%;
    padding:1px;
    border:0px;
    color:#003B75;
    text-decoration: none;
}
div.menu a:visited {
    display:block;
    margin:0;
    width:100%;
    padding:1px;
    border:0px;
    color:#003B75;
    text-decoration: none;
}
div.menu h4 {
    margin:0;
    padding:0;
    text-align:left;
    font-weight: normal;
}
div.menu h4 a {
    display:block;
    margin:0;
    width:100%;
    padding:1px;
    border:0px;
    color:#003B75;
    text-decoration: none;
}
div.menu h4 a:visited {
    display:block;
    margin:0;
    width:100%;
    padding:1px;
    border:0px;
    color:#003B75;
    text-decoration: none;
}
div.menu h4 a:active {
    display:block;
    margin:0;
    width:100%;
    padding:1px;
    border:0px;
    color:#003B75;
    text-decoration: none;
}

html>body div.menu a {width:auto;}
html>body div.menu a:visited {width:auto;}
html>body div.menu h4 a {width:auto;}
html>body div.menu h4 a:active {width:auto;}
html>body div.menu h4 a:visited {width:auto;}

div.menu a:hover { background: #F2F2F2; color:#000000; border: 1px solid #003B75; text-decoration: none; font-weight: bold;}
div.menu h4 a:hover { background:#F2F2F2; color:#000000; border: 1px solid #003B75; text-decoration: none;cursor: default; font-weight: bold;}
/*	End menu css  */

/*  Start Navbar menu styles */
div.menuBar,
div.menuBar a.menuButton,
div.nav_menu,
div.nav_menu a.nav_menuItem {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-style: normal;
  font-weight: bold;
  color: #003B75; 
}
div.menuBar { /* this is the main container */
  border-top: 0px inset transparent;
  border-right: 0px inset #003B75;
  border-bottom: 0px outset transparent;
  border-left: 0px inset #003B75;
  text-align: left;
  padding-top: 7px;
  padding-right: 2px;
  padding-bottom: 5px;
  padding-left: 2px;
}
div.menuBar a.menuButton {
  background-color: transparent;
  border: 0px solid #003B75;
  color: #003B75;
  cursor: pointer;
  left: 0px;
  margin: 0px;
  padding: 3px 6px 3px 6px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}
div.menuBar a.menuButton:hover {
  background-color: transparent;
  border: 0px solid #5050f0;
  color: #003B75;
  left: 0px;
  top: 0px; 
  margin: 0px;
}
div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
  background-color: transparent;
  border: 0px solid #5050f0;
  color: #05719F;
  left: 0px;
  top: 0px; 
  margin: 0px;
}
div.nav_menu { /* this is the flyout container */
  background-color: #F0F0F0;
  border: 1px solid #003B75;
  left: 0px;
  padding: 0px 1px 1px 0px;
  position: absolute;
  margin-top: -2px;
  visibility: hidden;
  z-index: 101;
}
div.nav_menu a.nav_menuItem {
  color: #003B75;
  cursor: pointer;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
}
div.nav_menu a.nav_menuItem:hover, div.nav_menu a.menuItemHighlight {
  background-color: #FFFFFF;
  color: #05719F;
}
div.nav_menu a.nav_menuItem span.menuItemText {}
div.nav_menu a.nav_menuItem span.menuItemArrow {
  margin-right: -.75em;
}
div.nav_menu div.menuItemSep {
  border: 1px inset #e0e0e0;
  margin: 4px 2px;
}
/* End NavBar Menu styles */


/* theme changer */
.spThemeChanger{
	height: 14px;
	width: 170px;
	background-color: transparent;
	background-image: url();
	background-repeat: no-repeat; 
	background-position: center;
}

/* header styles */
.Sp_Header_Left {
	width:260px; 
	height: 111px;	
	background-color: #9BC8E7;
	background-image: url(HBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;  
	margin: 0px;
	padding: 0px;	
}
.Sp_Header_Tile {		/* Top Center */
	height: 111px;
	/* width: 100%; */
	background-image:  url(HBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	background-color: #F2F2F2;
}
.Sp_Header_Rite {		/* Top Right image */
        height: 111px;
        width: 10px;
	background-color: #F2F2F2;
	background-image:  url(HRite.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 0px;
	background-color: #06708D;	
}
.Sp_Header_Login {
	height: 40px;
	width: 255px;
	border: 1px solid #003B75;
	margin-top: 12px;
	margin-right: 2px;
	padding: 0px;
	background-color: #F2F2F2;	
} 
.Sp_HeaderIcons {
	margin-top: 0px;  
	padding-bottom: 0px;
}
.Sp_Banner{
        height: 60px;
        width: 468px;
	border: 0px solid #05719F;
	margin-top: 24px;
	margin-right: 6px;
	padding: 0px;
	background-color: #F2F2F2;
}
.Sp_Other {
 border: 0px solid #0092D7;
 margin-top: 0px;
 margin-right: 0px;
 padding: 0px;
}
.Sp_Nota {
 width: 100%;
 border: 0px solid #0092D7;
 margin-top: 0px;
 margin-right: 0px;
 padding: 0px;
} 
.Sp_HeaderIcons {
	margin-top: 50px;
}
/*  Start NavBar  */
.Sp_NavLeft {	
	height: 64px;
	width: 10px;
	background-image:  url(NLeft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	background-color: #F2F2F2;
}
.Sp_NavTile {
        margin: 0px;
        padding-top: 0px;
        padding-bottom: 25px;
	padding-right: 0px;
        height: 64px;	
	background-image: url(NavBg.jpg);
	background-repeat: repeat-x;
	background-color: #F2F2F2;
}
.Sp_NavRite {	
	height: 64px;
	width: 10px;
	background-image:  url(NRite.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 0px;
	background-color: #F2F2F2;
}
.spThemeNavLog {
        margin-top:25px; 	
	padding:5px; 
	background-color: #F2F2F2;
	border: 2px solid #003B75; 			
}
/*  End Navbar  */

/*  Start Footer  */
.Sp_FootLeft {
	height: 33px;
	width: 100%;
	border: 0px solid #466D9D;
 	background-color: #F2F2F2; 
	background-image: url(FLeft.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
}
.Sp_FootRite {
	height: 33px;
	width: 100%;
	background-image: url(FRite.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	margin: 0px;
}
.Sp_FootTile {
	background-image: url(FBg.jpg);
	background-repeat: repeat-x;
	height: 33px;
	margin-top: 0px;
	margin-bottom: 0px;	
	margin-right: 18px;
	margin-left: 18px;
	padding-top: 8px;
	padding-right: 2px;
	padding-left: 2px;
}
/*  End Footer  */

/* image Login/Logout buttons  */
.imgLogout {
	background-image: url('logout.gif');
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	width: 67px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.imgLogin {
	background-image: url('login.gif');
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 59px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/* Turn the 'Use graphical buttons' off to use this button css */
.btnLogin {
        FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFFFFF', EndColorStr='#C4C4C4');
	height: 20px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-right: 4px;
	margin-left: 4px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	cursor: pointer;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #05719F;
	background-color: #FFFFFF;
	color: #05719F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: .2em;
}

.spThemeBlock_title { width: 100%; height: 11; background-color: #FFFFFF; background-image: url('FBg.jpg') }
.spThemeBlock_subTitleCell { background-color: #FFFFFF; background-image: url('FBg.jpg') }  /*background-image: url('FBg.jpg')*/
.spThemeBlock_forumCategoryCell { border: 1px solid #466D9D; padding:2px; background-color: #FFFFFF; background-image: url('FBg.jpg')}
.spThemeSmallBlock { border: 1px solid #466D9D; padding:4px; }

/* ---- PM Toast Styles ---- */
.spThemeToast {
        background-color:#FFFFFF;
	border: 2px solid #000000;
	padding:0px;
	margin:1px;
	position:absolute;
	bottom:0px;
	right:0px;
	width:165px;
	height:100px; 
}
.spThemeToast_header_left {
        height:18px;
        width:18px;
	padding-left:2px;
	padding-top:1px;
	background-color: #FFFFFF;
	margin: 0px;	
}
.spThemeToast_header_img_left {
        height:18px;
        width:18px;
	padding-left:4px;
	padding-top:2px;       
	background-image: url('Mail.gif');
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
}
.spThemeToast_title {
        text-align:center;
        width:140px;
	padding-top:2px;
	padding-left:0px;
	padding-bottom:0px;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color: #000000;	
	background-color: #FFFFFF;
	border-bottom: 1px dashed #000000;
	margin: 0px;
}
.spThemeToast_header_right {
        height:18px;
        width:18px;
	padding-top:3px;
	background-color: #FFFFFF;
	text-align:right;
	margin: 0px;
}
.spThemeToast_header_img_right {
	padding-top:3px;
        height:18px;
        width:18px;
	background-image: url('Exit.gif');
	background-repeat: no-repeat;
	background-position: left top;
	cursor: hand;
	margin: 0px;
}
.spThemeToast_content_left {
	background-color:#FFFFFF;
	margin: 0px;
}
.spThemeToast_content {
        FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FCFCFC', EndColorStr='#C6C6C6');
	cursor:hand;
	padding-top:4px;
	padding-left:5px;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
}
.spThemeToast_content_right {
	background-color:#FFFFFF; 
	margin: 0px;
} 
/* ---- END PM Toast Styles ---- */



/*--------------------------------- START EVENT/CALENDAR STYLES ----------------------------------*/
TD.NON 
{
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size :12px; 
	color :#C0C0C0; 
	font-weight :normal
}
TD.TOP 
{
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size :12px; 
	color :#0000FF; 
	font-weight :bold
}
TD.Some 
{
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size :12px; 
	color :#003B75; 
	font-weight :normal
	}
TD.Today 
{
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size :12px; 
	background-color :lightsteelblue; 
	font-weight :normal
}
TD.Day 
{
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size :12px; 
	color :#003B75; 
	background-color :#F1F1F4; 
	font-weight :normal
}
TD.Selected 
{
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size :12px; 
	background-color :plum; 
	font-weight :normal
}
TD.HL 
{
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size :12px; 
	color :#003B75; 
	font-weight :normal
}
TD.NON2 
{
	cursor: crosshair;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size :12px; 
	background-color :lightgrey; 
	font-weight :normal
}
A.NOEVENT:link
{
    color: #05719F;
    CURSOR: hand;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}
A.NOEVENT:visited
{
    color: #05719F;
    CURSOR: hand;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}
A.NOEVENT:hover
{
    BACKGROUND-COLOR: lavender;
    color: #05719F;
    CURSOR: hand;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}
A.EVENT:link
{
    COLOR: navy;
    CURSOR: hand;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}
A.EVENT:visited
{
    COLOR: navy;
    CURSOR: hand;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}
A.EVENT:hover
{
    BACKGROUND-COLOR: CCFFFF;
    COLOR: navy;
    CURSOR: help;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}
A.MONTH:link
{
    COLOR: black;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}
A.MONTH:visited
{
    COLOR: black;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}
A.MONTH:hover
{
    COLOR: black;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: underline
}
A.NORMAL:link
{
    color: #05719F;
    FONT-FAMILY: Verdana, Arial;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}
A.NORMAL:visited
{
    color: #05719F;
    FONT-FAMILY: Verdana, Arial;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}
A.NORMAL:hover
{
    color: #05719F;
    FONT-FAMILY: Verdana, Arial;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}
.createdby
{
    FONT-STYLE: italic;
    TEXT-ALIGN: right
}
.bluetext
{
    COLOR: #336699
}
.month
{
    FONT-WEIGHT: bold
}
.eventname
{
    FONT-WEIGHT: bold
}
a.Title:link {color:navy; text-decoration: underline; cursor: hand}
a.Title:visited {color: steelblue; text-decoration: underline}
a.Title:hover   {color: FFFFCC; text-decoration: underline; cursor: hand}

/*--------------------------------- END EVENT/CALENDAR STYLES ------------------------------------*/

.hidden {
	DISPLAY: none
}
.spThemeIM {
	border:1px solid #C4C4C4;
	border-right: 1px solid #455690;
	border-bottom: 1px solid #455690;
	width:200px;
	background-color: #F0F0F0;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
 }       

 /*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
 
.leftPgCol {
	border: 0px;
	width: 212px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 2px;
	margin: 0px;
	vertical-align: top;
	display: table-cell;
	font-size: 12px;
}
.mainPgCol {
	border: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	margin: 0px;
	vertical-align: top;
	display: table-cell;
	font-size: 12px;
}
.rightPgCol {
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 6px;
	padding-left: 0px;
	width: 212px;
	border: 0px;
	margin: 0px;
	vertical-align: top;
	display: table-cell;
	font-size: 12px;
}
.breadcrumb{
	vertical-align: middle;
	margin-top:4px; 
	margin-bottom:6px; 
	margin-left:4px; 
	margin-right:4px; 
	width:95%;
	border-top: 2px inset #166AE6;
	border-bottom: 2px outset #166AE6;
	font-size: 12px;
}

.spHeadTop {
	display: none;
}

.spNavBarTop {
	display: none;
}

.spNavBarBottom {
	display: none;
}

.spFooterTop {
	display: none;
}

/* font colors*/
.fBold {
	font-weight: bold;
	font-size: 12px;
	color: #003366;
}
.fNorm {
	font-size: 12px;
	color: #003366;
}
.fAlert {
	color: #FF0000;
}

/* element classes */
textarea {
	background: transparent;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #003366;
	border: 1px solid #002244;		
}
hr {
	color: #003366;
	border: 1pt solid #003366;
}
fieldset {
	color: #003366;
	border: 1px solid #003366;
	margin: 5px;
}
legend {
	color: #003366;
	font-size: 12px;
}
table {
	font-size: 12px;
	color: #003366;
	text-align: left;
	border: #000000;
}
table.grid {
	font-size: 12px;
	color: #000000;
	text-align: left;
	border-top: 1pt solid #000000;
	border-right: 1pt solid #000000;
	border-bottom: 0pt none #000000;
	border-left: 0pt none #000000;
}
table.grid td {
	font-size: 12px;
	color: #000000;
	border-top: 0pt solid #000000;
	border-right: 0pt solid #000000;
	border-bottom: 1pt solid #000000;
	border-left: 1pt solid #000000;
}
.tTitle {
	background-color: #C4D1E6;
	background-image: url('FBg.jpg');
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	padding: 4px;
	/*width: 100%;*/
}
.fTitle {
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}
.tSubTitle {
	background-image: url('FBg.jpg');
	background-color: #ABBDDC;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	padding: 4px;
}
.fSubTitle {
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}
.tAltSubTitle {  /* strCategoryCellColor -  */ 
        background-image: url('FBg.jpg');
	background-color: #ABBDDC;
	font-size: 12px;
	font-weight: bold;
	color: #003873;
	padding: 4px;
}
.fAltSubTitle {
	font-size: 12px;
	font-weight: bold;
	color: #003873;
}
.fSmall {
	font-size: 9px;
	color: #003366;
}

.tCellHover{ /* Cell Hover color */
	background-color: #C6C9D1;
}
.tCellAlt0{ /* ForumFirstCellColor */
	background-color: #EEEEEE;
}
.tCellAlt1{ /* ForumCellColor */
	background-color: #E7E7EA;
}
.tCellAlt2{ /* AltForumCellColor */
	background-color: #F1F1F4; 
	border: 1pt solid #C3C3C3;
}
.tContent { 
	background-color: #FDFBF3;
	color:#003366;
}
.tBorder {
	margin: 0px;
	padding: 2px;
	color: #003366;
	border: 0pt solid #003366;
	font-size: 12px;
}
.tPlain {
	margin: 0px;
	padding: 2px;
	color: #003366;
	border: 0px;
	text-align: left;
	font-size: 12px;
	vertical-align: top;
}
.clsSpacer {
	clear: both;
	height:1px;
	width:10%;
	margin: 0px;
	padding: 0px;
}

.spThemeBlock1_content A {color: #000000; text-decoration: none; font-size: 12px;}
.spThemeBlock1_content A:link {color: #000000; text-decoration: none; font-size: 12px;}
.spThemeBlock1_content A:visited {color: #003B75; text-decoration: none; font-size: 12px; }
.spThemeBlock1_content A:hover	{color: #003B75; text-decoration: none; font-size: 12px;}
.spThemeBlock1_content A:active {color: #000000; text-decoration: none; font-size: 12px;}

/* Start ThemeBlock  */
.spThemeBlock1 {	
	margin: 0px 1px 0px 2px;
	width: auto;
}
.spThemeBlock1_sh_tr {		/* Top right image if themebox has no title */
	height: 54px;
	background-color: #F2F2F2;
	background-image:  url(TR.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
}
.spThemeBlock1_sh_tl{		/* Top left image if themebox has no title */
	height: 54px;
	background-image:  url(TL.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
.spThemeBlock1_sh_tc {		/* Top center image if themebox has no title, this one tiles horizontal */
	height: 54px;
	background-image:  url(Tc.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}

.spThemeBlock1_tr {		/* Top right image */
	height: 54px;
	background-color: #F2F2F2;
	background-image:  url(TR.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
}
.spThemeBlock1_tl{		/* Top left image */
	height: 54px;
	background-image:  url(TL.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
.spThemeBlock1_tc {
	height: 54px;
	background-image: url(Tc.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 5px;
	padding-left: 3px;
	padding-right: 2px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.spThemeBlock1_tc h4 {
	font-weight : bold;
	color : #003366;
	border-bottom : 0px solid #A8B2BB;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom : 0px;
	padding-top: 15px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.spThemeBlock1_ml {		/* Middle left side. Tiles vertical */
	margin: 0px;
	padding: 0px;
	background-image: url(Ml.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.spThemeBlock1_mr {		/* Middle right side. Tiles vertical */
	margin: 0px;
	padding: 0px;
	background-image: url(Mr.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.spThemeBlock1_content {
	height: auto;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	margin-right: 15px;
	margin-left: 12px;
	text-align: center;
	background-color: #EEEEEE;
}
.spThemeBlock1_br {		/* Bottom right image */  
	height: 30px;
	margin: 0px; 
	padding: 0px;	
	background-image: url(Br.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.spThemeBlock1_bl {		/* Bottom left image */
	height: 30px;
	margin: 0px;
	padding: 0px;	
	background-image: url(Bl.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.spThemeBlock1_bc {		/* Bottom center image. This one tiles horizontal */
	height: 30px;
	margin-right: 28px;
	margin-left: 28px;
	margin-bottom: 0px;
	margin-top: 0px;	
	background-image: url(Bc.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-right: 0px;
	padding-left: 0px; 
	padding-bottom: 0px;	
}
.spThemeblock1MinMax { /* this is the click area and positioning for the min/max icon */
	background-color: transparent;
	width: 11px;  /* this is the click area, usually the size of the icon */
	height: 11px;  /* this is the click area, usually the size of the icon */
	margin-top: 16px;  /* this is the positioning from the top of the themebox */
	margin-right: 0px; 
	padding-right: 0px; 
}

/* Hide for IE Mac \*/
* html .spThemeBlock1 {height: 1%;}
* html .spThemeBlock1_content {height: 1%;}
/* End Hide */

/*  End ThemeBlock  */