/* BUTTONS TABLE */
table.box_new_popup_button_table
{
	margin: 0;
	padding: 0;
	width: 100%;
}

table.box_new_popup_button_table td
{
	white-space: nowrap;
}

table.box_new_popup_button_table td.left,
table.box_new_popup_button_table td.right
{
	width: 50%;
}

table.box_new_popup_button_table td
{
	margin: 20px 0 0 0;
}

/* LARGE BUTTON */
a.box_new_popup_button
{
	display: block;
	cursor: pointer;
	background-image: none !important; 
}
a.box_new_popup_button:hover
{
	text-decoration: none;
}

a.box_new_popup_button_disabled_special,
a.box_new_popup_button_disabled
{
	opacity: 0.5;
	filter: alpha(opacity=50);	
}

a.box_new_popup_button_disabled span
{
	color: #aaa;
}

a.box_new_popup_button:hover
{
	border-bottom: none !important;
}

a.settings_last_button
{
	padding: 0 46px 0 0;
}

a.box_new_popup_button_first
{
	margin: 0 10px 0 0;
	background-image: none !important; 
	border-bottom: none;
	text-decoration: none;
}

a.box_new_popup_button_first:hover
{
	background-image: none !important; 
	border-bottom: none !important;
}


a.box_new_popup_button span
{
	display: block;
}

a.box_new_popup_button span.left,
a.box_new_popup_button span.right
{
	height: 30px;
}

a.bottom_button
{
	margin: 20px 0 0 90px;
}

/*
a.box_new_popup_button span.left
{
	background: url(../img/box_new_popup_butl1_.gif) left top no-repeat; 
}

a.box_new_popup_button:hover span.left, a.box_new_popup_button_hover span.left
{
	background: url(../img/box_new_popup_butl2_.gif) left top no-repeat !important;
}

a.box_new_popup_button span.right
{
	background: url(../img/box_new_popup_butr1_.gif) right top no-repeat; 
}

a.box_new_popup_button:hover span.right, a.box_new_popup_button_hover span.right
{
	background: url(../img/box_new_popup_butr2_.gif) right top no-repeat !important; 
}
*/

a.box_new_popup_button span.center
{
	margin: 0 5px 0 5px;
/*	width: 58px; */
	padding: 0 10px 0 10px;
	height: 31px;	
	line-height: 31px;
	font-size: 12px;
	color: #000;
	text-align: center;
	font-weight: bold;
	/*background: url(../img/box_new_popup_butc1_.gif) left top repeat-x;*/
}

#upload_button span.center
{
	padding: 0 7px 0 7px;
}

a.box_new_popup_button span.center_wide
{
	margin: 0 5px 0 5px;
	width: 90px;
	height: 31px;	
	line-height: 31px;
	font-size: 12px;
	color: #000;
	text-align: center;
	font-weight: bold;
	/*background: url(../img/box_new_popup_butc1_.gif) left top repeat-x;*/
}

a.box_new_popup_button:hover span.center, 
a.box_new_popup_button_hover span.center
{	
	/*background: url(../img/box_new_popup_butc2_.gif) left top repeat-x !important;*/
	color: #fff;
}

a.box_new_popup_button span.center_auto
{
	width: auto;
}

a.box_new_popup_button span.center_wide
{
	width: auto;
	padding: 0 5px 0 5px;
}

a.box_new_popup_button span.icon
{
	padding-left: 13px;
	padding-right: 6px;
	margin-left: 4px;
}

a.box_new_popup_button .gray
{
	color: #999;
}

a.box_new_popup_button span.icon_right
{
	padding-right: 17px;
	padding-left: 5px;
}

a.box_new_popup_button span.icon_play
{
	background: url(../img/popup_btn_parts.gif) left -139px no-repeat;
}

a.box_new_popup_button:hover span.icon_play
{
	background: url(../img/popup_btn_parts.gif) left -167px no-repeat;
}

a.box_new_popup_button span.icon_download
{
	background: url(../img/popup_btn_parts.gif) left -194px no-repeat;
}

a.box_new_popup_button:hover span.icon_download
{
	background: url(../img/popup_btn_parts.gif) left -223px no-repeat;
}

a.box_new_popup_button span.icon_options
{
	background: url(../img/box_options_new.gif) right 8px no-repeat;
}

