/* Copyright Riverock Technologies, LLC */

/*========= confirm dialog styles ===============*/
/*===============================================*/
#confirm_dialog 
{
}

#confirm_dialog_icon
{
	width: 32px;
	padding-right: 10px;
	vertical-align: top;
}

#confirm_dialog_message
{
	width: 100%;
}

/*========== dialog button styles ===============*/
/*===============================================*/
ul.dialog_buttons
{
	height:30px;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 0px;	
	margin-bottom: 0px;	
	padding: 0px;
	list-style-type:none;
}

ul.close_buttons {width:77px;}
ul.print_close_buttons {width:159px;}
ul.ok_cancel_buttons {width:140px;}
ul.save_cancel_add_buttons {width:393px;}
ul.save_cancel_buttons {width:154px;}
ul.submit_cancel_buttons {width:159px;}
ul.search_cancel_buttons {width:159px;}
ul.send_cancel_buttons {width:154px;}
ul.yes_no_buttons {width:130px;}
ul.yes_no_cancel_buttons {width:212px;}
ul.save_buttons {width:72px;}
ul.import_cancel_buttons {width:159px;}

.dialog_buttons li 
{
	float:left;
	padding-right: 5px;
}

.dialog_buttons li.last
{
	padding-right: 0px;
}

.dialog_button
{
	display:block; 
	height:30px;	
}

.ok_button
{
	background:transparent url(../../images/btn_ok.png) no-repeat;	
	background-position: 0 0px;
	width:58px;
}

.cancel_button
{
	background:transparent url(../../images/btn_cancel.png) no-repeat;	
	background-position: 0 0px;
	width:77px;
}

.close_button
{
	background:transparent url(../../images/btn_close.png) no-repeat;	
	background-position: 0 0px;
	width:77px;
}

.print_button
{
	background:transparent url(../../images/btn_print_big.png) no-repeat;	
	background-position: 0 0px;
	width:77px;
}

.export_button
{
	background:transparent url(../../../images/btn_import_export.png) no-repeat;
	background-position: 0 0px;
	width: 77px;
}

.preview_button
{
	background:transparent url(../../images/btn_preview.png) no-repeat;	
	background-position: 0 0px;
	width:92px;
}

.next_button
{
	background:transparent url(../../images/btn_next.png) no-repeat;	
	background-position: 0 0px;
	width:72px;
}

.previous_button
{
	background:transparent url(../../images/btn_previous.png) no-repeat;	
	background-position: 0 0px;
	width:92px;
}

.post_button
{
	background:transparent url(../../images/btn_post.png) no-repeat;	
	background-position: 0 0px;
	width:72px;
}

.save_button
{
	background:transparent url(../../images/btn_save.png) no-repeat;	
	background-position: 0 0px;
	width:72px;
}

.save_add_button
{
	background:transparent url(../../images/btn_saveadd.png?2) no-repeat;	
	background-position: 0 0px;
	width:175px;
}

.save_close_button
{
	background:transparent url(../../images/btn_saveclose.png) no-repeat;
	background-position: 0 0px;
	width:131px;
}

.send_button
{
	background:transparent url(../../images/btn_send.png) no-repeat;	
	background-position: 0 0px;
	width:72px;
}

.submit_button
{
	background:transparent url(../../../images/btn_submit.png) no-repeat;
	background-position: 0 0px;
	width: 77px;
}

.search_button
{
	background:transparent url(../../../images/btn-search.png) no-repeat;
	background-position: 0 0px;
	width: 77px;
}

.upgrade_button
{
	background:transparent url(../../images/btn_upgrade.png) no-repeat;	
	background-position: 0 0px;
	width:92px;
}

.yes_button
{
	background:transparent url(../../images/btn_yes.png) no-repeat;	
	background-position: 0 0px;
	width:65px;
}

.no_button
{
	background:transparent url(../../images/btn_no.png) no-repeat;	
	background-position: 0 0px;
	width:60px;
}

.ok_button:hover, .cancel_button:hover, .close_button:hover, .export_button:hover, .preview_button:hover, .next_button:hover, .previous_button:hover, .post_button:hover, .save_button:hover, .save_add_button:hover, .save_close_button:hover, .send_button:hover, .submit_button:hover, .search_button:hover, .upgrade_button:hover, .yes_button:hover, .no_button:hover {background-position: 0 -30px}
.ok_button:active, .cancel_button:active, .close_button:active, .export_button:active, .preview_button:active, .next_button:active, .previous_button:active, .post_button:active, .save_button:active, .save_add_button:active, .save_close_button:active, .send_button:active, .submit_button:active, .search_button:active, .upgrade_button:active, .yes_button:active, .no_button:active {background-position: 0 -60px}
.ok_button.disabled, .cancel_button.disabled, .export_button.disabled, .preview_button.disabled, .next_button.disabled, .previous_button.disabled, .post_button.disabled, .save_button.disabled, .save_add_button.disabled, .save_close_button.disabled, .send_button.disabled, .submit_button.disabled, .search_button.disabled {background-position: 0 -90px}

.import_button
{
	background:transparent url(../../../images/btn_import_export.png) no-repeat;
	background-position: 0 -120px;
	width: 77px;
}
.import_button:hover {background-position: 0 -150px}
.import_button:active {background-position: 0 -180px}
.import_button.disabled {background-position: 0 -210px}