/* generic styles */

* {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px; /*0.8em;*/
	text-align: center;
	background-image: url('../img/header-bg.png');
	background-position: top left;
	background-repeat: repeat-x;
}

a { 
	color: #369;
	font-weight: bold;
}

a.delete {
	color: #900;
}

h2 {
	color: #369;
	margin: 10px 0 10px 0;
}

img {
	border: 0;
}

input {
	/*border-width: 1px;*/
	padding: 2px;
}

.clear-float {
	clear: both;
}

.column {
	float: left;
}

.column-2 {
	width: 50%;
	float: left;
}

.column-2-padded {
	width: 48%;
	margin-right: 2%;
	float: left;
}

.column-3 {
	width: 33%;
	float: left;
}

.column-3-2 {
	width: 67%;
	float: left;
}

.column-4 {
	width: 25%;
	float: left;
	}

.column-4-padded {
	width: 23%;
	margin-right: 2%;
	float: left;
	}

.dim, .dim * {
	opacity: 0.75;
}

.error-message {
	display: none;
}

.message {
	background-color: #FFF;
	color: #FF743B;
	font-weight: bold;
	border: 1px solid #C0D0D9;
	padding: 5px;
	margin-bottom: 10px;
}

/* container styles */

#main {
	text-align: left;
	width: 982px;
	margin: 0 auto;
}

/* header styles */

#header {
	height: 59px;
}

#header #logo {
	margin: 5px 10px 0 0;
	display: block;
	float: left;
}

#header #welcome {
	color: #fff;
	margin-top: 15px;
	width: 275px;
	float: left;
}

#header #nav a {
	color: #fff;
	font-size: 1.5em;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	padding: 20px 30px 0 30px;
	height: 39px;
	display: block;
	float: left;
}

#header #nav a:hover {
	color: #FFFF99;
}

#header #nav a.selected {
	background-image: url('../img/tab-sel-bg.png');
	background-repeat: repeat-x;
	background-position: top left;
	border-color: #D9E2EA;
	border-style: solid;
	border-width: 0 1px;
	padding: 20px 29px 0 29px;
}

#header #welcome strong {
	font-size: 1.1em;
	display: block;
}

#header #logout {
	margin-left: 60px;
	padding-top: 18px;
	height: 41px;
	display: block;
	float: left;
}

/* body (main content area) styles */

#body {
	background-color: #F0F3F7;
	border-color: #C0D0D9;
	border-style: solid;
	border-width: 0 1px;
	line-height: 1.1;
	margin: 0 23px;
	/*position: relative;*/
}

/* stripe styles */

#body #stripe {
	color: #597DA3;
	height: 35px;
	background-image: url('../img/stripe-bg.png');
	background-position: bottom left;
	background-repeat: repeat-x;
}

#body #stripe.empty {
	height: 10px;
}

#body #stripe a {
	font-weight: normal;
}

#body #stripe a.selected {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}

#body #stripe em {
	color: #F60;
	font-style: normal;
}

#body #stripe img {
	vertical-align: text-bottom;
}

#body #stripe small {
	font-size: 0.8em;
}

#body #stripe a.bold {
	font-weight: bold;
}

#body #stripe .loader {
	background-image: url('../img/loading-sm.gif');
	background-position: top right;
	background-repeat: no-repeat;
}

#body #stripe #rightStripe {
	text-align: right;
}

#body #stripe .column {
	width: 48%;
	margin: 1%;
	float: left;
}

#body #stripe #leftStripe.index {
	vertical-align: middle;
}

#body #loader {
	/*
	background: #F0F3F7 url('../img/loading.gif') no-repeat center center;
	width: 100%;
	height: 545px;
	*/
	background: #FFF url('../img/loading.gif') no-repeat center center;
	width: 100%;
	height: 100%;
       	display: none;
	z-index: 2;
	opacity: 0.9;
	top: 0;
	left: 0;
	position: absolute;
}

/* footer styles */

#footer {
	color: #97B1CB;
	background-color: #F0F3F7;
	background-image: url('../img/cap-foot.png');
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0 23px;
	height: 60px;
	clear: both;
}

