﻿.nav {
text-decoration: none;
color: #818181; line-height:100%; margin-top:0; margin-bottom:0
}
a:hover.nav {
text-decoration: underline;
color: #1e1e1e;
}
.nav2 {
text-decoration: none;
color: #18105a; line-height:100%; margin-top:0; margin-bottom:0
}
a:hover.nav2 {
text-decoration: underline;
color: #818181;
}
.nav3-grey-to-blue {
text-decoration: none;
color: #818181; line-height:100%; margin-top:0; margin-bottom:0
}
a:hover.nav3-grey-to-blue {
text-decoration: underline;
color: #18105a;
}
.nav4-grey-to-blue {
text-decoration: none;
color: #666666; line-height:100%; margin-top:0; margin-bottom:0
}
a:hover.nav4-grey-to-blue {
text-decoration: none;
color: #18105a;
}
.nav5 {
text-decoration: underline;
color: #18105a; line-height:100%; margin-top:0; margin-bottom:0
}
a:hover.nav5 {
text-decoration: none;
color: #666666;
}

.nav6-newblu-to-dgry {
text-decoration: none;
color: #304493; line-height:100%; margin-top:0; margin-bottom:0
}
a:hover.nav6-newblu-to-dgry {
text-decoration: none;
color: #666666; 
}
.nav7-newblu-to-dgry {
text-decoration: underline;
color: #304493; line-height:100%; margin-top:0; margin-bottom:0
}
a:hover.nav7-newblu-to-dgry {
text-decoration: none;
color: #666666; 
}
a:hover.nav6-newblu-to-dgry {
text-decoration: underline;
color: #666666; 
}
.nav8-grey-underline {
text-decoration: underline;
color: #666666; line-height:100%; margin-top:0; margin-bottom:0
}
a:hover.nav8-grey-underline {
text-decoration: none;
color: #304493;
}

