/**
 * Form buttons
 */
.buttons {
	height: 24px;
}
a.button, input.button {
	display: block;
	float: left;
	margin-right: 5px;
	color: #FFF;
	font-family: Arial;
	/*font-size: 13px;*/
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: top right;
}

a.button span {
	display: block;
	padding: 6px 8px 4px 28px;
	background-repeat: no-repeat;
	background-position: bottom left;
	line-height: 14px;
}

input.button {
	border: 0;
	width: 85px;
	height: 24px;
}
/* add button */
a.add {
	background-color: #548638;
	background-image: url('../images/bg/button_add.gif');
}
a.add span {
	background-image: url('../images/bg/button_add.gif');
}
/* select button */
a.select {
	background-color: #548638;
	background-image: url('../images/bg/button_select.gif');
}
a.select span {
	background-image: url('../images/bg/button_select.gif');
}
/* primary button */
input.primary {
	color: #FFF;
	background-image: url('../images/bg/button.gif');
}
a.primary {
	color: #FFF;
	background-color: #565656;
	background-image: url('../images/bg/button_primary.gif');
}
a.primary span {
	padding: 5px 16px;
	background-image: url('../images/bg/button_primary.gif');
}
/* secondary button */
a.secondary {
	color: #575757;
	background-color: #D5D5D5;
	background-image: url('../images/bg/button_secondary.gif');
}
a.secondary span {
	padding: 5px 16px;
	background-image: url('../images/bg/button_secondary.gif');
}
input.secondary {
	color: #575757;
	background-image: url('../images/bg/previewbutton.gif');
}
input.long {
    background-image: url('../images/bg/permissionbutton.gif');
    width: 120px;
}
/* flash button */
a.flash {
	color: #FFFFFF;
	background-color: #FFFFFF;
	background-image: none;
}
/* cancel button */
span.cancel {
	display: block;
	float: left;
	padding: 5px 0 3px 5px;
}
span.cancel a {
	color: #DE002F;
	font-weight: bold;
	font-size: 11px;
    padding-left: 10px;
}
/* Exchnage button */
input.exchange {
	width: 46px;
	background-image: url('../images/bg/button_exchange.gif');
}
/* Approve and deny buttons */
a.approveDeny {
	float: none;
	margin: 2px 0;
	width: 65px;
	background-color: #D5D5D5;
}
a.approveDeny span {
	color: #575757;
	padding: 4px 0;
	text-transform: capitalize;
	text-align: center;
	background-image: url('../images/bg/3dbutton.gif');
}
/* right align */
.buttons .right .button {
	margin-left: 5px;
	margin-right: 0;
}
.buttons .right span.cancel {
	margin-left: 5px;
}

/* reset button */
a.reset {
	color: #575757;
	text-decoration: none;
	font-weight: bold;
	margin-left: 15px;
	font-size: 9px;
}
a.reset:hover {
	text-decoration: underline;
}
a.group {
	margin-left: 230px;
}

/* batch operation button */
a.batch {
	background-image: url('../images/bg/button_flag.gif');
	cursor: pointer;
	margin: 0;
}

a.batch span {
	background-image: url('../images/bg/button_flag.gif');
	padding-left: 36px;
}

/**
 * Search form
 */
form.search {
	float: right;
}
form.search .element {
	float: left;
	padding-bottom: 10px;
}
form.search .selected {
	background: transparent url('../images/bg/tail.gif') no-repeat center bottom;
}
form.search .element div {
	padding: 8px 16px;
}
form.search .selected div {
	background: #E5E5E5;
}
form.search .element a {
	text-decoration: none;
	color: #575757;
	display: block;
	padding: 6px 0;
}
form.search .element label {
	display: block;
	padding: 6px 0;
	float: left;
	margin-right: 10px;
}
form.search .element input {
	width: 300px;
	height: 18px;
}
form.search .element .ok {
	width: 30px;
	height: 22px;
	background: transparent;
	border: 0;
}
form.search .selected a {
	color: #0079C1;
}
form.search .selected label {
	color: #0079C1;
}
form.search .selected .ok {
	color: #0079C1;
}

/**
 * Filter form
 */