#footer a {
	color: #97B1CB;
	font-weight: normal;
}

#footer #leftFooter {
	width: 40%;
	margin: 30px 1% 20px 2%;
}

#footer #rightFooter {
	text-align: right;
	width: 53%;
	margin: 30px 2% 20px 1%;
}

/* content area styles */

#body #content {
	position: relative;
	padding: 10px 10px 0 10px;
}

#content .index {
	min-height: 500px;
}

/* index (grid / list) styles */

div.index .no-items {
	color: #369;
	text-align: center;
	margin: 30px 0;
}

#cluetip {
	text-align: left;
	list-style-type: none;
	width: 140px !important;
	z-index: 1;
	position: absolute;
	display: none;
}

#cluetip #cluetip-outer {
	background-color: #F0F3F7;
	border-color: #C0D0D9;
	border-style: solid;
	border-width: 1px 1px 0 1px;
}

#cluetip li {
	border-bottom: 1px solid #C0D0D9;
}

#cluetip li a {
	font-weight: normal;
	text-decoration: none;
	vertical-align: middle;
	padding: 4px 5px;
	display: block;
}

#cluetip li a:hover {
	background-color: #DDE5EC;
}

#cluetip li a.delete:hover {
	background-color: #FFDDDD;
}

#cluetip li img {
	vertical-align: middle;
}

#cluetip.cluetip-datavenger-list {
	background: transparent url('../img/cluetip-arrow.png') no-repeat top left;
	padding-left: 11px;
}

div.index div.grid, div.index div.list {
	height: 480px;
}

div.index div.grid div.item {
	text-align: center;
	line-height: 125%;
	width: 24%;
	height: 130px;
	margin-bottom: 30px;
	position: relative;
	float: left;	
}

div.index div.grid div.item a {
	display: block;
}

div.index div.grid div.item div.icon {
	vertical-align: middle;
	margin-bottom: 5px;
}

div.index div.grid div.item small {
	color: #999;
	font-size: 0.9em;
	display: block;
}

div.index div.grid ul.context-menu {
	display: none;
}

div.index div.list div.items-column {
	width: 30%;
	margin-right: 19%;
	float: left;
}

div.index div.list div.items-column-right {
	border-left: 1px solid #D4E0E8;
}

div.index div.list div.item {
	text-align: right;
	line-height: 125%;
	margin-bottom: 10px;
	position: relative;
}

div.index div.list div.item a {
	font-size: 1em;
	display: block;
}

div.index div.list div.item div.icon {
	display: none;
}

div.index div.list div.item small {
	color: #999;
	font-size: 0.9em;
	display: block;
}

div.index div.list ul.context-menu {
	display: none;
}

.paging div.disabled {
	color: #D4E0E8;
}

.paging div.previous, .paging div.next {
	width: 150px;
	float: left;
}

.paging div.selector {
	color: #369;
	text-align: center;
	width: 614px;
	float: left;
}

.paging div.selector select {
	max-width: 400px;
}

.paging div.next {
	text-align: right;
}

/* initialization styles */

.initialize div.input {
	margin-bottom: 10px;
}

.initialize label {
	display: block;
}

.initialize ul {
	margin: 20px;
}

/* login styles */

.login div.intro {
	background-color: #FFF;
	border: 1px solid #C0D0D9;
	margin: 40px 20%;
	padding: 20px;
}

.login div.intro big {
	color: #FF743B;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	margin: 10px 0;
	display: block;
}
	
.login div.intro p {
	color: #577CA3;
	text-align: center;
	margin: 10px 0;
}

.login div.input {
	margin-bottom: 10px;
}

.login form {
	margin: 50px 0;
}

.login label {
	text-align: right;
	margin-top: 2px;
	margin-right: 2%;
	width: 48%;
	float: left;
}

.login .submit {
	text-align: center;
}

/* view styles */

.view dl, .form dl {
	line-height: 150%;
}

.view dl dt, .form dl dt {
	color: #999;
	font-weight: bold;
	text-align: right;
	margin-right: 2%;
	float: left;
}

.view dl dt {
	width: 45%;
}

