﻿/* DEFAULTS
----------------------------------------------------------*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	/*line-height: 140%;*/
}

/* 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: 950px;
    background-color: #fff;
    margin: 3px auto 0px auto;
    border: 0px solid #496077;
}

.header
{
    line-height: 11px;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
        text-align:justify;
        margin: 0px 5px 0px 10px;       
}

div.footer
{
	border:1px dashed #999;
	width:950px;
    margin: 0 auto;	
    color: #4e5766; 
   	min-height: 85px;
   	float:left;
}

div.lgfooter
{
    text-align:right;
    float:right;
}

div.searchBox {
	text-align:left;
	width:190px;
	padding:3px;
	float:left;
}
	
div.acronym
{
    text-align:right;
    font-size: 0.6em;
    float:right;
    line-height:14px;
    margin-top:10px;
}
	
/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
/*   background-color:#666666;*/
    /*background: url('../images/logos/UKBMS_logo.png') no-repeat 99% 99%;*/
    background: no-repeat 99% 99%;
    width: 100%;
    margin-bottom: 5px;
    padding-top: 22px;
}


div.menu
{
    padding: 4px 0px 4px 0px;
}

div.menu img
{
    margin-right:8px;
    border:0px;
}

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: #666666;*/
    background-color:#003074;
    
    /*border: 0.5px solid #4E667D;*/
    border: 0.5px solid black;
    color: White;
    display: block;
    line-height: 1.34em;
    padding: 4px 15px;
    text-decoration: none;
    white-space: nowrap;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;   
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color:#666666;    
    color: #cfdbe6;
    text-decoration: none;
}

/*---*/
.ajax__tab_xp{
font-size: 1px;
}

/* 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;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    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;
}