/*
 *	This stylesheet defines the properties for all of the buttons on the site.
 *	The markup structure is as follows:
 *	<a><span class='left'></span><span class='middle'>BUTTON TEXT</span><span class='right'></span></a>
 *	This way, the middle span can expand to accomodate its text while the right and left do not.
 *	Within the <a>, the spans are floated left in order to define them as a block element and 
 *		give them width and height.
 *	Because they are placed inside elements with differing backgrounds, we use PNGs. IE6 does not
 *		natively support PNGs, we use an IE-specific ActiveX control called "filter". The first 3
 *		lines in the .left, .middle, and .right style declarations take care of getting that to work
 *		in both IE6 and Firefox. IE7 is taken care of in a different file, buttons_ie7.css
*/
a.button {
	margin: 0 0.6em 0 0;
}

/**********************************************************************************
 * GRAY 12px 
 *************************/

a.button_gray12 {
	display:block;
	float:left;
	height:33px;
	cursor:pointer;
	text-decoration:none;
}

a.button_gray12:hover {
	text-decoration:none;
}

.button_gray12 .leftarrow {
	background:url("../images/buttons/gray_left_arr_12.png") top right no-repeat !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/buttons/gray_left_arr_12.png',sizingMethod='image');
	padding:11px 0px 4px 0px;
	width:26px;
	height:20px;
	float:left;
}

.button_gray12 .left {
	background:url("../images/buttons/gray_left_12.png") top left no-repeat !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/buttons/gray_left_12.png',sizingMethod='image');
	height:20px;
	padding-top:5px;
	padding-bottom:1px;
	padding-left:14px;
	display:block;
	float:left;
}

.button_gray12 .middle {
	background:url("../images/buttons/gray_middle_12.png") top left repeat-x !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/buttons/gray_middle_12.png',sizingMethod='scale');
	padding:4px 8px 6px 8px;
	float:left;
	color:#D1D1D1;
	font-size:12px;
	line-height:16px;
	text-decoration:none;
}
.button_gray12 .middle:hover {
	color:#FFFFFF;
}

.button_gray12 .right {
	background:url("../images/buttons/gray_right_12.png") top right no-repeat !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/buttons/gray_right_12.png',sizingMethod='image');
	padding:5px 0px 1px 0px;
	width:14px;
	height:20px;
	float:left;
}
/*
.button_gray12 .rightarrow {
	background:url("../images/buttons/gray_right_arr_12.png") top right no-repeat !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/buttons/gray_right_arr_12.png',sizingMethod='image');
	padding:11px 0px 4px 0px;
	width:26px;
	height:20px;
	float:left;
}
*/

/*************************
 * YELLOW 12px 
 *************************/

a.button_yellow12_white, a.button_yellow12_gray {
	display:block;
	float:left;
	height:26px;
	cursor:pointer;
	text-decoration:none;
	color: #000;
}

a.button_yellow12_white:hover, a.button_yellow12_gray:hover {
	text-decoration:none;
}

.button_yellow12_white .left, .button_yellow12_gray .left{
	height:20px;
	padding-top:5px;
	padding-bottom:1px;
	padding-left:14px;
	display:block;
	float:left;
}
.button_yellow12_white .left{
	background:url("../images/buttons/yellow_left_12_onwhite.gif") top left no-repeat !important;
}
.button_yellow12_white:hover .left {
	background:url("../images/buttons/yellow_left_12_onwhite_on.gif") top left no-repeat !important;
}
.button_yellow12_gray .left{
	background:url("../images/buttons/yellow_left_12_ongray.gif") top left no-repeat !important;
}
.button_yellow12_gray:hover .left {
	background:url("../images/buttons/yellow_left_12_ongray_on.gif") top left no-repeat !important;
}

