/* @group Header */

.js .flash {
	display: none;
}

div#header-inner {
	margin: 0 auto;
	position: relative;
	width: 940px;
	height: 60px;
}

div#bar-top {
	width: 978px;
	z-index: 99;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
	margin-bottom: 0;
	margin-top: 0;
	position: relative;
	font-size: 12px;
}

div#bar-top ul {
	padding-top: 9px;
	margin-left: 29px;
	margin-bottom: 0;
}

div#bar-top li {
	float: left;
	margin-right: 10px;
}

div#bar-top li a.active-site {
	font-weight: bold;
}

div#top-links a.active-site {
	font-weight: bold;
}

div#bar-user {
	padding-top: 5px;
	float: right;
}

#front-page div#bar-user {
	padding-top: 20px;
	margin-right: 10px;
	float: right;
}

div#bar-user a:focus {
	color: #006699;
}

div#header {
	padding-top: 5px;
	text-align: left;
	color: #110808;
}

div#header ul {
	margin-bottom: 0;
}

#logo {
	float: left;
	margin: 0;
	width: 360px;
	padding-top: 5px;
}

#logo a:hover {
	opacity: 0.6;
/* For IE */
	filter: alpha(opacity=60);
}

#logo h2 {
	margin-top: 8px;
}

div#navigation-bar {
	height: 29px;
	padding-top: 4px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #00afd7;
	border-bottom: 4px solid #006699;
}

div#filters {
	float: left;
}

div#search {
	float: right;
}

ul#library-selection {
	margin-top: 4px;
	margin-bottom: 0;
}

input#search-box {
	padding-bottom: 2px;
	padding-top: 2px;
}

div#tabs-container {
	margin: 0;
	position: absolute;
	top: 33px;
	right: 0;
	clear: both;
	width: 460px;
}

div.tools-bar {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
}

div#private-bar {
	background-color: #F1F7F8;
	border-bottom: 1px solid #E3F0F2;
}

div#manage-patterns-bar {
	background-color: #FFFFCC;
	border-bottom: 1px solid #E3F0F2;
}

div#public-bar {
	background-color: #FFFFCC;
	border-bottom: 1px solid #EFE946;
}

div.tools-bar a img {
	float: left;
	margin: 0 5px 0 0;
	vertical-align: middle;
	width: 16px;
}

#links-social {
	float: right;
	margin-top: -4px;
	padding-top: 0 !important;
}

#links-social #patternry-logo-small {
	margin-right: 18px;
}

li#patternry-logo-small {
	float: left;
	margin-top: -4px;
	padding-top: 0 !important;
}

div#top-links {
	float: right;
	margin-right: 29px;
}

/* @end */

/* @group tags-navi */

div#taglist {
	background-color: #006699;
	padding-left: 25px;
	padding-right: 25px;
	color: #FFFFFF;
	padding-bottom: 10px;
	font-weight: bold;
}

#taglist h3 {
	color: #FFFFFF;
}

ul#tags {
	float: left;
/* This breaks the hide button */
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 15px 0;
	padding: 0;
	width: 952px;
}

ul#tags li {
	display: inline;
	float: left;
	line-height: 10px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 15px 15px 0;
	width: 220px;
}

ul#tags li a {
	background: #00AFD7 none repeat scroll 0 0;
	color: #FFFFFF;
	padding: 2px 3px 3px;
	text-decoration: none;
}

ul#tags a.selected-tag {
	background-color: #D59BDE;
}

ul#tags li a:hover {
	background-color: #D59BDE;
}

a#close-tags {
	margin-left: 900px;
	background: #00AFD7 none repeat scroll 0 0;
	color: #006699;
	padding: 2px 3px 3px;
}

a#close-tags:hover {
	background-color: #6BC1D5;
}

img.triangle {
	padding-top: 6px;
	width: 12px;
	padding-right: 3px;
}

/* @end */

/* @group filters */

#filters li {
	float: left;
	position: relative;
	margin: 0 10px 0 0;
	padding-left: 4px;
	padding-right: 4px;
}

#filters li a {
	font-size: 14px;
	color: #D4E8F7;
	float: left;
	font-weight: bold;
	padding: 4px 3px;
	text-decoration: none;
	text-shadow: 0 1px 2px #006699;
	-webkit-text-fill-color: #D4E8F7;
	-webkit-text-stroke: 0.1px #006699;
}

#filters li a:hover {
	color: #FFFFFF;
	-webkit-text-fill-color: #FFFFFF;
}

#filters li.active {
	background-color: #006699;
	font-weight: bold;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 0 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.3);
}

#filters li.active a {
	color: #FFFFFF;
	-webkit-text-fill-color: #FFFFFF;
}

/* @end */

/* @group Footer */

div#pagination {
	margin-left: 9px;
	margin-right: 9px;
	margin-top: 20px;
	overflow: hidden;
	padding-top: 5px;
}

div.pagination {
	margin: 0 9px 20px;
	font-weight: bold;
}

div#footer {
	width: 978px;
	margin: 0 auto;
}

#footer-inner {
	background-color: #FFFFFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 0 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.3);
	padding: 10px;
	margin-bottom: 10px;
	height: 16px;
}

/* @end */

/* @group Sidebar */

div#sidebar {
	padding: 0 10px 10px 10px;
}

div#sidebar h4 {
	margin-top: 25px;
}

div#sidebar-container {
	width: 230px;
	float: left;
	margin-right: 20px;
	margin-top: 5px;
}

div#sidebar-container-wider {
	width:268px;
	float:left;	
	margin-right: 20px;
	margin-top: 41px;
	margin-bottom: 20px;
}
div#sidebar-container-wider #sidebar {
	background-color: #f5f5f5;
	border: 1px solid rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

div.side-label {
	color: #777777;
}

div.side-value {
	
}

div#sidebar span.empty-placeholder {
	display: block;
	padding-top: 5px;
	color: #999999;
}

div#sidebar-container div.pattern-type-label {
	color: #FFFFFF;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	text-align: center;
	width: 40px;
}

div#sidebar-container div.pattern-full {
	background-color: #E80A89;
	display: inline;
}

div.cc-licence {
	margin-top: 0px;
	vertical-align: middle;
}

div.cc-licence a img {
	float: left;
	margin: 0px 5px 0 0;
	vertical-align: middle;
	width: 16px;
}

#pattern-info.sidebox {
	
}

div#sidebar div#tools-box img {
	float: left;
	margin: 0 5px 0 0;
	vertical-align: middle;
	width: 16px;
}

div#sidebar ul {
	border-top: 1px solid #E3F0F2;
	margin: 0 0 0;
}

div#sidebar ul li {
	border-bottom: 1px solid #E3F0F2;
	font-size: 1.0em;
	padding: 5px 5px 5px 5px;
}

div#sidebar ul li:hover {
	background: #E3F0F2 none repeat scroll 0 0;
}

#tour-page-one div#sidebar ul li:hover, #tour-page div#sidebar ul li:hover {
	background: none;
}

div#sidebar ul li a {
	color: #006699;
	text-decoration: none;
}

div#sidebar ul li a:hover {
	color: #000000;
}

div#sidebar-container h4 {
	margin-bottom: 5px;
}

div#pattern-info {
	padding: 10px;
}

div.row-container {
	padding: 5px 0 5px 0px;
}

div.sidebar-help {
	padding-top: 20px;
}

div.sidebar-help ul li {
	font-size: 1em;
	padding: 5px 0 5px 0;
}

/* @end */

/* @group Sidebar Menu */

.sidebar-view {
	list-style: none;
	margin: 62px 0 10px;
	padding: 0;
	border-bottom: 1px solid white;
}

.sidebar-view li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 13px;
	display: block;
	position: relative;
	overflow: hidden;
	background: #f1f1f1;
	border-style: solid;
	border-width: 0 1px 1px;
	border-color: #e5e5e5;
	color: #666;
}

.sidebar-view li:first-child {
	border-top-width: 1px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-o-border-top-right-radius: 5px;
	-ms-border-top-right-radius: 5px;
	-khtml-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-o-border-top-left-radius: 5px;
	-ms-border-top-left-radius: 5px;
	-khtml-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
}

.sidebar-view li:last-child {
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-o-border-bottom-right-radius: 5px;
	-ms-border-bottom-right-radius: 5px;
	-khtml-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-o-border-bottom-left-radius: 5px;
	-ms-border-bottom-left-radius: 5px;
	-khtml-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.sidebar-view li.sub-menu-item {
	background: white;
}

.sidebar-view li:hover {
	background: #f5f5f5;
}

.sidebar-view li.active {
	background: #006699;
	border-color: #006699;
	font-weight: bold;
}

.sidebar-view li {
	font-size: 14px;
	text-decoration: none;
	display: block;
	position: relative;
	color: white;
	height: 21px;
	display: block;
	line-height: 21px;
	padding: 7px 11px 7px 15px;
}

/* @end */

/* @group Sidehelp */

div#sidehelp-container {
	width: 200px;
	float: left;
	margin-top: 5px;
}

div#sidehelp {
	padding: 20px 10px 10px 10px;
}

div#sidehelp h4 {
	margin-top: 20px;
}

/* @end */

/* @group Titles */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #111;
}

h1 {
	font-size: 3em;
	line-height: 1;
}

h2 {
	font-size: 2em;
	margin-top: 0.75em;
}

h3 {
	font-size: 1.5em;
	line-height: 1;
}

h4 {
	font-size: 1.2em;
	line-height: 1.25;
}

div.thumb-title h2 {
	margin-bottom: 4px;
	margin-top: 0px;
	font-size: 16px;
	padding-bottom: 0px;
	font-weight: bold;
	text-transform: uppercase;
}