.view dl dd, .form dl dd {
	width: 53%;
	float: left;
}

.view .image, .form .image {
	margin: 20px 0;
	text-align: center;
}

.view .image > div, .form .image > div {
	display: inline;
	min-width: 18px;
	min-height: 18px;
	position: relative;
	z-index: 1;
}

.view .image div #zoomIcon, .form .image div #zoomIcon {
	width: 16px;
	height: 16px;
	top: 2px;
	left: 1px;
	position: absolute;
	z-index: 2;
}

.view .image img, .form .image img {
	vertical-align: top;
}

/* form styles*/

.form div.input {
	margin-bottom: 15px;
}

.form div.submit {
	margin: 15px 0;
	text-align: center;
}

.form p {
	margin: 15px 0;
	text-align: center;
}

.form dl dt {
	width: 40%;
}

/* settings styles */

div.settings {
	line-height: 1.4em;
}

div.settings h2 {
	margin-top: 20px;
}

div.settings h3 {
	color: #369;
}

div.settings p {
	margin: 10px 0;
}

div.settings textarea {
	width: 100%;
}

div.settings ul {
	margin-left: 40px;
}

div.settings table {
	border-color: #D5E0E8;
	border-style: solid;
	border-width: 1px 0 0 1px;
	width: 100%;
	margin-top: 10px;
	float: left;
}

div.settings th, div.settings td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	text-align: center;
	vertical-align: top;
	border-color: #D5E0E8;
	border-style: solid;
	border-width: 0 1px 1px 0;
	padding: 5px 10px 10px 10px;
}

div.settings td img {
	margin-bottom: 10px;
}

div.settings div.configuration {
	width: 67%;
	margin-right: 2%;
	float: left;
}

div.settings div.summary {
	width: 30%;
	float: left;
}

div.settings div.summary h2 {
	margin-top: 15px;
}

div.settings div.summary #assetsGraph {
	/*margin-right: 25px;*/
}

div.settings div.submit {
	text-align: center;
	margin-top: 10px;
}

#settingsNavContainer {
	text-align: center;
	margin: 10px 0 20px 0;
}

#settingsNav {
	background: -webkit-gradient(linear, left top, left bottom, from(#C0D0D9), to(#D5E0E8));
	background-color: #D5E0E8;
	border: 1px solid #C0D0D9;
	-webkit-border-radius: 10px;
	padding: 0 10px;
	display: inline-block;
}

#settingsNav ul {
	border-left: 1px solid #A4BBCC;
	margin: 0;
	list-style-type: none;
}

#settingsNav li {
	border-right: 1px solid #A4BBCC;
	margin: 0;
	display: inline-block;
}

#settingsNav a {
	background: -webkit-gradient(linear, left top, left bottom, from(#D5E0E8), to(#C0D0D9));
	color: #369;
	text-decoration: none;
	padding: 4px 10px 3px 10px;
	display: inline-block;
}

#settingsNav a:hover, #settingsNav a.selected {
	background: -webkit-gradient(linear, left top, left bottom, from(#369), to(#38546D));
	background-color: #369;
	color: #fff;
}

/* navigation area settings */

.users-navigation .dim * {
	cursor: default;
}

.users-navigation label {
	font-weight: bold;
	display: block;
}

.users-navigation #selectedNavigation, .users-navigation #availableNavigation {
	width: 47%;
	margin: 0 2% 0 0;
	float: left;
}

.users-navigation h3 {
	margin-top: 15px;
}

.users-navigation p {
	text-align: left;
	margin: 15px 0;
}

.users-navigation .ui-sortable {
	border: 1px solid #C0D0D9;
	margin: 0;
	padding: 10px;
	width: 250px;
}

#UserNavigationTypeContainer {
	text-align: center;
	margin-top: 10px;
}

.users-navigation #selectedNavigation .ui-sortable li {
	font-weight: bold;
}

.users-navigation .ui-sortable li {
	border: 1px solid #C0D0D9;
	list-style: none;
	width: 230px;
	padding: 5px 10px;
	margin: 1px 0;
	cursor: move;
}

/* user search settings */

div.users-search div.input {
	margin-bottom: 15px;
}

