﻿body {
	margin: 0px;
	font-family: 'Segoe UI', Tahoma, Helvetica;
}
hr {
	margin-top:5px;
	margin-bottom:5px;
	color: #000000;
	filter:alpha(opacity=25);
	-moz-opacity:0.25;
	-khtml-opacity: 0.25;
	opacity: 0.25;

}
	 
	
form {
	margin: 0px;
}
.button-general {
	height: 26px;
	font-family: 'Segoe UI', Tahoma, Helvetica;
	background-image: url('../../GlobalAssets/Images/Backgrounds/general-blue-bg.png');
	border-right: #C7E6EB 1px solid;
	border-top: #C7E6EB 1px solid;
	border-left: #C7E6EB 1px solid;
	border-bottom: #C7E6EB 1px solid;
	background-repeat: repeat-x;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 11px;
		cursor: pointer;

}

.button-general:hover {
	height: 26px;
	font-family: 'Segoe UI', Tahoma, Helvetica;
	background-image: url('../../GlobalAssets/Images/Backgrounds/general-dark-blue-bg.png');
	border-right: #1271A0 1px solid;
	border-top: #1271A0 1px solid;
	border-left: #1271A0 1px solid;
	border-bottom: #1271A0 1px solid;
	background-repeat: repeat-x;
	color: White;
		cursor: pointer;

}

