/* GENERAL STYLES */
/*Editor Style ~~~~~~~~~~~~~~~~~~~~~~~~~ */
#holderBody { background: #333; text-align:center; font-family: "Trebuchet MS",tahoma, arial, helvetica, sans-serif; /* for IE 5.5 */ text-align: left; color: #fff; font-size:8pt;}
#holderBody a { color: #4affff; font-size:8pt; font-weight:bold;text-decoration:underline;}
#holderBody a:visited {}
#holderBody a:hover {text-decoration:none;}
#holderBody a:active {}

#holderBody h1 {font-size: 10pt;font-weight:bold;padding:3px 0 3px 0; margin-bottom:10px;}
#holderBody p { color: #fff; margin: 10px 20px 0px 20px; line-height:18px;}
#holderBody ul { color: #fff; margin-left: 25px; padding: 0 20px 15px 15px; line-height:1.8em;}
#holderBody ol { color: #fff; margin-left: 25px; padding: 0 20px 15px 15px; line-height:1.8em;}
#holderBody { border: 1px solid #ccc; padding: 10px; margin: 5px;text-align: left;}
#holderBody .block{
	margin: 20px 0px 0 0;
	padding:30px;
	background:#333;
}
body { background: #333; text-align:center; font-family: "Trebuchet MS",tahoma, arial, helvetica, sans-serif; /* for IE 5.5 */ text-align: left; color: #fff; font-size:8pt;}

#container{
      position: absolute;
      left: 50%;
      top: 50%;
      width: 915px;
      height: 360px;
      margin-left: -450px; /* half of width */
      margin-top: -150px;  /* half of height */
}

#text p.date{
	margin-bottom: 30px;
	color: #777;
}
#image {position:absolute; width: 300px; height:300px; top:0; left:0; background: #222222; overflow: hidden;}
#grid {position:absolute; width: 300px; height:300px; top:0; left:300px; background: #222222; overflow: hidden;}
#content {position:absolute; width: 300px; height:300px; top:0; left:600px; background: #222222; overflow: hidden;}
#footer {position:absolute; top:328px; height: 30px; width: 900px; padding:10px 0px 0 0; overflow:hidden; clear:both; color:#AAA; text-align:right;}
#footer a {color: #777;}
#footer a:hover {color: #fff; text-decoration: none;}
#text {height:240px; overflow:hidden; margin:30px 60px 30px 30px; }
#text h1 {font-size: 10pt; font-weight:bold; padding:0px 0 3px 0; margin:0 0 10px 0;}
#text p { color: #fff; line-height:18px; margin-bottom: 2px;}
#text ul { color: #fff; margin:0px 0 0 10px ; padding: 10px 20px 10px 15px; line-height:1.8em;}
#text ol { color: #fff; margin:0px 0 0 10px; padding: 10px 20px 10px 15px; line-height:1.8em;}

#content {font-weight:normal; overflow:hidden;}

#grid {background: #111;}
.imageView {width: 300px; height:300px; overflow:hidden; position:absolute; cursor:help;}
#infoHolder {width: 300px; height:300px; overflow:hidden;position:absolute; background: #111; top:0px;}
#info {width: 300px; height:120px; overflow:hidden; position:absolute; background: #FFF; color:#000; font-weight:bold;}
.block{
	margin: 10px 0 10px 0;
	padding:15px;
	background:#333;
	width:90%;
}


.photoHolder{
	position: absolute;
	width: 60px;
	height: 60px;
	cursor:pointer;
	overflow:hidden;	
	background: transparent;
}
.hoverHolder{
	position: absolute;
	width: 60px;
	height: 60px;
	cursor:pointer;
	overflow:hidden;
	
	background: transparent; 
	
}
#boxHolder{position:absolute;}



/*tabs */
#tabs {
	height: 28px;
	width: 900px;
	overflow:hidden;
}

#tabs  ul.right {
	position:absolute;
	top:0; left:600px;
	margin:0;
	padding:0;
	list-style:none;
}
#tabs  ul.left {
	position:absolute;
	top:0; left:0px;
	margin:0;
	padding:0;
	list-style:none;
}

#tabs li {
	text-align:center;
	float:left;
	display:block;
	margin-top:30px;
	padding:0px 0px 0 0 ;
	height:30px;
	width:60px;
	overflow:hidden;
}


#tabs a 
{
    font-size: 100%;
    font-family: 'Trebuchet MS' , Trebuchet, arial, sans-serif;
	text-align:center;
	background:url("../gfx/nav_bg_sel.gif") no-repeat left top;
	float:left;
	display:block;
	margin: 0;
	padding:7px 0px 5px 0px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	height:inherit;
}

#tabs a {float:none;}


#tabs a:hover {
	color:#000;
    background:#fff;
	
}

#tabs a.selected
{
    color:#8CC62C;
	background:#222;
}

#globalmenu a.selected:hover
{
    color:#1275A6;
	background:url("../gfx/nav_bg_tab.gif") no-repeat left top;
}


/* EDITOR PROPERTIES */
