/* @group Reset */

html,body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,a, a img {
	border: 0;
	margin: 0;
	padding: 0;
}

/* @end */

/* @group Basics */

body {
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	margin: 0px;
	background: #ffc url(http://www.thedelltones.com/images/template/bgd.gif) repeat-x;
}

a:link,a:visited {
	color: #f06;
	text-decoration: none;
}

a:hover,a:active {
	color: #039;
	text-decoration: underline;
}

h1 {
	color: #f06;
	border-bottom: 1px solid #ccc;
	letter-spacing: 4px;
	margin: 0 0 15px;
	padding: 10px 0;
	font: 26px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1.whiteline {
	border-bottom: 1px solid #fff;
}

h1.alert {
	color: #c00;
	font: 16px Arial, Helvetica, Geneva, sans-serif;
	padding-top: 0px;
}

h2 {
	color: #f69;
	font: 16px Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 20px;
	letter-spacing: 1px;
	padding-top: 0px;
	margin: 0;
}

h3 {
	color: #903;
	font-size: 14px;
	padding-bottom: 12px;
	padding-top: 10px;
	text-transform: capitalize;
	letter-spacing: 1px;
	margin: 0;
}

p {
	text-align: left;
	font-size: 12px;
	padding-bottom: 14px;
	margin: 0;
}

blockquote {
	border-left: 10px solid #e6e6e6;
	padding-left: 14px;
}

hr {
	height: 1px;
	border: 0;
	color: #ccc;
	background-color: #ccc;
	width: 100%;
	text-align: left;
}

hr.whiteline {
	color: #fff;
	background-color: #fff;
}

/* @end */

/* @group layout */

div#wrapper {
	padding: 0px;
	display: block;
	width: 800px;
	top: 0;
	position: relative;
	margin: 0 auto;
}

div#header {
	width: 800px;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

div#content_wrapper {
	width: 800px;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

div#content {
	width: 700px;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px 50px 0;
	background-color: #fff;
}

div#content_pink {
	width: 700px;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px 50px 0;
	background-color: #fcc;
}

div#content_blue {
	width: 700px;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px 50px 0;
	background-color: #cff;
}

div#footer {
	width: 800px;
	top: 0;
	left: 0;
	padding: 0;
	overflow: hidden;
	margin: 0;
}

div#footer_links {
	width: 700px;
	top: 0;
	left: 0;
	padding: 10px 50px;
	margin: 0;
}

/* @end */

/* @group Lists */

ol, ul {
	display: block;
	position: relative;
	padding: 0 0 20px;
	margin: 0 0 0 50px;
}

li {
	list-style-image: url(http://www.thedelltones.com/images/bullets/bullet.gif);
	padding: 0;
	margin: 0;
}

ul.pink li {
	list-style-image: url(http://www.thedelltones.com/images/bullets/bullet_pink.gif);
	padding: 0;
	margin: 0;	
	
}

ul.blue li {
	list-style-image: url(http://www.thedelltones.com/images/bullets/bullet_blue.gif);
	padding: 0;
	margin: 0;	
	
}

/* @end */

/* @group Alerts */

.alert {
	color: #c00;
	font-weight: bold;
	font-size: 12px;
}

.alert_link a {
	color: #c00;
}

/* @end */

/* @group Custom */

p.sub_nav {
	font-size: 16px;
}



.highlight {
	color: #f06;
}

.subtxt {
	color: #333;
	font-size: 10px;
}

.toplink a {
	color: #333;
	padding-left: 20px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}

.toplink a:hover {
	color: #f03;
}

/* @end */

/* @group Forms */

form {
	background-color: #f1f1f1;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	margin: 10px 0;
	padding: 10px;
}

input {
	background-color: #fff;
	font-size: 12px;
	padding: 1px;
}

input:focus {
	background-color: #fafedd;
}

textarea {
	background-color: #fff;
}

textarea:focus {
	background-color: #fafedd;
}

.checkbox {
	float: left;
	width: 29%;
	margin-right: 3%;
}

/* @end */

/* @group Tables */

td.top {
	vertical-align: top;
	left: 0px;
	top: 0px;
}

table {
	color: #000;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}


tr.gig_guide_header td {
	background-color: #f06;
	height: 28px;
	text-align: center;
	border-bottom: 2px solid #903;
	color: white;
}

tr.gig_guide_event td {
	background-color: #e6e6e6;
	height: 14px;
	padding: 1px 0px;
	text-align: left;
	text-indent: 10px;
}

/* @end */


