/* 
    Document   : ui-theme
    Created on : May 7, 2010, 11:15:53 AM
    Author     : kelly
    Description:
        Purpose of the stylesheet follows.
*/



/**
 * Anchor tags and buttons
 *
 */



a.button{
	float:left;
	font-size:110%;
	font-weight:bold;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	color:#333;
	width:auto;
        cursor:pointer;
        margin-right: 6px;
	}

a.button:hover span {
    background: #dfdfdf;
    cursor:pointer;
}
a.button:active{
	border-top:1px solid #333;
	border-left:1px solid #333;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	color:#333;
	}
a.button span{
	background:#d4d0c8 url(/media/images/bg_btn.gif) 0 0 repeat-x;
	float:left;
	line-height:24px;
	height:24px;
	padding:0 10px;
	border-right:1px solid #777;
	border-bottom:1px solid #777;
	}
a.button:active span{
	border:none;
	border-top:1px solid #777;
	border-left:1px solid #777;
	background:#d4d0c8 url(/media/images/bg_btn.gif) 0 -20px repeat-x;
	cursor:pointer;
	}



/**
 *  Headers
 *
 */

h1.logo {
    width: 259px;
    height: 108px;
    margin: 0 auto;
}
h1.logo a {
    width: 259px;
    height: 0;
    padding:108px 0 0;
    background: #fff url(/media/images/logo.gif) 0 0 no-repeat;
    display: block;
    overflow: hidden;
}

h2, h3, .typeface-js, legend {
    font-family: "Droid Serif", serif;
}
h2, .box h2, legend, h4, h3 {
    font-size: 2em;
    font-weight: normal;
    color: #890000;
}
h2 {
    font-size: 2.6em;
    padding-bottom: 10px;
}

.header h2 {
    font-size: 1.7em;
    margin: 0;
    padding-bottom: 5px;
    font-style: italic;
}
.header h3 {
    margin: 0;
    color: #222;
    padding: 0;
    font-size: 1.5em;
}

h3.label {
    color: #111;
    font-weight: normal;
    font-size: 1.6em;
    padding-bottom: 1em;
}

h3 {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.box h3 {
    font-size: 1.8em;
}
.book h3 {
    padding: 0;
}
h3.box-align {
    padding-left: 1em;
}

h5 {
    color: #333;
    font-weight: bold;
    font-size: 1.1em;
    padding: 10px 0 5px;
    font-style: normal;
}

h4 {
    font-size: 1.4em;
    font-weight: bold;
    margin: 0em 0 0.25em;
}

/**
 * Forms
 *
 */

a.select,
input.text, input[type=text], input.password {
    display: block;
    width: 98%;
    background-color: #E9EAEC;
    border: 1px solid #efefef;
    font-size: 1.1em;
    color: #333;
    padding: 0;
    height: 20px;
    position: relative;
    z-index: 10;
}

a.select, input.dropdown {
    background: #E9EAEC url(/media/images/dropdown.gif) top right no-repeat;
}

a.select,
a.select b,
a.select b em {
    font-weight: normal;
    text-decoration: none;
}

a.select b {
        padding: 3px;
        display: block;
}


a.select ul {
    display: none;
    position: absolute;
    top: 20px;
    left: -1px;
    background: #f6f6f6;
    list-style: none;
    width: 98%;
    padding: 1%;
    cursor: pointer;
}
a.select ul li {
    padding: 2px 0;
}
a.select ul li.hover {
    background: #fefefe;
}
a.select:focus,
a.select.focus {
    z-index: 100;
}
a.select:focus ul,
a.select.focus ul {
    display: block;
}

input.date {
    width: 47%;
    background: #E9EAEC url(/media/images/date.gif) right center no-repeat;
    float:left;
    cursor: pointer;
}