div.thumb-title {
	position: relative;
}

div#patterns-list ul.title-meta {
	position: absolute;
	top: 0;
	right: 0;
	text-transform: none;
}

div#patterns-list ul.title-meta li {
	display: inline;
	float: right;
	margin: 0 0 0 2px;
	width: auto;
}

.islocked {
	background-color: transparent;
	background-image: url(/static/images/lock-sprites.png);
	background-position: 17px 0;
	height: 17px;
	padding-left: 17px;
}

.mini-letter {
	color: #00afd7;
	font-size: 16px;
	font-weight: bold;
}

.full-letter {
	color: #CD2379;
	font-size: 16px;
	font-weight: bold;
}

div-thumb-title {
	
}

div.thumb-title h2 a:hover {
	text-decoration: underline;
}

div#search-title h2 {
	margin-bottom: 5px;
	margin-top: 20px;
	margin-left: 10px;
}

div.low-title h2 {
	margin-bottom: 0.2em;
	margin-top: 0;
}

/* @end */

/* @group Other-typography*/

p {
	margin: 0 0 1.5em;
}

p.low {
	margin: 0;
}

a, a:link, a:active, a:visited {
	color: #006699;
	text-decoration: none;
}

a:focus, a:hover {
	color: #000;
}

strong {
	font-weight: bold;
}

em, dfn {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.big-text {
	font-size: 16px;
}

.highlight {
	background: #FFFFCC;
}

.bigger-text {
	font-size: 16px;
}

small {
	font-size: 10px;
}

code, pre {
	padding: 0 3px 2px;
	font-family: Monaco, Andale Mono, Courier New, monospace;
	font-size: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

code {
	background-color: #fee9cc;
	color: rgba(0, 0, 0, 0.75);
	padding: 1px 3px;
}

/* @end */

/* @group page */

#wrap_positioner {
	margin-top: 0;
	margin-bottom: 16px;
	width: 100%;
}

div.container {
	margin: 0 auto;
	width: 978px;
	background-color: #FFFFFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 0 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.3);
}

div#content {
	margin: 10px auto;
	overflow: hidden;
	text-align: left;
	padding-bottom: 30px;
}

div#main-content {
	width: 688px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
}


div#main-content-tight, div#main-content-tight-bottom {
	width: 650px;
	float:left;
	margin-right: 20px;
	margin-left: 20px;
}

.narrow-content {
	width: 550px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.narrow-content-w-help {
	width: 550px;
	float: left;
}

.narrow-content-w-help-container {
	margin: 10px auto;
	padding-left: 214px;
}

.basic-box {
/*	background-color: #F1F7F8;
	border:2px solid #069;
*/
	background-color: #f5f5f5;
	border: 1px solid rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	padding: 20px 30px 0 30px;
	margin-top: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.gray-box {
	background-color: #F1F7F8;
	padding: 15px;
}

.overlay-form-box {
	border: 2px solid #006699;
	padding: 15px 5px 5px 5px;
	height: 150px;
	font-size: 11px;
}

/*
div.page-title {
	clear: both;
	height: 66px;
}
div.page-title h2 {
	float: left;
}*/

div.page-top {
	float: right;
}

div.page-description {
	margin-bottom: 20px;
	font-style: italic;
}

div.basic-container {
	margin: 0 18px;
}

/* @end */

/* @group patterns list */

ul.patterns {
	margin-top: 20px;
}

div#patterns-list {
	overflow: hidden;
	margin-left: 9px;
	margin-right: 9px;
}

ul.patterns li.pattern-container {
	float: left;
	margin: 10px;
	overflow: hidden;
	width: 300px;
	position: relative;
	padding: 0;
}

div.pattern-thumb {
	
}

div.pattern-thumb-inner {
	width: 280px;
	border: 1px solid #AECEEF;
	padding-bottom: 9px;
	padding-top: 9px;
	padding-left: 9px;
	padding-right: 9px;
	background-color: #F1F7F8;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 0 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.3);
}

div.thumb-in-library {
	background-color: #006699;
}

div.thumb-title a {
	text-decoration: none;
	color: #424242;
}

div#typelist {
	padding: 20px 0 5px 0;
}
div#sortlist {
	padding:20px 0 5px 0;
}

div#results-toolbar {
	margin: 0 18px;
}

div#results-line {
	border-bottom: 2px solid #E3F0F2;
}

/* @end */

/* @group Hover layer jQuery */

div.thumb-image {
	height: 174px;
	width: 280px;
	overflow: hidden;
	position: relative;
}

div.thumb-hover {
	clear: none;
	position: absolute;
	background-color: #FFFFFF;
	color: #006699;
	display: none;
	height: 174px;
	margin: 0;
	padding: 0px;
	text-decoration: none;
	top: 0px;
	left: 0px;
	font-size: 16px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	width:280px;
	/* For IE */
	filter: alpha(opacity=90);
	/* CSS3 standard */
	opacity: 0.9;
	font-weight: bold;
}

a.thumb-hover {
	position: absolute;
	left: 84px;
	top: 65px;
	width: 112px;
	height: 44px;
	text-decoration: none;
	display: block;
	background-image: url(/static/images/viewbig-sprite.png);
	background-position: 112px 0;
}

a.add-thumb-hover {
	background-image: url(/static/images/addtolib-sprite.png);


/*	background-position: 336px 0;*/
}

a.remove-thumb-hover {
	background-image: url(/static/images/removefromlib-sprite.png);
}

a.thumb-hover:hover {
	background-position: 224px 0;
}

div.thumb-hover img {
	position: absolute;
	top: 72px;
	left: 130px;
}

a.add-to-library-link {
	position: absolute;
	top: 0px;
	right: 10px;
	width: 25px;
	height: 25px;
	text-decoration: none;
	display: block;
	background-image: url(/static/images/addtolibsmall-sprite.png);
	background-position: 75px 0;
}

a.add-to-library-link:hover {
	background-position: 0 0;
}

a.unregistered-add-to-library-link {
	position: absolute;
	top: 0px;
	right: 10px;
	width: 25px;
	height: 25px;
	text-decoration: none;
	display: block;
	background-image: url(/static/images/addtolibsmall-sprite.png);
	background-position: 75px 0;
}

a.unregistered-add-to-library-link:hover {
	background-position: 0 0;
}

a.view-in-lib-small-link {
	position: absolute;
	top: 0px;
	right: 10px;
	width: 25px;
	height: 25px;
	text-decoration: none;
	display: block;
	background-image: url(/static/images/view-small-sprite.png);
	background-position: 25px 0;
}

a.view-in-lib-small-link:hover {
	background-position: 50px 0;
}

span.add-hover-label {
	text-transform: uppercase;
	color: #7B858B;
	font-weight: normal;
	font-size: 11px;
	right: 40px;
	top: 7px;
	margin: 0;
	position: absolute;
}

a.unlock-pattern-link {
	background: transparent url(/static/images/unlock-sprites.png) no-repeat scroll 0 -17px;
}

a.edit-pattern-link {
	background: transparent url(/static/images/edit-sprite.png) no-repeat scroll 0 -17px;
}

div.tools {
	left: 10px;
	bottom: 10px;
	position: absolute;
}

a.unlock-pattern-link, a.edit-pattern-link {
	width: auto;
	text-transform: uppercase;
	color: #7B858B;
	font-weight: normal;
	font-size: 11px;
	display: block;
	float: right;
	padding-left: 25px;
	padding-top: 3px;
}

a.unlock-pattern-link:hover, a.edit-pattern-link:hover {
	background-position: 0 -51px;
	color: #000000;
}

/* @end */

/* @group Add to pattern layer */

div.add-to-library {
	clear: none;
	position: absolute;
	background-color: #FFFFFF;
	color: #006699;
	height: 174px;
	margin: 0;
	padding: 0px;
	text-decoration: none;
	top: 0px;
	left: 0px;
	font-size: 16px;
	width: 280px;
	font-weight: bold;
}

li.btn-hover {
	margin-left: 24px;
}

input.btn-radio {
	margin-right: 4px;
	margin-left: 4px;
}

/* @end */

/* @group Pattern-content */

.mini-pattern {
	padding: 10px 10px 10px 10px;
	margin-top: 10px;
	border: 1px solid #AECEEF;
	background-color: #F1F7F8;
}

div#pattern-content h2 {
	margin-bottom: 15px;
}

div#pattern-content h2 img {
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 0;
	vertical-align: middle;
	width: 32px;
}
.page-title h2 img {
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 0;
	vertical-align: middle;
	width: 32px;
}
a.add-item {
	font-weight: bold;
	font-size: 12px;
}

div#pattern-content {
	line-height: 1.7em;
}

#pattern-content-wo-comments ul li {
	list-style-type: disc;
	margin-bottom: 5px;
	margin-top: 5px;
}

#pattern-content-wo-comments ul li ul {
	margin-bottom: 5px;
}

#pattern-content-wo-comments ul li ul li {
	list-style-type: square;
}

#pattern-content-wo-comments li {
	margin-left: 30px;
	padding: 0;
}

p.nolinks-text {
	font-style: italic;
}

#pattern-content h1 {
	margin-top: 10px;
	margin-bottom: 15px;
}

em.pattern-meta {
	color: #999999;
}

div.image-caption {
	font-style: italic;
}

a.delete-link {
	display: inline-block;
	width: 16px;
	height: 16px;
	text-decoration: none;
	background-image: url(/static/images/delete-sprite.png);
	background-position: 0 0;
	vertical-align: middle;
	margin-bottom: 1px;
	margin-left: 3px;
}

a.delete-link:hover {
	background-position: -16px 0;
}

a.delete:hover {
	color: red;
}

/* @end */

/* @group Add pattern */

