*{padding: 0px; margin: 0px;}

HTML, BODY { 
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
	background-color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111111;
	line-height: 16px;
	text-align: center;
} 

P { 
	 color: #666;
} 

img {
	border: 0px;
}

H2 {
	font-size: 16px; 
	color: #FFF; 
	line-height: 22px; 
}	

H3 {
	font-size: 14px;  
	color: #FFF; 
}

B {
color: #FFF;  
}

A {
	font-size: 10px;
	color: #3a4389; 
	text-decoration: none;
	}

A:link {
	color: #3a4389;
	}
	
A:visited {
	color: #666;
	}
	
A:hover {
	color: #aaaa99;
	}

#content, #subContent {
	background-color: #ccc;
	min-height: 100%;
	height: 100% !important;
	margin: 0px auto;
	text-align: left;
	position: relative;
	padding: 0px;
	border-width: 0px 3px 3px 3px;
	border-style: double;
	border-color: #A06380;
}

#content {
	width: 870px;
	background-image: url("./images/gridHome.jpg");
}

#subContent {
	width: 920px;
	background-image: url("./images/grid.jpg");
}

#header {
	background-image: url("./images/header.jpg");
	height: 70px;
	position: relative; 
	top: 0px;
	left: 0px;
	}

#titler {
	background-color: #FFF;
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 42px;
	margin-bottom: 10px;
}

#linkers {
	position: absolute;
	top: 0px;
	right: 10px;
}

.enlarge {
	margin-left: 30px;
	font-style: italic;
	color: #A06380;
}

table.indextable {
	border: 0px;
	margin: 35px auto;
	margin-bottom: 55px;
}

.indexbox-botL, .indexbox-topL, .indexbox-bot, .indexbox-top {
	background-color: #FFF;
	padding: 14px;
	border-style: solid;
	width: 225px;
	line-height: 0px;
	text-align: center;
	border-color: #89365e;
}

.indexbox-top {
	border-width: 1px 1px 1px 0px;
}

.indexbox-bot {
	border-width: 0px 1px 1px 0px;
}

.indexbox-topL {
	border-width: 1px 1px 1px 1px;
}

.indexbox-botL {
	border-width: 0px 1px 1px 1px;
}


.logo {
	margin-left: 16px;
}

.centered {
	text-align: center;
}

.galleryTable {
	border: 0px;
	margin: 10px auto;
	margin-bottom: 40px;
}

.galleryCell-top, .galleryCell-bot, .galleryCell-mid, .galleryCell-midL, .galleryCell-topL, .galleryCell-botL {
	background-color: #FFF;
	padding: 14px;
	line-height: 0px;
	text-align: center;
	border-color: #89365e;
	border-style: solid;
}

.galleryCell-top {
	border-width: 1px 1px 1px 0px;
}

.galleryCell-bot {
	border-width: 0px 1px 1px 0px;
}

.galleryCell-topL {
	border-width: 1px 1px 1px 1px;
}

.galleryCell-botL {
	border-width: 0px 1px 1px 1px;
}

.copy {
	color: #777;
	font-size: 9px;
	line-height: 12px;
}

.copy A {
	font-size: 9px;
	color: #3a4389; 
}

.copy A:hover {
	color: #EEE; 
}
	
.add {
	color: #333;
	font-size: 10px;
	}

.graybord {
	background-color: #FFF;
	border-style: double;
	border-width: 4px; 
	border-color: #777;
}

.graybordtop {
	background-color: #FFF;
	border-style: double;
	border-width: 4px 4px 0px 4px; 
	border-color: #777;
}
.graybordbot {
	background-color: #FFF;
	border-style: double;
	border-width: 0px 4px 4px 4px; 
	border-color: #777;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

#TB_secondLine {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
}

#TB_window a:link {color: #3a4389;}
#TB_window a:visited {color: #666;}
#TB_window a:hover {color: #aaaa99;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#333;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#TB_window {
	position: absolute;
	background: #FFF;
	z-index: 102;
	color:#000000;
	display:none;
	border: 2px solid #525252;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#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:5px 10px 7px 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:#e8e8e8;
	height:27px;
}

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

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

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