*{
	margin:0;
	padding:0;
	list-style:none;
}
topheader {
	background-image:url(../../Zingo/images/Zingo-Logo.jpg)
}


body {
	margin:5px;
	color:#111111;
	font-family: "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
	font-size: 90%;
}
html { 
	height: 100%; 
	margin-bottom: 1px; 
}


.header {
	background: #000;
	cursor: pointer;
	padding:4px;
}

	
.media {
	background:#FFF;
	width: 350px;
	height: 420px;
	overflow: auto;
	padding-left: 3px;
	padding-right: 3px;
	position: inherit;
}

#footer {
	width:750px;
	margin:0 auto;
	color:#AAAAAA;
	padding: 2px;
}

#footer a {
	color:#AAAAAA;
	text-decoration:none;
	font-weight:bold;
}

#footer .validate {
	float:right;
}

.header:hover{
	background-color:#666;
}

#header h1 a {
	color:#333;
	text-decoration:none;
}

#header h1 a:hover {
	color:#000;
}
.selected{
	background-color:#F00;
	color:#FFF;
}


.accordion_child a {
	color:#FF6600;
}

.accordion_child a:hover {
	text-decoration:none;
}

.accordion_child ul.links li {
	background:url(../images/link.gif) left no-repeat;
}

input {
	width:180px;
	background:url(../images/input.jpg) top no-repeat;
	font: 100% "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	color:#333;
	border:0;
	padding:7px 10px;
	margin:5px;
	color:#777;
}
textarea {
	width:350px;
	height:105px;
	background:url(../images/textarea.jpg) top no-repeat;
	font: 100% "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	color:#333;
	border:0;
	padding:10px;
	margin:5px;
	color:#777;
}

input[type=submit] {
	cursor:pointer;
	background:#ff9900;
	color:#fff;
	width:182px;
	height:33px;
	padding:7px 10px;
	background:url(../images/submit.jpg) top no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 90%;
}

input[type=submit]:hover {
	cursor:pointer;
	background:#ff9900;
	color:#fff;
	width:182px;
	height:33px;
	padding:7px 10px;
	background:url(../images/submiton.jpg) top no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 90%;
}

blockquote {
	  font: 1.4em/1.8em Georgia, "Times New Roman", Times, serif;
	  background: url(../images/close-quote.gif) no-repeat right bottom;
	  padding-left: 18px;
	  text-indent: -18px;
	  color:#888;
	  margin:20px 0;
}

blockquote:first-letter {
	background: url(../images/open-quote.gif) no-repeat left top;
    padding-left: 18px;
}

.accordion_child ul {
	margin:20px 0 20px 0px;
}

.accordion_child ul li {
	list-style:none;
	padding-left:20px;
	margin:5px 0;
	background:url(../images/bullet.gif) left no-repeat;
	border-bottom:1px solid #eee;
	padding-bottom:1px;
	line-height:21px;
}

table {
	width:100%;
	padding:0px;
	height: 400px;
	overflow: auto;
}

td {
	background:#FFFFFF;
	padding:1px;
	text-align:left;
}

h2 {
clear:both;
}

.accordion_child h2 {
	font:150% Helvetica;
	font-weight: bolder;
	margin:10px 0 10px;
	padding:0px 0;
	color:#FF6600;
	border-bottom:1px solid #eee;
	background:url(../images/h2.jpg) bottom left no-repeat;
}

#header h1 {
	color:#232323;
	margin-top:10px;
	font-family: Arial;
	font-size: 500%;
}

#header h2 {
	text-align:center;
	font: 125% Verdana;
	font-weight: bolder;
	margin:5px 15px 5px 0;
	text-transform:uppercase;
	letter-spacing:0.75px;
	color:#555555;
	
}



#accordian{
	padding:5px;
	width:750px;
	z-index:2;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.accordion_headings{
	padding:8px 10px 11px;
	background:url(../images/item_bg.jpg) top no-repeat;
	color:#FFFFFF;
	margin: 1px 0 2px 0;
	cursor:pointer;
	font:145% Helvetica;
	font-weight: bolder;
	letter-spacing:0.8px;
	line-height: 80%;
	clear:both;
}

.accordion_headings:hover{
	background:url(../images/item_bg_hover.jpg) top no-repeat;
}

.accordion_child{
	padding:15px 15px 1px;
	background:#fafafa;
	border:5px solid #f4f4f4;
}

.content_headline {
	color: #FF6600;
}

.media_content_headline {
	color: #FF6600;
	list-style:none;
	padding-left:20px;
	background:url(../images/bullet.gif) left no-repeat;
	border-bottom:1px solid #FF6600;
	line-height:19px;
}


.media_content {
	background:#FFF;
	margin-bottom: 10px;
}

.content {
	background:#FFF;
	padding:4px;
}


img {
	padding:5px;
	margin:0 5px 5px 5px;
}

p {
	margin:10px 0;
	line-height:22px;
	text-align: justify;
}

.header_highlight{
	background:url(../images/item_bg_hover.jpg) top no-repeat;
}

.submit_highlight{
background:url(../images/submiton.jpg) top no-repeat;
}

