
html {
	margin:0px;
	padding:0px;
	}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	line-height:14px;
	margin:0px;
	padding:0px;
	min-height:100%;
	width:100%;
	/* background: #fff url(http://admin.sodaware.local/img/flow_bg.png) repeat-x top left; */
	}
a, a:link, a:active, a:visited {
	color: #57619F;
	text-decoration: none;
	font-size: 11px;
	cursor: pointer;
	outline: none; /* hide dotted outline in Firefox */
	}
a:hover {
	color: #57619F;
	text-decoration: underline;
	outline: none; /* hide dotted outline in Firefox */
	}
label {
	cursor: pointer;
}
.fileLink, .fileLink:link, .fileLink:active, .fileLink:visited {
	color: #333333;
	text-decoration: none;
	font-size: 11px;
	cursor: pointer;
	outline: none; /* hide dotted outline in Firefox */
}
.fileLink:hover {
	color: #333333;
	text-decoration: underline;
	outline: none; /* hide dotted outline in Firefox */
	}
h1 {
	font-size: 14px;
	color: #333333;
	font-weight: normal;
	}

img {
	border: 0px;
	}

.form {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	background-color:#EBEBEB;
	padding: 2px;
	border-top:1px inset #B0B0B0;
	border-right:1px solid #D4D0C8;
	border-bottom:1px solid #D4D0C8;
	border-left:1px inset #B0B0B0;
	}
.form:focus {
	background-color: #E1FFBB;
	}
	
	
	
#headersearchfields {
	background-color: #B0B0A8;
	font-weight: normal;
	}
	
#headertitles {
	background-color:#B0B0A8;
	color: #FFFFFF;
	font-weight: bold;
	}
#headertitles a {
	color: #FFFFFF;
	font-weight: bold;
	}
	
.colLight {
	background-color: #f0f0f0;
	}
.colDark {
	background-color: #e0e0e0;
	}


	
ul#tableheader {
    overflow: auto;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: bold;
}
ul#tableheader li {
    float: left;
    padding: 0px 0px 0px 0px;
    list-style: none;
}
ul#tableheader a {
	float: left;
	text-decoration: none;
	padding: 0 0px;
    color: #333;
}

ul#queryrecord {
    overflow: auto;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
ul#queryrecord li {
    float: left;
    padding: 0px 0px 0px 0px;
    list-style: none;
}
ul#queryrecord a {
	float: left;
	text-decoration: none;
	padding: 0 0px;
    color: #333;
}


ul#minitabs {
    overflow: auto;width: 100%;list-style: none;
    margin: 0; padding: 0;border-bottom: 1px solid #CCC;
}
ul#minitabs li {
    float: left;
    margin: 0;
    padding: 4px 0px 4px 0px;
}
ul#minitabs a {
	float: left;
	text-decoration: none;
	padding: 0 7px;
    color: #333;
    text-align: center
}
ul#minitabs a#current,ul#minitabs a:hover {
    color: #333;
    background-image:none;
}
ul#minitabs a#current {
}



#dialog{
	position: absolute; 
	top:40px; 
	left: 400px; 
	width:400px; 
	min-height:200px; 
	z-index:999; 
	display:none; 
	background-color:#FFFFFF; 
	border: 2px inset #cccccc; 
	background-color:#CCD4DA;
}
#dialog .title {
	background-color:#45637a; 
	color:#ffffff; 
	padding:2px 20px 2px 20px;
}
#dialog .box {
	padding:10px 10px 10px 10px; 
	height:100%;
}

.veilStyle {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 998;
	display: none;
	background-color: #000;
	filter: alpha(opacity=40);
	-moz-opacity: .40;
	opacity: .40;
	}
.closingX {
	text-align: right;
	}
.closingX a{
	color: #fff;
	}

