﻿/* George's styles */
/* ----------------------------------------------------------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
}

.copyHeader1 {
	font-size: 13px;
}

.copySmall {
	font-size: 9px;
}

.DBNotice 
{
	font-size: 10pt;
	font-weight: bold;
	color: red;
	background-color: White;
	border: solid 1px red;
	position: absolute;
	left: 2;
	top: 2;
}

/* Suggestion Classes */
.suggestNotify 
{
    border:solid 1px red;
}
.suggestStatus
{
    font-family:"Arial";
    font-size: 8pt;
}
.Suggestion
{
    height:100px;
    width:775px;
}
/* End Suggestions */


/* ------ Tab Styles ------ */
/*.idTabs ul {list-style: none; padding: 0; margin: 0;}
.idTabs li{float:left;list-style:none;padding:0;}
.idTabs ul a{background:#fff;color:#000;display:block;font:12px Verdana;font-weight:bold;margin:0px 0px 0px 0;padding:4px;text-decoration:none!important;}
.idTabs ul a:hover{background:#111;color:#fff;}
.idTabs ul a.selected{background:#ccc;border-bottom:1px solid #555;color:#000;cursor:default;margin-bottom:0;}
.idTabs div{background:#fff;clear:both;margin-bottom:10px;margin-top:5px;padding:3px 4px 4px;}
.Tabs li{float:left;list-style:none;padding: 2px 2px 0 0;}*/

/* ------ Why don't these inherit from body??? ------ */

td {
	font-size: 12px;
	padding-right: 5px;
}

div { font-size: 13px; }

/* -------------------------------------------------- */



ul.sortable li { position: relative; }

ul.boxy {
	list-style-type: none;
	width: 10em;
	font-size: 13px;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
}

ul.boxy li {
	cursor: move;
	border: 1px solid #ccc;
	background-color: #eee;
	margin-bottom: 4px;
	width: 300px;
	padding: 2px;
}

#space { height: 35px; }

.ColumnHeader, td.ColumnHeader {
	font-family: Tahoma;
	background-color: #6cc;
	font-size: 8pt;
	font-weight: 700;
	color: #FFF;
}

.Header,.Header:link,.Header:visited {
	background-color: #6cc;
	color: #FFF;
	font-size: 10pt;
	font-weight: 700;
}

.MainRow, .MainRow:link, .MainRow:visited, tr.MainRow, tr.MainRow:link, tr.MainRow:visited {
	color: #000;
	background-color: #FFF;
	cursor: default;
}

.AltRow, .AltRow:link, .AltRow:visited, tr.AltRow, tr.AltRow:link, tr.AltRow:visited {
	color: #000;
	background-color: #DDD;
	cursor: default;
}

.HiliteRow {
	background-color: #69C;
	cursor: hand;
}

.SmallText {
	font-family: Tahoma,Arial;
	font-size: 7pt;
}

.LargeText {
	font-family: Tahoma,Arial;
	font-size: 18pt;
	font-weight: 700;
}

.Footer {
	border-top: 1px dotted #000;
	font-weight: 700;
}

.GreyLink: link,.GreyLink: visited {
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	font-weight: 700;
	color: #444;
}

.AdminContentTable {
	border: solid 1px silver;
	border-collapse: collapse;
}

.FormTable {
	width: 500px;
	text-align: left;
}

.LabelRow {
	color: #000;
	padding: 2px;
}

.ReqLabelCell {
	font-weight: 700;
	text-align: left;
}

.InputCell {
	padding-bottom: 2px;
	text-align: left;
}

.InputText {
	font-family: Tahoma;
	font-size: 8pt;
	padding-bottom: 2px;
}

.Error {
	text-align: left;
	font-family: Tahoma;
	font-size: 8pt;
	color: Red;
	font-weight: 700;
}

.hint {
	font-size: 8pt;
	font-weight: 700;
}

.ContentTable {
	border: solid 1px #444;
	width: 99%;
}

.HideIt {
	visibility: hidden;
	display: none;
}

.ShowIt { visibility: visible; }

.DrawInput {
	border: solid 1px #000;
	font-family: Verdana;
	font-size: 8pt;
	background-color: #eee;
}

.LeftFloat, .Left { float: left; }
.RightFloat, .Right { float: right; }

.PadMe {
	text-align: left;
	margin: 4px;
}

.Label {
	font-size: 10pt;
	font-weight: 700;
	margin: 4px;
}

.NFRVerify {
	background-color: Red;
	color: #000;
	font-weight: 700;
}

.NFRVerify: link,.NFRVerify: visited {
	color: Blue;
	text-decoration: underline;
}

.clickable a {
	display: block;
	text-decoration: none;
	cursor: hand;
}

