/* 
	Ultimate espresso quickstart stylesheet
	
	(c) K.S.R. van Poelgeest
	(u) www.bitnoir.com

	Version history: n/a

	Based on BITnoir FW V1.0 21 August 2009
	Original 071213 k i m [at] b i t n o i r .com

---------------------------------------------- */
@import url('modular.css');

/* Basic properties
---------------------------------------------- */
#skip,
#printlogo,
#printfoot {
	display:none !important;
	visibility:hidden !important;
	width:0;height:0;
	}

/* Ensure proper float encasing -------------- */
#navigation
{
	overflow:hidden;
}

/* ie6 trigger hasLayout --------------------- */
* html #navigation
{
	zoom:1;
}

/* General reset ----------------------------- */
object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, samp, small, strike, strong, tt, var, 
applet, font, s {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	}
fieldset, form, label, legend, caption, tbody, tfoot, thead, tr,
sub,sup {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	}
	img, a img {border:0;}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}

/* remember to define focus styles! */
:focus { outline: 1px;}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
	color:#330;
	font-style:italic;
	}
del {
	text-decoration: line-through;
	}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	background:none;
	border-top:1px dotted;
	border-bottom:0;
	margin:10px 0;
	height:1px;
}
em {font-style:italic;}
strong {font-weight:bold;}

blockquote {
	display:block;
	border-top:1px dotted;
	border-bottom:1px dotted;
	margin:15px 0;
	padding:10px 0 0;
	}
	blockquote ol,blockquote ul {margin-top:0;}

/* Generic CSS classes
---------------------------------------------- */
.w-auto   { width: auto; }
.w-100    { width: 100%; }
.w-75     { width: 75%; }
.hide	  { display:none; visibility:hidden; height:0; width:0; }

.pushObjLhs { float: left;  margin-right:10px;}
.pushObjRhs { float: right; margin-left:10px; }

.txtAlignLhs     { text-align: left; }
.txtAlignRhs     { text-align: right; }
.txtAlignJustify { text-align: justify; }

/* Layout
---------------------------------------------- */
body {
	margin:0;
	padding:0;
	text-align:center;
}
#contain {
	position:relative;
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
#identity,
#navigation,
#main,
#metafoot {
}
#main {
	float:left;
	width:900px;
	margin-bottom:1em;
}

/* Font collection
---------------------------------------------- */
h1,h2,h3,h4,h5,h6,.box .caption
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
}

p, a, address, cite, code, del, em, font, strong, dt, dd, li, fieldset, label, legend, caption, tr, th, td, textarea, input, select, option
{
	text-align:left;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}
sub,sup {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	}

/* Default sizes, weights */
h1				{font-size:18px; line-height:1.4em; margin:0;padding:30px 0 0;}

h2 				{font-size:14px; margin:12px 0 2px; padding:0;}
h3,h4,h5,h6		{font-size:12px; line-height:15px; margin:1em 0 2px; padding:0;}

p 			{ font-size:11px; line-height:1.5em; margin:0 0 15px; padding:0;}
li 			{ font-size:11px;}
dt 			{ font-size:12px; font-weight:bold;}
dd 			{ font-size:11px; }
thead th	{ font-size:12px; }
thead td	{ font-size:12px; }
tbody th	{ font-size:11px; }
tbody td	{ font-size:11px; }
sub,sup		{font-size:8.5pt;font-weight:normal;}

/* Module sizes, weights */
#metanav a 						{ font-size:11px; line-height:1.1em; }

.alert,
blockquote,
blockquote p					{ font-size:15px; line-height:1.5em; }


/*forms*/
label							{ font-size:11px; line-height:1.5em; }
input,textarea,
select,option,
button							{ font-size:10px; }
.required						{font-weight:bold;}

/** MR: quicktree styles */
.expand
{
	background-image: url('/tacxglobal/static/images/expand-collapse.gif');
  background-position: 0px 2px;
  background-repeat: no-repeat;
	margin: 0;
	padding: 0 0 0 11px;
	position: relative;
	margin-left: -12px;
	zoom:1;
}
.siteMap ul li a {
	padding-left: 12px;
}
.contract {background-position:0 -998px;}
.expand:hover {cursor:pointer;}

/** MR: lightbox styles */
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 490;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 500;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}