html, body	{ height:100%; }
body		{ background:#004C93; margin:0; padding:0; }
th			{ width:1%; white-space:nowrap; text-align:left; padding-right:2em; }
select	{ width:13em; }
a, a:link, a:visited	{ color:#000; }
/*tr.spacerRow{ font-size:.4em; }*/

#sunyOuterWrapper{display:table; height:100%; margin:0 auto; }
#sunyMidWrapper	{ display:table-cell; vertical-align:middle }
#sunyWrapper	{ background:#F3F3F3; width:510px; margin:1em auto; border:1px solid #006; }
#sunyHeader		{ border-bottom:2px solid #FFEFBF; color:#FFF; padding:12px 0 4px 17px; }
#sunyContent	{ background:#F3F3F3 url(/security/images/bodyBG.jpg) top left repeat-x; border-top:1px solid #004C93; padding:2px 7px; }
#sunyLoginForm	{ width:80%; margin:3.5em auto .5em; }
#sunyFooter		{ font-size:.7em; padding:15px 0 12px 144px; }
#no_auth_popup	{ color:#F00; font-weight:bold; font-size:1.5em; }

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:focus {
    border-style: dotted;
    border-width: 2px;
    border-color: #009EE0;
}

.select:focus {
    border-style: dotted;
    border-width: 2px;
    border-color: #009EE0;
}

.focused {
    border-style: dotted;
    border-width: 2px;
    border-color: #009EE0;
}

.unfocused {
    border-style: dotted;
    border-width: 2px;
    border-color: #F5F5F5;   
}

.navbar-brand:focus {
    border-style: dotted;
    border-width: 2px;
    border-color: #009EE0;
}

.hidden { display: none; }