a.box_new_popup_button:hover span.icon_options
{	
	background-position: right -10px;
}

/* SMALL BUTTON */
a.box_new_small_button
{
	display: block;
	cursor: pointer;
	width: 72px;
}

a.box_new_small_button span
{
	display: block;
}

a.box_new_small_button span.left,
a.box_new_small_button span.right
{
	height: 22px;
}

a.box_new_small_button span.left
{
	background: url(../img/box_new_sbutton_l.gif) left top no-repeat; 
}

a.box_new_small_button:hover span.left
{
	background: url(../img/box_new_sbutton_l1.gif) left top no-repeat; 
}

a.box_new_small_button span.right
{
	background: url(../img/box_new_sbutton_r.gif) right top no-repeat; 
}

a.box_new_small_button:hover span.right
{
	background: url(../img/box_new_sbutton_r1.gif) right top no-repeat; 
}

a.box_new_small_button span.center
{
	margin: 0 5px 0 5px;
	width: 62px;
	height: 22px;	
	line-height: 22px;
	font-size: 11px;
	color: #000;
	text-align: left;
	font-weight: bold;
	background: url(../img/box_new_sbutton_c.gif) left top repeat-x;
}

a.box_new_small_button:hover span.center
{	
	background: url(../img/box_new_sbutton_c1.gif) left top repeat-x;
	color: #fff;
}

a.box_new_small_button span.center_auto
{
	width: auto;
}

a.box_new_small_button span.center_wide
{
	width: auto;
	padding: 0 5px 0 5px;
}

a.box_new_small_button span.icon
{
	padding-left: 13px;
	padding-right: 6px;
	margin-left: 4px;
}

a.box_new_small_button span.icon_right
{
	/*padding-right: 17px;*/
	/*padding-left: 5px;*/
}

a.box_new_small_button span.icon_options
{
	background: url(../img/box_options1.gif) right 4px no-repeat;
}

a.box_new_small_button:hover span.icon_options
{
	background: url(../img/box_options1b.gif) right 4px no-repeat;
}

a.box_new_popup_button span.left, a.box_new_popup_button span.right
{
	height: 28px;
}

a.box_new_popup_button span.left
{
	background: url(../img/new_button.png) left -57px no-repeat !important;
}

a.box_new_popup_button:hover span.left, 
a.box_new_popup_button_hover span.left
{
	background-position: left -87px !important;
}

a.box_new_popup_button_disabled:hover span.left
{
	background-position: left -57px !important;
}

a.box_new_popup_button span.right
{
	background: url(../img/new_button.png) right -116px no-repeat !important;
}

a.box_new_popup_button:hover span.right, 
a.box_new_popup_button_hover span.right
{
	background-position: right -146px !important;
}

a.box_new_popup_button_disabled:hover span.right
{
	background-position: right -116px !important;
}

a.box_new_popup_button span.center
{
	margin: 0 5px 0 5px;
	height: 28px;
	line-height: 28px;
	background: url(../img/new_button.png) left -176px repeat-x !important;
}

a.box_new_popup_button:hover span.center, 
a.box_new_popup_button_hover span.center
{	
	background-position: left -206px !important;
}

a.box_new_popup_button_disabled:hover span.center
{
	background-position: left top !important;
}

#upload_button.box_new_popup_button_disabled_hover span.center, #upload_button.box_new_popup_button_disabled:hover span.center
{
	background-position: left -176px !important;
}

a.box_new_popup_button_disabled:hover span.center span
{
	text-decoration: none !important;
}

a.box_new_popup_button_disabled:hover
{
	background: none !important;
	text-decoration: none !important;
}

a.box_new_popup_button_disabled:hover span
{
	text-decoration: none !important;
}

span.select_center
{
	display: block;
	width: 100%;
	background: url(../img/box_button_select_arrow.gif) right center no-repeat;
}


/*  INSERT LOTS OF NEW BUTTON CONTENT */

div#header_gal div.gallery_test_buttons
{
	margin-top: 6px;
}

div.test_buttons,
div.gallery_test_buttons
{
  background: none !important;
  border: none !important;
  padding-right: 0 !important;
}

