p.error input, p.error select, textarea.error {
	border: 1px solid #D10106!important;
}

span.error {
	color: #D10106;
	font-size:12px;
	display: list-item;
	list-style-position: outside;
	list-style-type: circle;
	margin-left:14px;
	line-height:25px;
	float: left;
}

div.errorMessage {
	color: #AD0732;
	display: block;
	padding: 5px 40px 0px;
	background: url(/library/icon/error.png) no-repeat  left center;
	min-height:40px;
	
}

.fillfix:after { content: ""; display: block; height: 0; clear: both;}

ul.error {
	color: #AD0732;
	margin-left:30px;
}


p.labelFieldPair {
	clear: both;
	float: none;
}

p.labelFieldPair:after { content: ""; display: block; height: 0; clear: both;}

.required {
	 color: #B8CC33;
	 font-size: 16px;
	 line-height:30px;
	 float: left;
	 margin-right: 5px;
}



p.labelFieldPair label {
	clear: left;
	display: block;
	float: left;
	text-align: left;
	width: 190px;
	margin:5px;
	margin-left:0px;
}

p.labelFieldPair input, p.labelFieldPair select,  div.dp-popup  {
	clear: right;
	float: left;
	margin-left: 10px;
	width: 200px;
	margin:5px;
}

p.labelFieldPair input.checkbox {

	width: 20px;
	
}

p.labelCheckboxPair {
	clear: both;
	float: none;
	position: relative;
}

p.labelCheckboxPair input {
	left: 215px;
	position: absolute;
	top:4px;
}

p.labelCheckboxPair label {
	display: block;
	
	width: 190px;
	float: left;
	text-align: left;
}

p.submit {
	clear: left;
	padding-top: 5px;
	padding-left:  180px;
	
}

input.small, select.small {
	width: 100px !important;
}

input.big {
	width: 200px;
}


h1 {
	font-size:20px;
  font-weight: bold;
  font-style: italic;
  color: #55595E;
  margin: 5px 0px 20px;
}

h2 {
	font-size:18px;
  font-weight: bold;
  font-style: italic;
  color: #55595E;
  margin: 15px 0px 5px;
}

h3 {
	margin-top: 10px;
	color: #B8CC33;
}

.maincolor {
	color: #B8CC33;
}


a img {
	border: 0px;
}

input,select,textarea {
	border: 1px solid #666;
	color: #333;
}

textarea {
	overflow: auto;
}

.listTable {
	margin: 20px 0px 20px;
	
}

.row1 {
	background-color: #FCFCFC;
}

.special {
	background-color: #DBFF66;
}


.row2 {
	background-color: #F6F6F6;
}

th {
	background-color: #EBEBEB;
	padding: 2px 8px 2px;
}

.listTable td {
	padding: 4px;
}
td.desc {
	width:190px;
}



table.listTable td {
	padding: 6px;
	padding-right: 0px;
}

table.listTable td.val {
	font-style:italic;
	color: #666;
}

.readed {
	color: #AAAAAA;
}

a {
	color: #B8CC33;
}
input.default {
	color:#666;
	font-style:italic;
	font-size:10px;
}

img.button {
	cursor: pointer;
}

.yes {
	color: darkgreen;
	font-variant: small-caps;
}

.no {
	color: darkred;
	font-variant: small-caps;
}

#date {
	color: #B8CC33;
	line-height:26px;
	font-weight: bold;
	padding-left:20px;
	font-size: 11px;
}

.green {
  color: #B8CC33;
}

.formErrorMessage {
	color: #AD0732;
	padding: 10px 40px;
	margin-top: 10px;
	background: url(/library/icon/error.png) no-repeat;
	clear:both;
}

.hint {
	width: 20px;
	display: block;
	right:0px;
	float: right;
	position: relative;
	background-repeat: no-repeat;
	background-image:url(/library/icon/help1.png);
	cursor: pointer;
}

.hint:hover {
	background-image:url(/library/icon/help2.png);
}

.hintContent {
	clear: both;
	
	float: left;
	position: relative;
	display: none;
	width: 190px;
	font-size:11px;
	color:#999;
	margin-bottom: 20px;
}

.combobox {
	clear:both;
	padding:3px 3px 0px;
	cursor:pointer;
}

.note {
	color: #AAA;
	font-style: italic;
}

span.date {
	font-weight: bold;
}

span.time { 
	font-style: italic;
}

textarea.focusLost, input.focusLost  {
	color: #BBB;
	font-style: italic;
}

.info {
  	background: #fff url(/library/icon/information.jpg) no-repeat center left;
	padding-left:25px;
	vertical-align: middle;
	color: #999;
	margin-top:25px;
}