div#mini-pattern-form {
	padding-left: 10px;
	padding-right: 10px;
}
div#mini-pattern-form input[type=text] {
	padding: 8px 8px;
	font-size: 18px;
	height: 23px;
}
div#full-pattern-form label {
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 19px;
}
div#main-content-tight-bottom .no-links-text {
	background-color: #f5f5f5;
}
/* @end */

/* @group Manage patterns */

/* @end */

/* @group Manage library */

form#manage-lib-form fieldset {
	margin-bottom: 0;
}

h3.lib-title {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.meta-box {
	background-color: #F1F7F8;
	border: 2px solid #006699;
	padding: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.meta-box ul, .meta-box li {
	margin-bottom: 0;
}


#lib-description-form-container textarea {
	width: 910px;
}

#lib-title-form-container input {
	width: 906px;
	font-size: 1.5em;
}

.lib-title-container {
	margin-bottom: 10px;
}

#content-tabs ul {
	border-bottom: 4px solid #006699;
	height: 24px;
	margin-bottom: 0;
	margin-top: 15px;
}

#content-tabs li {
	background-color: #F1F7F8;
	color: #D1EEFF;
	float: left;
	font-size: 14px;
	line-height: 12px;
	color: #FFFFFF;
	margin: 0 6px 0 0;
	padding: 5px 9px 6px;
	border-top: 1px solid #AECEEF;
	border-left: 1px solid #AECEEF;
	border-right: 1px solid #AECEEF;
}

#content-tabs li.selected {
	background: #006699 none repeat scroll 0 0;
	color: #222222;
	font-weight: bold;
	padding-bottom: 6px;
	text-decoration: none;
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}
#content-tabs li a:hover {
	color: #000;
}
#content-tabs li.selected a {
	color: #FFFFFF;
}
div.content-tabs-container {
	padding-top: 20px;
	clear: both;
}

/* @end */

/* @group Table styles */

table.basic-table {
	width: 100%;
}

table.basic-table tr, ul.item-list li {
	border-bottom: 1px solid #EFEFEF;
}

table.basic-table tr:hover, ul.item-list li:hover {
	background-color: #F1F7F8;
}

table.basic-table td, ul.item-list li {
	padding: 4px 7px;
}

table.basic-table td.title {
	font-weight: bold;
}

table.basic-table a img {
	float: left;
	margin: 0 5px 0 0;
	vertical-align: middle;
	width: 16px;
}

div.item-description {
	width: 100%;
	clear: left;
	padding-top: 5px;
	font-size: 12px;
}

div.item-list-tools a {
	float: left;
}

div.item-list-tools a img {
	float: left;
	margin: 0 5px 0 7px;
	vertical-align: middle;
	width: 16px;
}

/* @end */

/* @group Flat pages */
.three-cols-narrow {
	position:relative;
	width:646px;
	margin:0 auto;
	overflow:hidden;
	margin-bottom:20px;text-align:center
}
.three-cols-narrow .feature {
	width:200px;
	margin-left:11px;
	margin-right:11px;
	float:left;
	display:inline;
	overflow:hidden
}
.three-cols-narrow .first {
	margin-left:0
}
.three-cols-narrow .last {
	margin-right:0
}
.three-cols-narrow .feature p {
	font-size:15px;
	color:gray;
	margin-bottom:10px
}
.three-cols-narrow .feature h3 {
	font-size:18px;
	margin-bottom:5px
}

div.flat-pages {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

p.about {
	font-size: 20px;
}

img.team-member-profile {
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	border: 1px solid #eee;
	margin-right: 50px;
	margin-left: 50px;
	padding: 5px;
	width: 100px;
	height: 100px;
	overflow-x: hidden;
	overflow-y: hidden;
}

#team h4 {
	margin-bottom: 5px;
}

#team .meta {
	margin-left: 127px;
}

.team-member-intro {
	margin-bottom: 20px;
}

.basic-container-box {
	background-color: #F1F7F8;
	border: 1px solid #AECEEF;
	padding: 20px;
	margin-bottom: 30px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#about-page div#content, #plans-page div#content, #workspace-selection div#content, #tour-page div#content, #tour-page-one div#content {
	margin-top: 0;
}

/* @end */

/* @group New Messages */

.btn.danger,
.alert-message.danger,
.btn.danger:hover,
.alert-message.danger:hover,
.btn.error,
.alert-message.error,
.btn.error:hover,
.alert-message.error:hover,
.btn.success,
.alert-message.success,
.btn.success:hover,
.alert-message.success:hover,
.btn.info,
.alert-message.info,
.btn.info:hover,
.alert-message.info:hover {
	color: #ffffff;
}
.alert-message.success a {
	color: #F1F7F8;
	text-decoration: underline;
}

