/* Version $Id: flextabstd.css 1 2013-01-17 09:58:28Z erkan $  */

.flexstd_n {
   background-image: url('img/btn_de.gif');
   background-repeat: repeat-x;
	background-color: #FFF;
   background-position: top;
   border-width: 1px 1px 1px 1px;
   border-style: solid;
   border-color: gray gray #AAAAAA gray;
   color: #333333;
   font-weight: Normal;
   cursor: pointer;
}
.flexstd_mo {
   background-image: url('img/btn_mo.gif');
   background-repeat: repeat-x;
	background-color: #E8EBF1;
   border-width: 1px 1px 0px 1px ;
   background-position: top;
   border-style: solid;
   border-color: #AAAAAA;
   color: #900;
   font-weight: Normal;
   cursor: pointer;
}
.flexstd_md {
   background-image: url('img/btn_sel.gif');
	background-color: #E8EBF1;
   background-repeat: repeat-x;
   background-position: top;
   border-width: 1px 1px 0px 1px;
   border-style: solid;
   border-color: Green;
   color: Maroon;
   font-weight: Normal;
   cursor: pointer;
}
.flexstd_s {
   background-image: url('img/btn_sel.gif');
   background-repeat: repeat-x;
	background-color: #f8f8f8;
   background-position: top;
   border-width: 1px 1px 0px 1px;
   border-style: solid;
   border-color: #AAAAAA;
   color: Maroon;
   font-weight: Normal;
   cursor: pointer;
}
.flexstd_ta {
   background-image: url('img/btn_c_back.gif');
   border-width: 0px 1px 1px 1px;
   border-style: solid;
   border-color: #AAAAAA;
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #FFF;
}
.flexstd_ba {
   background-image: url('img/btn_back.gif');
   background-position: bottom;
   background-repeat: repeat-x;
}