 /* Dominique Berendse CSS */
/* E-Force 13 Augustus 2007 */

html {
	height					: 100%;
}

body {
	height					: 100%;
	margin-top				: 0px;
	margin-bottom			: 0px;
	margin-left				: 0px;
	margin-right			: 0px;
	background-color		: #02218b;
	color						: black;
	scrollbar-3dlight-color		:	#02218b;
	scrollbar-arrow-color		: 	#02218b;
	scrollbar-base-color			:	#FFFFFF;
	scrollbar-darkshadow-color	:	#FFFFFF;
	scrollbar-face-color			:	#FFFFFF;
	scrollbar-highlight-color	:	#FFFFFF;
	scrollbar-shadow-color		:	#02218b;
}

/* Table */

.Table {
	width						: 819px;
	height					: 100%;
	background-color		: #FFFFFF;
	margin-left				: auto;
	margin-right			: auto;
}

td.Left {
	background-image		: url(../Images/Left.jpg);
	width						: 13px;
	height					: 100%;
}

td.Header {
	background-image		: url(../Images/Header.jpg);
	width						: 793px;
	height					: 166px;
	background-repeat		: no-repeat;
	text-align				: right;
}

td.Right {
	background-image		: url(../Images/Right.jpg);
	width						: 13px;
	height					: 100%;
}

td.Menu	{
	width						: 165px;
	height					: 100%;
	vertical-align			: top;
	text-align				: left;
}

td.Center	{
	vertical-align			: top;
	height					: 100%;
	font-family				: verdana;
	font-size				: 8pt;
	color						: black;
	text-align				: left;
	word-wrap				: break-word;
	padding-right			: 10px;
}

td.LatestNews {
	width:					: 160px;
	padding-right			: 4px;
}

td.News	{
	width						: 220px;
	height					: 100%;
	vertical-align			: top;
	text-align				: left;
}

/* Layers */

div.Scroller {
	width: 612px;
	height: 420px;
	overflow: auto;
}

div.MenuItem {
	background-image		: url(../Images/ButtonBg.jpg);
	background-repeat		: no-repeat;
	width						: 150px;
	height					: 18px;
	font-family				: verdana;
	font-size				: 8pt;
	color						: white;
	padding-top				: 3px;
	padding-left			: 5px;
	text-align				: left;
}

div.Menu {
	width						: 165px;
	top						: 100px;
	text-align				: left;
}

div.Content {
	font-family				: verdana;
	font-size				: 8pt;
	color						: black;
	text-align				: left;
	width						: 592px;
	word-wrap				: break-word;
	float						: left;
}

div.InfoBar {
	width: 160px;
	float: right;
}

div.NewsItem0 {
	font-family				: verdana;
	font-size				: 8pt;
	color						: black;
	text-align				: left;
	background-image		: url(../Images/NewsItemBg.gif);
	width						: 160px;
	height					: 61px;
}

div.NewsItem1 {
	font-family				: verdana;
	font-size				: 8pt;
	color						: black;
	text-align				: left;
	background-image		: url(../Images/NewsItemBg2.gif);
	width						: 160px;
	height					: 61px;
}

div.NewsTitleBg {
	background-color		: #02218b;
	width						: 155px;
	height					: 16px;
	font-family				: verdana;
	font-size				: 8pt;
	color						: white;
	padding-top				: 3px;
	padding-left			: 5px;
	text-align				: left;
	font-weight				: bold;
}

div.HSC {
	font-family				: verdana;
	font-size				: 8pt;
	color						: white;
	width						: 150px;
	position					: absolute;
	top						: 140px;
	margin-left				: 580px;
}

div.NewsHomeImage {
	float						: left;
	padding					: 5px;
	width						: 50px;
	height					: 50px;
}

div.NewsTitle {
	float						: left;
	padding-top				: 5px;
	padding-bottom			: 5px;
	padding-right			: 5px;
	width						: 95px;
}

/* Link styles */

a.Menu:link {
	font-size				: 8pt;
	font-family				: verdana;
	display					: block;
	text-decoration		: none;
	color						: white;
	font-weight				: bold;
	width						: 165px;
	height					: 18px;
	padding-top				: 3px;
	padding-left			: 5px;
	background-image		: url(../Images/ButtonBg.jpg);
	background-repeat		: no-repeat;
	_filter					: alpha(opacity=50);
}

a.Menu:visited {
	font-size				: 8pt;
	font-family				: verdana;
	display					: block;
	text-decoration		: none;
	color						: white;
	font-weight				: bold;
	width						: 165px;
	height					: 18px;
	padding-top				: 3px;
	padding-left			: 5px;
	background-image		: url(../Images/ButtonBg.jpg);
	background-repeat		: no-repeat;
	_filter					: alpha(opacity=50);
}

a.Menu:hover {
	font-size				: 8pt;
	font-family				: verdana;
	display					: block;
	text-decoration		: none;
	color						: white;
	font-weight				: bold;
	width						: 165px;
	height					: 18px;
	padding-top				: 3px;
	padding-left			: 5px;
	background-image		: url(../Images/ButtonBgHover.jpg);
	background-repeat		: no-repeat;
	_filter					: alpha(opacity=75);
	z-index					: 5;
}

