/* Low-level elements */
* html .visualIEFloatFix { height: 0.01%; } /* Holly hack? need to test */

body {
	font-family: arial, helvetica, geneva, sans-serif, verdana;
}
/*body, div, p, th, td, li, dd, span {
	font-family: arial, helvetica, geneva, sans-serif, verdana;
	size determined in browser-specific .css file
}*/

body.dev_server {
	/*background-color: #e2e2f0;*/
	background-image: url(../images/siteimages/bg_dev.png);
	background-repeat: repeat-y;
	/*
	border-bottom: 10px solid #ff2222;
	border-left: 10px solid #ff2222;
	border-top: 10px solid #ff2222;
	border-right: 10px solid #ff2222;
	*/
}

body.test_server {
	background-image: url(../images/siteimages/bg_test.png);
	background-repeat: repeat-y;
}

/*
div {
	border-bottom: 2px solid #ff2222;
	border-left: 2px solid #ff2222;
	border-top: 2px solid #ff2222;
	border-right: 2px solid #ff2222;
}
*/

/*
table {
	border-top: 1px solid #ff0000;
	border-bottom: 1px dashed #0000ff;
	border-left: 1px solid #ff0000;
	border-right: 1px dashed #0000ff;
}

td {
	border: 3px dotted #000000;
}
*/

#container {
	text-align: left;
	/*border-left: 15px solid #ffffff;*/  /*Causes IE to scroll horizontally, thus using % on table width*/
	/*margin: 0 auto;*/
	margin-left: 5px;
}


/* Titles and Headings */
h1 {
	font-family: trebuchet MS, Arial; /* H1 Sizes adjusted in browser-specific css pages */
	font-weight: bold;
	color: #444444;
	margin-top: .25em;
	margin-bottom: .5em;
	line-height: 100%;
}
h2 {
	font-family: trebuchet MS, Arial; /* H1 Sizes adjusted in browser-specific css pages */
	font-weight: bold;
	color: #444444;
	margin-top: .25em;
	margin-bottom: .5em;
	line-height: 100%;
}
h3 {
	font-family: trebuchet MS, Arial; /* H1 Sizes adjusted in browser-specific css pages */;
	font-weight: bold;
	color: #444444;
	margin-top: .25em;
	margin-bottom: .5em;
}
.page_header_fixed {
	font-family: Arial;
	font-weight: normal;
	font-size: 22px;
	font-weight: bold;
	margin-left: 10px;
	color: #444444;
}

.header_row {
	background-color: #dddddd;
}


/* Positioning */
.stick-left {
	float: left;
}
.stick-right {
	float: right;
	text-align: right; /* depends on element width */
}


/* Announcement headers (errors, warnings, confirmations) */
div.announce_text {
	font-family: Verdana, Arial;
	font-weight: bold;
	color: #eeeeee;
	margin: 22px 20px 24px 0px;
	line-height: 1.4em;
}
div.announce_text a:link, div.announce_text a:active, div.announce_text a:visited {
	color: white;
}
div.announce_text a:hover {
	color: #cccccc;
}
div.announce_default {
	background: url(/images/siteimages/bg_announce_confirm.gif) repeat-x top left;
	background-color: #0054A5;
}
div.announce_confirm {
	background-color: #268F3A;
}
div.announce_error {
	background-color: #BF272D;
}
div.announce_warning {
	background-color: #F16422;
}
div.announce_notice {
	background-color: #975e20;
}
td.announce_icon_cell {
	padding: 10px;
}
img.announce_icon {
	float: left; clear: left;
}
A.close_window_link {
	float: right; clear: right;
	/*border: 1px solid #cccccc;*/
	margin: 4px 5px 0px 0px;
	font-family: arial;
}
A.close_window_link:link, A.close_window_link:visited, A.close_window_link:active {
	color: #cccccc;
	text-decoration: none;
}

A.close_window_link:hover {
	color: #aaaaaa;
	text-decoration: none;
}


/* Text */
.inactive {
	color: #cccccc;
}

.monospace {
	font-family: monospace, verdana, sans-serif;
}

.bold {
	font-weight: bold;
}

.quote {
	font-family: Times New Roman, Arial;
	font-style: italic;
}

.error {
	color: #ff0000;
}

.important {
	color: #ff0000;
}

.important_bold {
	font-family: verdana, arial, helvetica, sans-serif; color: #cc0000; font-weight: bold;
}

.confirmed {
	color: #228822;
}


/* Miscellaneous */
.asterisk {
	display: inline;
	font-family: monspace, verdana, sans-serif;
}

div.separator {
	display: inline; color: black;
	margin: 0px 4px 0px 4px;
}


/* Forms */
/* Forms */
div.form_fieldset {
	padding: 7px;
	border: solid #9C9EA0 1px;
	background: #e6e6e6;
}

div.form_fieldset td {
	padding-top: 5px;
	padding-bottom: 5px;
}

td#form_holder {
	/*border: solid #9C9EA0 3px;*/
	padding: 0px;
	/*background: #e7e0cc;*/
}

td#form_button {
	background-color: #1D60A9;
	padding: 5px;
	border: solid #333333 1px;
}

.form_header_row {
	background-color: #b6c7e5; font-weight: bold; padding: 1px;
}

.form_text {
	font-family: arial, helvetica, sans-serif;
}

.form_instructions {
	font-family: Times New Roman, Arial, Helvetica, sans-serif; color: #F16422;
}