.button_yellow12_white .middle, .button_yellow12_gray .middle {
	padding:4px 8px 6px 8px;
	float:left;
	color:#000;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	text-decoration:none;
}
.button_yellow12_white .middle, .button_yellow12_gray .middle {
	background:url("../images/buttons/yellow_middle_12.gif") top left repeat-x !important;
	xbackground: none;
	xfilter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/buttons/yellow_middle_12.png',sizingMethod='scale');
}
.button_yellow12_white:hover .middle, .button_yellow12_gray:hover .middle {
	background:url("../images/buttons/yellow_middle_12_on.gif") top left repeat-x !important;
}
.button_yellow12_white .right, .button_yellow12_gray .right {
	padding:5px 0px 1px 0px;
	width:14px;
	height:20px;
	float:left;
}
.button_yellow12_white .right {
	background:url("../images/buttons/yellow_right_12_onwhite.gif") top right no-repeat !important;
}
.button_yellow12_gray .right {
	background:url("../images/buttons/yellow_right_12_ongray.gif") top right no-repeat !important;
}
.button_yellow12_white:hover .right {
	background:url("../images/buttons/yellow_right_12_onwhite_on.gif") top right no-repeat !important;
}
.button_yellow12_gray:hover .right {
	background:url("../images/buttons/yellow_right_12_ongray_on.gif") top right no-repeat !important;
}
/*
.button_yellow12 .rightarrow {
	background:url("../images/buttons/yellow_right_arr_12.png") top right no-repeat !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/buttons/yellow_right_arr_12.png',sizingMethod='image');
	padding:11px 0px 4px 0px;
	width:26px;
	height:20px;
	float:left;
}

.button_yellow12 .forward1arrow {
	background:url("../images/buttons/yellow_forward_1arr_12.png") top right no-repeat !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/buttons/yellow_forward_1arr_12.png',sizingMethod='image');
	padding:0px;
	width:47px;
	height:47px;
	float:left;
}

.button_yellow12 .back1arrow {
	background:url("../images/buttons/yellow_back_1arr_12.png") top right no-repeat !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/buttons/yellow_back_1arr_12.png',sizingMethod='image');
	padding:0px;
	width:47px;
	height:47px;
	float:left;
}

.button_yellow12 .up1arrow {
	background:url("../images/buttons/yellow_up_1arr_12.png") top right no-repeat !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/buttons/yellow_up_1arr_12.png',sizingMethod='image');
	padding:0px;
	width:47px;
	height:47px;
	float:left;
}


.button_yellow12 .down1arrow {
	background:url("../images/buttons/yellow_down_1arr_12.png") top right no-repeat !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/buttons/yellow_down_1arr_12.png',sizingMethod='image');
	padding:0px;
	width:47px;
	height:47px;
	float:left;
}
*/






/**********************************************************************************
 * GRAY 11px 
 *************************/
/*
a.button_gray11 {
	display:block;
	float:left;
	height:32px;
	cursor:pointer;
	text-decoration:none;
}

a.button_gray11:hover {
	text-decoration:none;
}

.button_gray11 .left {
	background:url("../images/buttons/gray_left_11.png") top left no-repeat !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/buttons/gray_left_11.png',sizingMethod='image');
	height:20px;
	line-height:20px;
	padding-top:10px;
	padding-bottom:2px;
	padding-left:16px;
	display:block;
	float:left;
}

.button_gray11 .leftarrow {
	background:url("../images/buttons/gray_left_arr_11.png") top left no-repeat !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/buttons/gray_left_arr_11.png',sizingMethod='image');
	height:20px;
	line-height:20px;
	padding-top:10px;
	padding-bottom:2px;
	padding-left:26px;
	display:block;
	float:left;
}

.button_gray11 .middle {
	background:url("../images/buttons/gray_middle_11.png") top left repeat-x !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/buttons/gray_middle_11.png',sizingMethod='scale');
	padding:8px 0px 9px 0px !important;
	padding:7px 0px 10px 0px;
	float:left;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

.button_gray11 .right {
	background:url("../images/buttons/gray_right_11.png") top right no-repeat !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/buttons/gray_right_11.png',sizingMethod='image');
	padding:11px 0px 2px 0px;
	width:17px;
	height:20px;
	line-height:20px;
	float:left;
}

.button_gray11 .rightarrow {
	background:url("../images/buttons/gray_right_arr_11.png") top right no-repeat !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/buttons/gray_right_arr_11.png',sizingMethod='image');
	padding:11px 0px 2px 0px;
	width:26px;
	height:20px;
	line-height:20px;
	float:left;
}
*/

/*************************
 * RED 11px 
 *************************/
