@charset "utf-8";

/* CSS Document */

.fixed {
    position: fixed;
    top: 0;
}

input:focus {
	background-color: #CCC;
}

textarea:focus {
	background-color: #CCC;
}

img {
	border: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .8em;
    background: #b3b3b3;
    margin: 0;
    padding: 0;
    line-height: 1.6em;
}

.mainFrame #container {
	width: 98%;
	margin: 15px 1% 1% 1%;
	/*border: 1px solid #d6d6d6;*/
	text-align: left;
}

.mainFrame #header {
	width: 100%;
	height: 76px;
}

.mainFrame #header #header_center {
	height: 76px;
	background: url("../_img/core_main/header_center.gif") repeat-x;
}

.mainFrame #header #header_right {
	float: right;
}

.mainFrame #header #header_left {
	float: left;
	height: 76px;
	background: url("../_img/core_main/header_left_sw.gif") no-repeat;
}

.mainFrame #header img {
	border: none;
	float: left;
}

.mainFrame #outerFrame {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;
    margin-bottom: 30px;
}

#colLeft {
	float:left;
	width:100%;
	position:relative;
}

.mainFrame #standard {
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}

.mainFrame #contentHeader {
	height: 18px;
}

.mainFrame #contentHeader #top_left {
	float: left;
}

.mainFrame #contentHeader #top_center {
	background: url("../_img/core_main/top_center.gif") repeat-x;
}

.mainFrame #contentHeader #top_right {
	float: right;
}

.mainFrame #Content {
	padding: 0px 0px 0px 10px;
}

.mainFrame #Content #center {
	width: 100%;
	min-height: 20em;
}

.mainFrame #Content #Text {
	margin: 5px;
	float: left;
}

.mainFrame #ContentFooter {
	height: 10px;
}

.mainFrame #contentFooter #bottom_left {
	float: left;
}

.mainFrame #contentFooter #bottom_center {
	background: url("../_img/core_main/bottom_center.gif") repeat-x;
}

.mainFrame #contentFooter #bottom_right {
	float: right;
}

.mainFrame #main_content {

    background: #F1F1F1;

	margin: 0 5px 0 0;
    padding: 15px 6px;

    -webkit-box-shadow: -4px 0px 5px #666666; /* webkit browser*/
    -moz-box-shadow: -4px 0px 5px #666666; /* firefox */
    box-shadow: -4px 0px 5px #666666;

    -webkit-border-radius: 8px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 8px;
    -moz-border-radius-topleft: 0;
    border-radius: 8px;
    border-top-left-radius: 0;

}

.mainFrame #navigation_1 {
	width: 210px;
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
	margin-right:2px;
}

.menuback {
	padding-top: 3px;
	padding-left: 2px;
	width: 960px;
	margin: 0px auto;
	height: 30px;
	vertical-align: top;
	text-align: left;
	line-height: normal;
	/*border: 1px solid #ff0000;	*/
}

#menu {
	position: absolute;
	top: 50px;
	margin-left: 220px;
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.mainFrame #footer {
	width: 100%;
	height: 22px;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #666666;

    margin-left: 5px;
}


.mainFrame #footer #footer_center {
	text-align: left;
	color: #ffffff;
	text-align: right;
	padding-right: 85px;
}

.mainFrame #footer_center {
    margin-top: 15px;
    padding: 2px;
    padding-left: 5px;
    line-height: 20px;
}

.mainFrame #footer #footer_right {
	float: right;
}
.mainFrame #footer img {
    margin-top: -29px;
}

#print_button,#sort_button {
	margin-top: 10px;
}

#print_button img,#sort_button img {
	float: left;
}

#print_button span,#sort_button span {
	float: left;
	background: url("../_img/buttons/button_mid.png") repeat-x;
	height: 20px;
	padding: 0 5px;
	color: #000000;
	text-decoration: none;
}

#content_toolbar {
	background: #666666 url(../_img/core_main/top_left2.gif) top left no-repeat;
	padding: 0;
	width:100%;
	height:40px;
}

#content_toolbar_body {
	background: #666666 url(../_img/core_main/mid_left2.gif) left repeat-y;
	padding-right:3px;
}
#content_toolbar_body h2,
#content_toolbar h2 {
	color:#ccc;
	font-size:12px;
	margin:0 0 5px 5px;
	border-bottom:1px solid #ccc;
	clear:both;
}

#content_toolbar_body img {
	vertical-align: middle;
}

#content_toolbar_body a > span,
#content_toolbar_body > span {
	padding: .2em .4em;
	vertical-align: middle;
	display:block;
	cursor: pointer;
	background-color: #f1f1f1;
	margin: 0 0 1px 3px;
	width:186px;
	border-right:10px solid #666;
	border-bottom:1px solid #cccccc;
	border-top:1px solid #cccccc;


}

#content_toolbar_body a > span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#content_toolbar_body a > span > img {
    float:left;
}

#content_toolbar_body > span.nobottomborder,
#content_toolbar_body > span:hover,
#content_toolbar_body a > span.nobottomborder,
#content_toolbar_body a > span:hover {
	border-right:10px solid #e78500;
}

#content_toolbar_body span.nobottomborder:hover {
	background-color: #f1f1f1;
}

#content_toolbar_body span.nobottomborder:hover a {
	color: #000000;
}

#content_toolbar_body a span:hover {
	color: #000000;
}

