body
{
	height: 100%;
	margin: 0;
	background-color: #e4f4c6;
	background-image: url(../img/bg.jpg);
	background-position: top;
	background-attachment: fixed;
	background-repeat:repeat;  	
	text-align: center;
}

/* start grid */
#wrapper
{
	/*sticky footer*/
	min-height: 100%;
	height: 100%;
	margin: 0 auto -20px auto; /* the bottom margin is the negative value of the footer's height */ /*sticky footer*/
	width: 1150; /* !!! total width including sidebar margins !!! */
	margin-left: 40px;
	margin-right: auto;
	text-align: left;	
	position: relative;		 
}

#Bannerbar
{
	width: 620px;
	height: 180px;
	background-color:white;
	position: relative;
	text-align:right;
	left: 250px;  
	  	
}
#topbar
{
	width: 180px;
	height: 170px;
	background-color:Transparent;
	position: relative;
	text-align:right;	
	margin-left:380px;
	margin-top:7px; 
		
	
}
#topbar td
{
	
	float:left;  	
	
}
/*#top
{
	width: 100%;
	height: 25px;
	position: relative;
}*/
#top
{
	background-color:white;
	height:25px;
	margin-left:250px;
	position:relative;
	width:620px;
}
.mainimage
{		
		text-align:left; 
												
}
.mainimage2{z-index:999; position:absolute; margin-left:175px; }
.appname{z-index:999; position:absolute; margin-top :40px;margin-left:30px;  }

#sidebarleft
{
	width: 172px;
	float: left;
	margin-left: 20px;	 
}
#main
{
	width: 620px;
	float: left; /*background: #fff; 	height:100%;*/
	background-color:White; 
	margin-left :58px; 
}
#sidebarright
{
	width: 172px;
	float: left;
	margin-left: 60px;
}
#footer
{
	width: 570px;
	height: 27px;
	position: relative;
	margin-left:22px;
	margin-top:7px; 
	text-align:left;  
	
}
/* start grid */

/* start #top items */
#logo
{
	position: absolute;
	top: 25px;
	left: 15px;
}
#sitehead
{
	position: absolute;
	top: -10px;
	left: 270px;
}
#topnav
{
	/*main nav container*/
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color:White;  
}
/* end #top items */

/* start #footer items */
#yocoversion
{
	position: absolute;
	top: 0;
	left: 0;
}
/* end #footer items */

/* start #sidebarleft items */
#sidebarlefttop
{
	background: transparent ;
	height: 185px;
}
.search
{
	padding: 0 0 0 0;
}
.searchfield
{
	background-image: url(../img/searchfield.png);
	height: 49px;
	width: 172px;	
	position: relative;
	padding: 0;	 	
	overflow: hidden;
	background-repeat:no-repeat;  
}
.searchfieldtextfield
{
	background-color:Transparent;
	border-width: 0;
	height: 18px;
	width: 95px;
	margin-top: 18px;
	margin-left: 15px;
	position: relative;
}
.newaction
{
	padding-top: 20px;
	text-align: center;
	position: relative;
}
/* start sidebar item */
.sidebaritem
{
	margin: 3px 0 0 0 !important;
	padding: 0 !important;
}
.sidebaritem_header
{
	height: 31px;
	width: 100%;
	background: url(../img/sidebaritem_header.png);
}
.sidebaritem_header H2
{
	text-transform:none; 
	padding: 14px 12px 0 12px;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	color: #fff;
}
.sidebaritem_content
{
	background: url(../img/sidebaright_content.png);
	background-color:#93C13C;
	background-position:bottom;
	background-repeat:no-repeat;		 
	width: 100%;
	overflow:hidden;
}
.sidebaritem_content_container
{
	padding: 10px;
	min-height:70px;
	height: expression( this.scrollHeight < 78 ? "77px" : "auto" ); /* sets min-height for IE */
}
.sidebaritem_content, .sidebaritem_content a, .sidebaritem_content li, .sidebaritem_content div
{
	font-size: 11px!important;	
	font-family :Arial;	  
}
.sidebaritem_content li a
{
	font-size: 100% !important;
}
.sidebaritem_content li a
{
	text-decoration: none !important;
}
.sidebaritem_content li a:hover
{
	color: #0c2577;
	text-decoration: none !important;
}
.sidebaritem ul, .sidebaritem ol
{
	margin: 0;
	padding: 0;
	padding-left: 14px;	
}
.sidebaritem_footer
{
	height: 9px;
	line-height: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 0px;
	background: url(../img/sidebaritem_footer.png) no-repeat;
}
/* end sidebar item */

