body
{
	background-color: #ffffff;
	color: #000000;
}
.header
{
    font-family: arial, verdana, helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:red;
}
.button_green{
	background-color:#00CC00;
    font-family: arial, verdana, helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#333333;
}
.simple_text
{
    font-family: arial, verdana, helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#333333;
	text-decoration:none;
}
.simple_text_blue
{
    font-family: arial, verdana, helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000066;
	text-decoration:none;
}
.simple_text_lt
{
    font-family: arial, verdana, helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	background-color:#006699;
	text-decoration:none;

}
.simple_text_lt_bg
{
    font-family: arial, verdana, helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	background-image:url('/rxpath/images/lightbluebg.gif');
	background-position:top right;
	background-repeat:repeat-y;
	text-decoration:none;
}
.simple_text_lt_bg2
{
    font-family: arial, verdana, helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
}
.simple_text_rd
{
    font-family: arial, verdana, helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	background-color:#990000;
	text-decoration:none;
	background-image: url(none); 
}
.simple_text_lt_rd
{
    font-family: arial, verdana, helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	background-color:#BBAAAA;
	text-decoration:none;
	background-image: url(none); 
}
.simple_text_dk
{
    font-family: arial, verdana, helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	background-color:#003366;
	text-decoration:none;
}
.simple_text_on
{
    font-family: arial, verdana, helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	background-color:#CCFFCC;
	text-decoration:none;
}
.small_text
{
    font-family: arial, verdana, helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#333333;
}
.small_text_lt
{
    font-family: arial, verdana, helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
	background-color:#006699;
}
.small_text_dk
{
    font-family: arial, verdana, helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
	background-color:#003366;
}
.smaller_text
{
    font-family: arial, verdana, helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#333333;
}
.smaller_text_lt
{
    font-family: arial, verdana, helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#FFFFFF;
	background-color:#006699;
}
.smaller_text_dk
{
    font-family: arial, verdana, helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#FFFFFF;
	background-color:#003366;
}
.super_text
{
	color:#000000;
	background-color:#DDDD00;
	font-family:courier;
	font-weight:bold;
	border:1px solid #000000;
}
.super_text_linked
{
	color:#000000;
	background-color:#FF66FF;
	font-family:courier;
	font-weight:bold;
	border:1px solid #000000;
}

