.button_highlight {
	background-image: url(../images/button_bg.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:20px;
	width:71px;
	display:block;
	float:left;
	line-height:20px;
	text-decoration:none;
	color:#FFFFFF;
	text-align:center;
	margin-right:10px;
}
.button_highlight:hover{
	background-position:left bottom;
	color:#FFFFFF;
}

.button_m_highlight {
	background-image: url(../images/button_bg.gif);
	background-repeat:no-repeat;
	background-position:-71px top;
	height:20px;
	width:98px;
	display:block;
	float:left;
	line-height:20px;
	text-decoration:none;
	color:#FFFFFF;
	text-align:center;
	margin-right:10px;
}
.button_m_highlight:hover{
	background-position:-71px bottom;
	color:#FFFFFF;
}

.button_w_highlight {
	background-image: url(../images/button_bg.gif);
	background-repeat:no-repeat;
	background-position:-169px top;
	height:20px;
	width:154px;
	display:block;
	float:left;
	line-height:20px;
	text-decoration:none;
	color:#FFFFFF;
	text-align:center;
	margin-right:10px;
}
.button_w_highlight:hover{
	background-position:-169px bottom;
	color:#FFFFFF;
}

.button {
	background-image: url(../images/button_bg.gif);
	background-repeat:no-repeat;
	background-position:-323px top;
	height:20px;
	width:71px;
	display:block;
	float:left;
	line-height:20px;
	text-decoration:none;
	color:#FFFFFF;
	text-align:center;
	margin-right:10px;	
}
.button:hover {
	background-position:-323px bottom;
	color:#FFFFFF;
}

.button_m {
	background-image: url(../images/button_bg.gif);
	background-repeat:no-repeat;
	background-position:-394px top;
	height:20px;
	width:98px;
	display:block;
	float:left;
	line-height:20px;
	text-decoration:none;
	color:#FFFFFF;
	text-align:center;
	margin-right:10px;	
}
.button_m:hover {
	background-position:-394px bottom;
	color:#FFFFFF;
}

.button_w {
	background-image: url(../images/button_bg.gif);
	background-repeat:no-repeat;
	background-position:-492px top;
	height:20px;
	width:154px;
	display:block;
	float:left;
	line-height:20px;
	text-decoration:none;
	color:#FFFFFF;
	text-align:center;
	margin-right:10px;	
}
.button_w:hover {
	background-position:-492px bottom;
	color:#FFFFFF;
}


.input_text{
	background-image: url(../images/input_text.gif);
	background-repeat:no-repeat;
	background-position:left top;
	border-width:0px;
	height:22px;
	width:202px;	
	display:block;
	float:left;
	font-size:14px;
	line-height:22px;
	text-indent:15px;
	overflow:hidden;
	color:#333333;
}

.input_text_error{
	background-image: url(../images/input_text.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	border-width:0px;
	height:22px;
	width:202px;	
	display:block;
	float:left;
	font-size:14px;
	line-height:22px;
	text-indent:15px;
	overflow:hidden;
	color:#ff0000;
	font-weight:bold;
}

.input_text_focus{
	background-image: url(../images/input_text.gif);
	background-repeat:no-repeat;
	background-position:left -24px;
	border-width:0px;
	height:22px;
	width:202px;	
	display:block;
	float:left;
	font-size:14px;
	line-height:22px;
	text-indent:15px;
	overflow:hidden;
	color:#333333;

}

.input_text:focus{
	background-position:left -24px;
}

.input_text_s{
	background-image: url(../images/input_text_s.gif);
	background-repeat:no-repeat;
	background-position:left top;
	border-width:0px;
	height:22px;
	width:100px;	
	display:block;
	float:left;
	font-size:14px;
	line-height:22px;
	text-indent:15px;
	overflow:hidden;
	color:#333333;
}

.input_text_s_error{
	background-image: url(../images/input_text_s.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	border-width:0px;
	height:22px;
	width:100px;	
	display:block;
	float:left;
	font-size:14px;
	line-height:22px;
	text-indent:15px;
	overflow:hidden;
	color:#ff0000;
	font-weight:bold;
}

.input_text_s_focus{
	background-image: url(../images/input_text_s.gif);
	background-repeat:no-repeat;
	background-position:left -24px;
	border-width:0px;
	height:22px;
	width:100px;	
	display:block;
	float:left;
	font-size:14px;
	line-height:22px;
	text-indent:15px;
	overflow:hidden;
	color:#333333;

}

.input_text_s:focus{
	background-position:left -24px;
}

.input_text_l{
	background-image: url(../images/input_text_l.gif);
	background-repeat:no-repeat;
	background-position:left top;
	border-width:0px;
	height:22px;
	width:524px;	
	display:block;
	float:left;
	font-size:14px;
	line-height:22px;
	text-indent:15px;
	overflow:hidden;
	color:#333333;
}

.input_text_l_error{
	background-image: url(../images/input_text_l.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	border-width:0px;
	height:22px;
	width:524px;	
	display:block;
	float:left;
	font-size:14px;
	line-height:22px;
	text-indent:15px;
	overflow:hidden;
	color:#ff0000;
	font-weight:bold;
}

.input_text_l_focus{
	background-image: url(../images/input_text_l.gif);
	background-repeat:no-repeat;
	background-position:left -24px;
	border-width:0px;
	height:22px;
	width:524px;	
	display:block;
	float:left;
	font-size:14px;
	line-height:22px;
	text-indent:15px;
	overflow:hidden;
	color:#333333;

}

.input_text_l:focus{
	background-position:left -24px;
}

.input_textarea{
	background-image: url(../images/input_textarea.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-size:300% 100%;
	border-width:0px;	
	height:160px;
	width:634px;	
	display:block;
	float:left;
	font-size:14px;
	line-height:18px;
	padding-left:15px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:2px;
	color:#333333;
}

.input_textarea_error{
	background-image: url(../images/input_textarea.gif);
	background-repeat:no-repeat;
	background-position:-1302px 0px;
	background-size:300% 100%;
	border-width:0px;
	height:160px;
	width:634px;	
	display:block;
	float:left;
	font-size:14px;
	line-height:18px;
	padding-left:15px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:2px;	
	color:#ff0000;
	font-weight:bold;
}

.input_textarea_focus{
	background-image: url(../images/input_textarea.gif);
	background-repeat:no-repeat;
	background-position:center 0px;
	background-size:300% 100%;
	border-width:0px;
	height:160px;
	width:634px;	
	display:block;
	float:left;
	font-size:14px;
	line-height:18px;
	padding-left:15px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:1px;	
	color:#333333;

}

.input_texareat:focus{
	background-position:center 0px;
}

.link_highlight{
	color:#2aa6cc;
}
.link_highlight:hover{
	color:#0286af;
}


.link{
	color:#999999;
}
.link:hover{
	color:#666666;
}
.input_select{
	height:18px;
	border:none;
	overflow:hidden;
	display:block;
	float:left;
	width:50px;
	background-image:url(../images/input_select.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	padding-left:10px;	
	color:#999999;
	border:0px;
	margin-right:5px;
	cursor:pointer;
}
.input_select_focus{
	height:18px;
	border:none;
	overflow:hidden;
	display:block;
	float:left;
	width:50px;
	background-image:url(../images/input_select.gif);
	background-position:0px -40px;
	background-repeat:no-repeat;
	padding-left:10px;	
	color:#666666;	
	border:0px;
	margin-right:5px;
	cursor:pointer;
}
.input_select_hover{
	height:18px;
	border:none;
	overflow:hidden;
	display:block;
	float:left;
	width:50px;
	background-image:url(../images/input_select.gif);
	background-position:0px -20px;
	background-repeat:no-repeat;
	padding-left:10px;	
	color:#666666;	
	border:0px;
	margin-right:5px;
	cursor:pointer;
}
.input_select_m{
	height:18px;
	border:none;
	overflow:hidden;
	display:block;
	float:left;
	width:90px;
	background-image:url(../images/input_select.gif);
	background-position:0px -60px;
	background-repeat:no-repeat;
	padding-left:10px;	
	color:#999999;
	border:0px;
	margin-right:5px;
	cursor:pointer;
}
.input_select_m_focus{
	height:18px;
	border:none;
	overflow:hidden;
	display:block;
	float:left;
	width:90px;
	background-image:url(../images/input_select.gif);
	background-position:0px -100px;
	background-repeat:no-repeat;
	padding-left:10px;	
	color:#666666;	
	border:0px;
	margin-right:5px;
	cursor:pointer;
}
.input_select_m_hover{
	height:18px;
	border:none;
	overflow:hidden;
	display:block;
	float:left;
	width:90px;
	background-image:url(../images/input_select.gif);
	background-position:0px -80px;
	background-repeat:no-repeat;
	padding-left:10px;	
	color:#666666;	
	border:0px;
	margin-right:5px;
	cursor:pointer;
}
.input_select_w{
	height:18px;
	border:none;
	overflow:hidden;
	display:block;
	float:left;
	width:170px;
	background-image:url(../images/input_select.gif);
	background-position:0px -120px;
	background-repeat:no-repeat;
	padding-left:10px;	
	color:#999999;
	border:0px;
	margin-right:5px;
	cursor:pointer;
}
.input_select_w_focus{
	height:18px;
	border:none;
	overflow:hidden;
	display:block;
	float:left;
	width:170px;
	background-image:url(../images/input_select.gif);
	background-position:0px -160px;
	background-repeat:no-repeat;
	padding-left:10px;	
	color:#666666;	
	border:0px;
	margin-right:5px;
	cursor:pointer;
}
.input_select_w_hover{
	height:18px;
	border:none;
	overflow:hidden;
	display:block;
	float:left;
	width:170px;
	background-image:url(../images/input_select.gif);
	background-position:0px -140px;
	background-repeat:no-repeat;
	padding-left:10px;	
	color:#666666;	
	border:0px;
	margin-right:5px;
	cursor:pointer;
}
.input_text_search{
	width:90px;
	height:18px;
	border:none;
	padding-left:30px;
	padding-right:10px;
	background-image:url(../images/input_search.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	overflow:hidden;
	display:block;
	float:left;
	color:#999999;
	line-height:18px;
	border:0px;	
	margin-right:5px;

}
.input_text_search:focus{
	background-position:0px bottom;
	color:#454545;
}
.input_text_search_focus{
line-height:18px;
	width:90px;
	height:18px;
	border:none;
	padding-left:30px;
	padding-right:10px;
	background-image:url(../images/input_search.gif);
	background-position:0px bottom;
	background-repeat:no-repeat;
	overflow:hidden;
	display:block;
	float:left;
	color:#454545;	
	border:0px;	
	margin-right:5px;
}
.input_text_search:hover{
	background-position:0px -20px;
	color:#454545;
	width:90px;
	height:18px;	
}
.input_text_search_hover{
line-height:18px;
	width:90px;
	height:18px;
	border:none;
	padding-left:30px;
	padding-right:10px;
	background-image:url(../images/input_search.gif);
	background-position:0px -20px;
	background-repeat:no-repeat;
	overflow:hidden;
	display:block;
	float:left;
	color:#454545;	
	border:0px;	
	margin-right:5px;
}
.button_gray_add{
	width:54px;
	height:20px;
	color:#666666;
	background-image:url(../images/button_add.gif);
	background-position:0px top;
	background-repeat:no-repeat;
	overflow:hidden;
	display:block;
	float:left;
	text-indent:24px;
	text-decoration:none;
	line-height:20px;
	margin-right:3px;
}
.button_gray_add:hover{
	background-position:0px -20px;
	color:#454545;
}
.button_gray_add:active{
	background-position:0px bottom;
	color:#666666;
}

.button_gray{
	width:44px;
	height:20px;
	color:#666666;
	background-image:url(../images/button_gray.gif);
	background-position:0px top;
	background-repeat:no-repeat;
	overflow:hidden;
	display:block;
	float:left;	
	text-align:center;
	text-decoration:none;
	line-height:20px;
	margin-right:3px;
}
.button_gray:hover{
	background-position:0px -20px;
	color:#454545;
}
.button_gray:active{
	background-position:0px bottom;
	color:#666666;
}
.button_switch_on{
	width:54px;
	height:20px;
	color:#666666;
	background-image:url(../images/button_switch.gif);
	background-position:0px top;
	background-repeat:no-repeat;
	overflow:hidden;
	display:block;
	float:left;	
	text-align:center;
	text-decoration:none;
	line-height:20px;
	margin-right:3px;
	padding-left:26px;
}
.button_switch_on:hover{
	background-position:0px -20px;
	color:#454545;
}
.button_switch_on:active{
	background-position:0px -40px;
	color:#666666;
}

.button_switch_off{
	width:54px;
	height:20px;
	color:#666666;
	background-image:url(../images/button_switch.gif);
	background-position:0px -60px;
	background-repeat:no-repeat;
	overflow:hidden;
	display:block;
	float:left;	
	text-align:center;
	text-decoration:none;
	line-height:20px;
	margin-right:3px;
	padding-right:26px;
}
.button_switch_off:hover{
	background-position:0px -80px;
	color:#454545;
}
.button_switch_off:active{
	background-position:0px -100px;
	color:#666666;
}

.button_gray_navi{
	width:20px;
	height:20px;
	color:#666666;
	background-image:url(../images/button_navi.gif);
	
	background-repeat:no-repeat;
	overflow:hidden;
	display:block;
	float:left;	
	text-align:center;
	text-decoration:none;
	line-height:20px;
	margin-right:3px;
}
.button_gray_navi:hover{
	
	color:#454545;
}

.button_gray_m{
	width:54px;
	height:20px;
	color:#666666;
	background-image:url(../images/button_gray.gif);
	background-position:-44px top;
	background-repeat:no-repeat;
	overflow:hidden;
	display:block;
	float:left;	
	text-align:center;
	text-decoration:none;
	line-height:20px;
	margin-right:3px;	
}
.button_gray_m:hover{
	background-position:-44px -20px;
	color:#454545;
}
.button_gray_m:active{
	background-position:-44px bottom;
	color:#666666;
}


.button_gray_w{
	width:102px;
	height:20px;
	color:#666666;
	background-image:url(../images/button_gray.gif);
	background-position:-98px top;
	background-repeat:no-repeat;
	overflow:hidden;
	display:block;
	float:left;	
	text-align:center;
	text-decoration:none;
	line-height:20px;
	margin-right:3px;	
}
.button_gray_w:hover{
	background-position:-98px -20px;
	color:#454545;
}
.button_gray_w:active{
	background-position:-98px bottom;
	color:#454545;
}

.input_error_msg{
	color:#FF0000;
	float:left;
	display:block;
	height:24px;
	padding-top:6px;
	padding-left:30px;
	background-image:url(../images/icon_alert.gif);
	background-repeat:no-repeat;
	background-position:10px 6px;
}

.input_desc{
	color:#666666;
	float:left;
	display:block;
	height:24px;
	padding-top:6px;
	padding-left:30px;
	background-image:url(../images/icon_star.gif);
	background-repeat:no-repeat;
	background-position:10px 6px;
}

.label_text_underline{
border-bottom:1px solid #BBBBBB;
width:200px;
text-indent:15px;
float:left;
height:24px;
line-height:24px;
display:block;
}

p.input_row .label_text{
	float:left;	
	line-height:24px;
	display:block;
	width:400px;
}
table.input_row{
padding-bottom:2px;

}

table.input_row td{
	vertical-align:top;
}
table.input_row label{
width:100px; text-align:right; color:#14a8f1;vertical-align:top;
line-height:18px;
}
table.input_row .label_text{
line-height:18px;
}
table.input_row .label_text a{
color:#006599;
}
table.input_row .label_text a:hover{
color:#004569;
}
table.input_row .input_desc{
padding-top:3px;
height:auto;
}
.system_error_msg{
	background-color:#FFD7D8;
	display:block;
	width:500px;
	height:160px;
	overflow:auto;
	border: 1px solid #BE4141;
	line-height:18px;
	font-size:9pt;
	font:"Courier New", Courier, monospace;
} 

/* Openbiz forms */
.form_header_panel{
height:30px;
width:700px;
/*background-image:url(../images/form_header_panel_bg.gif);*/
background-color:#EFEFEF;
background-repeat:no-repeat;
background-position:left top;
}

.list_grid{
padding-top:10px;
height:450px;
}

.list_grid .grid_cell {
width:225px;
float:left;
padding:0px;
margin:0px;
padding-right:10px;
padding-bottom:5px;
cursor:pointer;
}
.list_grid .grid_cell ul {
	list-style-type: none;
	padding-left:25px;
	padding-right:25px;
	padding-top:10px;
	padding-bottom:10px;
}

.list_grid .grid_cell ul a{
	text-decoration:none;
	color:#006599;
}
.list_grid .grid_cell ul a:hover{
	text-decoration:none;
	color:#0b3984;
}
.list_grid .grid_cell h4{
	padding:0px;
	margin:0px;
}
.list_grid .grid_cell h4 a{
	font-size: 12px;
	padding:0px 15px 0px 15px;
	margin:0px;	
	text-decoration: none;
	line-height:35px;
	display:block;
}
.list_grid .grid_cell .even h4 a {
color: #999999;
}
.list_grid .grid_cell .hover h4 a {
color: #FFF;
}
.list_grid .grid_cell .selected h4 a {
color: #FFF;
}
.list_grid .grid_cell .grid_cell_header {
width:225px;
height:35px;
background-image:url(../images/grid_cell_header.gif);
background-repeat:no-repeat;
}
.list_grid .grid_cell .even .grid_cell_header {
background-position:left top;
}
.list_grid .grid_cell .hover .grid_cell_header {
background-position:-225px 0px;
}
.list_grid .grid_cell .selected .grid_cell_header {
background-position:-450px 0px;
}

.list_grid .grid_cell .grid_cell_content {
width:225px;
height:100px;
background-image:url(../images/grid_cell_content_bg.gif);
background-repeat:repeat-y;
}
.list_grid .grid_cell .even .grid_cell_content {
background-position:left top;
}
.list_grid .grid_cell .hover .grid_cell_content {
background-position:-225px 0px;
}
.list_grid .grid_cell .selected .grid_cell_content {
background-position:-450px 0px;
}

.list_grid .grid_cell .grid_cell_footer {
width:225px;
height:10px;
background-image:url(../images/grid_cell_footer.gif);
background-repeat:no-repeat;
}
.list_grid .grid_cell .even .grid_cell_footer {
background-position:left top;
}
.list_grid .grid_cell .hover .grid_cell_footer {
background-position:-225px 0px;
}
.list_grid .grid_cell .selected .grid_cell_footer {
background-position:-450px 0px;
}
.from_table_container{
overflow:auto;
display:block;
width:700px;

}
.form_table{
width:700px;
margin-top:3px;
margin-bottom:3px;
background-color:#FFFFFF;
border-left:1px solid #bee8fe;
border-right:1px solid #bee8fe;
border-bottom:1px solid #00aaff;
}
.form_table tr.group_selector td{
	padding:0px;
	margin:0px;
}
.form_table tr.group_selector td a{
	cursor:pointer;
	font-weight:bold;
	background-image:none;
	background-color:#e6f2fe;
	border-bottom:1px solid #79b9ff;
	display:block;
	padding-left:40px;
	height:24px;
	line-height:24px;
	background-repeat:no-repeat;
}
.form_table tr.group_selector td a{
	background-color:#e6f2fe;
	background-position:13px -0px;
}
.form_table tr.group_selector td a:hover{
	color:#006599;
	background-color:#d9ecff;
	background-position:13px -24px;
}
.form_table tr.group_selector td a:active{
	color:#47c5ff;
	background-color:#d9ecff;
	background-position:13px -48px;
}
.form_table tr.group_selector td a.expand{
	background-image:url(../images/icon_expand.gif);
}
.form_table tr.group_selector td a.shrink{
	background-image:url(../images/icon_shrink.gif);	
}
.form_table th{
	height:24px;
	text-align:center;
	color:#FFFFFF;
	line-height:24px;
	text-decoration:none;
	background-repeat:repeat-x;
	background-position:left top;
	background-image:url(../images/table_header_bg.gif);
	border-right:1px solid #56b9e0;
}
.form_table th.hover{
	background-position:left -24px;
}
.form_table th a{
	height:24px;
	vertical-align:middle;
	text-align:center;
	color:#FFFFFF;
	display:block;	
	text-decoration:none;
	line-height:24px;
	background-repeat:repeat-x;
	background-image:url(../images/table_header_bg.gif);
	border-right:1px solid #56b9e0;	
	padding-right:10px;
	padding-left:10px;
}
.form_table th a span{
	display:block;

	
}
.form_table th a span.sort_up{
	background-repeat:no-repeat;
	background-image:url(../images/arrow_up.gif);
	background-position:right top;	
}
.form_table th a span.sort_down{
	background-repeat:no-repeat;
	background-image:url(../images/arrow_down.gif);
	background-position:right top;	
}

.form_table th a.normal{
	background-position:left top;
}
.form_table th a.normal:hover{
	background-position:left -24px;
}
.form_table th .current{
	background-position:left -48px;
}
.form_table td{
	height:24px;
	padding-top:3px;
	padding-bottom:3px;	
	padding-left:10px;
	background-image:url(../images/table_row_td_bg.gif);
	background-repeat:repeat-x;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #EFEFEF;
	border-bottom-color: #dddddd;
	font-size:12px;
}
.form_table td span{
	width:100%;
	height:100%;
	display:block;
	float:left;
}
.form_table td a{
	text-decoration:none;
	color:#0eaadb;
}
.form_table td a:hover{
	text-decoration:none;
	color:#006599;
}
.form_table .selected a{
	color:#006599;
}
.form_table .selected a:hover{
	color:#004569;
}
.form_table .odd td{
	background-image:none;
	background-color:#effbff;
}
.form_table .even td{
	background-image:none;
}
.form_table .hover td{
	background-position:left -48px;
}
.form_table .selected td{
	background-position:left -148px;
}
.form_table .hover td{	
	cursor:pointer;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7bc4e9;
	background-color:#daf5fd;
}

.form_table .selected td.row_header {
	background-position:left top;
	border-bottom:1px solid #00a9fe;
	border-right:1px solid #b2e8f9;
	background-image:url(../images/table_row_bg.gif);
	
}


.form_table .selected td{
	border-bottom:1px solid #00a9fe;
	border-right:1px solid #b2e8f9;
	background-color:#a7e8ff;
	
}

.form_footer_panel{
width:700px;
height:30px;
background-color:#EFEFEF;
}

.action_panel{
padding-left:10px;
padding-top:6px;
width:500px;
height:20px;
float:left;
}
.search_panel{
padding-top:6px;
width:190px;
height:20px;
float:right;
}

.navi_panel{
padding-top:4px;
width:450px;
height:20px;
float:right;
}

.navi_panel .first{
	background-position:0px top;
}
.navi_panel .first:hover{
	background-position:-0px -20px;
}
.navi_panel .first:active{
	background-position:-0px -40px;
}
.navi_panel .first_gray{
	background-position:-0px bottom;
}

.navi_panel .prev{
	background-position:-20px top;
}
.navi_panel .prev:hover{
	background-position:-20px -20px;
}
.navi_panel .prev:active{
	background-position:-20px -40px;
}
.navi_panel .prev_gray{
	background-position:-20px bottom;
}

.navi_panel .next{
	background-position:-40px top;
}
.navi_panel .next:hover{
	background-position:-40px -20px;
}
.navi_panel .next:active{
	background-position:-40px -40px;
}
.navi_panel .next_gray{
	background-position:-40px bottom;
}


.navi_panel .last{
	background-position:-60px top;
}
.navi_panel .last:hover{
	background-position:-60px -20px;
}
.navi_panel .last:active{
	background-position:-60px -40px;
}
.navi_panel .last_gray{
	background-position:-60px bottom;
}
.navi_panel span{
float:left;
display:block;
padding-right:5px;
padding-left:5px;
margin-right:3px;
padding-top:2px;
}
.navi_panel label{
width:70px;
line-height:18px;
height:18px;
margin-right:3px;
}
.ajax_indicator{
padding-top:10px;
width:180px;
height:20px;
float:left;
padding-left:20px;
}

.autocomplete ul{
display:block;
list-style:none;
padding-bottom:4px;
background-image:url(../images/autosuggest_footer.gif);
background-position:3px bottom;
background-repeat:no-repeat;
padding-left:3px;
padding-right:3px;


}

.autocomplete ul li{
display:block;
background-color:#FFFFFF;
padding-left:10px;
padding-right:5px;
color:#757575;
padding-bottom:2px;
padding-top:5px;
border-left:1px solid #c2c2c2;
border-right:1px solid #c2c2c2;
}

.autocomplete ul li.selected{
display:block;
background-color:none;
color:#0eaadb;
cursor:pointer;
background-image:url(../images/autosuggest_bg.gif);
background-position:3px 3px;
background-repeat:no-repeat;

}


.contextMenu  {
	position: absolute;
	display:none;	
	width: 180px;
}
.contextMenu_header{
background-image:url(../images/context_menu_header.gif);
background-position:left bottom;
background-repeat:no-repeat;
width:180px;
height:6px;

}
.contextMenu_footer{
background-image:url(../images/context_menu_footer.gif);
background-position:left top;
background-repeat:no-repeat;
width:180px;
height:6px;
}
.contextMenu ul {
width: 172px; /* sets the size of the menu blocks */
cursor: default; /* gives an arrow cursor */
display:block;
background-image:url(../images/context_menu_bg.gif);
background-position:left top;
background-repeat:repeat-y;
padding-left:4px;
padding-right:4px;
padding-bottom:5px;
}

.contextMenu li {
	list-style-type: none; /* removes the bullet points */
	margin: 0px; /* Opera 7 puts large spacings between li elements */
	position: relative;
	background-image:url(../images/context_menu_line.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;	
	padding-bottom:1px;
	line-height:20px;
	padding-top:2px;
	padding-bottom:2px;
}

.contextMenu a {
	padding: 0px 6px 0px 10px;
	color: black;
	text-decoration: none;
	display:block;
	color:#757575;
}

.contextMenu a:hover
{
	color:#0eaadb;
	background-image:url(../images/context_menu_item_bg.gif);
	background-position:left -100px;
	background-repeat:no-repeat;
}
.contextMenu a:active
{
	color:#0eaadb;
	background-image:url(../images/context_menu_item_bg.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

.contextMenu li {
	list-style-type: none; /* removes the bullet points */
	margin: 0px; /* Opera 7 puts large spacings between li elements */
	position: relative;
	background-image:url(../images/context_menu_line.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;	
	padding-bottom:1px;
	line-height:20px;
	padding-top:2px;
	padding-bottom:2px;
}

.contextMenu a {
	padding: 0px 6px 0px 10px;
	color: black;
	text-decoration: none;
	display:block;
	color:#757575;
}

.contextMenu a:hover
{
	color:#0eaadb;
	background-image:url(../images/context_menu_item_bg.gif);
	background-position:left -100px;
	background-repeat:no-repeat;
}
.contextMenu a:active
{
	color:#0eaadb;
	background-image:url(../images/context_menu_item_bg.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

.dropdownlist {
position:absolute;
margin-top:20px;
display:block;
list-style:none;
padding-bottom:4px;
background-image:url(../images/dropdownlist_footer.gif);
background-position:3px bottom;
background-repeat:no-repeat;
padding-left:3px;
padding-right:3px;
}

.dropdownlist  li{
list-style:none;
display:block;
background-color:#FFFFFF;
padding-left:10px;
padding-right:5px;
color:#757575;
padding-bottom:2px;
padding-top:5px;
border-left:1px solid #c2c2c2;
border-right:1px solid #c2c2c2;
width:35px;
line-height:20px;
height:auto;
overflow:hidden;
}

.dropdownlist  li.selected{
display:block;
background-color:none;
color:#006699;
cursor:pointer;
background-image:url(../images/dropdownlist_bg.gif);
background-position:3px 3px;
background-repeat:no-repeat;
}
.dropdownlist li img, 
span.input_select img,
span.input_select_hover img,
span.input_select_m img,
span.input_select_n_hover img,
span.input_select_w img,
span.input_select_w_hover img
{
	margin-right:5px;
	padding-top:3px;
	float:left;
}
.dropdownlist li span, 
span.input_select span,
span.input_select_hover span,
span.input_select_m span,
span.input_select_m_hover span,
span.input_select_w span,
span.input_select_w_hover span
{
	display:block;	
}
span.input_select,
span.input_select_focus,
span.input_select_hover,
span.input_select_m,
span.input_select_m_focus,
span.input_select_m_hover,
span.input_select_w,
span.input_select_w_focus,
span.input_select_w_hover{
	height:20px;
	line-height:20px;
}

.div_input_select_m .dropdownlist {
	background-position:3px bottom;
	background-image:url(../images/dropdownlist_footer_m.gif);
}
.div_input_select_m .dropdownlist  li{
	width:76px;
}
.div_input_select_m .dropdownlist  li.selected{
	background-image:url(../images/dropdownlist_bg_m.gif);		
}

.div_input_select_w .dropdownlist {
	background-position:3px bottom;
	background-image:url(../images/dropdownlist_footer_w.gif);
}
.div_input_select_w .dropdownlist  li{
	width:156px;
}
.div_input_select_w .dropdownlist  li.selected{
	background-image:url(../images/dropdownlist_bg_w.gif);	
}


div.noticeBox {
border: 1px green solid;
width: 500px;
padding: 5px;
}

div.errorBox {
border: 1px red solid;
width: 500px;
padding: 5px;
}

.image_selector, .image_selector_focus, .image_selector_error{
	display:block;
	list-style:none;
}

.image_selector a,.image_selector_focus a,.image_selector_error a {
	text-decoration:none;	
	float:left;
}
.image_selector a img,.image_selector_focus a img,.image_selector_error a img{
	padding:3px;
	background-color:#ffffff;
	border:1px solid #ffffff;
}
.image_selector a:hover img, .image_selector_focus a:hover img,.image_selector_error a:hover img{
	background-color:#afd0f3;
	border:1px solid #ffffff;
}
.image_selector a.current img, .image_selector_focus a.current img,.image_selector_error a.current img{
	background-color:#afd0f3;
	border:1px solid #779bbf;
}

.image_selector_error a img{
	padding:3px;
	background-color:#FF0000;
	display:block;
}

.column_bar{

}
.column_bar span{
	display:block;
	float:left;
}
.column_bar .value{
	width: 65px;
	text-align:right;
	margin-right:5px;	
}
.column_bar .bar_bg{
	padding:0px;	
	background:url('../images/column_bar.gif') no-repeat 0 -40px;
}
.column_bar .bar_data{	
	background:url('../images/column_bar.gif') no-repeat 0 0px;
}
.input_file{
	opacity:0 ;
	filter:alpha(opacity: 0);
	position:absolute;	
	z-index:2;
	cursor:pointer;
}
.input_file_mask{
	position: absolute;	
	z-index:1;		
}
.arrow_up{
	background-image:url('../images/btn_arrow_up.gif');
	background-position:left top;
	background-repeat:no-repeat;
	width:12px;
	height:12px;
	display:block;
	float:left;
	margin-right:5px;
	margin-left:5px;
}
.arrow_up:hover{
	background-position:0 -12px;;
}
.arrow_up:active{
	background-position:0 -24px;;
}

.arrow_down{
	background-image:url('../images/btn_arrow_down.gif');
	background-position:left top;
	background-repeat:no-repeat;
	width:12px;
	height:12px;
	display:block;
	float:left;
	margin-right:5px;
	margin-left:5px;
}
.arrow_down:hover{
	background-position:0 -12px;;
}
.arrow_down:active{
	background-position:0 -24px;;
}
.image_preview
{
	display:block;
}
.icon_expand{
background-image:url("../images/icon_expand.gif");
background-repeat:no-repeat;
background-position: 5px 0px;
height:24px;
width:24px;
display:block;
}
.icon_expand:hover{
background-position: 5px -24px;
}
.icon_expand:active{
background-position: 5px -48px;
}

.icon_preview{
background-image:url("../images/icon_preview.gif");
background-repeat:no-repeat;
background-position: 5px 0px;
height:24px;
width:24px;
display:block;
}
.icon_preview:hover{
background-position: 5px -24px;
}
.icon_preview:active{
background-position: 5px -48px;
}

.editcombobox {
	position: relative; 
	height:24px; 
}
.editcombobox select {
	position: absolute;
	height:22px;  
	width: 148px;
	font-size:14px;
	clip: rect(auto, auto, auto, 128px);
}
.editcombobox input {
	height:16px;
	width: 128px;
	font-size:14px;
}
.editcombobox_l {
	position: relative; 
	height:24px; 
}
.editcombobox_l select {
	position: absolute;
	height:22px;  
	width: 500px;
	z-index: 1; 
	font-size:14px;
	clip: rect(auto, auto, auto, 480px);
}
.editcombobox_l input {
	height:16px;
	width: 480px;
	font-size:14px;
}

.date_picker{
	height:24px;
	width: 24px;
	display:block;
	float:left;
	background-image: url(../images/calendar.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;	
	margin-left:5px;
}
.date_picker:hover{
	background-position:-24px 0px;	
}
.date_picker:active{	
	background-position:-48px 0px;	
}
select {
	height:22px;  
}

a.expand{
	background-image:url(../images/icon_expand.gif);
	background-repeat:no-repeat;
	background-position:0px -0px;
	padding-left:20px;
}
a.shrink{
	background-image:url(../images/icon_shrink.gif);
	background-repeat:no-repeat;
	background-position:0px -0px;
	padding-left:20px;
}