.clickable li: hover { background-color: #f6f6f6; }

.LabelCell, .InputRow { text-align: left; }

.KeystoneFooter {
	font-size: 9px;
	letter-spacing: .005em;
	text-align: right;
	padding: 3;
}

h3 {border-bottom:solid 1px #000;}
div label {float:left; width:200px; text-align:right; vertical-align:top;font-weight:bold;padding:0 4px 0 0;}

/* END George's styles */
/* ----------------------------------------------------------------------------------- */







/* Carlos' styles */
/* ----------------------------------------------------------------------------------- */

h1 {
	font-size: 28px;
	font-weight: bold;
	color: #000;
	margin: 20px 20px 15px 0;
}

.header_teal_line {
	border-bottom: 1px solid #00CCCC;
}

.header_big_gold {
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	border-bottom: 6px solid #cc6;
}

.header_big_sub {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}

.header_big_sub2 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}

.note {
	font-size: 10px;
	font-style: italic;
}

/* Carlos' styles */
/* ----------------------------------------------------------------------------------- */







/* Carlos' Layout styles */
/* ----------------------------------------------------------------------------------- */

.content_column_left {
	width: 600px;
	float: left;
	margin: 0 30px 0 20px;
}

.content_column_right {
	width: 300;
	float: right;
	margin: 0 50px 0 0;
}

.content_column_span2 {
	padding: 5px 0 5px 0;
	margin: 0 30px 0 20px;
	clear: both;
}

.teal_line_horiz {
	border-bottom: 1px solid #00CCCC;
	height: 15px;
	margin: 5px 0 15px 0;
	padding: 5px 0 5px 0;
	width: 100%;
	clear: both;
}

.teal_line_vert {
	border-right: 1px solid #00CCCC;
	padding-right: 10px;
}


/* END Layout styles */
/* ----------------------------------------------------------------------------------- */






/* Ellen's styles */
/* ----------------------------------------------------------------------------------- */

li {
	font-size: 13px;
	line-height: 14px;
	font-weight: 400;
	color: #000;
	margin-left: 5px;
	margin-top: 5px;
}

.ritelink {
	font-size: 10px;
	line-height: 12px;
	color: #039;
	text-decoration: none;
	text-align: right;
	font-weight: 400;
}

.ritelink:link {
	font-size: 10px;
	line-height: 12px;
	color: #039;
	text-decoration: none;
	text-align: right;
	margin-right: 10px;
}

.ritelink:visited {
	font-size: 10px;
	line-height: 12px;
	color: #039;
	text-decoration: none;
	text-align: right;
}

.ritelink:hover {
	font-size: 10px;
	line-height: 12px;
	color: #039;
	text-decoration: underline;
	text-align: right;
}

.subhead {
	font-size: 13px;
	line-height: 15px;
	font-weight: 700;
	text-transform: uppercase;
	color: #3CF;
	letter-spacing: -.009em;
	margin: 0 0 0 15px;
	padding: 10px 0 0;
}

.leftNav {
	margin: 0 0 5px 25px;
	padding: 0;
}


a.starter {
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	line-height: 0;
	margin: 0 0 0 15px;
	padding: 0;
}

a.starter:link {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	line-height: 0;
	margin: 0 0 0 15px;
	padding: 0;
}

a.starter:visited,a.topnav:visited {
	color: #fff;
	font-size: 11px;
}

a.starter:hover,a.starter:active,a.starter:focus,a.topnav:hover,a.starter:active,a.starter:focus {
	color: #fff;
	font-size: 11px;
	text-decoration: underline;
}

.border {
	background-position: right top;
	background-color: #FFF;
	border: 1px solid #6CC;
	padding-left: 20px;
}

.starterSubs {
	font-size: 11px;
	line-height: 13px;
	color: #fff;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.starterSubs:link {
	font-size: 11px;
	line-height: 13px;
	color: #fff;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.starterSubs:visited {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}

.starterSubs:hover {
	color: #fff;
	text-decoration: underline;
}

.borderBasic {
	background-image: url(/images/bg/top_teal_header.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFF;
	border-color: #6CC;
	border-style: solid;
	border-width: 2px;
}

a:link {
	color: #066;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #399;
}

a:hover { text-decoration: underline; }

a:active { text-decoration: none; }

a.topnav {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	margin-left: 20px;
}

a.topnav:link {
	color: #fff;
	margin-left: 20px;
}

.subheadBasic {
	font-size: 13px;
	line-height: 15px;
	font-weight: 700;
	color: #000;
	letter-spacing: -.009em;
	margin: 0 0 10px 15px;
	padding: 10px 0 0;
}

.starterSubsBasic:link {
	font-size: 12px;
	line-height: 13px;
	color: #000;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.starterSubsBasic:visited {
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

.starterSubsBasic:hover {
	color: #000;
	text-decoration: underline;
}

.borderSmall,.borderTech {
	width: 800px;
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFF;
	border-color: #6CC;
	border-style: solid;
	border-width: 2px;
}

p.quickNav,p.quickNavBasic {
	font-size: 11px;
	font-weight: 400;
	margin: 0 0 5px 15px;
	padding: 0;
}

/* END Ellen's styles */
/* ----------------------------------------------------------------------------------- */
