﻿
/* Main Styles  
----------------------------------------------------------*/
/* Defined colors
    D1 light blue - #076996
    D1 dark blue - #014785
    D1 Orange - #F57921
*/



table.default_form_table   
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    background-color: white;
    color: #076996;             /***************        D1 light blue         **************************/
    
    /* Rounded corners on tables w/ an outline  */
    behavior: url(PIE.htc);         /* This isn't working to allow rounded corners in IE 6,7,8      */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

table.footer1
{
    background-color: #014785;          /* D1 dark blue     */
}

table.footer2
{
    background-color: #F57921;          /* D1 orange        */
    color:White;
    font-size:x-small;
}

table.br
{
    display: block;
}

td.white
{
    background-color: #FFFFFF;          /* White     */
}

/* Default hyperlink style for the Register link    */
a.registerLink:link {  color: #034af3; font-weight: bold;}
a.registerLink:visited {  color: #034af3; font-weight: bold;}
a.registerLink:hover {color: #F57921; text-decoration: none; }    /* d1 orange */
a.registerLink:active {color: #034af3; }





/* Default footer link styles   */
a.footerNav:link {color: White; text-decoration: none; }
a.footerNav:visited {color: White; text-decoration: none; }
a.footerNav:hover {color: #076996; text-decoration: none; }
a.footerNav:active {color: White; }




p
{
    margin-bottom: 5px;
    line-height: 1.6em;
}


img { border:none; }
img.header { min-width: 150px; }


input,select
{
    color: #014785;
    font-weight: bold;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

h
{
    color: #076996;             /* D1 blue      */
}


.button {
border-style: groove;
background: inherit;
font: inherit;
font-weight:bold;
color: #076996;                /*   D1 Blue     */
cursor: hand;
padding: 0px;
padding-right: 10px;
padding-left: 10px;
}


	
/* TAB MENU   
----------------------------------------------------------*/
div.hideSkiplink
{
    /*background-color:#3a4f63;    original color*/
    background-color:#014785;       /*    D1 bold blue      */
    width:100%;
}

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;
}


/* MISC  
----------------------------------------------------------*/


.bold
{
    font-weight: bold;
}

.italic
{
    font-style:italic;
}

.d1_orange
{
    color: #F57921;             /* D1 orange      */
}

.d1_light_blue
{
    color: #076996;             /* D1 light blue      */
}

.d1_dark_blue
{
    color:#014785;              /* D1 dark blue     */
}

.clear
{
    clear: both;
}



.red
{
    color: Red;
}

.redRequiredFieldAsterick
{
    color: Red;
    font-weight:bold;
}


.form_header
{
    font-size: large;
    font-weight: bold;
}



/* Small link   
a.small_link:link {font-size:xx-small; color: #034af3; }
a.small_link:visited {  color: #034af3; }
a.small_link:hover {font-weight: bold; }
a.small_link:active {color: #034af3; }
*/

a.small_link {font-size:x-small; color: #034af3;}
a.small_link:hover {font-weight: bold; }
a.small_link:active {color: #F57921; }



/* buttons
---------------------------------------------- */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}


.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}

.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}

.custom1
{
    font-size: 12px;
	padding: .2em 1em .275em;
}

/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}

.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

.nolinkunderline 
{
    text-decoration: none;
}