/* 
FitClub CSS
implement with <link rel="stylesheet" type="text/css" href="sec.css" />
*/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	background-color:#FFFFFF;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-left:0px;
	padding-bottom:0px;
	padding-right:0px;
}

body, p, h1, h2, h3, table, td, th, ul, ol, textarea, input, marquee {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	font-size: 12px;
}
marquee {
	font-size: 12px;
	color: #FFF000;
}

td {
	vertical-align:top;
	/*  This is too controlling
	font-size: 12px; */
}
td.smallText{
	font-size:10px;
}
a img {
	border:none;
	text-decoration:none;
}
a:link    {
	color: #003399; 
	background-color:transparent;
	text-decoration:none;
}
a:visited {
	color: #000000; 
	background-color:transparent;
	text-decoration:none;
}
a:active  {
	color: #000000; 
	background-color:transparent;
	text-decoration:none;
}
a:hover   {
	color: #000000;  
	background-color:#FFFF66;
	text-decoration:none;
}
p, li {
	font-size:13px;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:14px;
	color: #000000;
	text-decoration:underline;
}

h2 {
	font-size:18px;
	color: #000000;
	font-weight:bold;
	text-align:center;
}
span.small {
	font-size:12px;
}
.blogDate {
	font-size:16px;
	color: #00FF00;
	font-weight:900;
}
.blogTitle {
	font-size:16px;
	color:#0033CC;
	font-weight:bold;
}
.blogText {
	font-size:12px;
	color:#000000;
}
div.mainGroup {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:16px;
	font-weight:bold;
	font-stretch:expanded;
	width:100%;
    text-align:center;
}
span.textGroup {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size:12px;
	font-weight:bold;
}
img.lightborder { 
	border-style:solid;
        border-width:2px;
        border-color:#000000; 
}
div.margins
{
	margin:20px;
	text-align:justify;
}
pre {
	white-space: pre;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

tr.altOne {
	background-color: #FFFF66;
}

tr.altTwo {
	background-color: #FFFFCC;
}
.levelColor {
       color:red;
}










/* ThemeOfficeMenu Style Sheet */
.ThemeOfficeMenu,.ThemeOfficeSubMenuTable
{
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	/* This is being overwritten 
	font-size:11px;*/
	font-weight:900;
	padding:	0;
	background-color: #FFFF99;
	border:		1px solid #FFFFCC;
	white-space:	nowrap;
	cursor:		default;
	width:218px;
}


.ThemeOfficeSubMenu
{
	position:	absolute;
	visibility:	hidden;

	font-weight:200;
	/*
	   Netscape/Mozilla renders borders by increasing
	   their z-index.  The following line is necessary
	   to cover any borders underneath
	*/
	z-index:	100;
	border:		1px solid #999999;
	padding:	0;

	overflow:	visible;

	
}

.ThemeOfficeSubMenuTable
{
	overflow:	visible;
}

.ThemeOfficeMainItem,.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive,
.ThemeOfficeMenuItem,.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive
{
	border:		0;
	cursor:		default;
	white-space:	nowrap;
}

.ThemeOfficeMainItem
{
	/*background-color:	#FFFF66;*/
}

.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive
{
	background-color:#FFFFFF;
}

.ThemeOfficeMenuItem
{
	background-color:	#FFFF66;
}

.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive
{
	background-color:	#FFFFFF;
}


/* horizontal main menu */

.ThemeOfficeMainItem
{
	font-size: 13px;
	padding:	1px;
	border:		0;
}

td.ThemeOfficeMainItemHover,td.ThemeOfficeMainItemActive
{
	padding:	0px;
	border:		1px solid #FFFF66;
}

.ThemeOfficeMainFolderLeft,.ThemeOfficeMainItemLeft,
.ThemeOfficeMainFolderText,.ThemeOfficeMainItemText,
.ThemeOfficeMainFolderRight,.ThemeOfficeMainItemRight
{
	background-color:	inherit;
}

/* vertical main menu sub components */

td.ThemeOfficeMainFolderLeft,td.ThemeOfficeMainItemLeft
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	0px;
	padding-right:	2px;

	border-top:	1px solid #FFFF66;
	border-bottom:	1px solid #FFFF66;
	border-left:	1px solid #FFFF66;

	background-color:	inherit;
}

