/* ---------------------------------- GLOBAL RESET --------------------------------------------------------------*/

fieldset {
	padding: 10px;
}
body {
	font-family: "Tahoma", Arial, sans-serif;
	font-size: 70%;
	padding: 0px;
	margin: 0px;
	color: #56606f;
	background: url(/tec/cgc09/images/bg_body.jpg) top repeat-x;
}
/* ---------------------------------- TYPOGRAPHY --------------------------------------------------------------*/
h1 {
	font-family: "Tahoma", Arial, sans-serif;
	font-size: 160%;
	color: #c71b21;

}
h2 {
	font-family: "Tahoma", Arial, sans-serif;
	font-size: 140%;
	color: #c71b21;

}
h3 {
	font-family: "Tahoma", Arial, sans-serif;
	font-size: 120%;
	color: #555;

}
h4 {
	font-family: "Tahoma", Arial, sans-serif;
	font-size: 110%;
	color: #c71b21;

}
p {
	font-family: "Tahoma", Arial, sans-serif;
	font-size: 100%;
	color: #777;

}
hr {
	height: 1px;
	color: #777;

}
ul {
	margin-bottom: 15px;
}
li {
	font-family: "Tahoma", Arial, sans-serif;
	font-size: 100%;
	color: #777;
	line-height: 1.4em;
}
/* ---------------------------------- GLOBAL STYLE --------------------------------------------------------------*/
a img {
	border: none;
}
#wrapper {
	margin: 0 auto;
	margin-right: auto;
	margin-left: auto;
	width: 772px;
}
#navigation {
	height: 30px;
	border-bottom: 16px solid #fff;
	margin: 25px 0px 0px 0px;
	background: #fff url(/tec/images/bg_navigation_li.jpg) bottom repeat-x;
}
#navigation ul {
	margin: 0px;
	height: 30px;
	list-style-type: none;
}
#navigation li {
	float: left;
	padding: 2px 6px 2px 7px;
	border-right: 1px solid #ccc;
	margin: 0px;
}
#banner {
	background: #fff url(/tec/cgc09/images/bannerBg.jpg) repeat-x;
	border-top: 4px solid #971a1e;
	margin: 0;
}
#strap {
	background: #f14e23;
	margin: 0;
	height: 18px;
	padding-top: 4px;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
}
#mainContent {
	background: url(/tec/images/contentBg.jpg) repeat-x;
	padding-top: 20px;
	margin-bottom: 20px;
}
#column1 {
	width: 525px;
	padding: 0 15px;
	float: left;
	font-size: 120%;
		padding-top: 5px;
	padding-bottom: 15px;
	margin-left: 0px;
}
#column1 .red {
	color: #c50019;
	font-weight: bold;
}
#column1 .blue {
	color: #0d4476;
	font-weight: bold;
}
#column1 .yellow {
	color: #e76a17;
	font-weight: bold;
}
#column2 {
	width: 185px;
	padding: 15px 0 0 25px;
	float: left;
	background: url(/tec/cgc09/images/colDiv.jpg) no-repeat;
}
#column1 select {
	font-size: 11px;
}
.button {
	background-color: #015383;
	border-top: none;
	border-left: none;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	font-size: 11px;
	font-family: Arial, Verdana, Sans-serif;
	color: #fff;
	margin-top: 2px;
	padding: 2px 6px;
}
.inputtext {
	border: 1px solid #ccc;
	margin: 0px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	padding: 2px;
	background-color: #fff;
}
#column1 ul {
	margin-left: 30px;
}
#column2 #bigButtons img {
	margin-bottom: 10px;
}
#column2 #bigButtons {
	margin-bottom: 20px;
}
#footer {
	background-color: #b5b7ba;
	padding: 5px 15px;
	color: #fff;
}
#footer li {
	display: inline;
	font-weight: bold;
	color: #fff;
}
.clear {
	clear: both;
}
/* ---------------------------------- LINKS --------------------------------------------------------------*/
a:link {
	color: #f14e23;
	text-decoration: underline;
}
a:visited {
	color: #f14e23;
	text-decoration: underline;
}
a:active {
	color: #f14e23;
	text-decoration: underline;
}
a:hover {
	color: #f47820;
	text-decoration: none;
}
#navigation a:link, #navigation a:visited, #navigation a:active {
	color: #ef7f01;
	text-decoration: none;
	font-size: 120%;
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, Arial;
	line-height: 25px;
}
#navigation a:hover {
	color: #555;
	text-decoration: none;
	font-size: 120%;
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, Arial;
}
#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
}
#footer a:hover {
	color: #555;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
}
/* ---------------------------------- SPECIAL CLASSES --------------------------------------------------------------*/
.time {
	color: #c71b21;
}