.checkboxlink:link, .checkboxlink:active, .infolink:visited {color:#333333; text-decoration:none;}
.checkboxlink:hover {color:#333333; text-decoration:none;}
.offlink {color: #666666;}

.listHeader {
	color: #fff;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	background-color: #666666;
	float: left;
	}
.listElementContainer {
	margin-top: 5px;
	border: 1px solid #ccc;
	float: left;
	}
.listElementContainer:hover {
	background-color: #ccc;
	}
.listElement {
	float: left;
	padding: 4px 5px 3px 5px;
	}

#pageHeader {
	background: #221E1F url(http://img.sodapix.com/public/logo_admin.png) no-repeat top left;
	height: 50px;
	width: 100%;
	}
#pageHeader a {
	color: #57619F;
	font-weight: bold;
	
	float: right;
	}
#logout_string {
	text-align: right;
	color: #dfdfdf;
	padding: 5px 10px 0px 0px;
	}

#naviLevel1 {
	padding: 3px 0px 3px 18px;
	background: #4F4C4D;
	}
#naviLevel1 span.selected {
	padding-top: 3px;
	padding-bottom: 4px;
	background: #AEAFB3;
	}
#naviLevel1 a {
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	margin: 12px;
	}
#naviLevel1 a.selected {
	color: #333333;
	}

#naviLevel2 {
	padding: 3px 0px 3px 20px;
	background: #AEAFB3;
	}
#naviLevel2 span.selected {
	padding-top: 3px;
	padding-bottom: 4px;
	}
#naviLevel2 a {
	color: #57619F;
	font-weight: bold;
	font-size: 10px;
	margin: 10px;
	}
#naviLevel2 a.selected {
	color: #333333;
	}

#contentTitle {
	padding:10px 10px 0px 30px;
	font-size:14px;
	height:40px;
	}
#content {
	
	}
#contentDetail {
	position:relative;
	padding:3px 10px 10px 30px;
}
.boxWithBorder {
	border: 1px solid #ccc;
	padding: 10px;
	}
	
.alertBar {
	background-color: #FC7B7B;
	padding: 5px;
	font-weight: bold;
	}

/* Start Invoice */
#invoiceDetail {
	margin-left:190px;
	width: 650px;
	padding:20px;
	border: 1px solid #CCC;
}
#invoiceGeneralDetail {
	margin-left: 200px;
	min-width: 800px;
	}
#invoiceGeneralArticles {
	margin-left: 200px;
	min-width: 800px;
	}
#invoiceHeaderWeb {
	background:url(http://www.stock4b.com/img/logo_invoice_web.gif) no-repeat top right;
	height:120px;
	}
#functionslistInvoice {
	float:left;
	width:180px;
	}
#invoiceCityDate {
	text-align:right;
	padding-top: 20px;
	padding-bottom: 20px;
	}
.invoiceSelect {
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	background-color:#EBEBEB;
	padding:2px;
	border-top:1px inset #B0B0B0;
	border-right:1px solid #D4D0C8;
	border-bottom:1px solid #D4D0C8;
	border-left:1px inset #B0B0B0;
	}
#invoiceTypeText {
	font-weight: bold;
	float: left;
	}
#invoiceNrText {
	font-weight: bold;
	}
#invoiceNote {
	clear:both;
	padding-top: 15px;
	padding-bottom: 15px;
	}
#invoiceCustomerId {
	padding-bottom: 3px;
	}
#invoiceCustomerId span.left {
	width: 200px;
	}
#invoiceObject {
	padding-bottom: 3px;
	}
#invoiceDeliveryNote {
	}
.invoiceFieldDescriptionLeft {
	width: 120px;
	float: left;
	}
#invoiceArticleHeader {
	margin-top: 20px;
	padding-top: 5px;
	border-top:1px inset #000000;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: thin solid #000000;
	}
.invoiceArticleHeaderPos {
	float: left;
	width: 50px;
	font-weight: bold;
	}
.invoiceArticleHeaderThumb {
	float: left;
	width: 90px;
	font-weight: bold;
	}
.invoiceArticleHeaderDescription {
	float: left;
	width: 430px;
	font-weight: bold;
	}
.invoiceArticleHeaderPrice {
	font-weight: bold;
	text-align:right;
	}

#invoiceArticleElement {
	clear: both;
	}
.invoiceArticleElementSpacer {
	clear: both;
	height: 15px;
	}
#invoiceArticleContent {
	clear: both;
	}
.invoiceArticleFunctionElement {
	float: left;
	margin-right: 21px;
	}
.invoiceArticleContentPos {
	float: left;
	width: 50px;
	}
