@CHARSET "UTF-8";
/*
 * DU_Ui_Message TYPE_PARA format
 */

/* Master style */
.du-ui-paragraph
{
	font-weight: bold;
}

.du-ui-paragraph-notice
{
	color: blue;
}

.du-ui-paragraph-warning
{
	color: orange;
}

.du-ui-paragraph-success
{
	color: green;
}

.du-ui-paragraph-error
{
	color: red;
}

/*
 * DU_Ui_Message TYPE_DIALOGBOX format
 */

/* Master style */
 .du-ui-dialogbox
{
	width: 100%;
	margin: 0;	
	padding: 0;
}

/* Text styles */
.du-ui-dialogbox-heading
{
	background: #EEE 5px no-repeat; 	
	padding: 4px 5px 6px 25px;
	border: 2px solid gray;
	border-bottom: 1px solid gray;
	font-weight: bold;
	margin: 0;
}

.du-ui-dialogbox-body
{
	background-position: 5px 5px;
	border: 2px solid #AAA;	
	border-top: none;
	padding: 6px 25px 5px 5px;
	margin: 0;
}

.du-ui-dialogbox-moreInfoLink
{
	font-size: 0.8em;
}

/* Box styles */
.du-ui-dialogbox-notice .du-ui-dialogbox-heading
{
	background-color: #F7FDCB; 
	border-color: #C2D071;
	background-image: url(../img/info.png);
}

.du-ui-dialogbox-warning .du-ui-dialogbox-heading
{
	background-color: #EF9398; 
	border-color: #DC5757; 
	background-image: url(../img/warning.png); 
}

.du-ui-dialogbox-success .du-ui-dialogbox-heading
{
	background-color: #a6ef7b; 
	border-color: #7ab05b;
	background-image: url(../img/success.png);
}

.du-ui-dialogbox-error .du-ui-dialogbox-heading
{
	background-color: #EF9398; 
	border-color: #DC5757; 
	background: #EEE url(../img/failure.png) no-repeat 5px;
}

/********* Custom Styles **********/

/* Generic */
.clear {
	clear: both;
}

div.clear {
	height: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	font-size: 1px;
	overflow: hidden;
}

.hidden {
	display: none;
}

.clickable {
	cursor: pointer;
}

.strong {
	font-weight: bold;
}

.link {
	color: #07538F;
}

.ajaxicon {
	width: 16px;
	display: none;
}

#wmt_content a.nonclickable {
	text-decoration: none;
	cursor: text;
}

#wmt_content a:hover {
	text-decoration: none;
}

/****************************** Form ************************************/

div#documentForm {
	font-size: 1em;
}

div#documentForm div.formError {
	padding: 0 0 20px 0;
	color: #de0023;
}

div#documentForm div.formHeading {
	padding: 0 0 8px 20px;
}

div#documentForm div.formHeading  h4{
	padding: 4px 0;
	margin: 0;
}


div#documentForm div.formField {
	width: 700px;
	padding: 0 0 8px 0;
}

div#documentForm div.formFieldLong {
	width: 100%;
	padding: 0 0 8px 0;
}

div#documentForm div.formFieldPadEnd {
	padding: 0 0 0 200px;
	text-align: left;
}

/* Input Field */

div#documentForm div.inputLabel {
	padding: 3px 20px 0 0;
	width: 150px;
	float: left;
	text-align: right;
}

div#documentForm div.inputLabel span.labelDesc {
	font-size: 0.9em;
	font-weight: bold;
}

div#documentForm .mandatory {
	color: #de0023;
}

div#documentForm div.inputField {
	float: left;
}

div#documentForm div.inputDesc {
	float: left;
	padding: 3px 0;
}

div#documentForm div.inputField div.optionsField {
}

div#documentForm div.inputField div.pad {
	padding: 4px 0 0 0;
}

div#documentForm div.inputField input.text {
	width: 332px;
	border: 1px solid #9a9a9a;
}

div#documentForm div.inputField input.texttiny {
	width: 100px;
	border: 1px solid #9a9a9a;
}

div#documentForm div.inputField input.textshort {
	width: 200px;
	border: 1px solid #9a9a9a;
}

