/* Live Services */

/*live toggler */

div#toggler h1, div#toggler h3, div#toggler p {
	padding: 0;
	margin: 0;
}



div#toggler h1, div#toggler h3, div#toggler p {
	padding: 0;
	margin: 0;
}

div#toggler a:link, div#toggler a:visited {
	color: #5275b4;
	font-weight: bold;
	outline: none;
}

div#toggler a:hover, div#toggler a:active {
	color: #849cc9;
}

div#toggler strong {
	color: #e0542f;
}

em {
	font-style: normal;
	color: #769531;
}

#toggler {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%; /*stoopid ie*/
	height:400px;
	float:left;
	margin: 0 0 10px;
	padding: 12px 0 0px 15px;
}

div#toggler h3 {
	padding: 4px;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
	cursor: pointer;
	border-bottom: 2px solid #F4F4F4;
}

div#toggler h4 {
	margin: 0;
	padding: 5px 10px 0;
	font-size: 12px;
	color: #333;
	border-bottom: 1px solid #eee;
}

div#toggler ol {
	margin: 0;
	padding: 0 10px 5px 35px;
}

div#toggler h3 a:link, div#toggler h3 a:visited {
	font-weight: normal;
	letter-spacing: 2px;
	display: block;
	text-decoration: none;
	color: #222;
}

div#toggler h3 a:hover, div#toggler h3 a:active {
	color: #222;
}

/*div#toggler h3.news, div#toggler h3.mootools {
	background: #adc96d;
}

div#toggler h3.gethelp, div#toggler h3.prototype {
	background: #c1d791;
}*/

div#toggler p {
	padding: 5px 10px;
	color: #444;
	background: #fff;
}

#content_right table {
	margin:0;
	line-height:normal;
}

.status-ok {
	background: #fff url(../images/status-ok.png) 12px 3px no-repeat;
	padding-left:37px !important;
}

.status-warning {
	background: #FFF url(../images/status-warning.png) 12px 3px no-repeat;
	padding-left:37px !important;
}

.status-database {
	background: url(../images/page_white_database.png) 12px 3px scroll no-repeat;
	padding-left:30px !important;
}

.status-error {
	background: #fff url(../images/status-error.png) 12px 3px no-repeat;
	padding-left:37px !important;
}

.status-maintenance {
	background: #fff url(../images/clock.png) 12px 3px no-repeat;
	padding-left:37px !important;
}

table .status-ok {
	background: transparent url(../images/status-ok.png) center top no-repeat;
	padding-left:37px !important;
	height:16px;
	text-align:left;
}

table .status-warning {
	background: transparent url(../images/status-warning.png) center top no-repeat;
	padding-left:37px !important;
	height:16px;
	text-align:left;
}

table .status-error {
	background: transparent url(../images/status-error.png) center top no-repeat;
	padding-left:37px !important;
	height:16px;
	text-align:left;
}

table .status-maintenance {
	background: transparent url(../images/clock.png) center top no-repeat;
	padding-left:37px !important;
	height:16px;
	text-align:left;
}

table .status-resolved {
	background: transparent url(../images/bug_add.png) center top no-repeat;
	padding-left:37px !important;
	height:16px;
	text-align:left;
}

#toggler table .status-ok {
	background: transparent url(../images/status-ok.png) 5px top scroll no-repeat;
	padding-left:30px !important;
	height:16px;
	cursor:pointer; /*stupid ie*/
	text-align:left;
}

#toggler table .status-warning {
	background: transparent url(../images/bug_error.png) 5px top scroll no-repeat;
	padding-left:30px !important;
	height:16px;
	cursor:pointer; /*stupid ie*/
	text-align:left;
}

#toggler table .status-error {
	background: transparent url(../images/status-error.png) 5px top scroll no-repeat;
	padding-left:30px !important;
	height:16px;
	cursor:pointer; /*stupid ie*/
	text-align:left;
}

#toggler table .status-maintenance {
	background: transparent url(../images/clock.png) 5px top scroll no-repeat;
	padding-left:30px !important;
	height:16px;
	cursor:pointer; /*stupid ie*/
	text-align:left;
}

.table {
	width:100%;
}

.top-td {
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #ccc;
	width:100%;
}