.invoiceArticleContentThumb {
	float: left;
	width: 90px;
	}
.invoiceArticleContentInfos {
	float: left;
	width: 430px;
	}
.invoiceArticleContentDescription {
	float: left;
	width: 430px;
	}
.invoiceArticleContentDescriptionField {
	width: 330px;
	height: 55px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	background-color:#EBEBEB;
	padding:2px;
	border-top:1px inset #B0B0B0;
	border-right:1px solid #D4D0C8;
	border-bottom:1px solid #D4D0C8;
	border-left:1px inset #B0B0B0;
	}
.invoiceArticleContentPrice {
	text-align:right;
	}
.invoiceArticleContentPriceField {
	width: 65px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	background-color:#EBEBEB;
	padding:2px;
	border-top:1px inset #B0B0B0;
	border-right:1px solid #D4D0C8;
	border-bottom:1px solid #D4D0C8;
	border-left:1px inset #B0B0B0;
	}
.invoiceElementFunctions {
	border: 1px solid #CCC;
	padding: 5px;
	background-color: #EEE;
	margin-bottom: 2px;
	}
#invoiceTerms {
	padding-top: 20px;
	clear: both;
	}
/* End Invoice */

/* Start Payment */
#paymentList {
	}
#paymentElement {
	margin-top: 1px;
	height:20px;
	}
.paymentElementHeaderDate {
	float: left;
	width: 100px;
	}
.paymentElementHeaderAccount {
	float: left;
	width: 130px;
	}
.paymentElementHeaderAmount {
	float: left;
	width: 70px;
	}
.paymentElementHeaderSave {
	padding-top:2px;
	}
.borderBoxTitle {
	font-weight: bold;
	margin-top: 7px;
	margin-bottom: 1px;
	}
.invoiceArticleContentInfoDescription {
	float: left;
	width: 85px;
	padding-top: 2px;
	}
.invoiceArticleContentInfoField {
	padding-top: 2px;
	}
/* End Payment */

#footer {
    color:#aaa;
    font-size:9px;
    position:absolute;
    right:10px;
    top:54px;
    z-index:600;
}

#footer a {
    font-size: 9px;
    color: #888;
}

#userdataTitle {
	background:#B0B0A8;
	height:15px;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	padding:2px 10px 2px 5px;
	}
.userdataTitle {
	background:#B0B0A8;
	height:15px;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	padding:2px 10px 2px 5px;
	cursor: pointer;
	}
.userdataTitle a {
	float: right;
	font-weight:normal;
	color:#ffffff;
	}
#userdataContent {
	padding:5px 10px 0px 5px;
	}
.userdataContent {
	padding:5px 10px 0px 5px;
	}

#userdataSpacer {
	height: 10px;
	}
#fieldDescription {
	float:left;
	width:160px;
	font-weight:bold;
	padding-top:3px;
	clear:left;
	}
#fieldContent {
	padding-top:3px;
	height: 20px;
	line-height: 20px
	}
.fieldDescription {
	float:left;
	width:150px;
	height: 18px;
	line-height: 18px;
	font-weight:bold;
	clear:left;
	}
.fieldContent {
	min-height: 18px;
	line-height: 18px;
	padding-left: 140px;
	}
.salesReportFieldDescription {
	float:left;
	width:150px;
	font-weight:bold;
	line-height:20px;
	clear:left;
	}
.salesReportFieldContent {
	height:20px;
	line-height:20px;
	}

#functionslist {
	float: left;
	margin-left: 30px;
	width: 180px;
	}
.functionslistspacer {
	height: 3px;
	}
#functionslistspacer {
	height: 3px;
	}
.functionslistspacer {
	height: 3px;
	}
.functionslisttitle {
	background: #B0B0A8;
	padding: 3px 5px 3px 5px;
	color: #fff;
	font-weight: bold;
	}
.functionslistlink {
	background:#dbdbd8;
	padding: 3px 5px 3px 5px;
}

.fucntionslistform {
	background:#f0f0f0;
	padding: 3px 5px 3px 5px;
}

#fileCard {
	position:absolute;
	top:3px;
	left:460px;
	width:700px;
	}
