input[type=button],input[type=submit],input[type=reset], .button
{
    border: solid 1px #A8A8A8;
    text-align: center;
    font-weight: bold;
    height: 26px;
    color: #000000;
    border-radius: 4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    background: #E1E7E8;
    cursor: pointer;
}

input[type=button]:hover,input[type=submit]:hover,input[type=reset]:hover,.button:hover
{
    color: #000000;   
    border-radius: 6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    -khtml-border-radius:6px;
    background: #CFD6D8;
}

input[type=button]:disabled,input[type=submit]:disabled,input[type=reset]:disabled, .button:disabled
{
    color: #808080;
    border-radius: 4px;
}


.button-save {
    background: #E1E7E8 url('/images/icons/save.png') no-repeat 4px 4px !important;
    padding-left: 24px;
}

.button-save:hover {
    background: #CFD6D8 url('/images/icons/save.png') no-repeat 4px 4px !important;
}

.button-save-template {
    background: #E1E7E8 url('/images/icons/save-template.png') no-repeat 4px 4px !important;
    padding-left: 24px;
}

.button-save-template:hover {
    background: #CFD6D8 url('/images/icons/save-template.png') no-repeat 4px 4px !important;
}

.button-confirm {
    background: #E1E7E8 url('/images/icons/confirm.png') no-repeat 4px 4px !important;
    padding-left: 24px;
}

.button-confirm:hover {
    background: #CFD6D8 url('/images/icons/confirm.png') no-repeat 4px 4px !important;
}

.button-edit {
    background: #E1E7E8 url('/images/icons/edit.png') no-repeat 4px 4px !important;
    padding-left: 24px;
}

.button-edit:hover {
    background: #CFD6D8 url('/images/icons/edit.png') no-repeat 4px 4px !important;
}
.button-search {
    background: #E1E7E8 url('/images/icons/search.png') no-repeat 4px 4px !important;
    padding-left: 24px;
}

.button-search:hover {
    background: #CFD6D8 url('/images/icons/search.png') no-repeat 4px 4px !important;
}

.button-reset {
    background: #E1E7E8 url('/images/icons/reset.png') no-repeat 4px 4px !important;
    padding-left: 24px;
}

.button-reset:hover {
    background: #CFD6D8 url('/images/icons/reset.png') no-repeat 4px 4px !important;
}

.button-clear {
    background: #E1E7E8 url('/images/icons/clear.png') no-repeat 4px 4px !important;
    padding-left: 24px;
}

.button-clear:hover {
    background: #CFD6D8 url('/images/icons/clear.png') no-repeat 4px 4px !important;
}

.button-cancel {
    background: #E1E7E8 url('/images/icons/cancel.png') no-repeat 4px 4px !important;
    padding-left: 24px;
}

.button-cancel:hover {
    background: #CFD6D8 url('/images/icons/cancel.png') no-repeat 4px 4px !important;
}

.button-go {
    background: #E1E7E8 url('/images/icons/go.png') no-repeat 4px 4px !important;
    padding-left: 24px;
}

.button-go:hover {
    background: #CFD6D8 url('/images/icons/go.png') no-repeat 4px 4px !important;
}

.button-back {
    background: #E1E7E8 url('/images/icons/back.png') no-repeat 4px 4px !important;
    padding-left: 24px;
}

.button-back:hover {
    background: #CFD6D8 url('/images/icons/back.png') no-repeat 4px 4px !important;
}

.button-print {
    background: #E1E7E8 url('/images/icons/print.png') no-repeat 4px 4px !important;
    padding-left: 24px;
}

.button-print:hover {
    background: #CFD6D8 url('/images/icons/print.png') no-repeat 4px 4px !important;
}

.button-get-schedule {
    background: #E1E7E8 url('/images/icons/get-schedule.png') no-repeat 4px 4px !important;
    padding-left: 24px;
}

.button-get-schedule:hover {
    background: #CFD6D8 url('/images/icons/get-schedule.png') no-repeat 4px 4px !important;
}

.button-reuse {
    background: #E1E7E8 url('/images/icons/reuse.png') no-repeat 4px 4px !important;
    padding-left: 24px;
}

.button-reuse:hover {
    background: #CFD6D8 url('/images/icons/reuse.png') no-repeat 4px 4px !important;
}

.button-pdf {
    background: #E1E7E8 url('/images/icons/pdf.png') no-repeat 4px 4px !important;
    padding-left: 24px;
}

.button-pdf:hover {
    background: #CFD6D8 url('/images/icons/pdf.png') no-repeat 4px 4px !important;
}


