body {
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	margin: 0 auto;
	padding: 0;
	color: #474747;
	height: 100%;
}

#main_container {
	background-image: url(../images/background_top.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	min-height: 82%;
}

.elastic_middle {
	margin:0 auto;
	min-width:940px;
	width:90%;
}

#elastic_area_1 {
	height:59px;
	padding-top:10px;
	width:100%;
}
#social {
	clear:right;
	float:right;
	margin:0px;
	width:500px;
}
#social li {
	float:right;
	margin:0 0 0 7px;
}

#elastic_area_2 {
	background-color:#FFFFFF;
	padding-top:40px;
	width:100%;
}
#left_side {
	background-color:#FFFFFF;
	float:left;
	width:100%;
}


/* Sliding Bubble */

div.sliding_bubble {
	margin: -60px 0 0 40px;
	float:left;
	height: 54px;
	font-size: 1px;
	line-height: 1px;
}
div.orange_bubble span {
	background: transparent url(../images/bubble.png) no-repeat 0 0;
	display: block;
	line-height: 22px;
	padding: 12px 0 55px 18px;
	color: #000;
}
div.orange_bubble {
	background: transparent url(../images/bubble.png) no-repeat top right;
	display: block;
	float: left;
	height: 54px;
	margin-right: 6px;
	padding-right: 20px;
	font-size: 14px;
	font-weight: bold;
}
.bubble_rename{
	margin-left: 120px;
	clear: left;
}
/* Sidebar */

#sidebar {
	background: transparent url(../images/sidebar_background.png) no-repeat top left;
	float: right;
	width: 275px;
	padding: 0 0 10px 15px;
	margin-top: -40px;
	min-height: 600px;
	}
.innertube {
	margin:40px 38px 0 47px;
}


#clusters {
	margin:15px 30px 5px 40px;
}
.centercolumn {
	margin:0 auto;
	width:940px;
}
#logo {
	width: 300px;
	float: left;
}
.offcenter{
	width: 70%;
	float:  left;
}
.short_page_devider {
	height: 17px;
	width: 560px;
	background-image: url(../images/shadow_rule_short.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto 0 auto;
}



/*** TOP ***/
#top {
height:80px;
width:940px;
}

#topmenu {
	float:left;
	height:80px;
	width:640px;
}

/* Top Navigation bar menu styling */

#nav {
	margin: 0px;
	padding: 36px 0px 0px 0px;
	float: right;
}

#nav .menu {
	width:640px;
}

#nav ul {
	float:right;
	height:30px;
	list-style:none outside none;
	margin:0;
	padding:0;
	position:relative;
	width:auto;
}
#nav li {
	float:right;
	font:12px/26px Arial;
	list-style:none outside none;
	padding:0;
	text-align:center;
}
li {
	padding-bottom:5px;
}
#nav .menu li a {
	color:#CAC9C9;
	display:block;
	float:left;
	height:30px;
	margin:auto 0 auto 40px;
	overflow:hidden;
	position:relative;
	text-decoration:none;
	z-index:10;
}


/**** password ***/

#middle {
	background-image:url("../images/background_highlight.png");
	background-position:center center;
	background-repeat:no-repeat;
	height:216px;
	width:940px;
}
#area_password {
	margin-left:160px;
	padding-top:30px;
	width:620px;
}
#password_box {
	background-color:#FFFFFF;
	border:1px solid #C5C5C5;
	margin-top:15px;
	padding:45px 30px 15px;
	width:558px;
}
label {
	color:#FF8400;
	display:block;
	float:left;
	font-size:14px;
	font-weight:bold;
	margin-right:0.5em;
	text-align:right;
	width:135px;
}


/**** CLUSTER TAB ****/