div.users-search div.text input {
	width: 50%;
}

div.users-search div.input input {
	margin-right: 5px;
}

/* user editing settings */

div.users-form div.input {
	height: 20px;
	clear: both;
}

div.users-form div.input input {
	width: 150px;
	float: left;
}

div.users-form label {
	color: #666;
	font-weight: bold;
	text-align: right;
	width: 125px;
	margin-right: 10px;
	display: block;
	float: left;
}

div.users-form div.information label {
	width: 75px;
}

div.users-form p {
	text-align: left;
	margin: 15px 0;
}

/* theme area settings */

div.users-settings div.theme-settings {
	width: 32%;
	margin-right: 2%;
	float: left;
}

div.users-settings div.theme-layout {
	width: 66%;
	float: left;
	}

#carouselContainer {
	margin: 0;
}

.carousel-prev, .carousel-next {
	margin-top: 50px;
}

#themeCarousel, .carousel-prev, .carousel-next {
	float: left;
}

a.carousel-prev, div.carousel-next {
	display: none;
}

#themeCarousel li {
	text-align: center;
	border: 1px solid transparent;
	width: 150px;
	height: 150px;
	padding: 10px;
}

#themeCarousel p {
	margin: 10px 0;
}

#themeCarousel .selected {
	background-color: #D5E0E8;
	border: 1px solid #577DA4;
}

div.users-settings div.color-preview {
	width: 20px;
	height: 20px;
	padding: 1px;
	border: 2px solid #CCC;
	cursor: pointer;
}

#themeLayoutPreview {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0 1px;
	width: 550px;
}

#themeLayoutPreview .column-3 {
	width: 182px;
}

#themeLayoutPreview .column-3-2 {
	width: 366px;
}

#themeLayoutPreview .layout-preview-region {
	background-color: #fff;
	border-color: #ccc;
	border-style: solid;
	border-width: 0 1px 1px 0;
}

#themeLayoutPreview .layout-preview-region div {
	/*background-color: #fff;*/
	font-size: 0.8em;
	text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
	padding: 2px;
	margin: 0;
}

#themeLayoutPreview .layout-preview-region div input {
	font-size: 0.8em;
	padding: 1px;
}

#themeLayoutPreview .layout-preview-region div span.region-name {
	text-transform: uppercase;
}

#themeLayoutPreview p {
	font-size: 0.8em;
	line-height: 1.15em;
	margin: 0 5px 7px 5px;
}

#themeLayoutPreview strong {
	font-size: 0.9em;
	margin: 0 5px 7px 5px;
	display: block;
}

#themeLayoutPreview ul {
	font-size: 0.8em;
	font-weight: normal;
	margin-left: 5px;
	list-style-type: none;
}

#themeLayoutPreview ul li {
	padding: 5px 0;
}

#themeLayoutPreview .image-fit-region {
	background-position: 5px 5px;
	background-repeat: no-repeat;
}

#themeLayoutPreview #RegionsSidebarContent {
	border: 1px dashed #999;
	margin: 5px;
	padding: 10px;
}

.users-settings #imagesContainer {
	display: none;
}

/* theme builder styles */

div.builder h3 {
	margin: 15px 0;
}

div.builder div.theme-settings ul {
	border: 1px solid #C0D0D9;
	-webkit-border-radius: 10px;
	margin: 0;
	list-style-type: none;
}