.btn.success, .alert-message.success {
	background-color: #57a957;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
	background-image: -moz-linear-gradient(top, #62c462, #57a957);
	background-image: -ms-linear-gradient(top, #62c462, #57a957);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
	background-image: -webkit-linear-gradient(top, #62c462, #57a957);
	background-image: -o-linear-gradient(top, #62c462, #57a957);
	background-image: linear-gradient(top, #62c462, #57a957);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: #57a957 #57a957 #3d773d;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.alert-message {
  position: relative;
  padding: 7px 15px;
  margin-bottom: 18px;
  color: #404040;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #eedc94 #eedc94 #e4c652;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.alert-message h5 {
	line-height: 18px;
}

.alert-message p {
	margin-bottom: 0;
}

.alert-message div {
	margin-top: 5px;
	margin-bottom: 2px;
	line-height: 28px;
}

.alert-message .btn {
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.alert-message.block-message {
	background-image: none;
	background-color: #fdf5d9;
	padding: 14px;
	border-color: #fceec1;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.alert-message.block-message p {
	margin-right: 30px;
}

.alert-message.block-message .alert-actions {
	margin-top: 5px;
}

.alert-message.block-message.error, .alert-message.block-message.success, .alert-message.block-message.info, .alert-message.block-message.hint {
	color: #404040;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.alert-message.warning {
	background-color: #fdf5d9;
	border-color: #fceec1;
	color: #C09853;
}

.alert-message.block-message.error {
	background-color: #fddfde;
	border-color: #fbc7c6;
}

.alert-message.block-message.success {
	background-color: #d1eed1;
	border-color: #bfe7bf;
}

.alert-message.block-message.info {
	background-color: #ddf4fb;
	border-color: #c6edf9;
}

.alert-message.block-message.hint {
	background-color: #FEFBF3;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.alert-message .right-info {
	float: right;
	margin-top: -2px;
	line-height: 0;
}

.alert-message .right-info div {
	line-height: 16px;
}

/* @end */

/* @group Messages */

div#mini-pattern-form .form-stacked div.clearfix.error {
	padding-top: 0;
	padding-bottom: 0;
}
div.form-errors {
	background: #942A00 none repeat scroll 0 0;
	color: #FFFFFF;
	font-size: 18px;
	padding: 8px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

div.form-errors a {
	color: #ffffff;
	text-decoration: underline;
}

div.form-errors p {
	margin-bottom: 0;
	margin-top: 0;
}

.intro {
	font-size: 15px;
	background: #F1F7F8 none repeat scroll 0 0;
	border: 1px solid #E3F0F2;
	margin: 0 18px 0 18px;
	padding: 10px;
	color: #7B858B;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.intro p {
	margin-bottom: 15px;
}

.intro h3 {
	color: #424242;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
}

p.links {
	margin-bottom: 7px;
}

.notification {
	padding: 8px;
	position: relative;
	overflow: hidden;
}

.notification h4 {
	font-weight: bold;
}

.notice, .info-blank {
	padding: 8px;
	font-size: 18px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


div.attention-bar {
	color: #424242;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	width: 978px;
	margin-left: auto;
	margin-right: auto;
	border-top: none;
	background-color: #FAEDC3;
	border-color: #339bb9 #339bb9 #22697d;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

div.attention-bar a {
	text-shadow: none;
	font-weight: bold;
}

.attention-bar-message {
	border-width: 1px;
	border-style: solid;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.info-blank {
	background-color: #F1F7F8;
	border: 1px solid #AECEEF;
	margin-bottom: 15px;
}

.info {
	background: #F1F7F8 url(/static/images/info-48.png) no-repeat scroll 10px center;
	border: 1px solid #AECEEF;
	margin-bottom: 15px;
}

/*.success p, .success h4, .success h2, */

.info p, .info h4, .info h2, .warning h2, .expired p, .expired h4, .expired h2 {
	margin: 0 0 5px !important;
	padding-left: 55px;
}


.warning-public {
	background-color: #FFFFCC;
	border: 1px solid #EFE946;
	margin-top: 10px;
	padding: 10px;
}

.expired {
	background: #FFEEEE url(/static/images/alert-48.png) no-repeat scroll 10px center;
	border: 1px solid pink;
	margin-bottom: 15px;
}

/*.success h2,*/

.notice h2, .info h2 {
	margin-bottom: 0.2em;
	margin-top: 0;
}

.notice-info {
	position: absolute;
	right: 24px;
	top: 10px;
	line-height: 16px;
}

.notice-label {
	color: gray;
	font-size: 0.8em;
}

.notice-value {
	font-size: 1.5em;
}

.notice-value .green {
	color: green;
}

.notice-value .red {
	color: red;
}
.close {
  float: right;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  line-height: 13.5px;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=20);
  -khtml-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.close:hover {
  color: #000000;
  text-decoration: none;
  filter: alpha(opacity=40);
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}

/* @end */

/* @group Gallery */

div.gallery-image-container {
	margin-bottom: 80px;
}

div.gallery-image-container div img {
	border: 5px solid #E3F0F2;
	height: auto;
	margin-bottom: 5px;
	max-width: 658px;
	width: auto;
}

div.gallery-image-container div img:hover {
	border: 5px solid #006699;
}

div.gallery-photo {
	float: left;
	margin: 10px;
	overflow: hidden;
	padding: 10px 10px 7px;
	margin-right: 6px;
	text-align: center;
}

div.gallery-image-container h4 {
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: bold;
}

span.gallery-photo-text {
	text-align: center;
	display: block;
}

span.gallery-image-meta {
	color: #999999;
}

div.gallery-photo:hover {
	background-color: #F1F7F8;
}

div.photo-gallery {
	float: left;
}

#image-gallery p {
	margin-bottom: 0;
}

/* @end */
/* @group Forms Bootstrap */
/* Forms.less
 * Base styles for various input types, form layouts, and states
 * ------------------------------------------------------------- */
form {
  margin-bottom: 18px;
}
fieldset {
  margin-bottom: 18px;
  padding-top: 18px;
}
fieldset legend {
  display: block;
  padding-left: 150px;
  font-size: 19.5px;
  line-height: 1;
  color: #404040;
  *padding: 0 0 5px 145px;
  /* IE6-7 */

  *line-height: 1.5;
  /* IE6-7 */

}
form .clearfix {
  margin-bottom: 18px;
  zoom: 1;
}
form .clearfix:before, form .clearfix:after {
  display: table;
  content: "";
  zoom: 1;
}
form .clearfix:after {
  clear: both;
}
label,
input,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
}
label {
  padding-top: 6px;
  font-size: 13px;
  line-height: 18px;
  float: left;
  width: 130px;
  text-align: right;
  color: #404040;
}
form .input {
  margin-left: 150px;
}
input[type=checkbox], input[type=radio] {
  cursor: pointer;
}
input,
textarea,
select,
.uneditable-input {
  display: inline-block;
  width: 210px;
  height: 18px;
  padding: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #808080;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
select {
  padding: initial;
}
input[type=checkbox], input[type=radio] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  /* IE6-7 */

  line-height: normal;
  border: none;
}
input[type=file] {
  background-color: #ffffff;
  padding: initial;
  border: initial;
  line-height: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type=button], input[type=reset], input[type=submit] {
  width: auto;
  height: auto;
}
select, input[type=file] {
  height: 27px;
  *height: auto;
  line-height: 27px;
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

}
select[multiple] {
  height: inherit;
  background-color: #ffffff;
}
textarea {
  height: auto;
}
.uneditable-input {
  background-color: #ffffff;
  display: block;
  border-color: #eee;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
:-moz-placeholder {
  color: #bfbfbf;
}
::-webkit-input-placeholder {
  color: #bfbfbf;
}
input, textarea {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input:focus, textarea:focus {
  outline: 0;
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type=file]:focus, input[type=checkbox]:focus, select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 1px dotted #666;
}
form .clearfix.error > label, form .clearfix.error .help-block, form .clearfix.error .help-inline {
  color: #b94a48;
}
form .clearfix.error input, form .clearfix.error textarea {
  color: #b94a48;
  border-color: #ee5f5b;
}
form .clearfix.error input:focus, form .clearfix.error textarea:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
form .clearfix.error .input-prepend .add-on, form .clearfix.error .input-append .add-on {
  color: #b94a48;
  background-color: #fce6e6;
  border-color: #b94a48;
}
form .clearfix.warning > label, form .clearfix.warning .help-block, form .clearfix.warning .help-inline {
  color: #c09853;
}
form .clearfix.warning input, form .clearfix.warning textarea {
  color: #c09853;
  border-color: #ccae64;
}
form .clearfix.warning input:focus, form .clearfix.warning textarea:focus {
  border-color: #be9a3f;
  -webkit-box-shadow: 0 0 6px #e5d6b1;
  -moz-box-shadow: 0 0 6px #e5d6b1;
  box-shadow: 0 0 6px #e5d6b1;
}
form .clearfix.warning .input-prepend .add-on, form .clearfix.warning .input-append .add-on {
  color: #c09853;
  background-color: #d2b877;
  border-color: #c09853;
}
form .clearfix.success > label, form .clearfix.success .help-block, form .clearfix.success .help-inline {
  color: #468847;
}
form .clearfix.success input, form .clearfix.success textarea {
  color: #468847;
  border-color: #57a957;
}
form .clearfix.success input:focus, form .clearfix.success textarea:focus {
  border-color: #458845;
  -webkit-box-shadow: 0 0 6px #9acc9a;
  -moz-box-shadow: 0 0 6px #9acc9a;
  box-shadow: 0 0 6px #9acc9a;
}
form .clearfix.success .input-prepend .add-on, form .clearfix.success .input-append .add-on {
  color: #468847;
  background-color: #bcddbc;
  border-color: #468847;
}
.input-sidewidth,
input.sidewidth,
textarea.sidewidth,
select.sidewidth {
  width: 236px;
}
.input-mini,
input.mini,
textarea.mini,
select.mini {
  width: 60px;
}
.input-small,
input.small,
textarea.small,
select.small {
  width: 90px;
}
.input-medium,
input.medium,
textarea.medium,
select.medium {
  width: 150px;
}
.input-large,
input.large,
textarea.large,
select.large {
  width: 210px;
}
.input-xlarge,
input.xlarge,
textarea.xlarge,
select.xlarge {
  width: 270px;
}
.input-xxlarge,
input.xxlarge,
textarea.xxlarge,
select.xxlarge {
  width: 530px;
}
textarea.xxlarge {
  overflow-y: auto;
}
input.span1, textarea.span1 {
  display: inline-block;
  float: none;
  width: 30px;
  margin-left: 0;
}
input.span2, textarea.span2 {
  display: inline-block;
  float: none;
  width: 90px;
  margin-left: 0;
}
input.span3, textarea.span3 {
  display: inline-block;
  float: none;
  width: 150px;
  margin-left: 0;
}
input.span4, textarea.span4 {
  display: inline-block;
  float: none;
  width: 210px;
  margin-left: 0;
}
input.span5, textarea.span5 {
  display: inline-block;
  float: none;
  width: 270px;
  margin-left: 0;
}
input.span6, textarea.span6 {
  display: inline-block;
  float: none;
  width: 330px;
  margin-left: 0;
}
input.span7, textarea.span7 {
  display: inline-block;
  float: none;
  width: 390px;
  margin-left: 0;
}
input.span8, textarea.span8 {
  display: inline-block;
  float: none;
  width: 450px;
  margin-left: 0;
}
input.span9, textarea.span9 {
  display: inline-block;
  float: none;
  width: 510px;
  margin-left: 0;
}
input.span10, textarea.span10 {
  display: inline-block;
  float: none;
  width: 570px;
  margin-left: 0;
}
input.span11, textarea.span11 {
  display: inline-block;
  float: none;
  width: 630px;
  margin-left: 0;
}
input.span12, textarea.span12 {
  display: inline-block;
  float: none;
  width: 690px;
  margin-left: 0;
}
input.span13, textarea.span13 {
  display: inline-block;
  float: none;
  width: 750px;
  margin-left: 0;
}
input.span14, textarea.span14 {
  display: inline-block;
  float: none;
  width: 810px;
  margin-left: 0;
}
input.span15, textarea.span15 {
  display: inline-block;
  float: none;
  width: 870px;
  margin-left: 0;
}
input.span16, textarea.span16 {
  display: inline-block;
  float: none;
  width: 930px;
  margin-left: 0;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #f5f5f5;
  border-color: #ddd;
  cursor: not-allowed;
}
.actions {
  background: #f5f5f5;
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 20px 18px 150px;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  display: inline-block;
  overflow: hidden;
  
}
.actions .secondary-action {
  float: right;
}
.actions .secondary-action a {
  line-height: 30px;
}
.actions .secondary-action a:hover {
  text-decoration: underline;
}
.help-inline, .help-block {
  font-size: 13px;
  line-height: 18px;
  color: rgba(51, 51, 51, 0.6);
}
.help-inline {
  padding-left: 5px;
  *position: relative;
  /* IE6-7 */

  *top: -5px;
  /* IE6-7 */

}
.help-block {
  display: block;
  max-width: 600px;
}
.inline-inputs {
  color: #808080;
}
.inline-inputs span {
  padding: 0 2px 0 1px;
}
.input-prepend input, .input-append input {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend .add-on, .input-append .add-on {
  position: relative;
  background: #f5f5f5;
  border: 1px solid #ccc;
  z-index: 2;
  float: left;
  display: block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 4px 4px 5px;
  margin-right: -1px;
  font-weight: normal;
  line-height: 18px;
  color: #bfbfbf;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend .active, .input-append .active {
  background: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on {
  *margin-top: 1px;
  /* IE6-7 */

}
.input-append input {
  float: left;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .add-on {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  margin-right: 0;
  margin-left: -1px;
}
.inputs-list {
  margin: 0 0 5px;
  width: 100%;
}
.inputs-list li {
  display: block;
  padding: 0;
  width: 100%;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  margin-left: 20px;
  line-height: 18px;
  text-align: left;
  white-space: normal;
}
.inputs-list label strong {
  color: #808080;
}
.inputs-list label small {
  font-size: 11px;
  font-weight: normal;
}
.inputs-list .inputs-list {
  margin-left: 25px;
  margin-bottom: 10px;
  padding-top: 0;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list li + li {
  padding-top: 2px;
}
.inputs-list input[type=radio], .inputs-list input[type=checkbox] {
  margin-bottom: 0;
  margin-left: -20px;
  float: left;
}
.form-stacked {
  padding-left: 20px;
}
div#sidebar-container-wider .form-stacked {
	padding-left: 0;
}
.form-stacked fieldset {
  padding-top: 9px;
}
.form-stacked legend {
  padding-left: 0;
}
.form-stacked label {
  display: block;
  float: none;
  width: auto;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
}
.form-stacked .clearfix {
  margin-bottom: 9px;
}
.form-stacked .clearfix div.input {
  margin-left: 0;
}
.form-stacked .inputs-list {
  margin-bottom: 0;
}
.form-stacked .inputs-list li {
  padding-top: 0;
}
.form-stacked .inputs-list li label {
  font-weight: normal;
  padding-top: 0;
}
.form-stacked div.clearfix.error {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: 0;
  margin-left: -10px;
}
.form-stacked .actions {
  margin-left: -20px;
  padding-left: 20px;
}
#sidebar .form-stacked .actions {
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}
/* @end */
/* @group Forms */
textarea.markItUpEditor {
    font-size: 13px;
    line-height: normal;
    padding-bottom: 7px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 7px;
}

form ul li {
	margin-bottom: 20px;
	margin-left: 0;
	padding-left: 0;
}

form ul li label, #add-link-form label, #add-code-snippet-form label {
	font-size: 16px;
	color: #424242;
	float: inherit;
	line-height: inherit;
	padding: inherit;
	text-align: inherit;
	width: inherit;
}

form ul li input, textarea {
	font-family: Arial,sans-serif;
	font-size: 13px;
	line-height: 1;
	margin: 0;
	padding: 3px;
}

em.inline-error-msg {
	color: #DF0000 !important;
}

.form-submit {
	float: right;
}

form.basic-form ul li input[type="text"], form.basic-form ul li input[type="password"], form.basic-form ul li textarea {
	border: 1px solid #CCCCCC;
	font-size: 18px;
	padding: 10px;
	width: 464px;
}

form.basic-form-narrow ul li input[type="text"], form.basic-form-narrow ul li input[type="password"], form.basic-form-narrow ul li textarea {
	border: 1px solid #CCCCCC;
	font-size: 13px;
	list-height: normal;
	padding: 7px;
	width: 388px;
}

fieldset.basic-form-low ul li input[type="text"], fieldset.basic-form-low ul li input[type="password"], fieldset.basic-form-low ul li textarea {
	font-size: 13px;
	padding: 7px;
}

.full-mini {
	width: 100%;
}

span.help-text {
	color: #999999;
	font-style: italic;
	font-size: 12px;
}

form.overlay-form input[type="text"] {
	border: 1px solid #CCCCCC;
	padding: 2px;
	width: 200px;
}

form.overlay-form input {
	font-size: 11px;
}

form.overlay-form label {
	font-size: 11px;
	margin-left: 25px;
}

form.overlay-form li {
	padding: 5px 5px 5px 5px;
	margin-bottom: 5px;
}

form.overlay-form li.focused {
	background-color: #F1F7F8;
}

.edit-hint {
	color: #BBBBBB;
}

.blue-form-box {
	background: #F1F7F8 none repeat scroll 0 0;
	border: 1px solid #AECEEF;
	padding: 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.blue-form-box fieldset {
	margin-bottom: 0;
}

.blue-form-box ul li:last-child, .blue-form-box ul {
	margin-bottom: 0;
}

select.select-plan {
	font-size: 13px;
	height: 34px;
	padding: 7px;
	font-weight: bold;
	border: 1px solid #CCCCCC;
}
hr {
	background-color:#ddd;
	color:#ddd;
	height:1px;
	border:0px;
	clear:both;
}

/* @end */

/* @group Signup */

fieldset#signup {
	margin-bottom: 8px;
}

#signup-box {
	
}

.create-account {
	font-size: 12px;
	font-weight: bold;
}

/* @end */

/* @group Login */

fieldset#login {
	margin-bottom: 8px;
	padding: 27px 27px 27px 27px;
}

#login-form {
	
}

#login-form h2, #openid-form h2, #signup-box h2, #openid_form h2 {
	margin-top: 0;
	font-size: 20px;
}

div#openid_input_area input#openid_submit {
	margin-top: 20px;
}

div.help-links {
	margin-bottom: 50px;
}

div.help-links ul li {
	float: left;
	margin-left: 30px;
}

div.help-links ul {
	margin-bottom: 0;
	margin-top: 5px;
}

input#id_openid_url {
	width: 456px;
}

div#openid_input_area {
	padding: 0;
	padding-top: 10px;
}

div#openid_input_area p {
	margin-bottom: 0;
}

/* @end */

/* @group Profile */

#profile-info .edit-this {
	margin-top: 30px;
}

