body{font: 11px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;margin:0;}
.contener{width: 1000px;margin: 10px auto;}
.logo{padding-top:20px;}
table.project_list{width:100%;}
table td {padding:8px 2px;}
table th {padding:8px;}
table td {text-align:center;}
table.project_list td.a_left {text-align:left;}
table.form td {text-align:left;}
table.td10 td {font-size:10px;}
table.form th {text-align:right;}
table{border-collapse:collapse;}
#table0{width:100%;}
form fieldset div label, form fieldset div input, form fieldset div select {display:block;}
form fieldset div input {width:250px;}
form fieldset div input#message_1 {width:750px;}
form fieldset div input#message_2 {width:750px;}
form fieldset div input.text, form select {width:250px; padding: .4em;}
form fieldset div input.long, form select.long {width:500px;padding: .4em;}
form fieldset div input.submit {width:auto;}
form fieldset div textarea.textarea{width:800px;height:600px;padding: .4em;}
form fieldset div textarea.info{width:400px;height:200px;padding: .4em;}
form fieldset div textarea.sms{width:400px;height:50px;padding: .4em;}
form fieldset div textarea.label_info{width:400px;height:100px;padding: .4em;}
form fieldset div input.checkbox {width:auto;margin:0 .4em;float:left;}
form fieldset div input.title {width:800px;}
form fieldset {padding:0; border:0;}
form fieldset div {margin-bottom:12px;display:block;}
form fieldset div span.info {color:gray;}
form fieldset div:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
form fieldset div label.error, form fieldset div span.error-message{color:red;}
ul.errorlist {list-style:none;padding:0;margin:0;color:red;font-size:10px;}
div.content{padding:14px;}
div.header{padding:0px 14px;}


div.ui-state-error{margin-bottom:20px;}
div.ui-state-error p span.ui-icon{float:left;margin:-2px 5px 0;}
div.ui-state-highlight {margin-bottom:20px;}
div.ui-state-highlight p span.ui-icon{float:left;margin:-2px 5px 0;}
div.buttons {margin:30px 0 0 0;}
.menubar {margin-bottom:10px;}
div.filter{float:left;margin-right:20px;}
div.filter div label {width:100px;display:block;float:left;}
div.filter div input {width:250px;display:block;float:left;}
div.clear {height:0px;clear:both;margin:0;padding:0;}
div.clear2 {height:2px;clear:both;margin:0;padding:0;}
div.clear10 {height:10px;clear:both;margin:0;padding:0;}
div.clear20 {height:20px;clear:both;margin:0;padding:0;}
div.clear30 {height:30px;clear:both;margin:0;padding:0;}
div.site_template{border:1px solid gray; margin:10px; padding:10px; float:left;}
div.dialog {display:none;}
.right{float:right;}
.left{float:left;}
.sms_box {width:300px;float:right;border:1px solid gray;padding:5px;}
.sms_box hr {color:gray;background-color:gray;height:1px;border:0;}
div.menu_top{float:right;margin-top:10px;width:700px;}
div.menu_top a {float:left;margin-left:5px;}
div.menu_top a span{float:left;margin:-2px 2px 0 0;}
div.ui-icon-wrench{margin:0;}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; }
.ui-timepicker-div dl{ text-align: left; }
.ui-timepicker-div dl dt{ height: 25px; }
.ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }

.ui-autocomplete-loading { background: white url('/images/ui-anim_basic_16x16.gif') right center no-repeat; }

table.small {width:auto;margin:0;}

.red {color:red;}
.gray {color:gray;}
.success {font-weight:bold;color:green;}
table.report_data_dialog {width:100%;border:1px solid black;}
table.report_data_dialog td, table.report_data_dialog th {border:1px solid black;}
table.report_data_dialog td.c {text-align:center;}
form fieldset div.dataTables_wrapper div {margin-bottom:0;}
div.radiobuttons {margin-top:6px;}
div.radiobuttons input {float:left;margin-right:10px;}
div.radiobuttons label {margin-top:2px;}
div.page_template {margin-left:50px;}

