﻿/****************************************************************************************************************************/
/****************************************************************************************************************************/
/* KAA-CONTENT.CSS :  DEFINES STYLING FOR TABLES, LISTS AND MINOR TEXT CLASSES                                              */
/*                                                                                                                          */
/****************************************************************************************************************************/
/****************************************************************************************************************************/


/****************************************************************************************************************************/
/* Tabbed navigation styles                                                                                                 */
/* .tabbed is provided empty, only to avoid error reports that the class does not exist                                     */
/* .tabbed* classes are reported as unused, but are actually created by the javascript code                                 */
/****************************************************************************************************************************/

.tabbed {
}

.tabbed-on {
	position: relative;
	margin: 2em 0 0;
	padding: 1.6em 0;
}

.tabbed-on .hidden {
	position: absolute;
	left: -999em;
}

.tabbed-on .folder {
	position: absolute;
	top: 0;
	left: -999em;
	padding: 2em 1em 1em 1em;
	border-style: solid;
	border-color: #800000;
	border-width: 1px 1px 1px 1px;
}

.tabbed-on .folder.visible {
	position: static;
}

.tabbed-on .index {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -.15em;
	left: 0;
	border-color: #800000;
}

@media print {
	.tabbed-on .index {
		display: none;
		visibility: collapse;
	}
}

.tabbed-on .index li {
	float: left;
	padding: .6em 10px .5em;
	margin: -1px 0 0 0;
	border-bottom: 2px solid;
	font-size: 0.8em;
	line-height: 1.1;
	list-style: none;
	background-color: #C0C0C0;
	border-style: solid;
	border-width: 1px;
	border-color: #800000;
	text-align: center;
	text-transform: none;
	font-weight: bold;
	color: #800000;
	background-image: url('../images/site-style/nav-button-gold-5x30-075.jpg');
	background-repeat: repeat-x;
	cursor: pointer;
	-moz-border-radius-topleft: 10px;			/* round corner, fallback for Firefox 1-3.0 */
	-moz-border-radius-topleft: 5px 10px;		/* elliptical border since Firefox 3.5 */
	-webkit-border-top-left-radius: 5px 10px;	/* Safari/WebKit */
	border-top-left-radius: 5px 10px;			/* ready for CSS3 support */
}
.tabbed-on .index li:hover {
	background-image: url('../images/site-style/nav-button-silver-5x30-075.jpg');
	background-repeat: repeat-x;
}

.tabbed-on .index .active {
	line-height: 1.2;
	padding: .5em 10px .5em;
	background-image: url('../images/site-style/nav-button-silver-5x30-075.jpg');
	background-repeat: repeat-x;
	border-bottom-color: #C0C0C0;
}

/****************************************************************************************************************************/
/* "In-line" Styles                                                                                                         */
/****************************************************************************************************************************/

.in-line-image img {
	width: 425px;
	float: left;
}

.in-line-image h4 {
	font-style: italic;
	margin-left: 435px;
	text-transform: none;
}

.in-line-image p {
	font-weight: lighter;
	font-style: italic;
	color: #666666;
	margin-left: 435px;
}

/****************************************************************************************************************************/
/* List Styles                                                                                                              */
/****************************************************************************************************************************/

ul.standard-list {
	list-style-type: none;
}

ul.small-list {
	list-style-type: none;
}

ul.small-list li {
	font-size: x-small;
}

li.divided-list {
	border-top-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	list-style-type: none;
}

ul.link-list {
}

div.sidebar-item-window ul.link-list {
	list-style-type: none;
}

ol.faq-list1 li {
	font-size: small;
	font-weight: normal;
	list-style-type: decimal;
}

ol.faq-list2 li {
	font-size: small;
	font-weight: bold;
	list-style-type: decimal;
	border-top-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
}

/****************************************************************************************************************************/
/* Table Styles                                                                                                             */
/****************************************************************************************************************************/

/****************************************************************************************************************************/
/* Standard tables (differences as compared to the default                                                                  */

table.standard-list tbody th {
	font-weight: normal;
}

/* table formatting specific to type of data included - in some cases the class is not currently in use but is left here for ease of future maintenance */
table.standard-list col.short-date {
}
table.standard-list col.long-date {
}
table.standard-list col.year-number {
}
table.standard-list col.day-number {
}
table.standard-list col.date-rule {
}
table.standard-list col.person-name {
}
table.standard-list col.club-name {
}
table.standard-list col.club-detail-type {
}
table.standard-list col.round-name {
}
table.standard-list col.score {
}
table.standard-list col.post-name {
}
table.standard-list col.post-description {
}
table.standard-list col.news-article-ref {
}
table.standard-list col.age-group-name {
}
table.standard-list col.event-description {
}
table.standard-list col.icon-link {
	width: 50px;
}
table.standard-list col.acronym {
	width: 100px;
}
table.standard-list col.full-name {
	width: 500px;
}
table.standard-list col.document-name {
	width: 475px;
}
table.standard-list col.row-title {
}
table.standard-list col.row-description {
}

