/* Css Document */
/* ############### tales.be css/html5 framework v2 (by kvd) ###############  */
/* ############### a04_handystuff.css ############### */


/* ############### from boilerplate  ############### */
/* 
 * Non-semantic helper classes 
 */

/* for image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; } 

/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.visuallyhidden { position: absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
  content: "\0020"; display: block; height: 0; visibility: hidden;	
} 

.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }




/*pointercursor on buttons and input-submit for access.*/
button:hover , button:active, button:focus,
input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus{
	cursor: pointer !important;
}

/* ############### Generic Stuff - handy stuff - legacy from framework v1  ############### */

.navhor li{
	display: inline-block;
	padding: 0 10px 0 10px;
}
	.IE6 .navhor li,
	.IE7 .navhor li
		{display: inline;}

.navhordiv li{	border-right: 1px solid #fff; }		
	
.navhordiv li:last-child{	border-right: 0px; }		

	/* if selectivr.js is in use you don't need the last-child class for IE6/7/8 */
	
	/* legacy for IE6/7/8; set class through javascript */		
	/*.IE6 .navhordiv li.last-child,
	.IE7 .navhordiv li.last-child,
	.IE8 .navhordiv li.last-child{
		border-right: 0px; }		*/
		
		
.noborder {	border: 0 !important;}
.handcursor{cursor:pointer !important;}
.pointercursor{cursor:pointer !important;}

.imgFloatLeft, .imgfloatleft {
	float: left;
	padding: 0 5px 5px 0;
}

.imgFloatRight, .imgfloatright{
	float: right;
	padding: 0 5px 0 5px;
}

.floatLeft, .floatleft{	float: left;}
.floatRight, .floatright{	float: right;}

.alignLeft, .alignleft{	text-align: left !important;}
.alignRight, .alignright{	text-align: right !important;}
.alignCenter, .aligncenter{	text-align: center !important;}
.alignJustify, .alignjustify{	text-align: justify !important;}

/* @group quickmargins */
							.marginRight1px	{	margin-right: 1px !important;}
							.marginRight2px	{	margin-right: 2px !important;}
							.marginRight3px	{	margin-right: 3px !important;}
							.marginRight4px	{	margin-right: 4px !important;}
							.marginRight5px	{	margin-right: 5px !important;}
							.marginRight6px	{	margin-right: 6px !important;}
							.marginRight7px	{	margin-right: 7px !important;}
							.marginRight8px	{	margin-right: 8px !important;}
							.marginRight9px	{	margin-right: 9px !important;}
							.marginRight10px{	margin-right: 10px !important;}
							
							.marginLeft1px	{	margin-left: 1px !important;}
							.marginLeft2px	{	margin-left: 2px !important;}
							.marginLeft3px	{	margin-left: 3px !important;}
							.marginLeft4px	{	margin-left: 4px !important;}
							.marginLeft5px	{	margin-left: 5px !important;}
							.marginLeft6px	{	margin-left: 6px !important;}
							.marginLeft7px	{	margin-left: 7px !important;}
							.marginLeft8px	{	margin-left: 8px !important;}
							.marginLeft9px	{	margin-left: 9px !important;}
							.marginLeft10px	{	margin-left: 10px !important;}
							
							.marginTop1px	{	margin-top: 1px !important;}
							.marginTop2px	{	margin-top: 2px !important;}
							.marginTop3px	{	margin-top: 3px !important;}
							.marginTop4px	{	margin-top: 4px !important;}
							.marginTop5px	{	margin-top: 5px !important;}
							.marginTop6px	{	margin-top: 6px !important;}
							.marginTop7px	{	margin-top: 7px !important;}
							.marginTop8px	{	margin-top: 8px !important;}
							.marginTop9px	{	margin-top: 9px !important;}
							.marginTop10px	{	margin-top: 10px !important;}
							
							
							.marginBottom1px{	margin-bottom: 1px !important;}
							.marginBottom2px{	margin-bottom: 2px !important;}
							.marginBottom3px{	margin-bottom: 3px !important;}
							.marginBottom4px{	margin-bottom: 4px !important;}
							.marginBottom5px{	margin-bottom: 5px !important;}
							.marginBottom6px{	margin-bottom: 6px !important;}
							.marginBottom7px{	margin-bottom: 7px !important;}
							.marginBottom8px{	margin-bottom: 8px !important;}
							.marginBottom9px{	margin-bottom: 9px !important;}
							.marginBottom10px{	margin-bottom: 10px !important;}
							
							
							
							.paddingRight1px	{	padding-right: 1px !important;}
							.paddingRight2px	{	padding-right: 2px !important;}
							.paddingRight3px	{	padding-right: 3px !important;}
							.paddingRight4px	{	padding-right: 4px !important;}
							.paddingRight5px	{	padding-right: 5px !important;}
							.paddingRight6px	{	padding-right: 6px !important;}
							.paddingRight7px	{	padding-right: 7px !important;}
							.paddingRight8px	{	padding-right: 8px !important;}
							.paddingRight9px	{	padding-right: 9px !important;}
							.paddingRight10px	{	padding-right: 10px !important;}

							.paddingLeft1px	{	padding-left: 1px !important;}
							.paddingLeft2px	{	padding-left: 2px !important;}
							.paddingLeft3px	{	padding-left: 3px !important;}
							.paddingLeft4px	{	padding-left: 4px !important;}
							.paddingLeft5px	{	padding-left: 5px !important;}
							.paddingLeft6px	{	padding-left: 6px !important;}
							.paddingLeft7px	{	padding-left: 7px !important;}
							.paddingLeft8px	{	padding-left: 8px !important;}
							.paddingLeft9px	{	padding-left: 9px !important;}
							.paddingLeft10px{	padding-left: 10px !important;}

							.paddingTop1px	{	padding-top: 1px !important;}
							.paddingTop2px	{	padding-top: 2px !important;}
							.paddingTop3px	{	padding-top: 3px !important;}
							.paddingTop4px	{	padding-top: 4px !important;}
							.paddingTop5px	{	padding-top: 5px !important;}
							.paddingTop6px	{	padding-top: 6px !important;}
							.paddingTop7px	{	padding-top: 7px !important;}
							.paddingTop8px	{	padding-top: 8px !important;}
							.paddingTop10px	{	padding-top: 10px !important;}
							
							.paddingBottom1px{	padding-bottom: 1px !important;}
							.paddingBottom2px{	padding-bottom: 2px !important;}
							.paddingBottom3px{	padding-bottom: 3px !important;}
							.paddingBottom4px{	padding-bottom: 4px !important;}
							.paddingBottom5px{	padding-bottom: 5px !important;}
							.paddingBottom6px{	padding-bottom: 6px !important;}
							.paddingBottom7px{	padding-bottom: 7px !important;}
							.paddingBottom8px{	padding-bottom: 8px !important;}
							.paddingBottom9px{	padding-bottom: 9px !important;}
							.paddingBottom10px{	padding-bottom: 10px !important;}
							/* @end */

.displayBlock, .displayblock{	display: block !important;}

.nowrap{ white-space: nowrap;}
/*
! in IE6 setting the class of a TD to nowrap won't work 
for IE6 - HTML: <td nowrap>bla bla</td>
for IE6 XHTML: <td nowrap="nowrap">bla bla</td>
*/

.rowcolor1{
	background: silver url(../image/templates/framework-gfx/dotted.white.3space.gif) bottom repeat-x;
}
.rowcolor2{
	background: orange url(../image/templates/framework-gfx/dotted.darkergray.3space.gif) bottom repeat-x;
}
/* alternative patterns:
dotted.white.3space.gif
dotted.silver.3space.gif
dotted.gray.3space.gif
dotted.darkgray.3space.gif
dotted.darkergray.3space.gif
dotted.black.3space.gif
*/



wbr { display: inline-block; }	

.uppercase{text-transform:uppercase}


/* @group handy stuff animate.css */
								/*
Animate.css - http://daneden.me/animate
LICENSED UNDER THE  MIT LICENSE (MIT)

Copyright (c) 2011 Dan Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

/* usage
<div id="animateme"></div>
<a href="#" onclick="$('#animateme').removeClass().addClass('flash');">click me</a>



*/
/* add animate.css here if you need it, it's too big to include it in every site , the complete framework is in a05.animate.css*/
							
							/* end animate.css*/