/*
# $Id$
*/

/*
# Structural elements
*/
html * {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

body {
	background-color: #FFFFFF;
	color: #000000;
	margin: 0px;
	font-size: 1em;
}

/*
# Form elements
*/
form {
	margin: 0px;
}

fieldset {
	border: #A7A7A7 1px solid;
	font-size: 0.75em;
	margin-bottom: 1em;
}

legend {
	border: #A7A7A7 1px solid;
	font-weight: bold;
	color: #636363;
	background-color: inherit;
	padding: 0.25em 1em;
	margin: 0em 0.3em;
}

fieldset p {
	margin: 1em 1em 1.5em 1em !important;
	padding: 0em !important;
	font-size: 1em !important;
}

div.fInput input {
	border: #A7A7A7 1px solid;
}

div.fInput textarea {
	border: #A7A7A7 1px solid;
}

/*
# Table elements
*/

table {
	/*table-layout: fixed;*/
	border-collapse: collapse;
	border: #FFFFFF 1px solid;
	border-bottom: #E4EB45 1px dotted;
	text-align: left;
	margin-bottom: 2em;
	width: 100%;	/* Required to make FF full-width */
}

fieldset table {
	font-size: 1.30em;
}

table th {
	font-weight: bold;
	font-size: 0.75em;
	padding: 0.5em;
	border-top: none !important;
}

table td {
	font-size: 0.75em;
	padding: 0.5em;
	vertical-align: top;
}

table td,
table th {
	border: #E4EB45 1px dotted;
}

table caption {
	background-color: #A29E9D;
	color: #FFFFFF;
	font-size: 0.75em;
	font-weight: bold;
	padding: 0.25em 0.5em;
	text-align: left;
}

tfoot td {
	background-color: #FAFAFA;
}

/* mceEditor (TinyMCE) */
table.mceEditor {
	table-layout: normal;
	border-collapse: separate;
	border: #CCCCCC 1px solid;
	margin: 0px;
}

table.mceEditor td {
	padding: 0em;
	border: none;
}

/*
# GCms elements
*/
input.gcms-button-reload {
	color: #2C9700;
	background-color: #FFFFFF;
	border: #A7A7A7 1px solid;
	padding: 0em 0em !important;
	margin: 0em 0em !important;
}

input.gcms-button-refresh {
	color: #2C9700;
	background-color: #FDFDEA;
	border: #A7A7A7 1px solid;
	padding: 0em 0em !important;
}

table th.gcms-object-nav {
	background-color: #DADADA;
}