/* Globals */

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

html {
	font-size: 70%;
	color: #003466;
}

body {
	padding: 0px; 
	margin: 0px; 
	background: url(../images/mainBg.jpg) repeat-x #232C31; 
}

img, table {
	border: 0px;
	font-size: 100%;
}

td, p {
	vertical-align: top;
	padding: 0px; 
	margin: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

a,
a:visited,
a:active {
	text-decoration: underline;
	color: #003466;
}

a:hover {
	color: #CC0000;
}

a.submenu {
	margin-left: 15px;
}

html ul {
	list-style-image: url(../images/bullet_moz.gif);
	margin-top: 5px;
	margin-bottom: 5px;
}

*html ul {
	list-style-image: url(../images/bullet_ie.gif);
}

ul {
	padding: 0px;
	margin-left: 18px;
}

ol {
	padding: 0px;
	margin-left: 18px;
}

*html ol {
	padding-left: 0px;
}

h1,
h2,
h3,
h4 {
	padding: 0px;
	margin: 0px;
}

h1 {
	font-size: 130%;
}

h4 {
	color: #5383A7;
	font-size: 90%;
	font-weight: normal;
}

b a,
b a:visited {
	text-decoration: none;
}

hr {
	height: 1px;
	border-bottom: 1px solid #2E79B2;
	 
}

/* Form styles */

.input {
	border: 1px solid #94B8C2; 
	width: 120px; 
	height: 16px;
}

.genericForm select, .genericForm input {width: 170px; margin-bottom: 3px}
.genericForm textarea {width: 350px; height: 39px; margin-right: 0px; margin-bottom: 3px}
.genericForm select, .genericForm input, .genericForm textarea {border: 1px solid #003466; font-size: 90%; color: #D41515;}
.genericForm input.radio {width: 16px; height:16px;  border: 0px; margin: 0px; position: relative; top: 2px}
.genericForm input.button {margin-top: 6px; margin-bottom: 10px; border: 0px}
.genericForm input.right	{float: right}
.genericForm input.image {width:auto; border:none}

/* Content */

#forgot_data_portlet {
	display: none;
	width: 247px;
}

table.content {
	width: 770px;
	background: url(../images/contentBg.jpg) repeat-y #3583BD;
}

td.main {
	background: #2B74AB;
}
	
td.portletTitle {
	width: 100%;
	vertical-align: middle;
	text-align: right;
	background: url(../images/titleBg.gif) repeat-x;
	padding-right: 4px;
}


td.portletTitleShort {
	width: 247px;
	margin: 0px;
	padding: 0px;
	background: url(../images/titleBgShort.gif) repeat-x;
	font-size: 6px;
	height: 6px;
}

td.portletMainBig {
	background: url(../images/mainPortletBigBg.jpg) no-repeat #092C4E;
	padding: 27px 0px 0px 20px;
}

td.portletMain {
	background: url(../images/mainPortletBg.jpg) no-repeat #092C4E;
	padding: 20px 0px 0px 20px;
	color: #FFFFFF;
	height: 285px;
}

td.portletMainSolid {
	background: #CFDAE3;
	padding: 20px 20px 0px 20px;
}

td.portletLogin {
	background-color: #CC0001;
	padding: 12px;
	color: #FFFFFF;
	background-image: url(../images/loginPortletBg.jpg) repeat-x;
}

#login {
	color: #FFFFFF;
}

td.portletRegular {
	background: #CFDAE3;
	border-top: 1px solid #FFFFFF;
	padding: 12px;
}

td.portletRegularGKnieuws {
	background: #CFDAE3;
	border-top: 1px solid #FFFFFF;
	padding: 12px;
	height:367px;
}

*html td.portletRegularGKnieuws {
	height:357px;
}


td.portletDark {
	background: #112B5B;
	padding: 5px 0px 5px 20px;
	color: #FFFFFF;
}

td.portletDark a,
td.portletDark a:active,
td.portletDark a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

td.portletDark a:hover {
	color: #FFFFFF;
}

#login a {
	color: white;
}
#login a:hover {
	color: #CFDAE3;
}

/* Condoomadviezen */

table.condomtable {
	font-size: 11px;
	border-top: 1px solid #003466;
	border-left: 1px solid #003466;
	margin: 0px 0px 0px 0px;
}

table.condomtable td, table.condomtable th {
	border-right: 1px solid #003466;
	border-bottom: 1px solid #003466;
	background-color: #B5C6D4;
	text-align: left;
	padding: 4px;
}

table.condomtable th {
	font-size: 11px;
	font-weight: bold;
	background-color: #99cc00;
	white-space: nowrap;
	padding: 4px;
}

.redtxt {color: #CC3300}

/* Footer */

.footer {
	width: 770px;
	height: 59px;
	text-align: center;
	background: url(../images/footerBg.jpg) repeat-x #FFFFFF;
	color: #000000;
}

.footer td {
	vertical-align: middle;
}


