@charset "UTF-8";

#wrapper label { display: inline-block; width: 100px; font-weight: bold; }
#sub-tabs label { width: 225px !important; font-size: 16px; margin: 10px 0; font-weight: normal !important; }
#sub-tabs input[type=text] { width: 773px; }

.input.text, .input.select { display: table; }
.input.text label, .input.select label {  width: auto; display: table-column; }
.input.text input, .input.select select { display: table-column; }

.breadCrumbs { padding: 7px 0; border-bottom: 1px dashed #cfcfcf; }
.breadCrumbs .separator { margin: 0 10px; display: inline-block; }

body {
	color:       #000;
	background:  #e5e5e5;
	font-family: 'Gill Sans MT', Arial;
	font-size:   12px;
}

h1 {
	color: #787878;
	padding: 10px 20px;
	background: #efefef;
	font-size: 30px;
	margin: 0 0 10px 0;
	display: block;
}

h2 {
	color: #787878;
	padding: 10px 20px;
	background: #efefef;
	font-size: 25px;
	margin: 0 0 10px 0;
	display: block;
	font-weight: normal;
}

h2 img { vertical-align: middle; }

table {
	border-collapse: separate;
	border-spacing: 0;
}

/***** Tables **/
div#content table.contentTable,
div#content table.table {
	width: 100%;
	margin: 10px 0;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
}

div#content table.contentTable tr,
div#content table.table tr {
	padding: 0;
	margin: 0;
}

div#page-content table.table tr {
	background: #f7f7f7;
}

div#content table.contentTable tr.contentRowEven,
div#content table.table tr.contentRowEven {
	padding: 0;
	margin: 0;
	background: #f7f7f7;
}

div#content table.contentTable tr.contentRowOdd,
div#content table.table tr.contentRowOdd {
	padding: 0;
	margin: 0;
	background: #fff;
}

div#content table.contentTable tr.contentRowEvenHover,
div#content table.contentTable tr.contentRowOddHover,
div#content table.table tr.contentRowEvenHover,
div#content table.table tr.contentRowOddHover {
	padding: 0;
	margin: 0;
	background: #d8ebd7;
}

div#content table.contentTable th,
div#content table.table th {
	color: #000;
	font-weight: normal;
	padding: 10px;
	margin: 0;
	font-size: 16px;
	background: #d1e7d1;
	border: 1px solid #fff;
}

div#content table.contentTable td,
div#content table.table td {
	padding: .3em .3em .3em .3em;
	margin: 0;
}

/* Pagination */
div#content table.contentPagination {
	padding: 0;
	margin: 0;
}

div#content table.contentPagination tr {
	padding: 0;
	margin: 0;
}

div#content table.contentPagination td {
	padding: 0;
	margin: 0;
}


/* Orders */
div#content table.orderTable {
	width: 100%;
	padding: 0;
	margin: 0;
}

div#content table.orderTable tr {
	padding: 0;
	margin: 0;
}

div#content table.orderTable td {
	padding: .3em .3em .3em .3em;
	margin: 0;
}

/* /Orders */
div#content .noData {
	padding: .5em;
	margin: 0;
	background: transparent;
}

/* /Tables */

/* Messages */
div.error-message {
	padding: .5em 0 .5em 1.5em;
	margin: .5em;
	font-weight: bold;
	background: transparent url(../img/admin/icons/error.png) no-repeat
		center left;
}

div.error input {
	border: 1px solid #ff0000;
	background: #fcc !important;
}
/* SWF Upload */
.progressWrapper {
	width: 230px;
	overflow: hidden;
	float: left;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}

/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}

/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,.progressBarComplete,.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarStatus {
	display: none;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}

/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
}

div#btnCancel,div#btnCancel input {
	display: none;
}

div#divStatus {
	display: none;
}

#content_images {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0pt;
	padding: 0pt;
}

#content_images li {
	display: block;
	float: left;
	padding: 4px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	margin: 5px;
}

/* /SWF Upload */

/* Content Action */
div.submit {
	float: left;
	margin: .5em .5em 0 0;
}