td.ThemeOfficeMainFolderText,td.ThemeOfficeMainItemText
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	5px;
	padding-right:	5px;

	border-top:	1px solid #FFFF66;
	border-bottom:	1px solid #FFFF66;

	background-color:	inherit;
	white-space:	nowrap;
}

td.ThemeOfficeMainFolderRight,td.ThemeOfficeMainItemRight
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	0px;
	padding-right:	0px;

	border-top:	1px solid #FFFF66;
	border-bottom:	1px solid #FFFF66;
	border-right:	1px solid #FFFF66;

	background-color:	inherit;
}

tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderLeft,
tr.ThemeOfficeMainItem td.ThemeOfficeMainItemLeft
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	1px;
	padding-right:	2px;

	white-space:	nowrap;

	border:		0;
	background-color:	inherit;
}

tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderText,
tr.ThemeOfficeMainItem td.ThemeOfficeMainItemText
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	5px;
	padding-right:	5px;

	border:		0;
	background-color:	inherit;
}

tr.ThemeOfficeMainItem td.ThemeOfficeMainItemRight,
tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderRight
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	0px;
	padding-right:	1px;

	border:		0;
	background-color:	inherit;
}

/* sub menu sub components */

.ThemeOfficeMenuFolderLeft,.ThemeOfficeMenuItemLeft
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	1px;
	padding-right:	3px;

	border-top:	1px solid #FFFF66;
	border-bottom:	1px solid #FFFF66;
	border-left:	1px solid #FFFF66;

	background-color:	inherit;
	white-space:	nowrap;
}

.ThemeOfficeMenuFolderText,.ThemeOfficeMenuItemText
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	5px;
	padding-right:	5px;

	border-top:	1px solid #FFFF66;
	border-bottom:	1px solid #FFFF66;

	background-color:	inherit;
	white-space:	nowrap;
	
	/* sets the sub components text */
	font-size: 12px;
}

.ThemeOfficeMenuFolderRight,.ThemeOfficeMenuItemRight
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	0px;
	padding-right:	0px;

	border-top:	1px solid #FFFF66;
	border-bottom:	1px solid #FFFF66;
	border-right:	1px solid #FFFF66;

	background-color:	inherit;
	white-space:	nowrap;
}

.ThemeOfficeMenuItem .ThemeOfficeMenuFolderLeft,
.ThemeOfficeMenuItem .ThemeOfficeMenuItemLeft
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	2px;
	padding-right:	3px;

	white-space:	nowrap;

	border:		0;
	background-color:	#FFFF66;
}

.ThemeOfficeMenuItem .ThemeOfficeMenuFolderText,
.ThemeOfficeMenuItem .ThemeOfficeMenuItemText
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	5px;
	padding-right:	5px;

	border:		0;
	background-color:	inherit;
}

.ThemeOfficeMenuItem .ThemeOfficeMenuFolderRight,
.ThemeOfficeMenuItem .ThemeOfficeMenuItemRight
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	0px;
	padding-right:	1px;

	border:		0;
	background-color:	inherit;
}

/* menu splits */

.ThemeOfficeMenuSplit
{
	margin:		2px;
	height:		1px;
	overflow:	hidden;
	background-color:	inherit;
	border-top:	1px solid #FFFF66;
}

/* image shadow animation */

/*
	seq1:	image for normal
	seq2:	image for hover and active

	To use, in the icon field, input the following:
	<img class="seq1" src="normal.gif" /><img class="seq2" src="hover.gif" />
*/

.ThemeOfficeMenuItem img.seq1
{
	display:	inline;
}

.ThemeOfficeMenuItemHover seq2,
.ThemeOfficeMenuItemActive seq2
{
	display:	inline;
}

.ThemeOfficeMenuItem .seq2,
.ThemeOfficeMenuItemHover .seq1,
.ThemeOfficeMenuItemActive .seq1
{
	display:	none;
}

tr.one {
	background-color: #FFFFFF;
}
tr.two {
	background-color: #FFFFFF;
}