/* start toolbox */
.sidebaritem_header, toolbox_header
{
	height: 28px;
	width: 100%;
	background: url(../img/sidebaritem_header.png);
}
.toolbox_content
{
	background: url(../img/sidebaritem_content_bg.png);
	background-color:#93C13C;
	background-position:bottom;
	background-repeat:no-repeat;
	height:130px;     
	width: 100%;
}
.toolbox_content_container
{
	padding: 10px 0 0 5px;
}
.toolbox_footer
{
	background: url(../img/sidebaritem_footer.png) no-repeat;
	height:55px;
	width: 100%;
}
.toolboxitem
{
	width: 100%;
}
.toolboxitem a, .toolboxitem a:link, .toolboxitem a:visited, .toolboxitem a:active
{
	text-decoration: none;
	color: #0c2577;
}

.toolboxitem a:hover
{
	text-decoration: underline;
	color: #0c2577;
}
.addfavorite, .makehomepage
{
	display: none;
}
.sidebaritem_footer, projecten_footer
{
	background: url(../img/footerright.png) no-repeat;
	height:55px;
	width: 100%;	
}


/* end toolbox */

/* end #sidebarleft items */

/* start .summary items */
.summary
{
	height: 185px;
	width: 172px;
	overflow:hidden;
}


.summary .sidebaritem div {
	font-size: 11px!important;
	text-transform:uppercase;
}



.summary .sidebaritem_header
{
	background: url(../img/summaryHeader.png) no-repeat;
	text-align: center;
	height: auto;
}

.summary .sidebaritem_header H2
{
	text-transform: none;
	padding: 15px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	padding-left:12px; 
	margin: 0;
	text-align:left;  
	color: #fff;
}

.summary .sidebaritem_content_container
{
	background-image : url(../img/summarycontent.png);	
	background-repeat:repeat-y ; 
	padding-left:0px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:0px; 
	text-align:right; 
}

.summary .sidebaritem_content, .summary .sidebaritem_content table td
{
	text-transform: uppercase;
	background-color: transparent;
	background-image: none;
	text-align: center;
	font-weight: bold;
	
}

.summary .sidebaritem_content table td 
{
	text-align: right;
}


.summary .result
{
	color: #fff;
}


.summary .sidebaritem_footer
{
	background: url(../img/summeryFooter.png) no-repeat;
	height: 34px;
	line-height: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 0px;
	display: none;
}

.summary .percentagebar
{
	overflow:hidden;
	line-height:8px;
}

/* end .summary*/

/*homepage styles*/
.topbanner
{
	height: 0px;
	width: 620px;
	background-color:White;  
}
.homepagebanner
{
	/*background-image defined as style in aspx*/
	width: 620px;
	height: 183px;
}
/*End homepage styles*/

/* start main items */
.contenttop
{
	/*empty*/
}
.contenttop_top
{
	display: none;
}
.contenttop_main
{
	background: #fff;
}
.contenttop_bottom
{
	width:615px; 
	height: 5px;
	line-height: 0;
	margin: 0;
	padding-left: 25px;
	font-size: 0px;
	background-color:White; 
	text-align:right;  
	 	
	
}
.menubar_HR_line
{	
	width:560px; 
	height: 5px;	
	background: url(../img/LineBar.gif) top repeat-x;
	 
	
}
.HR_line
{
	margin-left:5px;
}

.contentmain
{
	background: #fff;
}
.content
{
	/* DO NOT USE POSITIONING FOR THIS ITEM! THIS WILL DISTORT THE TOOLTIP POSITIONING */
	padding: 30px;
}
.contentbottom
{
	width:595px; 
	height: 5px;
	line-height: 0;
	margin: 0;
	padding-left: 23px;
	font-size: 0px;
	background-color:White; 
	text-align:left;   	
}

