/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 1.0em arial,verdana,tahoma,helvetica,sans-serif;
	color: #666;
}

#TB_secondLine {
	font: 10px arial,verdana,tahoma,helvetica,sans-serif;
	color:#666;
}

#TB_ajaxContent p a, #TB_ajaxContent li a:link {color: #0f664e;}
#TB_ajaxContent p a:visited,#TB_ajaxContent li a:visited {color: #0f664e;}
#TB_ajaxContent p a:hover, #TB_ajaxContent li a:hover {color: #222;}
#TB_ajaxContent p a:active, #TB_ajaxContent li a:active {color: #0f664e;}
#TB_ajaxContent p a:focus, #TB_ajaxContent li a:focus {color: #0f664e;}

#TB_closeWindow a {color: #0f664e;}
#TB_closeWindow a:visited {color: #0f664e;}
#TB_closeWindow a:hover {color: #222;}
#TB_closeWindow a:active {color: #0f664e;}
#TB_closeWindow a:focus{color: #0f664e;}

#TB_closeAjaxWindow a {color: #0f664e;}
#TB_closeAjaxWindow a:visited {color: #0f664e;}
#TB_closeAjaxWindow a:hover {color: #222;}
#TB_closeAjaxWindow a:active {color: #0f664e;}
#TB_closeAjaxWindow a:focus{color: #0f664e;}

#TB_ajaxContent a.linky, #TB_ajaxContent li a:link {color: #0f664e;}
#TB_ajaxContent a:visited.linky,#TB_ajaxContent li a:visited {color: #0f664e;}
#TB_ajaxContent a:hover.linky, #TB_ajaxContent li a:hover {color: #222;}
#TB_ajaxContent a:active.linky, #TB_ajaxContent li a:active {color: #0f664e;}
#TB_ajaxContent a:focus.linky, #TB_ajaxContent li a:focus {color: #0f664e;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:1000;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../img/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color: #000;
	filter:alpha(opacity=40);
	-moz-opacity: 0.40;
	opacity: 0.40;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #fff;
	z-index: 2000;
	color: #666;
	display:none;
	border: 6px solid #ddd;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border: 2px solid #ddd;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow {
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow {
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle {
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#eaeaea;
	height:32px;
	font-size: 0.9em;
	color: #666;
	border-bottom: 1px solid #ddd;
}

#TB_ajaxContent {
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
	line-height: 1.5em;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:2004;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#f0f0f0;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


#TB_ajaxContent h1 {
  font-size: 2.0em;
  font-weight: bold;
  color: #222;
  margin: 0 0 16px 0;
  padding: 0;
}

#TB_ajaxContent h1.project {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.1em;
  color: #999;
  margin: 8px 0 -4px 0;
  padding: 0;
}

#TB_ajaxContent h2 {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.1em;
  letter-spacing: -1px;
  color: #000;
  margin: -8px 0 16px 0;
  padding: 0;
}

#TB_ajaxContent p {
  font-size: 1.0em;
  line-height: 1.5em;
  margin: 0 0 16px 0;
  padding: 0;
}

#TB_ajaxContent p.close a {
  font-size: 0.9em;
  line-height: 1.9em;
  color: #fff;
  text-decoration: none;
  padding: 4px 6px;
  background: #0f664e;
}

#TB_ajaxContent p.close a:hover {
  color: #fff;
  text-decoration: none;
  background: #999;
}

#TB_ajaxContent p.close2 a {
  font-size: 0.9em;
  line-height: 1.9em;
  color: #fff;
  text-decoration: none;
  padding: 4px 6px;
  background: #aaa;
}

#TB_ajaxContent p.close2 a:hover {
  color: #fff;
  text-decoration: none;
  background: #888;
}

#TB_ajaxContent ul {
  margin: 0 0 24px 14px;
  padding: 0;
  list-style-type: square;
}

#TB_ajaxContent li {
  font-size: 1.0em;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

#TB_ajaxContent .field {
  display: block;
  font: normal 1.0em arial,verdana,tahoma,helvetica,sans-serif;
  color: #777;
  margin: 0 0 15px 0;
  padding: 4px;
  background: #fff;
  border: 1px solid #ccc;
}

#TB_ajaxContent .btn {
  font: normal 0.9em arial,verdana,tahoma,helvetica,sans-serif;
  color: #fff;
  margin: 4px 0 0 0;
  padding: 3px 5px;
  background: #0f664e;
  border: 2px solid #0f664e;
}

#TB_ajaxContent img.icon{
  margin: 0 4px 0 0;
  border: 0;
  vertical-align: middle;
}

#TB_ajaxContent img.preview{
  float: right;
  margin: 10px 0 0 20px;
  border: 4px solid #ddd;
}

button {
  padding: 3px 5px;
}

button a {
  color: #111;
  text-decoration: none;
}

button a:hover {
  color: #666;
  text-decoration: none;
}