form.filter {
	padding: 10px 0;
	float: right;
}
form.filter .element {
	float: left;
	padding-left: 10px;
}
form.common div.filter .element {
	height: 24px;
	padding: 4px 0 8px 0;
}
form.filter .element input,
form.common div.filter .element input {
	width: 200px;
	height: 18px;
	float: left;
	margin-left: 5px;
}
form.filter .element span.reset,{
	height: 24px;
	float: left;
	margin-left: 5px;
}
form.filter .element input.button,
form.common div.filter .element input.button {
	width: 85px;
	height: 24px;
	margin-right: 0;
}

form.filter ul {
	margin: 0;
	padding: 0 0 10px;
	text-align: right;
}
form.filter li {
	padding: 0 0 0 10px;
	display: inline;
}
form.filter li label {
	line-height: 22px;
}
form.filter li input {
	float: none;
}
form.filter li input.button {
	display: inline;
}
form.filter li a.reset {
    margin-right: 12px;
}

form.filter .element select {
	margin-left: 5px;
	width: 205px;
}

form.filter li input.date {
	width: 100px;	
}
form.filter li .calendar {
	border: 0 none;
	width: 16px;
	height: 24px;
	background: transparent url(../images/icons/calendar.gif) no-repeat scroll center center;
}

form.filter li.date {
	position: relative;
}
form.filter li.date .calendar {
	position: absolute;
	top: -5px;
	right: 6px;
}

form.filter a.button,
form.filter input.button {
	margin-right: 0;
}

/**
 * Common form
 */
form.common p {
	font-size: 13px;
	margin: 20px 0 20px 0;
}
form.common .header {
	padding-left: 40px;
}
#main form.common .header h1 {
	float: none;
}
form.common .footer {
	padding: 10px 0 0 40px;
}
#main form.common .footer h1 {
	margin-top: 20px;
	color: #6D6E70;
	font-size: 18px;
	width: 100%;
}

form.common fieldset.hidden {
	border: 0;
	background: #EEE;
	padding: 10px 20px;
	#padding: 15px 20px 10px;
	margin: 10px 0 10px 0;
}
form.common fieldset.hidden p {
	margin-top: 5px;
	margin-bottom: 5px;
}

form.common .element {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 2px 0 0;
}
form.common fieldset .element {
	margin: 0;
}
form.common .element .left {
	width: 25%;
	float: left;
	text-align: right;
}
form.common .element .center {
	width: 50%;
	float: left;
}
form.common .element .right {
	width: 25%;
	float: right;
}

form.common .element .hotPoint{
	float:right;
	cursor:se-resize;
}
form.common .element .sizeBarCell{
	padding-left: 2px;
}
form.common .element .sizeBar{
	border: solid 1px #CCCCCC;
	border-top: none;
	background-color: #F0F0EE;
	float:right;
	margin-top:-1px;
	width: 100%;
}
form.common .element .txtArea{
	float:right;
	width:100%;
	border: solid 1px #CCCCCC;
}

form.common .element .centerDate {
	width: 50%;
	position: relative;
	float: left;
}

form.common .element .centerDate input {
	width: 100px;
}

form.common .element .centerDate .calendar {
	position: absolute;
	left: 87px;
    top: 3px;
    width: 16px;
    z-index: 100;
}

form.common .element .centerDate .hint {
    padding-left: 0;
    display: inline;
}

form.common .element .left label {
	font-size: 13px;
	line-height: 15px;
	color: #23120A;
	padding-right: 10px;
	display: block;
}
form.common .element .left label.required {
	font-weight: bold;
}
form.common .element .center label {
	font-size: 12px;
	color: #23120A;
}

form.common .element input {
	width: 98%;
}
form.common .element input.checkbox {
	width: auto;
}
form.common .element select {
	width: 99%;
}
form.common textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	padding: 2px;
	height: 200px;
	width: 98%;
}
form.common textarea.editor {
}

form.common .buttons {
	border-top: 2px solid #000;
	margin-top: 20px;
	padding-top: 20px;
	height: 24px;
}