.panelvertical
{
	background: url(../img/bg_bluegradient_vertical.gif) top repeat-x;
	padding: 10px;
	margin: 0 0 10px 0;
}

.panelvertical h3
{
	margin-top: 0px;
	margin-bottom: 5px;
	color: #db640a;
}

.panelvertical .intro
{
	font-weight: bold;
}

.panelvertical .buttonrow
{
	text-align: right;
	margin-top: 1em;
}


/* start actiontop styles - placed inside contenttop */
.actionbanner
{
	padding: 17px 30px 15px 30px;
}

.actionbanner h1
{
	font-size: 220%;
	font-weight: bolder;
	font-variant: small-caps;
	margin: 0;
	margin-bottom:10px;
}

.actionbanner h2
{
	font-size: 160%;
	font-weight: bolder;
	font-variant: small-caps;
	margin: 0;
	padding: 0;
	margin-bottom:10px;
}


.actionbannerbutton
{
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
}

.actionbannerimage
{
	text-align: right;
}

.actionbannerimage img
{
}
/* end actiontop styles - placed inside contenttop */

.pagedownloads, .pagelinks
{
	margin: 20px 0;
}
.pagedownloads h2, .pagelinks h2
{
	margin: 0;
}
.pagedownloads ul, .pagelinks ul
{
	margin: 5px;
}
/* start pagefooter */
.pagefooter
{
	margin: 15px 0;
	padding-top: 4px;
	border-top: 1px solid #c2c8dd;
}

.pagefooter .item
{
	float: right;
	margin-right: 10px;
}

.pagefooter .item a:link, .pagefooter .item a:visited, .pagefooter .item a:active, .pagefooter .item a:hover
{
	font-weight: bold;
	text-decoration: none;
}
/* end pagefooter */
/* start shortlist */
.shortlist
{
	margin-left:13px;
	margin-right:13px; 
}

.shortlist td 
{
	padding:0;
	vertical-align:middle;
}

td.tdshortlistimage 
{
	vertical-align:middle;
	text-align:center;
	padding:0;
}

td.tdshortlistimagetop
{
	vertical-align:top;
	text-align:center;
	padding:0;
}

.shortlistitem b
{
	color:Orange;
	margin:0;
	font-weight: bold;
	font-size: 100%;
	padding:0;
}

.shortlistitemanchor
{
	text-decoration:underline;
}

.shortlistitem h6
{
	margin-bottom:0;
	padding-bottom:0;
}

.shortlistheadertext
{
	padding-top : 10px;
	padding-left:27px;
	padding-right:20px;  
}
.shortlistitem
{
	background-color: transparent;
}

.shortlistitem h2
{
	color: #80B61A;
	font-weight: bold;
	font-size: 100%;
	margin: 0;
	overflow: hidden;
	text-transform:uppercase;
	padding-bottom:8px; 
}

.shortlistimage
{
	padding-right:4px;
	height:44px !important;
}
.shortlistimage img 
{
	/*height:40px!important;
	width:auto!important;
	max-width: 200px!important;
	
	height: expression(this.scrollHeight > 39 ? "40px" : "auto" ); /* sets max-height for IE */
	height:auto!important;
	width:100!important;
	vertical-align:top!important;
}
/*smaller*/


.shortlisttext
{
	overflow: hidden;
}

.shortlisttext a, .shortlisttext a:visited, .shortlisttext a:link, .shortlisttext a:active, .shortlisttext a:hover
{
	color: #db640a;
}

.shortlisttext a:hover
{
	text-decoration: none !important;
}



.shortlistdetails
{
	width: 96px;
	height: 80px;
	text-align: center;
}

.shortlistdetails .actionpercentbar
{
	margin-top: 0px;
}
.actionpercentbar
{
	padding-top:5px;
	 
}

.shortlistdetails .actionpercent
{
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
	font-family:Arial;  
	text-transform:uppercase;
	font-size: 8.5pt; 
	color: #80B61A;
	
}