div.addContent {
	width: 20%;
	float: left;
	margin: .5em 0 0 0;
}

div.multiAction {
	width: 80%;
	float: left;
	text-align: right;
	margin: .5em 0 0 0;
}

/* /Content Action */
div.clear {
	clear: both;
}

/* Code Mirror */
.CodeMirror {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #fff;
}

.activeline {
	background: #ffc !important;
}

#page-content .tr_hover { background: url(../img/table_list_back.png) repeat-x; border-bottom: 1px solid #000; }
#page-content div.optionbox { display: inline; margin: 0; padding: 2px; }
#page-content div.optionbox a { display: inline; }
#page-content div.optionbox a:link, #acl_editor li div.optionbox a:visited { padding: 3px; }
#page-content div.optionbox a:hover, #acl_editor li div.optionbox a:active { background: #bdffb2; }
#page-content .table td.option { padding: 0px; }

#page-content .comment { font-style: italic; font-weight: none; font-size: 10px; }
#page-content table tr td.comment { vertical-align: middle; }

#page-content .infinity  { width: 100%; }
#page-content input.infinity { width: 97%; }

#page-content table.w100 { width: 100px; }
#page-content table.w200 { width: 200px; }
#page-content table.w300 { width: 300px; }
#page-content table.w400 { width: 400px; }
#page-content table.w500 { width: 500px; }
#page-content table.w600 { width: 600px; }
#page-content table.w700 { width: 700px; }
#page-content .table, #page-content table.infinity { width: 100%; }

.vtable, 
.ui-dialog .table { width: 100% !important; }
.vtable tr th,
.ui-dialog .table tr th { color: #165c44 !important; text-align: right !important; vertical-align: top !important; font-size: 120% !important; }
.vtable tr td,
.ui-dialog .table tr td { text-align: left !important; vertical-align: top !important; }
.vtable input[type=text],
.ui-dialog input[type=text] { width: 97% !important; margin: 0 !important; }

input[type=text],
input[type=password],
input[type=file] {
	min-width: 300px; 
}

input[type=text],
input[type=password],
input[type=file],
textarea {
	margin: 5px 0 0 0;
	padding: 8px 10px;
	background: #fff;
	border: 1px solid #cfcfcf;
	font-weight: normal;
	font-size: 12px;
}

textarea.txtarea {
	height: 500px;
}

input[type=text][disabled],
input[type=password][disabled] {
	background: #656565;
	color: #a8a8a8;
}

textarea {
	font-family: 'Gill Sans MT', Arial;
	font-size:   10px;
	width:       97%;
	min-width:   97%;
	max-width:   97%;
	height:      300px;
}

textarea:focus,
input:focus,
.highlight {
	background: #efefef;
}

#login_back div.input.text input[type=text],
#login_back input[type=password] {
	margin: 5px 0;
	min-width: 238px;
	width: 220px;
}

#login_back form {
	margin: 0 auto;
	position: relative;
	width: 100%;
}

#login_back div.input.text,
#login_back div.input.password { position: relative; }
#login_back label { position: absolute; right: 15px; top: 13px; font-size: 14px; color: #939393; }
#login_back .submit { display: block; text-align: center; float: none; }
#login_back .submit input { margin: 5px 0; }

/*
a.button:link, a.button:visited { margin: 10px 10px 10px 0; color: #fff; font-size: 16px; text-decoration: none; display: inline-block; text-decoration: none; color: #fff; font-weight: normal; }
a.button img { padding: 0; border: none !important; vertical-align: bottom; }
a.button:hover img { border: 0 !important; background: none !important; }*/

