/*

Style sheet for GTIS html website

*/

/*body {  background-attachment: fixed; background-color: #FFFFFF; background-image: url(images/GTIS_html_about_layout_to_html_whiter.jpg); background-repeat: no-repeat; background-position: left top}*/
body {  background-attachment: fixed; background-image: url(images/logo_back.png); background-repeat: no-repeat; background-position: left top}


A
{
	color: #2957CD;
	text-decoration: none;
}

A:visited
{
	color: #2957CD;
	text-decoration: none;
}

A:hover
{
	text-decoration: underline;
}

.text-header-big-bold
{
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5B5B5B;
}

.text-header-bold
{
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5B5B5B;
}

.text-header
{
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #5B5B5B;
}

.text
{
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10px;
	color: #5B5B5B;
}

.text#red
{
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10px;
	color: #EC0F00;
}

.text-bold
{
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #5B5B5B;
}

.text-small-bold
{
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #5B5B5B;
}

.text-small
{
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 9px;
	color: #5B5B5B;
}

.text-small A { color: #246BE1; text-decoration: none}
.text-small A:visited { color: #246BE1; text-decoration: none}
.text-small A:hover { text-decoration: underline}

.text-small-bold SPAN#gr { color: #E8E8E8; }

.text A#blue { color: #246BE1; text-decoration: none}
.text A#blue:visited { color: #246BE1; text-decoration: none}
.text A#blue:hover { text-decoration: underline}

.text A#black { color: #000000; text-decoration: none}
.text A#black:visited { color: #000000; text-decoration: none}
.text A#black:hover { text-decoration: underline}

.text A#gr { color: #8B8B8B; text-decoration: none}
.text A#gr:visited { color: #8B8B8B; text-decoration: none}
.text A#gr:hover { text-decoration: underline}

.text-big-bold
{
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

/*
***************
Toolbar buttons 
***************
*/
.toolbar-button {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-align:center;

	color: #FF00FF;
	background-color: #508DD1;

	width: 98px;
	height: 74px;
}
.toolbar-button A
{
	display: block;
	text-decoration: none;

	width: 98px;
	height: 74px;
}
.toolbar-button A:hover { text-decoration: none; }

.toolbar-button A IMG { margin-top: 33px; margin-bottom: 3px; }
.toolbar-button A IMG#angle { margin-top: 1px; margin-bottom: 0px; }

.toolbar-button#blue { background-color: #508DD1; color: #FF00FF; }
.toolbar-button#blue A { background-color: #508DD1;	color: #FFFFFF; }
.toolbar-button#blue A:hover { background-color: #0084FF; color: #FDFF3A; }

.toolbar-button#green { background-color: #2FCA7D; color: #FF00FF; }
.toolbar-button#green A { background-color: #2FCA7D;	color: #FFFFFF; }
.toolbar-button#green A:hover { background-color: #00D26A; color: #FDFF3A; }

.toolbar-button#yellow { background-color: #FF9668; color: #FF00FF; }
.toolbar-button#yellow A { background-color: #FF9668; color: #FFFFFF; }
.toolbar-button#yellow A:hover { background-color: #FBA16C; color: #FDFF3A; }

/*
*************
Slide buttons
*************
*/

.slide-button {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	text-decoration: none;
	text-align: center;

	border-top: solid #EFEFEF 1px;

	color: #5B5B5B;
	background-color: #F9F9F9;

/*	width: 98px; */
	height: 40px;
}
.slide-button A
{
	display: block;
	text-decoration: none;

	border-left: #EFEFEF 1px solid;
	border-bottom: #C9C9C9 1px solid; border-right: #C9C9C9 1px solid;

/*	width: 98px; */
	height: 40px;
}
.slide-button A:hover { text-decoration: none; }

.slide-button A IMG { margin-top: 9px; margin-bottom: 5px; }
.slide-button A IMG#angle { margin-top: 1px; margin-bottom: 0px; }

.slide-button#blue { background-color: #F9F9F9; color: #5B5B5B; }
.slide-button#blue A { background-color: #F9F9F9; color: #5B5B5B; }
.slide-button#blue A:hover
{
	background-color: #F9F9F9;
	color: #006EE7;
	border-top: #C9C9C9 1px solid; border-left: #C9C9C9 1px solid;
	border-bottom: #EFEFEF 1px solid; border-right: #EFEFEF 1px solid;
}

.slide-button#blue A:active
{
	background-color: #F1F7FF;
	color: #006EE7;
	border-top: #4F84BF 1px solid; border-left: #4F84BF 1px solid;
	border-bottom: #DAECFF 1px solid; border-right: #DAECFF 1px solid;
}

.slide-button A INPUT
{
	font-family: Tahoma, Verdana;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	cursor: hand;

	border: solid #F9F9F9 1px;

	color: #5B5B5B;
	background-color: #F9F9F9;
}

/*
*****************
Slide buttons END
*****************
*/

.main-image
{
	background-color: #FFFFFF;
	border: solid #C9C9C9 1px;
	padding: 1px;
	text-align: center;
}

.text-field
{
	font-family: Tahoma, Verdana;
	font-size: 11px;
	text-decoration: none;

	border: solid #C9C9C9 1px;

	color: #000;
	background-color: #F9F9F9;
	margin-top: 5px;
}

.back-event {background-color: #B3D6CF}
