/*
Synaptech bvba Belgium
www.synaptech.be

main.css bij yelba
*/

/*SITE*/
body.main
{
	background-color : #393C35;
	margin-top : 35px;
	margin-right : 0px;
	margin-left : 0px;
	margin-bottom : 0px;
	scrollbar-face-color: #284870;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #959595;
	scrollbar-darkshadow-color: #284870;
	scrollbar-shadow-color: #D5D5D5;
	scrollbar-arrow-color: #FBFBFB;
	scrollbar-track-color: #D5D5D5;
	/*height:100%;*/
}

.fullheight
{
	height : 100%;
}

.halfheight
{
	height : 50%;
}

td.backtop{background-image : url(images/backtop.jpg); background-repeat : no-repeat; background-position : bottom; vertical-align : bottom; background-color : transparent;}
td.backbottom{background-image : url(images/backbottom.jpg); background-repeat : no-repeat; background-position : top; vertical-align : top; background-color : transparent;}
td.backleft{background-image : url(images/backleft.jpg); background-repeat : no-repeat; background-position : right; vertical-align : bottom; background-color : transparent;}
td.backright{background-image : url(images/backright.jpg); background-repeat : no-repeat; background-position : left; vertical-align : top; background-color : transparent;}

HR{height : 1px;  color : #FFFFFF;}
TD { color: #FFFFFF; font-size: 11px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;}
td a:link,a:visited {color: #D1E19C; font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; }
td a:hover, a:active {color: #959595; font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; }
a.unsubscribe:link,a.unsubscribe:visited,a.unsubscribe:hover {color: #D1E19C; font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: underline;}
span.normal{font-weight : lighter;}

/*FORM*/
INPUT
{
	background-color : #252420;
	font-size : 11px;
	font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #D1E19C; 
	border: 1px solid #FFFFFF;
}


a.headnavlink:link, a.headnavlink:visited, a.headnavlink:active {
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 0px;
	line-height: 15px;
}

a.headnavlink:hover {
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 0px;
	line-height: 15px;
}

a.headnavlinksel:link, a.headnavlinksel:visited, a.headnavlinksel:active, a.headnavlinksel:hover {
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 0px;
	line-height: 15px;
}

a.leftcatlink:link, a.leftcatlink:visited, a.leftcatlink:active {
	color: #C7D695;
	text-decoration: underline;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

a.leftcatlink:hover {
	color: #C7D695;
	text-decoration: underline;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

a.leftcatlinksel:link, a.leftcatlinksel:visited, a.leftcatlinksel:hover, a.leftcatlinksel:active {
	color: #C7D695;
	text-decoration: underline;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#pageright{
	width:179px;
	padding-left:20px;
}

.pagerightitem{
	padding-bottom:10px;
}



/*** highslide **/

.highslide {
	cursor: url('images/graphics/zoomin.cur'), pointer;
    outline: none;
}
.highslide img {
	border: 0px solid gray;
}
.highslide:hover img {
	border: 0px solid silver;
}

.highslide-image {
    border-bottom: 0px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;

    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: silver;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
