@charset "utf-8";

div#tabdisplaymenu a {
  	color:#c43535;
	text-decoration: none;
}

div#tabdisplaymenu a:hover {
	color:#000000;
	text-decoration: none;
}

div#loginarea {
	background: #FFFFFF url(../images/login_img1.jpg);
	width:100%;
	height:450px;
	clear:both;
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
}

.footermenu a {
  	color:#FFFFFF;
	text-decoration: none;
}

.footermenu a:hover {
	color:#000000;
	text-decoration: none;
}

a.redbutton {
    background: transparent url(../images/btn_redend.png) no-repeat scroll top right;
    color: #FFFFFF;
	text-transform: uppercase;
    display: block;
    float: left;
    font: normal 13px arial, sans-serif;
    height: 30px;
    margin-right: 0px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
}

a.redbutton span {
    background: transparent url(../images/btn_redback.png) no-repeat;
    display: block;
    line-height: 20px;
    padding: 5px 0 5px 10px;
} 

a.redbutton:active {
    background-position: bottom right;
    color: #FFFFFF;
    outline: none; /* hide dotted outline in Firefox */
}

a.redbutton:active span {
    background-position: bottom left;
    padding: 6px 0 4px 10px; /* push text down 1px */
} 

a.blackbutton {
    background: transparent url(../images/btn_blackend.png) no-repeat scroll top right;
    color: #FFFFFF;
	text-transform: uppercase;
    display: block;
    float: left;
    font: normal 13px arial, sans-serif;
    height: 30px;
    margin-right: 0px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
}

a.blackbutton span {
    background: transparent url(../images/btn_blackback.png) no-repeat;
    display: block;
    line-height: 20px;
    padding: 5px 0 5px 10px;
} 

a.blackbutton:active {
    background-position: bottom right;
    color: #FFFFFF;
    outline: none; /* hide dotted outline in Firefox */
}

a.blackbutton:active span {
    background-position: bottom left;
    padding: 6px 0 4px 10px; /* push text down 1px */
} 

a.redbutton_small {
    background: transparent url(../images/btn_redendsmall.jpg) no-repeat scroll top right;
    color: #FFFFFF;
	text-transform: uppercase;
    display: block;
    float: left;
    font: normal 11px arial, sans-serif;
    height: 20px;
    margin-right: 0px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
	cursor:pointer;
}

a.redbutton_small span {
    background: transparent url(../images/btn_redbacksmall.jpg) no-repeat;
    display: block;
    line-height: 14px;
    padding: 3px 0 3px 10px;
} 

a.redbutton_small:active {
    background-position: bottom right;
    color: #FFFFFF;
    outline: none; /* hide dotted outline in Firefox */
}

a.redbutton_small:active span {
    background-position: bottom left;
    padding: 4px 0 2px 10px; /* push text down 1px */
} 

a.blackbutton_small {
    background: transparent url(../images/btn_blackendsmall.jpg) no-repeat scroll top right;
    color: #FFFFFF;
	text-transform: uppercase;
    display: block;
    float: left;
    font: normal 11px arial, sans-serif;
    height: 20px;
    margin-right: 0px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
}

a.blackbutton_small span {
    background: transparent url(../images/btn_blackbacksmall.jpg) no-repeat;
    display: block;
    line-height: 14px;
    padding: 3px 0 3px 10px;
} 

a.blackbutton_small:active {
    background-position: bottom right;
    color: #FFFFFF;
    outline: none; /* hide dotted outline in Firefox */
}

a.blackbutton_small:active span {
    background-position: bottom left;
    padding: 4px 0 2px 10px; /* push text down 1px */
} 


a.arrowbutton {
    background: transparent url(../images/buttonarrow1.png) no-repeat scroll top right;
    color: #FFFFFF;
    display: block;
    float: left;
	width:43px;
    height: 43px;
    text-decoration: none;
}

a.arrowbutton:active {
    background-position: bottom right;
    color: #FFFFFF;
    outline: none; /* hide dotted outline in Firefox */
}


a.link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#c43535;
	text-decoration: none;
	cursor:pointer;	
}

a.link:hover {
	color:#000000;
	text-decoration: none;
}

a.link img
{
	border:none;
}

