/*
# $Id$
#
# All definitions must be prefixed with "gcms-" or be unique to GCms.
*/

/*
# GCms.Overlay styles
*/

div.GCmsOverlay {
	position: absolute;
	visibility: hidden;
}

div.GCmsOverlay-pre {
	position: absolute;
	visibility: hidden;
	text-align:center;
	background-color:#000;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

div.GCmsOverlay-window {
	border: #AAA5A9 1px solid;
	background-color: #FFFFFF;
	position: absolute;
	top: 0px;
	left: 0px;
}

div.GCmsOverlay-header {
	background-color: #E4EA3E;
	margin: 2px;
	padding: 6px 10px;
	font-size: 12px;
	color: #64645C;
}

div.GCmsOverlay-header h1 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	cursor: default;
}

div.GCmsOverlay-control-buttons {
	float: right;
}

div.GCmsOverlay-body {
	margin: 2px;
}

div.GCmsOverlay-footer {
	background-color: #DADADA;
	margin: 2px;
	padding: 5px 10px;
	font-size: 12px;
	color: #64645C;
}

/* Dragging state 
div.GCmsOverlay-dragging div.GCmsOverlay-header {
}

div.GCmsOverlay-dragging div.GCmsOverlay-body {
	visibility: hidden;
	display: none;
}
*/

/*
# GCms.TabInterface styles
*/
div.GCmsTabInterface {
}

div.GCmsTabInterface-tab-container {
	height: 1px;
}
div.GCmsTabInterface-tab-container[class] {
	height: auto;
	overflow: hidden;
}

ul.GCmsTabInterface-tab-group {
	margin: 0px;
	padding: 0px;
	height: 1px;
}
ul.GCmsTabInterface-tab-group[class] {
	height: auto;
	overflow: hidden;
}

ul.GCmsTabInterface-tab-group li {
	list-style-type: none;
	float: left;
	margin-right: 0.25em;
}

ul.GCmsTabInterface-tab-group li a {
	display: block;
	padding: 0.5em 1em;
	font-size: 0.75em;
	background-color: #EBEA6F;
	color: #000000;
	text-decoration: none;
}

ul.GCmsTabInterface-tab-group li a:hover {
	background-color: #F7F7C4;
	color: #000000;
}

li.GCmsTabInterface-active a {
	background-color: #ADB44D !important;
	color: #FFFFFF !important;
}

li.GCmsTabInterface-disabled a {
	background-color: #F8F8CD !important;
	color: #CCCCCC !important;
}

div.GCmsTabInterface-tab-block {
	display: none;
	border: #AAA5A9 1px solid;
	padding: 1em;
}

/*
# Inline FAQs
*/
ul.gcms-inline-faq {
	background-color: #FAFBD7;
	padding: 0.5em 0.5em 0.5em 2em;
	margin: 0em;
}