#content_toolbar_body a {
	text-decoration: none;
	color: #000;
	height:auto;
	padding:0;
}

#content_toolbar_bottom {
	background: #666666 url(../_img/core_main/bottom_left2.gif) bottom left no-repeat;
	height:10px;
}

#sectionTitle {
	font-size: 0.8em;
	background-color: #666666;
	line-height: 2.4em;
	float: left;
	margin: 0 0 0 10px;
	display:block;
	text-transform: uppercase;
	color: #ffffff;
}
#sectionTitle a{
	text-decoration: none;
	color: white;
}

.tab_inactive {
	color: #999999;
}

#nav_spacer {
	width: 151px;
	height: 40px;
	float: left;
}

#nav_container {
	background:#f1f1f1;
	border-bottom:1px solid #666666;
	width:100%;
	margin-bottom:5px;
}

#nav_container table{
	padding:0;
}
#nav_container th,
#nav_container td{
	padding:0 2px;
}
#nav_container th{
	border-bottom:1px solid #ccc;
}

td.tbl-cell a {
	text-decoration: underline;
	color: #000;
}

.toolbar_drop {
	margin-bottom:5px;
}

.toolbar_drop div {
	background-color: #666;
	margin-right: 15px;
	padding: 2px 5px;
}


#typeswitch{
	margin:0 0 20px 10px;
	clear:both;
}

.itemSum {
	float:right;
}

.control_panel {
    left: 0;
    right: 0;
    height: 30px;
    bottom: 0;
    position: fixed;
    border-top: 1px solid #666666;
    padding-left: 10px;
}

.control_group {
    line-height: 20px;
    min-width: 200px;
    border-right: 1px solid #999999;
    padding: 5px;
    float:left;
}

.control_group:hover {
    line-height: 20px;
    min-width: 200px;
    border-right: 1px solid #999999;
    padding: 5px;
    float: left;
}

.control_panel .pop-over {
    background: none repeat scroll 0 0 white;
    width: 400px;
    height: auto;
    border: 1px solid #AAA;
    border-bottom: 0;

    min-height: 275px;

    max-height: 905px;
    left: 10px;
    bottom: 33px;
    display: none;
    z-index: 1200;
    height: auto;
    position: absolute;

    right: auto;
    top: auto;
}

.control_panel .pop-over.control_panel_services {
    width: 400px;
    min-height: 275px;

    max-height: 905px;
    left: 220px;
}

.control_panel .pop-over.control_panel_notifications {
    width: 400px;
    min-height: 275px;

    max-height: 905px;
    left: 430px;
}

.control_panel .pop-over-list li > a span{
    width: 100%;
    display: block;
}

.control_panel .pop-over-list li > a span.shortdescription {
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    margin-left: 18px;
}

.control_panel .pop-over-list li > a:hover{
    background-color: #eeeeee;
    color: #333333;
}

.control_panel .control_panel_wf_controls {

    position: fixed;
    top: -100px;
    right: -100px;
    display:none;
    font-size: 10px;
    color: #33aa33;
    text-decoration: underline;
}

.control_panel .control_panel_wf_controls.offline {
    color: #aa3333;
}

.control_panel_watchfolder .pop-over-list a:hover .control_panel_wf_controls {
    position: absolute;
    display: block;
    top: 5px;
    right: 10px;
    width: 50px;
    height: 15px;
}

.control_panel span.control_panel_entry {
    font-size: 17px;
    line-height: 17px;
    display: block;
}
.control_panel span.element_ok:before {
    content:url('../_img/online.png');
    margin-right: 3px;
}

.control_panel span.hidden:before {
    visibility: hidden;
}

.control_panel span.count {
    position: relative;
    top: -2px;
    float: right;
}

.control_panel .control_group .control_panel_count_yel {
    background-color: #cccc00;

    box-shadow: 0 2px 3px #aaaa00;
    -moz-box-shadow: 0 2px 3px #aaaa00;
    -ms-box-shadow: 0 2px 3px #aaaa00;
    -o-box-shadow: 0 2px 3px #aaaa00;
    -webkit-box-shadow: 0 2px 3px #aaaa00;
}

.control_panel .control_group .control_panel_count_red {
    background-color: #cc0000;

    box-shadow: 0 2px 3px #aa0000;
    -moz-box-shadow: 0 2px 3px #aa0000;
    -ms-box-shadow: 0 2px 3px #aa0000;
    -o-box-shadow: 0 2px 3px #aa0000;
    -webkit-box-shadow: 0 2px 3px #aa0000;
}

.control_panel .control_group .control_panel_count_gr {
    background-color: #00cc00;

    box-shadow: 0 2px 3px #00aa00;
    -moz-box-shadow: 0 2px 3px #00aa00;
    -ms-box-shadow: 0 2px 3px #00aa00;
    -o-box-shadow: 0 2px 3px #00aa00;
    -webkit-box-shadow: 0 2px 3px #00aa00;
}

.control_panel .control_group .control_panel_count_nonote {
    background-color: #cccccc;

    box-shadow: 0 2px 3px #aaaaaa;
    -moz-box-shadow: 0 2px 3px #aaaaaa;
    -ms-box-shadow: 0 2px 3px #aaaaaa;
    -o-box-shadow: 0 2px 3px #aaaaaa;
    -webkit-box-shadow: 0 2px 3px #aaaaaa;
}


.control_panel span.element_notok:before {
    content: url('../_img/offline.png');
    margin-right: 3px;
}