#fileCardContent {
	max-height: 500px;
	overflow: auto;
	padding:0px 10px 0px 0px;

	}
#scrollField {
	width: 680px;
	max-height:350px;
	overflow:auto;
	border: thin solid #B0B0A8;
	}
	
.searchFieldDiv {
	height:25px;
	float:left;
	margin-right:10px;
	padding-top:10px;
	padding-bottom:5px;
	}
.searchFieldButtonDiv {
	height:25px;
	padding-top:10px;
	padding-bottom:5px;
	}
	
#searchfilters {
	}
.filterBar {
	padding: 0px 0px 5px 0px;
	}
#data {
	}
.data_only {
	margin-left:30px;
	margin-right:20px;
	}
.data_functionslist {
	margin-left:230px;
	margin-right:20px;
	}

#paging {
	padding: 4px;
	}

#pagecontent {
	padding-left: 30px;
	}

#blockTitle {
	background:#B0B0A8;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	padding:2px 10px 2px 5px;
	}

#emailInputs {
	width:580px;position:absolute;
	}
#recipientListContent {
	max-height: 282px;
	width:543px;
	overflow:auto;
	padding-left:5px;
	margin-top:1px;
	border-bottom: thin solid #dbdbd8;
	border-left: thin solid #dbdbd8;
	border-right: thin solid #dbdbd8;
	}
#recipientList {
	width: 550px;
	padding-left: 620px;
	}

.fcEntryElement {
	height:20px;
}

.eqk3borderDefault {
	border: 3px solid #dbdbd8;
	background:#f0f0f0;
}

.eqk3borderSelected {
	border: 3px solid #ff0099;
	background:#f0f0f0;
}


#lang_flag {
	padding:3px 0px 3px 0px;
	}
#lang_flag span.active {
	padding-top:3px;
	padding-bottom:4px;
	background:#dbdbd8;
	border-right: thin solid #ffffff;
}
#lang_flag span.passive {
	padding-top:3px;
	padding-bottom:3px;
	background:#B0B0A8;
	border-bottom: thin solid #ffffff;
	border-right: thin solid #ffffff;
}
#lang_flag a {
	color:#ffffff;
	font-weight:bold;
	font-size:10px;
	margin:10px;
	}
#lang_flag a.active {
	color:#666666;
	}

#collectioninfo {
	margin-top: 2px;
	background: #B4E2FF;
	padding: 5px;
	}

/* Start Auto_complete scriptacolous */
	div.auto_complete {
		position: absolute;
		width: 250px;
		background-color: #EBEBEB;
		border: 1px solid #888;
		margin: 0px;
		padding: 2px;
	}

	div.auto_complete ul {
		list-style-type: none;
		margin: 0px;
		padding: 2px;
	}

	div.auto_complete ul li.selected {
		background-color: #E1FFBB;
	}

	div.auto_complete ul li {
		list-style-type: none;
		display: block;
		margin: 0px;
		cursor: pointer;
	}

/* End Payment */


.naviLevel1 {
background:url(/img/navline_bg.jpg) repeat-x;
height:36px;
position:relative;
font-family:arial, verdana, sans-serif;
font-size:11px;
z-index:500;
width: 100%;
min-width: 1000px;
}

.naviLevel1 .select {
margin:0;
padding:0 0 0 20px;
list-style:none;
white-space:nowrap;
border: 0px;
}

.naviLevel1 li {
float:left;
background:url(/img/blank_over_bw.gif);
}

.naviLevel1 .select a {
display:block;
height:36px;
float:left;
background: url(/img/blank_bw.gif);
text-decoration:none;
line-height:25px;
white-space:nowrap;
color:#ddd;
}

.naviLevel1 .select a b {
display:block;
padding: 0 10px;
background:url(/img/blank_bw.gif);
}

.naviLevel1 .select a:hover,
.naviLevel1 .select li:hover a {
background: url(/img/blank_over_bw.gif);
line-height:26px;
cursor:pointer;
color:#fff;
}

.naviLevel1 .select a:hover b,
.naviLevel1 .select li:hover a b {
display:block;
background: url(/img/blank_over_bw.gif);
cursor:pointer;
}

.naviLevel1 .select .active_tab{
color: #99FF99;
}

