/*--		BACKEND WORKFRAME		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/
/*--							- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/
/*--		BUTTONS				- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/


/*BEGIN:	STANDARD BUTTONS			- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/
/*setings for the standard size		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/

a.button					{
float:						left;
display:					block;
width:						180px;
height:						22px;
margin:						4px 10px 0 0;
padding:					0 0 0 10px;
border:						0px none transparent;
font-weight:				800;
font-size:					10px;
line-height:				20px;
background:					url(../images/button/button_stnd_back.gif) no-repeat 0px 0px;
}

/*BEGIN:	STANDARD BUTTONS			- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/
/*color sets					- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/

a.button_stnd:link, a.button_stnd:visited, a.button_stnd:active {
color: #7596AC; background-position: 0px 0px;}
a.button_stnd:focus, a.button_stnd:hover {
color: #C3DDEF; background-position: 0px -25px;}

a.button_ok:link, a.button_ok:visited, a.button_ok:active {
color: #8B9B60; background-position: -200px 0px;}
a.button_ok:focus, a.button_ok:hover {
color: #D6E2B3; background-position: -200px -25px;}

a.button_alert:link, a.button_alert:visited, a.button_alert:active {
color: #C5705B; background-position: -400px 0px;}
a.button_alert:focus, a.button_alert:hover {
color: #F3C3B4; background-position: -400px -25px;}

a.button_new:link, a.button_new:visited, a.button_new:active {
color: #AA974F; background-position: -600px 0px;}
a.button_new:focus, a.button_new:hover {
color: #F6E9B9; background-position: -600px -25px;}

/*BEGIN:	COLOR CHANGE BUTTONS (CC)	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/
/*only color at mouseover			- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/

a.button_stnd_cc:link, a.button_stnd_cc:visited, a.button_stnd_cc:active,
a.button_ok_cc:link, a.button_ok_cc:visited, a.button_ok_cc:active,
a.button_alert_cc:link, a.button_alert_cc:visited, a.button_alert_cc:active,
a.button_new_cc:link, a.button_new_cc:visited, a.button_new_cc:active {
color: #7596AC; background-position: 0px 0px;}

a.button_stnd_cc:focus, a.button_stnd_cc:hover {
color: #C3DDEF; background-position: 0px -25px;}

a.button_ok_cc:focus, a.button_ok_cc:hover {
color: #D6E2B3; background-position: -200px -25px;}

a.button_alert_cc:focus, a.button_alert_cc:hover {
color: #F3C3B4; background-position: -400px -25px;}

a.button_new_cc:focus, a.button_new_cc:hover {
color: #F6E9B9; background-position: -600px -25px;}

/*BEGIN:	STANDARD BUTTONS			- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/
/*setings for the standard size		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/

a.button_sml_l,
a.button_sml_r				{
display:					block;
width:						22px;
height:						22px;
margin:						4px 5px 0 0;
padding:					0 0 0 0;
border:						0px none transparent;
font-weight:				800;
font-size:					10px;
line-height:				20px;
background:					url(../images/button/button_sml_back.gif) no-repeat 0px 0px;
}
a.button_sml_l				{float: left;}
a.button_sml_r				{float: right;}
a.button_sml_last			{margin-right: 10px;}

a.button_sml_inline			{margin: 0px 5px 0 0;}

/*use the divs for spacing			- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/
div.button_sml_l,
div.button_sml_l_half,
div.button_sml_r,
div.button_sml_r_half		{
display:					block;
width:						22px;
height:						22px;
margin:						4px 5px 0 0;
padding:					0 0 0 0;
border:						0px none transparent;
}
div.button_sml_l_half,
div.button_sml_r_half		{width: 11px;}
div.button_sml_l,
div.button_sml_l_half		{float: left;}
div.button_sml_r,
div.button_sml_r_half		{float: right;}

/*BEGIN:	STANDARD BUTTONS			- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/
/*color sets					- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/

a.button_sml_left:link, a.button_sml_left:visited, a.button_sml_left:active {
color: #7596AC; background-position: 0px 0px;}
a.button_sml_left:focus, a.button_sml_left:hover {
color: #C3DDEF; background-position: 0px -25px;}

a.button_sml_right:link, a.button_sml_right:visited, a.button_sml_right:active {
color: #7596AC; background-position: -25px 0px;}
a.button_sml_right:focus, a.button_sml_right:hover {
color: #C3DDEF; background-position: -25px -25px;}

a.button_sml_del:link, a.button_sml_del:visited, a.button_sml_del:active {
color: #7596AC; background-position: -50px 0px;}
a.button_sml_del:focus, a.button_sml_del:hover {
color: #C3DDEF; background-position: -50px -25px;}

a.button_sml_view:link, a.button_sml_view:visited, a.button_sml_view:active {
color: #7596AC; background-position: -75px 0px;}
a.button_sml_view:focus, a.button_sml_view:hover {
color: #C3DDEF; background-position: -75px -25px;}

a.button_sml_up:link, a.button_sml_up:visited, a.button_sml_up:active {
color: #7596AC; background-position: -100px 0px;}
a.button_sml_up:focus, a.button_sml_up:hover {
color: #C3DDEF; background-position: -100px -25px;}

a.button_sml_down:link, a.button_sml_down:visited, a.button_sml_down:active {
color: #7596AC; background-position: -125px 0px;}
a.button_sml_down:focus, a.button_sml_down:hover {
color: #C3DDEF; background-position: -125px -25px;}

a.button_sml_edit:link, a.button_sml_edit:visited, a.button_sml_edit:active {
color: #7596AC; background-position: -150px 0px;}
a.button_sml_edit:focus, a.button_sml_edit:hover {
color: #C3DDEF; background-position: -150px -25px;}

a.button_sml_text:link, a.button_sml_text:visited, a.button_sml_text:active {
color: #7596AC; background-position: -175px 0px;}
a.button_sml_text:focus, a.button_sml_text:hover {
color: #C3DDEF; background-position: -175px -25px;}

a.button_sml_message:link, a.button_sml_message:visited, a.button_sml_message:active {
color: #7596AC; background-position: 0px -50px;}
a.button_sml_message:focus, a.button_sml_message:hover {
color: #C3DDEF; background-position: 0px -75px;}

/*BEGIN:	STANDARD RIDER			- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/
/*setings for the standard riders		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/

a.rider						{
float:						left;
display:					block;
width:						180px;
height:						22px;
margin:						4px 10px 0 0;
padding:					0 0 0 10px;
border:						0px none transparent;
font-weight:				800;
font-size:					12px;
line-height:				24px;
}

a.rider_A:link, a.rider_A:visited, a.rider_A:active {
color: #797979; background:	none;}
a.rider_A:focus, a.rider_A:hover {
color: #D6E6F1; background:	url(../images/button/rider_A_o.gif) repeat-x top left;}

a.rider_A_s:link, a.rider_A_s:visited, a.rider_A_s:active {
color: #8C8C8C; background:	url(../images/button/rider_A_s.gif) repeat-x top left;}
a.rider_A_s:focus, a.rider_A_s:hover {
color: #8C8C8C; background:	url(../images/button/rider_A_s.gif) repeat-x top left;}


















