/* Begin colors */

select#systemArray, select#sectionArray, input#title, input#Mfr, input#Dollars, input#Scarcity, input#Flag
{
	background-color: #fffd9c;
}

select#StyleArray, input#Special, input#AKA, input#Description, input#Landmark, input#Easter_Eggs, input#Periodicals, input#Copyright, input#PartNo, input#santulli_slant, input#AMG_Review, input#AMG_Description, input#System_Exclusive, input#Joe_has, input#Released, input#Country, input#Correction, input#esrb
{
	/*background-color: #ffffff;*/
}

input#Designer, input#Designer2, input#Designer3, input#Designer4, input#Developer, input#Coinop
{
	background-color: #c9ffff;
}

input#screen1, input#screen2
{
	background-color: #ceffff;
}

input#ad, input#ad_tn
{
	background-color: #ccffd0;
}

input#coverscan, input#coverscan_tn
{
	background-color: #fffb9c;
}

input#dp_review
{
	background-color: #ff99ce;
}

input#Site 
{
	background-color: #f3c4aa;
}

p.message
{
	background-color: #9090e0;
	padding: 0.25em;
}

p.highlight
{
	color: #fa8363;
}

hr
{
	color: red;
}

div.headerLine a:hover
{
	color: #ffffff;
}

/* End colors */

/* Begin sizes */

textarea, input[type=text], input[type=password]
{
	/* width: 30em; */
	/* width: 96%; */
	width: 52%;
}

textarea#Description, textarea#Landmark, textarea#Easter_Eggs, textarea#Periodicals, textarea#santulli_slant, textarea#AMG_Review, textarea#AMG_Description
{
	height: 9em;
}

input#screen1, input#screen2, input#ad, input#ad_tn, input#coverscan, input#coverscan_tn, input#dp_review, input#Site 
{
	/* width: 45em; */
}

p.navigation
{
	float: left;
	width: 96%;
}

table
{
	float: left;
	margin-left: auto;
	margin-right: auto;
	width: 96%;
}

/* End sizes */

/* Begin alignments and decorations */

a:link, a:hover, a:visited, a:active
{
	font-weight: normal;
}

a.editLink
{
	font-style: italic;
}


div.headerLine a:link, div.headerLine a:hover, div.headerLine a:visited, div.headerLine a:active
{
	font-weight: 700;
}

div#logonInfo
{
	text-align: right;
}

p.navigation
{
	text-align: center;
}

div.headOrFoot
{
	clear: both;
	text-align: center;
}

div.externalSearchLinksBox
{
	border: solid #ffffff 1px;
	float: right;
	margin-top: -2em;
	padding: 0.2em;
	width: 260px;
}


/* End alignments and decorations */

