.width330{
	width: 330px;
}

.width405{
	width: 405px;
}

.simplecard-table{
	background: #0ff;
}

div.simplecard-header{
	height: 32px;
	clear: both;
	margin-bottom: 15px;
	display: block;
	padding: 10px;
}


div.simplecard-column{
	display: block;
	padding: 10px;
	min-height: 500px;
}

span.reminder{
	font-weight: bold;
}

img.cardsymbolimg{
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
#cardname{
	font-weight: bold;
}
#cardsubname{
	font-style: italic;
	color: #555;
}

#tablehead{
	font-weight: bold;
	background: #ffe373;
}
#tableheadred{
	font-weight: bold;
	background: #ff9c00;
}
#tableheadlight{
	font-weight: bold;
	background: #ffedb7;
}
table.searchresults tr{
	min-height: 500px;
}

#yellow{
	background: #ffedb7;
}


#lightyellow{
	background: #ffedb7;
}

td{
	padding-left: 5px;
	padding-right: 5px;
}

table.yellowwhite td{
	background: #fff;
}

table.yellowwhite tr.link:hover{
	cursor: pointer;
}
/* hover of table in searchresults, etc. */
table.yellowwhite tr:hover > td{ 
	color: black;
	background: #e6e4df; !important;
}
table.yellowwhite tr:hover > #yellow {
	color: black;
	background: #e6e4df; !important;
}


/* submit ruling request form */
#id_question{
	width: 600px;
}
#id_email{
	width: 300px;
}
