﻿/*Default*/
html
{
	height:100%;
}

body
{
	background-color:#cccfcd;
	
	margin:0 0 0 0;
	padding:0 0 0 0;
	vertical-align:top;
	text-align:center;
	
	height:100%;
	font-family:Verdana, Arial, Arial Baltic, Tahoma, Helvetica, sans-serif;
	font-size:12px;
}

table, td, th, div
{
	font-family:Verdana, Arial, Arial Baltic, Tahoma, Helvetica, sans-serif;
	font-size:12px;
}

input, select, textarea
{
	font-family:Verdana, Arial, Arial Baltic, Tahoma, Helvetica, sans-serif;
	font-size:12px;
}

img
{
	border:none;
}

ul, ol
{
	text-align:left;
	padding-bottom:8px;
	margin-bottom:0;
	margin-left:15px;
	padding-left:0px;
}

ul li
{
	list-style-type:disc;
	margin-top:5px;
	color:#888888;
}

ol li
{
	margin-top:5px;
	color:#888888;
}

span
{
	font-weight:bold;
	font-size:14px;
	color:#456789;
}

p
{
	color:#888888;
}

/*Main*/
.TableContainer
{
	width:100%;
	height:100%;
	background-image:url(images/Back.jpg);
	background-repeat:repeat-y;
	background-position:center center;
}

.TdContainer
{
}

.TableMain 
{
	background-color:#ffffff;
	width:640px;
}

.TdMainTop
{
	height:160px;
}

.TdMainMid
{
	padding-top:15px;
	padding-bottom:15px;
}

.TdMainBot
{
	height:80px;
	padding-bottom:15px;
}

/*Global*/
.TableSpan
{
	width:100%;
}

.TdWidthOne
{
	width:1px;
}

/*Head*/
.DivHeaderRepXTop
{
	background-image:url(images/headRepXTop.jpg);
	background-repeat:repeat-x;
	background-position:left top;
}