#content_right .ok {
	background:#e9f5e8 url(../images/status-ok.png) no-repeat scroll 10px center;
	border:2px solid #6DC361;
	color:#477F3F;
	font-weight:bold;
	margin:10px 0pt;
	padding:5px 20px 5px 35px;
	text-align:left;
}

#content_right .warning {
	background:#FFF6BF url(../images/status-warning.png) no-repeat scroll 10px 6px;
	border:2px solid #FFD324;
	color:#EA6B58;
	margin:10px 0pt;
	padding:5px 20px 5px 35px;
	text-align:left;
	font-weight:bold;
}

#content_right .warning table, #content_right .error table, #content_right .ok table  {
	font-weight:normal;
}

#content_right .warning table th, #content_right .error table th, #content_right .ok table th, #content_right .maintenance table th {
	font-weight:bold;
	font-size:0.9em;
}

#content_right .error {
	background:#f9e9e6 url(../images/status-error.png) no-repeat scroll 10px 6px;
	border:2px solid #EA6B58;
	color:#EA6B58;
	font-weight:bold;
	margin:10px 0pt;
	padding:5px 20px 5px 35px;
	text-align:left;
}

#content_right .maintenance {
	background:#E5F4FD url(../images/clock.png) no-repeat scroll 10px 6px;
	border:2px solid #A8BFD6;
	margin:10px 0pt;
	padding:5px 20px 5px 35px;
	text-align:left;
}


/* ###################### */

.liveservices table {
	border: none;
	color: #495E49;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	width: 100%;
	text-align:center;
	background: none;
}

.liveservices .warning table td, .liveservices .warning table th {
	border-bottom-color:#EFE3B3;
}

.liveservices .error table td, .liveservices .error table th {
	border-bottom-color:#DFD3D1;
}

#acontent_right.liveservices h2 {
	margin:5px 0;
	font-size:12px;
}

.liveservices table a:link, .liveservices table a:visited, .liveservices table a:active {
	background-color: transparent;
	color: #0096BD;
	text-decoration: none;
}

.liveservices table a:hover {
	color: #000000;
}

.liveservices table caption {
	background-color: transparent;
	font-size: 24px;
	padding-bottom: 12px;
	padding-left: 8px;
	text-align: left;
}

.liveservices tbody td, .liveservices tbody th {
	border-bottom: 2px solid #D1E4EF;
	padding: 9px 3px;
	font-size:0.9em;
	background:transparent;
	color: #495E49;
	text-align:center;
}

.liveservices tbody tr.odd th, .liveservices tbody tr.odd td {
	background-color: #C8EDAE;
	border-bottom: 2px solid #67BD2A;
}


.liveservices td, .liveservices th {
	vertical-align: middle;
}

.liveservices tfoot td, .liveservices tfoot th {
	font-weight: bold;
	padding: 4px 8px 6px 9px;
}

.liveservices thead th {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	padding: 0 8px 2px 8px;
	white-space: nowrap;
}

#toggler .description {
	padding: 2px 0;
	margin-left:10px;
	margin-right:2px;
	border:none;
/*	background: #A8BFD6;	*/
}
#toggler div.description {
	background: #D1E4EF url(../images/page_copy.png) no-repeat scroll 10px center;
	padding:5px 20px 5px 35px;
	text-align:left;
}

/* ######################## */

#toggler table {
	background-color: #FFFFFF;
	border: none;
	color: #495E49;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin:0;
	width:100%;
}

#toggler table a:link, #toggler table a:visited, #toggler table a:active {
	background-color: transparent;
	color: #0096BD;
	text-decoration: none;
}

#toggler table a:hover {
	color: #000000;
}

#toggler tbody td, #toggler tbody th {
	background-color: #D6F2C3;
	border-bottom: 2px solid #B3DE94;
	border-top: 0px solid #FFFFFF;
	padding: 3px 7px;
	text-align:left;
}

#toggler th {
	color: #495E49;
}

#toggler tbody tr.odd th, #toggler tbody tr.odd td {
	background-color: #C8EDAE;
	border-bottom: 2px solid #67BD2A;
}

#toggler tbody tr:hover td, #toggler tbody tr:hover th {
	background-color: #BAE899;
}

#toggler tfoot td, #toggler tfoot th {
	font-weight: bold;
}

#toggler thead th {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	padding: 0 8px 2px 8px;
	white-space: nowrap;
}
