/*Buttons*/

.lockbutton {
	cursor:pointer;
	border:outset 1px #66CC00;
	background: #669900; 
	color:#fff;
	font-weight:bold;
	font-size:12px;
	padding: 3px 4px;
}


.addship {
	cursor:pointer;
	border:outset 1px #CCCC66;  
	background:#996600;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	padding: 3px 4px;
}


.cancelorder {
	cursor:pointer;
	border:outset 1px #FF0000;
	background:#CC0000;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	padding:5px 5px;
}


.formbutton {
	cursor:pointer;
	border:outset 1px #00CCCC;
	background: #3399CC;
	color:#fff;
	font-weight:bold;
	font-size:11px;
	padding:2px;
}

.formbutton.disabled {
	cursor:pointer;
	border:outset 1px #999999;
	background: #999999;
	color:#fff;
	font-weight:bold;
	font-size:11px;
	padding:2px;
}


.formbutton.cancel {
	cursor:pointer;
	/*border:outset 1px #00CCCC;*/
	border:outset 1px #cc0000;
	background: #cc0000;
	color:#fff;
	font-weight:bold;
	font-size:11px;
	padding:2px;
}


a.button
,table.links tbody tr td a.button {
	background: transparent url(/a/a/i/adminelements/bg_button_a.gif) no-repeat scroll top right; 
    display: block;
    float: left;
    height: 25px;
    margin-right: 6px;
    padding-right: 4px; 
    text-decoration: none;
    color: #000000;
    font-size:11px;
    font-weight:bold;
}
a.button div
,table.links tbody tr td a.button div {
    background: transparent url(/a/a/i/adminelements/bg_button_span.gif) no-repeat; 
    display: block;
    line-height: 25px;
	padding-left:8px;
	padding-right:8px;
}

a.cancelbutton div img
,table.links tbody tr td a.button div img
,a.button div img
,table.links tbody tr td a.button div img {
	float:left;
	display:block;
	border:none;
	margin-top:4px;
	margin-left:0px;
	margin-right:3px;
	vertical-align:text-bottom;
	border:0px none black;
}


a.cancelbutton
,table.links tbody tr td a.cancelbutton {
	background: transparent url(/a/a/i/adminelements/bg_button_a.gif) no-repeat scroll top right; 
    display: block;
    float: right;
    margin-right: 6px;
    padding-right: 4px; 
    text-decoration: none;
    color: #CC0000;
    font-size:11px;
    font-weight:bold;
}


a.cancelbutton div
,table.links tbody tr td a.cancelbutton div {
    background: transparent url(/a/i/adminimages/bg_button_span.gif) no-repeat; 
    display: block;
    line-height: 25px;
    padding:0px 10px 10px 10px;
} 


a.cancelbutton:hover div
,table.links tbody tr td a.cancelbutton:hover div
,a.button:hover div
,table.links tbody tr td a.button:hover div {
    text-decoration:underline;
}

#iframe_floatsave {
	z-index:79;
	bottom: 28px;
}
#iframe_floatsave iframe {
	height: 64px;
	width:100%;
}

#floatsave {
	z-index:80;
	height: 66px;
	bottom: 28px;
}

.inside_qew #floatsave, .inside_qew #iframe_floatsave {
	bottom: 0px;
}

#floatsave .content_fixed {
	/*background-image:url(/a/i/adminimages/save_gradient.gif);
	background-repeat:repeat;
	background-color:#ffc511;
	background-color:#87A334;*/
	background-color:#C9E2EE;
}

#floatsave table {
	margin-top:5px;
	height:50px;
	border-collapse:collapse;
}

a.floating_cancel_link {
font-size:14px;
font-weight:bold;
text-decoration:underline;
color:#336699;
}



a.primarybutton {
	
	border-right:1px solid #729747;
	margin-right: 0px;
	padding-right: 0px;
	text-decoration: none !important;
	color: #ffffff;
	font-size:11px;
	font-weight:bold;
	display: block;    
	cursor:pointer;
}

a.primarybutton div {
	display: block;    
	line-height: 25px;	
	padding-left:0px;	
	padding-right:0px;
	text-align:center;
	height: 25px;
	background-image: url(/a/a/i/adminelements/form_button_grn_left.gif);
	background-repeat: no-repeat;
	background-color: #89b452;
	cursor:pointer;
}

a.width_120 {
width:120px;
}

a.width_70 {
width:70px;
}

a.width_50 {
width:50px;
}

a.width_20 {
width:20px;
}

a.width_30 {
width:30px;
}

a.width_150 {
width:150px;
}

a.width_200 {
width:200px;
}

a.width_215 {
width:215px;
}

a.width_270 {
width:270px;
}

a.width_100 {
width:100px;
}

.link_cancel {
color:#000000;
text-decoration:underline;
font-weight:normal;
}
.nodecor {
text-decoration:none;
}
.white {
color:#FFFFFF;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; opacity:1; font-weight:bold; }