.paragraph   { word-spacing: 0; line-height: 100%; margin-top: 0; margin-bottom: 0 }
.copyright {  font-family: Verdana, sans-serif; font-size: 7pt; font-weight: 400; color: #828282} 
.header_bg {
	background-image: url(http://www.4remotesupport.com/img/bg-color-82px.gif);
	background-repeat: repeat-x;
}
.header_bg1 {
	background-image: url(http://www.4remotesupport.com/img/bck_hp2_1.JPG);
	background-repeat: no-repeat;
}
TD{Color : #000000; Font-Family : verdana; Font-Size : 10px;}
.bordures{ border: 1px solid #c0c0c0; }
.sub {
	font-size: 13px;
	font-weight: bold;
	color: #304493;
}
.off {background-color: #F4F4F4;}
.offwhite {background-color: #FFFFFF;}
.on {background-color: #dedfde;}

#navpanel
{
	width: 190px;
	height: 50px;
	border-bottom: 1px solid white;
	color: white;
	background-color: #2020C0;
	opacity: 0.65;
	-moz-opacity: 0.65;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=65);
	
	position: fixed;
	top: 0px;
	margin-left: 275px;
	left: 0px;
	margin-top: 5px;
	padding: 2px;
	z-index: 99;

	_position: absolute;
	_top: expression((dummy = document.documentElement.scrollTop) + "px");
}



/* buttons */







/* .cta-but input {border:none;}
.ctafl {margin-left:5px !important;*margin:0 0 4px -20px !important;}
.ctafl b input {*width:5.5em;}
.cta-but, .cta-but b, .cta-but b b, .cta-but b, .cta-but b input {background-image:url('https://www.cisco.com/cdc_content_elements/cl_pilots/buttons/gray_button_sprite.png');_background-image:url('https://www.cisco.com/cdc_content_elements/cl_pilots/buttons/gray_button_sprite.gif');color:#2F6681 !important;text-decoration:none !important;font-weight:bold;font-family:arial;cursor:pointer;outline:none;padding:0;margin:0px;height:24px;line-height:24px;display:-moz-inline-box;display:inline-block;font-size:11.25px;-moz-box-align:center;zoom:1;}
.cta-but {background-repeat:no-repeat;background-position:right -48px;text-decoration:none !important;}
.cta-but b {background-repeat:no-repeat;background-position:0px -24px;}
.cta-but b b, .cta-but b input {background-repeat:repeat-x;background-position:top left;padding:0 13px 0 13px;margin:0px 3px 0px 3px;  }
.cta-but:hover {background-repeat:no-repeat;background-position:right -120px;}
.cta-but:hover b {background-repeat:no-repeat;background-position:0px -96px;}
.cta-but:hover b b, .cta-but:hover b input {background-repeat:repeat-x;background-position:0px -72px;}
.cta-but input {border:none;background:none;} 
ul{color:#666666;}  */




/* form button style - 11-08-11 */
/*  not useing this 01-15-12 .button {
background:#cccccc;
border:1px solid #009900; 
padding:0px;
}  

.button_style_orange {   not useing this gs */
/* background-color:#F47F12; */
/* background-color:#F4AC12;
color:#333333;
}  not using this  gs */



/* @Orange Button Styles ------ 11-08-11 */
.btn-orange {
    font-weight: bold;
    /* margin: 15px 20px 0 0;   gs */
    /* padding: 5px;   gs */
}

input.btn-orange, button.btn-orange,a.btn-orange {
    background: #F08C37;
    background-image: linear-gradient(bottom, #F47C20 22%, #FBB13B 81%);
    background-image: -o-linear-gradient(bottom, #F47C20 22%, #FBB13B 81%);
    background-image: -moz-linear-gradient(bottom, #F47C20 22%, #FBB13B 81%);
    background-image: -webkit-linear-gradient(bottom, #F47C20 22%, #FBB13B 81%);
    background-image: -ms-linear-gradient(bottom, #F47C20 22%, #FBB13B 81%);
    border: 1px solid #BA5915;
    color: #FFFFFF;
    cursor: pointer;
}

input.btn-orange:hover, button.btn-orange:hover, a.btn-orange:hover {
    background: #F47B20;
    background-image: linear-gradient(bottom, #FBB13B 22%, #F47C20 81%);
    background-image: -o-linear-gradient(bottom, #FBB13B 22%, #F47C20 81%);
    background-image: -moz-linear-gradient(bottom, #FBB13B 22%, #F47C20 81%);
    background-image: -webkit-linear-gradient(bottom, #FBB13B 22%, #F47C20 81%);
    background-image: -ms-linear-gradient(bottom, #FBB13B 22%, #F47C20 81%);
    border: 1px solid #B95915;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
}

#pch4 .pc-login-top-left .password #loginBtn{width:50px;height:25px;border:0;vertical-align:text-top;float:left}
#pch4 .pc-login-button,#pch4 .pc-login-button:link,#pch4 .pc-login-button:visited,#pch4 .pc-login-button-inactive{display:inline-block;background:#d8d8d8;background:-moz-linear-gradient(top,#e3e3e3 0,#b0b0b0 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#e3e3e3),color-stop(100%,#b0b0b0));background:-webkit-linear-gradient(top,#e3e3e3 0,#b0b0b0 100%);background:-o-linear-gradient(top,#e3e3e3 0,#b0b0b0 100%);background:-ms-linear-gradient(top,#e3e3e3 0,#b0b0b0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3',endColorstr='#b0b0b0',GradientType=0);background:linear-gradient(top,#e3e3e3 0,#b0b0b0 100%);-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;font-family:arial;font-weight:bold;text-decoration:none;color:#666;border:1px solid #aaa;-webkit-box-shadow:inset 0 1px 1px white;box-shadow:inset 0 1px 1px white;text-shadow:0 1px 1px #f5f5f5;line-height:1;text-align:center}
#pch4 .pc-login-button:hover{background:#dfdfdf;_background:#d8d8d8;background:-moz-linear-gradient(top,#ebebeb 0,#c2c2c2 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ebebeb),color-stop(100%,#c2c2c2));background:-webkit-linear-gradient(top,#ebebeb 0,#c2c2c2 100%);background:-o-linear-gradient(top,#ebebeb 0,#c2c2c2 100%);background:-ms-linear-gradient(top,#ebebeb 0,#c2c2c2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb',endColorstr='#c2c2c2',GradientType=0);background:linear-gradient(top,#ebebeb 0,#c2c2c2 100%);border:1px solid #cecece;_border:1px solid #aaa;-webkit-box-shadow:inset 0 1px 1px white;box-shadow:inset 0 1px 1px white;text-shadow:0 1px 1px #f5f5f5}
#pch4 .pc-login-button:active,#pch4 .pc-login-button-active,#pch4 .pc-login-button-active:hover{display:inline-block;background:#c9c9c9;background:-moz-linear-gradient(top,#c4c4c4 0,#cfcfcf 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#c4c4c4),color-stop(100%,#cfcfcf));background:-webkit-linear-gradient(top,#c4c4c4 0,#cfcfcf 100%);background:-o-linear-gradient(top,#c4c4c4 0,#cfcfcf 100%);background:-ms-linear-gradient(top,#c4c4c4 0,#cfcfcf 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4c4c4',endColorstr='#cfcfcf',GradientType=0);background:linear-gradient(top,#c4c4c4 0,#cfcfcf 100%);border:1px solid #999;-webkit-box-shadow:inset 0 0 3px #666;box-shadow:inset 0 0 3px #666;text-shadow:0 1px 1px #f5f5f5;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;font-family:arial;font-weight:bold;line-height:1;text-align:center;color:#666}
#pch4 .pc-login-button-inactive,#pch4 a.pc-login-button-inactive{filter:alpha(opacity=30);opacity:.3;cursor:default;text-decoration:none!important;color:#666!important}
#pch4 .pc-login-button,#pch4 .pc-login-button:hover,#pch4 .pc-login-button:active{filter:none 0/IE9!important}



.btn-grey {
    /* font-weight: bold; */
    /* margin: 15px 20px 0 0;   gs */
    /* padding: 5px;   gs */
}

input.btn-grey, button.btn-grey,a.btn-grey {
    background: #DFDFDF;
    background-image: linear-gradient(bottom, #C2C2C2 22%, #EBEBEB 81%);
    background-image: -o-linear-gradient(bottom, #C2C2C2 22%, #EBEBEB 81%);
    background-image: -moz-linear-gradient(bottom, #C2C2C2 22%,#EBEBEB  81%);
    background-image: -webkit-linear-gradient(bottom, #C2C2C2 22%, #EBEBEB 81%);
    background-image: -ms-linear-gradient(bottom, #C2C2C2 22%, #EBEBEB 81%);
    /* border: 1px solid #CFC9B0; */
    border: 1px solid #C2C2C2;
    /* border: 1px solid #D8D8D8; */
    color: #FFFFFF;
    cursor: pointer;
    
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C2C2C2', endColorstr='#EBEBEB',GradientType=0 ); /* IE6-8 */
}

input.btn-grey:hover, button.btn-grey:hover, a.btn-grey:hover {
    /* background: #CED3D6; */
    background: #C9C9C9;
    /* background-image: linear-gradient(bottom, #CFCFCF 22%, #C4C4C4 81%); */
    background-image: linear-gradient(bottom, #EBEBEB 22%, #C4C4C4 81%);
    background-image: -o-linear-gradient(bottom, #EBEBEB 22%, #C4C4C4 81%);
    background-image: -moz-linear-gradient(bottom, #EBEBEB 22%, #C4C4C4 81%);
    background-image: -webkit-linear-gradient(bottom, #EBEBEB 22%, #C4C4C4 81%);
    background-image: -ms-linear-gradient(bottom, #EBEBEB 22%, #C4C4C4 81%);
    /* border: 1px solid #CFCFb4; */
    border: 1px solid #C2C2C2;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
    
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EBEBEB', endColorstr='#C4C4C4',GradientType=0 ); /* IE6-8 */

}




















