
/* global */

.entry {
	font-size: 1.3em;
	line-height: 140%;
	overflow: hidden;
}
.entry strong, .entry b {
	font-weight: bold;
}
.entry em, .entry i {
	font-style: italic;
}
.entry p {
	margin: 1em 0;
}
.entry ul, .entry ol {
	margin: 1em 0 1em 2em;
}
.entry ul li {
	list-style: disc;
	margin: .5em 0;
}
.entry ol li {
	list-style: decimal;
	margin: .5em 0;
}


/* heading */

.entry h1 {
	color: #09af01;
	font-size: 1.69em;
	line-height: 130%;
	font-weight: bold;
	padding: 7px 0 6px 0;
}



/* sidebar */

.b-sidebar ul {
	border-bottom: 1px solid #d9d9d9;	
	margin: 0;
	padding: 0;
}
.b-sidebar ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.b-sidebar ul a {
	background: url(../images/sidebar-buttons.png) repeat-x 0 100px;		
	padding: 8px 12px 8px 20px;
	background-position: 0 -100px;	
	display: block;
	color: #333333;
	text-decoration: none;
}
.b-sidebar ul a:hover {
	background-position: 0 -200px;
	color: black;
}
.b-sidebar ul .current_page_item a {
	background-position: 0 -300px;
	color: black;
	font-weight: bold;
}
.b-sidebar .widgettitle {
	background: url(../images/sidebar-buttons.png) repeat-x 0 0;	
	color: black;
	font-weight: bold;
	padding: 9px 12px 7px 12px;	
}




/* tabs */

.ui-tabs {
	border: 1px solid #89b4cb;
	min-height: 200px;
	margin: 2em 0;
}
.ui-tabs-hide {
	display: none;
}
.ui-widget-header {
	height: 42px;
	overflow: hidden;
}
.entry ul.ui-tabs-nav, .entry .ui-tabs-nav li,
ul.ui-tabs-nav, .ui-tabs-nav li {
	margin: 0;
	padding: 0;	
}
.entry .ui-tabs-nav li, .ui-tabs-nav li {
	display: inline;
	float: left;
	background: #c8ecfb url(../images/login-bck.png) repeat-x top;
	width: 33.3333%;
}
.ui-tabs-nav a {
	display: block;
	height: 29px;
	padding-top: 12px;
	color: black;
	text-decoration: none;
	text-align: center;
	font-size: 1.08em;
	font-weight: bold;
	border-bottom: 1px solid #89b4cb;
	border-left: 1px solid #89b4cb;
	outline: 0;
}
.ui-tabs-nav a.first-child {
	border-left: none;
}
.ui-tabs-nav .ui-state-hover,
.ui-tabs-nav .ui-state-focus {
	background-position: 0 -41px !important;
}
.ui-tabs-nav .ui-state-active {
	background: white !important;
}
.ui-tabs-nav .ui-state-active a {
	border-bottom-color: white !important;
}
.ui-tabs-panel {
	padding: 30px;
	min-height: 140px;
}

.ui-tabs-nav li.tab-system, .ui-tabs-nav li.tab-status {
	width: 225px;	
}
.ui-tabs-nav li.tab-ticket {
	width: 224px;	
}



/* forms */


.entry input[type="text"], 
.entry input[type="password"],
.entry textarea {
	border: 1px solid #a8a8a8;	
	background: #f9f9f9 url(../images/input-text.png) repeat-x top;
	font-size: 1.08em;
	padding: 5px;
}
.entry input[type="submit"], .entry input[type="button"], .entry input[type="reset"] {
	font-size: 1.08em;
	padding: 5px 10px;	
}
.entry select {
	font-size: 1.08em;
	padding: 5px;	
}
.entry input[type="text"]:hover,
.entry input[type="password"]:hover,
.entry textarea:hover {
	border-color: #71a3ca;
}
.entry input[type="text"]:focus,
.entry input[type="password"]:focus,
.entry textarea:focus {
	border-color: #54a6e7;
	background: #fafcfe;
}
.form {
	border: 1px solid #89b4cb;
	padding: 20px 30px;	
	overflow: hidden;
}
.form table {
	width: 100%;
}
.form td {
	padding: 5px 3px;
}
.form th {
	text-align: right;
	padding-right: 12px;
	padding-top: 9px;
	vertical-align: top;
}
.form textarea {
	display: block;
}




#errormessage {
	border: 1px solid #da7c7c;
	color: black;
	background: #f9d4d4 url(../images/icon-error.png) no-repeat 12px 6px;
	font-weight: bold;
	margin: 1em 0 1.5em 0;
	padding: .4em 0 .4em 2.6em;	
	line-height: 130%;	
	text-align: left !important;
}
#infomessage {
	border: 1px solid #d0e5af;
	background: #e9f3dc url(../images/icon-success.png) no-repeat 12px 6px;
	color: #2b3b16;	
	font-weight: bold;
	margin: 1em 0 1.5em 0;
	padding: .4em 0 .4em 2.6em;	
	line-height: 130%;	
	text-align: left !important;
	
}
.error {
	color: #e34400;	
	font-size: 0.85em;
}