.button-delete {
    background: #E1E7E8 url('/images/icons/delete.png') no-repeat 4px 4px !important;
    padding-left: 24px;
}

.button-delete:hover {
    background: #CFD6D8 url('/images/icons/delete.png') no-repeat 4px 4px !important;
}


.button-today {
    background: #E1E7E8 url('/images/icons/calendar.png') no-repeat 4px 4px !important;
    padding-left: 24px;
}

.button-today:hover {
    background: #CFD6D8 url('/images/icons/calendar.png') no-repeat 4px 4px !important;
}

.button-download {
    background: #E1E7E8 url('/images/icons/download.png') no-repeat 4px 4px !important;
    padding-left: 24px;
}

.button-download:hover {
    background: #CFD6D8 url('/images/icons/download.png') no-repeat 4px 4px !important;
}

.hidden {
    display : none;
}

.table-row {
    display : table-row;
}

.disabled {
    background-color: #EBEBE4;
}
#form-separator {
    text-align: center;
    font-weight: bold;
}

#tbody_weight_volume .cal-td {
    text-align: center;
}

pre {
    color : #000000;
    font-family : verdana, helvetica, sans-serif;
    font-size : 11px;
}

#announcement-cont {
    font-size: 15px;
    font-weight: bold;
    position: relative;
    margin: 6px 0px 10px;
    background-color: #FFFFCC;
    border-top: #DEDEB1 1px solid;
    border-bottom: #DEDEB1 2px solid;
    width: 100%;
    text-align: center;
}
#announcement-content {
    color: #F63535;
}

.news-content {    
    padding: 10px;
    white-space: -moz-pre-wrap !important;      /* Mozilla, since 1999 */
    white-space: -webkit-pre-wrap;              /*Chrome & Safari */ 
    white-space: -pre-wrap;                     /* Opera 4-6 */
    white-space: -o-pre-wrap;                   /* Opera 7 */
    white-space: pre-wrap;                      /* css-3 */
    word-wrap: break-word;                      /* Internet Explorer 5.5+ */
    word-break: keep-all;
    white-space: normal;
}

#generic-result-container {
    width: 1150px;
    overflow-x: auto;
    position: relative;
}

.ajax-loader-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image:url('/images/transparent-1x1.png');
}

.ajax-loader-container img{
    position: absolute;
    top: 50%;
    left: 50%;
}

#pagination-row {
    text-align: center;
    background-color: #ffffff;
}

#from_calendar {
    z-index: 1;
}

#to_calendar {
    z-index: 2;
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    visibility: hidden;
    text-align:center;
    background-image:url('/images/transparent-1x1.png');
}

#overlay #download-link-container {
    width:300px;
    margin: 350px auto;
    background-color: #fff;
    border:1px solid #000;
    padding:15px;
    text-align:center;
}

#generic-result-container #search-results td  {
    white-space: nowrap;
    padding: 0 5px;
}

.disabler {
    background-color: #EBEBE4;
    border: 1px solid #A9A9A9;
    height: 20;
    color:  #EBEBE4;
 }

.new_registration {
    color: white;
    display: inline-block; 
    position: relative;
    padding-right: 10px;
}

.new_registration_badge {
    background-color: #fa3e3e;
    border-radius: 3px;
    color: white;
    font-weight: bold;
    padding: 1px 2px;
    font-size: 9px;
    top: 0;
}

.top_left {
    vertical-align: top;
    text-align: left;
    padding-top: 2px;
}

#multilanguage-contract-options {
    display: none;
    position: absolute;
    border: solid 1px #A8A8A8;
    z-index: 10;
    width: 145px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #E1E7E8;
}

#condition-contract-link {
    position: relative;
    display: inline-table;
}

a.language-option {
    font-size: 12px;
    color: #000000;
    font-weight: bold;
    display: block; 
    padding: 6px;
    text-decoration: none;
    cursor: pointer;
}

a.language-option:hover {
    background-color: #CFD6D8;
}
body,table,tr{
    color : #000000;
    font-family : verdana, helvetica, sans-serif;
    font-size : 11px;
}

.border{
    background-color: #d6d6d6;
}

.header{
    color : #FFFFFF;
    font-family : verdana, helvetica, sans-serif;
    font-size : 14px;
    font-weight : bold;
    background-color: #606567;
}

.footer{
    color : #5887ab;
    font-family : verdana, helvetica, sans-serif;
    font-size : 10px;
    font-weight : bold;
    background-color: #d6d6d6;
}