div.test_buttons a,
div.gallery_test_buttons a,
a.btn_action
{
	background: url(../img/path_area_buttons_parts.gif) left top no-repeat !important;
	background-position: left -54px !important;
	float: left;
	font-weight: bold;
	height: 27px !important;
	line-height: 26px !important;
	padding-left: 12px;
	position: relative;
	text-align: center;
	text-decoration: none;
	top: -3px;
}

div.gallery_test_buttons a.half_btn_left,
div.gallery_test_buttons a.half_btn_right,
div.test_buttons a.half_btn_left,
div.test_buttons a.half_btn_right
{
	background: url(../img/path_area_buttons_parts.gif) left top no-repeat !important;
	background-position: left -109px !important;
	float: left;
	font-weight: bold;
	height: 25px !important;
	line-height: 25px !important;
	position: relative;
	text-align: center;
	top: -3px;
	font-size: 14px;
	letter-spacing: -1px;
	padding-left: 12px;
	padding-right: 7px;
}

div.gallery_test_buttons a.whole_btn,
div.test_buttons a.whole_btn
{
	padding-right: 0;
}

div.gallery_test_buttons a.half_btn_right,
div.test_buttons a.half_btn_right
{
	background: url(../img/path_area_buttons_parts.gif) right top no-repeat !important;
	background-position: right -163px !important;
	padding: 0;
	width: 24px;
}

div.gallery_test_buttons a.half_btn_right span,
div.test_buttons a.half_btn_right span
{
	display: block;
	width: 90%;
	height: 90%;
	background: url(../img/path_area_buttons_parts.gif) left -218px no-repeat;
	cursor: pointer;
}

div.gallery_test_buttons a.half_btn_right img,
div.test_buttons a.half_btn_right img
{
	position: relative;
	top: -3px;
}

div.gallery_test_buttons a.half_btn_left:hover,
div.test_buttons a.half_btn_left:hover
{
	background-position: left -136px !important;
}

div.test_buttons a.half_btn_right:hover,
div.gallery_test_buttons a.half_btn_right:hover
{
	background-position: right -190px !important;
}


div.gallery_test_buttons a span.left,
div.test_buttons a span.left,
a.btn_action span.left
{
	background: url(../img/path_area_buttons_parts.gif) right top no-repeat !important;
	display: block;
	font-size: 13px;
	letter-spacing: -1px;
	padding-right: 12px;
}

div.gallery_test_buttons.shared_file_buttons a span.left span.button_file_size
{
	color: #777777;
	line-height: 14px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
}

div.gallery_test_buttons a span.left,
div.test_buttons a span.left
{
	font-size: 14px;
}

div.gallery_test_buttons a span.drop-down,
div.test_buttons a span.drop-down
{
	background: url(../img/path_area_buttons_parts.gif) right -163px no-repeat !important;
	padding-right: 3px;
}

div.gallery_test_buttons a span.drop-down span.arrow,
div.test_buttons a span.drop-down span.arrow
{
	padding-right: 12px;
	margin-left: 10px;
	background: url(../img/path_area_buttons_parts.gif) left -222px no-repeat;
}

div.gallery_test_buttons a.folder span.arrow
{
	background: url(../img/path_area_buttons_parts.gif) -7px -222px no-repeat;
}

div.gallery_test_buttons a:hover,
div.gallery_test_buttons a.button_hover,
div.test_buttons a:hover, 
div.test_buttons a.button_hover,
a.btn_action:hover
{
	background-position: left -81px !important;
	text-decoration: none;
}

div.gallery_test_buttons a:hover span.left,
div.gallery_test_buttons a.button_hover span.left,
div.test_buttons a:hover span.left, 
div.test_buttons a.button_hover span.left,
a.btn_action:hover span.left
{
	background-position: right -27px !important;
}

div.test_buttons a:hover span.left span,
div.gallery_test_buttons a:hover span.left span,
a.btn_action:hover span.left span,
a.half_btn_left:hover span.new_item
{
	/*background: url(../img/box_underline_88C8E1_solid.gif) bottom repeat-x;*/
	text-decoration: underline;
}

div.gallery_test_buttons.shared_file_buttons a:hover span.left span
{
	text-decoration: none;
}

div.test_buttons a:hover span.drop-down,
div.gallery_test_buttons a:hover span.drop-down
{
	background-position: right -190px !important;
}

