﻿/************************************************
ABOUT
*************************************************
Author:		Berry Straver, www.concepts2go.com
For:		http://www.aonriskconsole.com
History:
v 1.00		2007/06/27	font size + kleuren
			- #98122F (rood) a
			- #444444 (grijs) text
			- #698FB5 (blauw) headers
************************************************/						 
						 

/************************************************
ABOUT
************************************************/

/*----------------- POSITION ------------------*/

/** COMENT ACHTER TAG  **/


/*----------------- BODY ----------------------*/

body, html {
color: #444444; 
font-family: Arial, Tahoma, Verdana, sans-serif;
text-align: left; 			/** this is used by the FCK editor, so align left **/
height: 100%;
line-height:1.3em;
}
body {
font-size: 80%;
}

.body360
{
	padding-top: 10px; 
	background-image: none!important;
	font-size: 70%;
}

/*----------------- PARAGRAPHS ---------------*/
p {
padding: 0 0 15px;
text-align: left;
}
/*----------------- LINKS --------------------*/
a {
color: #5988B1;
text-decoration: none;
}
a:hover{
color: #5988B1;
text-decoration: underline;
}
/*----------------- HEADERS ------------------*/
h1 {
font-size: 1.2em;
color:#698FB5;
padding: 0 0 16px 0;
line-height: 20px;
}

h2 {
font-size: 1em;
color:#698FB5;
}

/*
 h2 {
font-size: 0.98em;
color:#FFFFFF;
padding: 5px 10px 5px 10px;
border: solid 1px #464646;
margin-bottom:10px;
background:#898989;
} 

h2.header {
font-size: 0.98em;
color:#98122F;
padding: 5px 10px 5px 10px;
border: solid 1px #464646;
margin-bottom:10px;
background:#FFFFFF;
}

h2.headerButton {
font-size: 0.98em;
color:#98122F;
padding: 5px 10px 15px 15px;
margin-bottom:10px;
border: none;
vertical-align: middle;
background: url(../imgs/pijl_inloggen.gif) no-repeat 0px 7px;
} 
*/

h3 {
font-size: 1em;
color:#333333;
}
h3.orange
{
	font-size: 1.3em;
	font-weight: normal;
	color:#F18F14!important; 
}

/*----------------- HOME LINK ---------------*/
/* 
	donker #666666
	licht #9a9a9a 
*/
   
.homeLink {
	margin: 28px 0px 9px 20px;
	font-weight: bold;
	color: #666666	
}

.homeLink a {
	/*margin: 7px 0px 6px 20px;*/
	font-weight: bold;
	color: #9a9a9a;
	text-decoration: none;
}

.homeLink a:hover {
	color: #9a9a9a;
	font-weight: bold;
	text-decoration: underline;
}

/*----------------- BOLD --------------------*/
.bold {
font-weight: bold;
}
.intro {
color:#888888;
}

/*----------------- HORIZONTAL RULERS -------*/
hr {    
border: 0;
color: #666666;
background-color: #666666;
width: 100%;
margin: 3px 0 11px;
}
* html hr {
margin:-7px 0 -2px;
}
hr.dun {
height: 1px;
}
hr.dik {
height: 2px;
}


/*----------------- TABLE --------------------*/
table.ContentTable{
border-collapse:collapse;
font-size: 100%;
width:100%;
margin-bottom:13px;
border-bottom: 1px solid #898989;

}

table.ContentTable th {
padding: 6px 12px 6px 12px;
text-align: left;
border: 1px solid #898989;
speak-header: once;
background-color:#898989;
color:#FFFFFF;
}

table.ContentTable th a
{
font-weight: bold;
}

table.ContentTable a {
color:#F0037F;
font-size:11px;
}
table.ContentTable a:hover {
color:#3e82af;
}

table.ContentTable tbody {
border: 1px solid #898989;
}

table.ContentTable td {
border-left: 1px solid #898989;
border-right: 1px solid #898989;
padding: 6px 12px 6px 12px;
background-color:#dbe4ed;
}
table.ContentTable td.alt {
padding: 6px 12px 6px 12px;
background-color:#c3d2e1;
}
table.ContentTable td.sub {
padding: 6px 12px 6px 12px;
background-color:#b3b3b3;
color:#FFFFFF;
}

/*----------------- IMAGES ------------------*/
img.ImageLeft
{	float:left;
	margin: 3px 10px 10px 0px;
}

img.ImageRight
{
	float:right;
	margin: 3px 0px 10px 10px;
}



/************************************************
HIERONDER NOG DOEN
************************************************/

.CMSEdit
{
font-size: 100%;
}

.pollList td label, .pollListResult td label, .pollList td span, .pollListResult td span{
	font-size:100%;
}

table.Login td
{
	font-size:70%;
}
