.welcomeText
{
	text-align: center;
	font-weight: bold;
	font-size: 11pt;
}

.loginInstructions
{
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 11pt;
}

.toBeAnnounced
{
	font-size: 10pt;
	font-style: italic;
	color: gray;
}

.movieTitle
{
	font-size: 10pt;
	font-weight: bold;
	color: blue;
}

.movieTitle_unknown
{
	font-size: 10pt;
	font-weight: bold;
	color: #4444ff;
}

.extraText
{
	font-size: 10pt;
	font-style: italic;
}

.moreLink
{
	font-size: 8pt;
	font-weight: normal;
}

table.studioLayout
{
	border: 0px;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: table;
}

table.studioLayout td
{
	vertical-align: top;
	padding: 0px 20px;
}

table.studioTable
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: table;
	padding: 0px;
	border: 2px solid black;
	border-collapse: collapse;
}

table.studioTable tr
{
	margin: 0px;
	padding: 0px;
}

table.studioTable th,
table.studioTable td
{
	margin: 0px;
	padding: 2px 15px;
	border: 1px solid black;
}

table.studioTable td.td_top_bottom
{
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}

table.studioTable td.td_top
{
	border-top: 2px solid black;
}

table.studioTable td.td_bottom
{
	border-bottom: 2px solid black;
}

table.studioTable td.eventCell_Oscars,
table.studioTable td.dateCell
{
	font-weight: bold;
	white-space: nowrap;
}

table.studioTable td.resultCell
{
	text-align: left;
}

table.studioTable td.movieCell
{
	text-align: left;
	white-space: nowrap;
}

table.studioTable td.resultCell_None
{
	text-align: center;
	font-style: italic;
	font-size: 10pt;
}

table.studioTable td.imdbCell
{
	font-size: 10pt;
}

table.studioTable td.viewMoreCell
{
	background-color: #bbbbbb;
	text-align: center;
	font-size: 10pt;
	font-style: italic;
}

table.studioTable th
{
	background-color: #aaaaaa;
}

table.studioTable tr.row_even td
{
	background-color: white;
}

table.studioTable tr.row_odd td
{
	background-color: #dddddd;
}

table.studioTable tr.log_add td
{
	background-color: #ccffcc;
}

table.studioTable tr.log_drop td
{
	background-color: #ffcccc;
}

table.studioTable tr.log_event td
{
	background-color: white;
}

table.studioTable tr th.selfCell,
table.studioTable tr td.selfCell
{
	font-weight: bold;
	background-color: #ffffaa;
}

table.studioTable tr td.scoringCell
{
	text-align: left;
	font-weight: normal;
	font-size: 7pt;
	white-space: normal;
}

table tr td.tradeMovieCell
{
	text-align: left;
	white-space: nowrap;
}

table tr td.multiplierCell
{
	margin-left: 0px;
	padding-left: 0px;
	white-space: nowrap;
}

table th a,
table td a,
table th a:link,
table td a:link,
table th a:visited,
table td a:visited
{
	color: blue;
	text-decoration: none;
}

table th a:hover,
table td a:hover
{
	color: #7777ff;
}

table th a:active,
table td a:active
{
	color: red;
}

div.organizationURL,
div.imdbURL
{
	text-align: center;
	font-size: 10pt;
}

div.organizationURL a,
div.organizationURL a:link,
div.organizationURL a:visited,
div.imdbURL a,
div.imdbURL a:link,
div.imdbURL a:visited
{
	color: gray;
	font-size: 10pt;
	text-decoration: none;
}

div.organizationURL a:hover,
div.organizationURL a:active,
div.imdbURL a:hover,
div.imdbURL a:active
{
	color: #333333;
}

div.maxPossibleScore,
div.miniToolbar
{
	text-align: center;
	font-size: 10pt;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 6px;
}

div.miniToolbar
{
	padding-bottom: 15px;
}

table.loginTable,
table.loginTable td
{
	background-color: #66ffcc;
	padding: 0px 10px;
}