.naviLevel1 .sub {
display:none;
}

/* IE6 only */
.naviLevel1 table {
border-collapse:collapse;
margin:-1px;
font-size:1em;
width:0;
height:0;
}

.naviLevel1 .sub {
border: 0px;
margin:0;
padding:0 0 0 20px;
list-style:none;
z-index: 2;
}

.naviLevel1 .sub_active {
border: 0px;
margin:0;
padding:0 0 0 20px;
list-style:none;
z-index: 1;
}

.naviLevel1 .sub li {background:transparent;}
.naviLevel1 .sub_active li {background:#99FF99;}

.naviLevel1 .select :hover .sub {
border: 0px;
height:18px;
display:block;
position:absolute;
float:left;
width:900px;
top:28px;
left:0;
text-align:center;
}

.naviLevel1 .select .sub_active {
height:18px;
display:block;
position:absolute;
float:left;
width:900px;
top:28px;
left:0;
text-align:center;
border: 0px;
}

.naviLevel1 .select :hover .sub li a
{display:block;height:18px; line-height:16px; float:left; background:#FFFFFF; padding:0 16px; margin:0; white-space:nowrap; border:1px solid #000; border-color:#888 #777 #666 #ddd; color:#888;font-size:10px;}

.naviLevel1 .select .sub_active li a
{display:block;height:18px; line-height:16px; float:left; background:#FFFFFF; padding:0 16px; margin:0; white-space:nowrap; border:1px solid #000; border-color:#888 #777 #666 #ddd; color:#888;font-size:10px;}

.naviLevel1 .select .sub_active li .sub_active_single{
background-color: #99FF99;
color: #000000;
}

.naviLevel1 .select :hover .sub li a:hover
{color:#000; background:#e8e8e8; border-color: #fff #333 #000 #fff; line-height:15px;}

.naviLevel1 .select .sub_active li a:hover
{color:#000; background:#e8e8e8; border-color: #fff #333 #000 #fff; line-height:15px;}



.important_information {
    background-color:#FFFFFF;
    border:1px dotted #DBDBD8;
    padding:5px;
    width:850px;
    height: 50px;
}

.helpBox {
	height: 100px;
	background: #f6f6f6;
	padding: 8px;
	overflow: auto;
}
.helpBoxShadow {
	height: 12px;
	background: url('/img/helpBoxFooter.gif') repeat-x bottom left;
}
	
#blockTitle {
	background:#99A3A2;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	padding:2px 10px 2px 5px;
	}
#userdata {
	position:relative;
	width:auto;
	}
    
#allUserTabs {
    width:auto;
}

#fieldDescription {
	float:left;
	width:160px;
	font-weight:bold;
	padding-top:4px;
	clear:left;
	}
#fieldContent {
	padding-top:3px;
	}
	
#fileCard {
	position:absolute;
	top:3px;
	left:500px;
	width:750px;
	}
#fileCardContent {
	height:500px;
	padding:0px 10px 0px 0px;
	
	}
#scrollField {
	width: 698px;
	max-height:350px;
	overflow:auto;
	border: thin solid #99A3A2;
	}


ul {
    margin: 0;
    padding: 0px;
    text-align: left;
    border-top: 1px solid white;
  }
/*
li {
	list-style: none;
	display: inline;
	float: left;
	}
*/
	
#functionBar {
	padding:10px 10px 0px 30px;
	}
	
#btnSave {
	float:left;
	padding-right:10px;
	}
	
ul#minitabs_header {
    overflow: auto;width: 100%;list-style: none;
    margin: 0; padding: 0;font-weight:bold;border-bottom: 1px solid #CCC;
}
ul#minitabs_header li {
    float: left;
    padding: 0px 0px 0px 0px;
}
ul#minitabs {
    overflow: auto;width: 100%;list-style: none;
    margin: 0; padding: 0;border-bottom: 1px solid #CCC;
}
ul#minitabs li {
    float: left;
    margin: 0;
    padding: 4px 0px 4px 0px;
}
ul#minitabs a {
	float: left;
	text-decoration: none;
	padding: 0 7px;
    color: #333;
    text-align: center
}
ul#minitabs a#current,ul#minitabs a:hover {
    color: #333;
    background-image:none;
}
ul#minitabs a#current {
}

