/*
	Styles for the NCOS web pages
*/


/*
	Found on http://theodorakis.net/tablecentertest.html
*/

div.center
{
	text-align: center;
}

div.center table
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/*
	End of "Found on..."
*/

body
{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	font-size: 1em;
	color: #800000;
	background-image: url( "../exptextb.jpg" );
	background-color: #FFFFFF;
	background-repeat: repeat;
}

.center
{
	text-align: center;
}

h1
{
	font-size: 1.6em;
}

h2
{
	font-size: 1.4em;
}

a:visited
{
	color: #666600;
}

a:link
{
	color: #993300;
}

a:active
{
	color: #CC3300;
}

h1.singer_name
{
	text-align: left;
	color: #660033;
	margin-bottom: 0;
}
h2.winner_in_year
{
	text-align: left;
	color: #660033;
	margin: 0px 0px 5px 0px;
}

p.tax-number
{
	font-size: 1.5em;
	font-weight: bold;
}

p.bio_text
{
	text-align: justify;
	vertical-align: top;
}

p.bio_source
{
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

p.back_button
{
	text-align: left;
	background-color: #800000;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	width: 2.8em;
	margin: 10px 10px 10px 0px;
	clear: both;
}

p.back_button a
{
	color: yellow;
	text-decoration: none;  /* No underlining on link */
}

img.bio_underlining
{
	float: left;
	border: 0;
	width: 500px;
	height: 5px;
}

img.bio_pic_left
{
	float: left;
	border: 1px;
	margin: 0px 20px 5px 0px;
}

img.bio_pic_right
{
	float: right;
	border: 1px;
	margin: 0px 0px 5px 20px;
}

div.nav_links
{
	width: 80%;
	text-align: center;
	/* margin-top: 30px; */
	margin: 30px auto 0px auto;
	color: #800000;
	font-size: 10pt;
	font-weight: bold;
}

img.nav_links
{
	border: 0;
	width: 550px;
	height: 3px;
	margin-top: 15px;
	margin-bottom: 5px;
	margin: 15px auto 5px auto;
	display: block;
	clear: both;
}

div.nav_links a
{
	white-space: nowrap;
	margin-left: 5px;
	margin-right: 5px;
}

div.last_updated
{
	margin-top: 20px;
}

div.last_updated img
{
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

div.last_updated p
{
	margin: 5px 0px 5px 0px;
	padding: 0px;
	font-weight: bold;
}

h1.page_title
{
	font-size: 2.5em;
	text-align: center;
	color: #660033;
	margin-bottom: 0;
}

h2.page_subtitle
{
	text-align: left;
	font-size: 1.5em;
	color: #660033;
	margin-bottom: 0;
}

.list_left
{
	text-align: left;
}

	/*	These are used mainly in articles	*/

p.text
{
	text-align: justify;
}

p.text_indent
{
	text-align: justify;
	margin-top: -1em;
	margin-left: 40px;
}

p.text_continuation
{
	text-align: justify;
	margin-top: -1em;
}

td.past_winners
{
	text-align: center;
	color: #800000;
	font-size: 24pt;
	font-weight: bold;
}

td.past_winners_year
{
	color: #800000;
	font-size: 14pt;
	font-weight: bold;
	padding: 10px;
}

td.past_winners_singer
{
	font-size: 14pt;
	font-weight: bold;
	padding: 10px;
}

img.separator
{
	width: 355px;
	height: 5px;
	border: 0px;
}

p.article_title
{
	text-align: left;
	font-size: 16pt;
	font-weight: bold;
}
p.article_subtitle
{
	text-align: left;
	font-size: 11pt;
	font-weight: bold;
	margin-top: -1.3em;
}

p.book_CD_pub_info
{
	text-align: left;
	font-size: 16pt;
	margin-top: -1em;
	padding: 0;
}

span.article_author
{
	text-align: left;
	font-weight: bold;
}

span.role
{
}

span.bio_opera_name, span.opera_name
{
	font-style: italic;
}

p.article_title span.opera_name
{
	font-size: 16pt;
	font-weight: bold;
	font-style: italic;
}

p.juror_name
{
	text-align: left;
	font-size: x-large;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

p.letter_address
{
	text-align: right;
	margin-top: 50px;
}

p.letter_salutation
{
	text-align: left;
}

p.letter_text
{
	text-align: left;
	text-indent: 30px;
	margin: 0;
	padding: 0;
}

p.letter_closing
{
	text-align: left;
}

p.letter_signature
{
	text-align: left;
	text-indent: 30px;
	margin-bottom: 50px;
}

span.nowrap
{
	white-space: nowrap;
}

sup
{
	font-size: 0.5em;
	vertical-align: text-top;
}

dl.webmaster_note
{
	text-align: left;
}

dl.webmaster_note dt
{
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 1.1em;
	font-weight: bold;
}

.hidden { visibility: hidden; }
.visible { visibility: visible; }

	/* Necessary to fix an IE bug --
	   the only way to hide something is to
	   surround it in a <span class="hide">
	 */
span.hide
{
	display: none;
}

	/* More Winners' Bios Styles */
div#latest-info
{
	clear: both;
	width: 80%;
	margin: 30px auto 30px auto;
	text-align: left;
	padding: 10px;
	border: 5px outset #800000;
}
div#latest-info p.title
{
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}
div#latest-info p
{
	margin: 0px 0px 0px 20px;
}
div#latest-info a
{
	font-weight: bold;
}