#profile-info span {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 25px;
	display: block;
}

#profile-info h4 {
	font-size: 16px;
	margin-bottom: 0px;
}

div.basic-box-bottom-links ul li {
	float: left;
	margin-left: 30px;
}

div.basic-box-bottom-links ul {
	margin-bottom: 0;
	margin-top: 5px;
}

div#edit-profile span {
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 25px;
}

div#edit-profile h4 {
	font-size: 16px;
	margin-bottom: 0;
}

/* @end */

/* @group Add images */

#add-images1 .guidelines ul li {
	margin-bottom: 5px;
	margin-top: 5px;
}

#add-images1 .guidelines li {
	margin-left: 30px;
	padding: 0;
}

#add-images1 .guidelines ul {
	list-style-type: disc;
}

#add-images1 .guidelines {
	padding: 10px 10px 10px 10px;
}

#add-images1 h2 {
	margin-top: 0;
}

#add-images2 .upload-image-temp {
	text-align: center;
}

.cancel-link {
	margin-left: 10px;
}

div#image-add-waiting {
	margin-bottom: 15px;
	margin-top: 0;
}

div#image-upload-waiting {
	margin-bottom: 15px;
}

/* @end */

/* @group FancyBox */

#fancybox-outer {
	border: 5px solid #006699;
}

#fancybox-left-ico {
	left: 20px;
}

#fancybox-right-ico {
	right: 20px;
	left: auto;
}

/* @end */

/* @group Comments Section */

#comments-section li {
	margin: 0 0 15px;
}

li#no-comments-yet {
	background-color: #F1F7F8;
	padding: 5px 10px;
	margin-bottom: 20px;
}

.comment-header {
	background-color: #F1F7F8;
	margin-bottom: 10px;
	padding: 5px 10px;
	border: 1px solid #E3F0F2;
}

.comment-header-admin {
	background-color: #d1e4f7;
	border: 2px solid #d0e4f6;
}

#comments-list h4 {
	font-size: 14px;
	margin: 0;
}

span.comment-meta {
	font-size: 12px;
	color: #666666;
}

.comment-body {
	clear: both;
	padding: 0px 8px;
}

.comment-field textarea {
	width: 100%;
	height: 92px;
}

.comment-input-row {
	clear: both;
	overflow: hidden;
	display: block;
	padding-bottom: 5px;
}

div.captcha input {
	width: 215px !important;
}

div#comments-section .errorlist li {
	color: red;
}

div#comments-section div#not-logged-comment-form .errorlist li {
	padding-left: 156px;
}

div#comments-section .errorlist {
	margin-bottom: 0;
}

fieldset.comment-set label {
	float: left;
	padding: 2px 6px 0 0;
	text-align: right;
	width: 150px;
}

div#not-logged-comment-form form fieldset.comment-set input, div#not-logged-comment-form form fieldset.comment-set textarea {
	width: 280px;
}

form fieldset.comment-set .captcha input {
	width: 100px;
}

div#not-logged-comment-form input.btn.primary {
	margin-left: 150px;
	width: 100px !important;
}

input.submit-post {
	background-color: #006699;
	color: #FFF;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	margin-right: 15px;
}

input.submit-post:hover {
	opacity: 0.7;


/* For IE */
	filter: alpha(opacity=70);
}

/* @end */

/* @group Links */

div.no-links-text {
	background-color: #F1F7F8;
	padding: 5px 10px;
	margin-bottom: 10px;
}

#pattern-content-wo-comments span.sign-in-to {
	font-size: 13px;
	font-style: italic;
	color: #999999;
}

#pattern-content-wo-comments p.sign-in-to {
	font-size: 13px;
	font-style: italic;
	color: #999999;
	margin-top: 5px;
}

#pattern-content-wo-comments div.pattern-links {
	margin-bottom: 0px;
}

.doclist-new-indicator {
	color: #FF0000;
	font-weight: normal;
	margin: 0 1px;
}

div.add-links-box {
	border: 5px solid #E3F0F2;
	padding: 20px;
	margin-top: 15px;
}

div.add-links-box p {
	margin-bottom: 10px;
}
#main-content-tight-bottom #add-link-form input[type=text], #main-content-tight-bottom #add-code-snippet-form input[type=text], #main-content-tight-bottom #add-code-snippet-form textarea  {
	width: 590px;
}

#add-link-form input[type="text"], #add-code-snippet-form input[type="text"], #add-code-snippet-form textarea {
	width: 626px;
}

div#pattern-content-wo-comments li#no-code-snippets, div#pattern-content-wo-comments li#no-links {
	list-style-type: none;
	margin-left: 0;
}

div#pattern-content-wo-comments .errorlist li {
	color: red;
	margin: 0 0 15px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

div#pattern-content-wo-comments div#not-logged-comment-form .errorlist li {
	padding-left: 156px;
}

div#pattern-content-wo-comments .errorlist {
	margin-bottom: 0;
}

a.back-link {
	margin-top: 5px;
	font-weight: bold;
}

a.promote-link {
	color: #CD2379 !important;
}

/* @end */

/* @group Edit-in-Place */

form.edit-in-place-form input, form.edit-in-place-form textarea {
	margin-bottom: 7px;
}

/* @end */

/* @group Admin */

a.admin:link, a.admin:visited {
	color: #FF0000;
}

