﻿/* Includes YUI Reset, Font, and Base CSS used under the following license: http://developer.yahoo.com/yui/license.html
Copyright (c) 2009, Yahoo! Inc.
All rights reserved.

Redistribution and use of this software in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

    * Redistributions of source code must retain the above copyright notice, this list of conditions and the
      following disclaimer.
    * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
    * Neither the name of Yahoo! Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission of Yahoo! Inc.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul { list-style:none; }
/*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; }

body {
	font:13px/1.231 verdana,arial,helvetica,clean,sans-serif;
	/* for IE6/7 */
	*font-size:small;
	/* for IE Quirks Mode */
	*font:x-small;
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea,
button {
	font:99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset {
	/*so things don't run into each other*/
	margin-bottom:1em;
}

/* Beyond this point is Athena CSS */
html { overflow: -moz-scrollbars-vertical; }
#pageWrapper { margin: 0 auto; width: 960px; }
#pageHeader { position: relative; }
#pageLogo { position: absolute; left: 0; top: 0; }
#topLogin { position: absolute; right: 0; top: 0; }
#loggedIn { position: absolute; right: 0; top: 0; }
#pageContent { float: left; padding: 0 13px; }
#loginError { color: Red; font-weight:bold; font-size:10px; }

#sideBarHolder {
	float: right;
	width: 222px;
}

.sideBar 
{
	margin-bottom: 10px;
}

/* Form Elements */
input.textBox, textarea, select
{
	border: solid 1px #333;
	border-right-color: #bbb;
	border-bottom-color: #bbb;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	outline: none;
}

input:focus.textBox, textarea:focus, select:focus
{
	background-color: #ffe;
	border-color: #222 #aaa #aaa #222;
}

input.inputError
{
	background-color: #fee;
	border-color: #f44 !important;
}
input[readonly]:not(.calendar) {
	color: #666 !important;
	background-color: #eee !important;
	border: solid 1px #ccc !important;
}

button, a.button, a.smallButton
{
	display:inline-block;
    margin:0 7px 0 0;
    background-color:#e8e8e8;
    border:1px solid #b0b0b0;
    border-top:1px solid #e0e0e0;
    border-left:1px solid #e0e0e0;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#555;
    cursor:pointer;
}

button.small, a.smallButton
{
	font-size: 80%;
	line-height: 100%;
}

button{
    width:auto;
    overflow:visible;
    padding:4px 12px 4px 9px; /* IE6 */
    *margin-bottom: 1px;
}
button[type]{
    padding:5px 10px 6px 7px; /* Firefox */
    line-height:14px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 11px 5px 10px; /* IE7 */
}

button.small {
	padding: 3px 6px 3px 5px;
	*margin-bottom: 3px;
}
button[type].small {
	padding:2px 4px 3px 3px; /* Firefox */
    line-height:13px; /* Safari */
}
*:first-child+html button[type].small{ padding: 1px 6px 1px 5px; }

a.button { padding:5px 13px 5px 10px; }
a.smallButton { padding: 4px 7px 5px 6px;}

button:hover, a.button:hover, a.smallButton:hover { border-color: #e0e0e0; border-top-color: #d0d0d0; border-left-color: #d0d0d0; background-color: #eaeaea; color: #333; }

button img, a.button img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

div.clearing { clear: both; height: 0; line-height: 0; }
.clearBoth { clear: both; }

.errorList 
{
	border: double 3px #f00;
	padding: 10px;
	font-weight: bold;
	color: #f00;
	margin: 3px;
}
.errorList ul { margin: 0; padding: 0; }
.errorList li { list-style-type: none; }

.validationSummary ul { list-style-type: disc; padding-left: 15px !important; }

.validationSummary ul li { list-style-type: disc; }

.messageList
{
	border: double 3px #000;
	background-color: #FFFFCC;
	padding: 10px;
	margin: 3px;
	font-weight: bolder;
	font-size:13px;
}
.messageList ul { margin: 0; padding: 0; }
.messageList li { list-style-type: none; }


/* -- Data Editor -- */
.dataEditor h2 { padding-bottom: 1px; border-bottom: solid 1px #333; margin-bottom: 2px; font-size: 1.45em; }
.dataEditor { padding-top: 5px; }
.dataEditor input { width: 200px; }
.dataEditor td { padding: 10px 0 0; }
.dataEditor tr.noteRow td {
	color: #666;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	padding: 1px 0;
}
.dataEditor .staticData { font-size: 1.1em; }
.dataEditor label {
	color: #444;
	display: block;
	float: left;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 19px;
	text-align: right;
	margin-right: 5px;
	width: 200px;
}
.dataEditor input[type="checkbox"] { width: auto; }

.dataEditor .reportTable td { padding-bottom:12px; padding-top:12px; padding-left:10px; padding-right:0px; }
.dataEditor .reportTable tr { vertical-align: middle; }
.dataEditor .reportTable label { margin-right: 0; }