BODY {
scrollbar-face-color: #F6F6F0; 
scrollbar-shadow-color: #F6F6F0; 
scrollbar-highlight-color: #04435B; 
scrollbar-3dlight-color: #28A0E8; 
scrollbar-darkshadow-color: #04435B; 
scrollbar-track-color: #FFFFFF; 
scrollbar-arrow-color: #04435B;
background-color: #FFFFFF;
color: #000000; text-decoration: none; font-weight: bold;
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
padding: 0px; 
margin: 0px;
}

.spTheme { 
width: 100%; 
height: 100%;
padding-top: 6px; 
margin: 0px;
}

.spThemePage {
background-color: #FFFFFF;
width: 100%;
padding: 0px; 
} 

A:link {color: #000018; text-decoration: none; font-weight: bold;}
A:visited {color: #6B2D16; text-decoration: none; font-weight: bold;}
A:hover	{color: #FF0000; text-decoration: none; font-weight: bold;}
A:active {color: #000018; text-decoration: none; font-weight: bold;}
HR { color: #2881B6; height: 2px; width:95%; }

/* 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 #000000;
	font-family: Verdana, Arial, sans-serif;
	padding-left: 2px;
	font-size: 10px;
	margin-bottom: 5px;
}

.button {
        FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#CFD7FE', EndColorStr='#9893D6');
	height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	cursor: pointer;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #7B442F;
	background-color: #287AAC;
        font-size: 10px;
	font-weight: bold; 
	color: #000018;
	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: 18px;
	color: #cc3300;
}

.Code {
        display: block;
	padding-right: 5px;
	padding-left: 10px;
	color: #000000;
	font-family: 'Courier New', Monospace;
	background-color: #FFFFCC;
	width: 80%;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	border-top: 5px solid #8b4513;
	border-right: 1px solid #8b4513;
	border-bottom: 1px solid #8b4513;
	border-left: 5px solid #8b4513;
	font-size: 12px;
}

.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: #FFFFCC; 
	width: 80%;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	border-top: 2px solid #8b4513;
	border-right: 0px solid #8b4513;
	border-bottom: 2px solid #8b4513;
	border-left: 0px solid #8b4513;
	font-size: 10px;
}
/*	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:#000000;
    text-decoration: none;
}

div.menu a:visited {
    display:block;
    margin:0;
    width:100%;
    padding:1px;
    border:0px;
    color:#000000;
    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:#000000;
    text-decoration: none;
}

div.menu h4 a:visited {
    display:block;
    margin:0;
    width:100%;
    padding:1px;
    border:0px;
    color:#000000;
    text-decoration: none;
}

div.menu h4 a:active {
    display:block;
    margin:0;
    width:100%;
    padding:1px;
    border:0px;
    color:#000000;
    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: #1606AE; border: 2px solid #287AAC; color:#FFFFFF; text-decoration: none; font-weight: bold;}
div.menu h4 a:hover { background:#1606AE; border: 2px solid #287AAC; color:#FFFFFF; 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: #000000;
}

div.menuBar { /* this is the main container */
	border-top: 0px inset transparent;
	border-right: 0px inset #000000;
	border-bottom: 0px outset transparent;
	border-left: 0px inset #000000;
	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 #000000;
  color: #000000;
  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: #000000;
  left: 0px;
  top: 0px; 
  margin: 0px;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
  background-color: transparent;
  border: 0px solid #5050f0;
  color: #000018;
  left: 0px;
  top: 0px; 
  margin: 0px;
}

div.nav_menu { /* this is the flyout container */ 
  FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#CFD7FE', EndColorStr='#9893D6');
  background-color: #F6F6F0;
  border: 2px solid #287AAC;
  left: 0px;
  padding: 0px 1px 1px 0px;
  position: absolute;
  margin-top: -2px;
  visibility: hidden;
  z-index: 101;
}

div.nav_menu a.nav_menuItem {
  color: #000000;
  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: #1606AE;
  color: #FFFFFF;
}

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:210px; 
	height: 100px;	
	background-color: #FFFFFF;
	background-image: url(HBack.gif);
	background-repeat: no-repeat;
	background-position: left top;  
	margin: 0px;
	padding: 0px;	
}
.Sp_Header_Tile {		/* Top Center */
	height: 100px;
	background-image:  url(HBack.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
.Sp_Header_Rite {		/* Top Right image */
        height: 100px;
        width: 2px;
	background-color: #FFFFFF;
	background-image:  url(HBack.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 0px;
	background-color: #06708D;	
}
.Sp_Header_Login {
	height: 50px;
	width: 255px;
	border: 1px solid #000000;
	margin-top: 25px;
	margin-right: 2px;
	padding: 0px;
	background-color: #000000;
} 
.Sp_HeaderIcons {
	margin-top: 50px;
}
.Sp_Banner{
        height: 60px;
        width: 468px;
	border: 0px solid #000018;
	margin-top: 20px;
	margin-right: 2px;
	padding: 0px;
	background-color: #689DBF;
}
.Sp_Other {
 border: 0px solid #0092D7;
 margin-top: 0px;
 margin-right: 0px;
 padding: 0px;
}
.Sp_Nota {
 border: 0px solid #0092D7;
 margin-top: 0px;
 margin-right: 0px;
 padding: 0px;
} 
.Sp_HeaderIcons {
	margin-top: 50px;
}
/*  Start NavBar  */
.Sp_NavLeft {	
	height: 40px;
	width: 4px;
	background-image:  url(navbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
.Sp_NavTile {
        padding-top: 2px;
        padding-bottom: 6px;
	padding-right: 0px;
        height: 40px;	
	background-image: url(navbg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.Sp_NavRite {	
	height: 40px;
	width: 4px;
	background-image:  url(navbg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
.spThemeNavLog {
        margin-top:25px; 	
	padding:5px; 
	background-color: #FFFFFF;
	border: 2px solid #000000; 			
}
/*  End Navbar  */

/*  Start Footer  */
.Sp_FootLeft {
	height: 40px;
	border: 0px solid #466D9D;
 	background-color: #FFFFFF; 
	background-image: url(footer.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
}
.Sp_FootRite {
	height: 40px;
	background-image: url(footer.gif);
	background-position: right center;
	background-repeat: no-repeat;
	margin: 0px;
}
.Sp_FootTile {
	background-image: url(footer.gif);
	background-repeat: repeat-x;
	height: 40px;
	margin-top: 0px;
	margin-bottom: 0px;	
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 14px;
	padding-right: 8px;
	padding-left: 8px;
}
/*  End Footer  */
/**  Frosted  **/

/* 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='#CFD7FE', EndColorStr='#9893D6');
	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 #7B442F;
	background-color: #287AAC;
	color: #000018;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: .2em;
}
.spThemeBlock_title { width: 100%; height: 11px; background-color: #FFFFFF; background-image: url('FBack.gif') }
.spThemeBlock_subTitleCell { height: 11px; background-color: #FFFFFF; background-image: url(FBack.gif) } 
.spThemeBlock_forumCategoryCell { background-color: #FFFFFF; background-image: url('FBack.gif') }
.spThemeSmallBlock { border: 1px solid #466D9D; background-image: url('FBack.gif') }

/* ---- 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:11px;
	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:11px;
	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 :#000000; 
	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 :#000000; 
	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 :#000000; 
	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: #000018;
    CURSOR: hand;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}
A.NOEVENT:visited
{
    color: #000018;
    CURSOR: hand;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}
A.NOEVENT:hover
{
    BACKGROUND-COLOR: lavender;
    color: #000018;
    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: #000018;
    FONT-FAMILY: Verdana, Arial;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}
A.NORMAL:visited
{
    color: #000018;
    FONT-FAMILY: Verdana, Arial;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}
A.NORMAL:hover
{
    color: #000018;
    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 #28A0E8;
	border-right: 1px solid #455690;
	border-bottom: 1px solid #455690;
	width:200px;
	background-color: #F6F6F0;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
 }  
      
 /*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
 
.leftPgCol { 
	width: 200px;
	border-right: 0px dashed #ffffff;
	background: transparent;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin: 0px;
	vertical-align: top;
	display: table-cell;
}

.mainPgCol {
	border: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	background: transparent;
	margin: 0px;
	vertical-align: top;
	display: table-cell;
}

.rightPgCol {
	width: 200px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	border-left: 0px dashed #ffffff;
	background: transparent;
	margin: 0px;
	vertical-align: top;
	display: table-cell;
}

.breadcrumb{
	vertical-align: middle;
	margin-top:4px; 
	margin-bottom:6px; 
	margin-left:4px; 
	margin-right:4px; 
	width:99%;
	border-top: 2px inset #05719F;
	border-bottom: 2px outset #05719F;
}

.spHeadTop {
	display: none;
}

.spNavBarTop {
	display: none;
}

.spNavBarBottom {
	display: none;
}

.spFooterTop {
	display: none;
}

/* font colors*/
.fBold {
	font-weight: bold;
	font-size: 12px;
	color: #000018;
}
.fNorm {
	font-size: 12px;
	color: #000018;
}
.fAlert {
	color: #FF0000;
}

/* Table classes */
fieldset {
	color: #000018;
	border: 1px solid #05719F;
}
legend {
	color: #000018;
	font-size: 14px;
}
table {
	font-size: 11px;
	color: #000000; text-decoration: none; 
	font-family: Verdana, Arial, sans-serif;
	text-align: left;
}
table.grid {
	font-size: 12px;
	color: #000018;
	text-align: left;
	border-top: 1pt solid #05719F;
	border-right: 1pt solid #05719F;
	border-bottom: 0pt none #000000;
	border-left: 0pt none #000000;
}
table.grid td {
	font-size: 12px;
	color: #000018;
	border-top: 0pt solid #ffffff;
	border-right: 0pt solid #ffffff;
	border-bottom: 1pt solid #05719F;
	border-left: 1pt solid #05719F;
}
.tTitle { /* strHeadCellColor */
	background-color: #CCC3B0;
	background-image: url('FBack.gif');
	font-size: 12px;
	font-weight: bold;
	color: #000018;
	padding: 4px;
}
.fTitle {
	font-size: 12px;
	font-weight: bold;
	color: #000018;
}
.tSubTitle {  /* strCategoryCellColor -  */
	background-image: url('FBack.gif');
	background-color: #CFD7FE;
	font-size: 12px;
	font-weight: bold;
	color: #000018;
	padding: 4px;
}
.fSubTitle {
	font-size: 12px;
	font-weight: bold;
	color: #000018;
}
.tAltSubTitle {  /* strCategoryCellColor -  */
	background-image: url('FBack.gif');
	background-color: #E6E6E6;
	font-size: 12px;
	font-weight: bold;
	color: #000018;
	padding: 4px;
}
.fAltSubTitle {
	font-size: 12px;
	font-weight: bold;
	color: #000018;
}
.fSmall {
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
color: #000018;
}
.tCellHover{ /* Cell Hover color */
	background-color: #42B3FD;
}
.tCellAlt0{ /* ForumFirstCellColor - strPopupTableColor */
	background-color: #3EA8F0;
}
.tCellAlt1{ /* ForumCellColor */
	background-color: #F6F6F6;
}
.tCellAlt2{ /* AltForumCellColor */
	background-color: #D2D2D1;
}
.tContent { 
	background-color: #E6E6E6;
	color:#000018;
}
.tBorder {
	margin: 0px;
	padding: 2px;
	width: 100%;
	color: #000018;
	border: 1pt solid #05719F;
	font-size: 12px;
}
.tPlain {
	margin: 0px;
	padding: 2px;
	color: #000018;
	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: #000018; text-decoration: none; font-size: 12px;}
.spThemeBlock1_content A:link {color: #000018; text-decoration: none; font-size: 12px;}
.spThemeBlock1_content A:visited {color: #000000; text-decoration: none; font-size: 12px; }
.spThemeBlock1_content A:hover	{color: #FF0000; text-decoration: none; font-size: 12px;}
.spThemeBlock1_content A:active {color: #000018; text-decoration: none; font-size: 12px;}


/*	Start main ThemeBlock  */
.spThemeBlock1 {	
	margin: 0px 4px 4px 4px;
	width: auto;
}

.spThemeBlock1_sh_tr {		/* Top right image if themebox has no title */
	height: 19px;
	background-color: #FFFFFF;
	background-image:  url(Tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
}
.spThemeBlock1_sh_tl{		/* Top left image if themebox has no title */
	height: 19px;
	background-image:  url(Tl.gif);
	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: 19px;
	background-image:  url(Tc.gif);
	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: 19px;
	background-color: #FFFFFF;
	background-image:  url(Tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
}
.spThemeBlock1_tl{		/* Top left image */
	height: 19px;
	background-image:  url(Tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}

.spThemeBlock1_tc {
	height: 19px;
	background-image: url(Tc.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 1px;
	padding-left: 2px;
	padding-right: 2px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}

.spThemeBlock1_tc h4 {
	font-weight : bold;
	color : #000018;
	border-bottom : 0px solid #A8B2BB;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom : 0px;
	padding-top: 0px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.spThemeBlock1_ml {		/* Middle left side. Tiles vertical */
	margin: 0px;
	padding: 0px;
	background-image: url(Ml.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.spThemeBlock1_mr {		/* Middle right side. Tiles vertical */
	margin: 0px;
	padding: 0px;
	background-image: url(Mr.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.spThemeBlock1_content {
	height: auto;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
	background-color: #F6F6F6;
}

.spThemeBlock1_br {		/* Bottom right image */
	margin: 0px; 
	padding: 0px;	
	background-image: url(Br.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.spThemeBlock1_bl {		/* Bottom left image */
	margin: 0px;
	padding: 0px;	
	background-image: url(Bl.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.spThemeBlock1_bc {		/* Bottom center image. This one tiles horizontal */
	height: 5px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 0px;
	margin-top: 0px;	
	background-image: url(Bc.gif);
	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: 13px;  /* this is the click area, usually the size of the icon */
	height: 13px;  /* this is the click area, usually the size of the icon */
	margin-top: 2px;  /* 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 Main Color ThemeBlock  */

/*	Start 2 ThemeBlock  */

.spThemeBlock2_content A {color: #000018; text-decoration: none; font-size: 12px;}
.spThemeBlock2_content A:link {color: #000018; text-decoration: none; font-size: 12px;}
.spThemeBlock2_content A:visited {color: #000000; text-decoration: none; font-size: 12px; }
.spThemeBlock2_content A:hover	{color: #FF0000; text-decoration: none; font-size: 12px;}
.spThemeBlock2_content A:active {color: #000018; text-decoration: none; font-size: 12px;}

.spThemeBlock2 {	
	margin: 0px 4px 4px 4px;
	width: auto;
}

.spThemeBlock2_sh_tr {		/* Top right image if themebox has no title */
	height: 19px;
	background-color: #FFFFFF;
	background-image:  url(Tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
}
.spThemeBlock2_sh_tl{		/* Top left image if themebox has no title */
	height: 19px;
	background-image:  url(Tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}

.spThemeBlock2_sh_tc {		/* Top center image if themebox has no title, this one tiles horizontal */
	height: 19px;
	background-image:  url(Tc.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}

.spThemeBlock2_tr {		/* Top right image */
	height: 19px;
	background-color: #FFFFFF;
	background-image:  url(Tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
}
.spThemeBlock2_tl{		/* Top left image */
	height: 19px;
	background-image:  url(Tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}

.spThemeBlock2_tc {
	height: 19px;
	background-image: url(Tc.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 1px;
	padding-left: 2px;
	padding-right: 2px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}

.spThemeBlock2_tc h4 {
	font-weight : bold;
	color : #000018;
	border-bottom : 0px solid #A8B2BB;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom : 0px;
	padding-top: 0px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.spThemeBlock2_ml {		/* Middle left side. Tiles vertical */
	margin: 0px;
	padding: 0px;
	background-image: url(Ml.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.spThemeBlock2_mr {		/* Middle right side. Tiles vertical */
	margin: 0px;
	padding: 0px;
	background-image: url(Mr.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.spThemeBlock2_content {
	height: auto;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
	background-color: #F6F6F6;
}

.spThemeBlock2_br {		/* Bottom right image */
	margin: 0px; 
	padding: 0px;	
	background-image: url(Br.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.spThemeBlock2_bl {		/* Bottom left image */
	margin: 0px;
	padding: 0px;	
	background-image: url(Bl.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.spThemeBlock2_bc {		/* Bottom center image. This one tiles horizontal */
	height: 5px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 0px;
	margin-top: 0px;	
	background-image: url(Bc.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-right: 0px;
	padding-left: 0px; 
	padding-bottom: 0px;	
}

.spThemeblock2MinMax { /* this is the click area and positioning for the min/max icon */
	background-color: transparent;
	width: 13px;  /* this is the click area, usually the size of the icon */
	height: 13px;  /* this is the click area, usually the size of the icon */
	margin-top: 2px;  /* this is the positioning from the top of the themebox */
	margin-right: 0px; 
	padding-right: 0px; 
}

/* Hide for IE Mac \*/
* html .spThemeBlock2 {height: 1%;}
* html .spThemeBlock2_content {height: 1%;}
/* End Hide */

/*  End 2 Color ThemeBlock  */  
  
