form
{
	font-size: 11px;
}

form dl,
form dl p
{
	margin: 1em 0;
}
form p
{
	margin: 0.25em 0;
}

/* --- */

.new-entry dl
{
	margin: 2em 0;
	background-color:#CCC;
	padding:10px;	
	border: solid 1px #CCC;
	width:75%;
}
.sub-form dl
{
	margin: 2em 0;
	background-color:#EEE;
	padding:10px;	
	border: solid 1px #CCC;
	width:75%;
}
/* .getreel used in Profile Admin   */



form dl.getreel-form dt,
form dl.getreel-form dd
{
	margin: 0.5em 0 0;
	line-height: 1.2;
}
form .getreel-form dd.hidden-element
{
	display: none;
}

/* this willmake the form items ina row, but we have issue with width for wyswig*/
/*form dl.getreel-form dt
{
	margin: 0.5em 0 0;
	float:left;
	width: 100px;
	text-align:right;
	margin-right:15px;
}*/
form dl.getreel-form dt
{
	color:#333333;
	font-size:14px;
	margin: 5px 0 0 0;

}

form dl.getreel-form.stacked dt
{
	margin: 0.5em 0 0;
	float:none;
	width: auto;
	text-align:left;
	margin-right:0px;
}

/* .hori is horizontal form with dd/dt in a row, */
div.hori
{
	width:700px;
	margin-bottom:20px;
}
.getreel-form h3,
div.hori h2
{
	background-color:#DDD;
	padding:0.5em 0.5em;
	border: 1px solid #DDD;
	font-size:16px;
	color:#333;
	/*background-image: url(../images/folio_thumbtile.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	margin-bottom:1px;*/
}

div.hori .getreel-form
{
	background-color:#f9f9f9;
	border: 1px solid #EEE;
	padding-top:10px;
}
div.hori .getreel-form dt
{
	font-size: 12px;
	color:#454545;
	text-align:right;
	float:left;
	width: auto;
	margin:0 ;
	width: 155px;
	padding-top:3px;
	
}
div.hori .getreel-form dd
{
	margin: 0px 10px 15px 155px;
}

div.hori .getreel-form input.text, 
div.hori .getreel-form input[type="text"], 
div.hori .getreel-form input[type="password"], 
div.hori .getreel-form textarea 
{
	width:300px;
}

div.hori dl.getreel-form p
{
	font-size: 10px;
	line-height: 1;
	margin: 0.1em 0 1em 0px;
	color:#888;
}

/* alternate hori forms used in Profile Admin section --> user browse User Image*/
div.hori.photo {
	float:left;
	width:270px;

}

div.hori.photo .getreel-form
{
	height: 225px;
}

div.hori.photo .getreel-form dt
{
	float:none;
	width: auto;
	margin:0 10px 10px;
	width: auto;
	text-align:left;
	font-size:16px;
}

/* alternate height of hori forms used in  Profile Admin section --> user settings */
div.hori.settings {
	margin-left:290px;
	width:410px;

}
div.hori.settings .getreel-form
{
	height: 225px;
}
div.hori.settings .getreel-form dt
{
	float:left;
	width: auto;
	margin:0 10px 10px;
	width: 200px;
	font-size:12px;
}


div.hori.settings .getreel-form dd,
div.hori.photo .getreel-form dd
{
	margin: 0px 10px 2em 10px;
}





dd .controls,
form div.controls,
form dl.getreel-form dd .controls,
form dl.getreel-form dd.controls
{
	text-align: center;
	margin-top: 15px;
}


form label.required
{
	background: Transparent url(/images/bullet_red.png) no-repeat scroll right center;
	font-weight: bold;
	padding-right: 16px;
}
form label {
	font-weight:bold;
	padding-right:16px;
}
form input.text,
form input[type=text],
form input[type=password],
form textarea
{
	color: #454545;
	font-family: inherit;
	font-size: inherit;
	width: 100%;
	max-width: 95%;
	padding: 4px;
	line-height:1.3;
	margin-bottom: 0.5em;
	border: 1px solid #CCC;
}

form input.cue
{
	color: #888;
	font-style: italic;
}
form input.btn
{
	width: 7em;
}


form ul.errors
{
	font-size: 100%;
	margin: 0 0 1em;
	padding: 0;
}
form ul.errors li
{
	color: #B00;
	font-weight: bold;
	margin: 0.5em 0;
}
dl.getreel-form p.description
{
	font-size: 11px;
	line-height: 1.2;
	margin: 0.5em 0 1em;
}
/* forms for search in sidebar*/
form.search
{
	font-size: 11px;
	padding:0px;
	width: 95%;
}
form.search input, 
form.search textarea {
	width:250px;
}

form.search select {

}
form.search input.btn, 
form input.date {
	/*background-image:url(/images/arrow_right.gif);
	background-position:right;
	background-repeat:no-repeat;*/
}



/*
 * Project image selection
 */
form dd.image-selector
{
	float: left;
	margin: 0;
	width: 180px;
}
form dd.project-details
{
	margin: 0 0 0 200px;
}
form img.image-selection-preview
{
	background: #EEE;
	border: 1px solid #DDD;
	margin: 4px 4px 0 0;
	padding: 2px;
	text-align: center;
}
form dd.image-selector dl,
form dd.project-details dl
{
	background: Transparent;
	border: none;
	margin: 0;
}