div#documentForm div.inputField select {
	width: 332px !important;
}

div#documentForm div.inputField select.short {
	width: 145px !important;
}

div#documentForm div.inputField textarea {
	width: 332px;
	height: 50px;
	border: 1px solid #9a9a9a;
}

div#documentForm div.inputField textarea.medium {
	height: 100px;
}

div#documentForm div.inputField textarea.large {
	height: 200px;
}

div#documentForm div.inputField .description {
	font-size: 0.75em;
	padding: 2px 0 0 0;
	color: #666666;
}

div#documentForm .dpTable fieldset {
	border: 1px solid #dcdcdc;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

div#documentForm .dpTable  select {
	background-color: white !important;
}

div#documentForm .dpTable fieldset legend {
	background: none;
	color: #505050;
	border: none;
}

/* Phil's Table */

table.index, table.filters, table.sub-index {
	border-collapse: collapse;
	border: 1px solid #B9BBBA;
	margin: 0 0 1em 0;
    clear: left;
}

table.filters {
	clear: left;
}

table.index {
}

table.align_top td {
	vertical-align: top;
}

table.index tr, table.index tr.odd, table.filters tr {
	background-color: #ffffff;
}

table.index tr.even {
	background-color: #efefef;
}

table.index tr.alert, table.index tr.odd.alert {
	background-color: #ffc;
}

table.index tr.even.alert {
	background-color: #ddc;
}

table.index th, table.index td, table.filters th, table.filters td {
	text-align: left;
}

table.index th, table.index td {
	text-align: left;
	font-size: 90%;
	padding: 0.4em 0.8em;
}

table.index th.ralign, table.index td.ralign {
	text-align: right;
	font-size: 80%;
	padding: 0.4em 0.8em;
}

table.index tr td.action {
	width: 40px;
	white-space: nowrap;
}

table.sub-index th, table.sub-index td {
    font-size: 100%;
}

table.filters th, table.filters td {
	font-size: 90%;
	padding: 4px;
}

table.index th, table.filters th {
	background: #8A7B64 url("../img/heading-gradient.gif") scroll repeat-x bottom center;
	color: #fff;
	font-weight: normal;
}

table.index td, table.filters td {
	white-space: normal;
}

table.index td img {
	vertical-align: middle;
}

table.data {
	border: none 0;
	width: 100%;
	margin: 0 0 1em 0;
}

table.data td, table.data th {
	vertical-align: top;
	text-align: left;
	padding: 0.4em 0.8em;
}

td.label, table.data dt {
	font-weight: bold;
}

table.index td.label {
	vertical-align: top;
}

.editable {
    cursor: text;
	display: block;
	border: 1px solid transparent;
	padding: 4px 2px;
	min-height: 1em;
	color: #000 !important;
	text-decoration: none !important;
	outline: none;
}

input.dropin {
	font-family: inherit;
	font-size: 1em;
	padding: 4px 2px;
	min-height: 1em;
	margin: 0 !important;
}

input.replace {
	display: block;
	font-size: 1em;
	padding: 2px;
	font-family: inherit;
}

input.image {
	width: 16px;
	height: 16px;
}

.progress {
    background-image: url(../img/spinner.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

.editable:hover {
	background-color: #ffc;
	border-style: solid;
	border-width: 1px;
	border-color: #666 #ddd #ddd #666;
}

tr.editing td.editable {
	background-color: inherit;
	border-style: inherit;
	border-width: inherit;
	border-color: inherit;
}

table.index table.data td, table.index table.data th {
	font-size: 100%;
}

table.data p, table.data ul {
	margin-top: 0;
}

tr.clickable td {
	cursor: default;
}

tr.clickable:hover {
	background-color: #98fb98 !important;
}

a.row_detail {
	outline: none;
}

table.index th a {
	color: #fff !important;
}

table.filters input {
	width: 130px;
}

table.filters input.short {
	width: 6em;
}

table.filters select {
	width: 136px;
}

table.index .nowrap-cell {
	white-space: nowrap;
}

img.ui-datepicker-trigger {
	position: relative;
	top: 3px;
	left: 3px;
}
