/*** Import of basic css ***/

@import url(basic2.css);


/*** Page - basic ***/

#page {
	background-color: white;
	widows: 3; /* Widow control # lines when printing */
	orphans: 3; /* Orphan control # lines when printing */
	}

#page.pageNavigation {
	padding-top: 25px;
	}


/*** Page - header ***/
#pageHdr {
	padding: 2px 8px 10px;
	}

h1 {
	font: 14pt "Arial Black", sans-serif;
	color: navy;
	margin: 0px;
	}



/*** Page - copy ***/

#pageCopy {
	margin: 0px;
	padding: 8px;
}


#copyRight {
	text-align: left;
	font-size: 8pt;
}


/*** Paragrphs ***/

h2 {
	font: 10pt "Arial Black", sans-serif;
	color: navy;
	margin-top: 18px;
	border-bottom: 1px solid;
	}


h3 {
	font-size: 10pt;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 3px;
	}

p {
	margin-top: 5px;
	margin-bottom: 4px;
	max-width: 600px;
	}

.articleReference {
	font-size: 8pt;
	font-weight: bold;
	color: #999;
	margin: 0px;
	padding: 10px 0px;
	}

.news {
	font-size: 9pt;
	}

p.dateStamp {
	font-size: 8pt;
	font-weight: bold;
	color: #999;
	margin: 0px;
	padding: 0px;
	}

.news p.dateStamp {
	font-size: 7pt;
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: 1px gray solid;
	}

p.nameAuthor {
	font-size: 8pt;
	font-weight: bold;
	color: #999;
	margin: 0px;
	padding: 0px;
	}


/*** Characters - Basic ***/

.copyLabel {
	font-weight: bold;
	}


/*** Pictues ***/

img {
	display: block;
	}


/*** Boxes ***/

.boxImage {
	margin: 10px 5px;
	float: right;
	clear: both;
	}

.boxMugshot {
	display: inline-block;
	margin: 5px;
	width: 160px;
	height: 210px;
	}

.boxThumbnail {
	display: inline-block;
	margin: 2px;
	}


/*** Lists ***/

dl {
	margin: 0px;
	}

dt {
	font-weight: bold;
	margin-top: 5px;
	}

dd {
	margin: 0px 10px;
	}

ol {
	margin: 0px;
	}

ol ol {
	list-style-type: lower-alpha;
	}

ul {
	margin: 0px;
	}

li {
	
	}


/*** Tables ***/

table {
	width: 100%;
	border-collapse: collapse;
	}

.tableBoard {
	width: 300px;
	}

.tableForm {
	
	}

.tableMarathon {
	width: 400px;
	}

.myPage {
	background-color:#FFFFCC;
	}

.message {
	background-color:#FFFF66;
	border="1";
	}



/*** Table rows ***/

tr {
	text-align: left;
	vertical-align: top;
	}

tr.rowHdr {
	background-color: silver;
	}

tr.rowEven {
	background-color: #e0e0ff;
	}

tr.message {
	background-color:#FFFF66;
	border:medium;
	}



/*** Table columns ***/

.colCategory {
	width: 80px;
	}

.colDate {
	text-align: right;
	width: 40px;
	}

.colDay {
	width: 50px;
	}

.colFulldate {
	width: 80px;
	}

.colHeader {
	
	}

.colLabel {
	font-weight: bold;
	width: 130px;
	}

.colName {
	width: 150px;
	}

.colPhone {
	width: 120px;
	}

.colPos {
	text-align: right;
	width: 5px;
	}

.colRemarks {
	
	}

.colResults {
	width: 50%;
	}

.colTitle {
	width: 130px;
	}


/*** Page navigation ***/

#pageNavigation {
	font: 8pt "Areial Black", sans-serif;
	background-color: inherit;
	position: fixed;
	top: 0px;
	width: 100%;
	border-bottom: 1px solid black;
	float: none;
	}

#pageNavigation ul {
	list-style: none;
	margin-top: 2px;
	padding: 0px;
	}

#pageNavigation li {
	background: url(../art/tab_right.gif) no-repeat right top;
	margin: 0px 1px;
	padding: 0px;
	float: left;
	}

#pageNavigation a {
	text-decoration: none;
	background: url(../art/tab_left.gif) no-repeat left top;
	display: block;
	padding: 4px 10px;
	color: #c00;
	float: left;
	}
