﻿/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
img{vertical-align: bottom;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{ list-style-position:inside; list-style-type:disc;}
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;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}

section, article, aside, footer, header, nav, hgroup
{
    display:block;
}

body
{
	background-color: #FFFFFF;
	background-image: url('../images/background_page.png');
	background-repeat: repeat-x;
	color: #7B7B7C;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
}

h2
{
    padding-bottom:15px;
    font-size:16px;
}

p.actions
{
    padding-bottom:15px;
}

a:link
{
	color: #5E9BB7;
	text-decoration: none;
}
a:visited
{
	color: #5E9BB7;
	text-decoration: none;
}
a:hover
{
	color: #7B7B7C;
	text-decoration: none;
}

#pageWrapper
{
    width:990px;
    margin-left:auto;
    margin-right:auto;
    padding-left:5px;
}


header
{
    height:62px;
    padding-left:10px;
}

#logo
{
    float:left;
    width:400px;
}

#logo h1
{
    float:left;
    font-family: Times New Roman;
    font-size:24px;
    color:Black;
}
#logo h2
{
    clear:both;
    font-family: Times New Roman;
    font-size:14px;
    color:Black;
}



#loginDisplay
{
    float:right;
    padding-top:10px;
}

nav
{
    height:31px;
}

nav.noMenu
{
	background-color: #FFFFFF;
	background-image: url('../images/footer_bar.png');
	background-repeat: no-repeat;
	color: #FFFFFF;
	vertical-align: text-bottom;
	width: 980px;
}

nav ul
{
    width:980px;
}

nav li
{
    list-style:none;
    float:left;
    position:relative;
}

/* the 2nd ul list */

nav li ul
{
    position:absolute;
    top:31px;
    left: -9999em;
    border:1px solid #CED0D1;
    width:125px;
    background-color:#DEE1E3;
    padding-right:15px;
    z-index:100;
}

nav li ul li
{
    width:125px;
    padding-top:5px;
    padding-bottom:5px;
}
nav li ul li a
{
    padding-left:10px;
}

nav li:hover ul, nav li.sfhover ul {
    left: 0px;
}


section
{
	background-color: #E0E9ED;
	background-image: url('../images/background_content.png');
	background-repeat: no-repeat;
	padding: 20px 30px 20px 30px;
	vertical-align: top;
	width: 920px;
}

footer
{
	background-color: #FFFFFF;
	background-image: url('../images/footer_bar.png');
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: 31px;
	text-align: left;
	vertical-align: text-bottom;
	width: 980px;
}

#login 
{
    border:none;
}

#login ul
{
    padding-top:10px;
    padding-bottom:10px;
}

#login li
{
    list-style:none;
    padding-bottom:7px;
}

#login li label
{
	display: inline-block;
	font-weight: bold;
	vertical-align: top;
	width: 80px;
}

#login li input
{
	background-image: url('../images/textbox.gif');
	background-repeat: no-repeat;
	border: 0px none;
	font-family: Arial, Verdana;
	font-size: 12px;
	height: 20px;
	padding:0px;
	padding-left: 10px;
	padding-right: 10px;
	width: 201px;
}

#login p
{
    width:350px;
}

#login input[type=image]
{
    float:right;
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

input[type="text"], 
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
    font-weight:bolder;
    font-size:8px;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.required
{
    color:#ff0000;
    font-size:10px;
}

.field-container {
    float:left;
    width:280px;
}

.display-label, 
.editor-label {
    margin: .75em 0 0 0;
}

.display-field, 
.editor-field {
    margin: 0em 0 0 0;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}


table.grid
{
    width:100%;
}

table.grid tr:first-child 
{
    background-image: url('../images/nav_overlay.png');
    height:30px;
}

table.grid tr:first-child th:first-child
{
    background: url('../images/nav_left.png') no-repeat left center;
}

table.grid tr:first-child th:last-child
{
    background: url('../images/nav_right.png') no-repeat right center;
}

table.grid tr th
{
    font-weight:bold !important;
    color: black  !important;
}

table.grid th, table.grid td
{
    padding:4px;
    padding-left:14px;
    padding-right:14px;
}

table.grid tr:nth-child(odd)
{
    color: #333;
    background-color: #F7F6F3;
}

table.grid tr:nth-child(even)
{
    color: #284775;
    background-color: white;
}

table.grid .actions
{
    width:25px;
    text-align:center;
}


/* Styles for Home Page Buttons */
.iconHome
{
    width:450px;
    height:203px;
    margin-right:auto;
    margin-left:auto;
    text-align:center;
    vertical-align:middle;
}

.Button
{
    position:relative;
    display:table-cell;
    vertical-align:middle;
    float:left;
    margin-right:20px;
    width:95px;
    height:52px;
    padding-top:20px; 
    line-height:1.25em;
    color:White;
    font-weight:bolder;
    background-image:url('../images/button.png');
    cursor:pointer;
}

.ButtonOver
{
    position:relative;
    display:table-cell;
    vertical-align:middle;
    float:left;
    margin-right:20px;
    width:95px;
    height:52px;
    padding-top:20px; 
    line-height:1.25em;
    color:White;
    font-weight:bolder;
    background-image:url('../images/button_over.png');
    cursor:pointer;
}