ul.menu_element_list {width:200px;}
ul.menu_element_list li {display:block;border:1px solid gray;height:17px;padding:4px;margin-bottom:10px;}
ul.menu_main {border:1px solid red;width:600px;height:25px;margin-bottom:10px;}
ul.menu_sidebar {border:1px solid blue;width:200px;height:400px;margin-bottom:10px;}
ul.menu_bottom {border:1px solid green;width:600px;height:25px;}
ul.menu_main li {float:left;margin-right:10px;}
ul.menu_bottom li {float:left;margin-right:10px;}
ul.menubar li {margin-bottom:10px;}

ul.vbox li {display:block;border:1px solid gray;height:17px;padding:4px;margin-bottom:10px;width:200px;}
ul.hbox {border:1px solid red;height:25px;margin-bottom:10px;}
ul.hbox li {float:left;margin-right:10px;border:1px solid gray;height:15px;padding:4px;background:white;}
.ui-draggable-dragging {border:1px solid gray;height:15px;padding:4px;background:white;}
ul.vbox li.count {width:400px;}

.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: white;
}

.treeview ul {
	background-color: white;
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(/images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url(/images/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(/images/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-red li { background-image: url(/images/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(/images/treeview-red.gif); } 

.treeview-black li { background-image: url(/images/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(/images/treeview-black.gif); }  

.treeview-gray li { background-image: url(/images/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(/images/treeview-gray.gif); } 

.treeview-famfamfam li { background-image: url(/images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(/images/treeview-famfamfam.gif); } 

.treeview .placeholder {
	background: url(/images/ajax-loader.gif) 0 0 no-repeat;
	height: 16px;
	width: 16px;
	display: block;
}

.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(/images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(/images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(/images/file.gif) 0 0 no-repeat; }
input.filter_list {width:100px;}
input.filter_list_long {width:240px;}
div.filter_list_range {width:140px;}
div.filter_list_range input {width:60px;}
ul.mainmenu li a{width:500px;}

/*
* jQuery UI specific styling
*/

.paging_two_button .ui-button {
float: left;
cursor: pointer;
* cursor: hand;
}

.paging_full_numbers .ui-button {
padding: 2px 6px;
margin: 0;
cursor: pointer;
* cursor: hand;
}

.ui-buttonset .ui-button {
margin-right: -0.1em !important;
}

.paging_full_numbers {
/*width: 350px !important;*/
}

.ui-toolbar {
padding: 5px;
}

.dataTables_paginate {
width: auto;
}

.dataTables_info {
padding-top: 3px;
}

table.display thead th {
padding: 3px 0px 3px 10px;
cursor: pointer;
* cursor: hand;
}

div.dataTables_wrapper .ui-widget-header {
font-weight: normal;
}


/*
* Sort arrow icon positioning
*/
table.display thead th div.DataTables_sort_wrapper {
position: relative;
padding-right: 20px;
padding-right: 20px;
}

table.display thead th div.DataTables_sort_wrapper span {
position: absolute;
top: 50%;
margin-top: -8px;
right: 0;
}




/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Everything below this line is the same as demo_table.css. This file is
* required for 'cleanliness' of the markup
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* DataTables features
*/

.dataTables_wrapper {
position: relative;
clear: both;
}

.dataTables_processing {
position: absolute;
top: 0px;
left: 50%;
width: 250px;
margin-left: -125px;
border: 1px solid #ddd;
text-align: center;
color: #999;
font-size: 11px;
padding: 2px 0;
}

.dataTables_length {
width: 40%;
float: left;
}

.dataTables_filter {
width: 50%;
float: right;
text-align: right;
}

.dataTables_info {
width: 50%;
float: left;
}

.dataTables_paginate {
float: right;
text-align: right;
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
height: 19px;
width: 19px;
margin-left: 3px;
float: left;
}

.paginate_disabled_previous {
background-image: url('../images/back_disabled.jpg');
}

.paginate_enabled_previous {
background-image: url('../images/back_enabled.jpg');
}

.paginate_disabled_next {
background-image: url('../images/forward_disabled.jpg');
}

.paginate_enabled_next {
background-image: url('../images/forward_enabled.jpg');
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* DataTables display
*/
table.display {
margin: 0 auto;
width: 100%;
clear: both;
border-collapse: collapse;
}

table.display tfoot th {
padding: 3px 0px 3px 10px;
font-weight: bold;
font-weight: normal;
}

table.display tr.heading2 td {
border-bottom: 1px solid #aaa;
}

table.display td {
padding: 3px 10px;
}

table.display td.center {
text-align: center;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* DataTables sorting
*/

.sorting_asc {
background: url('../images/sort_asc.jpg') no-repeat center right;
}

.sorting_desc {
background: url('../images/sort_desc.jpg') no-repeat center right;
}

.sorting {
background: url('../images/sort_both.jpg') no-repeat center right;
}




/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* DataTables row classes
*/
table.display tr.odd.gradeA {
background-color: #ff7d36;
}

table.display tr.even.gradeA {
background-color: #FDAB7F;
}





table.display tr.odd.gradeB {
background-color: #F5F5F5;
}

table.display tr.even.gradeB {
background-color: #e8e8e8;
}



table.display tr.odd.gradeC {
background-color: #F6F158;
}

table.display tr.even.gradeC {
background-color: #F1EE92;
}

table.display tr.odd.gradeX {
background-color: #7FF76B;
}

table.display tr.even.gradeX {
background-color: #A8F59C;
}

table.display tr.odd.gradeU {
background-color: #379EF6;
}

table.display tr.even.gradeU {
background-color: #60B1F6;
}


tr.odd {
background-color: #F5F5F5;
}

tr.even {
background-color: #e8e8e8;
}





/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Misc
*/
.dataTables_scroll {
clear: both;
}

.top, .bottom {
padding: 15px;
background-color: #F5F5F5;
border: 1px solid #CCCCCC;
}

.top .dataTables_info {
float: none;
}

.clear {
clear: both;
}

.dataTables_empty {
text-align: center;
}

tfoot input {
margin: 0.5em 0;
width: 100%;
color: #444;
}

tfoot input.search_init {
color: #999;
}

td.group {
background-color: #d1cfd0;
border-bottom: 2px solid #A19B9E;
border-top: 2px solid #A19B9E;
}

td.details {
background-color: #d1cfd0;
border: 2px solid #A19B9E;
}


.example_alt_pagination div.dataTables_info {
width: 40%;
}

.paging_full_numbers span.paginate_button,
 .paging_full_numbers span.paginate_active {
border: 1px solid #aaa;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
padding: 2px 5px;
margin: 0 3px;
cursor: pointer;
*cursor: hand;
}

.paging_full_numbers span.paginate_button {
background-color: #ddd;
}

.paging_full_numbers span.paginate_button:hover {
background-color: #ccc;
}

.paging_full_numbers span.paginate_active {
background-color: #99B3FF;
}

table.display tr.even.row_selected td {
background-color: #B0BED9;
}

table.display tr.odd.row_selected td {
background-color: #9FAFD1;
}


/*
* Sorting classes for columns
*/
/* For the standard odd/even */
tr.odd td.sorting_1 {
background-color: #c4c4c4;
}

tr.odd td.sorting_2 {
background-color: #d1d1d1;
}

tr.odd td.sorting_3 {
background-color: #d1d1d1;
}

tr.even td.sorting_1 {
background-color: #d5d5d5;
}

tr.even td.sorting_2 {
background-color: #e2e2e2;
}

tr.even td.sorting_3 {
background-color: #e2e2e2;
}

/* For the Conditional-CSS grading rows */
/*
 Colour calculations (based off the main row colours)
 Level 1:
 dd > c4
 ee > d5
Level 2:
  dd > d1
  ee > e2
*/
tr.odd.gradeA td.sorting_1 {
background-color: #FE6511;
}

tr.odd.gradeA td.sorting_2 {
background-color: #FD9157;
}

tr.odd.gradeA td.sorting_3 {
background-color: #FD9157;
}

tr.even.gradeA td.sorting_1 {
background-color: #FB9964;
}

tr.even.gradeA td.sorting_2 {
background-color: #FD9157;
}

tr.even.gradeA td.sorting_3 {
background-color: #FD9157;
}

tr.odd.gradeB td.sorting_1 {
background-color: #c4c4c4;
}

tr.odd.gradeB td.sorting_2 {
background-color: #d1d1d1;
}

tr.odd.gradeB td.sorting_3 {
background-color: #d1d1d1;
}

tr.even.gradeB td.sorting_1 {
background-color: #d5d5d5;
}

tr.even.gradeB td.sorting_2 {
background-color: #e2e2e2;
}

tr.even.gradeB td.sorting_3 {
background-color: #e2e2e2;
}

tr.odd.gradeC td.sorting_1 {
background-color: #F8F129;
}

tr.odd.gradeC td.sorting_2 {
background-color: #d1d1ff;
}

tr.odd.gradeC td.sorting_3 {
background-color: #d1d1ff;
}

tr.even.gradeC td.sorting_1 {
background-color: #EBE76F;
}

tr.even.gradeC td.sorting_2 {
background-color: #e2e2ff;
}

tr.even.gradeC td.sorting_3 {
background-color: #e2e2ff;
}

tr.odd.gradeX td.sorting_1 {
background-color: #57EF3E;
}

tr.odd.gradeX td.sorting_2 {
background-color: #ffd1d1;
}

tr.odd.gradeX td.sorting_3 {
background-color: #ffd1d1;
}

tr.even.gradeX td.sorting_1 {
background-color: #87EE77;
}

tr.even.gradeX td.sorting_2 {
background-color: #ffe2e2;
}

tr.even.gradeX td.sorting_3 {
background-color: #ffe2e2;
}

tr.odd.gradeU td.sorting_1 {
background-color: #0E8BF6;
}

tr.odd.gradeU td.sorting_2 {
background-color: #d1d1d1;
}

tr.odd.gradeU td.sorting_3 {
background-color: #d1d1d1;
}

tr.even.gradeU td.sorting_1 {
background-color: #3A9DF1;
}

tr.even.gradeU td.sorting_2 {
background-color: #e2e2e2;
}

tr.even.gradeU td.sorting_3 {
background-color: #e2e2e2;
}


/*
* Row highlighting example
*/

.ex_highlight  tbody tr.even:hover,  tbody tr.even td.highlighted {
background-color: #ECFFB3;
}

.ex_highlight  tbody tr.odd:hover,  tbody tr.odd td.highlighted {
background-color: #E6FF99;
}

.ex_highlight_row  tr.even:hover {
background-color: #ECFFB3;
}

.ex_highlight_row  tr.even:hover td.sorting_1 {
background-color: #DDFF75;
}

.ex_highlight_row  tr.even:hover td.sorting_2 {
background-color: #E7FF9E;
}

.ex_highlight_row  tr.even:hover td.sorting_3 {
background-color: #E2FF89;
}

.ex_highlight_row  tr.odd:hover {
background-color: #E6FF99;
}

.ex_highlight_row  tr.odd:hover td.sorting_1 {
background-color: #D6FF5C;
}

.ex_highlight_row  tr.odd:hover td.sorting_2 {
background-color: #E0FF84;
}

.ex_highlight_row  tr.odd:hover td.sorting_3 {
background-color: #DBFF70;
}
.footer {padding:14px;font-size:10px;}
.footer a {text-decoration:none;}
ul.menutop {float:right;margin:0;padding:0;}
ul.menutop li {float:left;list-style:none;}
td.a_left {text-align:left;}
.w500 {width:500px;}
.w700 {width:700px;}
.w900 {width:900px;}
h3.progress{padding:20px 10px;background-color:white;width:930px;}
h3.progress span.counter {font-weight:normal;font-size:12px;margin-left:10px;}
.sms_message {font-size:10px;}

textarea.msisdn_list {width:256px;height:300px;}
textarea.messages_list {width:750px;height:300px;}
div.w320 {width:300px;padding:10px;}
.orange {background-color:#FF9900;}
.green {background-color:#67e46f;}
.violet {background-color:#b964d4;}

ul.sortable {list-style:none;padding:0;}
ul.sortable li {border:1px solid gray;padding:5px;cursor:pointer;margin-bottom:5px;background-color:#f0f0f0;}
ul.sortable li span a {font-size:10px;float:right;}

form input, form select {width:250px; padding: .4em;}
table tr {text-align:right;}

table.summary {
    border-collapse:collapse;
    margin-bottom:20px;
}
table.summary th, table.summary td {
    border:1px solid #333;
    padding:4px 8px;
}
table.summary th {
	text-align: center;
}
table.summary th.l {
    text-align:left;
}
table.summary th.r, table.summary td {
    text-align:right;
}
