@charset "utf-8";
/* CSS Document */
body
{overflow-x:hidden;
font:Arial, Helvetica, sans-serif;
}
#logo
{width:50%;
float:left;
}

#home
{padding-left:15%;
padding-top:1%;
width:auto;
float:left;
}

#main
{/* Firefox v3.6+ */
background-image:-moz-linear-gradient(47% 0% -180deg,rgb(255,255,255) 0%,rgb(238,238,238) 100%); 
/* safari v4.0+ and by Chrome v3.0+ */
background-image:-webkit-gradient(linear,47% 0%,47% 61%,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(238,238,238)));
/* Chrome v10.0+ and by safari nightly build*/
background-image:-webkit-linear-gradient(-180deg,rgb(255,255,255) 0%,rgb(238,238,238) 100%);
/* Opera v11.10+ */
background-image:-o-linear-gradient(-180deg,rgb(255,255,255) 0%,rgb(238,238,238) 100%);
/* IE v10+ */
background-image:-ms-linear-gradient(-180deg,rgb(255,255,255) 0%,rgb(238,238,238) 100%);
background-image:linear-gradient(-180deg,rgb(255,255,255) 0%,rgb(238,238,238) 100%);
width:100%;
height:auto;
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffeeeeee,GradientType=0)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffeeeeee,GradientType=0);
padding-bottom:5%;
}

.bg
{background:url(../../Images_V2/Login_Page/New_Design_Images/network_bg.fw.png) no-repeat center;
}

.opaque
{background-color:rgba(0,0,0,0.75);
width:auto;
height:auto;
overflow:hidden;
}

.client
{padding:2%;
margin-left:-0%;
}
.form
{padding-top:5%;
}

.client p
{font-family:Arial, Helvetica, sans-serif;
font-size:17px;
line-height:120%;
font-weight:bold;
color:rgb(255,255,255);

}

.data p
{font-family:Arial, Helvetica, sans-serif;
font-size:18px;
line-height:120%;
color:rgb(255,186,51);
}

a.data
{font-family:Arial, Helvetica, sans-serif;
font-size:14px;
line-height:120%;
color:rgb(255,185,51);
text-decoration:none;

}

.name
{height:30px;
width:150px;
font:Arial, Helvetica, sans-serif;

}

footer
{background:url(../../Images_V2/Login_Page/New_Design_Images/footer.fw.png) repeat-x;
height:auto;
position:relative;
bottom:0;
width:100%;
z-index:1;
}

footer h3
{font-family:Arial, Helvetica, sans-serif;
font-size:17px;
line-height:120%;
font-weight:bold;
color:rgb(255,165,76);

}

.highlight
{font-family:Arial, Helvetica, sans-serif;
font-size:17px;
line-height:120%;
color:rgb(255,165,76);
font-weight:lighter;

}

.white_highlight
{font-size:14px;
line-height:120%;
color:rgb(236,236,236);
font:Arial, Helvetica, sans-serif;

}

