/*****************************************************
 * Copyright 2006, Swirl, http://www.iswirl.com
 * All rights reserved
 *****************************************************/

#sidebar-ad {
	float: left;
	position: relative;
	margin: 20px 0 0 20px;
}

/* general settings */
body {
	font-family: "Lucida Sans", "Lucida Grande", Verdana, sans-serif;
	font-size: 62.5%;
	text-align: center;
	color: #888;
	background-color: white;
	padding: 0;
	margin: 0;
}

a, a:link, a:visited {
	color: #24B4D3;
	background-color: inherit;
}

a:hover {
	text-decoration: underline;
	color: #069;
}

a:active {
	text-decoration: underline;
}

ul, ol {
	list-style: none;
}

ul.schmancy, ol.schmancy, ul.balls, ul.files {
	font-size: 1.1em;
	margin: 12px 15px 12px 15px;
	padding: 0 0 0 10px;
	list-style-image: url(../images/bullets/arrow_orange.gif);
}

ul.mySchmancy, ol.mySchmancy, ul.myBalls, ul.myFiles, ul.myEditor {
	font-size: 1em;
	margin: 12px 15px 12px 30px;
	padding: 0 0 0 10px;
	list-style-image: url(../images/bullets/arrow_orange.gif);
}

ul.balls, ul.myBalls, ul.myEditor {
	list-style-image: url(../images/bullets/bullet_orange.gif);
}

ul.files, ul.myFiles {
	list-style-image: url(../images/bullets/bullet_download.gif);
}

ol.schmancy, ol.mySchmancy {
	list-style: decimal;
}

ul.schmancy li, ol.schmancy li, ul.balls li, ul.mySchmancy li, ol.mySchmancy li, ul.myBalls li, ul.myEditor li {
	margin-bottom: 4px;
}

ul.files li, ul.myFiles li {
	margin-bottom: 4px;
	margin-left: 10px;
}

h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1.2em;
}

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}

input, textarea, select { 
	margin: 2px; 
}

input, select { 
	vertical-align: middle;
}

input[type=submit], input[type=reset] {
	border: 1px solid #fe9d3d;  
	background: #fff; 
	color: #fe9d3d; 
	font-weight: bold;
	padding: .1em .5em;
}

* html input[type=submit] {
	color: #fe9d3d; 
}

input[type=submit]:hover, input[type=reset]:hover {
	background: #fe9d3d; 
	color: #fff; 
}

textarea, input[type=text], input[type=password] { 
	padding: 3px 4px;
}

input[type=text]:focus, input[type=password]:focus,textarea:focus { 
	border: 1px solid #aaa;
}

option { 
	border-bottom: 1px dotted #d7d7d7;
}

a img, :link img, :visited img {
	border: none;
}

a.opensNewWindow {
	/*background: url(../images/icons/opens-new-window.png) 0 0 no-repeat;*/
}

address {
	font-style: normal;
}

acronym {
	cursor: help;
}
/* general settings */

/* footer */	
#footer {
	clear: left;
	width: 766px;
	height: 203px;
	padding: 0;
	margin: 20px auto;
	font-size: 1.0em;
	text-align: left;
	position: relative;
}

.bottom-box-share, .bottom-box-testing, .bottom-box-feedback, .bottom-box-swirling, .bottom-box-support, .bottom-box-blog {
	position: absolute;	
	top: 0;
	width: 245px;
	height: 129px;
	border: 1px solid #E3E3E3;
	padding: 0;
	margin: 0 13px 37px 0;
	background-color: #F3F4F4;
	color: #737373;
}

.bottom-box-share, .bottom-box-blog {
	left: 0;
}

.bottom-box-testing, .bottom-box-swirling {	
	left: 257px;	
}

