/*#######################################################LAYOUT*/
body {
	padding: 0px;
	margin: 1px;	
	background-color:#FFFFFF;		
	font-family: Verdana, Arial, Sans-serif, Helvetica;
	font-weight:normal;
	color:#3A3A3A;
	text-decoration:none;
}

table {
	border-collapse: collapse;
}

form {
	margin:0px;
}

input {
	margin:0px;
	font-size:10px;
	font-weight:normal;
	color:#3A3A3A;
}

textarea {
	margin:0px;
	font-size:12px;
	font-weight:normal;
	color:#3A3A3A;
}

ul {
	margin: 0px 17px;
	padding: 0px;
}

select {
	margin:0px;
	font-size:10px;
	font-weight:normal;
	color:#3A3A3A;
}

#tableHead {
	margin:15px 0px 0px 0px;
}

#tableFoot {
	margin:0px 0px 15px 0px;
}


#globalcontainer {
	margin: 0px;
	padding: 0px;
	width: 99%;
}

#globalhead {
	width: 100%;
	height: 30px;
}

#globalcontent {
	width: 100%;
	margin: 15px 0px;
}

#globalinfo {
	width: 100%;
	margin: 0px 0px 15px 0px;
}

#globalclaim{
	/*width: 100%;*/
	height: 30px;	
	margin: 5px 17px;
	text-align: center;
}

#globaltrack{
	/*width: 100%;*/
	height: 30px;
	margin: 10px 17px 5px 17px;
	text-align: left;
}

#globalmap {
	width: 100%;
	height: auto;
	margin: 0px 0px 15px 0px;
	text-align: center;
}

#globalfooter {
	width: 100%;
	margin: 15px 0px;
}

.globalBox { 
	padding: 0px 18px;
}

.footerLine {
	height: 1px;
	color: #D8D8D8;
}

.headField {	
	padding: 0px 5px 0px 0px;
}

.trackField {
	padding: 0px 5px 0px 0px;
	white-space: nowrap;
}

.votebarHigh {
	background-image:url(../img/votebar_high.gif); 
	background-repeat: no-repeat;
	height:15px;
}

.votebarLow {
	background-image:url(../img/votebar_low.gif); 
	background-repeat: no-repeat;
	height:15px;
}

.votebarSmall {
	background-image:url(../img/votebar_small.gif); 
	background-repeat: no-repeat;
	height:15px;
}

/*#######################################################TYPO*/
a	{
	font-size:10px;
	font-weight:normal;
	color:#3A3A3A;
	text-decoration:underline;
}

a img 	{
	border:none;
}

a:hover {	
	color:#3A3A3A;
	text-decoration:none;
}

.smallerText {	
	font-size: 9px;
}

.smallText {	
	font-size: 10px;
}

.smallTextBold {	
	font-size:10px;
	font-weight:bold;
}

.text {	
	font-size:10px;
}

.textBold {	
	font-size:10px;
	font-weight:bold;
}

.title {	
	font-size:12px;
	font-weight:bold;
}