.title{
    color : #ffffff;
    font-family : verdana, helvetica, sans-serif;
    font-size : 13px;
    font-weight : bold;
    background-color: #606567;
}

.sub_title{
    color : #ffffff;
    font-family : verdana, helvetica, sans-serif;
    font-size : 11px;
    font-weight : bold;
    background-color: #5887ab;
}


.menu{
    color : #ffffff;
    font-family : verdana, helvetica, sans-serif;
    font-size : 12px;
    font-weight : bold;
    background-color: #eaf1f5;
}
.menu_title{
    color : #5887ab;
    font-family : verdana, helvetica, sans-serif;
    font-size : 12px;
    font-weight : bold;
    background-color: #d6d6d6;
}

.field{
    color: #5887ab;
    font-family : verdana, helvetica, sans-serif;
    font-size : 11px;
    font-weight : bold;
    background-color: #e9e9ea;
}

.required {
    font-size : 11px;
    color : #d2053a;
}

.mandatory{
    background-color: #fffe80;
}

.clear{
    background-color: #ffffff;
}

.alter{
    background-color: #00BFF3 ;
}

.hover{
    background-color: #b0cbe7;
}

.button{
    color : #666666;
    font-family : verdana, helvetica, sans-serif;
    font-size : 12px;
    font-weight : none;
}

.list{
    color : #5887ab;
    font-family : verdana, helvetica, sans-serif;
    font-size : 12px;
    font-weight : none;
}

.input{
    color : #5887ab;
    font-family : verdana, helvetica, sans-serif;
    font-size : 12px;
    font-weight : none;
}

a:link
{
    font-family : verdana, helvetica, sans-serif;
    font-size : 11px;
    font-weight : bold;
    text-decoration : underline;
}

a:visited
{
    font-family : verdana, helvetica, sans-serif;
    text-decoration : none;
}

a:hover
{
    font-family : verdana, helvetica, sans-serif;
    text-decoration : none;
}


a.small:link
{
    font-family : verdana, helvetica, sans-serif;
    font-size : 10px;
    font-weight : bold;
    text-decoration : none;
}

a.small:visited
{
    font-family : verdana, helvetica, sans-serif;
    font-size : 10px;
    font-weight : bold;
    text-decoration : none;
}

a.small:hover
{
    font-family : verdana, helvetica, sans-serif;
    text-decoration : underline;
}


a:link,a:visited,a.small:link,a.small:visited{
    color : #505050;
}

a:hover,a.small:hover{
    color : #5887ab;
}

.news-content {
    border-bottom: solid 1px #d6d6d6;
    background: #eaf1f5;
    color: #505050;    
}

fieldset {
    border: 1px solid #d6d6d6;
}

.h1 {font-size : 24px; color : #05887ab;font-family: verdana, helvetica, sans-serif;}
.h2 {font-size : 20px; color : #5887ab;font-family: verdana, helvetica, sans-serif;}
.h3 {font-size : 16px; color : #5887ab;font-family: verdana, helvetica, sans-serif;}
.h4 {font-size : 14px; color : #5887ab;font-family: verdana, helvetica, sans-serif;}
.h5 {font-size : 11px; color : #5887ab;font-family: verdana, helvetica, sans-serif;}
.h6 {font-size : 9px;  color : #5887ab;font-family: verdana, helvetica, sans-serif;}


ul.autocompleter-choices
{
	position:				absolute;
	margin:					0;
	padding:				0;
	list-style:				none;
	border:					1px solid #7c7c7c;
	border-left-color:		#c3c3c3;
	border-right-color:		#c3c3c3;
	border-bottom-color:	#ddd;
	background-color:		#fff;
	text-align:				left;
	font-family:			Verdana, Geneva, Arial, Helvetica, sans-serif;
	z-index:				50;
	background-color:		#ffffff;
}

ul.autocompleter-choices li
{
	position:				relative;
	margin:					-2px 0 0 0;
	padding:				0.2em 1.5em 0.2em 1em;
	display:				block;
	float:					none !important; 
	cursor:					pointer;
	font-weight:			normal;
	white-space:			nowrap;
	font-size:				1em;
	line-height:			1.5em;
}

ul.autocompleter-choices li.autocompleter-selected
{
	background-color:		#fff;
	color:					#444;
}

ul.autocompleter-choices span.autocompleter-queried
{
	display:				inline;
	float:					none;
	font-weight:			bold;
	margin:					0;
	padding:				0;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried
{
	color:					#9FCFFF;
}

.hidden {
    display : none;
}