div.builder div.theme-settings li {
	background: -webkit-gradient(linear, left top, left bottom, from(#D5E0E8), to(#C0D0D9));
	background-color: #D5E0E8;
	padding: 5px 5px 8px 5px;
	border-bottom: 1px solid #A4BBCC;
	margin: 0;
}

div.builder div.theme-settings ul.colors li.scheme, div.builder div.theme-settings ul.colors li.scheme:hover {
	background: transparent;
	cursor: default;
}

div.builder div.theme-settings ul.colors li.scheme:hover label {
	text-decoration: none;
	cursor: default;
}

div.builder div.theme-settings ul.colors li {
	padding: 5px;
}

div.builder div.theme-settings ul.colors select {
	margin-left: 5px;
	display: inline;
}

/*div.builder div.theme-settings ul.colors, div.builder div.theme-settings ul.colors li label {
	cursor: pointer;
}

div.builder div.theme-settings ul.colors li:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#F90), to(#F60));
	background-color: #F90;
}

div.builder div.theme-settings ul.colors li:hover label {
	text-decoration: underline;
}*/

div.builder div.theme-settings li.first {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

div.builder div.theme-settings li.last {
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom: 0;
}

div.builder div.theme-settings li div.preview {
	width: 16px;
	height: 16px;
	border: 1px solid #F0F3F7;
	-webkit-box-shadow: 0 0 3px #E0F0F9;
	vertical-align: text-bottom;
	display: inline-block;
	cursor: pointer;
}

div.builder div.theme-settings li label {
	color: #369;
	font-size: 0.9em;
	font-weight: bold;
}

div.builder div.theme-settings li select {
	max-width: 90%;
	display: block;
}

/* upgrade overlay styles */

.plans h1 {
	font-family: Georgia, serif;
	font-size: 3.0em;
	font-weight: normal;
	margin: 30px 0;
}

.plans img {
	margin-top: -15px;
	float: right;
}

.plans table {
	border-color: #D5E0E8;
	border-style: solid;
	border-width: 1px 0 0 1px;
	margin: 10px 0 10px 120px;
}

.plans table th, .plans table td {
	text-align: center;
	border-color: #D5E0E8;
	border-style: solid;
	border-width: 0 1px 1px 0;
	padding: 5px 20px;
}

.plans table td {
	font-family: Georgia, serif;
	font-size: 1.4em;
}

.plans table th {
	font-size: 0.9em;
}

/* area form styles */

.areas-form form label {
	text-align: right;
	width: 40%;
	margin-top: 4px;
	margin-right: 2%;
	float: left;
}

.areas-form form #AreaName {
	width: 50%;
}

.areas-form form #RevisionContent.Standard {
	width: 100%;
	height: 475px;
	visibility: hidden;
}

.areas-form form #RevisionContent.Advanced {
	width: 100%;
	height: 475px;
}

.areas-form form #metadataContainer, #modulesContainer {
	display: none;
}

.areas form div.metadata-link {
	width: 25%;
	margin-top: 8px;
	float: left;
}

.areas-form form div.metadata-link a {
	font-weight: normal;
}

.areas-form form div.metadata-link img {
	vertical-align: middle;
}

.areas-form form div.submit {
	text-align: right;
	width: 75%;
	margin-top: 5px;
	float: left;
}

.areas-form form div.submit #lastDraft {
	color: #999;
}

.areas-form form div.submit input {
	padding: 2px 10px;
}

#customMetadata, #customMetadataMessage {
	display: none;
}

#customMetadata label small {
	font-size: 0.8em;
	display: block;
}

#customMetadataMessage {
	font-size: 0.8em;
	margin-left: 25%;
}

/* area revert styles */

.revert div.revision {
	border-bottom: 1px solid #DDE5EC;
	padding: 1%;
	clear: left;
}

.revert div.revision div.revision-time {
	width: 75%;	
	float: left;
}

.revert div.revision div.revision-action {
	text-align: right;
	width: 25%;
	float: left;
}

/* asset form styles */

.assets-form .text {
	line-height: 150%;
	padding-bottom: 5px;
}

.assets-form .text label {
	color: #999;
	font-weight: bold;
	text-align: right;
	margin-right: 2%;
	width: 40%;
	float: left;
}

.assets-form .text input {
	width: 35%;
	float: left;
}

.assets-form .checkbox {
	margin-top: 20px;
}

.assets-form .checkbox label {
	font-weight: normal;
	text-align: left;
	width: 50%;
	float: left;
}

.assets-form .checkbox input {
	margin: 0 2% 0 30%;
	float: left;
}

.assets-form p {
	text-align: left;
	margin-top: 0;
	padding-top: 5px;
	height: 30px;
}

.upload p {
	color: #369;
}

.assets-form .swfupload {
	width: 180px;
	height: 30px;
	float: right;
}