.label_text {
	font-family: verdana, arial, helvetica, sans-serif; 
	/*color: #0d6d0d;*/ color: #F16422; 
	font-weight: normal;
}

.label_text_blue {
	font-family: verdana, arial, helvetica, sans-serif; 
	/*color: #0d6d0d;*/ color: #000099;
	font-weight: normal;
}

.admin_field {
	font-family: arial, helvetica, sans-serif; color: #ff0000;
}

.live_field {
	font-weight: bold;
	font-family: arial, helvetica, sans-serif; color: #F16422;
}

.backup_field {
	font-family: arial, helvetica, sans-serif; color: #0d6d0d;
}

.form_text_header {
	font-family: arial, helvetica, sans-serif; font-weight: bold;
}

.field_name {
	color: blue;
	font-family: arial, helvetica, sans-serif;
}

.field_name_bold {
	font-family: arial, helvetica, sans-serif; color: red;
}

label.error {
	font-style: italic;
}

.required {
	color: #ff0000;
}

.field_ok {
	color: #008800;
}

.disabled {
	color: #555555;
	font-style: italic;
}


/* Links */
A:link, A:active, A:visited {
	color: #0054A5;
}
A:hover {
	color: #F16422;
}

A:link.pivot_link, A:visited.pivot_link, A:active.pivot_link {
	color: #006600;
}
A:hover.pivot_link {
	color: #F16422;
}

A:link.button, A:visited.button, A:active.button {
	color: #00cc00;
	text-decoration: none;
}
A:hover.button {
	color: #999999;
	text-decoration: none;
}

A.inactive:link, A.inactive:visited, A.inactive:active {
	color: #cccccc;
	text-decoration: none;
}
A.inactive:hover {
	color: #cccccc;
}

A.important:link, A.important:visited, A.important:active {
	color: #ff0000;
}
A.important:hover {
	color: #F16422;
}


/* Lists */
ul {
	list-style: disc;
}

ul.circle { list-style: circle; }

ul.square { list-style: square; }

ul.noindent {
	margin-top: 0; margin-bottom: 0; margin-left: 1.25em; padding-left: 0;
}

ul.compact {
	margin-bottom: 0; margin-top: 0; padding: 0; margin-left: 1.25em;
}

ul.flow_right {
	list-style: inside;
	margin: 0 0 0 0;
	padding: 0;
}

ol.roman_menu {
	list-style: upper-roman outside;
	margin: 0 0 0 1.25em;
	padding: 0;
}

div.link_button {
	padding: 5px 0px 5px 0px;
}
div.link_button a:link, div.link_button a:visited, div.link_button a:active {
	color: white;
	background-color: blue;
	text-decoration: none;
	padding: 5px 8px 5px 8px;
}
div.link_button a:hover {
	color: gray;
	background-color: orange;
	text-decoration: none;
	padding: 5px 8px 5px 8px;
}

/* Box with rounded corders */
.bl_orange {background: url(/images/siteimages/bl_orange.gif) 0 100% no-repeat #F16422; /*width: 20em*/}
.br_orange {background: url(/images/siteimages/br_orange.gif) 100% 100% no-repeat}
.tl_orange {background: url(/images/siteimages/tl_orange.gif) 0 0 no-repeat}
.tr_orange {background: url(/images/siteimages/tr_orange.gif) 100% 0 no-repeat; padding:10px}

.bl_gray {background: url(/images/siteimages/bl_gray.gif) 0 100% no-repeat #e6e6e6; /*width: 20em*/}
.br_gray {background: url(/images/siteimages/br_gray.gif) 100% 100% no-repeat}
.tl_gray {background: url(/images/siteimages/tl_gray.gif) 0 0 no-repeat}
.tr_gray {background: url(/images/siteimages/tr_gray.gif) 100% 0 no-repeat; padding:10px}

.bl_blue {background: url(/images/siteimages/bl_blue.gif) 0 100% no-repeat #0054A5; /*width: 20em*/}
.br_blue {background: url(/images/siteimages/br_blue.gif) 100% 100% no-repeat}
.tl_blue {background: url(/images/siteimages/tl_blue.gif) 0 0 no-repeat}
.tr_blue {background: url(/images/siteimages/tr_blue.gif) 100% 0 no-repeat; padding:10px}

.clear {font-size: 1px; height: 1px}

/* Box with 30px rounded corner */
.bl_gray_30 {
	background: url(/images/siteimages/bl_gray_30.gif) 0 100% no-repeat #e6e6e6;
}
.br_gray_30 {
	background: url(/images/siteimages/br_gray_30.gif) 100% 100% no-repeat;
}
.tl_gray_30 {
	background: url(/images/siteimages/tl_gray_30.gif) 0 0 no-repeat;
}
.tr_gray_30 {
	background: url(/images/siteimages/tr_gray_30.gif) 100% 0 no-repeat;
	padding: 30px;
}
.gray_30_v {
	margin: -30px 0 -30px 0;
	padding: 30px 0 30px 0;
	border-top: 1px solid #9C9EA0;
	border-bottom: 1px solid #9C9EA0;
}
.gray_30_h {
	margin: 0 -30px 0 -30px;
	padding: 0 30px 0 30px;
	border-left: 1px solid #9C9EA0;
	border-right: 1px solid #9C9EA0;
}
.clear {font-size: 1px; height: 1px} 

/* Fix for clearing elements */
/**
 * Automatically sticks an invisible '.' after the element so that floats
 * don't protrude below their containing elements
 */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
