
/* Login Form */
.login-container {
    display: block;
    overflow: hidden;
    margin: 80px auto 80px auto;
    width: 520px;
    height: auto;
}

/* Data List */
.data-list-container {
    display: none;
}

table.data-list,
table.data-list-nofmt,
table.dataTable, 
table.child-data-list {
    width: 100%;
    border-collapse: collapse;
    empty-cells: show;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

table.data-list th, 
table.data-list td, 
table.dataTable th, 
table.dataTable td,
table.child-data-list th,
table.child-data-list td,
table.data-list-nofmt th,
table.data-list-nofmt td {
    padding: 8px 6px;
    border: 1px solid #ccc;
}

table.data-list-nofmt {
    color: #333;
}

table.data-list thead, 
table.dataTable thead, 
table.data-list-nofmt thead,
table.child-data-list thead,
table.data-list-nofmt tfoot,
table.data-list-nofmt th {
    background: #1e5799 url('../images/footer_bg.gif') 0 50% repeat-x;
    color: #fff;
    font-weight: bold;
}

table.data-list-nofmt tbody.ajax-data tr.table-totals td {
    border-top: 2px solid #000;
    font-weight: bold;
    background-color: #cdcde8;
    cursor: default;
}

.dataTables_length {
    width: 200px;
    margin-bottom: 4px;
}

.dataTables_wrapper label {
    font-size: 13px;
    color: #333;
    float: left;
    padding-right: 6px;
    white-space: nowrap;
    width: 200px;
}

.dataTables_wrapper select {
    width: auto;
    height: auto;
    font-size: 13px;
}

table.data-list tbody tr:nth-child(odd), 
table.dataTable tbody tr:nth-child(odd),
table.data-list-nofmt tbody tr:nth-child(odd),
table.data-list-nofmt tbody tr:nth-child(odd) td,
table.child-data-list tbody tr:nth-child(odd) {
    background-color: transparent !important;
}

table.data-list tbody tr:nth-child(even), 
table.dataTable tbody tr:nth-child(even),
table.data-list-nofmt tbody tr:nth-child(even),
table.data-list-nofmt tbody tr:nth-child(even) td, 
table.child-data-list tbody tr:nth-child(even) {
    background-color: #eee !important;
}

table.data-list tbody tr:hover, 
table.dataTable tbody tr:hover,
table.data-list-nofmt tbody tr:hover,
table.data-list-nofmt tbody tr:hover td,
table.child-data-list tbody tr:hover {
    cursor: pointer;
    background-color: #fcefa1 !important;
}

/* data-list-nofmt sortable column headers */
.data-list-nofmt thead tr,
.data-list-nofmt tfoot tr {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#606c88+0,3f4c6b+100;Grey+3D+%232 */
	background: #606c88; /* Old browsers */
	background: -moz-linear-gradient(top,  #606c88 0%, #3f4c6b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#606c88), color-stop(100%,#3f4c6b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #606c88 0%,#3f4c6b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=0 ); /* IE6-9 */
}
.data-list-nofmt thead th.sortable, 
.data-list-nofmt thead th.sortable span {
	cursor: pointer;
	white-space: nowrap;
}
.data-list-nofmt thead th.sortable span {
	display: block;
	overflow: hidden;
	width: 100%;
}
.data-list-nofmt thead th.sortable.up span:after {	
	content: url('../images/icons/arrow_up.png');
	padding-left: 2px;
}
.data-list-nofmt thead th.sortable.down span:after {		
	content: url('../images/icons/arrow_down.png');
	padding-left: 2px;
}
.data-list-nofmt thead th.col-left {
	text-align: left;
}
.data-list-nofmt thead th.col-right {
	text-align: right;
}
.data-list-nofmt thead th.col-center {
	text-align: center;
}

/* Edit Dialog */
.ui-dialog-titlebar, .ui-accordion-header, .ui-datepicker-header, .ui-widget-header {
    background: rgb(96,108,136); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(96,108,136,1) 0%, rgba(63,76,107,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(96,108,136,1)), color-stop(100%,rgba(63,76,107,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=0 ); /* IE6-9 */
    color: #fff;
}

.dialog-box {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.dialog-header {
    background: url("../images/footer_bg.gif") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 160%;
    font-weight: bold;
    padding: 3px 24px 6px;
}

.dialog-content-container {
    background-color: #fff;
    padding: 16px 24px;
    overflow-x: hidden;
    overflow-y: scroll;	
}

.dialog-content {
	height: 100%;
}

.dialog-commands {
    display: block;
    overflow: hidden;
    margin-top: 16px;
    padding: 8px 24px 12px 24px;
    text-align: right;
    background-color: #ddd;
    margin-bottom: 2px;
}

div.dialog-box label,
div.dialog-box input[type=text],
div.dialog-box input[type=password],
div.dialog-box select,
div.dialog-box textarea {
    font-size: 1em;
}

div.dialog-box label {
    width: 140px;
}

div.dialog-box label.required:after {
    content: '*';
    font-size: 1em;
    font-weight: bold;
    padding-left: 4px;
    color: #ff0000;
    position: relative;
    top: 4px;
}

label.error {
    display: block;
    overflow: hidden;
    float: none;
    clear: both;
    color: #ff0000;
    white-space: nowrap;
    width: auto !important;
    margin-left: 120px;
}

.dialog-errors {
    font-size: 14px;
    color: #ff0000;
    margin-bottom: 4px;
    text-align: center;
}

.edit-actions, .actions {
    display: block;
    overflow: hidden;
    text-align: right;
    padding-bottom: 0px;
    padding-right: 6px;
    padding-bottom: 8px;
    padding-top: 8px;
}

.edit-title, .title {
    float: left;
    display: block;
    overflow: hidden;
}
div.edit-title span.header-text, .title {
    font-size: 200%;
    font-weight: bold;
    color: #1e5799;
    text-shadow: 0 0 1px #000;
}
div.edit-title span.subheader-text, .subtitle {
	display: block;
	font-size: 90%;
	font-weight: bold;
	color: #1e5799;
	text-shadow: 0 0 1px #000;
}

#_contextMessage {
    position: absolute;
    display: block;
    overflow: hidden;
    padding: 12px 24px;
    background-color: #eee;
    border: 3px solid #bbb;
    border-radius: 4px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6);    
}

#_contextMessage li {
    display: block;
    overflow: hidden;
    padding: 0;
    margin-bottom: 4px;
}

#_contextMessage label {
    float: left;
    display: inline-block;
    overflow: hidden;
    width: 120px;
    color: #2f3f74;
    padding: 0;
    margin: 0;
}

#_contextMessage label:after {
    content: ':';
    padding-right: 4px;
    color: #2f3f74;
}

.editor-container {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 500px;
	padding: 0;
	margin: 0;
}
}
