﻿/********************************************************************/
/* DEFAULTS                                                         */
#content a {
	color: navy;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}

/********************************************************************/
/* FORMS, FIELD FLOWS                                               */
div.inputform { float: left; }
div.inputform div.field { clear: both; text-align: right; line-height: 25px; }
div.inputform div.field > label { float: left; padding-right: 10px; }
div.inputform div.field > div { text-align: left; }

div.viewflow-field { padding-bottom: 12px; }
div.viewflow-field span.caption { color: gray; }


/********************************************************************/
/* CONTENT-SIDEPANE, BUTTON BAR                                     */
.content-sidepane {
	float: right;
	clear: both;
	border: 1px solid black;
	margin-bottom: 20px;
}
.content-sidepane > h4 {
	border-bottom: 1px solid black;
	background-color: #f8fac0;
	color: #38014a;
	font-size: 0.9em;
	margin: 0px;
	padding: 5px;
}
.content-sidepane > div {
	padding: 5px;
}

ul.button-bar {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	max-width: 252px;
}
ul.button-bar li {
	/*float: left;*/
	display: inline-block;
	vertical-align: top;
	/*padding: 0 2px;*/
	width: 80px;
}
ul.button-bar li a {
	font-size: 0.9em;
	text-align: center;
}
ul.button-bar li a:hover span { text-decoration: underline; }
ul.button-bar li a > span {
	display: block;
	overflow: hidden;
	margin: 0px auto;
}


/********************************************************************/
/* BLOCKUI PLUGIN STYLES                                            */
div.growlUI { background: url(Images/icon48-warning.png) no-repeat 10px 10px }
div.growlUI h1, div.growlUI h2 {
	color: white;
	padding: 5px 5px 5px 75px;
	font-size: 0.9em;
	text-align: left;
}


/********************************************************************/
/* OTHER                                                            */
span.small {
	font-size: 0.9em;
}

ul.simple {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul.padded {
	padding-top: 10px;
}

input.text, select.text {
	border: 1px solid #AEB72B;
	background-color: #f8fac0;
	font-size: 1em;
}

span.tip {
	color: #9D712E;
	font-style: italic;
}


/*input, select, textarea
{
	border: 1px solid navy;
	color: navy;
	background-color: white;
}

hr.thinrule
{
	height: 1px;
	color: #cccccc;
}

hr.pagebrk
{
	color: #2254b1;
}

table.fieldform > tbody > tr > td, table.fieldform > tbody > tr > th
{
	padding-top: 8px;
}

table.fieldform > tbody > tr > th
{
	font-weight: normal;
	color: #808080;
	font-family: verdana;
	text-align: left;
	white-space: nowrap;
}

.radiobuttonlist label
{
	padding-right: 5px;
}
.radiobuttonlist input
{
	border: 0px;
}

span.warning
{
	color: Red;
	font-weight: bold;
}*/

/********************************************************************/
/* CKEDITOR                                                         */
table.cke-file-list
{
}

table.cke-file-list th
{
	background-color: #8db1ff !important;
	font-weight: bold !important;
	margin-bottom: 3px !important;
}

table.cke-file-list td
{
	border-bottom: 1px solid #cccccc !important;
	padding-top: 2px !important;
	padding-bottom: 1px !important;
}

a.cke-file-item
{
	color: blue !important;
	text-decoration: underline !important;
}

/* jQuery UI adjustments */
.ui-widget { font-size: 1em !important; }
.ui-dialog .ui-dialog-buttonpane button  { margin: 0 0.4em 0 0 !important; padding: 0 !important; }