/* binarysmiths.com CSS */

body    {
	margin: 0px 0px 0px 0px;
	padding: 0;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #CCCCCC;
	color: #666666;
	background-image: url('images/contentbg.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;
}

/* Link Styles */

a:link  {
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}

a:visited   {
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}


/* Text Styles */

p	{
	line-height: 120%;
	font-size: 12px;
	font-weight: normal;
	margin: 10px 20px 10px 20px;
}

.shows	{

	font-size: 12px; 
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	line-height: 100%;
	margin: 5px 5px 5px 5px;
	
}

	
/* Table Styles */

.tableContent {
	font-family: helvetica, arial;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	padding: 20px 20px 20px 20px;
	border: 0px;
}

.tableBorder {
	text-align: center;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	border: 1px solid #666666;
}

.tableLeft {
	text-align: left;
	vertical-align: top;
	padding: 0px 0px 20px 0px;
	border: 0px solid #666666;
}

.tableMid {
	text-align: left;
	vertical-align: top;
	padding: 0px 0px 20px 20px;
	border: 0px solid #666666;
}

/* Form Styles */

.submit {
	padding: 2px 2px 2px 2px;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 12px; 
	font-weight: normal;
	color: #666666;
	text-align: left;
	background-color: #CCCCCC;
	border: 1px solid #666666;
}

fieldset {
	padding: 10px 10px 10px 10px;
	color: #663300; 
	text-align: left;
	border: 2px solid #663300;
}