@charset "utf-8";

/**
 * DEFAULT STYLES
 */
 
BODY {
	background: url(/assets/images/background/border_background.png) top center repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 15px;
	padding: 0;
}

a:link {
	color: #B8860B;
	text-decoration: none;
}

a:visited {
	color: #B8860B;
	text-decoration: none;
}

a:hover {
	color: #A0522D;
	text-decoration: underline;
}

a:active {
	color: #B8860B;
	text-decoration: none;
}

.clear {
	clear: both;
}

/**
 * trWrap
 * Holds all page elements
 */
.trWrap {
	width: 100%;
	height: 100%;
}

/**
 * trHead
 * Holds all head elements (e.g. logo)
 */
.trHead {
	border: #000000 1px solid;
	background: url(/assets/images/background/body_background.jpg) top repeat;
	text-align: left;
	padding: 10px;
}

/** trLogo **/
.trHead #trLogo {
	width: 580px;
	height: 160px;
	text-align: left;
}

.trHead #trLogo a {
	display: block;
	width: 580px;
	height: 160px;
	background: url(/assets/images/banners/site_logo.png) center repeat;
	text-decoration: none;
}

.trHead #trLogo span {
	visibility: hidden;
}

/**
 * trMain
 * Holds all body elements (e.g. menu)
 */
.trMain {
	width: inherit;
	height: inherit;
	margin-top: 15px;
	margin-bottom: 15px;
}

.trMain td#trMenu {
	width: auto;
	height: inherit;
	border: #000000 1px solid;
	background: url(/assets/images/background/body_background.jpg) top repeat;
	text-align: left;
	vertical-align: top;
	padding: 10px;
}

/** the menu **/
.trMain td#trMenu #trMenuI {
	
}

.trMain td#trMenu #trMenuI ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.trMain td#trMenu #trMenuI li {
	padding: 0;
	margin: 0;
}

.trMain td#trMenu #trMenuI a {
	display: block;
	width: 150px;
	height: 50px;
	margin: 5px;
	background: url(/assets/images/buttons/btnMainI.png) center no-repeat;
	text-align: center;
	line-height: 48px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.trMain td#trMenu #trMenuI a#mnActive {
	color: #FFCC00;
	background: url(/assets/images/buttons/btnMainO.png) center no-repeat;
}

.trMain td#trMenu #trMenuI a:hover {
	color: #FFCC00;
	background: url(/assets/images/buttons/btnMainO.png) center no-repeat;
}

/** the submenu **/
.trMain td#trMenu #trMenuSI {

}

.trMain td#trMenu #trMenuSI ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.trMain td#trMenu #trMenuSI li {
	padding: 0;
	margin: 0;
}
.trMain td#trMenu #trMenuSI a {
	display: block;
	width: 150px;
	height: 30px;
	margin: 5px;
	background: url(/assets/images/buttons/btnSubI.png) center no-repeat;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.trMain td#trMenu #trMenuI a#snActive {
	color: #FFCC00;
	background: url(/assets/images/buttons/btnSubO.png) center no-repeat
}

.trMain td#trMenu #trMenuSI a:hover {
	color: #FFCC00;
	background: url(/assets/images/buttons/btnSubO.png) center no-repeat
}

.trMain td#trSepa {
	width: 15px;
	height: auto;
}

/** the body **/
.trMain td#trBody {
	width: 100%;
	height: inherit;
	border: #000000 1px solid;
	background: url(/assets/images/background/body_background.jpg) top repeat;
	text-align: left;
	vertical-align: top;
	padding: 10px;
}

/** the content **/
.trMain td#trBody #trContent {
	padding: 20px;
	min-height: 500px;
	border: #8B4513 5px ridge;
	background: url(/assets/images/background/content_bg.jpg) repeat;
}

.trMain td#trBody #trContent #trCtitle {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.trMain td#trBody #trContent #trCpage {

}

.trMain td#trBody #trContent #trCpage .firstLetter {
	font-size: 45px;
	color: #8B4513;
	float: left;
	padding-right: 5px;
}

.trMain td#trBody #trContent #trCpage .parTitle {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-right: 5px;
}

/**
 * trFoot
 * Holds all the foot elements (e.g. copyright logo)
 */
.trFoot {
	height: 30px;
	border: #000000 1px solid;
	background: url(/assets/images/background/body_background.jpg) center repeat;
	text-align: center;
	padding: 10px;
	font-size: 12px;
	line-height: 30px;
	color: #FFDEAD;
}

.trFoot #trCopy {
	float: left;
}

.trFoot #trCC {
	float: right;
}

.trFoot a {
	color: #DEB887;
}

.trFoot a:hover {
	color: #F0E68C;
}

/**
 * News styles
 */
.newsTitle {
	color: #8B4513;
	font-weight: bold;
	font-size: 16px;
	height: 28px;
	padding-left: 30px;
	background: url(/assets/images/icons/newsIcons.png) left center no-repeat;
}

.newsDate {
	color: #666666;
	font-size: 16px;
	padding-left: 30px;
}

.newsText {
	padding-left: 30px;
	padding-bottom: 20px;
}

#prevYear {
	text-align: center;
}

/**
 * Team Styles
 */
.sectionTitle {
	font-weight: bold;
	height: 28px;
	padding-left: 30px;
	background: url(/assets/images/icons/newsIcons.png) left center no-repeat;
}

.statTitle {
	color: #8B4513;
	font-weight: bold;
	font-variant: small-caps;
}

.statName {
	font-weight: bold;
	width: 120px;
}

.statReal {
	font-weight: bold;
	width: 120px;
}

.statCoun {
	font-weight: bold;
	width: 120px;
}

.statTask {
	font-weight: bold;
	width: 120px;
}

/**
 * Gallery Styles
 */
.galN {
	text-align: center;
	vertical-align: middle;
	width: 50px;
}

.galN a {
	text-decoration: none;
	display: block;
	width: 50px;
	height: 33px;
	background: url(/assets/images/gallery/icons/galleryNextI.png) center no-repeat;
}

.galN a:hover {
	background: url(/assets/images/gallery/icons/galleryNextO.png) center no-repeat;
}

.galN span {
	visibility: hidden;
}

.galP {
	text-align: center;
	vertical-align: middle;
	width: 50px;
}

.galP a {
	text-decoration: none;
	display: block;
	width: 50px;
	height: 33px;
	background: url(/assets/images/gallery/icons/galleryPreviousI.png) center no-repeat;
}

.galP a:hover {
	background: url(/assets/images/gallery/icons/galleryPreviousO.png) center no-repeat;
}

.galP span {
	visibility: hidden;
}

.galF {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

.galM {
	width: 100%;
	height: 600px;
	text-align: center;
	vertical-align: middle;
}
