/*#######################################################################*\

	Developed by 		: Jerry van Heerikhuize
	Version				: 1.01
	Creation Date		: 01/12/2005
	Modification Date	: 16/05/2006
	Modification by		: Jerry van Heerikhuize
	Description			: StyleSheet containing anything related to text

\*#######################################################################*/

/*#######################################################################*\

	Section Index:
		1. General
		2. Heading
		3. Paragraph
		4. Anchor
		5. List
			5.1 Unordered list
				5.1.1 Unordered list square
				5.1.2 Unordered list image
				5.1.3 Unordered list horizontal
			5.2 Ordered list
				5.2.1: Ordered list roman
			
\*#######################################################################*/

/*#######################################################################*\

	SECTION 1: General
	
\*#######################################################################*/

body, table td, table table td, td td td, p { color: #C00; }

p, form, input, label, textarea, select, ul, li, body, table td, table table td, td td td
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	/*color: #636363;*/
	color: #886B3C;
	line-height: 15px;
	vertical-align: top;
}

pre {font-size: 11px;
	color: #4b4a48;}

/*#######################################################################*\

	SECTION 2: Heading
	
\*#######################################################################*/

/* The headings inherit the colors from body, td td td */
h1
{
	font-size: 300%;
	font-weight: normal;
}

h2
{
	font-size: 170%;
	font-weight: normal;
}

h3
{
	font-size: 160%;
	font-weight: normal;
}

h4
{
	margin: 10px 0px;
	font-size: 130%;
	font-weight: normal;
}

h5
{
	font-size: 120%;
	font-weight: normal;
}

h6
{
	font-size: 100%;
	font-weight: normal;
}

/* */
h1.t_hn_red { color: #C00; }
h2.t_hn_red { color: #C00; }
h3.t_hn_red { color: #C00; }
h4.t_hn_red { color: #C00; }
h5.t_hn_red { color: #C00; }
h6.t_hn_red { color: #C00; }

/* */
h1.t_hn_white { color: #FFF; }
h2.t_hn_white { color: #FFF; }
h3.t_hn_white { color: #FFF; }
h4.t_hn_white { color: #FFF; }
h5.t_hn_white { color: #FFF; }
h6.t_hn_white { color: #FFF; }

/* */
h1.t_hn_black { color: #000; }
h2.t_hn_black { color: #000; }
h3.t_hn_black { color: #000; }
h4.t_hn_black { color: #000; }
h5.t_hn_black { color: #000; }
h6.t_hn_black { color: #000; }

/*#######################################################################*\

SECTION 3: Paragraph
	
\*#######################################################################*/

p { }
p.t_p_c { text-align: center; }
p.t_p_l { text-align: left; }
p.t_p_r { text-align: right; }

p.t_p_c_white
{
	text-align: center;
	color: #FFF;
}

p.t_p_l_white
{
	text-align: left;
	color: #FFF;
}

p.t_p_r_white
{
	text-align: right;
	color: #FFF;
}

p.t_p_c_black
{
	text-align: center;
	color: #000;
}

p.t_p_l_black
{
	text-align: left;
	color: #000;
}

p.t_p_r_black
{
	text-align: right;
	color: #000;
}

p.t_p_l_red
{
	text-align: left;
	color: #e11e2b;
}

p.t_p_error { color: #C00; }
span.t_span_error { color: #C00; }

/*#######################################################################*\

SECTION 4: Anchor
	
\*#######################################################################*/

a { color: #5ac0e1; }
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: underline; }

/*	4.2 t-a-customize	*/
a.t-a-customize:link
{
	color: #FFF;
	background-color: #C00;
	text-decoration: none;
}

a.t-a-customize:visited
{
	color: #C00;
	text-decoration: line-through;
}

a.t-a-customize:hover
{
	color: #FFF;
	background-color: #333;
	text-decoration: none;
}

a.t-a-customize:active
{
	color: #C00;
	background-color: transparent;
	text-decoration: none;
	border-color: #C00;
	border-width: 1px;
	border-style: solid;
}

/*#######################################################################*\

	SECTION 5: List

\*#######################################################################*/

/* 	5.1: Unordered list */
ul { }

ul.link
{
	padding: 0px 10px 10px 2px;
	margin: 0px;
	list-style-type: none;
}

ul.link li
{
	line-height: 15px;
	background-image: url(../../imgs/ul_link.gif);
	background-repeat: no-repeat;
	background-position: 0;
	padding-left: 14px;
	margin: 3px 0px;
}