.bottom-box-feedback, .bottom-box-support {	
	left: 517px;	
	width: 244px;	
	margin: 0 0 37px;	
}

	#footer h3.share, #footer h3.testing, #footer h3.feedback, #footer h3.support, #footer h3.swirling, #footer h3.blog {
		margin: 10px 0 8px 15px;		
		height: 16px;
		width: 225px;
		padding: 0;
	}
	
	#footer h3.share {
		background: url(../images/ico/love-ico.png) 0 50% no-repeat;
	}
	
	#footer h3.blog {
		background: url(../images/ico/blog-ico.png) 0 50% no-repeat; 
	}
	
	#footer h3.testing {
		margin: 10px 0 8px 16px;
		background: url(../images/ico/tools-ico.png) 0 50% no-repeat;		
	}
	
	#footer h3.swirling {
		margin: 10px 0 8px 16px;
		background: url(../images/ico/transmit-ico.png) 0 50% no-repeat;		
	}
	
	#footer h3.feedback {		
		background: url(../images/ico/feedback-ico.png) 0 50% no-repeat;		
	}
	
	#footer h3.support {		
		background: url(../images/ico/help-ico.png) 0 50% no-repeat;		
	}
	
	#footer h3.share span, #footer h3.testing span, #footer h3.feedback span, #footer h3.swirling span, #footer h3.support span, #footer h3.blog span {
		height: 16px;
		margin: 0 0 0 23px;
		display: block;
		text-indent: -4500px;
	}
	
	#footer h3.share span {
		background: url(../images/share-h3.gif) 0 50% no-repeat;		
	}	
	
	#footer h3.testing span {
		background: url(../images/testing-h3.gif) 0 50% no-repeat;		
	}	
	
	#footer h3.feedback span {
		background: url(../images/feedback-h3.gif) 0 50% no-repeat;		
	}
	
	#footer h3.swirling span {
		background: url(../images/swirling-h3.gif) 0 50% no-repeat;		
	}
	
	#footer h3.support span {
		background: url(../images/support-h3.gif) 0 50% no-repeat;		
	}
	
	#footer h3.blog span {
		background: url(../images/blog-h3.gif) 0 50% no-repeat;	
	}
	
	#footer p {
		margin: 0;
		padding: 0 25px 0 32px;
		line-height: 17px;
	}

		#footer p#footer-nav {
			position: absolute;
			top: 170px;
			font-size: 1em;
			margin: 0;
			padding: 0;
			line-height: 17px;
			text-align: center;
			color: #6e6e6e;
			background-color: inherit;
			width: 766px;
		}
		
		#footer p#footer-nav a {
			padding: 0 2px;
			margin: 0;
			color: #24B4D3;
			background-color: inherit;
			font-weight: normal;
			text-decoration: none;
		}
		
		#footer p#footer-nav a:hover {
			text-decoration: underline;
		}

	#footer a {
		padding: 0;
		margin: 0;
		color: #24B4D3;
		background-color: inherit;
		font-weight: bold;
		text-decoration: underline;
	}
	
	#footer a:hover {
		text-decoration: underline;
		color: #069;
	}
/* footer */	

/* for IE, with IE5/Mac backslash filter \*/
		* html #services-home{margin:20px 0 0 10px;}
		* html #login-box a#signin{margin:3px 0 0 35px;}
		* html #register-box input#remember_me{float:left;margin:5px 5px 0px 72px;}
		* html #main-nav li{float:left;text-align:center;margin:-1px 0 0 0;padding:0;display:inline;background:url(../images/nav-divider.png) top right no-repeat;height:25px;}
		* html #main-nav a#current{padding:0px 0 0 2px;background:url(../images/nav-li-left.gif) top left no-repeat ;height:24px;}
		* html #main-nav a#current span{padding:7px 19px 5px 14px;height:15px;background:url(../images/nav-li-right.gif) no-repeat top right;cursor:default;}
		* html #promos{margin:1px 0 0 0;}
		* html #main-nav-sub a#current span{padding:5px 19px 6px 14px;}
		* html #member-right h2{width:545px;margin:10px 0 0 10px;}
		* html #member-right h3{width:545px;margin:10px 0 0 10px;}
		* html #member-right dl{width:545px;margin:15px 0 15px 10px;}	
		* html #member-left li ul{height:70px}
		* html #member-left ul{height:300px}		
		* html #member-left li#expanded{height:95px;} 
		* html #content-right form p img{cursor: default;}
