﻿/* This is the new stylesheet. All replacement css needs to go in this file. */

/* Site-wide html element styles */

body
{
	background-color: #023b6c;
	color: #333333;
	font-family: Verdana;
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	line-height: 12pt;
}

h1
{
	color: #023b6c;
	font-size: 11pt;
	line-height: 18px;
	text-align: right;
	margin-right: 5px;
}

h2
{
	color: #023b6c;
	font-size: 10pt;
	line-height: 16px;
}

h3
{
	color: #023b6c;
	font-weight: bold;
	font-size: 9pt;
	line-height: 14px;
}

/* Site-wide class styles */

#header
{
	font-size: 9pt;
	color: #ffffff;
	height: 86px;
}

.contenttable
{
	background-color: #ffffff;
	width: 650px;
	margin: 5px;
}

.title
{
	color: #787878;
	font-size: 14pt;
	font-weight: bold;
	margin: 10px;
}

.button
{
   border: 0px;
   background-color: Transparent;
   background-image: url(Images/buttonoff.gif);
   background-repeat: no-repeat;
   background-position:left;
   color: #023B6C;
   font-weight: bold;
   padding: 0px 3px;
   width: 102px;
   height: 26px;
   cursor: pointer;
}

.button:hover
{
   border: 0px;
   background-color: Transparent;
   background-image: url(Images/buttonon.gif);
   background-repeat: no-repeat;
   background-position:left;
   color: #ffffff;
   font-weight: bold;
   padding: 0px 3px;
   width: 102px;
   height: 26px;
   cursor: pointer;
}

.imagepanel
{
	padding: 10px;
	float:left;
}

.imageitemtable
{
	border: solid 1px #ececec;
	background-color: #ffffff;
	float:left;
	margin: 5px;
	width: 150px;
}

.imageitemtitle
{
	background-color: #f6b34c;
	border: solid 1px #db880b;
	color: #333333;
	font-weight: bold;
	padding: 5px;
	margin: 5px;
	height: 15px;
	cursor: move;
}

.imageitembody
{
	border: solid 1px #db880b;
	padding: 1px;
}

.centereddialog
{
	background-color: #ffffff;
	top: 0px;
	left: 0px;
	position: absolute;
	overflow: scroll;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

.lightlink
{
	color: #ffffff;
}

.lightlink a
{
	color: #ffffff;
}

.lightlink a:link
{
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
}

.lightlink a:visited
{
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
}

.lightlink a:hover
{
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
}

.lightlink a:active
{
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
}

/* Editor Form Styles */

.editorform
{
}

.editorform h1
{
	border-bottom: solid 1px #ececec;
	color: #c3c3c3;
	font-size: 16pt;
	line-height: 24px;
	text-indent: 5px;
}

.editorform fieldset
{
	border: solid 1px #c3c3c3;
	margin: 10px;
	margin-top: 3px;
	padding: 10px;
	padding-top: 3px;
	width: 600px;
	display: inline-block;
}

.editorform legend
{
	font-weight: bold;
	color: #316AC5;
	display: inline-block;
}

.editorform label
{
	margin: 3px;
	display: inline-block;
	width: 125px;
}

/* Containers */

.notificationcontainer
{
	font-weight: bold;
	font-size: 9pt;
	padding: 5px;
}

.errorcontainer
{
	color: #d70000;
	background-color: #ffd7d7;
	border: solid 2px #d70000;
	border-top: none;
	font-weight: bold;
	font-size: 9pt;
	padding: 5px;
	margin-left: 15px;
	position: absolute;
}

.warningcontainer
{
	color: #c46200;
	background-color: #ffddbb;
	border: solid 2px #c46200;
	border-top: none;
	font-weight: bold;
	font-size: 9pt;
	padding: 5px;
	margin-left: 15px;
	position: absolute;
}

.successcontainer
{
	color: #68952d;
	background-color: #dcedc5;
	border: solid 2px #68952d;
	border-top: none;
	font-weight: bold;
	font-size: 9pt;
	padding: 5px;
	margin-left: 15px;
	position: absolute;
}

.messagecontainer
{
	color: #023b6c;
	background-color: #d5d5ff;
	border: solid 2px #023b6c;
	border-top: none;
	font-weight: bold;
	font-size: 9pt;
	padding: 5px;
	margin-left: 15px;
	position: absolute;
}

/* Grid Styles */

.GridView
{
	width: 100%;
	width: 650px;
}

.GridViewHeader, .GridViewHeader th
{
	background-color: #8CC640;
	color: #ffffff;
	height: 20px;
	white-space: nowrap;
}

.GridViewRow, .GridViewRow td
{
	background-color: #ffffff;
	border: solid 1px #c3c3c3;
	padding-left: 10px;
	padding-right: 7px;
	height: 32px;
}

.GridViewFooter
{
	font-size: 9pt;
	padding: 3px;
	height: 32px;
}

.GridViewFooter TD, .GridViewFooter SELECT
{
	font-size: 9pt;
	color: #666666;
	line-height: 16px;
}

.GridViewPager
{
	font-size: 8pt; 
	color: #ffffff;
	padding: 1px;
}

.GridViewPager a { font-size: 8pt; color: #023564; padding: 1px; }
.GridViewPager a:link { font-size: 8pt; color: #023564; cursor: pointer; text-decoration: none; }
.GridViewPager a:visited { font-size: 8pt; color: #023564; cursor: pointer; text-decoration: none; }
.GridViewPager a:hover { font-size: 8pt; color: #527DA8; cursor: pointer; text-decoration: none; }
.GridViewPager a:active { font-size: 8pt; color: #023564; cursor: pointer; text-decoration: none; }

.GridViewPager span
{
	font-size: 8pt;
	padding: 1px;
}

.GridViewPager TD
{
	font-size: 8pt;
	color: #666666;
	text-align: center;
	padding: 0;
}

.GridViewPagerOn
{
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 8pt;
	text-align: center;
}

.GridViewPagerOff, .GridViewPagerOff SPAN
{
	padding-top: 0px;
	padding-bottom: 0px;
	color: #68952D;
	background-color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}