a.admin:hover {
	color: #000000;
}

/* @end */

/* @group Other */

.row {
	clear: both;
	overflow: hidden;
	display: block;
	height: 100px;
	padding-bottom: 2px;
}

.center {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.new-indicator {
	position: relative;
	bottom: 5px;
	color: #FF0000;
	font-size: 10px;
}

.bullet-list li {
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 30px;
	padding: 0;
	position: relative;
}

.bullet-list {
	list-style-type: disc;
}

.number-list li {
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 30px;
	padding: 0;
	position: relative;
}

.number-list {
	list-style-type: decimal;
}

.relative {
	position: relative;
}

/* @end */

/* @group Buttons */

button.update {
	-moz-border-radius: 8x;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color: #006699;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 18px;
	padding-right: 18px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}

/* @end */

/* @group New Buttons */

.btn {
	cursor: pointer;
	display: inline-block;
	background-color: #e6e6e6;
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(0.25, #ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
	background-image: -moz-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
	background-image: -ms-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
	background-image: -o-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
	background-image: linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
	padding: 5px 14px 6px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	color: #333;
	font-size: 13px;
	font-weight: bold;
	line-height: normal;
	border: 1px solid #ccc;
	border-bottom-color: #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-transition: 0.1s linear all;
	-moz-transition: 0.1s linear all;
	transition: 0.1s linear all;
}

.btn:hover {
	background-position: 0 -15px;
	color: #333;
	text-decoration: none;
}

.btn.primary {
	color: #fff;
	background-color: #006699;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#0099CC), to(#006699));
	background-image: -moz-linear-gradient(top, #0099CC, #006699);
	background-image: -ms-linear-gradient(top, #0099CC, #006699);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0099CC), color-stop(100%, #006699));
	background-image: -webkit-linear-gradient(top, #0099CC, #006699);
	background-image: -o-linear-gradient(top, #0099CC, #006699);
	background-image: linear-gradient(top, #0099CC, #006699);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: #006699 #006699 #003f81;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn.disabled {
	cursor: default;
	background-image: none;
	filter: alpha(opacity=65);
	-khtml-opacity: 0.65;
	-moz-opacity: 0.65;
	opacity: 0.65;
}

.btn:disabled {
	cursor: default;
	background-image: none;
	filter: alpha(opacity=65);
	-khtml-opacity: 0.65;
	-moz-opacity: 0.65;
	opacity: 0.65;
}

.btn:active {
	-webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.large {
	font-size: 16px;
	line-height: normal;
	padding: 9px 14px 9px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.btn.small {
	padding: 5px 9px 5px;
	font-size: 11px;
}

button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
	padding: 0;
	border: 0;
}

/* @end */

/* @group Organization */

div#create-org {
	padding-right: 20px;
	margin-bottom: 30px;
}

div#create-org ul li {
	margin-bottom: 5px;
}

#account-owner-info ul li, #subscription-details ul li {
	margin-bottom: 5px;
}

.org-container {
	border: 1px solid;
	z-index: 1001;
	border-color: #AECEEF #006699 #006699 #AECEEF;
}

#orglist {
	background: #ffffff;
	left: 0;
	position: absolute;
	text-align: left;
	display: none;
	z-index: 1000;
}

.org-item {
	display: block;
	padding: 2px 5px;
}

.admin-badge {
	background-color: #cd2379;
	font-weight: bold;
	font-size: 10px;
	color: #fff;
	padding: 2px 3px;
	position: relative;
	top: 0px;
	margin: 0 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.admin-badge {
	display: inline;
}

input#id_org_subdomain {
	width: 250px;
}

#navigation-bar.organization {
	background-color: #006699;
	border-bottom-color: #00AFD7;
}

#navigation-bar.organization #filters li.active {
	background-color: #FFFFFF;
	-webkit-box-shadow: none;
}

#navigation-bar.organization #filters li.active a {
	color: #006699;
	text-shadow: none;
	-webkit-text-fill-color: #006699;
}

#navigation-bar.organization #filters li a {
	color: #FFFFFF;
	-webkit-text-fill-color: #FFFFFF;
}

#navigation-bar.organization #filters li a:hover {
	color: #F0F0F0;
	-webkit-text-fill-color: #F0F0F0;
}

#navigation-bar.organization #filters li.active a:hover {
	color: #006699;
	-webkit-text-fill-color: #006699;
}

/* @end */

/* @group Front page */

#main-pitch-box {
	background: #F1F7F8;
	padding: 18px 20px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
	clear: both;
	width: 896px;
	margin-bottom: 28px;
	border: 1px solid #AECEEF;
}

#main-pitch-box h1 {
	margin: 7px 0 18px 0;
}

#main-pitch-box h1.pitch-header {
	margin-bottom: 17px;
}

#main-pitch-box p {
	font-size: 19px;
	line-height: 1.5em;
}

#main-pitch-box p.header_button_right {
	float: right;
	margin-bottom: 8px;
}

#main-pitch-box p.header_button_right a {
	border: none;
}

#main-pitch-box .inner-box {
	background-color: #ffffff;
	width: 419px;
	padding-top: 0;
	padding-bottom: 5px;
	border: 1px solid #AECEEF;
}

#main-pitch-box .inner-box h2 {
	padding: 0 16px 0 18px;
	font-size: 22px;
	color: #424242;
	margin-bottom: 8px;
}

#main-pitch-box .inner-box p {
	padding: 0 16px 0 18px;
	font-size: 15px;
	line-height: 20px;
	color: #7B858B;
}

#main-pitch-box .pitch-header {
	font-size: 34px;
	line-height: 1.2em;
	color: #424242;
	font-weight: bold;
}

#main-pitch-box .pitch-screenshot {
	float: right;
	width: 419px;
	height: 226px;
	display: block;
	margin-right: 1px;
	margin-bottom: 20px;
}

#main-pitch-box .pitch-screenshot img {
	width: 417px;
	height: 224px;
	border: 1px solid #AECEEF;
}

#main-pitch-box .pitch-subheader {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 23px;
	color: #7B858B;
	width: 420px;
}

#main-pitch-box .sub-pitch {
	width: 385px;
	height: 82px;
	overflow-y: hidden;
	margin-bottom: 15px;
}

#main-pitch-box .inner-box-left {
	clear: both;
	float: left;
}

#main-pitch-box .inner-box-right {
	float: right;
}

.inner-box p.pitch-header {
	margin-bottom: 15px;
}

.inner-box p.button-front {
	text-align: center;
	margin-bottom: 9px;
}

p.button-front-bottom {
	text-align: center;
}

.inner-box-divider {
	float: left;
	width: 54px;
	padding-top: 90px;
	font-size: 18px;
	text-align: center;
	display: block;
}

div.pitch {
	padding-bottom: 10px;
}

.four-cols {
	margin: 0 auto;
	position: relative;
	width: 938px;
}

.four-cols,.four-cols .feature {
	overflow-x: hidden;
	overflow-y: hidden;
}

.four-cols .feature {
	display: inline;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	width: 204px;
}

.four-cols .first {
	margin-left: 0;
}

.four-cols .last {
	margin-right: 0;
}

.four-cols .feature p {
	color: #7b858b;
	font-size: 14px;
	margin-top: 10px;
	line-height: 22px;
}

.four-cols .feature h3 {
	margin-bottom: 5px;
	color: #cd2379;
	font-size: 18px;
}

.three-cols {
	position: relative;
	width: 938px;
	margin: 0px auto;
	overflow: hidden;
	margin-bottom: 20px;
}

.three-cols .feature {
	width: 290px;
	margin-left: 17px;
	margin-right: 17px;
	float: left;
	display: inline;
	overflow: hidden;
}

.three-cols .first {
	margin-left: 0;
}

.three-cols .last {
	margin-right: 0;
}

.three-cols .feature p {
	font-size: 15px;
	color: gray;
	margin-bottom: 10px;
}

.three-cols .feature h3 {
	font-size: 18px;
	margin-bottom: 5px;
}

.pitch .feature img {
	border: 1px solid #AECEEF;
	float: left;
	width: 288px;
	margin-bottom: 10px;
}

.two-cols {
	position: relative;
	width: 938px;
	margin: 0px auto;
	overflow: hidden;
}

.two-cols .feature {
	width: 452px;
	margin: 0 17px 15px 0;
	float: left;
	display: inline;
	overflow: hidden;
	height: 80px;
}

.two-cols .feature h4 {
	color: #424242;
	font-size: 16px;
	margin-bottom: 5px;
}

.two-cols .feature p {
	font-size: 14px;
	color: gray;
	margin-bottom: 10px;
}

.two-cols .feature img {
	float: left;
	width: 60px;
	height: 60px;
	border: none;
	margin-right: 10px;
}

div#faq.two-cols {
	margin-top: 10px;
}

.two-cols .column {
	width: 452px;
	margin: 0 17px 15px 0;
	float: left;
	display: inline;
	overflow: hidden;
}

.two-cols .column h4 {
	color: #424242;
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: bold;
}

.two-cols .column p {
	font-size: 14px;
	color: gray;
	margin-bottom: 10px;
}

#front-page #content {
	margin-top: 0;
}

#front-page-content .section-title, #workspace-selection .section-title {
	color: #424242;
	margin-bottom: 20px;
	margin-top: 30px;
}

#testimonial .quote {
	font-size: 22px;
	color: #7B858B;
	font-style: italic;
}

#testimonial .dquote {
	color: #006699;
	font-size: 1.5em;
	font-weight: bold;
}

div#testimonial {
	margin-bottom: 40px;
}

div.infoline {
	font-size: 20px;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 20px;
}

/* @end */



/* @group Workspaces */