.summary .actionpercent
{
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
	font-family:Arial;  
	text-transform:uppercase;
	font-size: 8.5pt; 
	color: #fff;
	
}

.percentagebar
{
	width: 92px;
	height: 12px;
	background: url(../img/percent_bar.png) no-repeat;
	padding: 2px;
	font-size: 1px;
	text-align: left;
}

.percentagevalue
{
	font-size: 1px;
	height: 9px;
	background-image: url(../img/percent_value.gif);
	text-align:left;  
}
/* end shortlist */

/* start contenttable*/
.contenttable td
{
	padding-right:10px;
}
.contenttable
{
	width:100%;	
}

/* start contentformtable*/
.contentformtable td
{
	padding-right:10px;
	width:50%;
}
.contentformtable
{
	width:100%;	
}


/* start formtable */
.formtable td
{
	padding-bottom: 2px;
	padding-right: 5px;
	vertical-align: top;
}
.formtable th
{
	text-align: left;
	font-weight: normal;
	padding-right: 10px;
	vertical-align: top;
}
.formtable input, .formtable textarea, .formtable option, .formtable select
{
	color: #000!important;
}

/*
.formtablebold th
{
	font-weight: bold;
}

.formtablebold td
{
	color: #db640a;
	font-weight: bold;
}
*/

/* end formtable */
/* start gridview */
.gridview
{
	width: 560px;
	border: 0px solid #fff;
}

.gridview th
{
	text-align: left;
	padding-bottom:4px;
}


.gridview td
{
	height: 22px;
	vertical-align: middle;
}

.gridview tr, .gridview td, .gridview table, .gridview th
{
	border: 0px solid red;
}

.gridview .row td
{
	background-color: #eff1f6 !important;
}
/* end gridview */
/* start pager */
.pager td
{
	text-align: right;
	position: relative;
}

.pager table
{
	display: inline-table;
	position: relative;
}

.pager td table tr td
{
	font-weight: bold;
	width: 12px;
}

.pager td table tr td a
{
	text-decoration: none;
}

/*selected pagenumber*/
.pager td table tr td span
{
	color: #80B61A;
}
/* end pager */

.LoginInfo
{		
	float: left;
	text-align:left;  
	font-weight: bold;
  
}

.ActionInfo
{
	float: left;
	font-weight: bold;
	text-align:left; 
}

.error
{
	color: #db640a;
	font-weight: bold;
}

/*** Calendar Control ***/
.Calendar
{
	left:108px; 
	top:-12px;
	width: 275px;
	border: 1px solid #91928C;
	background-color:#fff
}

.Calendar th
{
	width: auto;
	text-align: center;
}

.Calendar .CalendarTitle td
{
	background-color: #0c2577;
	height: 22px;
	vertical-align: middle;
	text-align: center;
}

.CalendarControl
{
	width:120px;
	height:22px;
	vertical-align:bottom;
}

