﻿/****************************************************************************************************************************/
/****************************************************************************************************************************/
/* KAA-CONTENT.CSS :  DEFINES STYLING FOR TABLES, LISTS AND MINOR TEXT CLASSES                                              */
/*                                                                                                                          */
/****************************************************************************************************************************/
/****************************************************************************************************************************/

/****************************************************************************************************************************/
/* Styles specific to the site map page                                                                                     */
/****************************************************************************************************************************/

#site-menu li.boundary {
	display: none;
	visibility: collapse;
}

#site-menu li.committee-content {
	display: none;
	visibility: collapse;
}
#site-menu li {
	list-style-type: disc;
	list-style-position: inside;
}

/****************************************************************************************************************************/
/* Styles specific to the club map and club list pages.                                                                     */
/****************************************************************************************************************************/

#clubmap-wrapper {
	height: 500px;
	width: 95%;
	margin: 0px;
	padding: 0px;
	border: medium ridge #800000;
}

#clublist-wrapper {
	height: 500px;
	width: 95%;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	border: medium ridge #800000;
	overflow: scroll;
}

#clubmap-wrapper .clubinfo-wrapper {
	width: 100%;
	height: auto;
	top: 0px;
	left: 0px;
	position: relative;
	margin: 0px;
	padding: 0px;
	border-style: none;
	background-position: left 25px;
	background-image: url('../images/site-style/kaa-infowindow-background.png');
	background-repeat: no-repeat;
}

#clublist-wrapper .clubinfo-wrapper {
	width: 100%;
	height: auto;
	top: 0px;
	left: 0px;
	position: relative;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	border-style: solid none solid none;
	border-bottom-width: thin;
	border-bottom-color: #C0C0C0;
	border-top-width: thin;
	border-top-color: #C0C0C0;
}

#clubmap-wrapper .clubinfo-heading {
	width: auto;
	height: auto;
	top: 0px;
	left: 0px;
	position: relative;
	margin: 0px;
	padding: 0px;
	border-style: none;
}

#clublist-wrapper .clubinfo-heading {
	width: auto;
	height: auto;
	top: 0px;
	left: 0px;
	position: relative;
	margin: 0px;
	padding: 0px;
	border-style: none;
}

.clubinfo-heading img {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
}

.clubinfo-heading h3 {
	color: #800000;
}

.clubinfo-heading h3 {
	color: #800000;
	font-size: small;
}

/****************************************************************************************************************************/
/* "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                                                                                                             */
/****************************************************************************************************************************/

/****************************************************************************************************************************/

table.collapsed {
	border-collapse: collapse;
}

.separated th, .separated td {
	border-style: solid none none none;
	border-top-width: thin;
	border-top-color: #000000;
	margin-top: 100px;
}

/* 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 {
	width: 200px;
}
table.standard-list col.year-number {
}
table.standard-list col.date-range {
}
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 {
	width: 350px;
}
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 {
}
table.standard-list col.document-name {
	width: 475px;
}
table.standard-list col.row-title {
}
table.standard-list col.row-long-title {
	width: 250px;
}
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.date-range {
	width: 200px;
}
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: 100px;
}
#clublist-wrapper table.small-list col.club-detail {
	width: 87%;
}
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-long-title {
	width: 150px;
}
table.small-list col.row-description {
	width: 150px;
}
table.small-list col.footnote-mark {
	width: 25px;
}
table.small-list col.financial-amount {
	width: 100px;
}
table.small-list td.financial-amount, table.small-list th.financial-amount {
	text-align: right;
}


/****************************************************************************************************************************/
/* Text Styles                                                                                                              */
/****************************************************************************************************************************/

.warning {
	color: #CC0000;
}

.emphasis {
	font-style: italic;
}

.strong {
	font-weight: bold;
}

.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;
}

.sidenote {
	font-style: italic;
	color: #333333;
}

/****************************************************************************************************************************/
/* Image Styles                                                                                                             */
/****************************************************************************************************************************/

.borderless-link {
	border-style: none;
}

img.sidebar-key-logos {
	width: 16px;
	height: 16px;
	padding: 1px;
	float: right;
}

img.logo-12 {
	width: 12px;
	height: 12px;
}

img.logo-16 {
	width: 16px;
	height: 16px;
}

img.logo-32 {
	width: 32px;
	height: 32px;
}

/****************************************************************************************************************************/
/* 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                                                                                                            */
/****************************************************************************************************************************/

.headline-news {
	width: auto;
	height: auto;
	position: relative;
	margin: 0px 1px 0px 0px;
	padding: 0em 1em 0em 1em;
	border: 1px solid #990000;
	text-align: center;
	-moz-border-radius: 10px 10px 10px 10px; /* Firefox */;
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
	-webkit-border-radius: 10px 10px 10px 10px; /* Safari/WebKit */;
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
	border-radius: 10px 10px 10px 10px; /* ready for standard CSS3 support */;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}

.sub-section-line {
	border: 1px dashed gray;
}

.tool-tip {
	font-style: italic;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #444444;
}


/****************************************************************************************************************************/
/* Toggle Switch Styles                                                                                                     */
/****************************************************************************************************************************/

ul.toggle-list {
	margin: 5px 0px 5px 0px;
	list-style-type: none;
}


ul.toggle-list li {
	margin: 5px 0px 5px 0px;
	list-style-type: none;
}


.toggle-btn-link {
	margin: 0px 20px 0px 0px;
	padding: 0px;
}

.toggle-btn-img {
}

.toggle-btn-locn {
}

.toggle-content {
}

.toggle-item {
}


/****************************************************************************************************************************/
/* Styles to emulate ArcheryGB                                                                                              */
/****************************************************************************************************************************/

.agb-blue {
	color: #0092CF;
}
.agb-red {
	color: #C41230;
}


/****************************************************************************************************************************/
/* Styles to emulate target colours                                                                                         */
/****************************************************************************************************************************/

.pale-gold {
	background-color: #FFFFAA;
}
.pale-red {
	background-color: #FFAAAA;
}
.pale-blue {
	background-color: #AAAAFF;
}
.pale-black {
	background-color: #D4D4D4;
}
.pale-green {
	background-color: #AAFFAA;
}

/****************************************************************************************************************************/
/* Christmas Styles                                                                                                         */
/****************************************************************************************************************************/

.xmas-holly {
	width: 100%;
	min-height: 40px;
	background-image: url('../images/site-style/christmas/holly.gif');
	background-repeat: repeat-x;
}

.xmas-greeting {
	border: thick ridge green;
	background: white;
	padding: 0.6em;
	margin: 0px;
	text-align: center;
}

.xmas-greeting h3 {
	font-family: "Old English Text MT";
	font-size: large;
	font-weight: bolder;
	font-style: normal;
	text-align: center;
	color: red;
}

.xmas-greeting p {
	text-align: center;
	text-align: center;
	font-style: italic;
}

.xmas-greeting cite {
	font-style: italic;
	font-size: x-small;
}

