﻿#header {
    font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	background-color: #fff;
	height:60px;
	position:relative;
	top:0px;
	width:100%;
	z-index:5;
}

#headerNav {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 12px 20px 12px;
    border-left: #77cc22 solid 4px;
    cursor: pointer;
    background-color: #efefef;
    z-index: 10;
}

#headerTitle 
{
    font-size: 22px;
    font-weight: bold;
    float: left;
    margin:17px 0 0 8px;
}
#headerTitle a {
    text-decoration: none;
    color: #000;
}

#headerMenu {
  font-size: 15px;
  float: right;
  text-align: right;
  margin:23px 10px 0 0;
}
#headerMenu a {
    text-decoration: none;
    color: #acacac;
    padding: 0 10px;
}
.attf {
    padding: 0 0 0 51px;
    overflow: hidden;
    font-size: 11px;
    color: #e5e5e5;
    background-color: #808080;
    width: 100%;
    height: 60px;
}
.attfItem {
    float: left;
    padding: 4px 0 0 4px;
}
.attfItemLabel {
    height: 16px;
}
.attfItemCtl {
    height: 26px;
}

.actionsIcon {
    position: absolute;
    top: 0;
    right: 0;
    background: #808080 url(images/actions.png) no-repeat center center;
    width: 50px;
    height: 60px;
    cursor: pointer;
}
.actionsIcon:hover {
    background: #252525 url(images/actions-active.png) no-repeat center center;
}
.actionsIconActive {
    background: #252525 url(images/actions-active.png) no-repeat center center;
}
.actionsPanel {
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    background-color: #252525;
    padding: 15px 13px 8px 18px;
    z-index: 8;
    font-size: 13px;
    min-width: 120px;
    border-radius: 0 0 0 5px
}
.actionsPanel a {
    display: block;
    text-align: right;
    color: #e5e5e5;
    text-decoration: none;
    padding-bottom: 10px;
}
.actionsPanel a:hover {
    color: #77cc22;
}
.defaultActions {
    
}
.defaultActionsWithCustom {
    border-top: 1px solid #aaaaaa;
    padding-top: 12px;
    margin-top: 3px;
}
.customAction {
    
}
.searchIcon {
    position: absolute;
    top: 0;
    right: 50px;
    background: #808080 url(images/search.png) no-repeat center center;
    width: 50px;
    height: 60px;
    cursor: pointer;
}
.searchIcon:hover {
    background: #252525 url(images/search-active.png) no-repeat center center;
}
.searchIcon .active {
    background: #252525 url(images/search-active.png) no-repeat center center;
}
.searchIcon .highlight {
    background: #252525 url(images/search-active.png) no-repeat center center;
}
.searchPanel {
    display: none;
    position: absolute;
    top: 60px;
    right: 50px;
    background-color: #252525;
    padding: 15px 10px 8px 10px;
    z-index: 8;
    font-size: 13px;
    min-width: 120px;
    border-radius: 0 0 0 5px
}
.searchDefault {
    width: 100%;
}
.searchOptions {
    
}
.searchOption {
    display: inline;
}

.searchButton 
{
    border: 1px solid #ccc;
    background: #72cc22;
    text-decoration: none;       
    color: #FFFFFF;
    height: 28px;
    padding: 0 20px;
    font-size: 12px;
    font-family: Verdana;
    border-radius: 4px;
    cursor: pointer;
}
.searchButton:hover {
    color: #ccc;
}
.searchButton:disabled {
    border-color: #ddd;
    color: #f3f3f3;
}
.searchText {
    height: 24px;
	border: solid 1px #ccc;   	    
	font-family:Verdana;
	font-size:12px;
    width: 300px;
    position: relative;
    border-radius: 4px;
    padding-left: 5px;
 }
 

#pageMain {	
	background:transparent none repeat scroll 0%;
	bottom:0;
	left:0;
	position:fixed;
	right:0;
	top:0;
	z-index:1;
}

#sidebarPart {
	padding:15px;
	margin:0px;
}

#ajaxLoadingIndicator 
{
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 14px;
    background-color: #252525;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    margin-left: -30px;
    margin-top: -30px;
    z-index: 9999;
}

.resizableArea {
	background:transparent none repeat scroll 0%;
	bottom:0pt;
	display:block;
	height:auto;
	position:absolute;
	top:0px;
	width:100%;
}
.resizableArea .leftSection
{
	background:#252525 none repeat scroll 0%;
	display:none;
	font-size:14px;
	height:100%;
    width: 400px;
	margin:0;
	padding: 0;
	overflow:auto;
	position:absolute;
	top:60px;
	left:0;
	z-index:99;
}

.resizableArea .leftSectionTouchEvents
{
	background:#252525 none repeat scroll 0%;
	display:none;
	font-size:14px;
	height:100%;
    width: 400px;
	margin:0;
	padding: 0;
	overflow:auto;
	position:absolute;
	top:60px;
	left:0;
	z-index:99;
}

.resizableArea .splitter 
{
	background-color:#aaaaaa;
	background-position:center;
	background-repeat:no-repeat;
	cursor:e-resize;
	display:none;
	height:100%;
	left:250px;
	margin:0pt;
	padding:0pt;
	position:absolute;
	vertical-align:middle;
	width:4px;
	z-index:11;
}
.resizableArea .rightSection {
	background:white none repeat scroll 0%;
	height:100%;
	margin:0;
	padding:0;
	overflow:auto;
	position:relative;
	z-index:10;
    overflow: hidden;
}

#errorPart {
	border:solid 4px #ccc;
	color:#444;
	font-weight:bold;
	padding:20px;
	margin:30px 80px 20px 80px;
	display:none;
}

#errorGeneralDetails {
	font-weight:normal;
	font-size:0.9em;
	padding:0px;
	margin:15px 5px 15px 30px; 
}

#errorMessage {
	margin:10px 0px 0px 10px;
	padding:0px;
}

#errorClose {
	text-align:right;
	margin-top:10px;
}

#errorClose a {
	font-size:0.9em;
	font-weight:bold;
	color:#333;
}

.err {
	padding: 10px;
}

.errFlag {
	float: left;
}

.errDetails {
}

.hidden {
	display: none;
}

.button {
    border: 1px solid #000;
    background: #F1EFE2;
    padding: 2px 10px 2px 10px;
    text-decoration: none;
    color: Black;
}

.button:hover {
    border: 1px solid #000;    
    background: #D8D7CB;
}

.statusMessage {
    margin: auto;
    padding:10px;
    background-color:#f0f0f0;
    border:solid 3px #afafaf;
    color:#333;
    text-align:center;
    font-size:0.9em;
    font-weight:bold;
    line-height:100%;
}

#statusMessageInfo {
    color:#00b000;
    border:solid 3px #00b000;
}

#statusMessageWarn {
    color:#0000b0;
    border:solid 3px #0000b0;
}

#statusMessageError {
    color:#b00000;
    border:solid 3px #b00000;
}
#panelContent {
	height:100%;
}
#ajaxUpdatePanel {
	height:100%;
}