form.common .hint {
	color: #23120A;
	padding-left: 10px;
	font-size: 10px;
	display: block;
}
form.common input.calendar {
	background-image: url( '../images/icons/calendar.gif' );
	border: 0 none;
	width: 16px;
	height: 16px;
}
form.common .error {
	color: #E00;
}
form.common span.clientError {
    float: left;
}
form.common span.error {
	padding-left: 10px;
	font-size: 10px;
	display: block;
}

/* special element for common forms */
form.common .expandable h2.trigger {
	color: #23120A;
	background: #DCDCDC;
	clear: both;
	padding: 0 28px;
	cursor: pointer;
	margin: 8px 0 0 0;
}
form.common .expandable h2 span {
	line-height: 42px;
	padding-right: 16px;
	background: transparent url('../images/icons/arrow_up.gif') no-repeat right center;
}
form.common .expandable h2.collapsed {
	margin-bottom: 8px;
}
form.common .expandable h2.collapsed span {
	background-image: url('../images/icons/arrow_down.gif');
}
form.common .collapsible {
	border: 1px solid #DCDCDC;
	border-top: 0;
	padding-top: 12px;
	margin-bottom: 8px;
}
form.common .collapsible .element {
	margin-top: 0;
	margin-bottom: 12px;
}

/* special element for permission select */
form.common .permissions {
	width: 100%;
}
form.common .permissions th {
	color: #686868;
	background: #DCDCDC;
	font-weight: normal;
	padding: 8px 12px;
}
form.common .permissions td {
	font-size: 13px;
	border-bottom: 1px solid #DCDCDC;
	padding: 8px 12px;
}

/* special element for content url input */
form.common .contentPath table {
		width: 100%;
}
form.common .contentPath td {
	white-space: nowrap;
	padding-right: 9px;
}
form.common .contentPath input {
	width: 100%;
}

/**
 * Customizations for front-end forms
 */
form.common .indention {
	padding-left: 130px;
	padding-right: 130px;
}

/**
 * Customizations for back-end forms
 */
#admin form.common .header {
	padding-left: 0;
}
#admin form.common .footer {
	padding-left: 0;
}
#admin form.common fieldset.hidden fieldset {
	border: 1px solid #DEDEDE;
	padding: 0 15px 15px;
}
#admin form.common fieldset.hidden fieldset legend {
	color: #0079C1;
	background: #DEDEDE;
	padding: 4px 10px;
	text-align: center;
	margin-bottom: 10px;
}
#admin form.common fieldset.hidden fieldset legend span {
	display: block;
	padding: 4px 10px;
	width: 200px;
}
#admin form.common fieldset.hidden p {
	color: #0079C1;
}
#admin form.common .hint {
	color: #0079C1;
}

/**
 * Asset browser
 */
#assetBrowserPanel {
	display: none;
	height: 200px;
	border: 1px solid #CCC;
	border-bottom: 0;
	padding: 10px;
}
#assetBrowserPanel .panel {
	width: 82%;
	height: 165px;
	position: relative;
	overflow: auto;
}
#assetBrowserPanel .panel .container {
	#width: 97%;
}
#assetBrowserPanel .preview {
	width: 152px;
	height: 202px;
	background: #EFEFEF;
	float: right;
}
#assetBrowserPanel .buttons {
	padding: 10px 0 0;
	width: 82%;
	margin: 0;
	text-align: left;
}


/**
 * Categories browser
 */
#categoriesBrowserPanel {
	display: block;
	height: 180px;
	border: 1px solid #CCC;
	padding: 10px;
}
#categoriesBrowserPanel .panel {
	/* width: 82%; temporary while preview is disableed */
	height: 180px;
	position: relative;
	overflow: auto;
}
#categoriesBrowserPanel .panel .container {
	#width: 97%;
}
#uploadAssetProgress {
	display: block;
	height: 30px;
}

/**
 * Upload panel
 */
#uploadPanel {
	padding: 20px;
	width: 700px;
}
#uploadPanel .header h1{
	font-family:Arial;
	font-size: 234%;
	font-weight: normal;
	color: #23120A;
	margin:0pt 0pt 15px;
}
#uploadPanel .left{
	width: 15%;
	font-weight: bold;
}

#uploadPanel .centerRight{
	width: 84%;
	float: right;
}
#uploadPanel .buttons {
	border-top: 2px solid #000;
	padding-top: 20px;
	height: 24px;
}
#uploadPanel .progressContainer {
	margin: 0px;
}
#uploadPanel .panel .container {
	width: 99%;
}
#uploadPanel .element {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