.assets-form #remainingSpace {
	text-align: center;
	border: 1px solid #C0D0D9;
	padding: 10px;
	margin-top: 20px;
	height: auto;
}

.assets-form #remainingSpace p {
	margin: 0;
}

.assets-form ul#files {
	list-style-type: none;
	border-top: 1px solid #C0D0D9;
	display: none;
}

.assets-form ul#files li {
	background: url('../img/progress.gif') repeat-y -895px 0;
	color: #336699;
	font-weight: bold;
	border-bottom: 1px solid #C0D0D9;
	padding: 10px;
	display: block;
}

.assets-form ul#files li small {
	margin: 5px 0 0 20px;
	display: none;
}

.assets-form ul#files li.error {
	background: #FAE8E8 none;
}

.assets-form ul#files li.error * {
	color: #CC0000;
}

.assets-form ul#files li.error small, .assets-form ul#files li.success small {
	display: block;
}

.assets-form ul#files li.success {
	background: #E8FAE8 none;
}

.assets-form ul#files li.success * {
	color: #00CC00;
}

.assets-form ul#files li#fileTemplate {
	display: none;
}

.assets-form ul#files li#uploadTemplate {
	display: none;
}

.assets-form ul#files li.uploaded div.thumbnail {
	width: 50px;
	float: left;
}

.assets-form ul#files li.uploaded div.detail {
	width: 700px;
	float: left;
}

.assets-form ul#files li.uploaded div.progress {
	width: 150px;
	float: left;
}

.assets-form ul#files li.uploaded div.progress div {
	width: 120px;
	float: lef
}

.assets-form div.uploadButton a {
	background: url('../img/uploadFiles.png') 0 0 no-repeat;
	text-decoration: none;
	width: 180px;
	height: 30px;
	display: none;
	margin: 10px 350px;
}

.assets-form div.uploadButton a:visited {
	background-position: 0 0;
}

.assets-form div.uploadButton a:hover {	
	background-position: 0 -30px;
}

.assets-form div.uploadButton a:active {
	background-position: 0 -60px;
}

.assets-form div.uploadButton a.disabled {
	background-position: 0 -90px;
}

.assets-form #backLink {
	text-align: center;
	margin-top: 20px;
	display: none;
}

.assets-form #resizeSize {
	color: #999;
	font-size: 0.8em;
	margin-left: 440px;
	margin-bottom: 5px;
}

.assets-form #resizeSliderContainer {
	background: transparent url('../img/ruler-dim.png') no-repeat bottom left;
	width: 800px;
	height: 20px;
	margin-left: 50px;
	border-width: 0;
}

.assets-form #resizeSlider {
	background: transparent url('../img/ruler.png') no-repeat bottom left;
	width: 800px;
	height: 20px;
	border-width: 0;
}

.assets-form #resizeSlider .ui-slider-range {
	background: none;
	border-color: #CDCDCD;
	border-style: solid;
	border-width: 0 0 5px 0;
	height: 15px;
	margin: 0;
}

.assets-form #resizeSlider .ui-slider-handle, .assets-form #resizeSlider .ui-slider-handle:hover {
	background: transparent url('../img/slider.png') no-repeat top left;
	width: 10px;
	height: 20px;
	border-width: 0;
}

.assets-addbasic form {
	text-align: center;
}

.assets-addbasic form input {
	margin-bottom: 10px;
}

.assets-addbasic ul#files {
	display: block !important;
}

.assets-addbasic p {
	text-align: center !important;
}

/* feedback styles */

.feedbacks > form > label, .feedbacks .input.textarea label {
	font-weight: bold;
	display: block;
}

.feedbacks .radio label {
	margin-left: 5px;
}

.feedbacks textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	padding: 2px;
	width: 100%;
}	

/* Thickbox styles */

#TB_window #metadata div.input input, #TB_window #metadata div.input textarea {
	border-style: inset;
	border-width: 1px;
	width: 70%;
}

#TB_window #metadata label {
	text-align: right;
	width: 24%;
	margin-right: 1%;
	float: left;
}

#TB_window #metadata div.input {
	margin: 5px 0;
	clear: both;
}

#TB_window #metadata div.submit {
	margin-top: 10px;
	text-align: center;
}