.clustertab {
	float: left;
	width: 164px;
	height: 148px;
}
.clustertab .top-left {
	overflow: hidden;
	float: left;
	width: 126px;
	height: 19px;
	background: #ffffff url(/images/sprite.png) no-repeat scroll -3px -3px;	
}
.clustertab .top-left span {
	white-space: nowrap;
	font-size: 10px;
	margin: 0 0 0 9px;
	line-height: 18px;
	padding: 0;
	color: black;	
}
.clustertab .top-right {
	float: right;
	width: 38px;
	height: 19px;
	background: #ffffff url(/images/sprite.png) no-repeat scroll -129px -3px;	
}
.clustertab .top-right span {
	font-size: 10px;
	vertical-align: -13px;
	color: black;
}
.clustertab .top-right span:hover {
	color: red;
}
.clustertab .mid-left {
	clear: both;
	float: left;
	width: 1px;
	height: 120px;
	background: #ffffff url(/images/sprite.png) no-repeat scroll -3px -22px;	
}
.clustertab .mid-center {
	float: left;
	padding: 1px;
	width: 155px;
	height: 115px;
}
.clustertab .mid-center p {
	text-align: center;
	padding: 10px;
	font-size: 14px;
	line-height: 20px;
}
.clustertab .mid-center .bigplus {
	line-height: 90px;
	font-size: 80px;
	color: #999999;
	text-decoration: none;
}
.clustertab .mid-center .throbber {
	margin: 30px 0 0 0;
	width: 50px;
	height: 50px;
}
.clustertab .mid-right {
	float: right;
	width: 3px;
	height: 120px;
	background: #ffffff url(/images/sprite.png) no-repeat scroll -164px -22px;	
}
.clustertab .bottom {
	clear: both;
	float: left;
	width: 164px;
	height: 9px;
	background: #ffffff url(/images/sprite.png) no-repeat scroll -3px -142px;	
}


/**** CLUSTER INDEX PAGE ****/

.main {
	margin: 0 auto;
}

