@charset "utf-8";
/* CSS Document */

html, body {
	height:100%;
}

#all {
	width: 905px;
	position: relative;
	margin:0 auto;
}
* html #all {
	height: 100%; /* hack para IE6 hq trata height como min-height */
}


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}

body {
	background-image: url(gps/v2/img/layoutGps-V2-Bkg.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	margin: 0;
	padding: 0;
	text-align:left;
}
a:link {
	text-decoration:none;
	color: #FF6600;	
}
a:visited {
	text-decoration:none;
	color:#FF6600;	
}
a:hover {
	text-decoration: none;
	color: #FFFF33;	
}
a:active {
	text-decoration:none;
	color:#FF6600;	
}

li {
	list-style:none;
	padding: 3px 0px;
	margin-bottom:2px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
li.liSubItem {
	padding-left: 20px;
}
ul {
	padding-top:15px;
	padding-left:0px;
	padding-bottom:0px;
	margin:0;
	
}



#body {
	width:850px;
	margin: 0 auto;
}

#footer {
	padding-top: 20px;
	width: 100%;
	height: 50px;
	text-align:center;
	clear: both;
}
#footerBar {
	width:722px;
	height:2px;
	margin: 0 auto;
	margin-bottom:2px;
	background-image: url(gps/v2/img/layoutGps-V2-BottomBar.jpg);
	background-position:center;
	background-repeat:no-repeat;
}


/** DIVS INTERNOS **/

#supportTop {
	width: 583px;
	height: 109px;
	margin-top: 61px;
	padding-top: 85px;
	padding-left: 267px;
	background-image:url(img/layout-V2-SuportCentral-Top.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#topLinks {
	width: 500px;
	height: 18px;
}
#supportMiddle {
	width: 784px;
	height: 289px;
	padding-top: 92px;
	padding-left: 66px;
	background-image: url(img/layout-V2-SuportCentral-Middle.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#midFields {
}
#field1 {
	float:left;
	width:340px;
	height: 170	px;
	padding-top: 15px;
	margin-right: 34px;
	font-size:11px;
	color:#999;
}
#field2 {
	float:left;
	width:365px;
	height: 200px;
}



/** FONTS */
.barraMenuItem {
	font-size:10px;
	color: #666;
}
.copyright {
	font-size:9px;
	color:#666;
}

.blackFont {
	font-size: 10px;
	color:#000;
}

.titFields {
	font-size:12px;
	color: #777;
	font-weight:bold;
}

.textFields12 {
	font-size:11px;
	color:#999;
}
.textFields11 {
	font-size:10px;
	color:#999;
}
.textFields11Light {
	font-size:11px;
	color:#CCC;
}


.tboxBlack {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	background-color: #090909;
	border: 1px solid  #333;
}


/** LINKS */
a.linkMenuItem:link {
	font-size:10px;
	text-decoration: none;
	color: #999999;
}
a.linkMenuItem:visited {
	font-size:10px;
	text-decoration: none;
	color: #999999;
}
a.linkMenuItem:hover {
	font-size:10px;
	text-decoration: none;
	color: #FF6600;
}
a.linkMenuItem:active {
	font-size:10px;
	text-decoration: none;
	color: #FFFFFF;
}


a.linkGray13:link {
	font-size:13px;
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}
a.linkGray13:visited {
	font-size:13px;
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}
a.linkGray13:hover {
	font-size:13px;
	font-weight: bold;
	text-decoration: none;
	color: #CCC;
}
a.linkGray13:active {
	font-size:13px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