.inline_button_lt
{
    font-family: arial, verdana, helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
	background-color:#006699;
	border:1px solid #999999;
	width:80px;
	text-align:center;
	text-decoration:none;
}
.inline_button_or
{
    font-family: arial, verdana, helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
	background-color:#FF9911;
	border:1px solid #999999;
	width:80px;
	text-align:center;
	text-decoration:none;
}
.inline_button_rd
{
    font-family: arial, verdana, helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
	background-color:#990000;
	border:1px solid #999999;
	width:80px;
	text-align:center;
	text-decoration:none;
}
.inline_button_task_off
{ 
    font-family: arial, verdana, helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#666666;
	background-color:#EEEEEE;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:2px solid #999999;
	border-right:2px solid #999999;
	width:130px;
	text-align:left;
	text-decoration:none;
	padding:3px;
}
.inline_button_task_on
{
    font-family: arial, verdana, helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	background-color:#DDDDDD;
	border-top:1px solid #003366;
	border-right:1px solid #003366;
	border-bottom:2px solid #003366;
	border-right:2px solid #003366;
	width:130px;
	text-align:left;
	text-decoration:none;
	padding:3px;
}
.inline_button_task_off_danger
{ 
    font-family: arial, verdana, helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#666666;
	background-color:#FFAAAA;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:2px solid #999999;
	border-right:2px solid #999999;
	width:130px;
	text-align:left;
	text-decoration:none;
	padding:3px;
}
.inline_button_task_on_danger
{
    font-family: arial, verdana, helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	background-color:#FF6666;
	border-top:1px solid #003366;
	border-right:1px solid #003366;
	border-bottom:2px solid #003366;
	border-right:2px solid #003366;
	width:130px;
	text-align:left;
	text-decoration:none;
	padding:3px;
}
.simple_line_dk
{
	border-bottom:2px solid #003366;
}
.simple_text_confirm
{
    font-family: arial, verdana, helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#666666;
	border:1px solid #666666;
	padding:3px;
}
.page_section_header_confirm
{
    font-family: arial, verdana, helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	border:1px solid #666666;
	background-color:#005594;
	padding:3px;
}
.simple_input
{
    font-family: arial, verdana, helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:black;
}
.table_text
{
    font-family: arial, verdana, helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	background-color:#EEEEEE;
}
.section_header
{
    font-family: arial, verdana, helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#005594;
	background-color:#DADACD;
}
.dynamic_table_header
{
    font-family: arial, verdana, helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:black;
	border-bottom:1px solid #999999;
	background-color:#dddddd;
}
.inline_header
{
    font-family: arial, verdana, helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	border:1px solid #999999;
	color:white;
	background-color:#005594;
}
.section_break
{
	border-bottom:1px dashed #CCCCCC;
	border-top:1px dashed #CCCCCC;
}
.section_break_bottom
{
	border-bottom:1px dashed #CCCCCC;
}
.section_break_top
{
	border-top:1px dashed #CCCCCC;
}
.page_section_header
{
    font-family: arial, verdana, helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#333333;
	border-bottom:0px solid #000000;
	background-color:#99AAFF;
}
.page_border
{
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	border-left: 1px solid #666666;
	border-top:1px solid #666666;
}
.border
{
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	border-left: 1px solid #999999;
	border-top:1px solid #999999;
}
.border_dk
{
	border-bottom:1px solid #003366;
	border-right:1px solid #003366;
	border-left: 1px solid #003366;
	border-top:1px solid #003366;
}
.border_lt
{
	border-bottom:1px solid #006699;
	border-right:1px solid #006699;
	border-left: 1px solid #006699;
	border-top:1px solid #006699;
}
.invoice_header
{
	border:1px solid #000000;
	font-weight:bold;
	background-color:#EEEEBB;
	padding:3px;
}
.invoice_footer
{
	border:1px solid #000000;
	background-color:#EEEEBB;
	padding:3px;
}
.invoice_body
{
	border:1px solid #000000;
	background-color:#FFFFCC;
	padding:3px;
}
.simple_header
{
    font-family: arial, verdana, helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#005594;
}
.large_header
{
	color: #005594;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
	padding-top:0px;
	padding-bottom:3px;
	border-bottom:0px solid #005594;
}
.simple_button
{
    font-family: arial, verdana, helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	height:24px;
	background-color:#005594;
	color:#FFFFFF;	
}
.simple_button_small
{
    font-family: arial, verdana, helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
}
.checkout_title_box
{
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	border-left: 1px solid #666666;
	border-top:1px solid #666666;
	background-color:#FF0000;
	font-size:13px;
	font-weight:bold;
	padding:2px;
}
.checkout_header_box
{
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	border-left: 1px solid #666666;
	border-top:1px solid #666666;
	background-color:#CCCC99;
	font-size:11px;
	font-weight:bold;
	padding-left:2px;
	padding-top:0px;
	padding-bottom:0px;
}
.checkout_box
{
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	border-left: 1px solid #666666;
	border-top:1px solid #666666;
	background-color:#FFFFCC;
	font-size:11px;
    font-family: arial, verdana, helvetica, sans-serif;
	padding:2px;
}
.checkout_box_item
{
	background-color:#FFFFCC;
}
.confirm_box
{
	background-color:#FFFFCC;
	font-size:11px;
    font-family: arial, verdana, helvetica, sans-serif;
	padding:0px;
}
.type_ahead_header
{
    font-family: arial, verdana, helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:black;
	background-color:#EEEEBB;
	padding:0px;
}
.type_ahead_body
{
    font-family: arial, verdana, helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:black;
	background-color:#FFFFCC;
	padding-left:0px;
}
.panel
{
	border-top:1px solid #eeeeee;
	border-left:1px solid #eeeeee;
	border-bottom:2px solid #999999;
	border-right:2px solid #999999;
}
legend
{
    font-family: arial, verdana, helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:white;
	background-color:#006699;
	padding-left:3px;	
	padding-right:3px;	
	border:2px solid #DDAA99;
	border:2px solid #FF8080;
}
.legend_plain
{
    font-family: arial, verdana, helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#333333;
	background-color:#FFFFFF;
	padding-left:3px;	
	padding-right:3px;	
	border:0px solid #0000;
}
.type_ahead_header
{
    font-family: arial, verdana, helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:black;
	background-color:#EEEEBB;
	padding:0px;
}
.type_ahead_body
{
    font-family: arial, verdana, helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:black;
	background-color:#FFFFCC;
	padding-left:0px;
}
.highlight_number
{
	border: 1px solid #003366;
	background-color:#003366;
	color:#FFFFFF;
	padding-left:3px;
	padding-right:3px;
	padding-top:0px;
	padding-bottom:0px;
	text-decoration:none;
}
.nohighlight_number
{
	text-decoration:none;
	background-color:#CCCCCC;
	border: 1px solid #CCCCCC;
	color:#000000;
	padding-left:3px;
	padding-right:3px;
	padding-top:0px;
	padding-bottom:0px;
}
.table_header_lt
{
    font-family: arial, verdana, helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	background-color:#B5CFE6;
	border:1px solid #333333;
}

