/* ############################## */
/* ##### Sager css by vouhead ##### */
/* ############################## */

.sager_td1 {
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
  color: #700394;
  background-color: #F9F799;
}.sager_td1a {
  background-color: #F9F799;
}
.sager_td2 {
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;  
  color: #700394;
  background-color: #E8E689;
}
.sager_td2a {
  background-color: #E8E689;
}
.sager_td3 {
  font-size: 17px;
  font-weight: bold;
  text-decoration: underline;
  color: #700394;
  background-color: #D3F18D;
}
.sager_td3a {
  font-size: 11px;
  font-weight: normal;
  font-style: italic;  
  color: #006600;
  background-color: #D3F18D;
}
.sager_td3b {
  font-size: 13px;
  font-weight: bold;
  color: #006600;
  background-color: #D3F18D;
}
.sager_td3c {
  font-size: 17px;
  font-weight: bold;
  text-decoration: underline;
  color: #006600;
  background-color: #D3F18D;
}
.sager_td4 {
  background-color: #D3F18D;
}

.sager_tbl1 {
  font-size: 17px;
  font-weight: bold;
  text-decoration: underline;
  color: #006600;
  background-color: #D3F18D;
}
.sager_tbl2 {
  font-size: 13px;
  font-weight: bold;
  text-decoration: underline;
  color: #006600;
  background-color: #F9F799;
}
.sager_tbl3 {
  font-size: 11px;
  font-weight: normal;
  font-style: italic;  
  color: #006600;
  background-color: #F9F799;
}

.sager_tbl4 {
  background-color: #F9F799;
}

#sager-select{
width:145px;
height:20px;
overflow: hidden;
border:1px solid #006600;-moz-border-radius: 3px; border-radius: 3px;
background:url(sager-select_arrow-enabled.png) no-repeat right #D3F18D;
}
#sager-select select{
background:transparent;
width:145px;
padding:0px;
border: none;
font-size:12px;
color: #006600;
height:20px;-webkit-appearance:none;
}
#sager-select option{
background: #D3F18D;
}

.sager_button {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cbe465), color-stop(1, #a2ba36) );
	background:-moz-linear-gradient( center top, #cbe465 5%, #a2ba36 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cbe465', endColorstr='#a2ba36');
	background-color:#cbe465;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #006600;
	display:inline-block;
	color:#006600;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding: 0px;
	text-decoration:none;
}.sager_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a2ba36), color-stop(1, #cbe465) );
	background:-moz-linear-gradient( center top, #a2ba36 5%, #cbe465 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a2ba36', endColorstr='#cbe465');
	background-color:#a2ba36;
}.sager_button:active {
	position:relative;
  top: 1px;
}