﻿
.btnGreen {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8ac24f), color-stop(1, #5cb811) );
	background:-moz-linear-gradient( center top, #8ac24f 5%, #5cb811 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ac24f', endColorstr='#5cb811');
	background-color:#8ac24f;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding: 4px;
}

.btnGreen img
{
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
}

.btnAddTask {
	margin-bottom: 10px;
}

.btnGreen:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #8ac24f) );
	background:-moz-linear-gradient( center top, #5cb811 5%, #8ac24f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#8ac24f');
	background-color:#5cb811;
}

.seperatorDiv {
	height: 0px;
}
/*
.buttonPrev
{
	float: left;
	top: 0;
	position: relative;
}

.buttonNext
{
	/*somehow  this button needs top -20px not 0 ! 
	float:right;
	top: -20px;
	position: relative;
}
	*/

.groupBorder
{
	border:1px solid #661863;
}

.imageBorder
{
	border:1px;
	border-color:Gray;
	border-style:solid;
	box-shadow: 5px 5px 5px #999;
}

.btnBackground
{
	border-style: none;
	border-width: 0px;
	vertical-align: middle;
	background-image: url(../Images/bu_submit_active.png);
	margin-right: 0px;
	width: 96px;
	height: 22px;
	color: #FFFFFF;
	cursor: pointer;
}

.btnBackgroundGreen
{
	border-style: none;
	border-width: 0px;
	vertical-align: middle;
	background-image: url('../Images/btn_background.png');
	margin-right: 0px;
	color: #FFFFFF;
	cursor: pointer;
	background-repeat:no-repeat;
	width:200px;
	height:40px;
}

.btnBackgroundGreen a
{
	border-style: none;
	border-width: 0px;
	vertical-align: middle;
	margin-right: 0px;
	color: #FFFFFF;
	cursor: pointer;
}

.btnBackground[disabled]
{
	border-style: none;
	border-width: 0px;
	vertical-align: middle;
	background-image: url(../Images/bu_submit_inactive.png);
	margin-right: 0px;
	width: 96px;
	height: 22px;
	color: #FFFFFF;
}

.headerIcon
{
	width:30px;
	height:22px;
	border:0;
	margin-top:10px;
}

.headerIconDiv
{
	float:left;
	margin-right:5px;
}

.sidebarcontentInner
{
	font-size:11px;
	color:#444444;
}

 .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	
	}
  

#taskList li {
	font-family:arial;
	font-size:12px;
	font-weight:bold;
}



.watermarked
{
	color:Gray;
}



.roundBtn
{
	background-color:#661863;

	width:31px;
	height:31px;
	float:left;
	margin:3px;
	padding:3px;
}

.btnIcon
{
	width:25px;
	height:25px
}
.btnIconSmall
{
	width:12px;
	height:12px
}

.roundBtnSmall
{
	background-color:#661863;
	width:20px;
	height:20px;
	float:left;
	margin:3px;
	padding:3px;
}

.btnIconSmall
{
	width:15px;
	height:15px
}

.loading
{
	background: url(../Images/ajax-loader.gif) no-repeat center center;
}

.docImageDiv
{
}

.formField 
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position:absolute;
	z-index: 9;
	display: inline;
}

.formFieldInactive {
	background: cornflowerblue;
}

.formFieldAddedToTask {
	background: blue;
}

.formFieldInCurrentTask {
	background: plum;
}
.formFieldInCurrentTaskSelected {
	border: solid #731b6f 3px;
}
.formFieldSelected {
	border: solid blue 3px;
}
.selectedTask
{

	background-color: #94238f;
	color: #ffffff;
/*	color:#661863; */
	font-weight:bold;
}
.detailLineCurrentTaskSelected 
{
	background-color: #94238f;
	color: #ffffff;
	font-weight:bold;
/*    background: purple; */
}

.detailLineError 
{
	background-color: #666666;
	color: #ff0000;
	font-weight:bold;
/*    background: purple; */
}
#fillFormFieldsTable {
	max-height:300px;
	_height:expression(this.scrollHeight>299?"300px":"auto"); 
	overflow-x:hidden;
	overflow-y:auto;
}


#formsTable tr td {
	padding-right: 2px;
	padding-left: 2px;
}

.serverBtnHidden {
	display: none;
}



.btnSaveTask 
{
	position: absolute;
	width: 170px;
	height: 31px;
	top: 0;
}

.btnSaveContainer
{
	position: relative;
	float: right;
	margin-top: 20px;
}

.transparentDiv {
	zoom: 1;
	filter: alpha(opacity=60);
	opacity: 0.6;
}