/*
a.button_yellow11 {
	display:block;
	float:left;
	height:22px;
	cursor:pointer;
	text-decoration:none;
}

a.button_yellow11:hover {
	text-decoration:none;
}

.button_yellow11 .left {
	background:url("../images/buttons/yellow_left_11.png") top left no-repeat !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/buttons/yellow_left_11.png',sizingMethod='image');
	height:16px;
	line-height:14px;
	padding-top:4px;
	padding-bottom:2px;
	padding-left:16px;
	display:block;
	float:left;
}

.button_yellow11 .middle {
	background:url("../images/buttons/yellow_middle_11.png") top left repeat-x !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/buttons/yellow_middle_11.png',sizingMethod='scale');
	padding:8px 0px 9px 0px !important;
	padding:7px 0px 10px 0px;
	float:left;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

.button_yellow11 .right {
	background:url("../images/buttons/red_right_11.png") top right no-repeat !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/buttons/yellow_right_11.png',sizingMethod='image');
	padding:11px 0px 2px 0px;
	width:17px;
	height:20px;
	line-height:20px;
	float:left;
}

*/

a.button_yellow10 {
	display:block;
	float:left;
	height:26px;
	cursor:pointer;
	text-decoration:none;
	color: #000;
}

a.button_yellow10:hover {
	text-decoration:none;
}

.button_yellow10 .left {
	background:url("../images/buttons/yellow_left_10.gif") top left no-repeat !important;
/*	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/buttons/yellow_left_10.png',sizingMethod='image');*/
	height:20px;
	padding-top:5px;
	padding-bottom:1px;
	padding-left:12px;
	display:block;
	float:left;
}

.button_yellow10 .middle {
	background:url("../images/buttons/yellow_middle_10.gif") top left repeat-x !important;
/*	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/buttons/yellow_middle_10.png',sizingMethod='scale');*/
	padding:3px 3px 3px 3px;
	float:left;
	color:#413900;
	font-size:10px;
	line-height:16px;
	font-weight:bold;
	text-decoration:none;
}

.button_yellow10 .right {
	background:url("../images/buttons/yellow_right_10.gif") top right no-repeat !important;
/*	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/buttons/yellow_right_10.png',sizingMethod='image');*/
	padding:5px 0px 1px 0px;
	width:12px;
	height:20px;
	float:left;
}





/**********************************************************************************
 * GRAY 10px 
 *************************/

a.button_gray10_square, button.button_gray10_square {
	display:block;
	float:left;
	height:22px;
	cursor:pointer;
	text-decoration:none;
	background: none;
	color:#a7a7a7;
}

a.button_gray10_square:hover, button.button_gray10_square {
	text-decoration:none;
	color:#FFFFFF;
}

.button_gray10_square .left {
	background:url("../images/buttons/gray_left_square_10.jpg") top left no-repeat !important;
	height:14px;
	padding: 5px 0 1px 2px;
	display:block;
	float:left;
}

.button_gray10_square .middle {
	background:url("../images/buttons/gray_middle_square_10.jpg") top left repeat-x !important;
	padding:3px 8px 8px 8px;
	float:left;
	font-size:10px;
	line-height:16px;
	text-decoration:none;
}

.button_gray10_square .right {
	background:url("../images/buttons/gray_right_square_10.jpg") top right no-repeat !important;
	padding:5px 0px 1px 0px;
	width:2px;
	height:20px;
	float:left;
}


/*************************
 * LIGHT GRAY 10px 
 *************************/

.button_ltgray10 {
	display:block;
	float:left;
	height:30px;
	cursor:pointer;
	text-decoration:none;
	background-color:transparent;
	color:#000;
}
table .button_ltgray10 {
	width: 100%;
	float: right;
}
a.button_ltgray10:hover {
	text-decoration: none;
}

.button_ltgray10 .left {
	background:url("../images/buttons/ltgray_left_10.png") top left no-repeat !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/buttons/ltgray_left_10.png',sizingMethod='image');
	height:20px;
	padding-top:10px;
	padding-bottom:1px;
	padding-left:15px;
	display:block;
	float:left;
}

.button_ltgray10 .leftarrow {
	background:url("../images/buttons/ltgray_left_arr_10.png") top left no-repeat !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/buttons/ltgray_left_arr_10.png',sizingMethod='image');
	height:20px;
	padding-top:10px;
	padding-bottom:1px;
	padding-left:24px;
	display:block;
	float:left;
}

.button_ltgray10 .middle {
	background:url("../images/buttons/ltgray_middle_10.png") top left repeat-x !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/buttons/ltgray_middle_10.png',sizingMethod='scale');
	padding:7px 0px 8px 0px;
	float:left;
	color:#444;
	font-size:10px;
	line-height:16px;
	font-weight:normal;
	text-decoration:none;
}

