﻿/*
 * Purple - #3f4d8a
 */

body
{
	font-family: Segoe UI, Tahoma, Arial, Helvetica, Sans-Serif;
	background-image: url( '../images/admin/bk.jpg' );
	background-repeat: repeat-x;
}

a
{
	color: #10147E;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

strong, b
{
	font-weight: bold;
}

.modalbackground
{
	background-color: White;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

div.popup
{
	border: 1px solid Black;
	background-color: White;
	padding: 1em;
}

/* -- Header -- */

#hd
{
	height: 93px;
}

#hd .logo
{
	height: 51px;
	overflow: hidden;
}

#hd .utility
{
	height: 32px;
	line-height: 32px;
	font-size: 85%;
	margin: 0 0.75em;
}

/* -- Body -- */

#bd
{
	background-color: White;
}

#bd a
{
	text-decoration: underline;
}

#bd h1, #bd h2, #bd h3
{
	color: #10147E;
	font-weight: bold;
}

#bd h1.heading
{
	font-size: 136%;
	padding-bottom: 0.1em;
	border-bottom: 1px solid #8d97c7;
	margin-bottom: 1em;
}

#yui-main .yui-b .content
{
	padding: 1em;
	padding-bottom: 3em;
}

#bd .shortcut
{
	float: right;
	font-size: 77%;
	margin-top: 0.6em;
}

#bd .shortcut img 
{
	vertical-align: middle;
}

#bd .shortcut a
{
	text-decoration: none;
}

#bd .shortcut li 
{
	float: left;
	margin-left: 10px;
}

.content p
{
	margin-bottom: 1em;
}

/* -- Primary Navigation -- */

#primarynav ul li
{
	border: 1px solid #8d97c7;
	border-top: none;
	background-color: #d6dce2;
	padding: 0 0.5em;
	font-size: 85%;
}

#primarynav img
{
	vertical-align: middle;
}

/* -- Footer -- */

#ft
{
	background-color: #3f4d8a;
	color: White;
	padding: 0.8em;
	font-size: 77%;
}

#ft a
{
	color: White;
}

#ft .nav ul li
{
	float: left;
	margin-right: 1em;
}

/* -- Data Entry -- */

table.dataentry th, table.dataentry td
{
	padding: 2px 4px;
}

table.dataentry th
{
	width: 12em;
	font-size: 85%;
	vertical-align: top;
	padding-top: 7px;
}

table.dataentry th.right
{
	text-align: right;
}

table.dataentry span.req
{
	font-weight: bold;
	color: Red;
}

table.dataentry td.clear td, table.dataentry td.clear th
{
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.buttons
{
	padding-top: 1em;
}

.buttons input[type="submit"]
{
	font-size: 107%;
	padding: 0.25em;
	font-weight: bold;
	vertical-align: middle;
}

.buttons *
{
	margin-right: 0.5em;
}

#sorter
{
	position: absolute;
	left: 570px;
	top: 280px;
	display: none;
}

.validationsummary
{
	background-color: Pink;
	background-image: url( '../images/warn.gif' );
	background-position: 0.5em 0.25em;
	background-repeat: no-repeat;
	border: 1px solid Red;
	margin-bottom: 1em;
	padding: 0.5em;
	padding-left: 2.5em;
	color: Maroon;
	font-weight: bold;
}

.validationsummary ul
{
	padding-left: 4em;
}

.validationsummary ul li
{
	list-style: disc;
	font-weight: normal;
}

p.note
{
	color: #555555;
	font-size: 85%;
	margin-top: 1em;
}

.char-count
{
    color: #555555;
}

/* -- Old styles */

table.content_header
{
	border-bottom: 1px solid #8D97C7;
}
table.content_header h1
{
	color: #10147E;
	font-size: 136%;
	font-weight: bold;
	margin: 0px;
}

table.list
{
	
}

table.navigation_table
{
	border-top: 1px solid #8D97C7;
	border-left: 1px solid #8D97C7;
	border-right: 1px solid #8D97C7;
	margin-bottom: 15px;
}
table.search
{
	border: 1px solid #ACADD2;
	color: #10147E;
	background-image: url(../images/admin/bk_search.gif);
	background-repeat: repeat-x;
	height: 25px;
	background-color: #FFFFFF;
}
td
{
	vertical-align: top;
}
td.content
{
	padding: 0px 10px 10px 20px;
}
tr.divider td
{
	border-bottom: 1px solid #5D6A9C;
}
td.icon_header img
{
	padding-bottom: 5px;
}
td.navigation_on
{
	border-bottom: 1px solid #8D97C7;
	background-color: #8D97C7;
}
td.navigation_on_text
{
	border-bottom: 1px solid #8D97C7;
	background-color: #8D97C7;
	padding-top: 8px;
}
td.navigation_on_text a
{
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 8px;
	text-decoration: underline;
}
td.navigation_on_text a:hover
{
	text-decoration: underline;
}
td.navigation_off
{
	border-bottom: 1px solid #8D97C7;
	background-color: #D6DCE2;
}
td.navigation_off_text
{
	border-bottom: 1px solid #8D97C7;
	background-color: #D6DCE2;
	padding-top: 8px;
}
td.navigation_off_text a
{
	color: #000000;
	padding-top: 10px;
	padding-right: 8px;
	text-decoration: none;
}
td.navigation_off_text a:hover
{
	text-decoration: underline;
}
td.footer
{
	background-color: #3F4D8A;
	padding: 10px;
	height: 50px;
	color: #FFFFFF;
}
td.footer a
{
	color: #ffffff;
	text-decoration: none;
}
td.footer a:hover
{
	text-decoration: underline;
}
tr.row_header td
{
	border-bottom: 1px solid #5D6A9C;
}
tr.row_header a
{
	font-weight: bold;
}
tr.row_off td
{
	border-bottom: 1px solid #5D6A9C;
}
tr.row_off td td
{
	border-bottom: 1px solid #ffffff;
}
tr.row_on td
{
	border-bottom: 1px solid #5D6A9C;
	border-top: 1px solid #5D6A9C;
	background-color: #D6DCE2;
}
tr.row_on td td
{
	border-bottom: none;
	border-top: none;
}

.scrollarea 
{
	display: block;
	height: 250px;
	overflow: scroll;
	overflow-y:scroll;
	overflow-x: hidden;
	margin: 0.5em;
	padding: 0.5em;
	border: 1px dotted Silver;	
}

/* -- Date Range -- */

.daterange
{
	float: left;
}

.daterange-td 
{
	vertical-align: middle;
	font-size: 85%;
	padding: 4px 2px;
}

/* System Message Broadcast */

.system-msg p
{
    color: red;
}