/******************
 ** DEFAULT TAGS **
 ******************/
body {
	font-family: arial, sans-serif;
	background: transparent url( '../img/bg-main.png' ) no-repeat 0px top;
}

table {
	border-collapse: separate;
}
	
a:link,.w,.w a:link {
	color: #0000cc; /*blue*/
}

a:visited {
	color: #663399; /*blue*/
}

a:active {
	color: #ff0000; /*red*/
}

/********************
 ** DEFAULT TABBAR **
 ********************/
.gwt-TabPanel {
	margin: 10px;
}

.gwt-TabPanelBottom {
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.gwt-TabBar {
	
}

.gwt-TabBar .gwt-TabBarFirst {
	height: 100%;
	border-bottom: 1px solid black;
	display: none;
}

.gwt-TabBar .gwt-TabBarRest {
	border-bottom: 1px solid black;
	-moz-box-sizing: border-box;
}

.gwt-TabBar .gwt-TabBarItem {
	border-left: 1px solid gray;
	border-top: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid black;
	cursor: pointer;
	cursor: hand;
	padding: 5px;
	
}

.gwt-TabBar .gwt-TabBarItem-selected {
	font-weight: bold;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: none;
	cursor: default;
	
}

/*********************
 ** AGEGROUP TABBAR **
 *********************/
.agt-TabPanel {
	background-color: #479191;
}

.agt-TabBar {
	background-color: transparent;
	font-size: 1.2em;
	
}

.agt-TabBar .gwt-TabBarFirst {
	padding-left: 0px;
	width: 0px;
}

.agt-TabBar .gwt-TabBarRest {
	
}

.agt-TabBar .gwt-TabBarItem {
	background-color: #142f4f;
	color: #FFFFFF;
}

.agt-TabBar .gwt-TabBarItem-selected {
	background-color: #479191;
	font-size: 125%; color: #FFFFFF;
}

/******************
 ** ROUND TABBAR **
 ******************/
.rot-TabPanel {
	background-color: #142f4f;
}
 
.rot-TabBar {
	background-color: #479191;
	font-size: 1.1em;
	
}

.rot-TabBar .gwt-TabBarFirst {
	padding-left: 0px;
	width: 0px;
}

.rot-TabBar .gwt-TabBarRest {
	
}

.rot-TabBar .gwt-TabBarItem {
	background-color: #a8b0ba;
	color: #FFFFFF;
}

.rot-TabBar .gwt-TabBarItem-selected {
	background-color: #142f4f;
	font-size: 125%; color: #FFFFFF;
}

/*******************
 ** REPORT TABBAR **
 *******************/
.ret-TabPanel {
	background-color: #FFFFFF;
}

.ret-TabBar {
	background-color: #142f4f;
	font-size: 1em;
	
}

.ret-TabBar .gwt-TabBarFirst {
	padding-left: 0px;
	width: 0px;
}

.ret-TabBar .gwt-TabBarRest {
	
}

.ret-TabBar .gwt-TabBarItem {
	background-color: #DDDBD1;
	
}

.ret-TabBar .gwt-TabBarItem-selected {
	background-color: #FFFFFF;
	font-size: 125%;
}

/******************
 ** SIFR HEADING **
 ******************/

h1.title {
	font-size: 26pt;
	color: #142f4f;
	/*outline-color: white;*/
	text-align: left;
	margin: 32px 0px 0px 120px;
	float: left;
	width: 640px;
	text-transform: uppercase
}

div.logo {
	float: left;
	width: 118px;
	height: 120px;
	background: transparent url( '../img/logo_tcg.png' ) no-repeat left top;
	background-size: contain;
}

p.disclaimer {
	margin: 0px auto;
	font-weight: bold;
	background-color: #142f4f;
	padding: 3px;
	clear: both;
	width: 600px;
	text-align: center;
	color: #FFFFFF;
}

/*
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-hasFlash h1.title {
	visibility: hidden;
}
*/

/************
 ** FOOTER **
 ************/

#footerlinks {
	margin: 1em auto;
	font-weight: bold;
	text-align: center;
	color: #EF5E23;
}

#footerlinks a:link, #footerlinks a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #EF5E23;
}

#footerlinks a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #EF5E23;
}

#copyright {
	background-color: transparent;
	background-image: none;
	width: 100%;
	margin: 0px auto;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.85em;
	text-align: center;
}


#copyright div.logos img {
	margin-left: 10pt;
	margin-right: 10pt;
	vertical-align: middle;
}