.button_ltgray10 .right {
	background:url("../images/buttons/ltgray_right_10.png") top right no-repeat !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/buttons/ltgray_right_10.png',sizingMethod='image');
	padding:10px 0px 1px 0px;
	width:16px;
	height:20px;
	float:left;
	clear: right;
}

.button_ltgray10 .rightarrow {
	background:url("../images/buttons/ltgray_right_arr_10.png") top right no-repeat !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/buttons/ltgray_right_arr_10.png',sizingMethod='image');
	padding:10px 0px 1px 0px;
	width:24px;
	height:20px;
	float:left;
}

.button_ltgray10 .rightdownarrow {
	background:url("../images/buttons/ltgray_right_downarr_10.png") top right no-repeat !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/buttons/ltgray_right_downarr_10.png',sizingMethod='image');
	padding:10px 0px 1px 0px;
	width:24px;
	height:20px;
	float:left;
}

.button_ltgray10 .rightuparrow {
	background:url("../images/buttons/ltgray_right_uparr_10.png") top right no-repeat !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/buttons/ltgray_right_uparr_10.png',sizingMethod='image');
	padding:10px 0px 1px 0px;
	width:24px;
	height:20px;
	float:left;
}

.button_ltgray10 .back {
	background:url("../images/buttons/ltgray_back_10.png") top right no-repeat !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/buttons/ltgray_back_10.png',sizingMethod='image');
	padding:10px 0px 1px 0px;
	width:39px;
	height:20px;
	float:left;
}

.button_ltgray10 .forward {
	background:url("../images/buttons/ltgray_forward_10.png") top right no-repeat !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/buttons/ltgray_forward_10.png',sizingMethod='image');
	padding:10px 0px 1px 0px;
	width:39px;
	height:20px;
	float:left;
}

.button_ltgray10 .back1arrow {
	background:url("../images/buttons/ltgray_back_1arr_10.png") top right no-repeat !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/buttons/ltgray_back_1arr_10.png',sizingMethod='image');
	padding:10px 0px 1px 0px;
	width:33px;
	height:20px;
	float:left;
}

.button_ltgray10 .forward1arrow {
	background:url("../images/buttons/ltgray_forward_1arr_10.png") top right no-repeat !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/buttons/ltgray_forward_1arr_10.png',sizingMethod='image');
	padding:10px 0px 1px 0px;
	width:33px;
	height:20px;
	float:left;
}


/*************************
 * LIGHT GRAY 10px - depress
 *************************/

a.button_ltgray10depress {
	display:block;
	float:left;
	height:30px;
	cursor:pointer;
	text-decoration:none;
	background-color:transparent;
	color:#000;
}

a.button_ltgray10depress:hover {
	text-decoration:none;
}

.button_ltgray10depress .left {
	background:url("../images/buttons/ltgray_left_10_depress.png") top left no-repeat !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/buttons/ltgray_left_10_depress.png',sizingMethod='image');
	height:20px;
	padding-top:10px;
	padding-bottom:1px;
	padding-left:15px;
	display:block;
	float:left;
}

.button_ltgray10depress .leftarrow {
	background:url("../images/buttons/ltgray_left_arr_10_depress.png") top left no-repeat !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/buttons/ltgray_left_arr_10_depress.png',sizingMethod='image');
	height:20px;
	padding-top:10px;
	padding-bottom:1px;
	padding-left:24px;
	display:block;
	float:left;
}

.button_ltgray10depress .middle {
	background:url("../images/buttons/ltgray_middle_10_depress.png") top left repeat-x !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/buttons/ltgray_middle_10_depress.png',sizingMethod='scale');
	padding:7px 0px 8px 0px;
	float:left;
	color:#444;
	font-size:10px;
	line-height:16px;
	font-weight:normal;
	text-decoration:none;
}

.button_ltgray10depress .middle {
	background:url("../images/buttons/ltgray_middle_10_depress.png") top left repeat-x !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/buttons/ltgray_middle_10_depress.png',sizingMethod='scale');
	padding:7px 0px 8px 0px;
	float:left;
	color:#999;
	font-size:10px;
	line-height:16px;
	font-weight:normal;
	text-decoration:none;
}

