﻿/* Menu Styles */
.tpm_menu
{
    display: block;
    background: #009431;
    height: 18px;
    width: 100%;
    border: 1px #009431 solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-bottom: 2px;
}

.tpm_navLinks
{
	display: inline;
	float:right;
	text-align: right;
	color: #000000;
    font-weight: normal;
    font-family: Verdana;
	font-size: 7pt; 
	cursor: pointer;
}

#tpLogo
{
	border:0px;
	float:left;
}
/* Styles for Footer */
#copyDiv
{
	position:absolute;
	display: inline;
	right: 5%;
	width: 25%;
}

#disclaimDiv
{
	position:absolute;
	display: inline;
	left: 1em;	
	width: 25%;
}

#privacyDiv
{
	position:absolute;
	display: inline;
	left: 26%;	
	width: 25%;
}

#termsDiv
{
	position:absolute;
	display: inline;
	right: 26%;	
	width: 25%;	
}

.tpm_footer
{
    width: 100%;
    font-weight: normal;
    font-family: Verdana;
	font-size: 7pt;
	color: #4D4D4D 
}

/* End Styles for Footer */

.tpm_content
{
    height: 100%;
    width: 100%;
    border: 2px #009431 solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.tpm_contentalert
{
    height: 100%;
    width: 100%;
    padding: 2px 2px 2px 2px;
    border: 1px #FF0000 solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.tpm_row
{
	padding-bottom: 2px;
	padding-top: 2px;
	width:90%;	
}

.tpm_frontpage
{
    width: 98%;
    margin: auto;
}

.tpm_contentpage
{
    width: 98%;
    margin: auto;
    padding: 4px 4px 4px 4px;
}

.tpm_headlinelink
{
    color: #000000;
    font-weight: bold;
    font-family: Verdana;
	font-size: 10pt;    
}

.tpm_mobilink
{
    color: #000000;
    text-decoration: underline;
    font-weight: normal;
    font-family: Verdana;
	font-size: 7pt; 
	cursor: pointer;   
}

.tpm_divider
{
	 color: #b8ddc2;
	 height: 1px;
	 width:100%;
}

.tpm_text
{
    font-weight: normal;
    font-family: Verdana;
	font-size: 9pt;
	color: #4D4D4D 
}

.tpm_textselected
{
    font-weight: normal;
    font-family: Verdana;
	font-size: 9pt;
	color: Orange; 
}

.tpm_textsmaller
{
    font-weight: normal;
    font-family: Verdana;
	font-size: 7pt;
	color: #4D4D4D 
}

.tpm_textsmall
{
    font-weight: normal;
    font-family: Verdana;
	font-size: 6pt;
	color: #4D4D4D 
}

.tpm_textbold
{
    font-weight: bold;
    font-family: Verdana;
	font-size: 9pt;
	color: #4D4D4D 
}

.tpm_textboldsmaller
{
    font-weight: bold;
    font-family: Verdana;
	font-size: 7pt;
	color: #4D4D4D 
}

.tpm_textalert
{
    font-weight: bold;
    font-family: Verdana;
	font-size: 9pt;
	color: Red; 
}

.tpm_textalertsmaller
{
    font-weight: bold;
    font-family: Verdana;
	font-size: 7pt;
	color: Red; 
}

.tpm_textboldwhite
{
    font-weight: bold;
    font-family: Verdana;
	font-size: 9pt;
	color: #FFFFFF; 
}

.tpm_textbuttonlong
{
	border: none;
	background: #009431 url('button/blank_btn_long.gif') 0px 0px no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9pt;
	text-align: center;
	color: #E5F2CD;
	cursor:pointer;
	width: 120px;
	height: 33px;
	line-height: 10px;
	vertical-align: middle;
}

.tpm_imagebutton
{
	cursor: pointer;
	border:0;
}

.tpm_helpbutton
{
	cursor: pointer;
	border:0;
	float:right;
}

.helppane
{
    
}

.tpm_Journeycontent
{
    width: 100%;
    border: 1px #009431 solid;
    margin: 0px 0px 4px 0px;
    padding: 2px 2px 2px 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.tpm_journeylegs
{
	width: 100%;
	display: none;
}