#TB_window #modules ul {
	list-style-type: none;
}

#TB_window #modules ul li {
	padding: 10px;
}

#TB_window #modules ul li a {
	display: block;
}

#TB_window #modules ul li small {
	color: #999;
	font-size: 90%;
}

#TB_window #rename div.input input {
	width: 60%;
	margin: 10px 20%;
}

#TB_window #rename div.submit {
	text-align: center;
}

/* WYSIWYG style overrides */

.htmlarea, .htmlarea .statusBar, .htmlarea .toolbar {
	background-color: transparent !important;
	border-width: 0 !important;
}

.htmlarea .dialog label {
	float: none;
}

.htmlarea .statusBar a {
	color: #369 !important;
	font-weight: normal !important;
	text-decoration: none !important;
}

.htmlarea .statusBar a:hover {
	background-color: transparent !important;
	text-decoration: underline !important;
}

.htmlarea .toolbar select {
	border-width: 1px !important;
	margin: 0 5px !important;
	padding: 1px !important;
}

.htmlarea .toolbar select:first {
	margin-left: 0 !important;
}

.htmlarea .toolbar .button {
	background-color: transparent !important;
	border: 1px solid transparent !important;
	padding: 0 4px !important; /* used to be 0 5px */
}

.htmlarea .toolbar .separator {
	border-left: 1px solid #E0E7ED !important;
	border-right-width: 0 !important;
}

.htmlarea .xinha_iframe, .htmlarea .xinha_textarea {
	border: 1px solid #DDD !important;
}

.loading {
	background: url(/img/header-logo.png) no-repeat #F0F3F7 center 5px !important;
	border: 1px solid #C0D0D9 !important;
	opacity: 0.9;
}

.loading_main {
	color: #369 !important;
	padding-bottom: 10px !important;
}

.loading_sub {
	color: #369 !important;
}

/* form module */

#formModule div.field-details div.field-name {
	font-weight: bold;
}

#formModule div.field-form {
	display: none;
}

#formModule div.field-form input.field-maxlength, #formModule div.field-form input.field-rows {
	width: 40px;
}

#formModule div.field-form p {
	font-weight: bold;
	margin-top: 5px;
}

#formModule h3 {
	margin-top: 15px;
}

#formModule p {
	text-align: left;
}

#formModuleFields ul.empty {
	background: transparent url('../img/target.png') no-repeat top left;
	height: 150px;
}

#formModule div.checkbox input {
	float: left;
	margin-top: 5px;
}

#formModuleFields div.field-form div.checkbox input, #formModulePalette div.field-form div.checkbox input {
	float: none;
	margin-top: 5px;
}

#formModuleFields label.error {
	color: #C00;
}

#formModule .textarea label {
	text-align: left;
	width: 100%;
}

#formModule .textarea textarea {
	width: 90%;
}

#formModuleFields .ui-sortable {
	border: 1px solid #C0D0D9;
	padding: 10px;
	width: 350px;
}

#formModuleFields .ui-sortable li {
	background-color: #F0F3F7;
	border: 1px solid #C0D0D9;
	list-style: none;
	width: 330px;
	padding: 5px 10px;
	margin: 1px 0;
}

#formModuleFields .ui-sortable li div.field-name, #formModuleFields .ui-sortable li div.field-form p {
	cursor: pointer;
}

#formModulePalette .ui-draggable {
	background-color: #DDE5EC;
	border: 1px solid #C0D0D9;
	list-style: none;
	width: 50%;
	padding: 5px 10px;
	margin: 1px 0;
	cursor: move;
}

#formModulePalette .ui-draggable-dragging {
	background-color: #F5F4B5;
}

#formModule #RevisionContentEmail, #formModule #RevisionContentRedirect {
	width: 300px;
}

/* gallery module */

#galleryModule p {
	text-align: left;
}

#galleryModuleSettings {
	width: 70%;
	float: left;
}

#galleryModuleImages {
	width: 28%;
	margin-right: 2%;
	float: left;
}

#galleryModuleImages textarea {
	width: 100%;
}

