﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #b6b7bc;
	font-size: 16px;
	font-family: Tahoma;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    /*font-variant: small-caps;
    text-transform: none;*/
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 980px;
    background-color: #fff;
    margin: 10px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 0px 8px 0px;
    /*min-height: 420px;
    border: 1px solid #496077;*/
}

.leftCol
{
    padding: 0px 0px;
    margin: 12px 0px 8px 8px;
    width: 180px;
    float:left;
    min-height: 420px;
    /*border: 1px solid #496077;*/
}

.left
{
    background-color:#fff;
    width:100%;
    margin:0 0 6px 0;
    padding:0;
}

.main2
{
    padding: 0px 12px;
    margin: 12px 8px 8px 0px;
    float:right;
    width: 755px;
    min-height: 420px;
    /*border: 1px solid #496077;*/
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

/*--------------Login start-------------------------------------*/



.loginBox 
{
	margin: 80px auto;
	width: 640px;
}

.login
{
	position: relative;
	margin: 0 auto;
	padding: 20px 20px 20px;
	width: 350px;
	background: white;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}

.login:before 
{
  content: '';
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
.login h1 
{
  margin: -20px -20px 21px;
  line-height: 80px;
  font-size: 16px;
  font-weight: bold;
  color: #110d0a;
  text-align: center;
  text-shadow: 0 1px white;
  background: #f3f3f3;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 3px 3px 0 0;
  background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
  background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
  -webkit-box-shadow: 0 1px whitesmoke;
  box-shadow: 0 1px whitesmoke;
}
.login label {display:block; margin:10px 0 0 6px;
    width: 311px;
}
.login p {
  margin: 5px 0 0;
}
.login p:first-child {
  margin-top: 0;
}
.login input[type=text], .login input[type=password] {
  width: 318px;
}
.login p.remember_me {
  float: left;
  line-height: 31px;
}
.login p.remember_me label {
  font-size: 12px;
  color: #777;
  cursor: pointer;
}
.login p.remember_me input {
  position: relative;
  bottom: 1px;
  margin-right: 4px;
  vertical-align: middle;
}
.login p.submit {
  text-align: right;
  margin:10px 10px 0 0;
}

.login-help {
  margin: 20px 0;
  font-size: 12px;
  color:black;
  text-align: center;
}
.login-help a {
  color: #cce7fa;
  text-decoration: none;
}
.login-help a:hover {
  text-decoration: underline;
}

:-moz-placeholder {
  color: #c9c9c9 !important;
  font-size: 13px;
}

::-webkit-input-placeholder {
  color: #ccc;
  font-size: 13px;
}

.login .input {
  font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
  font-size: 14px;
}

.login .input {
  margin: 5px;
  padding: 0 10px;
  width: 200px;
  height: 30px;
  color: black;
  font-weight:bold;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  outline: 5px solid #eff4f7;
  -moz-outline-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  vertical-align:middle;
}
.login .input:focus {
  border-color: #7dc9e2;
  outline-color: #dceefc;
  outline-offset: 0;
}

.login .LoginButton {
  border-left: 1px solid #b3c0c8;
    border-right: 1px solid #b3c0c8;
    border-top: 1px solid #b4ccce;
    border-bottom: 1px solid #c2be9e;
    background-position: 0% 0%;
    padding: 0 18px;
    font-size: 12px;
    font-weight: bold;
    color: black;
    text-shadow: 0 1px #e3f1f1;
    border-radius: 16px;
    outline: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  background-image: linear-gradient(to bottom, #edf5f8, #aac9f7);
    -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
    background-color: #aac9f7;
    background-repeat: repeat;
    background-attachment: scroll;
}
.login .LoginButton:active {
  background: #aac9f7;
  border-color: #c2be9e #b3c0c8 #b4ccce;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.lt-ie9 .login .input {
  line-height: 34px;
}


/*--------------Login end-------------------------------------*/

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
    margin:0 0 6px 0;
    padding:0;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

div.hideSkiplink2
{
    background-color:#3a4f63;
    width:100%;
    margin:0 0 6px 0;
    padding:0;
}

div.menu2
{
    padding: 0px 0px 0px 0px;
}

div.menu2 ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu2 ul li a, div.menu2 ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 8px;
    text-decoration: none;
    white-space: nowrap;
    width:160px;
    overflow:hidden;
}

div.menu2 ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu2 ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

div.hideSkiplink3
{
    background-color:#3a4f63;
    width:100%;
    margin:0 0 0px 0;
    padding:0;
}

div.menu3
{
    padding: 0px 0px 0px 0px;	
}

div.menu3 img
{
	height:25px;
	margin:0 10px 0 10px;
	float:left;
}

div.menu3 ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu3 ul li a, div.menu3 ul li a:visited
{
    background-color: #c1dcff;
    border: 1px #a5bade solid;
    color: #000;
    display:block;
    line-height: 25px;
    padding: 4px 8px 4px 0;
    text-decoration: none;
    white-space: nowrap;
    width:945px;
    overflow:hidden;
}

div.menu3 ul li a:hover
{
    background-color: #fff;
    color: #465c71;
    text-decoration: none;
}

div.menu3 ul li a:active
{
    background-color: #c1dcff;
    color: #cfdbe6;
    text-decoration: none;
}

div.menu3 ul li ul li a, div.menu3 ul li ul li a:visited
{
    background-color: #c1dcff;
    border: 1px #a5bade solid;
    color: #000;
    display: block;
    line-height: 25px;
    padding: 4px 8px 4px 0;
    margin:0 -20px 0 0;
    text-decoration: none;
    white-space: nowrap;
    width:180px;
    overflow:hidden;
}

div.menu3 ul li ul li a:hover
{
    background-color: #fff;
    color: #465c71;
    text-decoration: none;
}

div.menu3 ul li ul li a:active
{
    background-color: #c1dcff;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.logo
{
	float:left;
	padding:6px 0 6px 10px;
    height: 71px;
}

.logo img	
{
}

.title
{
	font-size:13px;
	font-family:Arial;
    display: block;
    float: left;
    text-align: center;
    padding: 5px 0 0 0;
}

.loginDisplay
{
	float:right;
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}