#main-workspaces-box {
	background: #0099cc;
	padding: 18px 20px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
	clear: both;
	width: 896px;
	margin-bottom: 28px;
	border: 1px solid #AECEEF;
}

#main-workspaces-box h3 {
	margin: 7px 0 18px 0;
	color: #fff;
}

#main-workspaces-box h3.workspaces-header {
	margin-bottom: 17px;
}

#main-workspaces-box .ws-outer-box {
	float: left;
	height: 276px;
	margin-bottom: 15px;
	width: 426px;
	background-color: #FFFFFF;
	border: 5px solid #dddddd;
	float: left;
	margin-right: 20px;
	overflow: hidden;
	position: relative;
}

#box-shared-ws .ws-outer-box {
	margin-right: 0;
}

#main-workspaces-box .ws-inner-box {
	height: 270px;
	display: block;
	margin: 3px;
	position: relative;
}

#main-workspaces-box .facade {
	background-color: #F2F2F2;
	cursor: pointer;
	height: 270px;
	left: 0;
	position: absolute;
	top: 0;
	width: 420px;
}

#main-workspaces-box .facade:hover {
	background-color: #E9E9E9;
}

#main-workspaces-box .facade-title {
	color: #333333;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
}

#main-workspaces-box #box-shared-ws .center {
	margin-top: 90px;
}

#main-workspaces-box #box-shared-ws h2 {
	margin-bottom: 10px;
}

#main-workspaces-box .facade-address {
	color: #7B858B;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
}

#main-workspaces-box .ws-status {
	background-color: #ffffff;
	cursor: pointer;
	left: 0;
	position: absolute;
	bottom: 0;
	width: 420px;
	overflow: hidden;
	padding: 8px 10px 8px 10px;
}

#main-workspaces-box .ws-status-label {
	color: #7B858B;
}

#main-workspaces-box .ws-status-main-label {
	color: #7B858B;
}

#main-workspaces-box .ws-status-value {
	font-size: 16px;
}

#main-workspaces-box .ws-status-main {
	padding-top: 5px;
}

#main-workspaces-box .ws-status-container {
	float: left;
}

#main-workspaces-box .status {
	padding: 3px 4px;
}

#main-workspaces-box .status-free {
	background-color: #33A52E;
	color: #fff;
}

#main-workspaces-box .status-cancelled {
	background-color: red;
	color: #fff;
}

#main-workspaces-box .ws-inner-box .largeIcon {
	display: block;
	margin: 35px auto 10px;
}

#main-workspaces-box .personal-icon {
	background-image: url("/static/images/User128.png");
	background-repeat: no-repeat;
	display: inline-block;
	height: 115px;
	width: 128px;
}

#main-workspaces-box .shared-icon {
	background-image: url("/static/images/Users2.png");
	background-repeat: no-repeat;
	display: inline-block;
	height: 115px;
	width: 168px;
}

#main-workspaces-box .add-icon {
	background-image: url("/static/images/add128.png");
	background-repeat: no-repeat;
	display: inline-block;
	height: 115px;
	width: 128px;
}

/* @end */

/* @group Users */

#invitation-form input[type="text"], #invitation-form textarea {
	width: 600px;
}

div#invite-users-box {
	margin-bottom: 20px;
}

/* @end */

/* @group Invite Process */

#accept-invitation .column-left {
	float: left;
	width: 190px;
}

#accept-invitation .column-right {
	float: right;
	width: 190px;
}

div#accept-invite-page {
	text-align: center;
}

h2.invitation {
	font-size: 22px;
	margin-top: 0;
}

h3.invitation {
	font-size: 16px;
;
}

/* @end */

/* @group Submit to review */

div#submit-to-review-confirm {
	text-align: center;
}

/* @end */

/* @group Plans */

div#plans .header {
	background-color: #00AFD7;
	padding: 10px 0;
	height: 52px;
}

div#plans-page-content div#plans {
	width: 896px;
	margin-top: 30px;
}

#account-page div#plans {
	width: 938px;
	margin-top: 30px;
}

.normal-plan {
	width: 222px;
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #AECEEF;
	padding: 0 0 20px;
	margin-top: 7px;
}

#plans-page .normal-plan {
	border-bottom: none;
	border-right: none;
}

#plans-page .last-plan {
	border-right: 1px solid #AECEEF;
}

#plans-page .normal-plan, #plans-page .promoted-plan {
	padding-bottom: 0;
}

#plans-page ul {
	margin-bottom: 0;
}

.promoted-plan {
	width: 227px;
	float: left;
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.25);
	border: solid 5px #006699;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 0 0 20px;
	background-color: #FFFFFF;
}

.fat-normal-plan {
	width: 304px;
}

.fat-promoted-plan {
	width: 316px;
	background-color: #F1F7F8;
}

.fat-normal-plan a.button {
	background-color: #F1F7F8;
	color: #222222 !important;
	text-shadow: 0 -1px 1px #fff;
	-moz-box-shadow: 0 1px 3px #222222;
	-webkit-box-shadow: 0 1px 3px #222222;
	border: 1px solid #006699;
}

.fat-promoted-plan a.button {
	background-color: #006699;
	color: #FFFFFF !important;
	text-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

h2.plans {
	margin-bottom: 0px !important;
	margin-top: 0;
	text-align: center;
	color: #FFF;
}

h4.plans {
	text-align: center;
	color: #FFF;
	margin-bottom: 0;
}

div.header p {
	text-align: center;
}

div.promoted-plan ul li, div.normal-plan ul li {
	border-bottom: 1px solid #AECEEF;
	padding: 10px 0;
	text-align: center;
	font-size: 16px;
}

div#plans-headers {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#plans-headers h3 {
	color: #CD2379;
}
div#planUXAgencies {
	margin-top:20px;
	font-style:italic;
	font-size:16px;
	margin-bottom:10px
}

/* @end */

/* @group Blank Slates */

.blank-slate-container {
	background-color: #FEFBF3;
	border: 1px solid rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	padding: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	
}

.blank-slate-container h2 {
	margin-top: 10px;
}

.blank-slate-container h3 {
	padding-top: 10px;
}

.blank-slate-container ul {
	margin-bottom: 10px;
}

/* @end */

/* @group Tour */

#sidebar .pills {
	margin: 0 0 20px;
	padding: 0;
}

#sidebar .pills li {
	color: #808080;
	line-height: 18px;
}

#sidebar .pills li.active a {
	background: none repeat scroll 0 0 #006699;
	color: #FFFFFF;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	padding-top: 6px;
	padding-bottom: 6px;
}

#sidebar .pills li a {
	border-radius: 15px 15px 15px 15px;
	line-height: 30px;
	margin: 5px 3px 5px 0;
	padding: 0 15px;
	text-shadow: 0 1px 1px #FFFFFF;
}

#sidebar .pills li a {
	width: auto;
}

#sidebar .pills a:hover {
	background: #006699;
	color: #ffffff;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	padding-top: 6px;
	padding-bottom: 6px;
}

#tour-page div#sidebar ul li, #tour-page-one div#sidebar ul li {
	border: none;
}

#tour-page div#sidebar h4, #tour-page-one div#sidebar h4 {
	margin-top: 0;
}

#tour-page h1.title, #tour-page-one h1.title {
	margin-bottom: 17px;
}

#tour-page .title, #tour-page-one .title {
	color: #424242;
	font-size: 34px;
	font-weight: bold;
	line-height: 1.2em;
}

#tour-page h1, #tour-page-one h1 {
	margin: 7px 0 18px;
}

#tour-page h2 {
	color: #424242;
}

#tour-page-one h3 {
	color: #424242;
	font-weight: bold;
}

#tour-page p {
	color: #7B858B;
}

#tour-page-one p {
	color: #7B858B;
	font-size: 16px;
}

#tour-page .sub-title, #tour-page-one .sub-title {
	color: #7B858B;
	font-size: 16px;
	line-height: 23px;
	margin-bottom: 0;
	width: 420px;
}

#tour-page .pitch-picture, #tour-page-one .pitch-picture {
	display: block;
	float: right;
	height: 220px;
	margin-bottom: 20px;
	margin-right: 1px;
	width: 240px;
}

#tour-page .feature {
	clear: both;
	margin-bottom: 40px;
	overflow: hidden;
}

#tour-page-one .feature {
	clear: both;
	margin-bottom: 60px;
	overflow: hidden;
}

#tour-page code {
	font-size: 18px;
}

#tour-page-one .feature img {
	border: 1px solid #ddd;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

#tour-page-one .basic-container-box {
	margin-bottom: 60px;
}

#nav-below.navigation {
	font-size: 16px;
}

/* @end */

/* @group Pagination */
/*
.pagination {
	height: 36px;
	margin: 18px 0;
}

.pagination ul {
	float: left;
	margin: 0;
	border: 1px solid #ddd;
	border: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination li {
	display: inline;
}

.pagination a {
	float: left;
	padding: 0 14px;
	line-height: 34px;
	border-right: 1px solid;
	border-right-color: #ddd;
	border-right-color: rgba(0, 0, 0, 0.15);
	*border-right-color: #ddd;
	text-decoration: none;
}

.pagination a:hover, .pagination .active a {
	background-color: #c7eefe;
}

.pagination .disabled a, .pagination .disabled a:hover {
	background-color: transparent;
	color: #bfbfbf;
}

.pagination .next a {
	border: 0;
}
*/
/* @end */

/* @group Tables-Bootstrap*/

/*
 * Tables.less
 * Tables for, you guessed it, tabular data
 * ---------------------------------------- */

table {
	width: 100%;
	margin-bottom: 18px;
	padding: 0;
	font-size: 13px;
	border-collapse: collapse;
}