.dashboard_box_padding {
    width: 100%;
    background-color: red;
    margin: 10px;
    display: block;
    float: right;
}

.dashboard_box {
    width: 470px;
    max-height: 250px;
    margin: 5px;
    display: inline;
    float: left;
    border: 1px dotted #CCCCCC;
}

.ufc_headlines {
    background-color: #B0B0A8;
}

.ufc_headlines td a {
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
}

.ufc_data_rows {
    background-color: #E0E0E0;
}

.ufc_data_rows:hover {
    background-color: #E1FFBB;
}



.shadow {
	display: block;
	position: relative;
	margin: 4px -4px -4px 4px;
	background: url(/img/shadow-grid.gif) repeat;
}

/* ie6 ignores this selector */
html>body .shadow {
	margin: 10px -10px -10px 10px;
	background: url(/img/shadow.png) right bottom no-repeat;
}

/* shadow corners */
.shadow:before,
.shadow:after {
	content: " ";
	display: block;
	width: 10px;
	height: 10px;
	background: inherit;	
}

.shadow:before {
	position: absolute;
	top: 0;
	right: 0;
	margin: -10px 0 0 auto;
	background-position: right top;
}

.shadow:after {
	margin: -10px 0 0 -10px;
	background-position: left bottom;
}

.shadow .shadowcontent {
	display: block;
	position: relative;
	overflow: hidden; /* prevents margin leakage from child elements */
	left: -4px;
	top: -4px;
}

/* ie6 ignores this selector */
html>body .shadow .shadowcontent {
	left: -10px;
	top: -10px;
	margin: 0;
}


a.button {
	background: transparent url('/img/buttons/btn_dark_a.png') no-repeat scroll top right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	letter-spacing: 1px;
	display: block;
	float: left;
	height: 20px;
	margin-right: 4px;
	padding-right: 2px; /* sliding doors padding */
}

a.button span {
	font-size: 8px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	line-height: 16px;
	background: transparent url('/img/buttons/btn_dark_span.png') no-repeat;
	display: block;
	padding: 0px 5px 0px 9px;
	height: 20px;
}

a.button:hover {
	text-decoration: none;
}

a.button:active {
	background-position: bottom right;
	text-decoration: none;
	outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
	text-decoration: none;
}

a.button:active span {
	background-position: bottom left;
	text-decoration: none;
	line-height: 17px;
	height: 20px;
	padding: 0px 5px 0px 9px; /* push text down 1px */
}

#saveAndCancelLinks {
	background: #dbdbd8;
	padding: 5px 10px 2px 5px;
}
	
.saveAndCancelLinks {
	background: #dbdbd8;
	padding: 5px 10px 2px 5px;
	height: 21px;
}


.selectedTr {
	background-color: #FC8;
}


/* START: ADDITIONAL INFORMTATION IN KEYWORDING (chippix) (Additional_Fields.class.php)*/
.additionalFieldsMainTitle {
	font-weight: bold;
	clear: both;
	padding-top: 10px;
	text-transform: uppercase;
}
.additionalFieldsMainSubTitle {
	font-weight: bold;
	clear: both;
}
.additionalFieldsSubTitle {
	width: 100px;
	height: 20px;
	float: left;
	padding-top: 4px;
}
.additionalFieldsSubContent {
	min-height: 20px;
	padding-top: 4px;
}

.additionalFieldsTextField {
	width: 200px;
}
.additionalFieldsMultiSelect {
	width: 200px;
	height: 105px;
}
.additionalFieldsSelect {
	width: 200px;
}
#additional_informations_tab_3 {
	padding-right: 500px;
}
#mod_1, #mod_2, #mod_3 {
	float:left;padding-right:40px;
}
#mod_3 {
	top: 280px;
	position: absolute;
}
.additionalFieldsSubTitle, .additionalFieldsSubContent {
	float: left;
}
.additionalFieldsMainSubTitle {
	padding-top: 4px;
}
/* END: ADDITIONAL INFORMTATION IN KEYWORDING (chippix) */


.userDetailFieldClass {
	width: 240px;
}
.highlightFieldDescription {
	color: #D00000;
}