.infoBox {
	border: 1px dashed #999;
	background-color: #F6F6F6;
	padding: 5px;
	width: 50%;
	margin: 10px 0px;
	color:#666;
	clear:both;
}

.infoBox:after { content: ""; display: block; height: 0; clear: both;}

.infoBox img.icon {
	margin: 1px;
	margin-right: 8px;
	float:left;
}

.infoBox img.button {
	margin: 1px;
	float:right;

}


.boxContent {
	float:left;
}

.heading {
	padding-left:50px;
	width:300px;
	height:35px;
	color:#B8CC33;
	font-size:14px;
	font-weight:bold;
	line-height:35px;
	float: left;
	overflow: hidden;
}

.heading img {
	height: 30px;
	padding-top: 2px;
	padding-left: 5px;
	float:left;
}

.heading .text {
	line-height: 35px;
	float:left;
}


.heading.small {
	font-size:12px!important;
	font-weight:normal!important;
	color:#666;
}

.heading.crop {
	background:url(/library/icon/crop_small.png) no-repeat left center;
}

.heading.location {
	background:url(/library/icon/location.png) no-repeat left center;
}

.heading.section {
	background:url(/library/icon/section.png) no-repeat left center;
}

.heading.owner {
	background:url(/library/icon/owner_small.png) no-repeat left center;
}

.heading.user {
	background:url(/library/icon/colleague.png) no-repeat left center;
}


.heading.company {
	background:url(/library/icon/company.png) no-repeat left center;
}

.name {
	text-decoration: underline;
}

hr {
	margin: 30px 0px;
	background-color: #CCC;
	border: 0px;
	height: 1px;
}

.defaultValue {
	color: #AAA;
	font-style: italic;
}

.noWrap {
	white-space:nowrap;
}

.datepick-trigger {
	cursor: pointer;
	float: left;
}

.inlineDialog {
	border: 1px dashed #CCC;
	background: #FEFEFE;
	width: 400px;
	padding: 10px;
	margin:7px;	
}



#breadcrum .type {
	padding: 2px;
	float: left;
	height: 24px;
}

#breadcrum {
	margin-bottom: 20px;
	clear: both;
	width: 100%;
}

#breadcrum h1 {
	border-bottom: 1px solid #BBB;
	margin-bottom: 0px;
	padding-bottom:2px;
}


#breadcrum #crums span {
	display: block;
	height:30px;
	line-height: 30px;

}

#breadcrum .title {
	float:left;
	line-height:30px;
	
}

#breadcrum a {
	color:#999;
}


#breadcrum .arrow {
	/*color:#B8CC33;*/
	color:#CCC;
	width: 20px;
	text-align: center;
	line-height:20px;
	font-weight: bolder;
	font-size:14px;

}

#breadcrum .item {
	float: left;
	color: #999;
	
}

.popupmenu {
	display: none;
	position: absolute;
	background-color: #FFF;
	border: 1px solid #BBB;
	z-index: 10000;
}


.tabs {
	height: 24px;
}

.tabs li {
	display: inline;
	color: #CCC;
	padding: 0px;
}


.tabs li a:hover {
	text-decoration: underline;
}

.tabs li a {
	background: url(/library/image/tab/middle1.png) repeat-x top left;
	height: 24px;
	display: block;
	float:left;
	text-decoration: none;
	line-height:24px;
}

.tabs li.active a {
	background: url(/library/image/tab/middle2.png) repeat-x top left;
	color: #73890D;
	font-weight: bold;
}

.tabs li.active .left{
	background: url(/library/image/tab/left2.png) no-repeat top left;
	width: 18px;
}

.tabs li.active .right {
	background: url(/library/image/tab/right2.png) no-repeat top left;
}

.tabs .left{
	height: 24px;
	width: 11px;
	background: url(/library/image/tab/left3.png) no-repeat top left;
	display: block;
	float: left;
	margin-right:10px;
}


.tabs .left.first{
	height: 24px;
	width: 18px;
	background: url(/library/image/tab/left1.png) no-repeat top left;
	display: block;
	float: left;
}


.tabs .right{
	height: 24px;
	width: 7px;
	background: url(/library/image/tab/right1.png) no-repeat top left;
	display: block;
	float: right;
	margin-left:10px;
}

.hintContent input.hintModifier {
	width: 500px;
	border: 1px solid #CCC;
	color: #AAA;
	float: left;
	clear: none;
}

.hintContent input.submit {
	float: left;
	clear: none;
	width: 40px;
	color: #AAA;
	background-color: #FFF;
}

.daughterSites {
	margin-top: 20px;
	margin-bottom: 50px;
}


.daughterSites li {
	display: inline;
	list-style-image: none;
}

.daughterSites li img {
	
}
