/* --------------------------------------------------------------------------------------------------------
AUTHOR:			Jeremy Burgeson
DATE CREATED:	2004.12.23
PURPOSE:		Training Camp Inc Stylesheet
REVISIONS:
	- 2008.03.11.RAM - Updated added class gallery_image_absolute: used for main image that is switched with javascript...now size is variable.
-------------------------------------------------------------------------------------------------------- */


/* Base font definition */

A, CENTER, P, UL, OL, BLOCKQUOTE, TD, TH, H1, H2, H3, H4, H5, H6
.textStandard, textHeader, .textSubHeader, .textCalendarHeader, .textCalendarSearch, .textSmall, .textHeaderLinks, 
.textFooter, .textError, textErrorSmall
{
	font-family: Arial, Helvetica, sans-serif;
}


/* Body style */

BODY {
	font-family: Arial, Helvetica, sans-serif;
}


/* Link definitions */

a { text-decoration:none; color:#339900; font-weight:bold; }
a:visited { text-decoration:none; color:#339900; font-weight:bold; }
a:hover { text-decoration:underline; color:#339900; font-weight:bold; }
a:active { text-decoration:underline; color:#339900; font-weight:bold; }

a.header { text-decoration:underline; color:#666666; }
a.header:visited { text-decoration:underline; color:#666666; }
a.header:hover { text-decoration:none; color:#666666; }
a.header:active { text-decoration:none; color:#666666; }

a.calendarMonth { text-decoration:underline; color:#666666; }
a.calendarMonth:visited { text-decoration:underline; color:#666666; }
a.calendarMonth:hover { text-decoration:none; color:#666666; }
a.calendarMonth:active { text-decoration:none; color:#666666; }


/* Font definitions */

.textStandard {
	font-size: 11px;
	padding: 0px;
	color: #000000;
}

.textHeader {
	font-weight: bold;
	font-size: 18px;
	padding: 0px;
	color: #000000;
}

.textSubHeader {
	font-weight: bold;
	font-size: 14px;
	padding: 0px;
	color: #666666;
}

.textCalendarHeader {
	font-weight: bold;
	font-size: 12px;
	padding: 0px;
	color: #ffffff;
	text-align: center;
}

.textCalendarSearch {
	font-weight: bold;
	font-size: 12px;
	padding: 0px;
	color: #333333;
}

.textSmall {
	font-size: 10px;
	padding: 0px;
	color: #000000;
}

.textHeaderLinks {
	font-weight: bold;
	font-size: 11px;
	padding: 0px;
	color: #000000;
}

.textFooter {
	font-size: 11px;
	padding: 0px;
	color: #000000;
	text-align: center;
}

.textError {
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
	color: #cc0000;
	background-color: #ffeeee;
}

.textErrorSmall {
	font-size: 10px;
	padding: 5px;
	color: #cc0000;
}



/* general resource definitions ------------------------------------------------------------------------------------ */

.container_no_resources {
	padding: 20px 0px 10px 0px;
	font-size: 11px;
	text-align: center;
	font-style: italic;
	color: #000000;
}



/* Gallery definitions ------------------------------------------------------------------------------------ */

.gallery_header {
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

.gallery_container_table {
	width: 760px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	border: 1px solid #666666;
	background: #cccccc;
}

.gallery_container_detail_table {
	width: 760px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	border: 1px solid #333333;
	background: #40741a;
}

.gallery_container_td {
	padding: 0px 14px 14px 14px;
}

.gallery_index_table {
	width: 725px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.gallery_index_column {
	width: 355px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

.gallery_index_divider {
	width: 15px;
}

.gallery_row {
	width: 100%;
	margin: 0px;
	padding: 11px 0px 0px 0px;
	float: left;
	display: inline;
}

.gallery_thumb_container {
	width: 115px;
	height: 110px;
	margin: 3px 0px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
	background-position: top left;
	background-repeat: no-repeat;
}

.gallery_thumb {
	width: 100px;
	height: 100px;
	margin: 5px 0px 0px 5px;
	padding: 0px;
	float: left;
	display: inline;
	background: #000000;
}

.gallery_title {
	font-weight: bold;
}

.gallery_text {
	width: 240px;
	margin: 4px 0px 0px 0px;
	padding: 0px;
	float: left;
}

.gallery_detail_container {
	width: 730px;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	float: left;
	display: inline;
}

.gallery_detail_title {
	width: 100%;
	margin: 11px 0px 0px 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	color: #ffffff;
	float: left;
	display: inline;
}

.gallery_image_container {
	width: 410px;
	height: 410px;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	float: right;
	display: inline;
	position: relative;
	background-position: top left;
	background-repeat: no-repeat;
}

.gallery_image {
	width: 400px;
	height: 400px;
	margin: 5px 0px 0px 5px;
	padding: 0px;
	float: left;
	display: inline;
	background: #000000;
	position: relative;
}

.gallery_thumbs_container {
	width: 300px;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	float: left;
	display: inline;
}

.gallery_tiny_thumb_container {
	width: 60px;
	height: 60px;
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
	position: relative;
	background-position: top left;
	background-repeat: no-repeat;
}

.gallery_tiny_thumb {
	width: 50px;
	height: 50px;
	margin: 5px 0px 0px 5px;
	padding: 0px;
	float: left;
	display: inline;
	position: relative;
	background: #000000;
}

.gallery_image_details {
	width: 290px;
	margin: 6px 0px 0px 5px;
	padding: 0px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	display: inline;
}

.gallery_image_absolute {
	position: absolute;
	right: 0px;
	top:0px;
	width: 400px;
	height: 400px;
	z-index:20;
	visibility:hidden
}


/* Input Field definitions -------------------------------------------------------------------------------- */

INPUT.formstyle {
	background-color: #ffffff;
	font-size: 11px;
	color: #000000;
}

SELECT.formstyle {
	background-color: #ffffff;
	font-size: 11px;
	color: #000000;
}

TEXTAREA.formstyle {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

INPUT.buttonstyle {
	font-size: 11px;
}

