/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/

/*
@media print {
	#banner {
		background-color: #fff;
		color: #000;
		border-bottom: #000 1px solid;
	}

	#banner h1 {
		color: #000;
		font-size: 16px;
	}

	#leftcontent {
		display: none;
	}

	#rightcontent {
		display: none;
	}

	#centercontent {
		width: 100%;
		border: 0px none;
	}
}
*/

/* Basic */
* {
	border:0;
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6
{
 	color: #333;
}

/* general */
a {
	color:#0000cd;
	text-decoration:none;
}

a:hover {
	color: inherit;
	text-decoration:underline;
}

/* body */
body {

/*	font:0.8em Georgia, Arial, Helvetica, "bitstream vera sans", sans-serif; */
	font: 8pt Tahoma, Georgia, Arial, Helvetica, "bitstream vera sans", sans-serif;
}


/* Outer */

#outer
{
/*	margin: 1.0em auto 0em auto; */
	width: 100%;
}

/* header */
#header 
{
	display: none;
}
#header h1 {
	color:#000;
	font-size:100%;
	letter-spacing:-3px;
	text-align:right;
	padding:5px;
	margin-bottom:-18px;
}
#header h2 {
	color:#000;
	font-size:40%;
	letter-spacing:-2px;
	text-align:right;
}
#header a {
	
}

/* Content */

#content
{
	padding-left: 0em;
	padding-right: 0em;
	clear: left;
}


.box
{
	
 font-family: Tahoma, Arial, Helvetica, sans-serif;

	margin-bottom: 1.0em;
}



/** Content **/



#content strong
{
	color: #333;
}

#content h2,h3,h4,h5,h6
{
}

#content h2,h3
{
}

#content h3
{
	font-size: 1.25em;
}

#content h2
{
	font-size: 1.5em;
	
}

table
{
	margin-bottom: 1.2em;	
	border-collapse: collapse;  
	border: 1px solid #000000;
	font: 8pt verdana, tahoma, Georgia;
	color: #000;
	caption-side: top;
	text-align: inherit;
}

table th
{
	text-align: inherit;
	font-weight: bold;
	padding: 0.2em;
	color: #000; 
	background-color: #dcdcdc; 
	border: 1px solid #000000;
/*	color: #000;
	background-color: #ddf;
*/
}
td.thumb {   /* this isn't working yet  */
	background:  url('../images/checkbox_1.gif') center center no-repeat ;
	width: 25px;
}
table td
{
	border: 1px solid #000000;
	padding: 0.1em 0.2em 0.1em 0.3em; 
}

td.cardnum, td.rc {
	font-weight: bold;
}

table tr
{
	background-color: #ffffff;  
	border: 1px solid #000000;
	color: inherit;
}
table p {
	padding:0px 0px 0;
	color: inherit;
}



/* Primary Content */

#primaryContentContainer
{
	float: right;
	margin-left: -19em;
	width: 100%;
}

#primaryContent
{
	margin: 0em 0em 0em 1em;
	padding: 1.0em 2.0em 1.5em 2.0em;
}


/* Secondary Content */

#secondaryContent
{
	display: none;
}


/* Footer */

#footer
{
	display: none;
}

.clear
{
	clear: both;
}
/* Added by Larry Ullman: */
.error {
	font-weight: bold;
	color: #C00
}