#galleryModuleSettings #resizeSize {
	color: #999;
	font-size: 0.8em;
	margin-left: 440px;
	margin-bottom: 5px;
}

#galleryModuleSettings #resizeSliderContainer {
	background: transparent url('../img/ruler-dim.png') no-repeat bottom left;
	width: 600px;
	height: 20px;
	border-width: 0;
	margin-bottom: 20px;
}

#galleryModuleSettings #resizeSlider {
	background: transparent url('../img/ruler.png') no-repeat bottom left;
	width: 600px;
	height: 20px;
	border-width: 0;
}

#galleryModuleSettings #resizeSlider .ui-slider-range {
	background: none;
	border-color: #CDCDCD;
	border-style: solid;
	border-width: 0 0 5px 0;
	height: 15px;
	margin: 0;
}

#galleryModuleSettings #resizeSlider .ui-slider-handle, #galleryModuleSettings #resizeSlider .ui-slider-handle:hover {
	background: transparent url('../img/slider.png') no-repeat top left;
	width: 10px;
	height: 20px;
	border-width: 0;
}

#galleryModuleSettings .input label {
	margin-bottom: 5px;
	float: none;
}

#galleryModuleSettings .radio fieldset {
	line-height: 150%;
	border: 0;
}

#galleryModuleSettings .radio input {
	margin-right: 5px;
}

#galleryModuleSettings .radio legend {
	line-height: 110%;
	white-space: normal;
}

#galleryModuleSettings .checkbox label {
	margin-left: 5px;
	float: none;
}

#galleryModule #imagesContainer, #TB_window #imagesTemplate {
	display: none;
}

#galleryModuleSelected {
	margin-left: 20px;
	margin-bottom: 20px;
}

#galleryModuleSelected ul {
	list-style-type: disc;
}

#TB_window #imagesList ul {
	list-style-type: none;
	margin-left: 10px;
}

#TB_window #imagesList .button {
	text-align: center;
	margin-top: 10px;
}

/* HTML5 upload styles */

#uploadStatus {
	background-color: #F0F3F7;
	color: #369;
	box-shadow: 0em 0em 0.3em #ccc;
	-moz-box-shadow: 0em 0em 0.3em #ccc;
	-webkit-box-shadow: 0em 0em 0.3em #ccc;
	border: 1px solid #369;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	top: 0;
	left: 0;
	width: 200px;
	height: 50px;
	margin: 10px;
	padding: 5px;
	display: none;
	position: absolute;
	z-index: 1;
}

#uploadStatus.error {
	color: #CC0000;
	background-color: #FAE8E8;
	border: 1px solid #CC0000;
}

#uploadStatus div.upload-name {
	font-weight: bold;
}

#uploadStatus div.upload-status {
	font-size: 0.8em;
	margin: 2px 0;
}

#uploadStatus div.upload-progress {
	border: 1px solid #369;
	height: 10px;
	width: 100%;
}

#uploadStatus div.upload-progress div {
	background-color: #369;
	height: 10px;
}

#body #content.dragover {
	border: 10px solid #FFFFCC;
	padding: 0;
}

#itemsContainer #uploadInput {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 999;
	opacity: 0;
	display: none;
}

/* mySephone login */

body.openid #body {
	border: none;
}

body.openid #content {
	background-color: #355479;
	background: -moz-linear-gradient(top, #D5E0E8, #38577D 1%, #263C53);
	background: -webkit-gradient(linear, left top, left bottom, from(#D5E0E8), color-stop(0.02, #38577D), to(#263C53));
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
}

body.openid #footer {
	background: none;
}

body.openid #footer #leftFooter, body.openid #footer #rightFooter {
	margin-top: 10px;
}

div.logins-login {
	text-align: center;
	padding: 80px 5%;
	width: 60%;
	margin: 0 15%;
}

div.logins-login img {
	margin-bottom: 20px;
}

div.logins-login p {
	color: #D7DDE3;
	font-size: 120%;
	line-height: 1.4em;
	margin-bottom: 20px;	
}

div.logins-login input {
	font-size: 120%;
	padding: 10px;
}

div.logins-login #LoginLoginForm {
	margin: 0;
}