.DivHeaderTopLeft
{
	background-image:url(images/headTopLeft.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

.DivHeaderTopRight
{
	background-image:url(images/headTopRight.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}

.TableHeader
{
	width:100%;
	height:160px;
}

.TdHeaderTop
{
	height:108px;
	padding-left:10px;
	padding-right:10px;
	background-image:url(images/Boxes.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}

.TdHeaderMid
{
	height:2px;
	padding-left:2px;
	padding-right:2px;
}

.DivHeaderMid
{
	background-image:url(images/headMidRepX.jpg);
	background-repeat:repeat-x;
	background-position:left center;
}

.TdHeaderBot
{
	height:46px;
	padding-bottom:4px;
}

.TdHeaderLink
{
	height:46px;
	padding-left:30px;
	padding-right:15px;
	background-image:url(images/dots.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}

.TdSlogan
{
	padding-right:15px;
	padding-top:10px;
}

/*Foot*/
.DivFooterRepYLeft
{
	background-color:#c1c5c4;
	background-image:url(images/footRepYLeft.jpg);
	background-repeat:repeat-y;
	background-position:left top;
}

.DivFooterRepYRight
{
	background-image:url(images/footRepYRight.jpg);
	background-repeat:repeat-y;
	background-position:right top;
}

.DivFooterRepXTop
{
	background-image:url(images/footRepXTop.jpg);
	background-repeat:repeat-x;
	background-position:left top;
}

.DivFooterTopLeft
{
	background-image:url(images/footTopLeft.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

.DivFooterTopRight
{
	background-image:url(images/footTopRight.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}

.DivFooterRepXBot
{
	background-image:url(images/footRepXBot.jpg);
	background-repeat:repeat-x;
	background-position:left bottom;
}

.DivFooterBotLeft
{
	background-image:url(images/footBotLeft.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
}

.DivFooterBotRight
{
	background-image:url(images/footBotRight.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}

.TableFooter
{
	width:100%;
	height:80px;
}

.TdFooter
{
	padding-top:14px;
	padding-bottom:19px;
	padding-left:10px;
	padding-right:10px;
	line-height:18px;
	color:#888888;
}

.TdFooter A:Link
{
	text-decoration:none;
	color:#888888;
	font-weight:bold;
}

.TdFooter A:Visited
{
	text-decoration:none;
	color:#888888;
	font-weight:bold;
}

.TdFooter A:Hover
{
	text-decoration:none;
	color:#737373;
	font-weight:bold;
}

.DivFootLogo
{
	background-image:url(images/eLogoFade.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	width:200px;
}

/*Body*/
.DivBodyRepYLeft
{
	background-color:#f2f2f2;
	background-image:url(images/bodyRepYLeft.jpg);
	background-repeat:repeat-y;
	background-position:left top;
}

.DivBodyRepYRight
{
	background-image:url(images/bodyRepYRight.jpg);
	background-repeat:repeat-y;
	background-position:right top;
}

.DivBodyRepXTop
{
	background-image:url(images/bodyRepXTop.jpg);
	background-repeat:repeat-x;
	background-position:left top;
}

.DivBodyTopLeft
{
	background-image:url(images/bodyTopLeft.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

.DivBodyTopRight
{
	background-image:url(images/bodyTopRight.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}

.DivBodyRepXBot
{
	background-image:url(images/bodyRepXBot.jpg);
	background-repeat:repeat-x;
	background-position:left bottom;
}

.DivBodyBotLeft
{
	background-image:url(images/bodyBotLeft.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
}

.DivBodyBotRight
{
	background-image:url(images/bodyBotRight.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}

.TableBody
{
	width:100%;
	height:150px;
}

.TdBody
{
	padding-top:14px;
	padding-bottom:19px;
	padding-left:10px;
	padding-right:10px;
}

.TDBodyDualCellLeft
{
	width:315px;
	padding-right:5px;
}

.TDBodyDualCellRight
{
	width:315px;
	padding-left:5px;
}

/*Body Content*/
.TdBodyHeaderCell
{
	height:25px;
	background-image:url(images/sepHoriz.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	padding:5px 5px 5px 5px;
	vertical-align:text-top;
}

.TdBodyTextCell
{
	line-height:18px;
	padding:5px 5px 5px 5px;
}

.TdBodyTextCell A:Link
{
	text-decoration:none;
	color:#456789;
}

.TdBodyTextCell A:Visited
{
	text-decoration:none;
	color:#456789;
}

.TdBodyTextCell A:Hover
{
	text-decoration:none;
	color:#305274;
}

.ImageBorder
{
	border:solid 1px #71769c;
}

.TdEntryLabel
{
	width:175px;
	color:#888888;
	font-weight:bold;
	white-space:nowrap;
	padding-top:4px;
	padding-bottom:4px;
}

.TdEntryLabelLong
{
	width:220px;
	color:#888888;
	font-weight:bold;
	white-space:nowrap;
	padding-top:4px;
	padding-bottom:4px;
}

.LBLSelectLabel
{
	color:#888888;
	font-weight:bold;
	font-size:12px;
	font-style:italic;
}

.ButtonCommon
{
	height:40px;
	width:90px;
	color:#456789;
	font-weight:bold;
	font-size:14px;
}

.TextMulti
{
	padding-left:5px;
	border:solid thin #71769c;
	background-color:#ffffff;
	width:300px;
	color:#888888;
	overflow:auto;
	font-family:"Courier New Baltic","Courier New",Courier;
}

.TdTableDualCellLeftPosition
{
	color:#aaaaaa;
	font-weight:normal;
	text-align:right;
	padding-bottom:4px;
	padding-right:4px;
	width:1px;
}

.TdTableDualCellLeft
{
	color:#888888;
	font-weight:bold;
	text-align:left;
	padding-bottom:4px;
}

.TdTableDualCellRight
{
	color:#888888;
	font-weight:bold;
	text-align:right;
	padding-bottom:4px;
}

.PRed
{
	color:#CC5555;
	font-weight:bold;
}
