﻿div.header
{
	font-size:14px;
	font-weight:bold;
	color:#cc0000;
	margin-bottom:10px;
}
div.instructions
{
	line-height:18px;
	margin-bottom:20px;
}
table.table
{
	text-align:right;
	background-repeat:no-repeat;
	background-image:url("Images/Gui/RedTableHeader507x26.gif");
	width:507px;
	margin-bottom:20px;
}
td.headerRight
{
	border-left:1px solid #ff595b;
	padding-right:10px;
	width:160px;
}
td.headerMiddle
{
	border-right:1px solid #7b0100;
	border-left:1px solid #ff595b;
	padding-right:10px;
	width:100px;
}
td.headerLeft
{
	border-right:1px solid #7b0100;
	padding-right:10px;
	width:80px;
}
tr.header
{
	color:White;	
	font-weight:bold;
	height:26px;
}
tr.subject1
{
	background-color:#e5e8ed;
	height:30px;
	font-weight:bold;
}
tr.subject2
{	
	font-weight:bold;
	height:30px;
}
td.subjectRight
{	
	padding-right:10px;
	border-left:1px solid white;
}
td.subjectMiddle
{
	padding-right:10px;
	border-right:1px solid #90a5ba;
	border-left:1px solid white;
}
td.subjectLeft
{
	padding-right:10px;
	border-right:1px solid #90a5ba;
}
input.subject
{
	color:inherit;
	width:40px;
	font-size:12px;
	font-family:Arial;
}
div.select
{
	position:relative;
	width:120px;
}
input.select
{
	color:inherit;
	font-size:12px;
	font-family:Arial;
	width:120px;
}
select.select
{	
	position:absolute;
	top:18px;
	left:-14px;	
	width:134px;
	color:inherit;
	font-size:12px;
	font-family:Arial;
}
div.save
{		
	padding-left:20px;
	float:left;
}
div.notice
{
	display:none;
	margin-right:10px;
	float:right;
	padding-right:24px;
	width:200px;
	background-image:url("Images/Gui/iExclamation.gif");
	background-position:top right;
	background-repeat:no-repeat;
	font-size:12px;
	font-weight:bold;
	color:#cc0000;
}
a.remove
{
	color:#2a517c;
}