/*

We have some Table CSS3 In this form.  other ones are getting too big.

*/

/* layout */
html,body,tr,th{
padding: 0;
margin: 0;
font-size: 14px;
color: #1d1b1b;
}


/* visual formatting */

hr {
color: #e6e6e6;
height: 1px;
}

.group:before,
.group:after {
    content: "";
    display: table;
}
.group:after {
    clear: both;
}
.group {
    zoom: 1;
}


.header_form {
 	font-size: 10px;
  color: #1d1b1b;
  border-color: #EEEEEE; 
  border-width: 4px; 
  border-style: solid;
  }
  
  
  	

.formbutton_small{
	padding:3px 3px;
	margin:5px 5px;
	cursor:pointer;
	display:inline-block;
	color:#000000;
	font-size:1.1em;
	border:1px solid #eee;
	background:#eee;
	border-radius:3px;
	border:1px solid #aaa;
	text-decoration:none;
   -webkit-transition: all 0.3s linear;
   -khtml-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
   -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
}

.formbutton{
	padding:8px 8px;
	margin:10px 30px;
	cursor:pointer;
	display:inline-block;
	color:#000000;
	font-size:1.5em;
	border:1px solid #eee;
	background:#eee;
	border-radius:4px;
	border:1px solid #aaa;
	text-decoration:none;
	
	background: #f6e6b4; 
	background-image: -moz-linear-gradient(top, #f6e6b4 0%, #ed9017 100%); 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f6e6b4), color-stop(100, #ed9017)); 
	background-image: -webkit-linear-gradient(top, #f6e6b4 0%,#ed9017 100%); 
	background-image: -o-linear-gradient(top, #f6e6b4 0%,#ed9017 100%); 
	background-image: -ms-linear-gradient(top, #f6e6b4 0%,#ed9017 100%); 
	background-image: linear-gradient(top, #f6e6b4 0%,#ed9017 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#f6e6b4, endColorstr=#ed9017,GradientType=0 );
		
	-webkit-transition: all 0.3s linear;
     -khtml-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
         -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
}

.formbutton:hover, .formbutton_small:hover {
	-webkit-box-shadow:rgba(0,0,0,0.7) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
     -khtml-box-shadow:rgba(0,0,0,0.7) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
       -moz-box-shadow:rgba(0,0,0,0.7) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
         -o-box-shadow:rgba(0,0,0,0.7) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
            box-shadow:rgba(0,0,0,0.7) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
}

.formbutton:active, .formbutton_small:active {
    -webkit-box-shadow: rgba(255,255,255,0.25) 0px 1px 0px, inset rgba(255,255,255,0.03) 0px 20px 0px, inset rgba(0,0,0,0.15) 0px -20px 20px, inset rgba(255,255,255,0.05) 0px 20px 20px;
     -khtml-box-shadow: rgba(255,255,255,0.25) 0px 1px 0px, inset rgba(255,255,255,0.03) 0px 20px 0px, inset rgba(0,0,0,0.15) 0px -20px 20px, inset rgba(255,255,255,0.05) 0px 20px 20px;
       -moz-box-shadow: rgba(255,255,255,0.25) 0px 1px 0px, inset rgba(255,255,255,0.03) 0px 20px 0px, inset rgba(0,0,0,0.15) 0px -20px 20px, inset rgba(255,255,255,0.05) 0px 20px 20px;
         -o-box-shadow: rgba(255,255,255,0.25) 0px 1px 0px, inset rgba(255,255,255,0.03) 0px 20px 0px, inset rgba(0,0,0,0.15) 0px -20px 20px, inset rgba(255,255,255,0.05) 0px 20px 20px;
            box-shadow: rgba(255,255,255,0.25) 0px 1px 0px, inset rgba(255,255,255,0.03) 0px 20px 0px, inset rgba(0,0,0,0.15) 0px -20px 20px, inset rgba(255,255,255,0.05) 0px 20px 20px;
    text-shadow:1px 1px 1px #eee;
}


.light {
    display: block;
    position: relative;
    background-image: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0) 100%); 
		background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.9)), color-stop(100%,rgba(255,255,255,0))); 
		background-image: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 50%,rgba(255,255,255,0) 100%); 
		background-image: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 50%,rgba(255,255,255,0) 100%); 
		background-image: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 50%,rgba(255,255,255,0) 100%);
		background-image: linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 50%,rgba(255,255,255,0) 100%); 
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#00ffffff, endColorstr=#00ffffff,GradientType=1 ); 
    padding: 1px 9px;
    top: -16px;
    left: -53px;
    height: 0px;
}

