/* -----------------------------------------------

Global 

11.12.2006 : 

this is the only css for the MyTrendTimer.com site

Other css are only for the javadoc and for the static part of the site

The old css (stupidly call new.css) should be kept for a while (backward compatibility)


5.1.2007 :

added the inner table to avoid de the cellspacing and cellpadding="5" cellspacing="5"
which were found in any inner table


22.3.2007 :

reg and green are bold

*/

body {
	position: relative;
	margin: 0px;
	padding: 0;
	background-color: white;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Arial, sans-serif;
	font-size: 10px;
	border: 1px;
	/* crappy IE stuff to center table */
	text-align:center;
}

/* just to get rid of the surronding border */
img {
	border: 0px;
}




/* -----------------------------------------------

Tables related 


*/

table.inner {
	margin-left: 80px;
	margin-right: 50px;
	border-spacing: 5px;
	padding: 5px;
}

table.center {
	margin-left: auto;
	margin-right: auto;
}

th {
	background-color: #E6E6E6;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000033;
	border: 1px solid #000000;
	text-align:center;
}

th.background {
	height: 57px;
	background: url("../images/title_tile.jpg");
	background-repeat: repeat-x;
}

td {
	background-color: white;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Arial, sans-serif;
	font-size: 10px;
	border: 0px solid #8798AB;
	text-align: left;
}

td.right {
        background-color: white;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-attachment: fixed;
        font-family: Arial, sans-serif;
        font-size: 10px;
        border: 0px solid #8798AB;
        text-align: right;
}

td.center {
        background-color: white;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-attachment: fixed;
        font-family: Arial, sans-serif;
        font-size: 10px;
        border: 1px solid #8798AB;
        text-align: center;
}

td.Width50pct {
	width: 50%
}


td.background {
	height: 103px;
	background: url("../images/header_banner2.gif");
	background-repeat: repeat-x;
}

td.noborder {
	background-color: white;
	background-position: 50% 50%;
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: arial, sans-serif;
	font-size: 10px;
	border: 0px;
}

/* Used to suround, center, and top the favourite page */
td.fav {
	background-color: white;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Arial, sans-serif;
	font-size: 10px;
	border: 1px solid #8798AB;
	text-align: center;
	vertical-align: top;
}




/* -----------------------------------------------

Testing and crap


*/






/* -----------------------------------------------

Fonts 


*/


/* used as in notes except for the body notes content */
.notes {
	background-color: white;
	background-position: 50% 50%;
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: arial, sans-serif;
	font-size: 12px;
	border: 0px solid #8798ab;
}

/* the small title and the content of the body notes */
.T1 {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	COLOR: #292929;
	FONT-WEIGHT: normal;
	/* in td, the text is on top of cell */
	vertical-align: top;
}

/* 
The day in the menu for older reports
The day in the news page
The index in archive page
The footer of the favourite page
 */
.T2 {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	COLOR: #929292;
	FONT-WEIGHT: normal;
	/* in td, the text is on top of cell */
	vertical-align: top;
}


/* the title in the page in the body of the table */
.T35 {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 18px;
	COLOR: #929292;
	FONT-WEIGHT: normal;
}

/* the big title in the main header  */
.T4 {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 18px;
	COLOR: #000033;
	FONT-WEIGHT: normal;
}

.red {
	font-weight: bold;
	color: red;
}

.green {
	font-weight: bold;
	color: green;
}





/* -----------------------------------------------

Links and stuff

*/


/* for the header */

a.bigMenuLink {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	COLOR: #0000CC;
	FONT-WEIGHT: bold;
	font-variant: normal;
	TEXT-DECORATION: none;
}

a.bigMenuLink:hover {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	COLOR: #FF0000;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
}

a.bigMenuLink:visited {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	COLOR: #000099;
	FONT-WEIGHT: bold;
	font-variant: normal;
	TEXT-DECORATION: none;
}

a.bigMenuLink:active {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	COLOR: #FF0066;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: underline;
}




/* for the left menu and the rest */

a {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	COLOR: #0000CC;
	FONT-WEIGHT: bold;
	font-variant: normal;
	TEXT-DECORATION: none;
}

a:hover {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	COLOR: #FF0000;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
}

a:visited {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	COLOR: #000099;
	FONT-WEIGHT: bold;
	font-variant: normal;
	TEXT-DECORATION: none;
}

a:active {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	COLOR: #FF0066;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: underline;
}
