﻿


/* 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   
----------------------------------------------------------*/




.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}
.smallheaders
{
    font-weight: bold;
    color: #191970;
}
.smallHeaderBlueBackGround
{
    font-weight: bold;
    background-color: #191970;
    color: White;
}
.main
{
    float: left;
}


.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

.Dialog
{    
    z-index:101;    
    width:auto;
}

/* Table Elements
----------------------------------------------------------*/
table
{
    color: #000000;
}

table thead
{
    color: #000000;
    font-style: italic;
    font-weight: bolder;
}

/* 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;
}

input.textEntry
{
    width: 200px;
    border: 1px solid #ccc;
    margin-bottom: 0px;
}

input.newUserText
{
    width: 200px;
    border: 1px solid #ccc; /*margin-bottom: 0px;*/
}

input.passwordEntry
{
    width: 200px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 560px;
}

/* 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;
}
.PostalCode
{
	text-transform:uppercase;
}
.CustomBoxes
{
    background-color: Silver;
    color: black;
    border-color: Black;
    border-width: 1px;
    border-style: solid;
    padding: 2;
    width: 750px;
    text-align: left;
}
.BottomBar
{
    overflow: hidden;
    position: fixed;
    bottom: 0;
    height: 20px;
    width: 960px;    
}
.BottomGrid
{
    overflow: auto;
    position: fixed;
    bottom: 0;
    height: 100px;
    width: 960px;
    background-color: White;    
}
.BottomGridSp
{
    position: fixed;
    bottom: 0;
    width: 960px;
    background-color: White;    
}
.Footer
{
    font-size: 8pt;
    color: Gray;
    text-align: center;
    background-color: White;
}
.Footer a:link
{
    color: Gray;
}
.Footer a:visited
{
    color: Gray;
}
.Footer a:active
{
    color: Gray;
}

.MainBackGround
{
 background-color:#efefef;
 }

 .BlackLinks a:link
{
    color: Black;
}
.BlackLinks a:visited
{
    color: Black;
}
.BlackLinks a:active
{
    color: Black;
}

.PersonalContactLeftColumnLabel 
{
	width: 120px;
}

.PersonalContactRightColumnLabel 
{
	width: 100px;
}

.StandardHeader {
	background-color: rgb(25, 25, 112);
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid rgb(25, 25, 112);
}

.StandardHeader a {
	color: #FFFFFF;
	font-weight: bold;
}

.ConfigHelpIconCell
{
	width: 20px;
	text-align: center;
}

.ConfigGlobalEditCell
{
	width: 80px;
	text-align: right;
}

.YesNoHeader {
	color: #FFFFFF;
}

.Center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.breakword {
     word-wrap:break-word;
     word-break:break-all;
 }