/* General CSS */

a:link    { color: #427898; text-decoration: none;}
a:visited { color: #427d98; text-decoration: none;}
a:hover   { color: #427d98; text-decoration: none;}



h1 {font-size: 14pt; font-weight: bold; margin-top: 15px; margin-left: -10px; margin-bottom: 15px; text-decoration: none; font-variant: small-caps; letter-spacing: 2px; text-align: center;}
h2 {font-size: 118%; margin-bottom: 3px; margin-top: 0px; text-align: left}
h3 {font-size: 90%; margin-bottom: 2px; margin-top: 6px; text-align: center}


	/* padding around the content-table, minimum visible space outside border */
.body {
	background-color: #ffffff;
	padding-top: 15px;
	padding-bottom: 25px;
/*	padding-left: 22px;*/
	overflow-y: scroll;
	overflow-x: hidden;
}

	/* Table and Font */
.table {
	width: 950px;
	border: collapse; /*Option for Opera & Firefox*/
	/*border-collapse: collapse; Option for IE only*/
	border-spacing: 0px;
	border: #427d98 3px double;
	background-color: #ffffff;
	font-family: Verdana;
	font-size: 8pt;
	color: #000033;
}

/* Positioning picture in the top right, for all but chatsaves.
Chatsaves have been defined in cs_style.css. */

div.picture {
	position: relative;
	top: 13px;
	left: 0px;
}

	/* Text under Pictures */
div.picture ul {
	font-family: Courier New;
	font-size: 10px;
	font-weight: 500;
	color: #000033;
	padding-left: 3px;
	padding-right: 2px;
	margin-top: 4px;
	width: 255px;
	margin-left: 1px;
	text-align: justify;
	list-style-type: none;
}


/* Lead Page CSS */

	/* Cells to the right of Navigation */
td.content-left {
	padding-left: 10px;
	padding-right: 13px;
	padding-bottom: 5px;
	text-align: justify;
}

	/* Cells on the very right */
td.content-right {
	padding-left: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	text-align: justify;
}

	/* Content in only once cell */
td.content {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: justify;
}

td.bottom {
	border-bottom: #FFFFFF 2px solid;
}

	/* Breaking News */
p.break-news {
	color: #00000A;
	font-size: 9pt;
	margin-left: 0px;
	margin-bottom: 2px;
	text-indent: -2px;
	padding: 3px;
}

p.break-news:hover {
	background-color: #DDDDFF;
	padding: 3px;
}

p.break-news:focus {
	background-color: #DDDDFF;
	padding: 3px;
}

p.break-news a {
	padding-bottom: 6px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px; /* Necessary to have text non-justified */
}

p.break-news a:visited {
	padding-bottom: 6px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px; /* Necessary to have text non-justified */
}

/* Credits */
.credits {
	font-family: Verdana;
	font-size: 8pt;
	line-height: 22px;
	vertical-align: bottom;
	color: #000033;
}


/* Picture Page */

table.pics p {
	margin-top: 4px;
	margin-left: 5px;
}

table.pics td {
	width: 160px;
	height: 215px;
	align: center;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	vertical-align: top;
	font-family: Verdana;
	font-size: 8pt;
	color: #000033;
	text-align: justify;
}

/* Personal Interview Page */

table.interview {
	align: left;
	margin-left: 59px;
	width: 680px;
}

table.interview td {
	vertical-align: top;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 20px;
	font-family: Verdana;
	font-size: 8pt;
	color: #000033;
	text-align: justify;
	line-height: 16px;
}

table.interview td.Q {
	text-align: justify;
	width: 245px;
	text-indent: -12px;
	padding-left: 17px;
}




/* Scrollbar, only working in IE and Opera */

/* Horizontal Scrollbars suppressed, see .body overflow-x: hidden
	Vertical Scrollbars enforced, see .body overflow-y: scroll */


body {
	scrollbar-base-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #427d98;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #EEEEFF;
	scrollbar-highlight-color: #EEEEFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
}