﻿/* DEFAULTS
----------------------------------------------------------*/
body   
{
    background: #ffffff;
    background-image:url("../images/background.png");
    background-repeat:repeat-x;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

fieldset
{
	padding:10px;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin: 0px;
    /*margin-bottom: 0px;*/
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.4em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #4d4d4d;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
    background-repeat:no-repeat;
}
	.header_com
	{
 		background-image:url("../images/ruilcenter-com.jpg");
	}
	.header_be
	{
 		background-image:url("../images/ruilcenter-be.jpg");
	}
	.header_nl
	{
 		background-image:url("../images/ruilcenter-nl.jpg");
	}
	.header_com_en
	{
 		background-image:url("../images/ruilcenter-com-en.jpg");
	}
	.header_be_en
	{
 		background-image:url("../images/ruilcenter-be-en.jpg");
	}
	.header_nl_en
	{
 		background-image:url("../images/ruilcenter-nl-en.jpg");
	}
	.header_com_fr
	{
 		background-image:url("../images/ruilcenter-com-fr.jpg");
	}
	.header_be_fr
	{
 		background-image:url("../images/ruilcenter-be-fr.jpg");
	}
	.header_nl_fr
	{
 		background-image:url("../images/ruilcenter-nl-fr.jpg");
	}
	
.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 8px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#BFE4FF;
    width:100%;
    height:33px
}

div.menu
{
	float:left;
	width:800px;
    padding: 1px 0px 1px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu li
{
	float:left;
    list-style: none;
}

div.menu ul li a, div.menu ul li a:visited
{
	float:left;
    background-color: #FFD455;
    border: 1px #00AAFF solid;
    color: #4D4D4D;
    font-weight:bold;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li
{
	margin:2px;
}

div.menu ul li a:hover
{
    background-color: #FFFFAA;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
	margin-bottom:2px;
    /*margin: 1em 0px;*/
    /*padding: 1em;*/
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    /*display: block;*/
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

.dropdownlist 
{
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
    float:left;
}

/* MISC  
----------------------------------------------------------*/

.hidden
{
	display:none;
}

.clear
{
    clear: both;
}

.left
{
	float:left;
}

.right
{
	float:right;
}

.center
{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.pdfbutton
{
	padding: 0px 2px 2px 20px;
	background-image: url(../images/page_white_acrobat.png);
	background-repeat: no-repeat;
	white-space: nowrap;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
    padding:10px;
}

.posout
{
	position:absolute;
	left:-4000px;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding:30px 30px 130px 30px;
    color: #4d4d4d;
}

.loginDisplay a:link
{
    color: #4d4d4d;
}

.loginDisplay a:visited
{
    color: #4d4d4d;
}

.loginDisplay a:hover
{
    color: #4d4d4d;
}

.failureNotification
{
    display:block;
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.itemimage
{
	float:left;
	border:1px solid #c7c7c7;
	width:70px;
	height:70px;
	text-align:center;
}
.itemtext
{
	float:left;
	padding:26px;
	vertical-align:middle;
}

/* Message boxes   
----------------------------------------------------------*/ 
.errorbox
{
	display:block;
	border:1px solid #ff6655;
	background-color:#ffeedd;
	padding:10px;
	margin:10px;
}

.infobox
{
	display:block;
	border:1px solid #ffdd77;
	background-color:#ffffcc;
	padding:10px;
	margin:10px;
}

.loadingbox
{
	margin:10px;
	height:60px;
	border:1px solid #c7c7c7;
	background:url("../images/ajax-loader3.gif") no-repeat center;
}

/* Gridview 
----------------------------------------------------------*/ 

.itemtable
{
	width:735px;
}
.itemtable th
{
	background-color:#c7c7c7;
	color:#ffffff;
	white-space:nowrap;
	text-align:left;
	padding:4px;
}
.itemtable td
{
	text-align:center;
	padding:4px;
}
.itemtableth
{
	width:100%;
}

.itemtable input
{
	text-align:center;
	border:1px solid #c7c7c7;
}
.alternate
{
	background-color:#F0F0F0;
}
.itemrow:hover, .alternate:hover
{
	background-color:#ffdd77;
}

th.itemdescription
{
	text-align:left;
	width:500px;
}

th.itemlookup
{
	text-align:left;
	width:100px;
}

/* Home page 
----------------------------------------------------------*/ 

.home
{
	border:0px solid #c7c7c7;
	padding:4px;
	margin:4px;
	float:left;
}
.homeleft
{
	width:530px;
	float:left;
	padding:0px;
	margin:0px;
}
.homeright
{
	width:193px;
	float:left;
}
.welcome
{
	width:516px;
}
.newusers
{
	width:175px;
	height:180px;
}
.facebook
{
	width:190px;
	height:303px;
}
.subitem
{
	border:1px solid #c7c7c7;
	padding:4px;
	margin:4px 0;
}
.subitemheader
{
	border:0px solid #FFFFAA;
	padding:4px;
	background-color:#BFE4FF;
	color:#4D4D4D;
	text-align:left;
	font-weight:bold;
}
.info
{
	width:175px;
	height:200px;
}
.info a
{
	font-size:11px;
}
		
.news
{
	padding:0px;
	margin:4px;
	float:left;
	width:525px;
}
		
.newsitem
{
	border-bottom:1px solid #c7c7c7;
	padding:10px;
	margin: 0px 0px 6px 0px;
}
.newsitem h3, .home h3
{
	color:#4D4D4D;
}
.newsdate
{
	font-size:10px;
	float:right;
}
.newitems
{
	width:175px;
}
.itemlist
{
	list-style:none;
	padding:0px;
	margin:0px;
}
.itemlist li
{
	list-style:none;
	border:1px solid #c7c7c7;
	display:block;
	height:56px;
	margin-bottom:4px;
	margin-top:4px;
	font-size:11px;
}
.itemlist li span
{
	margin:4px;
	line-height:20px
}
.itemlist img
{
	height:50px;
	margin:2px;
	border:0px solid #c7c7c7;
}

/* Banners
-----------------------------------------*/
.banner
{
	border:0px;
}
.bannervertical
{
	border:0px solid #c7c7c7;
	width:160px;
	height:600px;
	padding:0 2px 14px;
	margin-left:14px
}
.bannerhorizontal
{
	position:relative;
	border:0px solid #c7c7c7;
	height:90px;
	float:left;
	width:728px;
	padding:0px;
	margin:7px -5px 0;
}
.bannerverticalsmall
{
	float:left;
	margin:10px 35px;
}
.blockbanner
{
	padding:4px;
}
.paddingbottom
{
	padding-bottom:5px;
}

/* DEBUG  
----------------------------------------------------------*/
.border
{
	border: 1px solid red;
}