div.test_buttons a:hover span.drop-down span.arrow,
div.gallery_test_buttons a:hover span.drop-down span.arrow
{
	text-decoration: none;
}


div.header div.test_buttons a.disabled,
div.header div.gallery_test_buttons a.disabled,
a.btn_action.disabled,
a.btn_action.disabled span.left,
a.btn_action.disabled span.left,
div.header div.test_buttons a.disabled span.left,
div.header div.gallery_test_buttons a.disabled span.left
{
       color: gray;
       cursor: default;
       text-decoration: none;
}

div.header div.test_buttons a.disabled:hover,
div.header div.gallery_test_buttons a.disabled:hover,
a.btn_action.disabled:hover
{
       /* Prevent hover highlighting of disabled buttons.*/
       background: url(../img/path_area_buttons_parts.gif) left top no-repeat !important;
       background-position: left -54px !important;
}

a.btn_action.disabled:hover span.left,
div.header div.test_buttons a.disabled:hover span.left,
div.header div.gallery_test_buttons a.disabled:hover span.left
{

       /* Prevent hover highlighting of disabled buttons.*/
       background: url("../img/path_area_buttons_parts.gif") no-repeat scroll right top transparent !important;
}

div.test_buttons a span.left span.download_folder
{
	padding-left: 14px;
	background: url(../img/popup_btn_parts.gif) left -200px no-repeat;
}

div.test_buttons a span.left span.upload
{
	padding-left: 14px;
	background: url(../img/path_area_buttons_parts.gif) left -254px no-repeat;
}

div.test_buttons a span.left span.new_folder
{
	padding-left: 21px;
	background: url(../img/path_area_buttons_parts.gif) left -291px no-repeat;
}

div.gallery_test_buttons a span.left span.download,
div.test_buttons a span.left span.download
{
	padding-left: 17px;
	background: url(../img/path_area_buttons_parts.gif) left -622px no-repeat;
}

div.gallery_test_buttons a span.left span.file_options
{
	padding-left: 17px;
	background: url(../img/path_area_buttons_parts.gif) left -884px no-repeat;
}

.test_buttons-add_new_user
{
	padding-left: 22px;
	background: url(../img/path_area_buttons_parts.gif) left -496px no-repeat;
}


.test_buttons-bulk_add_users
{
	padding-left: 26px;
	background: url(../img/path_area_buttons_parts.gif) left -544px no-repeat;
}

.test_buttons-bulk_edit_users
{
	padding-left: 26px;
	background: url(../img/path_area_buttons_parts.gif) left -586px no-repeat;
}


div.test_buttons a span.left span.new_webdoc, a.half_btn_left span.new_item_1
{
	padding-left: 15px;
	background: url(../img/path_area_buttons_parts.gif) left -375px no-repeat;
}

div.test_buttons a span.left span.new_bookmark, a.half_btn_left span.new_item_2
{
	padding-left: 18px;
	background: url(../img/path_area_buttons_parts.gif) left -416px no-repeat;
}

#new_webdoc_button:hover span.new_item_1, #new_webdoc_button:hover span.new_item_2, #new_webdoc_button:hover span.new_item_3 {
	text-decoration: underline !important; 
}

div.test_buttons a span.left span.new_discussion, a.half_btn_left span.new_item_3
{
	padding-left: 19px;
	background: url(../img/path_area_buttons_parts.gif) left -455px no-repeat;
}

a.half_btn_left span.new_item
{
	padding-left: 16px;
	background: url(../img/path_area_buttons_parts.gif) left -334px no-repeat;
}

div.gallery_test_buttons a span.left img,
div.gallery_test_buttons a.half_btn_left img,
div.test_buttons a span.left img,
div.test_buttons a.half_btn_left img
{
  float: left;
  margin: 6px 2px 0 0;
}

div.test_buttons a.folder,
div.gallery_test_buttons a.folder
{
  margin-right: 5px;
}

div.test_buttons a.nomargin,
div.gallery_test_buttons a.nomargin
{
  margin-right: 0;
}

div.test_buttons a.btn_new_item span.left span,
div.gallery_test_buttons a.btn_new_item span.left span,
a.btn_action span.left span.arrow
{
	background: url(../img/button_arrow_down.gif) right center no-repeat !important;
	padding-right: 12px;
}