/* Main Tab CSS */

ul#maintab {
	border-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#maintab li {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}

#maintab a {
	background: url(../images/lia.gif) no-repeat;
	border-right: #ffffff 1px solid;
	color: #000000;
	display: block;
	font: 11px arial, geneva, lucida, sans-serif;
	margin: 0px;
	padding: 0.2em 2.4em 0.2em 36px;
	position: relative;
	text-decoration: none;
}

#maintab a#tab0 {
	left: 0px;
}

#maintab a#tab1 {
	left: -30px;
}

#maintab a#tab2 {
	left: -60px;
}

#maintab a#tab3 {
	left: -90px;
}

#maintab a#tab4 {
	left: -120px;
}

#maintab a#tab5 {
	left: -150px;
}

#maintab a#tab6 {
	left: -180px;
}

#maintab a#tab7 {
	left: -210px;
}

#maintab a:hover {
	background: url(../images/liahover.gif) no-repeat;
}

#maintab a.here {
	background: url(../images/liahover.gif) no-repeat;
	border-right: #ffffff 1px solid;
	margin: 0px 4px 0px 0px;
	padding: 0.2em 1em 0.2em 35px;
	position: relative;
	z-index: 102;
}

ul#subtab {
	background: url(../images/back_banner.jpg) top repeat-x;
	border-bottom: #999 1px solid;
	border-top: #fff 1px solid;
	top:18px;
	left: 0px;
	margin: -1px 0px 0px;
	padding: 1px 0px 3px 0px;
	position: absolute;
	width: 955px;
	height:22px;
	z-index: 102;
}

#subtab li {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#subtab a {
	background: none transparent scroll repeat 0% 0%;
	border: 0px;
	color: #fff;
	display: block;
	margin: 0px;
	padding: 2px 12px 2px 10px;
	text-decoration: none;
}

#subtab a:hover {
	background: none transparent scroll repeat 0% 0%;
	border: 0px;
	color: #444;
}

#subtab a.here {
	background: none transparent scroll repeat 0% 0%;
	border: 0px;
	color: #444;
	margin: 0px;
	padding: 2px 12px 2px 10px;
}

h1 {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.2em;
	margin-bottom: 1em;
	margin-top: 0.8em;
	color:#c43535;
}

h2 {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
}

p {
	text-align:justify;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.2em;
	margin-bottom: 1.2em;
	margin-top: 0px;	
	margin-right:2em;
}

.pagination span.page-sep 
{
	display:none;
}

li.pagination 
{
	margin-top:0;
}

.pagination strong, .pagination b 
{
	font-weight:normal;
}

.pagination span strong 
{
	/* current selected */
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	margin:0 1px;
	cursor:default;
	text-decoration:underline;
	cursor:pointer;
}

.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active 
{
	color:#c43535;
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:1.5em;
	margin:0 1px;
	text-decoration:none;
	cursor:pointer;
}

.pagination span a:hover 
{
	color:#000000;
	text-decoration:none;
}
.pagination img 
{
	vertical-align:middle;
}
.row .pagination 
{
	background:transparent none no-repeat scroll 0 50%;
	display:block;
	float:right;
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top:0;
	padding:1px 0 1px 15px;
	width:auto;
}

.row .pagination span a, li.pagination span a 
{
	/*
	background-color:#FFFFFF;
	*/
}
.row .pagination span a:hover, li.pagination span a:hover 
{
	/*
	background-color:#D2D2D2;
	*/
}

/* *****************************    ********************************** */

.Jtrek {
	font-style:italic;
}
/* End Main Tab CSS */


.recaptcha_is_showing_audio 
.recaptcha_only_if_image, 
.recaptcha_isnot_showing_audio 
.recaptcha_only_if_audio, 
.recaptcha_had_incorrect_sol, 
.recaptcha_only_if_no_incorrect_sol 
.recaptcha_nothad_incorrect_sol, 
.recaptcha_only_if_incorrect_sol
{
	display:none !important
}

.recaptcha_only_if_image, .recaptcha_only_if_audio
{
	margin-left:5px;
	font-weight:bold;
}

.recaptcha_image
{
	width: 300px;
	height: 57px;
	margin-left: auto;
	margin-right: auto;
}

