/* ------------------------------------------------------------------ */

body { 
	font-size: 18px; 
	font-family: verdana, helvetica; 
	color: black;
	background-color: #ffffff;
	margin: 0;
	padding: 0;

}

/* My Main Layout */
/* ------------------------------------------------------------------ */

#content	 { 
	position: relative; 
	margin: 0 auto; 
	padding: 10px; 
	width: 800px !important;
	width: 800px; 
	text-align: left; 
	border: solid 1px #000; 
}

/* ------------------------------------------------------------------ */

#header			{}

#navlogo	{ display: none; }

#navarea	{
	display : none;
}
.acc_text	{}

#navarea	#hilite	{}

/* This is the main content area (under the tabs) */
#subnavarea	{}

#navtabarea	{}

.navtabs_generic	{
}

.navtabs_home			{}
.navtabs_forum			{}
.navtabs_mix			{}
.navtabs_catchoftheday	{}
.navtabs_buy			{}
.navtabs_stuff			{}


#navtabs	{
}
#navtabs	img	{ display : none }

#navtab1	{
}

#navtab2	{
}

#navtab3	{
}

#navtab4	{
}
#navtab5	{
}

#navtab6	{
}

/* 0000000 */

#navfronttabs	{
	display : none;
}

#navftab_home	{}
#navftab_catchoftheday	{}
#navftab_mix	{}
#navftab_forum	{}
#navftab_buy	{}
#navftab_stuff	{}


/* ------------------------------------------------------------------ */

#centralarea	{}

#lhs {
}


#rhs {
}

#rightcol	{
}

/* This is the main content area (under the tabs) */
#mainarea	{
}

#mainbottom	{
	position: absolute;
	left: -1000em;
}


/* ------------------------------------------------------------------ */


#footer 	{
	clear : both;
}


#footer_nav	{ }
#footer_affiliates	{ }


/* ------------------------------------------------------------------ */
/* Generic setting - mirrored in tadarticle.css */
/*
a  			 	{ color:#b41809 }
a:link			{ text-decoration: underline }
a:visited		{ text-decoration: underline }
a:hover			{ text-decoration: underline }
a img 			{ border: 0; margin: 0;}
*/

a 			{ 
	font-size : 18px;
}

a:visited	{}
a:link		{}
a:hover		{}
a img 		{ border: 0; margin: 0;}

hr 				{}

.tinyinfotext 	{ color: red; font-size: 12px; }
.tinytext		{ font-size: 12px;}
.teenytext		{ font-size: 10px;}

h1	{
	font-size : 22px;
}
.maintitle	{
	font-size : 18px;
}

h2	{
	font-size : 20px;
}
.subtitle	{	font-size : 16px;
}
/* font-family: ChumleyMedium, Chumley, verdana;  */
h3, .mainheading	{
	font-size : 18px;
}
h4, .subheading, 	{ }
h5, .smallheading	{ }
.article_bulk	{
	padding-bottom : 6px;
}
.article_date	{
}
.mainbulk	{
}

/* small text ... such as a sub note to a statement */
.subtext	{ 
	font-size: 14px;
	color: red;
}

.maininfobulk	{
	color: red;
}
/* Project setting - mirrored in tadarticle.css */

.tunalink	{
	color : fuchsia;
}
/* ------------------------------------------------------------------ */

.mainform	{}
form	{}

.maincopyright	  			{ }
.maincopyright a			{ }
.maincopyright a:hover		{ }

.errorMessageBox 		{  border: solid 1px #f00; background-color: #f8b5b5; margin : 4px; }
.errorMessage			{  color: #000 ; font-size: 12px; font-weight: bold ; margin : 4px; }
.errorMessageHeader		{  color: #f00 ; font-size: 12px; font-weight: bold ; margin : 4px; }

.error_reporter_box	{  position: absolute; top: 12px; right: 12px; width: 770px; z-index: 100;  }

label	{
	font-weight: bold;
}

.wide label	{		}
.sublabel	{	
	font-weight: bold;
}

#fixedtipdiv{
	position:absolute;
	padding: 2px;
	border:1px solid black;
	font-size : 12px;
	z-index:100;
}


.hidden { 
}

img	{
	position: absolute;
	left: -1000em;
}



