.sort-table {
	font:		Icon;
	border:		1px Solid ThreeDShadow;
	background:	Window;
	color:		WindowText;
}

.sort-table thead {
	background:	ButtonFace;
}

.sort-table td {
	padding:	2px 5px;
}

.sort-table thead td {
	border:			1px solid;
	border-color:	ButtonHighlight ButtonShadow
					ButtonShadow ButtonHighlight;
	cursor:			default;
}

.sort-table thead td:active {
	border-color:	ButtonShadow ButtonHighlight
					ButtonHighlight ButtonShadow;
	padding:		3px 4px 1px 6px;
}

.sort-table thead td[_sortType=None]:active {
	border-color:	ButtonHighlight ButtonShadow
					ButtonShadow ButtonHighlight;
	padding:		2px 5px;
}

.sort-arrow {
	width:					11px;
	height:					11px;
	background-position:	center center;
	background-repeat:		no-repeat;
	margin:					0 2px;
}

.sort-arrow.descending {
	background-image:		url("../images/down.gif");

}

.sort-arrow.ascending {
	background-image:		url("../images/up.gif");
}
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;
}
#select {width: 20em;}

.header
{
	color : #660000;
	font-family : verdana, helvetica, sans-serif;
	font-size : 20px;
}

.title
{
	color : #660000;
	font-family : verdana, helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
}

table.rules
{
	border-color: #cccccc;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}

td.rules
{
	border-color: #CCCCCC;
	border-top-style: solid;
	border-right-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}

a:link
{
	color : #333399;
	font-family : verdana, helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-decoration : underline;
}

a:visited
{
	color : #333366;
	font-family : verdana, helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-decoration : underline;
}

a:hover
{
	color : #CC0000;
	font-family : verdana, helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
}

a.small:link
{
	color : #ffffff;
	font-family : verdana, helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	text-decoration : underline;
}

a.small:visited
{
	color : #ffffff;
	font-family : verdana, helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	text-decoration : underline;
}

a.small:hover
{
	color : #FBDD66;
	font-family : verdana, helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	text-decoration : none;
}


a.button:link,a.button:visited
{
	color : #333333;
	font-family : verdana, helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
}

a.button:hover
{
	color : #cc0000;
	font-family : verdana, helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
}


a.footer:link
{
	color : #666666;
	font-family : verdana, helvetica, sans-serif;
	font-size : 10px;
	text-decoration : none;
}

a.footer:visited
{
	color : #666666;
	font-family : verdana, helvetica, sans-serif;
	font-size : 10px;
	text-decoration : none;
}

a.footer:hover
{
	color : #333333;
	font-family : verdana, helvetica, sans-serif;
	font-size : 10px;
	text-decoration : underline;
}

form
{
	border-width : 0px;
	margin : 0px;
}


body,td
{
	color : #000000;
	font-family : verdana, helvetica, sans-serif;
	font-size : 11px;
}


.black_h1 {font-family : arial; font-size : 24px; color : #000000}
.black_h2 {font-family : arial; font-size : 20px; color : #000000}
.black_h3 {font-family : arial; font-size : 16px; color : #000000}
.black_h4 {font-family : arial; font-size : 14px; color : #000000}
.black_h5 {font-family : arial; font-size : 11px; color : #000000}
.black_h6 {font-family : arial; font-size : 9px; color  : #000000}

.red_h1 {font-size : 24px; color : #ff0000}
.red_h2 {font-size : 20px; color : #ff0000}
.red_h3 {font-size : 16px; color : #ff0000}
.red_h4 {font-size : 14px; color : #ff0000}
.red_h5 {font-size : 11px; color : #ff0000}
.red_h6 {font-size : 9px; color  : #ff0000}

.blue_h1 {font-size : 24px; color : #004090}
.blue_h2 {font-size : 20px; color : #004090}
.blue_h3 {font-size : 16px; color : #004090}
.blue_h4 {font-size : 14px; color : #004090}
.blue_h5 {font-size : 11px; color : #004090}
.blue_h6 {font-size : 9px; color : #004090}

.white_h1 {font-size : 24px; color : #ffffff}
.white_h2 {font-size : 20px; color : #ffffff}
.white_h3 {font-size : 16px; color : #ffffff}
.white_h4 {font-size : 14px; color : #ffffff}
.white_h5 {font-size : 11px; color : #ffffff}
.white_h6 {font-size : 9px; color : #ffffff}

.gray_h1 {font-size : 24px; color : #666666}
.gray_h2 {font-size : 20px; color : #666666}
.gray_h3 {font-size : 16px; color : #666666}
.gray_h4 {font-size : 14px; color : #666666}
.gray_h5 {font-size : 11px; color : #666666}
.gray_h6 {font-size :  9px; color : #666666}