/*
 * in Profile Professional History
 */

form .getreel-form dl
{
	background-color: #FFF;
	border: solid 0px #CCC;
	padding: 10px;
}

/*
 * Project, Media set and Media batch editing
 */
table.batch-editor
{
	border: 1px solid #DDD;
	border-collapse: collapse;
	font-size: 100%;
	table-layout: fixed;
	width: 100%;
}
table.batch-editor p
{
	font-size: smaller;
	margin: 0.5em 0;
}
table.batch-editor tr.changed
{
	background: #FFE;
}
table.batch-editor tr.alt
{
	background: #F8F8F8;
}
table.batch-editor tr.alt.changed
{
	background: #FFD;
}
table.batch-editor td,
table.batch-editor th
{
	border-left: 1px solid #DDD;
	padding: 8px 10px;
	vertical-align: top;
}
table.batch-editor tr.changed div.view
{
	background: #FFE;
}
table.batch-editor tbody th
{
	padding: 2px 0;
	text-align: center;
}
table.batch-editor div.view
{
	position: relative;
}
table.batch-editor div.view a
{
	color:#06C;
	position: absolute;
	right: 0;
}
table.batch-editor div.view:hover a
{
	display: inline;
}
table.batch-editor tr.view div.edit,
table.batch-editor tr.edit div.view
{
	display: none;
}
table.batch-editor div.edit input[type=text],
table.batch-editor div.edit textarea
{
	color:#006699;
	display:block;
	font-size:1.25em;
	font-weight:bold;
	width:99%;
}
table.batch-editor div.edit textarea
{
	height: 5em;
	color:#666;
	font-weight:normal;
}
table.batch-editor div.edit input.btn
{
	display: inline;
	width: 7em;
}

table.batch-editor thead,
table.batch-editor tfoot
{
	background: #EEE;
}
table.batch-editor thead td,
table.batch-editor thead th
{
	border: 1px solid #DDD;
	font-weight: bold;
	padding: 4px;
}
table.batch-editor tfoot td,
table.batch-editor tfoot th
{
	border-top: 1px solid #DDD;
	padding: 4px 4px 4px 2em;
}
table.batch-editor tfoot input
{
	width: 7em;
}

div.compact-popup
{
}
div#body.compact-popup
{
	border: 1px solid #DDD;
	min-width: 29em;
	max-width:640px;
}
div.compact-popup div#content
{
	color:#333;
	line-height:1.5;
	min-width:0;
	padding:1em 1em 0;
}

div.compact-popup div#content h1
{
	border-bottom: 1px solid #DDD;
	margin: 0 0 1em;
	padding: 0.5em;
	font-size:1.5em;
}
div.compact-popup ul.getreel-form
{
}
div.compact-popup ul.getreel-form li
{
	float: left;
	padding: 0;
	width: 50%;
}
div.compact-popup ul.getreel-form ul.errors li
{
	float: none;
	padding: 0 0.5em 0 0;
	width: auto;
}
div.compact-popup ul.getreel-form li.controls
{
	border-top: 1px solid #DDD;
	clear: both;
	float: none;
	margin: 1em 0 0;
	padding: 1em 0;
	width: auto;
	text-align: right;
}
div.compact-popup ul.getreel-form label
{
	display: block;
	margin: 0.5em 0;
}
div.compact-popup ul.getreel-form input
{
	margin: 0 0 1em;
	width: 90%;
}
div.compact-popup ul.getreel-form li.controls input
{
	margin: 0;
	width: 7em;
}
form input.date,
div.compact-popup ul.getreel-form input.date
{
	width: 8em;
}
form input.time,
div.compact-popup ul.getreel-form input.time
{
	width: 4em;
}
form input.selector
{
	background: Transparent;
	border: none;
	color: #00F;
	cursor: pointer;
	margin: 0;
	padding: 0;
	width: auto;
}
form div.tools
{
	background: #FFF;
	margin: 1em 0;
	padding: 4px 8px;
}
form div.tools div
{
	margin: 0.25em 0;
	padding: 0;
}

.ui-autocomplete-results
{
	background: #FFF;
	border: 1px solid black;
	padding: 0;
	overflow: hidden;
	z-index: 999;
	position: absolute;
}
.ui-autocomplete-results ul
{
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
.ui-autocomplete-results li
{
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not set or set
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}
.ui-autocomplete-loading
{
	background: #FFF url(/images/loading-snake.gif) right center no-repeat;
}
.ui-autocomplete-odd
{
	background-color: #EEE;
}
.ui-autocomplete-state-active
{
	background-color: #0A246A;
	color: white;
}

button.disease-remove
{
	background: Transparent;
	border: none;
	padding: 0;
	vertical-align: middle;
}
.admin-formwrap
{
	margin: 0em 6em 1em 3em;
	padding: 10px;
	border: none;
}
.admin-formwrap .form-header
{
}
.form-header 
{
	padding: 10px 0;
	border-bottom: 2px solid #CCC;
	margin-bottom: 20px;
}
.admin-formwrap .form-header,
.form-header h1
{
	font-size: 18px;
	color:#333;
}

form input.link
{
	background: Transparent;
	border: none;
	color: #00A;
	cursor: pointer;
	font-size: inherit;
	padding: 0;
}

form input[type="text"].short-field
{
	width: auto;
}