.button-grid {
	height: 20px;
	font-family: 'Segoe UI', Tahoma, Helvetica;
	background-image: url('../../GlobalAssets/Images/Backgrounds/general-blue-bg.png');
	border-right: #1271A0 1px solid;
	border-top: #1271A0 1px solid;
	border-left: #1271A0 1px solid;
	border-bottom: #1271A0 1px solid;
	margin-left: 5px;
	font-size: 11px;
		cursor: pointer;
}
.button-small {
	height: 20px;
	font-family: 'Segoe UI', Tahoma, Helvetica;
	background-image: url('../../GlobalAssets/Images/Backgrounds/general-blue-bg.png');
	border-right: #1271A0 1px solid;
	border-top: #1271A0 1px solid;
	border-left: #1271A0 1px solid;
	border-bottom: #1271A0 1px solid;
	margin-left: 5px;
	font-size: 11px;
		cursor: pointer;
}
.button-small:hover {
	height: 20px;
	font-family: 'Segoe UI', Tahoma, Helvetica;
	background-image: url('../../GlobalAssets/Images/Backgrounds/general-dark-blue-bg.png');
	border-right: #1271A0 1px solid;
	border-top: #1271A0 1px solid;
	border-left: #1271A0 1px solid;
	border-bottom: #1271A0 1px solid;
	background-repeat: repeat-x;
	color: White;
		cursor: pointer;
}
.button-small-right {
	height: 20px;
	font-family: 'Segoe UI', Tahoma, Helvetica;
	background-image: url('../../GlobalAssets/Images/Backgrounds/general-blue-bg.png');
	border-right: #1271A0 1px solid;
	border-top: #1271A0 1px solid;
	border-left: #1271A0 1px solid;
	border-bottom: #1271A0 1px solid;
	margin-left: 150px;
	font-size: 11px;
		cursor: pointer;
}
.button-small-right:hover {
	height: 20px;
	font-family: 'Segoe UI', Tahoma, Helvetica;
	background-image: url('../../GlobalAssets/Images/Backgrounds/general-dark-blue-bg.png');
	border-right: #1271A0 1px solid;
	border-top: #1271A0 1px solid;
	border-left: #1271A0 1px solid;
	border-bottom: #1271A0 1px solid;
	background-repeat: repeat-x;
	color: White;
		cursor: pointer;
}
.button-grid:hover {
	height: 20px;
	font-family: 'Segoe UI', Tahoma, Helvetica;
	background-image: url('../../GlobalAssets/Images/Backgrounds/general-dark-blue-bg.png');
	border-right: #1271A0 1px solid;
	border-top: #1271A0 1px solid;
	border-left: #1271A0 1px solid;
	border-bottom: #1271A0 1px solid;
	background-repeat: repeat-x;
	color: White;
		cursor: pointer;
}
button {
	height: 26px;
	font-family: 'Segoe UI', Tahoma, Helvetica;
	background-image: url('../../GlobalAssets/Images/Backgrounds/general-blue-bg.png');
	border-right: #C7E6EB 1px solid;
	border-top: #C7E6EB 1px solid;
	border-left: #C7E6EB 1px solid;
	border-bottom: #C7E6EB 1px solid;
	background-repeat: repeat-x;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 11px;
		cursor: pointer;
}
button:hover {
	height: 26px;
	font-family: 'Segoe UI', Tahoma, Helvetica;
	background-image: url('../../GlobalAssets/Images/Backgrounds/general-dark-blue-bg.png');
	border-right: #1271A0 1px solid;
	border-top: #1271A0 1px solid;
	border-left: #1271A0 1px solid;
	border-bottom: #1271A0 1px solid;
	background-repeat: repeat-x;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	color: White;
		cursor: pointer;
}
.required-bullet {
	height: 22px;
	width: 22px;
	font-family: 'Segoe UI', Tahoma, Helvetica;
	background-image: url('../../GlobalAssets/Images/Backgrounds/required-bullet-bg.png');
	background-repeat: no-repeat;
}
.textbox-general {
	height: 18px;
	font-family: 'Segoe UI', Tahoma, Helvetica;
	background-image: url('../../GlobalAssets/Images/Backgrounds/textbox-general.png');
	background-repeat: repeat-x;
	font-size: 14px;
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	margin-bottom: 5px;
	padding:3px;
}
.textbox-general-active {
	font-family: 'Segoe UI', Tahoma, Helvetica;
	background-repeat: repeat-x;
	font-size: 16px;
	border-right: #1188C0 2px solid;
	border-top: #1188C0 2px solid;
	border-left: #1188C0 2px solid;
	border-bottom: #1188C0 2px solid;
	margin-bottom: 5px;
	padding:3px;
}
.textbox-commentbox {
	height: 50px;
	font-family: 'Segoe UI', Tahoma, Helvetica;
	font-size: 14px;
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	margin-bottom: 5px;
	padding:3px;
}
.textbox-commentbox-active {
	font-family: 'Segoe UI', Tahoma, Helvetica;
	background-repeat: repeat-x;
	font-size: 16px;
	height: 50px;
	border-right: #1188C0 2px solid;
	border-top: #1188C0 2px solid;
	border-left: #1188C0 2px solid;
	border-bottom: #1188C0 2px solid;
	margin-bottom: 5px;
	padding:3px;
}
.textbox-commentbox-required {
	height: 18px;
	font-family: 'Segoe UI', Tahoma, Helvetica;
	font-size: 14px;
	border-right: #CC0000 4px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	margin-bottom: 5px;
	padding:3px;
}
.textbox-commentbox-required-active {
	font-family: 'Segoe UI', Tahoma, Helvetica;
	background-repeat: repeat-x;
	font-size: 16px;
	height: 50px;
	border-right: #CC0000 4px solid;
	border-top: #CC0000 2px solid;
	border-left: #CC0000 2px solid;
	border-bottom: #CC0000 2px solid;
	margin-bottom: 5px;
	padding:3px;
}
.textbox-required {
	height: 18px;
	font-family: 'Segoe UI', Tahoma, Helvetica;
	background-image: url('../../GlobalAssets/Images/Backgrounds/textbox-general.png');
	background-repeat: repeat-x;
	font-size: 14px;
	border-right: #CC0000 4px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	margin-bottom: 5px;
	padding:3px;
}
.texbox-watermarked {
	height: 18px;
	font-family: 'Segoe UI', Tahoma, Helvetica;
	background-image: url('../../GlobalAssets/Images/Backgrounds/textbox-general.png' );
	background-repeat: repeat-x;
	font-size: 14px;
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	margin-bottom: 5px;
	color: gainsboro;
	padding:3px;
}
.textbox-required-active {

	font-family: 'Segoe UI', Tahoma, Helvetica;
	background-repeat: repeat-x;
	font-size: 16px;
	border-right: #CC0000 4px solid;
	border-top: #CC0000 2px solid;
	border-left: #CC0000 2px solid;
	border-bottom: #CC0000 2px solid;
	margin-bottom: 5px;
	padding:3px;
}
.listbox-general {
	height: 20px;
	font-family: 'Segoe UI', Tahoma, Helvetica;
	background-image: url('../../GlobalAssets/Images/Backgrounds/textbox-general.png');
	background-repeat: repeat-x;
	font-size: 14px;
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
}
.panel-general {
	background-color: #ffffff;
	background-image: url(images/main-frame-bg.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	font-family: 'Segoe UI', Tahoma, Helvetica;
	font-size: 13px;
}
.panel-comboboxitem {
	padding: 3px;
	font-family: 'Segoe UI', Tahoma, Helvetica;
	font-size: 14px;
	border-top: whitesmoke 1px solid;
	cursor:pointer;
}
.panel-comboboxitem-hover {
	padding: 3px;
	font-family: 'Segoe UI', Tahoma, Helvetica;
	cursor:pointer;
	font-size: 14px;
	border-top: whitesmoke 1px solid;
	background: #C9E7EC url('../../GlobalAssets/Images/Backgrounds/general-blue-bg.png') repeat-x;

	border-top: #C9E7EC 1px solid;

	border-bottom: #C9E7EC 1px solid;
}

.panel-expando-menu-body {

	background: #C9E7EC url('../../GlobalAssets/Images/controls/expandomenu/menu-body.png') repeat-x;
	border-left: #C9E7EC 1px solid;
	border-right: #C9E7EC 1px solid;	
}

.panel-expando-menu-tab {
 cursor:pointer;
	background: transparent url('../../GlobalAssets/Images/controls/expandomenu/menu-tab-bg.png') repeat-x;
}

.label-general {
	font-size: 12px;
	color: black;
	font-family: 'Segoe UI', Tahoma, Helvetica;
	font-weight: bold;
	line-height: 20px;
}
.label-inline-nobold-indented {
	font-size: 12px;
	color: black;
	font-family: 'Segoe UI', Tahoma, Helvetica;
	line-height: 20px;
	margin-left:10px;
}
.label-inline-no-bold {
	font-size: 12px;
	color: black;
	font-family: 'Segoe UI', Tahoma, Helvetica;
	line-height: 20px;
}
.label-inline-box {
	height: 26px;
	font-family: 'Segoe UI', Tahoma, Helvetica;
	background-image: url('../../GlobalAssets/Images/Backgrounds/general-blue-bg.png');
	border-right: #C7E6EB 1px solid;
	border-top: #C7E6EB 1px solid;
	border-left: #C7E6EB 1px solid;
	border-bottom: #C7E6EB 1px solid;
	background-repeat: repeat-x;
	margin-bottom:2px;
	cursor: pointer;
	padding:2px;
	font-size: 12px;
	line-height: 26px;
}
.label-inline-box:hover {
background-image: url('../../GlobalAssets/Images/Backgrounds/general-dark-blue-bg.png');
	border-right: #1271A0 1px solid;
	border-top: #1271A0 1px solid;
	border-left: #1271A0 1px solid;
	border-bottom: #1271A0 1px solid;
	background-repeat: repeat-x;
	color: White;
}
.checkbox-general {
	font-size: 13px;
	margin-bottom: 5px;
	color: black;
	font-family: 'Segoe UI', Tahoma, Helvetica;
}
.panel-sub-heading {
	font-size: 20px;
	margin-bottom: 5px;
	color: black;
	font-family: 'Segoe UI', Tahoma, Helvetica;
}

.panel-editable {
	margin-bottom: 5px;
	color: black;
	padding: 4px;
	overflow: visible;
	padding-right: 25px;
	cursor: pointer;
}
.panel-editable-hover {


	margin-bottom: 4px;
	color: black;
	background-image: url(../../GlobalAssets/Images/Backgrounds/panel-editable-hover.png);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 4px;
	overflow: visible;
	padding-right: 25px;
	cursor: pointer;


	border-left: #C7E6EB 1px solid;
	
}


.panel-editable-bottom {
	margin-bottom: 10px;
	color: black;
	padding: 4px;
	overflow: visible;
	padding-right: 25px;
	cursor: pointer;
	padding-left: 35px;
	background-image: url(../../GlobalAssets/Images/Backgrounds/panel-editable-bottom.png);
	background-repeat: no-repeat;
	background-position: top left;

}
.panel-detailable-bottom {
	margin-bottom: 5px;
	color: black;
	padding: 4px;
	overflow: visible;
	padding-left: 30px;
	cursor: pointer;
	background-image: url(../../GlobalAssets/Images/Backgrounds/panel-detailable-bottom.png);
	background-repeat: no-repeat;
	background-position: center left;
}
.panel-detailable-hover-bottom {
	margin-bottom: 4px;
	color: black;
	background-image: url(../../GlobalAssets/Images/Backgrounds/panel-detailable-hover-bottom.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 4px;
	overflow: visible;
	padding-left: 25px;
	cursor: pointer;
}

.panel-nested-combobox-one {
    margin-left:0px;
}
.panel-nested-combobox-two
{
margin-top:5px;
    padding-left: 21px;
    background-image: url(../../GlobalAssets/Images/Drilldown.png);
    background-repeat: no-repeat;
    background-position: 0px 20px;
}

.panel-nested-combobox-three {
    padding-left: 42px;
    background-image: url(../../GlobalAssets/Images/Drilldown.png);
    background-repeat: no-repeat;
    background-position: 21px 20px;
margin-top:5px;
}
.panel-nested-combobox-four {
    padding-left: 63px;
    background-image: url(../../GlobalAssets/Images/Drilldown.png);
    background-repeat: no-repeat;
    background-position: 42px 20px;
  margin-top:5px;  
    
}




.shared-folder {
	margin-bottom: 2px;
	color: black;
	background-image: url(../../GlobalAssets/Images/Backgrounds/panel-shared-folder.png);
	background-repeat: no-repeat;
	background-position: center right;
	padding: 3px;
	overflow: visible;
	padding-right: 25px;
	cursor: pointer;
	font-size:11px;
}
.shared-folder-selected {
	margin-bottom: 2px;
	color: black;
	background-image: url(../../GlobalAssets/Images/Backgrounds/panel-shared-folder.png);
	background-repeat: no-repeat;
	background-position: center right;
	padding: 3px;
	overflow: visible;
	padding-right: 25px;
	cursor: pointer;
	font-size:11px;
	font-weight:bold;
}
.shared-folder-hover {
	margin-bottom: 2px;
	color: black;
	background-image: url(../../GlobalAssets/Images/Backgrounds/panel-shared-folder.png);
	background-repeat: no-repeat;
	background-position: center right;
	padding: 3px;
	overflow: visible;
	padding-right: 25px;
	cursor: pointer;
	font-size:11px;
	font-weight:bold;
	 text-decoration:underline;
}
.folder {
	margin-bottom: 2px;
	color: black;
	padding: 3px;
	overflow: visible;
	padding-right: 25px;
	cursor: pointer;
	font-size:11px;
}
.folder-selected {
	margin-bottom: 2px;
	color: black;
	padding: 3px;
	overflow: visible;
	padding-right: 25px;
	cursor: pointer;
	font-size:11px;
	font-weight:bold;
}
.folder-hover {
	margin-bottom: 2px;
	color: black;
	padding: 3px;
	overflow: visible;
	padding-right: 25px;
	cursor: pointer;
	font-size:11px;
    text-decoration:underline;
}
.panel-editable-hover-bottom {
	margin-bottom: 10px;
	color: black;
	background-image: url(../../GlobalAssets/Images/Backgrounds/panel-editable-hover-bottom.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 4px;
	overflow: visible;
	padding-left: 35px;
	cursor: pointer;
}
.panel-heading {
	font-size: 20px;
	margin-bottom: 5px;
	color: black;
	font-family: 'Segoe UI', Tahoma, Helvetica;
}
.panel-heading-text {
	width: 100%;
	font-size: 11px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	color: black;
	font-family: 'Segoe UI', Tahoma, Helvetica;
	border-bottom: #cccccc 1px dotted;
}
.panel-sub-sub-heading {
	font-size: 20px;
	margin-bottom: 5px;
	color: black;
	font-family: 'Segoe UI', Tahoma, Helvetica;
}
.panel-sub-heading-text {
	width: 100%;
	font-size: 11px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	color: black;
	font-family: 'Segoe UI', Tahoma, Helvetica;
	border-bottom: #cccccc 1px dotted;
}
.panel-hover-menu {
	padding-top: 5px;
	margin-top: 10px;
}
.panel-click-menu
{
	border-right: #BEE2E8 2px solid;
    padding: 10px;
    width: 475px;
    font-family: 'Segoe UI' , Tahoma, Helvetica;
    font-size: 11px !important;
    z-index: 5;
    background-color: transparent;
    background-repeat: no-repeat;
	padding-left:15px;
	background-image: url(../../GlobalAssets/Images/Controls/ClickMenu/menu-body-right.png);
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
		border-bottom: #BEE2E8 2px solid;
}

.panel-click-menu-hover {
	border-right: #BEE2E8 2px solid;
    padding: 10px;
    width: 475px;
    font-family: 'Segoe UI' , Tahoma, Helvetica;
    font-size: 11px !important;
    z-index: 5;
    background-color: transparent;
    background-repeat: no-repeat;
	padding-left:15px;
	background-image: url(../../GlobalAssets/Images/Controls/ClickMenu/menu-body-right.png);

	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

.panel-click-menu-bottom
{
	border-right: #BEE2E8 2px solid;
	border-bottom: #BEE2E8 2px solid;
	border-left: #BEE2E8 2px solid;
    padding:10px;
    width: 510px;
    font-family: 'Segoe UI' , Tahoma, Helvetica;
    font-size: 11px !important;
    z-index: 5;
    background-color: transparent;
    background-repeat: no-repeat;
	background-image: url(../../GlobalAssets/Images/Controls/ClickMenu/menu-body-bottom.png);
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
}

.panel-click-menu-bottom-hover {
	border-right: #BEE2E8 2px solid;
	border-bottom: #BEE2E8 2px solid;
	border-left: #BEE2E8 2px solid;
    padding:10px;
    width: 510px;
    font-family: 'Segoe UI' , Tahoma, Helvetica;
    font-size: 11px !important;
    z-index: 5;
    background-color: transparent;
    background-repeat: no-repeat;
	background-image: url(../../GlobalAssets/Images/Controls/ClickMenu/menu-body-bottom.png);
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
.panel-click-menu-close-button {
	background-image: url(../../GlobalAssets/Images/Controls/ClickMenu/menu-close.png);
}

.panel-filter {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom:5px;
	background-color: #F4F5EB;
}

.panel-form {
	margin: 20px;
	background-color: White;
}
.panel-form-medium {
	margin: 20px;
	background-color: White;
	height:300px;
	width:450px;
}
.panel-dialog-buttons-prompt {
	background-image: url('../../GlobalAssets/Images/Backgrounds/panel-shadow-white.png');
	background-repeat: repeat-x;
	width: 95%;
	border-top: solid 1px #F4F5EB;
	text-align: right;
	padding-top: 10px;
	position: absolute;
	top: 115px;
	right: 10px;
}
.panel-dialog-buttons-small {
	background-image: url('../../GlobalAssets/Images/Backgrounds/panel-shadow-white.png');
	background-repeat: repeat-x;
	width: 95%;
	border-top: solid 1px #F4F5EB;
	text-align: right;
	padding-top: 10px;
	position: absolute;
	top: 115px;
	right: 10px;
}
.panel-dialog-buttons-medium {
	background-image: url('../../GlobalAssets/Images/Backgrounds/panel-shadow-white.png');
	background-repeat: repeat-x;
	width: 95%;
	border-top: solid 1px #F4F5EB;
	text-align: right;
	padding-top: 10px;
	position: absolute;
	top: 290px;
	right: 10px;
}
.panel-dialog-buttons-large {
	background-image: url('../../GlobalAssets/Images/Backgrounds/panel-shadow-white.png');
	background-repeat: repeat-x;
	width: 95%;
	border-top: solid 1px #F4F5EB;
	text-align: right;
	padding-top: 10px;
	position: absolute;
	top: 395px;
	right: 10px;
}
.panel-breadcrumbs {

	padding: 4px;
	overflow: visible;
	padding-right: 25px;

	padding-left: 10px;
	background-position: center left;
	background-image: url('../../GlobalAssets/Images/Backgrounds/panel-breadcrumbs.png');
	background-repeat: no-repeat;
	font-family: 'Segoe UI', Tahoma, Helvetica;
	font-size: 14px;


	margin-top: 10px;
margin-bottom:8px;
	padding-bottom: 5px;
}

.panel-hover-menu-heading {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	color: black;
	font-family: 'Segoe UI', Tahoma, Helvetica;
	margin-top:5px;
	margin-bottom:10px;

		padding-bottom:3px;

}

.panel-tab-description
{
    font-size: 11px;
    padding-bottom: 10px;
    color: #C9C9C9;
    padding-top: 10px;
    margin-left: 15px;
     cursor:help;
     padding-right:5px;
}

.panel-tab-description:hover {
 cursor:help;
	color: black;
	    font-size: 11px;
}

.panel-hover-menu-buttons {
	text-align: left;

	border-bottom: solid 1px #C7E6EB;
	margin-bottom: 5px;
}

.table-click-menu-detail  {
 border-collapse:collapse;  
 margin-top:10px;      
}
.table-click-menu-detail-label
{
    width: 90px!important;
    text-align: left;
    font-family: 'Segoe UI', Tahoma, Helvetica!important;
    font-size: 11px!important ; 

    border:none!important;

     font-weight:bold!important;
}
.table-click-menu-detail-value
{
    font-family: 'Segoe UI', Tahoma, Helvetica!important;
    font-size: 12px!important ;            
    border-bottom: solid 2px #C9E7EC!important ;
    border-top:none!important;
        border-right:none!important;
            border-left:none!important;
}

.panel-left-body {
	background-image: url('../../GlobalAssets/Images/Backgrounds/panel-left-body.png');
	background-position: bottom;
	height: 420px;
}
.panel-left-footer {
	background-image: url('../../GlobalAssets/Images/Backgrounds/panel-left-footer.png');
	background-position: bottom;
	background-repeat: no-repeat;
	height: 10px;
}
.panel-left-no-tabs-header {
	background-image: url('../../GlobalAssets/Images/Backgrounds/panel-left-no-tabs-header.png');
	background-position: top;
	background-repeat: no-repeat;
	height: 8px;
}
.panel-toolbar {
	background-image: url('../../GlobalAssets/Images/Backgrounds/panel-toolbar.png');
	background-position: top left;
	background-repeat: no-repeat;
	height: 35px;
	padding-left: 5px;
}
.panel-toolbar-dialog {
	background-image: url('../../GlobalAssets/Images/Backgrounds/panel-toolbar.png');
	background-position: top left;
	background-repeat: no-repeat;
	height: 35px;
	padding-left: 5px;
	margin-left:10px;
	margin-right:10px;
}
.panel-toolbar-tree {
	background-image: url('../../GlobalAssets/Images/Backgrounds/panel-toolbar-tree.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 35px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.panel-divider-tree {
	background-image: url('../../GlobalAssets/Images/Backgrounds/panel-divider-tree.png');
	background-position: top left;
	background-repeat: no-repeat;
	padding: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-left: 10px;
	font-size:12px;
	font-weight:bold;
}
.panel-validation-summary {
	width: 95%;
	font-size: 12px;
	padding-top: 3px;
	font-family: 'Trebuchet MS', Tahoma;
	border-bottom: solid 1px #F4F5EB;
	margin-bottom: 10px;
	background-image: url('../../globalassets/images/icons/32/critical.png');
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-right: 10px;
	margin-top: 10px;
	margin-right: 20px;
	color: #CC0000;
}
.panel-multipage {
	margin: 0px;
	background-color: White;
	border-bottom: solid 2px #D6D8C6;
	border-right: solid 2px #D6D8C6;
	border-left: solid 1px #D6D8C6;
}
.panel-multipage-menus {
	margin: 0px;
    background-image: url('../../GlobalAssets/Images/Backgrounds/panel-menus-tab.png');
    background-repeat:no-repeat;
    background-color: #BEE2E8;
}

.panel-simple-form {
	background-color: White;
	margin: 10px;
	background-color: White;
	margin-top: 10px;
}

.panel-simple-form-dialog {
	background-color: White;
	margin: 20px;
	background-color: White;
	margin-top: 10px;
}




.panel-pageview {
	background-color: White;
	padding: 25px;
}
.panel-pageview-tree {
	background-color: white;
	padding-bottom: 25px;
}
.panel-pageview-menus {
    padding:10px;
	padding-bottom: 25px;
}

.panel-pageview-tab {
	background-color: white;
	padding: 0px;
}
.panel-pageview-gray-tab {
	background-color:#F4F5EB;
	padding: 0px;
}
.panel-critical-large-question {
	padding-left: 75px;
	padding-right: 10px;
	margin-left: 20px;
	margin-right: 20px;
	font-family: 'Segoe UI', Tahoma, Helvetica;
}
.panel-critical-large {
	background-image: url('../../globalassets/images/icons/64/critical.png');
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 75px;
	padding-right: 10px;
	height: 125px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	font-family: 'Segoe UI', Tahoma, Helvetica;
}
.panel-warning-large {
	background-image: url('../../globalassets/images/icons/64/warning.png');
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 75px;
	padding-right: 10px;
	height: 125px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	font-family: 'Segoe UI', Tahoma, Helvetica;
}
.panel-information-large {
	background-image: url('../../globalassets/images/icons/64/information.png');
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 75px;
	padding-right: 10px;
	height: 125px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	font-family: 'Segoe UI', Tahoma, Helvetica;
}
.panel-critical-medium {
	background-image: url('../../globalassets/images/icons/32/critical.png');
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 50px;
	padding-right: 10px;
	height: 125px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	font-family: 'Segoe UI', Tahoma, Helvetica;
}
.panel-critical-inline {
 	font-family: 'Segoe UI', Tahoma, Helvetica;
	font-size: 12px;
    margin-top:15px;
    padding:10px;
	margin:10px;
	background: #FFBBBB;
    border: 2px solid #FF6F6F;
}
.panel-warning-inline
{
    font-family: 'Segoe UI' , Tahoma, Helvetica;
    font-size: 12px;
    margin-top: 15px;
    padding: 10px;
    margin: 10px;
    background: #FFF3C6;
    border: 2px solid #FFE991;
}
.panel-information-inline {
	margin:10px;
	font-family: 'Segoe UI', Tahoma, Helvetica;
	font-size: 12px;
    margin-top:15px;
    padding:10px;
    background: #DFF1F4  ;
    border: solid 2px #A7D8E0;
}
.panel-information-inline-noborder {
	background-image: url('../../globalassets/images/icons/20/information.png' );
	font-family: 'Segoe UI', Tahoma, Helvetica;
	font-size: 12px;
    margin-top:15px;
    padding:10px;
	padding-left: 25px;
		margin:10px;
}
.panel-heading-inline {
	margin: 5px;
	padding: 5px;
	background-color: White;
	font-size: 12px;
	font-family: 'Segoe UI', Tahoma, Helvetica;
	border-top: solid 2px #D6D8C6;
	border-bottom: solid 2px #D6D8C6;
	background-position: 3px 3px;
}
A {
	color: black;
	font-family: 'Segoe UI', Tahoma, Helvetica;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
	font-family: 'Segoe UI', Tahoma, Helvetica;
	background-repeat: repeat-x;
}
#pnlFilter fieldset {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 10px;
}
fieldset {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 10px;
	 border: solid 1px #EEEFE7;
}
legend {
	font-size: 14px;
	color: black;
	font-family: 'Segoe UI', Tahoma, Helvetica;
	font-weight: bold;
	padding-bottom: 5px;
}
.screen-title {
	font-family: 'Segoe UI', Tahoma, Helvetica;
	font-size: 18px;
	font-weight:bold;
}
.screen-summary {
	font-family: 'Segoe UI', Tahoma, Helvetica;
	font-size: 11px;
}
.dialog-title {
	font-size: 16px;
	margin-bottom: 5px;
	color: black;
	font-family: 'Segoe UI', Tahoma, Helvetica;
}
.dialog-summary {
	width: 100%;
	font-size: 11px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	color: black;
	font-family: 'Segoe UI', Tahoma, Helvetica;
	border-bottom: #cccccc 1px dotted;
}
.accordion-header {
	font-size:13px;
	color: black;
	padding: 4px;
	vertical-align:middle;
	padding-right: 25px;
	cursor: pointer;
	padding-left: 25px;
	background-image: url(../../GlobalAssets/Images/Backgrounds/accordian-header.png);
	background-repeat: no-repeat;
	background-position: top left;
}
.accordion-header-selected {
	font-weight:bold;
	font-size:13px;
	color: black;
	padding: 4px;
	padding-right: 25px;
		cursor: pointer;
	padding-left: 25px;
	background-image: url(../../GlobalAssets/Images/Backgrounds/accordian-header-selected.png);
	background-repeat: no-repeat;
	background-position: top left;
}
.accordion-content {
	margin:10px;
	font-size:13px;
}

.slider-rail { 
    position: relative;

    height: 23px;

    width: 100px;

    background: #FFFFFF url(../../GlobalAssets/Images/Controls/Slider/Rail-small.png) repeat-x;
}

.slider-handle {
    position: absolute;
    height: 23px;
    width: 15px;
}



/* Misc Hacks */
/* Fixes troubles with tooltip working with a tab. */
.tabstrip .radtooltip_Schoolwires {
	width: auto;
}
.white-line {
	color: white;
	height: 1px;

	text-align:left;
}
.grid-large {
	margin: 20px;
}
