/*
* Element definitions
*/ 

body {
	background: #000000 url(../images/FC_Logo_BG.gif);
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

td,th {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a:link {
	color: #b3c1eb;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #E7DBAD;
}

a:hover {
	text-decoration: underline;
	color: #582E04;
}

a:active {
	text-decoration: none;
	color: #582E04;
}

a.tooltip{
	position: relative; /*this is the key*/
	z-index: 24; 
	background-color: #ccc;
	color: #000;
	text-decoration: none
}

a.tooltip:hover {
	z-index: 25; 
	background-color: #ff0
}

a.tooltip span {
	display: none
}

a.tooltip:hover span{
	display:block;
	position:absolute;
	top:-13em; left:2em;
	width:20em;
	border:1px solid #0cf;
	background-color:#ecdc93;
	color:#000;
	text-align: left;
	height: auto;
}

/*
* Themed framework/graphic definitions
*/
#Title { 
	position:relative;
	width:1024px;
	height:150px;
	z-index:2;
	background-image: url(../images/top_bar.gif);
	layer-background-image: url(../images/top_bar.gif);
	left: 0px;
	top: 0px;
}

#Root {
	position:absolute; 
	width:1024px; 
	height:auto; 
	z-index:1; 
	background-color: #000000; 
	layer-background-color: #000000; 
	left: 0px; 
	top: 0px;
}

#Buffer {
	position:relative;
	width:1024px;
	height:50px;
	z-index:2;
	left: -1024px;
	top: 0px;
}

#Menubar {
	position:relative;
	width:150px;
	height:452px;
	z-index:2;
	left: 0px;
	top: 0px;
}

#Content {
	position:relative;
	width:854px;
	height:auto;
	z-index:2;
	left: 151px;
	top: -452px;
	padding: 10px;
}

/*
* Generic element modifiers
*/
.subheader {
	color: #FFFFFF;
	font-style: italic;
}
.notation {
	font-size: x-small;
	font-style: italic;
}
.important {
	color: #FF0000;
	font-style: italic;
}
.green {
	color: #00FF00;
	font-style: italic;
}
.yellow {
	color: #8B8B7A;
	font-style: italic;
}
.error {
	color: #ff0000;
	font-style: italic;
}
.warning {
	color: #ff00ff;
	font-style: italic;
}

.schedule {
	font-size: x-small;
}


.Rights {
	text-align: center;
	font-size: 10px;
	color: #d2b464;
}

.Header {
	height: 76px;
	margin-right: -20px;
}

.Header .left {
	height: 61px;
	margin-left: -20px;
	margin-right: 146px;
	margin-bottom: -13px;
	position: relative;  /* IE6 */
}

.Header .right {
	height: 61px;
	margin-left: 6px;
	padding-top: 26px;
	padding-left: 14px;
	color: #c81400;
	font-size: 20px;
	font-weight: bold;
}




