/*-----------------------------------------------------------------------
[Stylesheet]	style.css

Client:		Vertel eens
Project:	Vertel eens online
Version:	1.0
Last change:	16/09/08

[Style copy/paste]
a {font-family:; font-size:; color:; text-decoration:;}
a:hover {font-family:; font-size:; color:; text-decoration:;}
a:active {font-family:; font-size:; color:; text-decoration:;}
a:visited {font-family:; font-size:; color:; text-decoration:;}

[Colors]
pathway:	#838383

------------------------------------------------------------------------*/
/*
 generel style elements
*/

a {
	outline: none;
}

h1,h2,h3,h4,h5,h6{
	font-family:Verdana;
	font-weight:bold;
  	color:#666;
  	margin: 0 0 0.25em 0;
}
h5 {font-weight:bold; font-size:12px; color:#000;font-family:Verdana;}

.foo, #bar {
	font-family:"times new roman",times,serif;
	font-weight:bold;
  	color:#666;
  	margin: 0 0 0.25em 0;
	cursor:pointer;
}

.foo a {font-size:20px;}
.foo a:hover {cursor:pointer;}

/*
 end general style elements
*/

/*
 header
*/
/* login & top menu */
div.helpbutton {
	font-family:Verdana;
	font-size:12px;
	text-align:center;
}

.helpbutton a {
	display:block;
	font-family:Verdana;
	font-size:12px;
	height:18px;
	text-decoration:none;
	width:18px;
}

.helpbutton a:hover {
	font-family:Verdana;
	font-size:12px;
	height:18px;
	text-decoration:none;
	width:18px;
}


#dropmenudiv {font-family:Verdana; font-size:100.01%; color:#000000; text-decoration:none;padding-bottom:5px;}
#dropmenudiv a {font-family:Verdana; font-size:100.01%; color:#000000; text-decoration:none;}
#dropmenudiv a:hover {text-decoration:underline;}

/* pathway */
.pathway {font-family:Verdana; font-size:11px; color:#838383; text-decoration:none;}
.pathway a {font-family:Verdana; font-size:11px; color:#838383; text-decoration:none;}
.pathway a:hover {text-decoration:underline;}
/*
 end header
*/

/*
 content boxes
*/
.c39 {font-family:Verdana;font-size:10px;color:#000;}
.c39 a {font-family:Verdana; font-size:10px; color:#000000; text-decoration:none;}
.c39 a:hover {text-decoration:underline;}

.container_1 {
	font-family:Verdana;
	font-size:12px;
	color:#000;
}

        .container_1 .readon {
                /* font-family:Verdana; */
                /* font-size:12px; */
                /* font-weight:bold; */
                text-align:right;
                /* text-decoration:none; */
                /* color:#000; */
                position:absolute;
                top:247px;
                right:5px;
        }

.container_2, .container_2b {
	font-family:Verdana;
	font-size:12px;
	color:#000;
}

        .container_2 .readon, .container_2b .readon {
                /* font-family:Verdana; */
                /* font-size:12px; */
                /* font-weight:bold; */
                text-align:right;
                /* text-decoration:none; */
                /* color:#000; */
                position:absolute;
                top:90px;
                right:5px;
        }

.container_3 {
	font-family:Verdana;
	font-size:12px;
	color:#000;
}

        .container_3 .readon {
                /* font-family:Verdana; */
                /* font-size:12px; */
                /* font-weight:bold; */
                text-align:right;
                /* text-decoration:none; */
                /* color:#000; */
                position:relative;
                height:13px;
                width:100%;
        }

/*
.readon {
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	text-decoration:none;
	color:#000;
}
*/
/*
.container_1 .readon a {font-family:Verdana; font-size:12px; color:#000; text-decoration:none;}
.container_1 .readon a:hover {font-family:Verdana; font-size:12px; color:#000; text-decoration:underline;}
.container_1 .readon a:active {font-family:Verdana; font-size:12px; color:#000;}
.container_1 .readon a:visited {font-family:Verdana; font-size:12px; color:#000;}

.container_2 .readon a {font-family:Verdana; font-size:12px; color:#000; text-decoration:none;}
.container_2 .readon a:hover {font-family:Verdana; font-size:12px; color:#000; text-decoration:underline;}
.container_2 .readon a:active {font-family:Verdana; font-size:12px; color:#000;}
.container_2 .readon a:visited {font-family:Verdana; font-size:12px; color:#000;}

.container_3 .readon a {font-family:Verdana; font-size:12px; color:#000; text-decoration:none;}
.container_3 .readon a:hover {font-family:Verdana; font-size:12px; color:#000; text-decoration:underline;}
.container_3 .readon a:active {font-family:Verdana; font-size:12px; color:#000;}
.container_3 .readon a:visited {font-family:Verdana; font-size:12px; color:#000;}

.container_4 .readon a {font-family:Verdana; font-size:12px; color:#000; text-decoration:none;}
.container_4 .readon a:hover {font-family:Verdana; font-size:12px; color:#000; text-decoration:underline;}
.container_4 .readon a:active {font-family:Verdana; font-size:12px; color:#000;}
.container_4 .readon a:visited {font-family:Verdana; font-size:12px; color:#000;}
*/
/*
 end content boxes
*/


/*
 form elements
*/
.form {
	margin:0;
	padding:0;
}

.txt_input {
        background-color:#faf8f2;
	border:1px solid #eae1c8;
	height:15px;
	padding-top:5px;
	width:125px;
        font-family:Verdana;
        font-size:11px;
}

.form_select {
        background-color:#FAF8F2;
        border:1px solid #EAE1C8;
        font-family:Verdana;
        font-size:12px;
        height:22px;
        padding:3px;
}

.txt_input_long {
        background-color:#faf8f2;
	border:1px solid #eae1c8;
	height:15px;
	padding-top:5px;
	width:250px;
        font-family:Verdana;
        font-size:11px;
}

.txt_input_long2 {
        background-color:#faf8f2;
	border:1px solid #eae1c8;
	height:19px;
	padding-top:3px;
	width:250px;
        font-family:Verdana;
        font-size:11px;
}

.txt_input_short {
        background-color:#faf8f2;
	border:1px solid #eae1c8;
	height:15px;
	padding-top:5px;
	width:50px;
        font-family:Verdana;
        font-size:11px;
}

.txt_input_postalcode {
        background-color:#faf8f2;
	border:1px solid #eae1c8;
	height:15px;
	padding-top:5px;
	width:48px;
        font-family:Verdana;
        font-size:11px;
}

.txt_input_dob {
        background-color:#faf8f2;
	border:1px solid #eae1c8;
	height:15px;
	padding-top:5px;
	width:70px;
        font-family:Verdana;
        font-size:11px;
}

.txt_input_code {
	background-color:#faf8f2;
	border:1px solid #eae1c8;
	height:20px;
	width:250px;
	padding-top:5px;
        font-family:Verdana;
        font-size:11px;
}

.button_ok {
	height:21px;
	width:26px;
}

.button_search {
	height:21px;
	width:52px;
}

.form_txt_area {
	background-color:#faf8f2;
	border:1px solid #eae1c8;
        height:150px;
        width:320px;
}

label {
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
}

.chkbx {
	margin:0;
	padding:0;
}

.radiobutoon {
        margin-right:5px;
}
/*
 end form elements
*/