/* ================================================================================================== */
/* Generic Style Declarations */

body		{	background-color: #ffffff;
			color: #000000;
			font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
			font-size: 13px;
			margin: 20px 0px 20px 0px; }

b, strong	{	font-weight: bold; }

i, em, cite	{	font-style: italic; }

u		{	text-decoration: underline; }

abbr, acronym
		{	border-bottom: 1px dotted #333333;
			cursor: help; }

hr		{	color: #000000;
			height: 1px;
			background-color: #000000; }

h1, h2, h3, h4, h5, h6, legend
		{	font-family: Georgia, Times New Roman, Times, serif;
			font-weight: normal; 
			color: #8b181b;
			margin: 5px 0px; }

h1		{	font-size: 18px;
			margin: 0px 0px 20px 0px; }

h2, legend	{	font-size: 15px; }

h3		{	font-size: 13px; }

h4, h5, h6	{	font-size: 11px; }

h5		{	margin-left: 20px; }

h6		{	margin-left: 40px; }

dt, li		{	margin-top: 7px; }

sub, super	{	font-size: 75%; }

code, pre	{	font-family: Courier, "Courier New", fixed-width, monospace;
			font-size: 9px; }

td		{	font-family: "Trebuchet MS", Trebuchet, Arial, Geneva, Helvetica, sans-serif;
			font-size: 13px; }

input, select, textarea
		{	font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #000000; }

small		{	font-size: 85%; }

fieldset	{	border: 1px solid #cccccc; }

a:link, a:visited, a:hover
		{	text-decoration: underline;
			color: #8b181b; }

a:visited	{	color: #8b181b; }

a:hover		{	color: #8b181b; }

/* END Generic Style Declarations */
/* ================================================================================================== */





/* ================================================================================================== */
/* Styles for content containers */

.Content, font, #Content td.Content
		{	font-family: "Trebuchet MS", Trebuchet, Arial, Geneva, Helvetica, sans-serif;
			font-size: 13px;
			line-height: 140%;
			color: #000000; }

#Content td.Content
		{	padding: 7px 30px 30px 30px;
			background-image: url(/files/images/template/content_bg.gif);
			background-repeat: no-repeat;
			background-position: right bottom; }

dd p, li p, dt p
		{	margin: 0px; }

/* END Styles for content containers */
/* ================================================================================================== */





/* ================================================================================================== */
/* Layout Styles */

#Content, #Footer, #Banner
		{	background-color: #ffffff;
			margin: 0px;
			padding: 0px;
			border-collapse: collapse;
			width: 750px;
			margin-left: auto;
			margin-right: auto;
			clear: both; }

#Content	{	border-left: 3px solid #fed307;
			border-right: 3px solid #fed307; }

#Content td, #Footer td, #Banner td
		{	padding: 0px; }

.PrintOnly, #PrintLogo, .Hide
		{	display: none; }

/* END Layout Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Banner Styles */

#Banner		{	border: 3px solid #fed307;
			border-bottom: none;
			background-color: #8b181b; }

#Banner td#LeftLogo
		{	background-color: #8b181b;
			padding: 10px; }

#Banner td#RightLogo
		{	text-align: center;
			vertical-align: middle; }

#Banner td#SearchNav
		{	background-color: #6f0f11; }

#Banner td#Nav	{	width: 100%;
			background-color: #6f0f11; }

#Banner td	{	vertical-align: top; }

/* END Banner Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Search Styles */

#SearchForm	{	margin: 5px 20px 5px 20px;
			padding: 0px; }

#SearchForm input
		{	border: 1px solid #ffffff;
			background-color: #8b181b;
			color: #FFFFFF; }

#SearchForm input#btnSearch
		{	background-color: #8b181b;
			border: 1px solid #fed307;
			color: #fed307; }

/* END Search Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Data Table Styles */

table.Data	{	border-collapse: collapse;
			border: 1px solid #666666;
			background-color: #ffffff;
			margin: 10px 0px; }

table.Data td, table.Data th, #Content table.Data td, #Content table.Data th
		{	font-family: "Trebuchet MS", Trebuchet, Arial, Geneva, Helvetica, sans-serif;
			font-size: 10px;
			border-bottom: 1px solid #999999;
			border-left:  1px dotted #999999;
			padding: 3px 10px; }

table.Data th	{	background-color: #eeeeee;
			color: #000000;
			font-weight: bold; }

table.Data tr.NewRow td
		{	border-top: 1px solid #000000; }

table.Data .center
		{	text-align: center; }

table.Data .right
		{	text-align: right; }

table.Data .left
		{	text-align: left; }

table.Data .bold
		{	font-weight: bold; }

table.Data .nowrap
		{	white-space: nowrap; }

table.Data .HeaderCol, table.Data th.Vertical
		{	text-align: left; }

table.Data td table.Data td, table.Data td table.Data th, table.Data td table.Data
		{	border-color: #cccccc; }

table.Data tr.Divider th, table.Data tr.Divider td
		{	border-top: 4px double #000000; }

table.Data .Totals
		{	background-color: #eeeeee;
			font-weight: bold; }

table.Data .HideCol
		{	display: none; }

table.SizeChart	{	width: auto; }


/* END Data Table Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Application Error Styles */

.error          {       color: #ff0000; }

input.error, textarea.error, select.error
		{	background-image: url(/files/images/std/input_error.gif);
			background-position: top left;
			background-repeat: no-repeat;
			color: #000000; }

/* END Application Error Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Sub-Navigation Styles */

#Content td#SubNav, #Content td#RightCol
	 	{	font-family: "Trebuchet MS", Trebuchet, Arial, Geneva, Helvetica, sans-serif;
			font-size: 12px;
			padding: 25px 0px 0px 0px;
			line-height: 160%;
			background-color: #8b181b; }

#SubNav p	{	margin: 0px;
			text-align: left; }

#SubNav a	{	display: block;
			padding: 4px 20px;
			border-bottom: 1px solid #6f0f11; }

#SubNav a:link, #SubNav a:visited, #SubNav a:hover, #SubNav a.Sel:link, #SubNav a.Sel:visited, #SubNav a.Sel:hover
		{	text-decoration: none;
			background-color: transparent;
			color: #ffffff; }

#SubNav a.Sel:link, #SubNav a.Sel:visited, #SubNav a.Sel:hover
		{	color: #fed307; }

#SubNav a:hover	{	background-color: #fed307;
			color: #8b181b; }

/* END Sub-Navigation Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Footer Styles */

#Footer		{	margin-bottom: 10px;
			border: 3px solid #fed307;
			border-top: none;
			background-color: #8b181b;
			/*background-color: #6f0f11;*/ }

#Footer	td	{	font-family: "Trebuchet MS", Trebuchet, Arial, Geneva, Helvetica, sans-serif;
			font-size: 10px;
			color: #ffffff;
			line-height: 160%;
			text-align: center;
			vertical-align: middle; }

#Footer	td#QCMS	{	padding: 20px 20px 20px 20px;
			text-align: right;
			width: 180px; }

#Footer	td p	{	margin: 3px 0px; }

#Footer	a	{	color: #ffffff; }

#Footer	a:link, #Footer	a:visited, #Footer a:hover
		{	text-decoration: underline;
			color: #ffffff; }

#Footer a:hover	{	text-decoration: none;
			color: #ffffff; }

/* END Footer Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Breadcrumb Styles */

#Bread		{	font-family: "Trebuchet MS", Trebuchet, Arial, Geneva, Helvetica, sans-serif;
			font-size: 10px;
			line-height: 160%; }

#Bread a:link, #Bread a:visited, #Bread a:hover
		{	text-decoration: underline;
			color: #000000; }

/* END Breadcrumb Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Login Form Styles */

#LoginForm	{	font-size: 9px;
			margin: 0px;
			padding: 0px; }

#LoginForm label, #LoginForm input
		{	font-size: 9px; }

#LoginForm p	{	background-image: none;
			line-height: 180%; }

#LoginForm p.error
		{	margin: 20px 0px; }

#LoginForm input
		{	border: 1px solid #0068B3; }

#LoginForm input#cmdLogin
		{	
			font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
			background-color: #C9DEF4;
			padding: 3px;
			margin-top: 5px;
			color: #0068B3; }

.b		{	border: 2px solid #5F8909;
			background-color: #8b181b;
			color: #ffffff;
			padding: 3px 5px;
			margin: 4px 8px 4px 0px; }

/* END Login Form Styles */
/* ================================================================================================== */