/* Default CSS Stylesheet for a new Web Application project */
select {
	width: 155px;
}

A:link  {
    text-decoration:    none;
    color:  #0171BB;
}

A:visited   {
    text-decoration:    none;
    color:  #0171BB;
}

A:active    {
    text-decoration:    none;
    color:  #0171BB;
}

A:hover {
    text-decoration:    underline;
    color:  #0171BB;
}

.tblMain {
	margin-left:1px;
	border-left: #000000 1px solid;
	width: 730px;
	height: 400px;
}

.tdLocationsWorld {
	padding-top: 74px;
	width: 570px;
	height: 330px;
	background-image: url(background_locations_worldwide.gif);
	background-repeat: no-repeat;
	background-position: 0px 50px;
}
.tdLocationsWorldLight {
	padding-top: 74px;
	width: 570px;
	height: 330px;
	background-image: url(background_locations_worldwide_light.gif);
	background-repeat: no-repeat;
	background-position: 0px 50px;
}
.tdLocationsEU {
	padding-top: 74px;
	width: 570px;
	height: 330px;
	background-image: url(background_locations_eu.gif);
	background-repeat: no-repeat;
	background-position: 0px 50px;
}
.tdLocationsEULight {
	padding-top: 74px;
	width: 570px;
	height: 330px;
	background-image: url(background_locations_eu_light.gif);
	background-repeat: no-repeat;
	background-position: 0px 50px;
}
.tdLocationsNA {
	padding-top: 74px;
	width: 570px;
	height: 330px;
	background-image: url(background_locations_na.gif);
	background-repeat: no-repeat;
	background-position: 0px 50px;
}
.tdLocationsNALight {
	padding-top: 74px;
	width: 570px;
	height: 330px;
	background-image: url(background_locations_na_light.gif);
	background-repeat: no-repeat;
	background-position: 0px 50px;
}
.tdLocationsAS {
	padding-top: 74px;
	width: 570px;
	height: 330px;
	background-image: url(background_locations_as.gif);
	background-repeat: no-repeat;
	background-position: 0px 50px;
}
.tdLocationsASLight {
	padding-top: 74px;
	width: 570px;
	height: 330px;
	background-image: url(background_locations_as_light.gif);
	background-repeat: no-repeat;
	background-position: 0px 50px;
}
.tdLocationsAF {
	padding-top: 74px;
	width: 570px;
	height: 330px;
	background-image: url(background_locations_af.gif);
	background-repeat: no-repeat;
	background-position: 0px 50px;
}
.tdLocationsAFLight {
	padding-top: 74px;
	width: 570px;
	height: 330px;
	background-image: url(background_locations_af_light.gif);
	background-repeat: no-repeat;
	background-position: 0px 50px;
}

.tdLocationsAU {
	padding-top: 74px;
	width: 570px;
	height: 330px;
	background-image: url(background_locations_au.gif);
	background-repeat: no-repeat;
	background-position: 0px 50px;
}
.tdLocationsAULight {
	padding-top: 74px;
	width: 570px;
	height: 330px;
	background-image: url(background_locations_au_light.gif);
	background-repeat: no-repeat;
	background-position: 0px 50px;
}

.tblContinents
{
	font-family: Verdana;
	color: #0171BB;
	font-size: 24px;
	vertical-align:top;
	background-color: transparent;
	padding-left: 20px;
	padding-top: 35px;
	padding-bottom: 20px;
}

.tblCountries 
{
	font-family:Verdana;
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
	width: 160px;
	background-color: transparent;
	padding-left: 20px;
}
	
.tblLocationsLeft 
{
	font-family:Verdana;
	font-size: 10px;
	line-height: 14px;
	width: 200px;
	background-color: transparent;
	padding-left: 20px;
	padding-top: 10px;
}

.tblLocationsRight 
{
	font-family:Verdana;
	font-size: 10px;
	vertical-align: top;
	width: 300px;
	background-color: transparent;
	padding-left: 20px;
	padding-top: 10px;
	border-left: #000000 1px solid;
}

.locationsName
{
	font-family:Verdana;
	font-size: 10px;
	font-weight:bold;
}

.stateName
{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
}
.contactsHeadBig
{
	font-family:Verdana;
	font-size: 16px;
	font-weight:bold;
}

.contactsHeadSmall
{
	font-family:Verdana;
	font-size: 14px;
	font-weight:bold;
}

.contactsTextDefault
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
}

.CCL_Content_Headline {
    	font-family: Verdana, Arial, Helvetica;
	font-size: 24px;
	color: #0171BB;
	padding-top: 35px;
	padding-bottom: 20px;
}
.CCL_Content_Blue_Bold {
   	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	color: #0171BB;
}