body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
td {
	border:5px solid white;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}
section {
         margin: 0:
         padding: 0;
}
body {
	font-family: "Lucida Sans", "Lucida Grande", Arial, "sans-serif";
	color: #4C4C4C;
	line-height: 1.4em;
	font-size: 62.5%;
	text-align: center;
	background: transparent url('./images/bg.png') 0 0 repeat-x;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	text-decoration: none;
}

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/


div#container {
	width: 992px;
	height: 100%;
}


/*  ---------- LINKS ---------- */

div.gutter-container { background:#1e4976; width:100%; height: 20px; }
div#links { width:930px; height:40px; margin:0 auto; padding-top: 3px} 
ul.gutter-nav { float:right; }
ul.gutter-nav li { float:left;  color: #ffffff; }
ul.gutter-nav li a { color:#fcfcfc; font-size: .9em; text-decoration: none; }

div.wide {
	width: 942px;
	padding: 0 25px;
}
div#logo
{
	width: 77px;
	height: 78px;
	
	margin-top: -10px;
	margin-left: 0px;
	float: left;
}
img.appLogo {
	margin: 0 15px 35px 0;
}
img.authLogo {
	margin: 0 15px 15px 0;
}
div#auth {
	width: 244px;
	float: left;
	padding-right: 30px;
}
div#authServices {
	width: 586px;
	float: left;
}
div.title{
	width:964px;
	height: 38px;
    padding-left: 6px;
	margin: 0 0 0 33px;
	margin-bottom: 35px;
    background: transparent url('./images/menuBg.png') top left no-repeat;

}
ul#topmenu_nav {list-style:none; } 
ul#topmenu_nav li {
	float:left;
	font-size:1.2em;
	text-transform: uppercase;
	font-weight:bold;
	line-height:25px;
	white-space:nowrap;
	border-left-image: url('./images/blue/menuBorder.png') 0 0 no-repeat;
}
#siteField {
    color: #444;
    padding: .2em;
    margin-top: 20px;
}
option {
    padding: .1em;
    border: none;
    background-color:#f3f3f3;
}
ul#topmenu_nav li a {padding: 6px 17px; text-decoration:none; color:#fff; display:block; text-align:left; background: url('./images/blue/menuBorder.png') 100% 50% no-repeat;}
ul#topmenu_nav li a:hover {background: transparent url('../images/buttonShade.png') 0 0 repeat-x ; color: #fcfcfc; }
#current {background: transparent url('./images/buttonShade2.png') 0 0 repeat-x ; color: #fcfcfc;}

div#topmenu_nav ul li#current a{
         color: #000;
}

div.lispace{
	padding-right: 1em;
}
div#logo a:hover
{
	cursor: hand;
	c\ursor: pointer;
}

footer {
	text-align: left;
	font-size: 0.9em;
	color: #666;
	margin: 0 auto;
}
div.box {
	width:930px;
	margin-left: 62px;
	margin-top: 33px;
}

div.border{
	margin-top: 33px;	
}

div.error{
	text-align: center;
	font-size: 1.5em;
	color: #FF0000;
}

#maincolumn,
#maincolumn_full {
	padding: 25px 60px 0;
	width: 872px;
	background: transparent url(./images/innerBg.png) top left no-repeat;
	min-height: 300px;

}

#maincolumn_full {
	margin-left: 0;
	padding-left: 6px;	
	width: 9px;
}

h1 {
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 2em;
	font-weight: bold;
	vertical-align: center;
	color: #FFFFFF;
	text-align: center;
	/*width: 100%;*/
}

h2 {
	padding: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	vertical-align: bottom;
	color: #333;
	text-align: left;
	width: 100%;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

h3, .componentheading, table.moduletable th, legend {
	font-weight: bold;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 1.5em;
	padding-left: 0px;
	margin-bottom: 15px;
	text-align: center;
	color: #FFFFFF;
}

/* small text */
.small {
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}


.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
td {
    border: 5px solid white;
}
fieldset, img {
    border: 0 none;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}
ol, ul {
    list-style: none outside none;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
q:before, q:after {
    content: "";
}
abbr, acronym {
    border: 0 none;
}
html {
    height: 100%;
    margin-bottom: 1px;
}
form {
    margin: 0;
    padding: 0;
}
section {
}
body {
    background: url("./images/bg.png") repeat-x scroll 0 0 transparent;
    color: #4C4C4C;
    font-family: "Lucida Sans","Lucida Grande",Arial,"sans-serif";
    font-size: 62.5%;
    line-height: 1.4em;
    text-align: center;
}
a:link, a:visited {
    font-weight: normal;
    text-decoration: none;
}
a:hover {
    font-weight: normal;
    text-decoration: none;
}
p {
    margin-bottom: 5px;
    margin-top: 0;
}
img {
    border: 0 none;
}
div#container {
    height: 100%;
    width: 992px;
}
div.gutter-container {
    background: none repeat scroll 0 0 #1E4976;
    height: 20px;
    width: 100%;
}
div#links {
    height: 40px;
    margin: 0 auto;
    padding-top: 3px;
    width: 930px;
}
ul.gutter-nav {
    float: right;
}
ul.gutter-nav li {
    color: #FFFFFF;
    float: left;
}
ul.gutter-nav li a {
    color: #FCFCFC;
    font-size: 0.9em;
    text-decoration: none;
}
div.wide {
    padding: 0 25px;
    width: 942px;
}

