/* This is the main stylesheet file that holds the general rules. For specific content see additional stylesheet files. */

/* Rules for the BODY element */
body {
	background-color: White;
	margin: 5px 0px 50px 0px;
	font: 8pt Arial, sans-serif;
	color: #232323;
	line-height: 1.5em;
}


/* Rules for links in general */
a, a:visited {
	color: #c63100;
	font: normal 8pt Arial, sans-serif;
}
a:hover {
	color: #DAA520;
}


a.admin, a:visited.admin { color: White; text-decoration: none; font-weight:bold; font-size:8pt;}
a:hover.admin { color: Red; }
SPAN.admin {background-color: #3E9EFF; color: #FFFFFF; font-weight:bold; font-size:12px; padding:3px;}
.admin a, .admin a:visited, .admin a:hover { color: #FFFFFF; text-decoration: none;  font-size:12px; font-weight:bold; }
.admin a:visited { color: #FFFFFF; }
.admin a:hover { color: Red; }

/* Rules for the CONTENT section to center the page contents */
#content {	
	width: 710px;
	height: auto;
	background-color: #fff;
	clear: both;
}

/* Rules for the LOGO part of the HEADER section */
#logo {
	background-color: #f1f1f1;
	display: block;
	width: 175px;
	height: 65px;
	border-right: 5px solid White;
	overflow: hidden;
	float: left;
}

/* Rules for the MENU part of the HEADER section */
#menu {
	background-color: #f1f1f1;
	display: block;
	width: 530px;
	height: 65px;
	float: left;
	text-align: right;
}
/* Rules for the links in the MENU part */
#menu a, #menu a:visited {
	display: block;
	float: right;
	background-color: transparent;
	
	color: #909090;
	text-decoration: none;
	font: normal 9pt Arial, sans-sarif;
	
	margin: 40px 10px 10px 5px;
	
	padding-top: 0.5em;
	padding-right: 1ex;
	padding-left: 1ex;
	padding-bottom: 0.1px;
	
	border-right: 2px solid #909090;
}
#menu a:hover {
	background-color: #909090;
	color: White;
}

#fb_likebox_logodiv {top: 0;height: 111px;position: absolute;background-color: #3B5998;width: 45px;background-image: url('../gfx/fb_logo.png');border-top-left-radius:10px;-moz-border-radius-topleft:10px;border-bottom-left-radius:10px;-moz-border-radius-bottomleft:10px;cursor: pointer;}
#fb_likebox_outer {position: fixed;right: -245px;top:87px; z-index: 1000;}
#fb_likebox_inner {background-color: #3B5998; padding: 10px 0 10px 10px;margin-left:40px;}
#fb_likebox {}
