/*
 *	Editor stylesheet
 *
 *	(c) 2004 WebRequest
 *	info@webrequest.nl
 *
 *	filename: default.css
 *
 */

/*
 *
 *	M a i n   s t y l e s
 *
 */
html {
	/* Always display scrollbar (page shifting) */
	min-height: 100%;
	margin-bottom: 0.1px;
}

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	text-align: left;
	font: 10pt Verdana, sans-serif;
	color: #4F4F4F;
}

h1 {
	margin: 0px 0px 10px 0px;
	font-size: 12pt;
	/*color: #0063CB;*/
	color: #004990;
}

h1.header, h1.header a, h1.header a:hover, h1.header a:active {
	margin: 0;
	padding: 20px 0 0 30px;
	color: #004990;
	font-size: 20px;
	text-decoration: none;
}

h2 {
	margin: 0px 0px 10px 0px;
	font-size: 12pt;
	font-weight: normal;
}

p  {
	font-size: 10pt;
	font-weight: normal;
	line-height: 1.4em;
}

p.header, p.header a, p.header a:hover, p.header a:active {
	margin: 0;
	padding: 5px 0 0 70px;
	color: #004990;
	letter-spacing: 2px;
	text-decoration: none;
}

ul {
	padding-right: 1em;
	text-align: left;
	margin-bottom: 1em;
}

a:visited {
	/*color: #FFA800;*/
	color: #F29500;
	text-decoration: none;
}

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

a {
	/*color: #FFA800;*/
	color: #F29500;
	text-decoration: none;
}

/*
 *
 *	L a y e r   s t y l e s
 *
 */

#wrapper {
	min-width: 766px;
}

#wrapper {
	background-image: url(../../images/background.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 766px;     				/* total width */
	left: 50%;
	margin-left: -383px;
}

#wide-header {
	background-image: url(../../images/header-210.png);
	background-repeat: no-repeat;
	height: 132px;
}
 
#header-logo {
	position: absolute;
	height: 210px;
	width: 210px;
	left: 556px;
}

#outer {
	border-right-width: 210px; 			/* right column width */
}

#inner {
	background-image: url(../../images/mainbg-210.png);
	background-repeat: no-repeat;
	min-height: 215px;
}

#right {
	background-image: url(../../images/vertical-line.png);
	background-repeat: repeat-y;
	background-position: top right;
	margin-top: 10px;
	width: 210px;              			/* right column width */
	/*border: 1px solid #00FF00;			/* Debug */
}

#header1 {
	background-image: url(../../images/news.png);
	background-repeat: no-repeat;
	margin: 70px 0 0 0;
	height: 50px;
	/*border: 1px solid #0000FF;			/* Debug */
}

#text1 {
	margin: 0;
	padding: 10px 20px 10px 20px;
	/*border: 1px solid #000F0F;			/* Debug */
}

#header2 {
	background-image: url(../../images/sponsors.png);
	background-repeat: no-repeat;
	margin: 0;
	height: 50px;
	/*border: 1px solid #0000FF;			/* Debug */
}

#text2 {
	margin: 0;
	padding: 10px 20px 10px 20px;
	/*border: 1px solid #000F0F;			/* Debug */
}

#wide-footer {
	/*background-image: url(../../images/footer.png);
	background-repeat: no-repeat;
	/* border: 1px solid #0000FF;			/* Debug */
}


#footer-text {
	width: 766px;
	color: #0063CA;
	margin: -40px 0px 0px 0px;
	text-align: center;
	font-size: 10px;
}

#footer-text a {
	color: #E49036;
}

#footer-text a:visited {
	color: #E49036;
}

#footer-text a:hover {
	color: #FFA518;
}

#inner {
	margin: 0;
	width: 100%;
}

#right {
	float: left;
	position: relative;
}

#center {
	float: left;
	width: 556px;
	position: relative;
	top: 22px;
	overflow: hidden;
	/*border: 1px solid #0F0F00;			/* Debug */
}

#wide {
	width: 766px;
	position: relative;
}

/* Mozilla code */
#outer > .inner {
	border-bottom: 1px solid transparent;
}

#right {
	margin-left: 0px;
}

#center {
	margin: 0px;
}

#cms-buttons {
	position: absolute;
	top: 0px;
	left: 490px;
	width: 70px;
}

/*
 *
 *	M e n u   s t y l e s
 *
 */



/*
 *
 *	M i s c .   s t y l e s
 *
 */

.clear {
	clear: both;
}

.small {
	font-size: 10px;
}

.stdInput {
	border: 1px inset #EEEEEE;
	background-color: #EEEEEE;
	font-size: 10px;
	padding-left: 2px;
}

.stdButton {
	border: 1px outset #01A101;
	background-color: #04038F;
	color: #FFFFFF;
}

.stdButton:hover {
	border: 1px outset #FFA518;
	background-color: #04038F;
	color: #FFFFFF;
}

.search {
	position: absolute;
	top: 72px;
	left: 520px;
}

.text-search {
	font: 12px Verdana;
	padding-left: 2px;
	border: 1px solid #C9C9C9;
	background-color: #0053AA;
	color: #FFFFFF;
}

.button-search {
	font: 12px Verdana;
	font-weight: bold;
	border: 1px solid #C9C9C9;
	background-color: #0053AA;
	color: #F39800;
}

.button-search:hover {
	font: 12px Verdana;
	font-weight: bold;
	border: 1px solid #FFFFFF;
	background-color: #0053AA;
	color: #F39800;
}

