/* default formatting */


body {
    scrollbar-arrow-color: #657D04;
    scrollbar-base-color: #FFFFFF;
    scrollbar-track-color: #EEEEEE;
    scrollbar-face-color: #E4FA8D;
    scrollbar-shadow-color: #E4FA8D;
    scrollbar-highlight-color: #E4FA8D;
}

td {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: xx-small;	
    line-height: 150%;
    color: #333333;
}

a {	  		
    color: #0066FF;
    text-decoration: none;
}

a:hover {  
    text-decoration: underline;
    color: Blue;
}

.upcoming {
    font-size: 8px;
    text-decoration: none;
    color: Blue;
}


.upcoming:hover {  
    font-size: 8px;
    text-decoration: underline;
    color: Blue;
}

.upcoming_date {
    font-size: 8px;
}

.ddSelected {
    color: White;
    background-color: #0A246A;
}

.text_loginbox { /* orange box when user is logged in */
    color: Yellow;	
    font-size: x-small;	
}

.links_tight { /* used for footer links */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;		 
}

.button_customized {
    border: 0px none;
}

/* block formatting */
.content_text {
    padding: 4px 4px 4px 14px;
    color: #396A93;
    font-size: xx-small;
}

.blocktext_gray { /* also used for procedure */
    color: #646464;
    padding: 4px 4px 4px 4px;
    font-size: xx-small;		
}

.blocktext_blue {
    color: #396A93;
    padding: 4px 4px 4px 4px;
    font-size: xx-small;		
}

.blocktext_green {
    color: #657D04;
    padding: 10px 4px 10px 4px;
    font-size: xx-small;		
}

.content_caption {
    color: White;
    font-weight: bold;
    text-transform: uppercase;
    padding: 4px 4px 4px 14px;	
}	
	
.blocktitle_gray {
    font-weight: bold;
    font: small-caps;
    padding-left: 10px;
    color: #646464;
    font-size: x-small;
    text-transform: uppercase;
}
	
.blocktitle_blue {
    font-weight: bold;
    font: small-caps;
    padding-left: 10px;
    color: #396A93;        
    font-size: x-small;
    text-transform: uppercase;
}

.blocktitle_green {
    font-weight: bold;
    font: small-caps;
    padding-left: 10px;
    color: #657D04;
    font-size: x-small;
    text-transform: uppercase;
}		
	
/* item formatting */	
	
.hr_dashed {
    border-top: 1px dotted #7EA8C0;
    height: 1px;
}		
	
.item_icon {
    border: 1px solid #7EA8C0;
}

.item_icon_soldout {
    border: 1px solid #C0C0C0;
    filter: Alpha(Opacity=50);
}	

.item_title {
    color: #396A93;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
    text-transform: uppercase;
}

.item_button_soldout {
    color: #646464;
    font-size: xx-small;
    text-transform: uppercase;
}

.item_title:hover {
    color: #396A93;
    font-weight: bold;
    text-decoration: underline;
}

.searchfield {
    width: 185px;
}

input { 
    border: 1px solid #657D04;
    background-color: White;	
    display: inline;	
}

form {
    display: inline;
    margin: 0;
}
		
/* sales pages */

.helpbutton {
    cursor: help;
}	

.procedure_sel { /* active step in procedure list*/
    color: #D27E00;
    font-weight: bold;
    font-size: xx-small;	
}	

.sales_windowtitle {
    color: #D27E00;
    font-weight: bold;
    font-size: 12px;
    padding-left: 7px;	
}

.sales_menutitle {
    font-weight: bold;
    background-color: #ECECEC;
    text-align: center;
    font-size: xx-small;	
}

.sales_caption { /* only used in final sale page*/
    font-weight: bold;
    background-color: #ECECEC;
    font-size: xx-small;	
}

.sales_subcaption { /* only used in final sale page*/
    font-weight: bold;
    font-size: xx-small;	
}

.sales_cell {
    background-color: White;
    text-align: center;
    font-size: xx-small;	
}

.sales_detail {
    color: #B2B2B2;
}

.sales_subtotal {
    font-weight: bold;
    text-align: center;
    color: White;
    background-color: #A8A8A8;
}

.sales_total {
    font-weight: bold;
    text-align: center;
    color: White;
    background-color: #D27E00;
}

.sales_error {
    text-align: center;
    color: White;
    background-color: #CC0000;
    font-weight: bold;
}

.sales_warning {
    color: Red;
    background-color: White;
    font-weight: normal;
    border: 1px solid #CC0000;
}

.sales_reserveringsnummer {
    color: White;
    background-color: #D27E00;
    font-weight: bold;
    text-transform: uppercase;
}

.sales_status {  
    border: 1px solid #B6B6B6;   
}

.clockfield {
    border-style: solid;
    border-width: 0px;
    border-color: #EEEEEE;
    background-color: #EEEEEE;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #646464;
    font-size: xx-small;	      
}

.sales_title_red {
    color: White;
    background-color: #CC0000;
    font-size: 11px;
    text-decoration: none;
    text-transform: uppercase;
}

.sales_title_green {
    color: White;
    background-color: #00CC00;
    font-size: 11px;
    text-decoration: none;
    text-transform: uppercase;
}

.red {
    color: red;    
}

.redlink {	  		
    color: red;
    text-decoration: none;
}

.redlink:hover {  
    text-decoration: underline;
    color: red;
}

.tip {
	border:1px solid #CCCCCC;
	padding:7px;
	background-color:#FFFFCC;
        height: 3em;
	margin-top:10px;
	margin-bottom:10px;
	clear:both;
        text-align: center;
}

.eid_windowtitle {
    color: #D27E00;
    font-weight: bold;
    font-size: medium;
    text-align: center;
    padding-left: 7px;	
}

.eid_menutitle {
    font-weight: bold;
    background-color: #ECECEC;
    text-align: center;
    font-size: x-small;	
}

.eid_cell {
    text-align: left;
    font-size: x-small;	
}

.eid_text {
    font-size: x-small;	
}

