
.buttonBar {
	clear: both;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 25px;
	margin-top: 6px;
}

.leftButtonBar {
	float: left;
	display: inline;
}

.rightButtonBar {
	float: right;
	display: inline;
}

.commandButtonBar {
	clear: both;
	height: 25px;
	width: 100%;
	padding-bottom: 10px;
}

.buttonBar input {
	margin: 0.1em 0.1em;
}

/*button from jquery ui - changed 

.form_button  {
	margin: .5em 0 .5em 8px;
	color: #555555;
	background: #e6e6e6 url(../../styles/screen/jquery-ui/themes/default/images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	font-size: 1.1em;
	border: 1px solid #d3d3d3;
	cursor: pointer;
	padding: .1em .2em .1em .2em;
	line-height: 1.4em;
}

input[type="submit"]:hover {
	color: #212121;
	background: #dadada url(../../styles/screen/jquery-ui/themes/default/images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	border: 1px solid #999999;
}

input[type="submit"][disabled]{
	border: none;
	color:#ccc;
	cursor:no-drop;
	}
*/


.fg-button { 
   outline: 0; 
   margin:0 4px 0 0; 
   padding: .4em 1em; 
   text-decoration:none !important; 
   cursor:pointer; 
   position: relative; 
   text-align: center; 
   zoom: 1; 
   }


#editionForm {
	border-bottom: 1px solid #729FCF;
}

.label {
	font-size: 11px;
}

.wwgrp {
	min-height: 28px;
	width: 100%; /*display:table-row;*/
	vertical-align: baseline;
	line-height: 1em;
}

.wwlbl {
	float: left;
	width: 30%;
	font-weight: bold;
	margin-top: 4px;
	padding-right: 0em;
}

span .wwlbl {
	display: table-column;
	vertical-align: baseline;
	padding-bottom: 10px;
}

.wwctrl {
	position: relative;
	margin-left: 0;
	text-align: left;
	width:70%;
}

.wwctrl select {
	width: 270px;
	border: 1px solid silver;
	padding: 0.1em;
}

.wwctrl input, textarea {
/*width:270px;*/
	border: 1px solid silver;
	padding: 0.1em;
}

.wwctrl input[readonly], select[readonly], textarea[readonly] {
/* background: #ffffcc; yellow*/
	background: #eeeeee;
}

.intervalFilterDiv {
	line-height: 1em;
	min-height: 28px;
	vertical-align: baseline;
	width: 100%;
}

.intervalFilterDiv .wwgrp {
	float: left;
	width: 54%;
	min-height: 28px;
	vertical-align: baseline;
}

.intervalFilterDiv .endIntervalDiv {
	width: 46%;
	margin-left:0px;

}

.intervalFilterDiv .wwgrp .wwlbl {
	float: left;
	font-weight: bold;
	margin-top: 4px;
	width: 50%;
}

.intervalFilterDiv .wwgrp .wwctrl {
	margin-left: 1em;
	position: relative;
	text-align: left;
	width:50%;
}

.intervalFilterDiv .wwgrp .wwctrl input {
	width: 90px
}

#filterForm .wwgrp .wwctrl select {
	width: 260px
}

.intervalFilterDiv .wwgrp .endIntervalLabelSpan {
	float: left;
	font-weight: bold;
	margin-top: 4px;
	padding-left: 1em;
	width: 7%;

}

#wwctrl_0001_t-rphxFileUpload_operation input{
	float:left;
	width:15px;
	border-top-style:none !important;
	border-left-style:none !important;
	border-right-style:none !important;
	border-bottom-style:none !important;
	position:relative;
	top:-3px;
	}

#wwctrl_0001_t-rphxFileUpload_operation label{
	float:left;
	height:20px;
	margin-bottom:2px;
	margin-left:10px;
	width:350px;
		}
		
		
#editionFormTab_default, .observations{
	
	padding-bottom:1em;
}
/*
.wwctrl input[type="checkbox"] {
	float:left;
}
*/

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen {
/* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
	.ui-tabs-hide {
		display: none;
	}
}

/* Hide useless elements in print layouts... */
@media print {
	.ui-tabs-nav {
		display: none;
	}
}
