﻿input.ButtonDark, input.ButtonSmallDark, input.ButtonLight, input.ButtonSmallLight 
{
    margin: 3px; 
    font-family: Verdana, Arial;
    font-size: 11px; 
	white-space: nowrap;
	

    border-width: 1px; 
    height: 27px;
    outline: none;
    padding: 0px 6px 0px 6px;
    vertical-align:bottom;
    float: left;
    display: inline;
    -moz-background-clip:border;
-moz-background-origin:padding;
-moz-background-size:auto auto;

}
input.ButtonDark, input.ButtonSmallDark 
{

  
    color:#EEEEEE; background-color:#3b5998;
	border-top-color:#d9dfea;
	border-bottom-color:#0e1f5b;
	border-left-color:#d9dfea;
	border-right-color:#0e1f5b;


}

input.ButtonLight, input.ButtonSmallLight
{
 
	color:#000000; background-color:#f0f0f0;
	border-top-color:#e7e7e7;
	border-bottom-color:#666;
	border-left-color:#e7e7e7;
	border-right-color:#666;
}

input.ButtonSmallDark, input.ButtonSmallLight   
{
  font-size: 10px; padding: 2px;
      height: 20px;
}

a.btnDark, a.btnSmallDark {
  float: left; margin: 2px 5px 2px 5px; padding: 4px 35px 6px 35px;
  border-top: 1px solid; border-bottom: 1px solid; border-left: 1px solid; border-right: 1px solid;
  text-align: center; text-decoration: none; font: normal 11px Verdana;
}


a.btnLight, a.btnSmallLight {
  float: left; margin: 2px 5px 2px 5px; padding: 4px 35px 6px 35px;
  border-top: 1px solid; 
  border-bottom: 1px solid border-left: 1px solid; border-right: 1px solid;
  text-align: center; text-decoration: none; font: normal 11px Verdana; 
}

a.btnDark:active, a.btnSmallDark:active { border-bottom: 1px solid; border-top: 1px solid; border-right: 1px solid; border-left: 1px solid; }
a.btnLight:active, a.btnSmallLight:active { border-bottom: 1px solid; border-top: 1px solid; border-right: 1px solid; border-left: 1px solid; }

a.btnSmallDark, a.btnSmallLight {
  padding: 2px 20px 4px 20px;
  font: normal 10px Verdana; 
}


a.btnDark, a.btnSmallDark {
  border-top-color: #d9dfea; border-bottom-color: #0e1f5b; border-left-color: #d9dfea; border-right-color: #0e1f5b;
  background: #3b5998; color: #f4f4f4;
}


a.btnLight, a.btnSmallLight {
  border-top-color: #e7e7e7; 
  border-bottom-color: #666; border-left-color: #e7e7e7; border-right-color: #666;
  background: #f0f0f0; color: #000000;
}

a.btnDark:active, a.btnSmallDark:active { border-bottom-color: #eeeeee; border-top-color: #000; border-right-color: #eeeeee; border-left-color: #000; }
a.btnLight:active, a.btnSmallLight:active { border-bottom-color: #eeeeee; border-top-color: #000; border-right-color: #eeeeee; border-left-color: #000; }


a.btnLargeText { font-family: Arial; font-weight: bold; font-size: 14px; text-decoration: underline; }