form.common .hintElement {
	padding-left: 84px;
	float: left;
	text-align: right;
}


/**
 * Media Item save and edit forms
 */
form.common .mediaItem {
	padding: 10px 20px;
	margin: 10px 0;
	background: #EEEEEE;
	overflow: hidden;
	clear: both;
}

form.common .mediaItem fieldset.hidden {
	width: 45%;
	float: left;
	padding: 0;
	margin: 0;
	background: none;
}
form.common .mediaItem .left {
	width: 35%;
}

form.common .mediaItem .center,
form.common .mediaItem .centerDate {
	width: 55%;
}

form.common .mediaItem .right {
	width: 9%;
}

form.common .mediaItem textarea {
	width: 96.3%;
	height: 55px;
}

form.common .mediaItem select {
	width: 99.8%;
}

form.common .mediaItem .preview {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}
form.common .mediaItem .thumbnail {
	width: 9%;
	float: left;
}
form.common .mediaItem .thumbnail img {
	width: 85px;
	border: 3px solid #DADADA;
}

form.common .mediaItem .error,
form.common .mediaItem .warning {
	background: url('../images/icons/required.gif') no-repeat left center;
	height: 22px;
	width: 14px;
	overflow: hidden;
	padding: 0;
	text-indent: -1000px;
	display: block;
}

form.common .mediaItem .warning {
	background: url('../images/icons/warning.gif') no-repeat left center;
}

form.common .mediaItem .manage {
    float: right;
    position: relative;
}
form.common .mediaItem .manage a {
    position: absolute;
    left: -16px;
}

/**
 * Form in popup window
 */
.light_content h1 {
	font-size: 208%;
	color: #23120A;
	text-align: center;
	font-weight: normal;
	margin: 0;
}

.light_content h3 {
	font-size: 100%;
	font-weight: normal;
	margin: 2em 10px 1em;
}

.light_content form.common fieldset.hidden {
	background: none;
	margin: 0;
	padding: 10px 0;
}

.light_content form.common .buttons {
	margin: 0;
	border: 0;
	padding: 0 0 10px 25%;
}

.light_content form.common .buttons a,
.light_content form.common .buttons input {
	cursor: pointer;
}

.light_content form.common textarea {
	height: 5em;
	width: 96.8%;
}

.light_content form.common .error {
	background: url('../images/icons/required.gif') no-repeat left center;
	height: 20px;
	width: 14px;
	overflow: hidden;
	padding: 0;
	text-indent: -1000px;
}

.light_content form.common .hint {
	padding: 0 0 2px;
}

.light_content form.common .errors .error {
	text-indent: 0;
	width: auto;
	height: auto;
	color: #EE0000;
	padding-left: 20px; 
}




.pointeraslink {
	cursor: pointer;
}

.wiredRect{
	background: transparent;
	border: 1px dotted;
	position: absolute;
}

form.common .mediaPermissions {
	padding: 10px 0px;
	margin: 10px 0;
	background: #EEEEEE;
    clear: both;
    float: left;
    width: 100%;
}
form.common .leftAlign {
    float: left;
    width: 100%;
}
form.common .mediaPermissions fieldset.hidden {
	width: 80%;
	float: left;
	padding: 0;
	margin: 0;
	background: none;
}
form.common .mediaPermissions .left {
	width: 0;
}
form.common .mediaPermissions .center{
    padding-left: 100px;
    width: 75%;
}
form.common .mediaPermissions .right {
    width: 0;
}
form.common .mediaPermissions .preview {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}
form.common .mediaPermissions .thumbnail {
	width: 9%;
	float: left;
    padding-left: 20px;
}
form.common .mediaPermissions .thumbnail img {
	width: 85px;
	border: 3px solid #DADADA;
}
#groupForm .filter {
    padding-bottom: 10px;
}
#groupForm span.reset {
    margin-left: 228px;
    line-height: 20px;
}
#groupForm a.reset {
    clear: left;
    margin: 0px;
}
#fieldViews {
    margin: 0;
    padding: 0;
    list-style: none;
}