img.appLogo {
    margin: 0 15px 35px 0;
}
img.authLogo {
    margin: 0 15px 15px 0;
}
div#auth {
    float: left;
    padding-right: 30px;
    width: 244px;
}
div#authServices {
    float: left;
    width: 586px;
}
div.title {
    background: url("./images/menuBg.png") no-repeat scroll left top transparent;
    height: 38px;
    margin: 0 0 35px 33px;
    padding-left: 6px;
    width: 964px;
}
ul#topmenu_nav {
    list-style: none outside none;
}
ul#topmenu_nav li {
    float: left;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 25px;
    text-transform: uppercase;
    white-space: nowrap;
}
ul#topmenu_nav li a {
    background: url("./images/blue/menuBorder.png") no-repeat scroll 100% 50% transparent;
    color: #FFFFFF;
    display: block;
    padding: 6px 17px;
    text-align: left;
    text-decoration: none;
}
ul#topmenu_nav li a:hover {
    background: url("../images/buttonShade.png") repeat-x scroll 0 0 transparent;
    color: #FCFCFC;
}
#current {
    background: url("./images/buttonShade2.png") repeat-x scroll 0 0 transparent;
    color: #FCFCFC;
}
div#topmenu_nav ul li#current a {
    color: #000000;
}
div.lispace {
    padding-right: 1em;
}
div#logo a:hover {
    cursor: pointer;
}
footer {
    color: #666666;
    font-size: 0.9em;
    margin: 0 auto;
    text-align: left;
}
div.box {
    margin-left: 62px;
    margin-top: 33px;
    width: 930px;
}
div.border {
    margin-top: 33px;
}
div.error {
	color: #FF0000;
	font-size: .9em;
	text-align: center;
}
#maincolumn, #maincolumn_full {
    background: url("./images/innerBg.png") no-repeat scroll left top transparent;
    min-height: 300px;
    padding: 25px 60px 0;
    width: 872px;
}
#maincolumn_full {
    margin-left: 0;
    padding-left: 6px;
    width: 9px;
}
h1 {
    color: #FFFFFF;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    /*width: 100%;*/
}
h2 {
    color: #333333;
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
    font-size: 1.4em;
    font-weight: normal;
    padding: 0;
    text-align: left;
    vertical-align: bottom;
    width: 100%;

}
h4 {
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
}
h3, .componentheading, table.moduletable th, legend {
    color: #FFFFFF;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 15px;
    padding-left: 0;
    text-align: center;
}
.small {
    color: #999999;
    font-size: 0.9em;
    font-weight: normal;
    text-align: left;
}
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

/*
------------------------------
---------- FORM CSS ----------
------------------------------
*/

#submitStyle {
    background-color: #1E4976;
    color: #FFFFFF;
    font-size: 100%;
    font-weight: bold;
    padding: 5px;
}
#form-wrapper {
	height: auto;
	left: 50%;
	margin-left: -150px;
	margin-top: -200px;
	position: absolute;
	top: 37%;
	width: 410px;
}
.login-form {
    background: none repeat scroll 0 0 #F3F3F3;
    border: 1px solid #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    position: relative;
    width: 410px;
    z-index: 5;
}
.login-form .header {
	padding: 10px 30px 30px;
}
.login-form .header h1 {
	color: #414848;
	font-family: 'Bree Serif',serif;
	font-size: 28px;
	font-weight: 300;
	line-height: 30px;
	
	margin-bottom: 10px;
	text-shadow: 1px 1px 0 #FFFFFF;
}
.login-form .header span {
    color: #678889;
    font-size: 11px;
    line-height: 16px;
    text-shadow: 1px 1px 0 #FFFFFF;
}
.login-form .content {
    padding: 0 30px 25px;
}
.login-form .content .input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
    color: #9D9E9E;
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 25px;
    text-shadow: 1px 1px 0 #FFFFFF;
    width: 188px;
}
.login-form .content .password, .login-form .content .pass-icon {
    margin-top: 25px;
}
.login-form .content .input:hover {
    background: none repeat scroll 0 0 #DFE9EC;
    color: #414848;
}
.login-form .content .input:focus {
    background: none repeat scroll 0 0 #DFE9EC;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) inset;
    color: #414848;
}
.user-icon, .pass-icon {
    display: block;
    height: 47px;
    left: 0;
    padding-right: 2px;
    position: absolute;
    width: 46px;
    z-index: 3;
}
.user-icon {
    background: url("images/user-icon.png") no-repeat scroll center center rgba(65, 72, 72, 0.75);
    top: 127px;
}
.pass-icon {
    background: url("images/pass-icon.png") no-repeat scroll center center rgba(65, 72, 72, 0.75);
    top: 200px;
}
.input, .user-icon, .pass-icon, .button, .register {
    transition: all 0.5s ease 0s;
}
.login-form .footer {
    background: none repeat scroll 0 0 #ccdded;
    border-top: 1px solid #FFFFFF;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15) inset;
    overflow: auto;
    padding: 20px 30px;
}
.login-form .footer .button {
    background: none repeat scroll 0 0 #56C2E1;
    border: 1px solid #46B3D3;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.75) inset;
    color: #FFFFFF;
    cursor: pointer;
    font-family: 'Bree Serif',serif;
    font-size: 18px;
    font-weight: 300;
    padding: 11px 25px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.login-form .footer .button:hover {
    background: none repeat scroll 0 0 #3F9DB8;
    border: 1px solid rgba(255, 255, 255, 0.75);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
}
.login-form .footer .button:focus {
    background: none repeat scroll 0 0 #56C2E1;
    bottom: -1px;
    box-shadow: 0 1px 6px rgba(255, 255, 255, 0.75) inset;
    position: relative;
}

#siteSelection {
	padding-top: 1em;
	display: none;
}