.form-row { 
    clear: both; 
    padding-bottom: 3px;
    background-color: #fff; 
} 
div.form-row label { 
    display: block; 
    float: left; 
    text-align: left; 
    width: 10em; 
    color: #666; 
    font-weight: normal !important; 
}
div.checkbox_list_container {
    clear: both; 
    float: none;
}
div.radio_list_container {
    clear: both; 
    float: none;
}
div.radio_list_container label {
    float: none;
    display: inline;
}
ul.radio_list {
  list-style-type: none;
}
div.checkbox_list
{
   display: block;
   float: left;
}
.checkbox_list li
{
  margin-right: 5px;
  float: left;
  list-style-type: none;
}

.checkbox_list li.checked label
{
  background-color: #86de9b;
}

.checkbox_list li label
{
  line-height: 1.5em;
  background-color: #d8d8d8;
  padding-right: 5px;
  padding-left: 5px;
  display: block;
}

.checkbox_list div input
{
  width: 15px;
  line-height: 1.5em;
}
div.form_helper { 
    clear: both; 
    color: #333; 
    font-style: italic; 
} 
.error_list { 
    color: #ff0000;
    margin: 1px;
    padding: 0 0 1px 2em;
}
.view-row { 
    clear: both;
    padding-bottom: 3px;
    margin-right: 3px;
    background-color: #fff; 
} 
div.view-row .field-name { 
    display: block; 
    float: left; 
    text-align: left; 
    width: 10em; 
    color: #666; 
    font-weight: normal !important; 
}

div.view-row-odd {
    background: #f0fbff;
    height: 1.2em;
}

div.view-row-even {
    display: block; 
    background: #fff;
    height: 1.2em;
}

div.language-depends {
    color: #14B50C;
    background: #FFF8BF;
}

.translated {
color: black; background-color: lightgreen
}

.untranslated {
color: black;  background-color: lightyellow
}

#message {
	margin:10px 0 10px 0;
	width: 80%;
	padding:5px 2% 15px 12%;
	font-family: Arial;
	font-weight: normal;
	font-size: 100%;
	line-height: normal;
	color: #000;
}
#message h3 {
	font-family: Trebuchet MS;
	font-weight: normal;
	font-size: 190%;
	line-height: 150%;
	padding: 0;
	margin: 0;
}
#message a {
	color: #085dad;
	text-decoration: underline;
}
#message a:hover {
	color: #21bede;
	text-decoration: underline;
}
.error {
	background: #ffefeb url("/images/message/attention_red.gif") no-repeat left top;
	border: 1px dotted #ff542e;
}
.error h3 {
    color: #ff542e;
}
.notice {
	background: #f4ffe5 url("/images/message/attention_green.gif") no-repeat left top;
	border: 1px dotted #8cc739;
}
.notice h3 {
    color: #8cc739;
}
.info {
	background: #ebf6ff url("/images/message/attention_blue.gif") no-repeat left top;
	border: 1px dotted #2ea4ff;
}
.info h3 {
    color: #2ea4ff;
}
.warning {
	background: #fffaeb url("/images/message/attention_yellow.gif") no-repeat left top;
	border: 1px dotted #ffc32e;
}
.warning h3 {
    color: #ffc32e;
}