.tooltip
{
	display:none;
	border:solid 1px #FFCCCC; 
	background:#FFFFCC;	
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	clear:both;
	overflow:hidden;
}

.toolTipImage
{
	width:24px;
	float:left;	
	margin-left:5px;
	margin-top:5px;
}

.toolTipText
{
	float:rigth;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:5px;
	margin-left:30px;
}

.toolTipText li
{
	margin:0px;
	list-style:none;	
}

.errorMessage
{
	color:#c43535;
}

.errorWindow
{
	display:none;	
	border:solid 1px #c43535;
	background:#FFFFCC;
	color:#c43535;
	clear:both;
	overflow:hidden;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:5px;
}

.errorImage
{
	width:24px;
	float:left;
	margin-left:5px;
	margin-top:5px;
	margin-bottom:5px;
}

.errorText li
{
	margin-left:10px;
}
.errorText
{
	margin-left:40px;
	margin-top:5px;
	margin-bottom:5px;
	margin-rigth:5px;
}

.registerButton
{
	float:right;	
	margin-right:5px;
}

.fieldError
{
	display:none;
	color:#c43535;
	background:#FFFFCC;	
	clear:both;
	margin-left:145px;
	margin-right:5px;
	margin-bottom:10px;
}

/* Ajust for Profile Page */ 

.profileForm .fieldError
{
	margin-left:125px;
}

/* installerForm for Installer and Welcome Page */ 

div#installerForm {
	clear:both;
	overflow:hidden;
	margin-bottom:10px;
}

div#installerForm  li {
	width:400px;
	height:43px;
	margin-bottom:7px;
}

div#installerForm .columleft {
	float:left;
	width:50px;
}

div#installerForm .columright {
	float:left;
	width:200px;
	display:inline-table;
	line-height:43px;	
	vertical-align:middle;	
}

/*globalnav*/

#globalnav {
	position:relative;
	float:left;
	width:100%;
	/* padding:0 0 1.75em 1em; */
	margin:0;
	list-style:none;
	line-height:1em;
}

#globalnav LI {
	float:left;
	margin:0;
	padding:0;
}

#globalnav A {
	display:block;
	color:#444;
	text-decoration:none;
	font-weight:normal;
	background:#ddd;
	margin:0;
	padding:0.25em 1em;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-right:1px solid #aaa;
}

#globalnav A:hover,
#globalnav A:active,
#globalnav A.here:link,
#globalnav A.here:visited {
	background:#bbb;
}

#globalnav A.here:link,
#globalnav A.here:visited {
	position:relative;
	z-index:102;
}

/*subnav*/

#globalnav UL {
	position:absolute;
	left:0;
	top:1.5em;
	float:left;
	background:#bbb;
	width:100%;
	margin:0;
	padding:0.25em 0.25em 0.25em 1em;
	list-style:none;
	border-top:1px solid #fff;
}

#globalnav UL LI {
	float:left;
	display:block;
	margin-top:1px;
}

#globalnav UL A {
	background:#bbb;
	color:#fff;
	display:inline;
	margin:0;
	padding:0 1em;
	border:0
}

#globalnav UL A:hover,
#globalnav UL A:active,
#globalnav UL A.here:link,
#globalnav UL A.here:visited {
	color:#444;
}


#tooltip 
{
	position: absolute;
	z-index: 3000;
	border:medium none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
	opacity:0.8;
}

#tooltip h3, #tooltip div 
{ 
	margin: 0;
	text-align:left;
	width:220px; 
}

#tooltip ol
{
	list-style:none;
}

#tooltip ul
{
	margin-top:10px;
	list-style:none;
}

.contactTooltip {
	background:transparent url(../images/shadow.png) repeat scroll 0 0;
	height:85px;
	width:210px;	
	padding:20px;	
}

.receiveListTooltip {
	background:transparent url(../images/contact_shadowred.png) no-repeat scroll 0 0;
	height:89px;
	width:250px;
	padding:15px;
}

.sendListTooltip {
	background:transparent url(../images/contact_shadowblue.png) no-repeat scroll 0 0;
	height:89px;
	width:250px;	
	padding:15px;
}