/****************************************************************************************************************************/
/* Small tables (differences as compared to the default                                                                     */

table.small-list {
	font-size: x-small;
}
table.small-list th, table.small-list td {
	font-size: x-small;
}

table.small-list caption {
	font-size: small;
}

/* this highlights the row immediately under the cursor, to make it easier to read across wide rows */
table.small-list tr:hover {
	background-color: #CCCCCC;
	color: #000000;
}

ul.standard-list li.divided-list table.small-list {
	padding: 0px 10px 0px 30px;
}

/* table formatting specific to type of data included */
/* - in many cases the class is not currently in use but is left here for ease of future maintenance */
table.small-list col.short-date {
	width: 100px;
}
table.small-list col.long-date {
	width: 145px;
}
table.small-list col.year-number {
	width: 50px;
}
table.small-list col.day-number {
	width: 55px;
}
table.small-list col.day-name {
	width: 55px;
}
table.small-list col.date-rule {
	width: 170px;
}
table.small-list col.time-range {
	width: 110px;
}
table.small-list col.person-name {
	width: 145px;
}
table.small-list col.club-name {
	width: 210px;
}
table.small-list col.club-detail-type {
	width: 105px;
}
table.small-list col.round-name {
	width: 170px;
}
table.small-list col.score {
	width: 80px;
}
table.small-list col.post-name {
	width: 275px;
}
table.small-list col.post-description {
}
table.small-list col.news-article-ref {
	width: 60px;
}
table.small-list col.age-group-name {
	width: 150px;
}
table.small-list col.event-description {
}
table.small-list col.icon-link {
	width: 25px;
}
table.small-list col.acronym {
}
table.small-list col.full-name {
}
table.small-list col.document-name {
	width: 400px;
}
table.small-list col.row-title {
}
table.small-list col.row-description {
}
table.small-list col.footnote-mark {
	width: 25px;
}
table.small-list col.financial-amount {
	width: 100px;
}

/****************************************************************************************************************************/
/* Text Styles                                                                                                              */
/****************************************************************************************************************************/

.pdf {
	font-weight: normal;
	color: #FFD700;
}

.excel {
	font-weight: normal;
	color: #00CC00;
}

.date-stamp {
/*	font-family: Verdana, Tahoma, Sans-Serif; */
	font-size: x-small;
	font-weight: lighter;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #808080;
	float: right;
}
/****************************************************************************************************************************/
/* Image Styles                                                                                                             */
/****************************************************************************************************************************/

.borderless-link {
	border-style: none;
}

img.sidebar-key-logos {
	width: 16px;
	height: 16px;
	padding: 1px;
	float: right;
}

img.logo-small {
	width: 16px;
	height: 16px;
}

/****************************************************************************************************************************/
/* Styles relating to the trophies archive - it centres the heading and photo on the page.                                  */
/* unsure about this because it is a significant departure from the styling everywhere else.                                */
/****************************************************************************************************************************/
/****************************************************************************************************************************/

.trophy-details {
	text-align: center;
}

.trophy-details h1 {
	text-align: center;
}

/*  doesn't really improve the layout in IE!!!
.trophy-details table {
	display: inline-table;
}
*/

.trophy-details table col.row-title {
	width: 150px;
}

/*  doesn't really improve the layout in IE!!!
.trophy-details table col.row-description {
	width: 900px;
}
*/

.trophy-details img {
	width: 400px;
	height: 400px;
	margin: 25px;
	border: 9px ridge #FF0000;
	text-align: center;
	background-color: #EEEEEE;
}

/****************************************************************************************************************************/
/* Styles relating to the trophies archive - it centres the heading and photo on the page.                                  */
/* unsure about this because it is a significant departure from the styling everywhere else.                                */
/****************************************************************************************************************************/
/****************************************************************************************************************************/

.image-array {
	position: relative;
	display: block;
	float: left;
	margin: 10px 25px 10px 25px;
	padding: 10px;
	border: medium ridge #800000;
	text-align: left;
}

.image-array img {
	height: 360px;
	border: thin ridge #800000;
}

.image-array cite {
	text-align: left;
}


/****************************************************************************************************************************/
/* Sundry Styles                                                                                                            */
/****************************************************************************************************************************/

.sub-section-line {
	border: 1px dashed gray;
}

.tool-tip {
	font-style: italic;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #444444;
}

/****************************************************************************************************************************/
/* Christmas Styles                                                                                                         */
/****************************************************************************************************************************/

#xmas {
	width: 100%;
	min-height: 40px;
	background-image: url('../images/site-style/christmas/holly.gif');
	background-repeat: repeat-x;
}

h2.xmas {
	text-align: center;
}
h3.xmas {
	border: thick ridge green;
	background: white;
	padding: 0.6em;
	margin: 0px;
	text-align: center;
	font-family: "Old English Text MT";
	font-size: large;
	font-weight: bolder;
	font-style: normal;
	color: red;
}
p.xmas {
	text-align: center;
	font-style: italic;
}
cite.xmas {
	font-style: italic;
	font-size: x-small;
}
