/* Additional styles to add to the 960.gs styles */

body /* Default, will be used by FCKEditor */
{
    font-family: Arial;
	font-size: 11px
}

img.top {vertical-align:text-top}
img.super {vertical-align:super}


TABLE 	{
	border: 0px;
	font-family: Arial;
	font-size: 11px
}

#sitebody /* Used by Top.master and Update.master*/
{
	background: #255788 /*url(/modernekuurne/images/includes/body-bg.jpg) repeat-y*/;
	font-family: Arial;
	font-size: 11px
}

h1
{
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	color: #1E4673;
}

h2
{
	font-family: Arial;
	font-size: 15px;
	font-weight: normal;
	color: #1E4673;
}
#banner
{
	background: #FFFFFF /*url(/modernekuurne/images/includes/main-bg.gif)*/;
	height: 103px;
}

#banner_logo
{
	background: #000000 /*url(/modernekuurne/images/includes/main-bg.gif)*/;
	height: 103px;
	width: 250px;
	padding: 0px;
	float: left;

}

#banner_slogan
{
	background: #000000/*url(/modernekuurne/images/includes/main-bg.gif)*/;
	height: 103px;
	width: 320px;
	padding: 0px;
	float: left;


}

#banner_image
{
	background: #000000 /*url(/modernekuurne/images/includes/main-bg.gif)*/;
	height: 103px;
	width: 370px;
	padding: 0px;
	float: left;


}

#bannerdevider
{    
	background: #FF7A14 /*url(/modernekuurne/images/includes/main-bg.gif)*/;
	height: 5px;
}

#maincontent-mid 
{
	background: #FFFFFF url(/images/includes/main-bg-mid2.gif);	
}
#maincontent-mid-blank 
{
	background: #FFFFFF url(/images/includes/main-bg-mid3.gif);	
}
#maincontent_top
{
	background: url(/images/includes/main-bg-top2.gif) repeat-x;
    height: 6px;
    
    /*background: url(/modernekuurne/images/bannerFordFlex1.jpg) repeat-x;
	height: 159px;*/
	
}

#rightpane 
{
	border-left-width: 10px;	
}

#maincontent_bottom
{
	background: url(/images/includes/main-bg-bot2.gif) repeat-x;	
	height: 6px;	
}
#maincontent_bottom_blank
{
	background: url(/images/includes/main-bg-bot3.gif) repeat-x;	
	height: 6px;	
}
#copyright
{
	font-family: Arial;
	font-size: 10px;
	color: White;
	text-align: right;	
}

#disclaimer
{
	font-family: Arial;
	font-size: 10px;
	color: White;
	text-align: left;	
}

#language_links
{
	font-family: Arial;
	font-size: 11px;
	color: White;
	text-align: right;	
}



ul.leftmenu li
{	
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight:bold;
	text-indent: 30px;
	list-style-position: outside;
	/*list-style-type: none;*/
	/*list-style-image: url(/images/includes/bullet_blue.png);*/
	
	padding: 3px;
	margin: 2px;
}





#header, #footer {padding: 0 20px;}
#header {background-color: #D7EDEE; border-bottom: 3px #115B77 solid; margin-bottom: 20px; padding-top: 10px}
#footer {background-color: #D7EDEE; border-top: 3px #115B77 solid; color: #666666; margin-top: 10px; padding-top: 10px}

a:link {color: #0188ca; text-decoration: none;}
a:visited {color:#0188ca; text-decoration: none;}
a:hover {text-decoration: underline}


#imageborderhovercontainer a img {
	vertical-align: bottom;
	margin: 4px;
	border: solid 4px #FFFFFF;
	text-decoration: none
}
#imageborderhovercontainer a:hover img {
	border-color: #ccc;
}
#imageborderhovercontainer a:hover {  /* wakeup IE */
	border-width: 0;
}




a.Whitelink {
	color: #FFFFFF;
	text-decoration: none;
}

a.Whitelink:hover 
{	
	color:#FFFFFF;
	text-decoration: underline;
}



input 
{  
	font-family: Arial;
	font-size: 11px;
    /*width: 107px;*/
}

textarea 
{ 
    font-family: Arial;
	font-size: 11px
}

select 
{  
	font-family: Arial;
	font-size: 11px
	
}

input.checkbox
{
	font-family: Arial;
	font-size: 11px
}





/* OPTION LISTS */
dl {
	margin: 0px;
	padding: 0px;
}

dt {
	float: left;
	clear: left;
	margin: 0px 8px 0px 0px;
	padding: 0px;
	width: 117px;
	text-align: right;
	white-space: nowrap;
}

dd {
	margin:0px 0px 10px 0px;
}

/* datagrid */
.datagridrow {
	border-top: 1px solid #E6E6E6;
}

.datagridrowHover {
	background-color: #eeeeee;
}

.datagridrowNormal {
	background-color: #ffffff;
}

.datagrid td {
	padding: 1px 0px 1px 2px;
	border-top: 1px solid #E6E6E6;
	vertical-align: middle;
}



.datagrid .datagridActionsColumn {
	font-size: 9pt;
}

.datagrid th {
	font-size: 8pt;
	color: #666666;
	padding-left: 2px;
	background-color: #eeeeee;
	text-align: left;
}


.datagridtotals td {
	padding: 10px 0px 2px 0px;
	margin-top: 5px;
	border: 0px;
	font-weight: normal;
	
}