.formbutton_small:hover .light{
	
	  padding:1px 5px;
    -webkit-animation-name: shine;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-timing-function: linear;
    -khtml-animation-name: shine;
    -khtml-animation-duration: 0.6s;
    -khtml-animation-timing-function: linear;
    -moz-animation-name: shine;
    -moz-animation-duration: 0.6s;
    -moz-animation-timing-function: linear;
    -o-animation-name: shine;
    -o-animation-duration: 0.6s;
    -o-animation-timing-function: linear;
    -webkit-animation-name: shine;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-timing-function: linear;
    left:45px;
}

@-webkit-keyframes shine {
    0% { top: -15px; left: -48px; }
    10% { top: -5px; }
    20% { top: 5px; }
    30% { top: 15px; }
    40% { top: 25px; }
    50% { top: 35px; }
    60% { top: 25px; }
    70% { top: 15px; }
    80% { top: 5px; }
    90% { top: -5px; }
    100% { top:-15px; left:45px; -webkit-transform: rotate(-360deg); }
}

@-khtml-keyframes shine {
    0% { top: -15px; left: -48px; }
    10% { top: -5px; }
    20% { top: 5px; }
    30% { top: 15px; }
    40% { top: 25px; }
    50% { top: 35px; }
    60% { top: 25px; }
    70% { top: 15px; }
    80% { top: 5px; }
    90% { top: -5px; }
    100% { top:-15px; left:45px; -khtml-transform: rotate(-360deg); }
}

@-moz-keyframes shine {
    0% { top: -15px; left: -48px; }
    10% { top: -5px; }
    20% { top: 5px; }
    30% { top: 15px; }
    40% { top: 25px; }
    50% { top: 35px; }
    60% { top: 25px; }
    70% { top: 15px; }
    80% { top: 5px; }
    90% { top: -5px; }
    100% { top:-15px; left:45px; -moz-transform: rotate(-360deg); }
}

@-o-keyframes shine {
    0% { top: -15px; left: -48px; }
    10% { top: -5px; }
    20% { top: 5px; }
    30% { top: 15px; }
    40% { top: 25px; }
    50% { top: 35px; }
    60% { top: 25px; }
    70% { top: 15px; }
    80% { top: 5px; }
    90% { top: -5px; }
    100% { top:-15px; left:45px; -o-transform: rotate(-360deg); }
}

@-keyframes shine {
    0% { top: -15px; left: -48px; }
    10% { top: -5px; }
    20% { top: 5px; }
    30% { top: 15px; }
    40% { top: 25px; }
    50% { top: 35px; }
    60% { top: 25px; }
    70% { top: 15px; }
    80% { top: 5px; }
    90% { top: -5px; }
    100% { top:-15px; left:45px; transform: rotate(-360deg); }
}

/***********************************************************************
 * 	Green Background
 **********************************************************************/
