﻿/* CSS Document */


div#midground{
background: transparent url(/images/cloud-bg3.png) 30% 128px repeat-x;
margin: 0;
padding: 0;
width: 100%;
}
div#foreground{
background: transparent url(/images/cloud-bg4.png) 40% 180px repeat-x;
margin: 0;
padding: 0;
width: 100%;
}

/* Fix for Google Chrome clipped background bug */

img {
	border:none;	
}

.tip {
	border-bottom:2px dashed #e00;
	cursor:help;
}

.showhide, .showhideopen {
	cursor:pointer;
	font-weight:bold;
	padding:5px;
	background:#f90;
	/*border:#666;*/
	margin-bottom:10px;
	display:block;
	font-size:13px;
	
	background-image:url(/images/showhide-arrow-right.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
}
.showhide:hover, .showhideopen:hover {
	color:#FFF;	
}
 .showhideopen {
	 background-image:url(/images/showhide-arrow-down.png);
 }

.codeblock, .codeblock-noscroll {
	
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	padding:10px;
	color:#000;
	background:#eee;
	border:1px solid #CCC;
	line-height:1.5em;
	overflow:auto;
	height:512px;
}
 .codeblock-noscroll {
 	height:auto;	
 }

.codeblock .comment, .codeblock-noscroll .comment {
	color:#777;
}

#container {	
	width:800px;	
	margin-left:auto;
	margin-right:auto;
	/*background-color:#fff;*/		
	
}

/* Feature section in ZoomEngine page */
.zoom-section {	
	clear:both;	
	margin-top:20px;
}

* html .zoom-section { 
	display:inline;
	clear:both;
}
/* Feature descriptions in ZoomEngine page */
.zoom-desc {
	float:left;
	margin-left:10px;
	width:310px;
	margin-bottom:20px;

}

.zoom-small-image {
	/*border:4px solid #CCC;*/
	float:left;
	/*margin-bottom:20px;*/
}
.zoom-tiny-image {
	/*border:1px solid #CCC;*/
	margin:0px;
	
}
.zoom-tiny-image:hover {
	/*border:1px solid #C00;		*/
}


#banner {	
	background-repeat:no-repeat;
	height:105px;
	background:url(/images/banner2.png);
	position:relative;
	z-index:10;
	
}

#footer {	
	position:relative;
	text-align:center;
	color:#333;
	font-size:10px;
	background:url(/images/footer-bot.png);	
	background-repeat:no-repeat;
	background-position:bottom;
	height:40px;
	/*padding:10px;*/
	padding-top:2px;
	padding-bottom:10px;	
}

#footer-top {

	height:30px;
	display:block;
	background:url(/images/footer-top.png) ;
	background-repeat:no-repeat;	
	margin:0px;	
	clear:both;
	
}


#content-container {
	background-color:#fff;	
	overflow:hidden;	/* force div to expand vertically to accomodate content (not IE6) */
	background-image:url(/images/middle.png);	
}

/* force div to expand vertically to accomodate content (for IE6) */
* html #content-container {
	height:1%;
}

#rightcontent {
	height:auto;
	float:left;
	width:168px;	
	padding-left:10px;
	margin-top:30px;	
}

#maincontent {	
	padding-left:20px;
	padding-right:10px;
	padding-bottom:10px;
	
	float:left;
	width:570px;	
	
}
#maincontent a {
	
}

#maincontent a:hover {
	color:#C00;	
}

/*****************************************************/

	/* General */
	#cssdropdown { 
		position:absolute;	
		top:6px;
		left:330px;
		z-index:10000;
		background:none;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		letter-spacing:0px;
		font-size:12px;
		
	}
	#cssdropdown, #cssdropdown ul { list-style: none; }
	#cssdropdown, #cssdropdown * { padding: 0; margin: 0;  }
	
	/* Head links */
	#cssdropdown li.headlink { float: left; width:auto; display:block;  }
	#cssdropdown li.headlink a { display:block; color:#444; padding: 4px; padding-bottom:10px; text-decoration:none; padding-right:20px;}
	#cssdropdown li.headlink a:hover { color:#fff;}
 
	/* Child lists and links */
	/* the abs position allows the drop down to have its own width without affecting the tab widths */
	#cssdropdown li.headlink ul { display: none;  text-align: left; position:absolute; width:174px;} /* this is the image width */
	#cssdropdown li.headlink:hover ul { display: block; }
	/* Links within the menu */
	#cssdropdown li.headlink ul li a {
		padding: 5px 10px 3px 10px; 
		margin:0px; color:#333; 
		text-decoration:none; 
		width:156px; /* this is the space available for text */
		font-weight:normal;
		font-size:12px;
		font-weight:bold;
		text-transform:none;
	}
	#cssdropdown li.headlink ul li a:hover { text-decoration:none;background-color:#cc6600;width:146px;}
	
	/* Pretty styling */	
	/*#cssdropdown a { color: black; }*/
	#cssdropdown ul li a:hover { text-decoration: none; }	
	/* The drop down menu itself. */
	#cssdropdown li.headlink ul { z-index:10000;
	background-image: url(/images/dropmenu.png);
	background-position: bottom;
	padding-bottom: 15px;
	background-repeat:no-repeat;
	
	}

/*****************************************************/

table {
	
	border-collapse:collapse;
	/*border:1px solid #292929;*/
	
}

/*****************************************************/
.addthis_toolbox {
	margin-bottom:20px;	
}

/*****************************************************/
#right-nav {
		list-style: none;
		margin:0px;
		padding:0px;
}
#right-nav li a, #right-nav li a:hover, #right-nav li a:visited
{
	padding:0px;
	border:4px solid #C60;
	padding:5px;
	display:block;
	margin-bottom:10px;
	text-decoration:none;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:0px;
	font-size:12px;
	background:#F90;
	color:#333;
}
#right-nav li a:hover {
	color:#FFF;
	
}
