﻿body
{
    margin:0px;
    padding:0px;
    font-family:Tahoma,Trebuchet MS,Helvetica, sans-serif;
    background-color:#373737;
    font-size: 12px;
}
div{
	margin:0px;
	padding: 0px;
}
.sideline {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #00B000;
}


img
{
    border:0px;
    margin:0px;}

/* BASE LAYOUT ELEMENTS */
#ContentContainer {
	width: 818px;
	position: absolute;
}
#Content {
	position: relative;
}
#ContentPane
{
   
   /*background-color:White;*/
    padding:0px 30px 0px 55px;
    background-image:url(../images/main_bg_rpt.jpg);
    background-repeat:repeat-y;
    }
#Footer
{
     background-image:url("../images/layout_03.jpg");
     background-repeat:no-repeat;
     height:100px;
     font-family:Verdana;
     font-size:x-small;
     text-align:right;
     padding-right:15px;
     padding-top:25px;
 }
h1
{
	font-size:16pt;
	font-weight:normal;
	margin:0px;
	line-height: 30px;
    }
h2
{
	font-size:12pt;
	font-weight:normal;
	letter-spacing:1px;
	margin:0px;
	line-height: 25px;
	padding-bottom: 10px;
    }
.normal_text
{
    font-size:12px;
    letter-spacing:0px;
    }
ul
{
    list-style-image:url(/images/glass.gif)
    }
.wideCells td
{
    padding:30px;}
a:link{color:black;text-decoration:none;}
a:visited{color:black;text-decoration:none;}
a:hover{color:black;text-decoration:underline;}
a:active{color:black;text-decoration:none;}

.whitelink:link{color:white;text-decoration:none;}
.whitelink:visited{color:white;text-decoration:none;}
.whitelink:hover{color:white;text-decoration:underline;}
.whitelink:active{color:white;text-decoration:none;}

.button {
	font-family: "Trebuchet MS", Tahoma, "Tw Cen MT", Arial;
	font-size: 14px;
	border: 1px solid #336600;
	color: #000000;
	background-color: #EEEEEE;
}
 
.textbox, .selectbox, .textbox_req, .selectbox_req, .loginfield, .loginfieldbutton {
	background-color: #FFFFFF;
	padding: 1px;
	font-family: "Trebuchet MS", Tahoma, "Tw Cen MT", Arial;
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #376F00;
	border-right-color: #376F00;
	border-bottom-color: #376F00;
	border-left-color: #376F00;
}
.selectbox, .selectbox_req {
width: 213px;
}

.selectbox_req, .textbox_req {
	background-image: url(/images/required.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.menudetails {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
.loginfield, .loginfieldbutton, .smallbutton {
font-size: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	width: 75px;
background-color: #f4fef0;
}
.loginfieldbutton {
width: 40px;
height: 17px;
}
.smallbutton {
width: auto;
height: 20px;
}

/* FORMHINTS STYLE**************************************************************/
.hint {
   	display: none;
    position: absolute;
    right: 30px;
    width: 300px;
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 10px 12px;
    background: #ffc url("http://www.alimentatie-online.be/images/pointer.gif") no-repeat -10px 5px;
}

.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url("http://www.alimentatie-online.be/images/pointer.gif") left top no-repeat;
}
/* FORMHINTS STYLE**************************************************************/