.main .title_env {
	clear: both;
	float: left;
	overflow: hidden;
	width: 100%;
	height: 70px;
	margin: 0;
}
.main .title {
	margin: 15px 0 0 20px;
}
.main .title h1 {
	font-size: 24px;
	line-height: 36px;
}
.main .title h1 a {
	font-size: 24px;
}
.main .title .icon {
	float: left;
	margin: 2px 15px 0 0;
}
.main .title .edit_title {
	float: left;
	border: 1px solid #cccccc;
	background-color: white;
	width: 500px;
	padding: 4px 0 4px 4px;
}
.main .title .edit_title input {
	border: 0;
	font-size: 20px;
	width: 410px;
}
.main .title .edit_title img {
	cursor: pointer;
	margin: 5px 0 0 5px;
}
.main .title h1 .edit_link {
	font-size: 16px;
	margin-left: 10px;
}
.main .title h1 span {
	font-size: 16px;
	font-weight: normal;
	color: #cccccc;
}
.main .container .description {
	margin: 10px;
	float: left;
	clear: both;
}
.main .container .description h2 {
	font-size: 16px;
	font-weight: normal;
}
.main .container .description h2 .edit_link {
	font-size: 16px;
	margin-left: 10px;
}
.main .container .description h2 .remaining {
	font-size: 16px;
	color: #cccccc;
}
.main .container .description h2 .tags {
	font-size: 16px;
	color: black;
}
.main .container .description .desc_text {
	clear: both;
	width: 550px;
}
.main .container .description .tagfield {
	width: 400px;
	margin: 5px 5px 0 0;
	padding: 2px;
	font-size: 16px;
}
.main .container .description h2 a {
	font-size: 16px;
	font-weight: normal;
}
.main .container .description .edit_links {
	clear: both;
	margin: 10px 0 20px;
	font-weight: normal;
	font-size: 16px;
}
.main .container .description .edit_links a {
	margin-left: 10px;
}
.main .container .description .edit_links .disabled {
	margin-left: 10px;
	color: #cccccc;
}
.main .container .links {
}
.main .container .links_env {
	overflow: hidden;
}
.main .container .links .link {
	float: left;
	border: 1px solid white;
	cursor: pointer;
	/*overflow: hidden;*/
	padding: 15px;
}
.main .container .links .link:hover {
	border: 1px solid #cccccc;
}
.main .container .links .dropzone {
	float: left;
	width: 15px;
	height: 180px;
	background-color: white;
}
.main .container .links .dropzone_hover {
	background: #ffffff url(/images/drop-zone.gif) no-repeat scroll 0 0;	
}
.main .container .links .dropzone_busy {
	float: left;
	width: 32px;
	height: 180px;
}
.main .container .links .dropzone_busy img {
	margin: 75px 0 0 0;
}
.main .container .links a {
	text-decoration: none;
}
.main .container .ads {
	float: right;
	width: 175px;
	height: 400px;
	margin: 10px 0 10px 0;
}
.main .container .research {
	float: right;
	width: 175px;
	height: 400px;
	margin: 10px 0 10px 0;
}
.main .services {
	float: right;
	margin: -27px 20px 0 0;
	color: #777777;
	font-size: 12px;
}
.main .services img {
	vertical-align: -2px;
	margin: 0 0 0 10px;
}
.main .stats {
	width: 100%;
	clear: both;
	float: left;
	font-size: 12px;
	margin: 10px;
	padding: 0;
}
.main #deletecluster {
	width: 100%;
	clear: both;
	float: left;
	font-size: 12px;
	color: #666666;
	margin: 0 0 0 5px;
	padding: 10px 0;
}
.main .bookmarks {
	width: 100%;
	clear: both;
	float: left;
	font-size: 12px;
	color: #666666;
	margin: 0 0 0 15px;
	padding: 10px 0;
}
.main #password_env {
	width: 100%;
	clear: both;
	float: left;
	font-size: 12px;
	color: #666666;
	margin: 0 0 0 5px;
	padding: 10px 0;
}
.main .badge_env {
	width: 50%;
	clear: both;
	float: left;
	margin: 0 0 0 5px;
	padding: 10px 0;	
}
.main .badge {
	width: 50%;
	clear: both;
	float: left;
	font-size: 12px;
}
.main .badge p {
	color: #737373;
	margin: 0 0 5px;
}
.main .badge .textarea {
	border: 1px solid #737373;
	float: left;
	width: 410px;
	height: 50px;
	padding: 3px;
	font-size: 12px;
}
.main .badge .preview {
	float: left;
	margin: 0 0 0 20px;
}
.main .webform_link {
	background-color: #dfdfdf;
	margin: 15px 75px 15px 15px;
	padding: 10px;
}
.main .webform_link span {
	float: right;
}
.main .webform_link span a {
	text-decoration: none;
	color: black;
}
.main .webform_link span a:hover {
	text-decoration: underline;
	color: red;
}


/* FOOTER */

.footer {
	clear: both;
	float: left;
	overflow: hidden;
	width: 100%;
	margin: 10px 0 0 20px;
}
.footer span {
	color: #cccccc;
	margin: 0 5px;
	font-size: 10px;
}
.footer a {
	font-size: 12px;
	color: #333333;
}


/* SEARCH */

.search {
	margin: 25px 50px 0 15px;  
  overflow: hidden;
  clear: both;
}


#search_amazon {
	width: 180px;
	margin-bottom: 20px;
}

