/***********************************************************************
 *  General properties
 ***********************************************************************/

body {
	font-family: Lucida Grande, Verdana, Arial;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}

h1 {
	text-align:right;
	font-size:1.5em;
}

h2 {
	font-size:1.33em;
}

h3 {
	font-size:1.2em;
}

a	{
	color : #EE6B00;
	text-decoration: none;
}
			

/***********************************************************************
 *  GUI Elements
 ***********************************************************************/

/* DATA DISPLAYING */
table.data {
	background:#FCFCFC;
}
td.altrow {
	background:#FFFEED;
}

/* FORMS */
table.form {
	background:#FFFFEE;
}
td.formtitle {
	font-weight:bold;
	background:#FFCF89;
}

/* MENU */
li.menu:hover {
	background:#FFCF89;
}

a.menu:hover {
	background:#FFCF89;
}

div#menucontainer {
	 background-color: #FFA828;
}

div.tab_content {
	background-color: #FCFCFC;
}