/* end filter */

/* Common elements  */
#master-wrapper {
	padding: 0;
	margin: 0 auto;
}

#footer-wrapper {
	float: left;
	clear: both;
	padding: 0;
	width: 100%;
	margin: 10px 0 0;
	background: url(../images/bottom-bg.png) top left repeat-x;
	text-align: center;
}

#inner-wrapper {
	width: 766px;
	padding: 0;
	margin: 0 auto;
}

.cleaner {
	margin: 0;
	padding: 0;
	clear: both;
}

#logo {
	float: left;
	padding: 0;
	width: 200px;
	margin: 0;
}

	#logo span {
		display: block;
		width: 165px;
		height: 65px;
		margin: 0;
		padding: 0;
		background: url(../images/logo-swirl.png) bottom left no-repeat;
	}
	
	#logo span a {
		display: block;
		width: 165px;
		height: 65px;
		margin: 0;
		padding: 0;
		text-indent: -4500px;
		text-decoration: none;
	}
	
	#logo span a:hover {
		text-decoration: none;
	}
/* end common elements */

/* Utility styles */
.toggleWrapper {
	width: 450px;
	margin: 10px 15px 0 15px;	
}

.toggle, .myToggle {
	font-size: 1.1em;
	font-weight: bold;
	color: #006699;
	cursor: pointer;
	width: 480px;
	display: block;
	border: 1px solid #9BCECF;
	background: #E2F2F2;
	margin: 5px 0 10px 0;
	padding: 5px 10px 5px 10px;
}

.myToggle {
	font-size: 1em;
	margin: 15px 0 10px 15px;	
}

.highlight {
	color: #EE7D15;
}

.dark {
	color: #137A90;
}

.date {
	font-style: italic;
}

.lightBold {
	color: #777;
	font-weight: bold;
}

p.message {
	color: #52962E;
	font-weight: bold;
	font-size: 1.1em;
	margin: 0 0 15px 0;	
}

p.topMargin {
	margin-top: 8px;
}

.spacer {
	margin: 20px 0 0 0;
}

#tooltipPL, #tooltipDivST, #tooltipDivS, #tooltipDivG, #tooltipDivGT {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
	display: none;
	padding: 12px 8px 11px 15px;	
	background: transparent url(../images/backgrounds/tooltip.gif) no-repeat bottom left;
	color: #FFF;
	font-family: "Lucida Sans", "Lucida Grande", Verdana, sans-serif;
	font-size: 11px;
	white-space: nowrap;
	border-right: 5px solid #fff;
}

#tooltipDivST {
	background: transparent url(../images/backgrounds/tooltip-solid-trans.gif) no-repeat bottom left;
	border-right: none;
}

#tooltipDivS {
	background: transparent url(../images/backgrounds/tooltip-solid.gif) no-repeat bottom left;
	border-right: 4px solid #fff;
}

#tooltipDivG {
	background: transparent url(../images/backgrounds/tooltip-gradient.gif) no-repeat bottom left;
	border-right: 5px solid #fff;
	color: #137A90;
}

#tooltipDivGT {
	background: transparent url(../images/backgrounds/tooltip-gradient-trans.gif) no-repeat bottom left;
	border-right: none;
	color: #137A90;
}

/* Utility styles */	
.FreezePaneOff {
	visibility: hidden;
   display: none;
   position: absolute;
   top: -100px;
   left: -100px;
}

.FreezePaneOn {
	position: absolute;
   top: 0px;
   left: 0px;
   visibility: visible;
   display: block;
   width: 100%;
   height: 1000px;
	background: url(../images/backgrounds/bg_modal.gif);
	z-index: 99999;
}

.InnerFreezePane {
	text-align: center;
   width: 400px;
	position: relative;
	top: 200px;
   background-color: #FFFFFF;
   color: #006699;
   font-size: large;
   border: 2px solid #006699;
   padding: 10px;
	overflow: hidden;	
}