﻿@charset "utf-8";
/* CSS Document */
.InnerContainer{
	width:50%; margin:0 auto;
padding:10px;
	
}
.logo{
	background:url(../images/logo.png) no-repeat;
	height:78px;
	width:200px;
	margin-top:20px;
	margin-bottom:40px;
	opacity:5;
	
	
}
.topstrip{width:100%;
height:50px;
background-color:#606060;
background:#606060 url(../images/topstrip.jpg) no-repeat center;
}

.topstripleft
	{
	width:288px;
	height:50px;
	float:left;
	}

.topstripright
	{
	width: 70%;
  height: 35px;
  float: left;
  text-align: left;
  /* z-index: 8888888; */
  color: #FFFFFF;
  vertical-align: top;
  /* background-color: #d1d1d1; */
  padding-top: -13px;
  margin-top: -14px;
	}

.loninbox
	{
	margin:0 auto;
	padding:0px;
	border:2px solid #C4C4C4
	}
.loginhelptext
	{
	background:#fafafa;
	height:400px;
	margin:0;
	padding:30px;
	border-right:#e9e9e9 1px solid;
	line-height:22px;
	}

.logincontrol
	{
	background:#FFFFFF;
	margin:0;
	padding:20px;
	height:400px;
	}

.allpdding
	{
	width:100%;
	padding:4%;
	}
.w70p
	{
	width:70%;
	}
.flat
	{
	float: left;	
	}
.flr
	{
	float:right;	
	}
.clr
	{
	clear:both;}
.layer
{
	background:url(../images/layer.png) no-repeat;
	width:30px;
	height:20px;
}
.hidden {
     display:none;
}
.hovertable {
                                                font-family: 'Roboto', Helvetica, Arial, sans-serif;
                                                font-size:11px;
                                                color: #333333;
                                                border-width: 1px;
                                                border-color: #999999;
                                                border-collapse: collapse;
                                                width: 100%;
                                                padding-left: 2%;
                                                padding-right: 2%;
                                                font-size: 16px;
                                            }

                                                .hovertable th {
                                                    background-color: #6AADE7;
                                                    color: #FFFFFF;
                                                    font-size: 16px;
                                                    border-width: 1px;
                                                    padding: 6px;
                                                    border-style: solid;
                                                    border-color: #a9c6c9;
                                                }

                                                .hovertable tr {
                                                    background-color: #F9F8F8;
                                                }

                                                    table.hovertable tr:nth-child(odd) {
                                                        background: #FFFFFF;
                                                    }

                                                    table.hovertable tr:hover {
                                                        background-color: #FFFFFF;
                                                    }

                                                .hovertable td {
                                                    border-width: 1px;
                                                    padding: 8px;
                                                    border-style: solid;
                                                    border-color: #a9c6c9;
                                                    font-size: 16px;
                                                }