/* bright blue: #2E9DD2 */
/* mid blue: #1F52A3 */
/* purple: #4D3E81  */
/* orange: #ED8929 */

table.gecko {
width: 760px;
height: 100%;
background-image: url("../images/back_gecko.gif");
background-repeat: no-repeat;
background-position: 490px 235px;
background-attachment: fixed;
}

td, .std {
	font-family: arial, helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

td.colhead, .boldlarge {
	font-family: arial, helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

.leftColDefault {
	font-family: arial, helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
}

.bold {
	font-family: arial, helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.boldWhite{
	font-family: arial, helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

.required {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #E63732;
}
input.notrequired {
	background-color: #eeeeee;
}

.error, .oos {
	font-family: arial, helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
	text-transform: uppercase;
}

.leftColBold {
	font-family: arial, helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

.capital {
	font-family: arial, helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.artist {
	font-family: arial, helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	
}

.album {
	font-family: arial, helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #2E9DD2;
}

.subtext {
	font-family: arial, helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.review {
	font-family: arial, helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #2E9DD2;
}

.posted {
	font-family: arial, helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #1F52A3;
}

.reviewbox {
	border: 1px solid #000000;
	font-family: arial, helvetica;
	font-size: 10px;
	font-weight: normal;
}

.New {
	font-family: arial, helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	background-color: #006600;
	text-transform: uppercase;
	padding: 5px 40px 5px 40px;
}
.Paid {
	font-family: arial, helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	background-color: #990000;
	text-transform: uppercase;
	padding: 5px 40px 5px 40px;
}
.Sent {
	font-family: arial, helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	background-color: #3333CC;
	text-transform: uppercase;
	padding: 5px 40px 5px 40px;
}
.Unpaid {
	font-family: arial, helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	background-color: #ff9900;
	text-transform: uppercase;
	padding: 5px 40px 5px 40px;
}

/* HyperLinks */

a:link, a:visited {
	font-family: arial, helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #4D3E81;
	text-decoration: underline;
}

a:hover, a:active{
	font-family: arial, helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #2E9DD2;
	text-decoration: none;	
}

a.subtext:link, a.subtext:visited {
	font-family: arial, helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #4D3E81;
	text-decoration: underline;
}

a.subtext:hover, a.subtext:active {
	font-family: arial, helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #2E9DD2;
	text-decoration: none;	
}

a.close:link, a.close:visited {
	font-family: arial, helvetica;
	font-size: 9px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
}

a.close:hover, a.close:active {
	font-family: arial, helvetica;
	font-size: 9px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;	
}

a.leftcol:link, a.leftcol:visited {
	font-family: arial, helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
}

a.leftcol:hover, a.leftcol:active{
	font-family: arial, helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #2E9DD2;
	text-decoration: none;	
}

a.sort:link, a.sort:visited {
	font-family: arial, helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.sort:hover, a.sort:active{
	font-family: arial, helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #2E9DD2;
	text-decoration: underline;	
}

/* Forms */

input.button {
	text-decoration: none;
	color: #ffffff;
	cursor: hand;
	background:	#4D3E81;
	border:	2px solid #2E9DD2;
	height: 22px;
	font-family: arial, helvetica;
	font-size: 9pt;
	font-weight: bold;
}

input.text	{
	font-family: arial, helvetica;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}

select.review {
	font: normal 11px verdana;
	color: #ffffff;
	background-color: #000000;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
}

/* Admin */
.title {
	font-family: arial, helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.altRow {
	background-color: #eeeeee;
}