@CHARSET "UTF-8";

.mugeda_orange{
	color: #F36523;
}
.mugeda_orange_border{
	color: #F36523;
}
.mugeda_orange_bg{
	background-color: #F36523!important;
}

.dialog_in_the_middle {top:50%;width:90%;text-align:center;border:1px}

.dialog_button {padding: 4px;}
#editable_description textarea, #editable_title textarea{font-size:100%; color:#DD5200; border: none;}
.in_place_edit text{ padding:0 3px 0 3px;}
.in_place_edit button {padding: 4px; margin:2px 4px;} 

#dialog_share {display:none}
#dialog_share[state=init] {display:block}
#dialog_share[state=init] *[sharecode], #dialog_share[state=init] *[private] {display:none;}
#dialog_share[state=init] *[init] {display:block}
#dialog_share[state=sharecode] {display:block;}
#dialog_share[state=sharecode] *[init],#dialog_share[state=private] *[private] {display:none;}
#dialog_share[state=sharecode] *[sharecode] {display:block; margin:13px 5px 15px 0px;}
#dialog_share[state=private] {display:block}
#dialog_share[state=private] *[init],#dialog_share[state=private] *[sharecode] {display:none;}
#dialog_share[state=private] *[private] {display:block}

.right {position:absolute;margin:10px 0 10px 0;}
.notificaton {height: 35px;line-height: 32px; display: inline; font-size: 120%; color: #f36523;}
#dialog_share li, #dialog_share ul div {white-space: nowrap}

/* This imageless css button was generated by CSSButtonGenerator.com */
.button { background-color:#f36532; border:1px solid #D88900; display:inline-block; color:#ffffff; font-size:14px;	padding:4px 10px; text-decoration:none;	}

table.pretty thead .title {font-size:120%; width: 25%;}
table.pretty thead .creation_time {font-size:120%; width:25%;}
table.pretty thead .status {font-size:120%; width:25%;}
table.pretty thead .method {font-size:120%; width:25%}
	
table.pretty tbody .title {font-size:120%; overflow:hidden; text-overflow: ellipsis; text-align:center;}
table.pretty tbody .creation_time {font-size:120%}
table.pretty tbody .status {font-size:120%}
table.pretty tbody .method {font-size:120%}

/*
 * Colour dictionary:
 *
 * Table control elements:   #719ba7
 * Header cells:             #66A9BD
 * Body header cells:        #91c5d4
 * Body content cells:       #d5eaf0
 * Body content cells (alt): #bcd9e1
 * Footer header:            #b0cc7f
 * Footer content:           #d7e1c5
 */
div#export_table_wrapper div.ui-widget-header {height:32px}

div.dataTables_length {
	float: left;
}

div.dataTables_filter {
	float: right;
}

div.dataTables_info {
	padding: 9px 6px 6px 6px;
	float: left;
}

div.dataTables_paginate {
	float: right;
}

div.dataTables_length,
div.dataTables_filter,
div.dataTables_paginate {
	padding: 6px;
}

/* Self clearing - http://www.webtoolkit.info/css-clearfix.html */
.dataTables_wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
html[xmlns] .dataTables_wrapper {
	display: block;
}
 
* html .dataTables_wrapper {
	height: 1%;
}


/*
 * Table styles
 */
table.pretty {
	width: 779px;
	clear: both;
}

table.pretty td,
table.pretty th {
	padding: 5px;
	border: 1px solid #fff;
}

/* Header cells */
table.pretty thead th {
	text-align: center;
	background: #66a9bd;
}

/* Body cells */
table.pretty tbody th {
	text-align: left;
	background: #91c5d4;
}
	
table.pretty tbody td {
	text-align: center;
	background: #d5eaf0;
}
		
table.pretty tbody tr.odd td { 
	background: #bcd9e1;
}

/* Footer cells */	
table.pretty tfoot th {
	background: #b0cc7f;
	text-align: left;
}
	
table.pretty tfoot td {
	background: #d7e1c5;
	text-align: center;
	font-weight: bold;
}

#service {
    line-height:24px;
}
#service sec{
    font-size:16px;
    font-weight:bold;
}
#service subsec{
    font-weight:bold;
}

#service ul{
    list-style-type:decimal;
}

#service li{
    list-style:inherit;
    margin-left:16px;
}

da-popup .ui-dialog-titlebar {background:#E65A02;} 
.mugeda-popup iframe {border: 1px solid #cccccc; padding:1px;} 
.mugeda-popup video {border: 1px solid #cccccc; padding:1px;} 

.ui-widget-header {background:none;border:none;border-bottom: 1px solid #666;border-radius:0;}
