/* Base Styles */

/* base.css, part of YUI's CSS Foundation */
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;
}

th, td {
/*borders and padding to make the table readable*/
/*border:1px solid #000;*/
    padding: .5em;
    vertical-align: top;
}

th {
/*distinguishing table headers from data cells*/
    font-weight: bold;
    text-align: center;
}

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, table {
/*so things don't run into each other*/
    margin-bottom: 1em;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}


/* Header */

.adminHeader {
    padding: 10px 0;
    width: 100%;
    background-color: #00abdf;
}

.adminHeader .logo {
    float: left;
    margin-top: 0px;
}

.adminHeader .links {
    float: right;
    margin-top: 4px;
    margin-right:20px;
    font-weight: bold;
    padding: 0 25px;
    color: white;
}

.adminHeader .links ul li {
  list-style-type: none;
  display: inline;
  margin-right: 1ex;
}

.adminHeader .links ul li:last-child {
  margin-right: none;
}

.adminHeader .links a {
    color: white;
}

.adminHeader h1 {
    font-size: 20pt;
    color: white;
    float: left;
    margin: 8px 5px;
}

.adminHeader .flag {
    float: left;
    margin-left: 40px;
    margin-top: -5px;
}

.adminHeader .confidentiality {
    border: 1px solid #88d7ed;
    margin-top: -2px;
    color: #000;
    font-size: 11px;
    width: 550px;
    float: left;
    padding: 10px;
    margin-left: 50px;
    background-color: #4dcef1;
}

/* Main Content */

.adminContentWrapper {
    text-align: left;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px 20px 20px;
}

table {
    margin: 15px 5px 0px 10px;
}

td, th {
    padding: 5px;
}

th {
    font-weight:bold;
}

table.dividedCells td, table.dividedCells th {
    border: 1px solid black;
}

li form input {
    margin-top: 5px;
    margin-bottom: 5px;
}



/* FOOTER */

div.adminFooter {
    margin-top: 40px;
    background: #ccc;
    padding: 20px 0 20px 20px;
}

.adminFooter .statBox {

    width: 350px;
}

.adminFooter .core-values {
    float: right;
    margin-top: -55px;
    padding-left: 15px;
    background: white;
}

/** Styling elements on the forbidden usernames page **/

table.tableContainer {
    border: 1px solid black;
}

thead.tableHeader th {
    background-color: #E5F9FB;
    font-weight: bold;
}

tbody.tableBody {
    font-weight: normal;
}

tbody.tableBody td {
    padding: 7px;
}

.selectedLetter {
    text-decoration: underline;
}

.deselectedLetter {
    text-decoration: none;
}

/** END **/

td.receiptInformation {
    padding: 30px;
}

td.receiptInformation span.labelSpan {
    font-weight: bold;
    padding: 3px;
    display: block;
}


/** for health dashboard **/

.healthItem {
    margin: 5px 0;
    clear:both;
    min-height:70px;
    color:red;
    width:800px;
    border: 2px solid #ededf4;

}

.healthItem .name {
    padding: 2px 5px;
    background-color: #ff9999;
}

.healthItem .icon {
    width:70px;
    height:64px;
    background-image:url("/images/admin/tornado.gif");
    float:left;
    margin-right:20px;
}

.healthItem.yellow .icon {
    background-image:url("/images/admin/cloudy.gif");
}

.healthItem.yellow .name {
    color: #ff9900;
    background-color: #ffffcc;
}

.healthItem.green .icon {
    background-image:url("/images/admin/sun.gif");
}

.healthItem.green .name {
    color:black;
    background-color:white;
}

.healthItem .name {
    font-size:200%;
    font-weight:bold;
    width:700px;
    float:left;
}

.healthItem .todo {
    float:left;
    width:700px;
    margin-left:5px;
    margin-top:5px;
    color:black;
}

.healthItem .over {
    background-color:yellow;
}

.healthItem .wayOver {
    background-color:red;
}

/* CLEARFIX */

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


.rooster {
    padding: 10px;
    background-color: #ffc;
    border: #f93 1px solid;
    margin: 15px 0;
}


.rooster h2 {
    width: 540px;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    float: left;
}

.rooster .closeme {
    float: right;
    width: 60px;
}

.error .rooster {
    border-color: #f33;
    background-color: #fcc;
}

.errorMessage p {
    padding: 5px;
    border: 1px solid #f33;
    background-color: #fcc;
}

.rooster p {
    clear: both;
    padding-top: 10px;
    margin-left: 20px;
}

.textNoteTitle {
	font-weight: bold;
}

.textNote {
	font-size: 90%;
	font-style: italic;
	position: relative;
	color: gray;
}

/* New form stylings. Phasing out old stuff */
form.pretty-form label,a.submit {
	font-size: 110%;
}

form.pretty-form input,form.pretty-form select {
	border: 1px solid #cccccc;
	color: #333;
	padding: 2px;
	width: 160px;
}

form.pretty-form input.check-box {
	margin-top: 3px;
	border: none;
	width: 20px;
}

form.pretty-form label {
	display: block;
	margin-bottom: 10px;
	color: #333;
}

form.pretty-form label span {
	display: block;
	float: left;
	padding: 2px;
	width: 225px;
	text-align: left;
	font-weight: bold;
}

form.pretty-form .align-with-input {
    margin-left:230px;
}

form.pretty-form a.submit {
	background-image: url(/images/gradient-green-submit.gif);
	padding: 0px 6px;
	border: 1px solid #3b6e22;
	height: 24px;
	line-height: 24px;
	color: #eee;
	margin-right: 10px;
	display: inline-block;
	text-decoration: none;
}

form.pretty-form a:hover.submit {
	color: #FFFFFF;
}


form.pretty-form ul.pretty-checkboxes li {
    display: inline;
}

form.pretty-form ul.pretty-checkboxes input {
    width: 20px;
}

/* end new form stuff */


/**
    New Buttons
*/

.button, .button:visited, .pretty-form input.button {
	width: auto;
	display: inline-block;
	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;
}

.button.orange, .orange:visited, .pretty-form input.orange {
	color: white;
	border: solid 1px #da7c0c;
	background: #f6cb2f;
	background: -webkit-gradient(linear, left top, left bottom, from(#f6cb2f), to(#f47a20));
	background: -moz-linear-gradient(top,  #f6cb2f,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6cb2f', endColorstr='#f47a20');
}
.button.orange:hover, .pretty-form input.orange:hover {
	color: white;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.button.orange:active {
	color: white;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#f6cb2f));
	background: -moz-linear-gradient(top,  #f47a20,  #f6cb2f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#f6cb2f');
}

.button.green, .green:visited, .pretty-form input.green {
    color: white;
    background: #97D049;
    border: solid 1px #66AC4C;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#97D049, endColorstr=#518A03)";
	background-image: -webkit-linear-gradient(top, #97D049, #518A03);
	background-image: -moz-linear-gradient(top, #97D049, #518A03);
	background-image: -ms-linear-gradient(top, #97D049, #518A03);
	background-image: -o-linear-gradient(top, #97D049, #518A03);
}

.button.green:hover, .pretty-form input.green:hover {
    color: white;
    background: #B5EE67;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#B5EE67, endColorstr=#518A03)";
    background-image: -webkit-linear-gradient(top, #B5EE67, #518A03);
    background-image: -moz-linear-gradient(top, #B5EE67, #518A03);
    background-image: -ms-linear-gradient(top, #B5EE67, #518A03);
    background-image: -o-linear-gradient(top, #B5EE67, #518A03);
}