.green{
	background: #cdeb8e; 
	background-image: -moz-linear-gradient(top, #cdeb8e 0%, #a5c956 100%); 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdeb8e), color-stop(100%,#a5c956)); 
	background-image: -webkit-linear-gradient(top, #cdeb8e 0%,#a5c956 100%); 
	background-image: -o-linear-gradient(top, #cdeb8e 0%,#a5c956 100%); 
	background-image: -ms-linear-gradient(top, #cdeb8e 0%,#a5c956 100%);
	background-image: linear-gradient(top, #cdeb8e 0%,#a5c956 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#cdeb8e, endColorstr=#a5c956,GradientType=0 ); 
}

/***********************************************************************
 * 	Red Background -- modified
 **********************************************************************/
.red1{
	background: #ff3019; 
	background-image: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); 
	background-image: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%); 
	background-image: -o-linear-gradient(top, #ff3019 0%,#cf0404 100%); 
	background-image: -ms-linear-gradient(top, #ff3019 0%,#cf0404 100%);
	background-image: linear-gradient(top, #ff3019 0%,#cf0404 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#ff3019, endColorstr=#cf0404,GradientType=0 ); 
}

/***********************************************************************
 * 	Yellow Background
 **********************************************************************/
.yellow{
	background: #ffd65e; 
	background-image: -moz-linear-gradient(top, #ffd65e 0%, #febf04 100%); 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd65e), color-stop(100%,#febf04)); 
	background-image: -webkit-linear-gradient(top, #ffd65e 0%,#febf04 100%); 
	background-image: -o-linear-gradient(top, #ffd65e 0%,#febf04 100%); 
	background-image: -ms-linear-gradient(top, #ffd65e 0%,#febf04 100%);
	background-image: linear-gradient(top, #ffd65e 0%,#febf04 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#ffd65e, endColorstr=#febf04,GradientType=0 ); 
}

/***********************************************************************
 * 	Grey Background
 **********************************************************************/
.grey{
	background: rgb(238,238,238); 
	background-image: -moz-linear-gradient(left, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); 
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); 
	background-image: -webkit-linear-gradient(left, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); 
	background-image: -o-linear-gradient(left, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); 
	background-image: -ms-linear-gradient(left, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
	background-image: linear-gradient(left, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#eeeeee, endColorstr=#cccccc,GradientType=1 ); 
}

/***********************************************************************
 * 	Black Background
 **********************************************************************/
.black{
	background: #7d7e7d; 
	background-image: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); 
	background-image: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); 
	background-image: -o-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); 
	background-image: -ms-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%);
	background-image: linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#7d7e7d, endColorstr=#0e0e0e,GradientType=0 ); 
	color: #fff;
}

/***********************************************************************
 * 	Brown Background
 **********************************************************************/
.brown{
	background: #f6e6b4; 
	background-image: -moz-linear-gradient(top, #f6e6b4 0%, #ed9017 100%); 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6e6b4), color-stop(100%,#ed9017)); 
	background-image: -webkit-linear-gradient(top, #f6e6b4 0%,#ed9017 100%); 
	background-image: -o-linear-gradient(top, #f6e6b4 0%,#ed9017 100%); 
	background-image: -ms-linear-gradient(top, #f6e6b4 0%,#ed9017 100%);
	background-image: linear-gradient(top, #f6e6b4 0%,#ed9017 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#f6e6b4, endColorstr=#ed9017,GradientType=0 ); 
}

/***********************************************************************
 * 	Blue Background
 **********************************************************************/
.blue{
	background: #7abcff; 
	background-image: -moz-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%); 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee)); 
	background-image: -webkit-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); 
	background-image: -o-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); 
	background-image: -ms-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%);
	background-image: linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#7abcff, endColorstr=#4096ee,GradientType=0 ); 
}

/***********************************************************************
 * 	Dark Red Background
 **********************************************************************/
.darkred{
	background: rgb(169,3,41); 
	background-image: -moz-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); 
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(169,3,41,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1))); 
	background-image: -webkit-linear-gradient(left, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); 
	background-image: -o-linear-gradient(left, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); 
	background-image: -ms-linear-gradient(left, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
	background-image: linear-gradient(left, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#a90329, endColorstr=#6d0019,GradientType=1 ); 
	color: #fff;
}

/***********************************************************************
 * 	Purple Background
 **********************************************************************/
.purple{
	background: rgb(203,96,179); 
	background-image: -moz-linear-gradient(left, rgba(203,96,179,1) 0%, rgba(173,18,131,1) 50%, rgba(222,71,172,1) 100%); 
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(203,96,179,1)), color-stop(50%,rgba(173,18,131,1)), color-stop(100%,rgba(222,71,172,1))); 
	background-image: -webkit-linear-gradient(left, rgba(203,96,179,1) 0%,rgba(173,18,131,1) 50%,rgba(222,71,172,1) 100%); 
	background-image: -o-linear-gradient(left, rgba(203,96,179,1) 0%,rgba(173,18,131,1) 50%,rgba(222,71,172,1) 100%); 
	background-image: -ms-linear-gradient(left, rgba(203,96,179,1) 0%,rgba(173,18,131,1) 50%,rgba(222,71,172,1) 100%);
	background-image: linear-gradient(left, rgba(203,96,179,1) 0%,rgba(173,18,131,1) 50%,rgba(222,71,172,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#cb60b3, endColorstr=#de47ac,GradientType=1 ); 
}



table.tighttable{
    line-height: 1.2em;
    font-size: 1.1em;
    text-align:center;
    border-right:1px dotted #666;
    border-top:2px solid #666;
    -moz-box-shadow:0px -1px 3px #ccc;
    -webkit-box-shadow:0px -1px 3px #ccc;
    box-shadow:0px -1px 3px #ccc;
    text-shadow:1px 1px 1px #ccc;
}
.tighttable thead th, .tighttable tfoot td{
    padding:20px 10px 40px 10px;
    color:#000;
    font-size: 12px;
    background-color:#D0E2E5;
    font-weight:normal;

}
.tighttable tfoot th{
    padding:10px;
    font-size:12px;
    text-transform:uppercase;
    color:#888;
}
.tighttable tfoot td{
    font-size:36px;
    color:#EF870E;
    border-top:none;
    border-bottom:3px solid #666;
    -moz-box-shadow:0px 1px 4px #000;
    -webkit-box-shadow:0px 1px 4px #000;
    box-shadow:0px 1px 4px #000;
}
.tighttable thead th:empty{
    background:transparent;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.tighttable thead :nth-last-child(1){
    border-right:none;
}
.tighttable thead :first-child,
.tighttable tbody :nth-last-child(1){
    border:none;
}
.tighttable tbody th{
    text-align:right;
    padding:10px;
    color:#333;
    text-shadow:1px 1px 1px #ccc;
    background-color:#f9f9f9;
}
.tighttable tbody td{
    padding:1px 3px 1px 3px;
    background-color:#f0f0f0;
    border-right:1px dotted #999;
    text-shadow:-1px 1px 1px #fff;
    color:#000;
    opacity: 0.8;
    text-decoration:none;
}