ul.gcms-inline-faq li b {
	font-size: 0.80em;
	font-weight: bold;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

ul.gcms-inline-faq li p b {
	font-size: 1em;
}

ul.gcms-inline-faq li code {
	font-size: 1em;
	font-family: "Courier New", sans-serif;
	color: #000099;
}

/*
# Table elements
*/
/*
# This is a little hack to get around issues with setting the widths on cells in a table with 'fixed' layout
# which contains spanning cells.
# NOTE: For "fixed" layout to work, the cell widths need to be defined in the very first row in the table.
#
# Add a <tr> in your <thead> (ie. make it the very first row that gets rendered in the table) and give it this class.
# Add all the <td> nodes you need to this row and set their widths to determine the column widths for the rest of the table.
# eg.
#	<table>
#		<thead>
#			<tr class="gcms-column-definition">
#				<td width="50">-</td>
#				<td width="200">-</td>
#			</tr>
#		</thead>
#	</table>
*/
table tr.gcms-column-definition * {
	overflow: hidden;
	border: none !important;
	padding: 0px !important;
	font-size: 1px;
}

/* Appears below the table caption and above the main table header cells - used for object navigation path and paging numbers */
table th.gcms-object-nav {
}

table tr.gcms-intrash * {
	text-decoration: line-through;
}

/*
# Links
*/
a.gcms-to-overlay {
	padding-right: 12px;
	background-image: url('/extensions/gcms/static/images/aToOverlay.gif');
	background-position: right center;
	background-repeat: no-repeat;
}

a.gcms-sort-by {
	padding-right: 12px;
	background-image: url('/extensions/gcms/static/images/aSortBy.gif');
	background-position: right center;
	background-repeat: no-repeat;
	color:#333333;
}

a.gcms-to-window {
	padding-right: 12px;
	background-image: url('/extensions/gcms/static/images/aToWindow.gif');
	background-position: right center;
	background-repeat: no-repeat;
}

a.gcms-selected-overlay-object {
	font-weight: bold;
	padding-right: 16px;
	background-image: url('/extensions/gcms/static/images/aSelectedOverlayObject.gif');
	background-repeat: no-repeat;
	background-position: right center;
}
a.gcms-modelselector-select{
	padding-right: 12px;
	background-image: url('/extensions/gcms/static/images/aToOverlay.gif');
	background-position: right center;
	background-repeat: no-repeat;
	color:#fff;
}
a.gcms-modelselector-clear{color:#fff;}
/*
# Icons
*/
img.gcms-icon-small {
	width: 16px;
	height: 16px;
	margin: 0px 5px;
	vertical-align: middle;
}

/*
# Form elements
*/
/* Use this style on buttons that will reload the whole interface (ie. move to a different page) */
input.gcms-button-reload {
}

/* Use this style on buttons that refresh a single element in the current interface */
input.gcms-button-refresh {
}

input.gcms-button {
}

div.fField {
	margin: 0em 0em 0.5em 0em;
	height: 1px;
}
div.fField[class] {
	height: auto;
	overflow: hidden;
}

div.fLabel {
	float: left;
	width: 19em;
	padding: 0.25em 1em 0em 0em;
	text-align: right;
	font-weight: bold;
}

div.fInput {
	padding: 0em 0em 0em 20em;
}

div.fInput input {
	font-size: 1em;
}

div.fInput input.text,
div.fInput input.password {
	width: 20em;
}

div.fInput input.checkbox,
div.fInput input.radio {
	border: none;
}

div.fInput textarea {
	width: 20em;
	height: 8em;
	font-size: 1em;
}

div.fInput p {
	margin: 0.25em 01em 0em 0em !important;
	padding: 0em !important;
}

div.fAuxLabel{
	float:left;
	padding:5px 10px 5px 5px;
}

div.fAuxInput{
	padding:5px 10px 5px 5px;
}

div.fAuxField{
	/*clear:both;*/
	padding:5px;
	border-top:1px dashed #ccc;
}

div.blockImageSelector{
	padding: 5px 0px 10px 0px;
}

div.blockDownloadsSelector{
	clear:both;
}

div.blockLinksSelector{
	padding-top:8px;
	clear:both;
}

.blockMainLabel{
	padding: 5px 0px 10px 5px;
}

.blockMainHeader{
	font-size:1.3em;
	font-weight:bold;
	padding:5px 0px 10px 0px;;
}

tr.intrash td{
	text-decoration: line-through;
}

tr.intrash td.options{
	text-decoration: none !important;
}

/*
# General-use blocks
*/
p.gcms-caution {
	color: #990000;
	background-color: #F7F7C4;
	padding: 0.5em 0.5em 0.5em 2.5em !important;
	background-image: url('/extensions/gcms/static/images/pCaution.gif');
	background-repeat: no-repeat;
	background-position: 0.5em center;
}
td.gcms-caution {
	background-image: url('/extensions/gcms/static/images/pCaution.gif');
	background-repeat: no-repeat;
	background-position: 0.5em center;
	padding-left:30px;
}

p.gcms-info {
	color: #000099;
	background-color: #F7F7C4;
	padding: 0.5em 0.5em 0.5em 2.5em !important;
	background-image: url('/extensions/gcms/static/images/pInfo.gif');
	background-repeat: no-repeat;
	background-position: 0.5em center;
}

p.gcms-success {
	color: #000099;
	background-color: #F7F7C4;
	padding: 0.5em 0.5em 0.5em 2.5em !important;
	background-image: url('/extensions/gcms/static/images/ICON-success.gif');
	background-repeat: no-repeat;
	background-position: 0.5em center;
}