/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
}
h1 {
font-size:14px;
}
h2 {
font-size:12px;
}

#logo{float:left; background-image:url(tie_logo.gif); width:274px; height:213px;}
#topheader{float:right; width:526px; height:97px; background-image:url(logo.jpg);  position:relative}
#toplinks{position:absolute; right:10px; top:10px;}
#menu{float:right; width:526px; height:32px; background-image:url(bg_menu.gif); background-repeat:repeat-x;}
#submenu{float:right; width:526px; height:32px; background-image:url(bg_submenu.gif); background-position:top; background-repeat:repeat-x;}
#contenttext{float:left; width:526px;}
#leftpanel{float:right; width:274px;}
#footer{float:left; width:800px; background-color:#F0F0F0; padding:10px;}

/*GRAY PANEL*/
.graypanel{
	border:solid 1px #666666; background-color:#F7F7F7; margin-bottom:10px; padding:10px; height:100%;
}
.promoImage{
	background-image:url(promo.gif); 
	width:37px; 
	height:37px; 
	background-position:center; 
	background-repeat:no-repeat; 
	text-align:center; 
	font-style:italic; 
	font-size:10px; 
	vertical-align:text-bottom; 
	padding-top:17px;
}
a {
	font: 0.7em Tahoma, sans-serif;
	font-weight:bold;
	color: #000000;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
/*TEXT STYLES*/
.bodytext {
	font: 0.7em Tahoma, sans-serif;
}

.titletext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#CC0000;
}
.whitetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#FFFFFF;
}
.smalltitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#CC0000;
}
.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.smallredtext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
}
.smallredtext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}
.smallredtext a:hover{
	text-decoration:underline;
}
.pagination{
	padding: 2px;
	clear: both;
	margin-top:10px;
	text-align: center;
	}

.pagination ul{
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 16px;
	}

.pagination li{
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
	}

.pagination a, .pagination a:visited{
	padding: 0 5px;
	border: 1px solid #666666;
	text-decoration: none; 
	color: #CC0000;
	}

.pagination a:hover, .pagination a:active{
	border: 1px solid #666666;
	color: #fff;
	background-color: #CC0000;
	}

.pagination li.currentpage{
	font-weight: bold;
	padding: 0px 5px;
	border: 1px solid #666666;
	background-color: #CC0000;
	color: #FFF;
	}

.pagination li.disablepage{
	font: 0.7em Tahoma, sans-serif;
	padding: 0 5px;
	border: 1px solid #666666;
	color: #929292;
	}

.pagination li.nextpage{
	font-weight: bold;
	}