.fixedSubmit { position: fixed; padding-left: 20px; bottom: 0; right: 0; background: #fff; z-index: 867345; }
.fixedSubmit { box-shadow: 0px 0px 5px #fff; -moz-box-shadow: 0px 0px 10px #fff; -khtml-box-shadow: 0px 0px 10px #fff; -webkit-box-shadow: 0px 0px 10px #fff; }
.fixedSubmit div.submit { float: none; display: block !important; }
.fixedSubmit input { margin: 5px; width: 150px !important; display: block !important; }

div.submit { display: inline-block; }
.button { display: inline-block; }
input[type=button], input[type=submit],
a.button, a.button:link, a.button:visited { 
	margin: 10px 10px 10px 0; font-weight: normal; font-size: 16px; text-decoration: none !important; cursor: pointer; display: inline-block; color: #fff; padding: 3px 30px; border: 1px solid #567d53; background: #79b075; }
input[type=button]:hover, input[type=submit]:hover,
a.button:hover { background: #79a276; }
input[type=button]:active, input[type=submit]:active,
a.button:active { background: #5aa157; }


input[type=submit][name=save], input[type=button][name=save] { background: url(../img/DCMS/v4/button_save.gif) 0 0 repeat-x; }
input[type=submit][name=save]:hover, input[type=button][name=save]:hover { background: url(../img/DCMS/v4/button_save_hover.gif) 0 0 repeat-x; }
input[type=submit][name=save]:active, input[type=button][name=save]:active { background: url(../img/DCMS/v4/button_save_active.gif) 0 0 repeat-x; }

input[type=submit][name=cancelbutton], input[type=button][name=cancelbutton],
input[type=submit][name=cancel], input[type=button][name=cancel],
.button.red { background: #b74343; border-color: #781010; }
input[type=submit][name=cancelbutton]:hover, input[type=button][name=cancelbutton]:hover,
input[type=submit][name=cancel]:hover, input[type=button][name=cancel]:hover,
.button.red:hover { background: #b46868; }
input[type=submit][name=cancelbutton]:active, input[type=button][name=cancelbutton]:active,
input[type=submit][name=cancel]:active, input[type=button][name=cancel]:active,
.button.red:active { background: #982727; }

.beta { font-family: 'Courier New'; font-size: xx-small; font-weight: bold; vertical-align:super; }

.message {
	margin: 5px 0;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-style: solid;
	border-width: 2px;
	padding: 4px 4px 4px 22px;
	color: red;
	font-weight: bold;
	padding-left: 25px;
	text-align: left;
}

#login_page .message.error,
#login_page .message.warning,
#login_page .message.success,
#login_page .message.info,
#login_page .message.question {
	margin: 5px;
}

.message > * {
	font-weight: bold;
	border-left-style: solid;
	border-left-width: 1px;
	padding-left: 5px;
}

.message * {
	margin: 0;
}

.message.error    { background: #FFF url(../img/msg_cross.png) left center no-repeat; }
.message          { background: #FFF url(../img/msg_warn.png) left center no-repeat; }
.message.success  { background: #FFF url(../img/msg_tick.png) left center no-repeat; }
.message.info     { background: #FFF url(../img/msg_info.png) left center no-repeat; }
.message.question { background: #FFF url(../img/msg_question.png) left center no-repeat; }

.navroot {
	float: right;
}

.navroot ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.navroot li {
	float: left;
	position: relative;
	z-index: 100;
}

#user-navigation .navroot li {
	z-index: 101;
}

#app-navigation .navroot { float: left; }
#app-navigation .navroot li { border-right: 1px solid #cfcfcf; }
#app-navigation .navroot li a:link,
#app-navigation .navroot li a:visited { height: 31px; }
#app-navigation .navroot li li a:link,
#app-navigation .navroot li li a:visited { height: auto; padding: 5px 10px; }

.navroot table {
	position: absolute;
	border-collapse: collapse;
	z-index: 80;
	left: -1px;
	top: 25px;
}

#user-navigation .navroot table {
	z-index: 81;
}

.navroot a,
.navroot a:visited,
.navroot a:link,
.navroot :visited {
	display: block;
	text-align: left;
}

.navroot ul ul {
	display: none;
	position: absolute;
	height: 0;
	right: 1px;
	min-width: inherit;
}

.navroot ul ul li {
	float: none;
	width: 100%;
	position: relative;
	margin: 0 7px 0 0;
	min-width: 100px;
}

.navroot ul ul li { white-space: nowrap; }


.navroot ul li:hover ul,
.navroot ul a:hover ul {
	visibility: visible;
}