@charset "UTF-8";
/* CSS Document */
 
.hcontainer {background: url(/images/header2014.jpg) no-repeat center;}

.container {background: #fff url(/images/pagebkgd2.jpg) repeat-x center top;}

.fcontainer {background: url(/images/footbkgd2.jpg) repeat-x center;}

.header h2.logo { background:none;}

.header_nav_search ul#vtopnav { color:#fff;}
.header_nav_search #vtopnav a { color:#fff; }
.header_nav_search #vtopnav a.on { color:#fff;}
.header_nav_search #vtopnav a:hover { color:#addc00;}

/* @group top tabs */

body#home #tabs a#hometab, 
body#draw #tabs a#drawtab, 
body#about #tabs a#abouttab,
body#guide #tabs a#guidetab, 
body#forms #tabs a#formstab,
body#promos #tabs a#promostab { background:#fff; color:#0c1500; }

body#home .sf-menu a#hometab, 
body#draw .sf-menu a#drawtab, 
body#instant .sf-menu a#instanttab,
body#about .sf-menu a#abouttab, 
body#how .sf-menu a#howtab, 
body#retail .sf-menu a#retailtab,
body#promos .sf-menu  a#promostab { background:#fff; color:#444; }

/* superfish styles */
.sf-menu { background-color:transparent; }
.sf-menu a { 
	background: #addc00;
	color:#0c1500 !important; 
	-webkit-transition: all 0.3s ease; 
	-moz-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease; 
	transition: all 0.3s ease; }
	
.sf-menu li a:hover {
	background:#44581f !important; 
	color:#fff !important; }

.sf-menu li li a { 
	background: #44581f !important; 
	color:#fff !important; }
	
.sf-menu li li a:hover {  
	background:#c2e390 !important; 
	color:#334c15 !important;}


#top_nav {background: transparent no-repeat;}

/* @end */

/* @group data tables */

tr.awt-data-table-title { color:#FFF; background-color:#000;}
tr.awt-row-light { background-color:#F4F4F4; }
tr.awt-row-dark { background-color:#E1E1E1; }
td.awt-highlight { background-color:#FC0; }
.awt-row-dark th,.awt-row-light th { background-color:#000; color:#FFF;}

.tbstriped tr th { background-color:#60862d; color:#fff; }
.tbstriped tr td { background:#fff; }
.tbstriped thead td { color:#fff; background-color:#C8C028; }
.tbstriped tbody tr.zebra td { background:#eee; }

.tbstriped0 tbody tr th,#tbstriped tbody tr th,#tbstriped2 tbody tr th,#tbstriped3 tbody tr th { background-color:#0764A8; color:#fff;}
.tbstriped0 tr td,#tbstriped tr td,#tbstriped2 tr td,#tbstriped3 tr td { background:#fff; }
.tbstriped0 thead td,#tbstriped thead td,#tbstriped2 thead td,#tbstriped3 thead td { color:#fff; background-color:#C8C028;}
.tbstriped0 tbody tr.even td,#tbstriped tbody tr.even td,#tbstriped2 tbody tr.even td,#tbstriped3 tbody tr.even td { background:#eee; }
.tbstriped0 tbody tr.selected td,#tbstriped tbody tr.selected td,#tbstriped2 tbody tr.selected td,#tbstriped3 tbody tr.selected td { background:#3d80df; color:#fff; }
.tbstriped0 tbody tr.ruled td,#tbstriped tbody tr.ruled td,#tbstriped2 tbody tr.ruled td,#tbstriped3 tbody tr.ruled td { color:#000; background-color:#C6E3FF; }
head:first-child+body .tbstriped tr.ruled td { background-color:#C6E3FF; }

/* @end */
#navFour { background-color:#FFFFCC; }

table.tablesorter {
	background-color: #CDCDCD;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
    color:#000;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
}
table.tablesorter tbody td {
	color: #3D3D3D;
	background-color: #FFF;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #e6EEEE;
}

/* @end */