.system-status {
	margin-top: -2em !important;
}
.system-status h2 {
	font-weight: bold;
	margin: 2em 0 .4em 0 !important;
	padding: 0;	
	font-size: 1.08em !important;
}
.system-status p {
	margin: 0;
	padding: 0;		
}
.system-status .unplanned_status {
	border: 1px solid #d4702e;
	color: black;
	background: #ffe2cf url(../images/icon-warning.png) no-repeat 13px 12px;
	margin: .6em 0 1.5em 0;
	padding: .8em 0 .8em 3em;	
	line-height: 130%;	
	text-align: left !important;	
}
.system-status h3 {
	font-weight: bold;
	padding-bottom: .3em;
}
.system-status .status_date {
	padding-bottom: .3em;
	font-style: italic;
}


.new-ticket input {
	margin-top: 1em;	
}
.ticket-status form {
	display: block;
	margin-top: 2em;	
}
.ticket-status label {
	padding-right: 12px;	
}
.ticket-status-email {
	width: 240px;
}
.ticket-status-id {
	width: 100px;
}

.field-value {
	display: block;
	padding-top: 4px;	
	color: #01599c;
}
.field-note {
	padding-top: 4px;	
	margin-top: 0 !important;
}
.form-new-ticket input[type="text"] {
	width: 360px;
}
.form-new-ticket textarea {
	width: 460px !important;
}



.table {
	width: 100%;
	border: 1px solid #c6c6c6;
	line-height: 130%;
	margin-top: 1em;
	margin-bottom: 1em;
}
.table thead th {
	background: #e7e7e7 url(../images/plans-table-header.png) repeat-x top;
	text-align: left;
	padding: 8px;
	color: black;
	font-weight: bold;
	border-bottom: 1px solid #c6c6c6;
	text-shadow: white 1px 1px 0;
}
.table tfoot td, .table tfoot th {
	border-bottom: 1px solid #d9d9d9;
	text-align: left;
	padding: 8px;
}
.table tbody td, .table tbody tr th {
	border-bottom: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	text-align: left;
	padding: 8px;
	padding-left: 12px;
}
table.basket .item-name {
	text-align: left;
}
.table tfoot, .table tfoot tr {
 	background: #fffbca;	
}
.table tfoot th {
 	font-weight: bold;
 	text-align: right;
 	background: #fffbca;	
}
.table tfoot td {
 	font-weight: bold;
 	text-align: left; 	
 	background: #fffbca;	
}
.table thead th a {
	color: #01599c;
	text-decoration: none;
}
.table thead th a:hover {
	text-decoration: underline;
}
.ticket-details tbody th {
	background: #f4f4f4;	
	text-shadow: white 1px 1px 0;
}




.ticket-actions {
	text-align: right;
}
.entry .ticket-actions ul {
	margin: 1em 0 1em 0;
	padding: 0;
	float: right;
	overflow: hidden;
}
.entry .ticket-actions li {
	float: left;
	display: inline;
	margin: 0 0 0 20px;
}

.ticket-panel {
	margin-bottom: -1em;
}
.ticket-panel span {
	padding-right: 16px;
}
.refresh {
	float: right;
	margin-bottom: 0 !important;
}


.entry h2 {
	font-weight: bold;
	font-size: 1.23em;
	margin: 1em 0 1em 0;
	color: #01599c;
}


ol.commentlist {
	line-height: 135%;
	margin: 1em 0 2em 0;
	list-style: none;
}
ol.commentlist li.even {
	background-color: white;
	border: 1px solid #dddddd;
}
ol.commentlist li {
	background-color: #f3f3f3;
	border: 1px solid #dddddd;
	padding: 20px 24px 15px 24px;
	margin-bottom: 10px;
	list-style: none;
}
ol.commentlist .avatar {
	background-color: white;
	border: 1px solid #CFD3DC;
	float: right;
	margin: 0 0 10px 15px;
	padding: 4px;
}
ol.commentlist .fn {
	font-weight: bold;
}
ol.commentlist .comment-meta {
	margin-bottom: 1em;
	font-size: 0.85em;
}
ol.commentlist .comment-meta a {
	color: #737373;
}
ol.commentlist .comment-meta a:hover {
	color: #e34400;
}
ol.commentlist em {
	font-size: 0.85em;
	font-style: italic;
	color: red;
}
ol.commentlist li.answer {
	background: #fffde1 !important;
	border-color: #e7b491 !important;
}

.ticket-message textarea {
	width: 650px !important;
}

.ticket-status-login .form {
	min-height: 100px;
}