a.SubMenu:link {
	font-size				: 8pt;
	font-family				: verdana;
	display					: block;
	text-decoration		: none;
	color						: red;
	font-weight				: bold;
	width						: 165px;
	height					: 18px;
	padding-top				: 3px;
	padding-left			: 10px;
	background-image		: url(../Images/ButtonBg.jpg);
	background-repeat		: no-repeat;
	_filter					: alpha(opacity=50);
}

a.SubMenu:visited {
	font-size				: 8pt;
	font-family				: verdana;
	display					: block;
	text-decoration		: none;
	color						: red;
	font-weight				: bold;
	width						: 165px;
	height					: 18px;
	padding-top				: 3px;
	padding-left			: 10px;
	background-image		: url(../Images/ButtonBg.jpg);
	background-repeat		: no-repeat;
	_filter					: alpha(opacity=50);
}

a.SubMenu:hover {
	font-size				: 8pt;
	font-family				: verdana;
	display					: block;
	text-decoration		: none;
	color						: red;
	font-weight				: bold;
	width						: 165px;
	height					: 18px;
	padding-top				: 3px;
	padding-left			: 10px;
	background-image		: url(../Images/ButtonBgHover.jpg);
	background-repeat		: no-repeat;
	_filter					: alpha(opacity=75);
	z-index					: 5;
}

a.HSC:link {
	font-size				: 8pt;
	font-family				: verdana;
	text-decoration		: none;
	color						: white;
}

a.HSC:visited {
	font-size				: 8pt;
	font-family				: verdana;
	text-decoration		: none;
	color						: white;
}

a.HSC:hover {
	font-size				: 8pt;
	font-family				: verdana;
	text-decoration		: underline;
	color						: white;
}

a.NewsTitle:link {
	font-size				: 8pt;
	font-family				: verdana;
	color						: black;
	text-decoration		: none;
}

a.NewsTitle:visited {
	font-size				: 8pt;
	font-family				: verdana;
	color						: black;
	text-decoration		: none;
}

a.NewsTitle:hover {
	font-size				: 8pt;
	font-family				: verdana;
	color						: #02218b;
	text-decoration		: none;
}

a.SiteMap0:link {
	text-decoration		: none;
	color						: #02218b;
	font-size				: 10pt;
	margin-left				: 20px;
	padding-bottom			: 4px;
	border-bottom			: 1px solid #02218b;
}

a.SiteMap0:visited {
	text-decoration		: none;
	color						: #02218b;
	font-size				: 10pt;
	margin-left				: 20px;
	padding-bottom			: 4px;
	border-bottom			: 1px solid #02218b;
}

a.SiteMap0:hover {
	text-decoration		: none;
	color						: #02218b;
	font-size				: 10pt;
	margin-left				: 20px;
	padding-bottom			: 4px;
	border-bottom			: 1px solid #f00c03;
}

a.SiteMap1:link {
	text-decoration		: none;
	color						: #02218b;
	font-size				: 10pt;
	margin-left				: 50px;
	padding-bottom			: 4px;
	border-bottom			: 1px solid #02218b;
	padding-left			: 6px;
	border-left				: 1px solid #02218b;
}

a.SiteMap1:visited {
	text-decoration		: none;
	color						: #02218b;
	font-size				: 10pt;
	margin-left				: 50px;
	padding-bottom			: 4px;
	border-bottom			: 1px solid #02218b;
	padding-left			: 6px;
	border-left				: 1px solid #02218b;
}

a.SiteMap1:hover {
	text-decoration		: none;
	color						: #02218b;
	font-size				: 10pt;
	margin-left				: 50px;
	padding-bottom			: 4px;
	border-bottom			: 1px solid #f00c03;
	padding-left			: 6px;
	border-left				: 1px solid #f00c03
}

a.SiteMap2:link {
	display					: hidden;
}

a.SiteMap2:visited {
	display					: hidden;
}

a.SiteMap2:hover {
	display					: hidden;
}

a.MatchTitle:link {
	text-decoration		: none;
	color						: #FFFFFF;
	font-size				: 8pt;
}

a.MatchTitle:visited {
	text-decoration		: none;
	color						: #FFFFFF;
	font-size				: 8pt;
}

a.MatchTitle:hover {
	text-decoration		: none;
	color						: #FFFFFF;
	font-size				: 8pt;
}

a.MatchReadMore:link {
	text-decoration		: none;
	color						: #02218b;
	font-size				: 8pt;
}

a.MatchReadMore:visited {
	text-decoration		: none;
	color						: #02218b;
	font-size				: 8pt;
}

a.MatchReadMore:hover {
	text-decoration		: underline;
	color						: #02218b;
	font-size				: 8pt;
}

/* Misc styles */

h1 {
	font-size				: 16px;
	color						: #f70803;
	font-weight				: bold;
}

FONT.header {
	font-size				: 16px;
	color						: #f70803;
	font-weight				: bold;
}

FONT.subheader {
	font-size				: 13px;
	color						: #1D5107;
	font-weight				: bold;
}

.MatchDate {
	text-decoration		: italic;
	color						: #FFFFFF;
	font-size				: 8pt;
}