.button_ltgray10depress .right {
	background:url("../images/buttons/ltgray_right_10_depress.png") top right no-repeat !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/buttons/ltgray_right_10_depress.png',sizingMethod='image');
	padding:10px 0px 1px 0px;
	width:16px;
	height:20px;
	float:left;
}

.button_ltgray10depress .rightarrow {
	background:url("../images/buttons/ltgray_right_arr_10_depress.png") top right no-repeat !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/buttons/ltgray_right_arr_10_depress.png',sizingMethod='image');
	padding:10px 0px 1px 0px;
	width:24px;
	height:20px;
	float:left;
}

.button_ltgray10depress .rightdownarrow {
	background:url("../images/buttons/ltgray_right_downarr_10_depress.png") top right no-repeat !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/buttons/ltgray_right_downarr_10_depress.png',sizingMethod='image');
	padding:10px 0px 1px 0px;
	width:24px;
	height:20px;
	float:left;
}

.button_ltgray10depress .back {
	background:url("../images/buttons/ltgray_back_10_depress.png") top right no-repeat !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/buttons/ltgray_back_10_depress.png',sizingMethod='image');
	padding:10px 0px 1px 0px;
	width:39px;
	height:20px;
	float:left;
}

.button_ltgray10depress .forward {
	background:url("../images/buttons/ltgray_forward_10_depress.png") top right no-repeat !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/buttons/ltgray_forward_10_depress.png',sizingMethod='image');
	padding:10px 0px 1px 0px;
	width:39px;
	height:20px;
	float:left;
}

.button_ltgray10depress .back1arrow {
	background:url("../images/buttons/ltgray_back_1arr_10_depress.png") top right no-repeat !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/buttons/ltgray_back_1arr_10_depress.png',sizingMethod='image');
	padding:10px 0px 1px 0px;
	width:33px;
	height:20px;
	float:left;
}

.button_ltgray10depress .forward1arrow {
	background:url("../images/buttons/ltgray_forward_1arr_10_depress.png") top right no-repeat !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/buttons/ltgray_forward_1arr_10_depress.png',sizingMethod='image');
	padding:10px 0px 1px 0px;
	width:33px;
	height:20px;
	float:left;
}




/*************************
 * RED 10px 
 *************************/

a.button_red10 {
	display:block;
	float:left;
	height:30px;
	cursor:pointer;
	text-decoration:none;
	white-space: nowrap;
}
table a.button_red10 {
	width: 100%;
	float: right;
}

a.button_red10:hover {
	text-decoration:none;
}

.button_red10 .left {
	background:url("../images/buttons/red_left_10.png") top left no-repeat !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/buttons/red_left_10.png',sizingMethod='image');
	height:20px;
	padding-top:10px;
	padding-bottom:1px;
	padding-left:15px;
	display:block;
	float:left;
}

.button_red10 .middle {
	background:url("../images/buttons/red_middle_10.png") top left repeat-x !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/buttons/red_middle_10.png',sizingMethod='scale');
	padding:7px 0px 8px 0px;
	float:left;
	color:#fff;
	font-size:10px;
	line-height:16px;
	font-weight:bold;
	text-decoration:none;
}

.button_red10 .right {
	background:url("../images/buttons/red_right_10.png") top right no-repeat !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/buttons/red_right_10.png',sizingMethod='image');
	padding:11px 0px 0px 0px;
	width:16px;
	height:20px;
	float:left;
}

.button_red10 .rightarrow {
	background:url("../images/buttons/red_right_arr_10.png") top right no-repeat !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/buttons/red_right_arr_10.png',sizingMethod='image');
	padding:11px 0px 0px 0px;
	width:24px;
	height:20px;
	float:left;
}



/**********************************************************************************
 * Dropdowns 
 *************************/
.dropdownbox {
	position: absolute;
	padding: 10px;
	background-color: #E6E6E6;
	border: 1px solid #B8B8B8;
	color: #4D4D4D;
	top: 25px;
	left: 6px;
	width: 130px;
}
.dropdownbox ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.dropdownbox ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	padding: 2px 0 2px 0;
}
.dropdownbox ul li a {
	text-decoration: none;
	color: #4D4D4D;
}


/* NOT ACTIVE STYLE */

a.notactive {
	filter:alpha(opacity=40);
	opacity:.40;
	-moz-opacity:.40;
	-khtml-opacity:0.4;
	cursor:default;
}