table th, table td {
	padding: 10px 10px 9px;
	line-height: 18px;
	text-align: left;
}

table th {
	padding-top: 9px;
	font-weight: bold;
	vertical-align: middle;
}

table td {
	vertical-align: top;
	border-top: 1px solid #ddd;
}

table tbody th {
	border-top: 1px solid #ddd;
	vertical-align: top;
}

.condensed-table th, .condensed-table td {
	padding: 5px 5px 4px;
}

.bordered-table {
	border: 1px solid #ddd;
	border-collapse: separate;
	border-collapse: collapse;
	/* I

E7, collapse table to remove spacing */

  -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.bordered-table th + th, .bordered-table td + td, .bordered-table th + td {
	border-left: 1px solid #ddd;
}

.bordered-table thead tr:first-child th:first-child, .bordered-table tbody tr:first-child td:first-child {
	-webkit-border-radius: 4px 0 0 0;
	-moz-border-radius: 4px 0 0 0;
	border-radius: 4px 0 0 0;
}

.bordered-table thead tr:first-child th:last-child, .bordered-table tbody tr:first-child td:last-child {
	-webkit-border-radius: 0 4px 0 0;
	-moz-border-radius: 0 4px 0 0;
	border-radius: 0 4px 0 0;
}

.bordered-table tbody tr:last-child td:first-child {
	-webkit-border-radius: 0 0 0 4px;
	-moz-border-radius: 0 0 0 4px;
	border-radius: 0 0 0 4px;
}

.bordered-table tbody tr:last-child td:last-child {
	-webkit-border-radius: 0 0 4px 0;
	-moz-border-radius: 0 0 4px 0;
	border-radius: 0 0 4px 0;
}

table .span1 {
	width: 20px;
}

table .span2 {
	width: 60px;
}

table .span3 {
	width: 100px;
}

table .span4 {
	width: 140px;
}

table .span5 {
	width: 180px;
}

table .span6 {
	width: 220px;
}

table .span7 {
	width: 260px;
}

table .span8 {
	width: 300px;
}

table .span9 {
	width: 340px;
}

table .span10 {
	width: 380px;
}

table .span11 {
	width: 420px;
}

table .span12 {
	width: 460px;
}

table .span13 {
	width: 500px;
}

table .span14 {
	width: 540px;
}

table .span15 {
	width: 580px;
}

table .span16 {
	width: 620px;
}

.zebra-striped tbody tr:nth-child(odd) td, .zebra-striped tbody tr:nth-child(odd) th {
	background-color: #f9f9f9;
}

.zebra-striped tbody tr:hover td, .zebra-striped tbody tr:hover th {
	background-color: #f5f5f5;
}

table .header {
	cursor: pointer;
}

table .header:after {
	content: "";
	float: right;
	margin-top: 7px;
	border-width: 0 4px 4px;
	border-style: solid;
	border-color: #000 transparent;
	visibility: hidden;
}

table .headerSortUp, table .headerSortDown {
	background-color: rgba(141, 192, 219, 0.25);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

table .header:hover:after {
	visibility: visible;
}

table .headerSortDown:after, table .headerSortDown:hover:after {
	visibility: visible;
	filter: alpha(opacity=60);
	-khtml-opacity: 0.6;
	-moz-opacity: 0.6;
	opacity: 0.6;
}

table .headerSortUp:after {
	border-bottom: none;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #000;
	visibility: visible;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	filter: alpha(opacity=60);
	-khtml-opacity: 0.6;
	-moz-opacity: 0.6;
	opacity: 0.6;
}

table .blue {
	color: #049cdb;
	border-bottom-color: #049cdb;
}

table .headerSortUp.blue, table .headerSortDown.blue {
	background-color: #ade6fe;
}

table .green {
	color: #46a546;
	border-bottom-color: #46a546;
}

table .headerSortUp.green, table .headerSortDown.green {
	background-color: #cdeacd;
}

table .red {
	color: #9d261d;
	border-bottom-color: #9d261d;
}

table .headerSortUp.red, table .headerSortDown.red {
	background-color: #f4c8c5;
}

table .yellow {
	color: #ffc40d;
	border-bottom-color: #ffc40d;
}

table .headerSortUp.yellow, table .headerSortDown.yellow {
	background-color: #fff6d9;
}

table .orange {
	color: #f89406;
	border-bottom-color: #f89406;
}

table .headerSortUp.orange, table .headerSortDown.orange {
	background-color: #fee9cc;
}

table .purple {
	color: #7a43b6;
	border-bottom-color: #7a43b6;
}

table .headerSortUp.purple, table .headerSortDown.purple {
	background-color: #e2d5f0;
}

/* @end */

/* @group Labels-Bootsrap */

.label {
	padding: 1px 3px 2px;
	font-size: 9.75px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	white-space: nowrap;
	background-color: #bfbfbf;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.label.under-review {
	background-color: #00AFD7;
}

.label.public-pattern {
	background-color: #D59BDE;
}

/* @end */

/* @group Menu */

.topbar ul .menu-dropdown li a, .topbar ul .dropdown-menu li a {
  padding: 4px 15px;
}
li.menu, .dropdown {
  position: relative;
}
a.menu:after, .dropdown-toggle:after {
  width: 0;
  height: 0;
  display: inline-block;
  content: "&darr;";
  text-indent: -99999px;
  vertical-align: top;
  margin-top: 8px;
  margin-left: 4px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #ffffff;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.menu-dropdown, .dropdown-menu {
  background-color: #ffffff;
  float: left;
  display: none;
  position: absolute;
  top: 40px;
  z-index: 900;
  min-width: 160px;
  max-width: 220px;
  _width: 160px;
  margin-left: 0;
  margin-right: 0;
  padding: 6px 0;
  zoom: 1;
  border-color: #999;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 0 1px 1px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.menu-dropdown li, .dropdown-menu li {
  float: none;
  display: block;
  background-color: none;
}
.menu-dropdown .divider, .dropdown-menu .divider {
  height: 1px;
  margin: 5px 0;
  overflow: hidden;
  background-color: #eee;
  border-bottom: 1px solid #ffffff;
}
.topbar .dropdown-menu a, .dropdown-menu a {
  display: block;
  padding: 4px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #808080;
  text-shadow: 0 1px 0 #ffffff;
}
.topbar .dropdown-menu a:hover,
.dropdown-menu a:hover,
.topbar .dropdown-menu a.hover,
.dropdown-menu a.hover {
  background-color: #dddddd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd));
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -ms-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(top, #eeeeee, #dddddd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd', GradientType=0);
  color: #404040;
  text-decoration: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025);
}
.open .menu,
.dropdown.open .menu,
.open .dropdown-toggle,
.dropdown.open .dropdown-toggle {
  color: #ffffff;
  background: #ccc;
  background: rgba(0, 0, 0, 0.3);
}
.open .menu-dropdown,
.dropdown.open .menu-dropdown,
.open .dropdown-menu,
.dropdown.open .dropdown-menu {
  display: block;
}
/* @end */
/* @group Tabs */
.tabs {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  zoom: 1;
}
.tabs:before,
.tabs:after {
  display: table;
  content: "";
  zoom: 1;
}
.tabs:after {
  clear: both;
}
.tabs > li {
  float: left;
}
.tabs > li > a {
  display: block;
}

.tabs {
  border-color: #ddd;
  border-style: solid;
  border-width: 0 0 1px;
}

.tabs > li {
  position: relative;
  margin-bottom: -1px;
}
.tabs > li > a {
  padding: 0 15px;
  margin-right: 2px;
  line-height: 34px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.tabs > li > a:hover {
  text-decoration: none;
  background-color: #eee;
  border-color: #eee #eee #ddd;
}
.tabs .active > a, .tabs .active > a:hover {
  color: #808080;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.tabs .menu-dropdown, .tabs .dropdown-menu {
  top: 35px;
  border-width: 1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.tabs a.menu:after, .tabs .dropdown-toggle:after {
  border-top-color: #999;
  margin-top: 15px;
  margin-left: 5px;
}
.tabs li.open.menu .menu, .tabs .open.dropdown .dropdown-toggle {
  border-color: #999;
}
.tabs li.open a.menu:after, .tabs .dropdown.open .dropdown-toggle:after {
  border-top-color: #555;
}
/* @end */
/* @group Tabs-Patternry */
#tabs-container .tabs {
  float: right;
}
#tabs-container .tabs > li > a {
	border-top: 1px solid #AECEEF;
	border-left: 1px solid #AECEEF;
	border-right: 1px solid #AECEEF;
	border-bottom: 0;
	height: 20px;
	margin-top: 0;
	color: #006699;
	margin: 0 0 0 6px;
	padding: 0px 9px 6px;
	line-height: 25px;

}
#tabs-container .tabs > li > a:hover {
  	text-decoration: none;
	background-color: #F1F7F8;
	color: black;
}
#tabs-container .tabs .active > a, .tabs .active > a:hover {
  color: #fff;
  background-color: #006699;
  border: 1px solid #AECEEF;
  border-bottom-color: transparent;
  cursor: default;
}
#tabs-container .tabs a.menu:after, #tabs-container .tabs .dropdown-toggle:after {
  border-top-color: #006699;
  margin-top: 12px;
}
#tabs-container .tabs .open .dropdown-toggle:after {
  border-top-color: #fff;
}
#tabs-container .tabs {
	border: none;
}
#tabs-container .tabs .menu-dropdown, .tabs .dropdown-menu {
  top: 26px;
  right: -5px;
}
#tabs-container .open .menu, #tabs-container
.dropdown.open .menu, #tabs-container
.open .dropdown-toggle, #tabs-container
.dropdown.open .dropdown-toggle {
  background: #006699;
  color: #fff;
}
/* @end */

