/*  ------------------------------------------------------------------------
                               Fitness Spark
    ------------------------------------------------------------------------  */

body	{
	background: #F0F0F0;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 9pt;
	margin: 0px 10px 10px 10px;
	}
	
a:link{
	color: #000080;
	text-decoration: none;
	}
a:link:hover{
	background: #99FFFF;
	text-decoration: none;
	}
a:visited{
	color: #000080;
	text-decoration: none;
	}
a:visited:hover{
	background: #99FFFF;
	text-decoration: none;
	}
	
h1	{
	font-size: 12pt;
	font-family: tahoma, verdana, arial, sans-serif;
	color: #000080;
	}
	
h2	{
	font-size: 11pt;
	font-family: tahoma, verdana, arial, sans-serif;
	color: #000000;
	padding: 0px;
	}

h3	{
	font-size: 10pt;
	margin: 3px 0px;
	}	

table	{

	border-collapse: collapse;
	}

th	{
	font-weight: bold;
	text-align: center;
	}

hr	{
	color: black;
	background-color: black;
	border: 0px;
	height: 1px;
	margin: 15px 0px;
	}

/*  --------------------------|  MENU CSS  |-----------------------------  */
#leftColumn{
	float: left;
	width: 159px;
	background: #99FFFF;
	text-align: center;
	}

#leftColumn a:hover{
	background: none;
	}
	
#leftColumn dl, #leftColumn dt, #leftColumn dd, #leftColumn ul, #leftColumn li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-collapse: collapse;
	}	
	
#menu dt {
	cursor: pointer;
	text-align: left;
	font-weight: bold;
	border-top: 2px solid black;
	}

#menu dt a {
	color: black;
	display: block;
	padding: 4px 4px 4px 15px;
	}
	
#menu #submenu a{
	background: url("images/r_arrow.gif") no-repeat right;
	}
	
#menu #submenu a:hover{
	background: white url("images/r_arrow.gif") no-repeat right;
	}

#menu dd {
	position: absolute;
	z-index: 100;
	left: 250px;
	margin-top: -20px;
	background: #99FFFF;
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	}	
	
#menu li{
	text-align: left;
	border-top: 2px solid black;
	}
	
#menu li a{
	color: black;
	font-size: 8pt;
	display: block;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
	}

#menu li a:hover, #menu dt a:hover{
	background: white;
	}
	
/*  --------------------------|  GLOBAL ID'S  |--------------------------  */

#content{
	width: 800px;
	margin: 0px auto;
	text-align:left;
	background: white;
	border: 2px solid black;
	border-top: none;
	background-image: url('images/background-star.png');
	background-repeat: repeat-y;
	background-position: top right; 
	}

#main 	{
	width: 605px;
	padding: 0px 10px;
	margin: 0px 0px 10px 15px;
	float: left;
	}
	
#clear	{
	clear:both;
	}

#welcome{
	width: 605px;
	cellpading: 0px;
	border-bottom: 2px solid black;
	}

#col1	{
	width: 300px;
	float: left;
	}

#col2	{
	width: 300px;
	float: right;
	}

#pic	{
	border: 2px solid black;
	margin: 10px;
	background: gray;
	}

#posted{
	color: #909090;
	font-size:8pt;
	}
	
#pinned_note{
	background-image: url('images/pinned_note.png');
	background-repeat: no-repeat;
	width: 251px;
	height: 185px;
	padding: 50px 20px 0px 20px;
	margin-left: 10px;
	float: right;
	}

#tab	{
	padding: 0% 3%;
	border-bottom: 1px solid black;
	}

#tab table{
	width: 94%;
	text-align: center;
	font-weight: bold;
	border-collapse: collapse;
	}
	
#tab table td{
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background: #F0F0F0;
	}

#midalign{
	width: 100%;
	}

#midalign th{
	text-align: right;
	font-weight: bold;
	padding: 10px 0px;
	}

#midalign td{
	padding-left: 15px;
	}

#error{
	text-align: center;
	padding: 10px;
	background-color: #FFEBE8;
	border: 1px solid red;
	font-weight: bold;
	color: black;
	}

#loading{
	text-align: center;
	padding: 10px;
	background-color: #FFFBE2;
	border: 1px solid #FFE222;
	font-weight: bold;
	color: black;	
	}

#success{
	text-align: center;
	padding: 10px;
	background-color: #d8dfea;
	border: 1px solid #000080;
	font-weight: bold;
	color: black;	
	}

#footer{
	width: 800px;
	margin: 10px auto;
	font-size: 10pt;
	color: #808080;
	}
	
#footer table{
	width: 100%;
	}
	
#footer table td a{
	color: #808080;
	}
	
#footer table td a:hover{
	color: black;
	text-decoration: none;
	}	

/*  --------------------------|  GLOBAL CLASSES  |--------------------------  */




/*  ------------------------------|  FORMS  |-------------------------------  */




/*  FORM INPUTS  */