/*
	FORMS
*/
textarea {
	border:1px solid #b1b1b1;
	background-image:url(images/form.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size:100%;
	padding:7px;
	line-height:175%;
	width:75%;
	color:#444444;
	height:120px;
}
fieldset textarea {
	width:95%;
}
textarea.small {
	height:60px;
}
textarea.large {
	font-size:1.1em;
	padding:7px;
	line-height:175%;
	height:350px;
}
input.textbox:focus,
textarea:focus {
	border:1px solid #135173;
}

input#content-uri {
	padding:5px;
	width:120px;
}
#content-uri-prefix {
	font-size:120%;
}

.fm-field-uri .fm-field-description {
	display:none;
}

input.textbox {
	background-image:url(images/form.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	color:#444444;
	font-family: Helvetica, Arial, sans-serif;
	font-size:100%;
	padding:7px;
	border:1px solid #b1b1b1;
	width:30em;
}
input.large {
	width:75%;
}
input.small {
	width:20em;
}
input.tiny {
	width:3em;
}
input.title {
	width:95%;
	font-size:150%;
}

.file-editor .preview {
	margin-bottom:5px;
}

.fm-footer {
	padding-top:5px;
	text-align:center;
}
.fm-field label {
	font-weight:bold;
	padding-bottom:2px;
}
form fieldset {
	background-repeat:no-repeat;
	background-position:top right;
	margin:10px 0 5px 0;
	border:1px solid #CCCCCC;
	padding:5px 20px 20px 20px;
}
form fieldset fieldset {
	background-image:none;
	margin:10px 0 5px 0;
	border:none;
	border-top:1px solid #CCCCCC;
	padding:5px 20px 15px 10px;
}
form fieldset legend {
	padding:1px 10px 1px 10px;
	font-weight:bold;
}
form fieldset .fm-field {
	margin-top:5px;
	margin-bottom:15px;
}
form fieldset .fm-options {
	margin-top:2px;
	font-size:0.95em;
}

label.fm-field-name {
	font-weight:bold;
}

input.button {
	border:none;
	font-weight:bold;
	background:#757575 url(images/button.gif) top left no-repeat;
	width:128px;
	height:22px;
	padding-bottom:2px;
	font-size:small;
	letter-spacing:-1px;
	font-family: Helvetica, Arial, sans-serif;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
}

#editor {
	
}
#editor .fm-footer {
	text-align:center;
	padding-top:10px;
	padding-bottom:25px;
}

#editor p {
	padding-top:3px;
	padding-bottom:5px;
}


select {
	color:#444444;
	font-family: Helvetica, Arial, sans-serif;
	font-size:100%;
	padding:3px;
	border:1px solid #b1b1b1;
}
optgroup {
	font-style:normal;
}
.fm-checkbox {
	display:block;
}
.fm-options label {
	font-weight:normal;
}

.fm-options ol.categories {
	list-style-type:none;
	margin-left:5px;
	padding-left:0;
}
.fm-options ol.categories ol {
	margin-left:15px;
}
.fm-options ol.categories .fm-checkbox {
	display:inline;
}

table.listing,
table.content-listing {
	width:100%;
	border-collapse:collapse;
	margin-top:5px;
	margin-bottom:5px;
	font-size:92%;
}
table.listing th,
table.content-listing th {
	background-image:url(images/simple-gradient.gif);
	border-bottom:2px solid #E4E4E4;
	text-align:left;
	padding-left:5px;
}
table.content-listing th.edit,
table.content-listing th.delete {
	text-align:center;
}
table.listing td,
table.content-listing td {
	padding:5px;
}
/*table.listing td a,
table.content-listing td a {
	font-size:90%;
}
*/
table.content-listing td.edit {
	width:5%;
	text-align:center;
}
table.content-listing td.delete,
table.content-listing td.preview {
	text-align:center;
	width:8%;
}

table tr.alt1 td,
table tr.row1 td {
	background-color:#F9F9F9;
}
table tr.alt2 td,
table tr.row2 td {
	background-color:#F2F2F2;
}

.fm-field-duration input.textbox {
	margin-left: 0.5em;
}

.barchart {
	border-collapse:collapse;
	width:100%;
}
.barchart .bars td {
	height:250px;
	vertical-align:bottom;
	padding:0;
	max-width:50px;
	border-right:1px dotted #CCCCCC;
	border-top:1px dotted #CCCCCC;
	border-bottom:1px dotted #CCCCCC;
}
.barchart .bars .bar {
	display:block;
	background-image:url(images/graphs/bar.gif);
	background-position:center;
	font-size:8px;
	text-align:center;
	color:#FFF;
}
.barchart .labels td {
	font-size:smaller;
	text-align:center;
	line-height:100%;
	background-color:#EEEEEE;
	padding:3px 0 3px 0;
}
.barchart-horizontal td {
	vertical-align:bottom;
	padding:0;
	border-right:1px dotted #CCCCCC;
	border-top:1px dotted #CCCCCC;
	border-bottom:1px dotted #CCCCCC;
}
.barchart-horizontal th.title,
.barchart-horizontal td.title {
	width:10em;
}
.barchart-horizontal .bar {
	display:block;
	background:#248FCB url(images/graphs/bar-h.gif);
	background-position:center;
	padding-left:4px;
	color:#FFF;
}

.ccmsColorPicker input.textbox {
	width:6em;
}

form p.error {
	font-weight:bold;
	text-decoration:underline;
	color:#f00;
}

/* Tag Editor */
form .tags .tag {
	text-decoration: none;
}
form .tags .tag.selected {
	text-decoration: underline;
}