#search_widget {
	background-color: #ff8400;
	width: 180px;
	margin-bottom: 20px;
}
.top_bar {
	background: #000 url(../images/widget_top.gif) no-repeat top center;
	width: 180px;
}
.bottom_bar {
	background: #000 url(../images/widget_bottom.gif) no-repeat top center;
	width: 180px;
	height: 22px;
}
.top_bar h3 {
	color: #ff8400;
	text-align: center;
	padding: 3px 0 3px 0;
	font-size: 16px;
	font-weight: bold;
	margin:  0;
}
.formField {
	width: 130px;
	height: 18px;
	margin: 8px 5px 4px 10px;
	float: left;
	display: inline;
	padding: 0;
}
.formSubmit {
	width: 22px;
	height: 20px;
	margin: 9px 0 0 0;
	border: none;
	float: left;
	display: inline;
}
span.checkbox {
	width: 170px;
	height: 20px;
	display: block;
	clear: both;
	color: #fff;
	padding-left: 10px;
}
#addonx_widget {
	background-color: #164581;
	width: 180px;
	margin-bottom: 20px;
}
.addonx_top_bar {
	background: #000 url(../images/widget_addonx_top.jpg) no-repeat top center;
	height: 24px;
	width: 180px;
}
.addonx_bottom_bar {
	background: #000 url(../images/widget_addonx_bottom.jpg) no-repeat top center;
	width: 180px;
	height: 26px;
}
#addonx_widget h3 {
	color: #20c4f4;
	text-align: center;
	font-size: 11px;
	padding: 3px 0 0 0;
	margin: 0;
}
#addonx_widget p {
	text-align: center;
	color: #fff;
	width: 160px;
	padding: 0 10px 2px 10px;
	line-height: 1;
	font-size: 8pt;
	letter-spacing: -0.1em;
}


/* FIRSTTIME NOTICE */

.firsttime {
	clear: both;
	overflow: hidden;
	margin: 20px 20px 0;
	padding: 0 20px 20px;
	background-color: #ffff99;
	color: #999999;
}
.firsttime .left {
	float: left;
}
.firsttime p {
	margin: 20px 0 0;
	font-size: 12px;
	color: black;
}
.firsttime .right {
	float: right;
}
.firsttime a {
	font-size: 12px;
}

.enter_password {
  margin: 20px;
}  
.enter_password h1 {
  font-size: 18px;
  margin: 0 0 20px;
}
.enter_password p {
  font-size: 14px;
}


/* ---------- Footer ---------- */

.box_240px_left, .box_240px_middle, .box_240px_right {
	width: 260px;
	float: left;
}

#dark_footer .box_240px_left {
	padding-right: 40px;
	padding-top: 0px;
	background-image: none;
}

#dark_footer .box_240px_middle {
	padding: 0px 40px;
	background-image: none;
}

#dark_footer .box_240px_right {
	padding-left: 40px;
	padding-top: 0px;
	background-image: none;
}

#dark_footer_wrap {
	margin-top: 40px;
	background-image: url(../images/footer_dark.jpg);
	background-repeat: repeat-x;
	background-color: #242424;
	overflow: hidden;
	clear: both;
}

#dark_footer {
	width: 940px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 30px;
	overflow: hidden;
}

#light_footer_wrapper {
	height: 40px;
	background: url(../images/footer_light.jpg) repeat-x top left;
	color: #fff;
}

.box_240px_right li {
	display: inline;
}

#light_footer {
	width: 940px;
	margin: 0 auto;
	padding-top: 13px;
	overflow: hidden;
}

#light_footer a {
	color: #fff;
}

#light_footer a:hover {
	color: #242424;
}

.footer {
	color: #c5c5c5;
	text-transform: uppercase;
	font-size: 14px;
	border: none;
	text-decoration: none;
}

a.footer:hover {
	color: #fff;
}

#dark_footer h3 {
	color: #c5c5c5;
	margin-top: 20px;
	margin-bottom: 20px;
}

#dark_footer p {
	color: #c5c5c5;
	margin-bottom: 0px;
	line-height: 1.4
}

/* End Footer */


/* Start Typography */

h1, h2, h3, h4, h5 {
	font-family: Tahoma, Arial, Verdana;
	color: #5a5a5a;
	line-height: 1.2;
	padding-bottom: 5px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
	font-weight: normal;
}

h4 {
	font-size: 16px;
	font-weight: bold;
}

h5 {
	font-size: 12px;
	margin: 3px 0px;
	padding: 0px;
	font-weight: bold;
	letter-spacing: 1px;
}

p {
	padding-bottom: 15px;
}

ol {
	margin-left: 30px;
}

li {
	padding-bottom: 5px;
}

.white {
	color: #fff;
}

.orange {
	color: #ff8400;
}

.center {
	text-align: center;
}

/* END Typography */
