/*	
	CFD Version: Beta .33

	This file is part of CSSButtons.

    CSSButtons is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    CSSButtons is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with CSSButtons. If not, see <http://www.gnu.org/licenses/>.
*/


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------
	BUTTON DEFINITION CLASS */

	button.cssbutton {border:0; text-align:center; padding:0; margin:0; cursor:pointer;}
	button.cssbutton span {color:#666; display:block; cursor:pointer; position:relative; white-space:nowrap; height:23px; margin-left:1px; padding:0 10px 0 9px;} /* padding-left = (padding-right - margin-left) NOTE: Firefox renders this different */
	
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------
	LINK DEFINITION CLASS */
	
	a.cssbutton {border:0;float:left;text-align:center;padding:0;margin:0;cursor:pointer;text-decoration: none;margin-left: 10px;}
	a.cssbutton span {color:#666; display:block; float: left; white-space:nowrap; height:23px; margin-left:1px; padding:0 10px 0 9px;} /* padding-left = (padding-right - margin-left) NOTE: Firefox renders this different */
	
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------
	INPUT DEFINITION CLASS */
	
	div.cssbutton {border:0; float:left; text-align:center; padding:0; margin:0; cursor:pointer; margin-left: 10px;}
	div.cssbutton input {border:0;  color:#666; display:block; cursor:pointer; float:left; white-space:nowrap; height:23px; margin-left:1px; padding:0 10px 0 9px;} /* padding-left = (padding-right - margin-left) NOTE: Firefox renders this different */

/*	This file is part of CSS Buttons.

    CSS Buttons is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    CSS Buttons is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with CSS Buttons. If not, see .
*/
/*	Using CBF Beta
/* 	Overrides the CSS Buttons Framework */
	button.cssbutton.glass span,a.cssbutton.glass span,div.cssbutton.glass input {height:41px; line-height:41px;}


/* 	Name: 	glass a 
	Desc:	Blue Button	*/
/* 	Right Background	*/
	button.cssbutton.glass.a span,a.cssbutton.glass.a span,div.cssbutton.glass.a input {
	background:url("../images/glass_aRight.gif") no-repeat right 0;
	}
/* 	Left (Wedges) Background	*/	
	button.cssbutton.glass.a,a.cssbutton.glass.a,div.cssbutton.glass.a {
	background:url("../images/glass_aLeft.gif") no-repeat 0 center;
	}
/* 	:hover Right Background	*/	
	button.cssbutton.glass.a:hover span,a.cssbutton.glass.a:hover span,div.cssbutton.glass.a:hover input {
	background:url("../images/glass_aRight.gif") no-repeat right 100%;
	}
/* 	:hover Left (Wedges) Background	*/	
	button.cssbutton.glass.a:hover,a.cssbutton.glass.a:hover,div.cssbutton.glass.a:hover {
	background:url("../images/glass_aLeft.gif") no-repeat -272px center;
	}


/* 	Name: 	glass b 
	Desc:	BlueGreen Button	*/
/* 	Right Background	*/
	button.cssbutton.glass.b span,a.cssbutton.glass.b span,div.cssbutton.glass.b input {
	color:#FFF;
	background:url("../images/glass_bRight.gif") no-repeat right 0;
	}
/* 	Left (Wedges) Background	*/	
	button.cssbutton.glass.b,a.cssbutton.glass.b,div.cssbutton.glass.b {
	background:url("../images/glass_bLeft.gif") no-repeat 0 center;
	}
/* 	:hover Right Background	*/	
	button.cssbutton.glass.b:hover span,a.cssbutton.glass.b:hover span,div.cssbutton.glass.b:hover input {
	background:url("../images/glass_bRight.gif") no-repeat right 100%;
	}
/* 	:hover Left (Wedges) Background	*/	
	button.cssbutton.glass.b:hover,a.cssbutton.glass.b:hover,div.cssbutton.glass.b:hover {
	background:url("../images/glass_bLeft.gif") no-repeat -272px center;
	}
	
/* 	Name: 	glass c 
	Desc:	Green Button	*/
/* 	Right Background	*/
	button.cssbutton.glass.c span,a.cssbutton.glass.c span,div.cssbutton.glass.c input {
	color:#FFF;
	background:url("../images/glass_cRight.gif") no-repeat right 0;
	}
/* 	Left (Wedges) Background	*/	
	button.cssbutton.glass.c,a.cssbutton.glass.c,div.cssbutton.glass.c {
	background:url("../images/glass_cLeft.gif") no-repeat 0 center;
	}
/* 	:hover Right Background	*/	
	button.cssbutton.glass.c:hover span,a.cssbutton.glass.c:hover span,div.cssbutton.glass.c:hover input {
	background:url("../images/glass_cRight.gif") no-repeat right 100%;
	}
/* 	:hover Left (Wedges) Background	*/	
	button.cssbutton.glass.c:hover,a.cssbutton.glass.c:hover,div.cssbutton.glass.c:hover {
	background:url("../images/glass_cLeft.gif") no-repeat -272px center;
	}
	
	
/* 	Name: 	glass d
	Desc:	Small Blue Button	*/
	button.cssbutton.glass.d span,a.cssbutton.glass.d span,div.cssbutton.glass.d input {
	    height:26px; 
	    line-height:26px;
	    margin-left: 2px;	    
	    margin-right: 2px;
	}
/* 	Right Background	*/
	button.cssbutton.glass.d span,a.cssbutton.glass.d span,div.cssbutton.glass.d input {
	    background:url("../images/glass_dRight.gif") no-repeat right 0;
	}
/* 	Left (Wedges) Background	*/	
	button.cssbutton.glass.d,a.cssbutton.glass.d,div.cssbutton.glass.d {
	    background:url("../images/glass_dLeft.gif") no-repeat 0 center;
	}
/* 	:hover Right Background	*/	
	button.cssbutton.glass.d:hover span,a.cssbutton.glass.d:hover span,div.cssbutton.glass.d:hover input {
	    background:url("../images/glass_dRight.gif") no-repeat right 100%;
	}
/* 	:hover Left (Wedges) Background	*/	
	button.cssbutton.glass.d:hover,a.cssbutton.glass.d:hover,div.cssbutton.glass.d:hover {
	    background:url("../images/glass_dLeft.gif") no-repeat -269px center;
	}
	
	/* 	Name: 	glass oms
	Desc:	Small oms Button	*/
	button.cssbutton.glass.oms span,a.cssbutton.glass.oms span,div.cssbutton.glass.oms input {
	    height:21px; 
	    line-height:21px;
	    color: #B3B3D8;
	    font-weight: bold;
	    font-size: 11px;
	    padding: 0;
	    margin: 0;	    
	    padding-left: 14px;	    
        margin-right: 14px;
	}
/* 	Right Background	*/
	button.cssbutton.glass.oms span,a.cssbutton.glass.oms span,div.cssbutton.glass.oms input {
	    background:url("/Axis/Images/oms_button_Left.png") no-repeat left top;
	}
/* 	Left (Wedges) Background	*/	
	button.cssbutton.glass.oms,a.cssbutton.glass.oms,div.cssbutton.glass.oms {
	    background:url("/Axis/Images/oms_button_Right.png") no-repeat right top;
	}
/* 	:hover Right Background	*/	
	button.cssbutton.glass.oms:hover span,a.cssbutton.glass.oms:hover span,div.cssbutton.glass.oms:hover input {
	    background:url("/Axis/Images/oms_button_Left.png") no-repeat left bottom;
	}
/* 	:hover Left (Wedges) Background	*/	
	button.cssbutton.glass.oms:hover,a.cssbutton.glass.oms:hover,div.cssbutton.glass.oms:hover {
	    background:url("/Axis/Images//oms_button_Right.png") no-repeat right bottom;
    }
    
    div.cssbutton input.normal {
	    width: auto;
	}
	
	div.cssbutton.right {
	    margin-right: 10px;
	}
	
	div.cssbutton.fright {	    
	    float: right;
	    margin-left: 10px;
	    margin-right: 5px;
	}
	
	div.cssbutton.mright55 {
	    margin-right: 55px;
	}