
/* Zones */
.zoneActive {
	border: 1px dotted #58911B;
}
.zoneActiveInclude {
	border: 1px dotted #91741B;
}
.zoneNotActive {
	border: 1px dotted #f2f2f2; 
	color: #f2f2f2;
}

h1,h2,h3,h4,h5,h6 {
	padding: 0px; margin: 0px;
}
h4 {
	font-size: 11px;
	border-bottom: 1px dashed #cccccc;
}
h5 {
	font-size: 11px;
	border-bottom: 1px solid #c2c2c2;
	font-weight: normal;
}
.tips {
	border: 1px dotted #009900;
	background-color: #FFFFFF;
	padding: 7px;
	margin: 4px;
}
input {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	padding: 3px;
}
select {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color:#EAEAEE;
}
.attention {
	background-image: url('../images/warning.gif');
	background-repeat: no-repeat;
	background-position:left;
	background-color: #FFFFFF;
	border: 1px #FF0000 dotted;
	padding: 10px 10px 10px 35px;
}
.leftTab {
	float: right;
	background-image: url('../images/left_tab.gif');
	background-position:left;
	background-repeat:no-repeat;
	height: 28px;
}
.leftTab div {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	height: 20px;
	margin-left: 10px;
	float:left;
	padding: 5px;
	background-color:#FFFFFF;
}
.topRow {
	background-image: url(../images/bgs/top.jpg);
	background-repeat: repeat-x;
	height: 55px;
}
.dockTooltip {
	width: 120px; 
	height: 40px; 
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 7px;
}
.infoCell {
	padding: 7px;
}
body, html {
	height: 100%;
}
body {
	scrollbar-base-color:#eeeeee; 
	scrollbar-face-color:#dddddd; 
	scrollbar-arrow-color:#333333; 
	scrollbar-3dlight-color:#eeeeee; 
	scrollbar-darkshadow-color:#aaaaaa; 
	scrollbar-highlight-color:#ffffff; 
	scrollbar-shadow-color:#ffffff;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font-family: Tahoma;
	font-size: 11px;
}
a {
	color: #000033;
}
hr {
	border: 0px;
	height: 1px;
	background-color: #CCCCCC;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
table, td, tr {
	margin: 0px;
	padding: 0px;
}
.topLogo {
	float:left;
}
.topButtons {
	float:left; width: 80%; text-align: right;
}
.topRight {
	height: 55px; width: 5px; float: right;
}
.menu {
	height: 26px; 
	background-color: #1a6dcd;
	color: #FFFFFF;
	background-image:url(../images/bgs/menu.jpg); 
	background-repeat: repeat-x;
}
.menuLeft {
	background-image:url(../images/bgs/menu_left.jpg); 
	height: 26px; 
	width: 4px; 
	float: left;
	padding-right: 3px;
}
.topRubrik {
	height: 32px; background-image:url(../images/bgs/top_shadow.jpg); background-repeat:repeat-x; background-position:top; background-color:#FFFFFF; border-bottom: 3px solid #000000;
}
.barMedium {
	background-image:url(../images/bar_medium.jpg); background-repeat:no-repeat; background-position:left; height: 20px; font-family: Tahoma; font-size: 11px; font-weight: bold; padding-top: 2px; padding-left: 20px;
}
.barLong {
	background-image:url(../images/bar_long.gif); background-repeat:no-repeat; background-position:left; height: 20px; font-family: Tahoma; font-size: 11px; font-weight: bold; padding-top: 2px; padding-left: 20px;
}
.barExtended {
	background-image:url(../images/bar_extended.gif); background-repeat:no-repeat; background-position:left; height: 20px; font-family: Tahoma; font-size: 11px; font-weight: bold; padding-top: 2px; padding-left: 20px;
}
.barData {
	background-color:#FFFFFF; border: 1px solid #B2B5D7; padding: 5px;
}
.medium_title {
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;
}
.formButton {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #F8F8F8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}
.formInput {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}
.button_bar_over {
	background-image:url(../images/button_bar_over.gif);
	width: 83px;
	height: 52px;
}
.button_bar_down {
	background-image:url(../images/button_bar_down.gif);
	width: 83px;
	height: 52px;
}
.button_bar {
	background-color: #808080;
	width: 83px;
	height: 52px;
}
.whiteLink {
	color: #FFFFFF;
}
.fileView {
	background-color: #FFFFFF;
	width: 435px;
	height: 300px;
	padding: 10px;
	float: left;
}
.treeView {
	background-color: #FFFFFF;
	width: 210px;
	height: 300px;
	padding: 0px;
	float: left;
	overflow: auto;	
	border-right: 1px solid #CCCCCC;	
}
.blue_back_top {
	/* background-image:url(../images/blue_back.gif); */
	border-bottom: 1px solid #EFEFEF;
	height: 20px;
	padding-left: 7px;
	background-repeat:repeat-x;	
}
.blue_back_top a {
	text-decoration: none;
}
.bar_cell {
	background-color: #f2f2f2; padding: 5px; 
}
.file_path {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 2px;
	height: 30px;
	width: 100%;
	border: 1px solid #CCCCCC;
	vertical-align: middle;
}
.file_content {

	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 2px;
	margin:2px;
	width: 100%;
	border: 1px solid #CCCCCC;
	vertical-align: top;
}
.file_navig {
	padding: 3px;
}
.file_button {
	padding: 2px;
}
.module_top {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:bold;
	padding: 7px;
}
/* Footer */
/*.footerBar {
	position:fixed;
	_position:absolute;
	bottom:0;
	_top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
	background-color: #FFFFFF;
	background-image:url("../images/footer_bar.jpg");
	background-repeat:repeat-x;
	height: 23px;
	clear: both;
}
.footerBar div {
	color: #666666;
	margin: 4px;
}
.footerBar div a {
	color: #8D8D9E;
	text-decoration:none;
}
.footerBar div a:hover {
	color: #000000;
}*/
/* Tabs */
.icmsTab {
	background-image:  url( '../images/tabs/tab.png' ); 
	height: 18px; 
	width: 70px; 
	margin: 1px -1px 1px 2px; 
	padding:2px 0px 0px 0px; 
	font:11px Tahoma; 
	text-align:center;  
	display:inline; 
	float:left;
}
.icmsTabActive {
	position:relative;
	margin: 1px -3px -3px 0px;
	top: -2px;
	width: 74px;
	height: 22px;
	background-image: url( "../images/tabs/tab.active.png" );
	background-repeat: no-repeat;
	text-align:center;  
	display: inline; 
	float:left;
	border-bottom-width: 0;
/*	z-index: -3; */
	padding: 2px 0 0px 0;
	font: 11px Tahoma;
}
.icmsTabBody {
	/*clear:      both;*/
	border:      1px solid rgb( 145, 155, 156 );
	background:    rgb( 252, 252, 254 );
	z-index:    2;
	position:    relative;
	top:      -2px;
	
	font:        11px Tahoma;
	color:        Black;
	
	filter:      progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#fffcfcfe, EndColorStr=#fff4f3ee, GradientType=0)
		  progid:DXImageTransform.Microsoft.Shadow(Color=#ff919899, Strength=2, Direction=135);
	/*244, 243, 238*/
	/* 145, 155, 156*/
	padding:    10px;	
}
.icmsTab a, icmsTabActive a {
	text-decoration: none;
}

/* Groups */
div#group {
	border-left: 1px solid #999999;
	border-bottom: 1px solid #A6A6A6;		
	border-right: 1px solid #C7C7C7;
	border-top: 1px solid #D7D7D7;		
	padding: 11px;	
}
h6#groupTitle {
	position: relative; 
	bottom: -2px; 
	margin-left: 15px; 
	padding-left: 8px; 
	padding-right: 4px;	
	font-size: 11px;
	display: block;
}


/* Sortable tables */
.sortable tr td {
	padding: 1px;
}
.sortableHeader {
	margin: 3px;
	padding: 0px;
	background-image:url("../images/sortable_header.gif");
	background-repeat: repeat-x;
	height: 20px;
}
table.sortable a.sortheader {
	margin-left: 5px;
    text-decoration: none;
    display: block;
}
table.sortable span.sortarrow {
    color: black;
    text-decoration: none;
}
/* icms windows OBSOLOTE - Now found in studio.css
.icmsWindow {
	margin: 10px;
	background-color: #FFFFFF;
	background-image: url(../images/windowTop/middle.jpg); 
	background-repeat:repeat-x;
	font-family: tahoma; 
	filter:      
		  progid:DXImageTransform.Microsoft.Shadow(Color=#ff919899, Strength=2, Direction=135);	
}
.icmsWindowTitle {
	height: 24px; 
	background-image: url(../images/windowTop/left.jpg); 
	background-repeat:no-repeat; 	
}
.icmsWindowTitleText {
	margin: 7px; 
	font-size: 9px; 
	float: left;	
}
.icmsWindowTitleEnd {
	background-image:url(../images/windowTop/right.jpg); 
	background-repeat: no-repeat; 
	background-position: right; 
	float: right; 
	width: 5px; 
	height: 24px;	
}
.icmsWindowContent {
	border-right: 1px solid #dadada; 
	border-left: 1px solid #dadada; 
	border-bottom: 1px solid #dadada; 
	padding: 6px; 
	clear: both; 	
}*/