.CalendarControl td
{
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.CalendarControl input 
{
	width:100px;
}

.Calendar table
{
	width: 100%;
}

TD.CalendarDays
{
	background-color: #ffffff;
	border: 1px solid #eeeee7;
	height: 18px;
}

.Calendar .SelectedDate
{
	font-weight: bold;
	height: 18px;
}
.Calendar .SelectedDate a
{
	text-decoration: none;
}


TD.CalendarDays a, TD.CalendarWeekEndDays a
{
	text-decoration: none;
}

TD.CalendarDays a:hover, TD.CalendarWeekEndDays a:hover
{
	font-weight: bold;
}


TD.CalendarWeekEndDays
{
	background-color: #eeeee7;
	border: 1px solid #ffffff;
	height: 18px;
}



.MonthSelect, .yearSelect
{
	width: 85px;
}
.yearSelect
{
	width: 60px;
}

/*** End Calendar Control***/

.toolTip
{
	background: transparent url(../img/icons/help.png) no-repeat;
	color: #3366FF;
	cursor: help;
	position: relative;
	width: 16px !important;
	height: 16px;
	overflow: hidden;
	visibility: visible;
	padding: 0;
	margin: 0;
	top: 0px;
	padding-left: 16px;
	vertical-align: bottom;
	font-size: 13px;
}

.toolTipCollapseLeft .toolTipWrapper
{
	width: 200px;
	top: 15px;
	left: -190px;
}

.toolTipWrapper
{
	width: 200px;
	position: absolute;
	top: 10px;
	left: 12px;
	display: none;
	color: #FFF;
	border: 1px solid #000;
	background: #e0e3ee;
}

.toolTipContent
{
	padding: 8px 15px;
}


.errorToolTip
{
	background: transparent url(../img/icons/exclamation.gif) no-repeat;
	color: #3366FF;
	cursor: help;
	position: relative;
	width: 16px !important;
	height: 16px;
	overflow: hidden;
	visibility: visible;
	padding: 0;
	margin: 0;
	padding-left: 16px;
	vertical-align: bottom;
	font-size: 13px;
	top: -2px;
	line-height: 13px;
}

.errorToolTipWrapper
{
	width: 200px;
	position: absolute;
	top: 10px;
	left: -190px;
	display: none;
	color: #FFF;
	border: 1px solid #000;
	background: #e0e3ee;
}

.errorToolTipContent
{
	padding: 8px 15px;
}

.ColorPickerIcon
{
	width: 15px;
	height: 15px;
	border-style: solid;
	border-width: 1px;
	border-color: Black;
	float: left;
}

.PhotoAlbumPager
{
	text-align: right;
	float: right;
	font-weight: bold;
}

.PhotoAlbumPager a
{
	text-decoration: none !important;
}

.PhotoAlbumPager .CurrentPage
{
	color: #dd8e30;
}


.imageUploadControl *
{
	vertical-align: top;
}

.imageUpload
{
	width: 200px;
}

.imageUploadControl .button
{
	background: transparent url(../img/icons/delete.gif) repeat-x;
	width: 16px;
	max-width: 16px;
	height: 16px;
	max-height: 16px;
	padding: 20px;
	cursor: hand;
	cursor: pointer;
	background-repeat: no-repeat;
}

.newaction
{
	padding-bottom: 20px;
	text-align: center;
	position: relative;
	z-index:999; 
}
.expandable {
	background: #e0e3ee;
	width: 100%;
	padding: 10px;
	margin:1em 0 1em 0;
}
/* end main items */

.actionDetails
{
	padding: 10px 0px 10px 0px;
}

.actionContain
{
	width:100%; 
}

.label, totalresult
{
	color:White;
	font-family: Arial;  	
	font-size :12pt;
	  	
}

.summary .totalresult
{
	background: url(../img/summeryFooter.png) no-repeat;
	color:White;
	font-family: Arial;  	
	font-size :12px;
	height:40px; 
	font-weight:bold;  	
	text-transform:uppercase; 	
	padding-right:10px;
	vertical-align:middle; 	    
}

.newslist
{
	padding-left:5px;
	text-transform:none;   	
}

.toolboxitems
{
	text-transform:uppercase;  	
	
}
.toolboxitems:hover
{
		color:#DFEDC6;	
		
}
.userprofileheader
{
	padding-top : 10px;
	margin-left:27px;
	padding-right:20px;  
}
.userprofile
{
	bottom: 0px;
	margin-left: 250px;
	background-color:White;  
	width:620px;
}

.CalendarControlProfile
{
	width:150px;
	height:22px;
}

.UserProfileImage
{
	/*background: transparent url(../img/subtopright_bg.png) no-repeat;*/
	height: 185px;
	width: 172px;
	overflow:hidden;
}
.shortlist th
{
	padding:0;
	vertical-align:middle;
	color:#fff;
}

.Loginerror
{
	color: #db640a;
	font-size: 9px;
	font-family: Arial;  	
}

.buttonextralarge
{
	background: #80b71a url(../img/buttonbg.gif) repeat-x bottom;
	font-weight:bold;
	color:#fff!important;
	border:0px solid #0c2577;
	width:auto;
	text-align:center;
	text-decoration:none;
	display:inline-block;
	padding:auto;
	padding-top:1px;
	padding-bottom:1px;
	cursor: pointer;
	cursor: hand;
	text-transform:capitalize;
	height:30px;
	margin-left:10px;
	margin-right:10px;
}


