﻿a:link {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #335B85; text-decoration: none}
a:active { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #335B85; text-decoration: none}
a:visited { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #335B85; text-decoration: none}
a:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: red; text-decoration: none }

.QueryLink:link {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: Green; text-decoration: none}
.QueryLink:active { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: Green; text-decoration: none}
.QueryLink:visited { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: Green; text-decoration: none}
.QueryLink:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: red; text-decoration: none }

#colBody
{
	clear: both;
	/*overflow: auto; 
	width: 950px; */
}

#colBodyScroll
{
	clear: both;
	overflow: auto; 
	width: 950px;
}

#colSubBodyScroll
{
	clear: both;
	overflow: auto; 
	width: 765px;
}

Body 
{
	background: #ECECE1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	border: none;
	height: 100%;
}
/* Anchor Image also used for Date Picker */
.ai
{
	margin-right: 4px;
	cursor: hand;
}
.ai2{cursor: hand;}
.ai3{margin-right: 4px;}

.button-blue:link, .button-blue:visited, .button-blue:Active
{
	cursor:	HAND;
	font-family:  arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 5PX;
	padding-right: 5PX;
	margin-left: 2px;
	color: #335B85;
	height: 15px;
	font-weight: normal;
	TEXT-ALIGN: center;
	background-color: transparent;
	border: 1px solid #335B85;
	text-decoration: none;
}
.button-blue:hover
{
	font-family:  arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 5PX;
	padding-right: 5PX;
	margin-left: 2px;
	color: #335B85;
	height: 15px;
	TEXT-ALIGN: center;
	background-color: #E6ECFF;
	font-weight: normal;
	border: 1px solid #335B85;
	text-decoration: none;
}
.button-blue-span
{
	cursor:	HAND;
	font-family:  arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 5PX;
	padding-right: 5PX;
	margin-left: 0px;
	color: #335B85;
	height: 15px;
	font-weight: normal;
	TEXT-ALIGN: center;
	background-color: transparent;
	border: 1px solid #335B85;
	text-decoration: none;
}
.button-blue-span-hover
{
	background-color: #316AC5;
	color: #FFFFFF;
	border: 1px solid #335B85;
}
.button-gray-span
{
	cursor:	HAND;
	font-family:  arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 5PX;
	padding-right: 5PX;
	margin-left: 0px;
	color: #666666;
	height: 15px;
	font-weight: normal;
	TEXT-ALIGN: center;
	background-color: transparent;
	border: 1px solid #a4a5a1;
	text-decoration: none;
}
.button-gray-span-hover
{
	background-color: white;
	color: #666666;
	border: 1px solid #a4a5a1;
}
.button-gray:link, .button-gray:visited
{
	cursor:	HAND;
	font-family:  arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 5PX;
	padding-right: 5PX;
	margin-left: 2px;
	color: #666666;
	height: 15px;
	width: 60px;
	font-weight: bold;
	TEXT-ALIGN: center;
	background-color: Transparent;
	border: 1px solid #a4a5a1;
	text-decoration: none;
}
.button-gray:hover
{
	cursor:	HAND;
	font-family:  arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 5PX;
	padding-right: 5PX;
	margin-left: 2px;
	color: black;
	height: 15px;
	width: 60px;
	TEXT-ALIGN: center;
	background-color: white;
	font-weight: bold;
	color: #666666;
	border: 1px solid #a4a5a1;
	text-decoration: none;
}
.crumbtrailframe
{
	text-align: right;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-y;
	vertical-align: middle;
}
.crumbtrailcontent
{
	padding-top: 1px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	color: black;
	text-align: right;
	background-color: #F3F2E7;
	vertical-align: middle;
	border-bottom: 1px solid #AAAAAA;
	margin-left: 10px;
	margin-right: 10px;
}
.crumbtrail a:link:active:visited
{
	text-decoration: none;
}
.crumbtrail a:hover
{
	text-decoration: underline;
}
/* BEGIN -- Standard Main Table Classes for Both List and Details pages */
.frame-body-wide
{
	height: 100%;
	width: 100%;
	background-color: #ffffff; 
	vertical-align: top;
	padding: 10px;
	font-family: Verdana, arial, Helvetica, sans-serif;
	font-size: 10px;
}
table.frame-main
{
	width: 990px; /*750px; 974 */
	vertical-align: top;
	font-family: Verdana, arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: white;
	padding: 0px;
	margin: 0;
	border-collapse: collapse;
	border: none;
	height: 100%;
}
td.frame-body
{
	height: 100%;
	background-color: #ffffff; 
	vertical-align: top;
	padding-bottom: 10px;
	padding-top: 7px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: Verdana, arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-y;
}
table.frame-body
{
	width: 100%;
	padding: 10px;
	border-collapse:collapse;
	vertical-align: top;
	font-family: Verdana, arial, Helvetica, sans-serif;
	font-size: 10px;
}
/* END -- Standard Main Table Classes for Both List and Details pages */

.PCSGrid_HoverHeader
{
	border: 1px solid #B8B8B8;
	border-bottom: none;
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F1F0E7;
	cursor: default;
	height: 20px;
}
/* Grid Item on Row */
table.gridmain tr.gi
{
	font-family: Verdana, Arial; color:#000000; font-size:10px;
	border: none;
	border-left: #B8B8B8 1px solid;
	border-bottom: #B8B8B8 1px solid; 
	padding: 2px;
	height: 15px;
}
.gi
{
	font-family: Verdana, Arial; color:#000000; font-size:10px;
	border: none;
	border-left: #B8B8B8 1px solid;
	border-bottom: #B8B8B8 1px solid; 
	padding: 2px;
	height: 15px;
}
.gtd
{
	border: none;
	font-family:  Verdana, Arial; color:#000000; font-size:10px;
	border-left: #B8B8B8 1px solid;
	border-bottom: #B8B8B8 1px solid;
	padding: 2px;
	height: 15px;
}
NOBR
{
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	
}
.ginobottom
{
	font-family: Verdana, Arial; color:#000000; font-size:10px;
	border: none;
	border-left: #B8B8B8 1px solid;
	padding: 2px;
	height: 15px;
}
.ginobottom td
{
	border: none;
	font-family: Verdana, Arial; color:#000000; font-size:10px;
	border-left: #B8B8B8 1px solid;
	padding: 2px;
}
.ginone
{
	font-family: Verdana, Arial; color:#000000; font-size:10px;
	border: none;
	padding: 1px;
}
/* Grid Item On Column */
.ginone td
{
	border: none;
	font-family: Verdana, Arial; color:#000000; font-size:10px;
	padding: 1px;
}
/* Grid Header columns */
.gh td
{
	border: 1px solid #B8B8B8;
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F1F0E7;
	cursor: default;
	height: 20px;
	/*
	background-image: url(../images/pcsgrid_header_rowbg.gif);
	background-repeat: repeat-x;*/
	/*FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#FFFFFF, EndColorStr=#CECECE);*/
}
/* Grid Header row */
.gh
{
	border: 1px solid #B8B8B8;
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F1F0E7;
	cursor: default;
	height: 20px;
	/*
	background-image: url(../images/pcsgrid_header_rowbg.gif);
	background-repeat: repeat-x;
	*/
	/*FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#FFFFFF, EndColorStr=#CECECE);*/
}
/* Grid Header Over */
.gho
{
	background-color: #E6ECFF;
	border: 1px solid #B8B8B8;
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: default;
	/*
	background-image: url(../images/pcsgrid_header_hoverbg.gif);
	background-repeat: repeat-x;*/
}
/* Grid Header tip */
.ght
{
	border: 1px solid #B8B8B8;
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F3F4F4;
	cursor: default;
}
.ghtscroll
{
	border-bottom: 1px solid #B8B8B8;
	border-right: 1px solid #B8B8B8;
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F3F4F4;
	cursor: default;
}
/* Grid Merge Left Header*/
.gmlh
{
	border-bottom: gray 1px solid;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	font-weight: normal;
	font-size: 10px;
	color: black;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: gainsboro;
	cursor: default;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#FFFFFF, EndColorStr=#CECECE);
}
/* Grid Merge Right Header */
.gmrh
{
	border-bottom: gray 1px solid;
	border-top: 1px solid gray;
	border-right: 1px solid gray;
	font-weight: normal;
	font-size: 10px;
	color: black;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: gainsboro;
	cursor: default;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#FFFFFF, EndColorStr=#CECECE);
}
.yellowbold
{
	font-family: Verdana, Tahoma, MS Sans Serif;
	font-size: 11pt; font-weight: bold; color: #FCD84A;
}

.footer
{
 background-color: #305983;
 height: 10px;
 PADDING-RIGHT: 1px; PADDING-LEFT: 5px; FONT-SIZE: 7pt; PADDING-BOTTOM: 1px; COLOR: white; PADDING-TOP: 1px;
}

/* ******** text css********** */
.xstxt {  font-family: Arial, Helvetica, sans-serif; font-size: 6pt; font-weight: normal; text-decoration: none}
.stxt {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #335B85; text-decoration: none}
.mtxt {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #335B85; text-decoration: none}
.ltxt {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #335B85; text-decoration: none}
.xltxt {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; color: #335B85; text-decoration: none}
.xxlttl-green { font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: normal; color: #7AB355; text-decoration: none; font-weight:bold }
.xxlttl-blue { font-family: MS Sans-Serif, Helvetica, sans-serif; font-size: 16px; font-weight: normal; color: #335B85; text-decoration: none; font-weight:bold }
.xxlttl {font-family:  Arial, Helvetica, sans-serif; font-size: 18px; font-weight: normal; color: #335B85; text-decoration: none; font-weight:bold}
.xlttl {font-family:  Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; color: #335B85; text-decoration: none; font-weight:bold}
.lttl {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #335B85; text-decoration: none; font-weight:bold}
.mttl {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #335B85; text-decoration: none; font-weight:bold}
.sttl {font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #335B85; text-decoration: none; font-weight:bold}
.xlttl-ltBlue { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; color: #8FAEE1; text-decoration: none; font-weight:bold }
.stxt-ltBlue { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #B3C7E9; text-decoration: none }
.mttl-ltBlue {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #8FAEE1; text-decoration: none; font-weight:bold}
.xlttl-green { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #7AB355; text-decoration: none; font-weight:bold }
.lttl-ltBlue { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #8FAEE1; text-decoration: none; font-weight:bold }
.xlttl-red { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; color: #BC241E; text-decoration: none; font-weight:bold }
.xxlttl-red { font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: normal; color: #BC241E; text-decoration: none; font-weight:bold }
.lttl-red { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #CC0033; text-decoration: none; font-weight:bold }
.mtxt-red { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #BC241E; text-decoration: none }
.ltxt-red { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #BC241E; text-decoration: none }
.bold{font-weight: bold;}
.Verdana10Black {font-family: Verdana, Arial; color:#000000; font-size:10px}
.Verdana10BlackBold {font-family: Verdana, Arial; color:#000000; font-size:10px; font-weight:bold}
.Verdana11Black {font-family: Verdana, Arial; color:#000000; font-size:11px}
.Arial11Black {font-family: Arial, Verdana color:#000000; font-size:11px}
.Arial10Black {font-family: Arial, Verdana color:#000000; font-size:10px}
.Arial12Black {font-family: Arial, Verdana color:#000000; font-size:12px}
.Arial14Black {font-family: Arial, Verdana color:#000000; font-size:14px}
.Arial15Black {font-family: Arial, Verdana color:#000000; font-size:15px}
.Arial16Black {font-family: Arial, Verdana color:#000000; font-size:16px}
.Verdana11BlackBold {font-family: Verdana, Arial; color:#000000; font-size:11px; font-weight:bold}

/* ******** borders and backgrounds css********** */
.Details
{ 
	border-collapse:collapse;
	margin-top: 0px;
	margin-bottom: 10px;
	border: 1px solid #CBCCCF; 
	width: 100%;
	font-size:10px;
	font-family: Verdana, Arial;
	background-color: #ffffff; 
	color:#000000; 
}
.detailslabel
{
	text-align: right;
	background-color: #FAFAFA;
	border-right: 1px solid #D0D0BF;
}
.detailslabelmiddle
{
	text-align: right;
	background-color: #FAFAFA;
	border-right: 1px solid #D0D0BF;
	border-left: 1px solid #D0D0BF;
}
.detailsmiddle
{
	border-left: 1px solid #D0D0BF;
}
.Details thead td
{ 
	padding: 2px;
	border: 1px solid #D0D0BF; 
	background-color: #F1F0E7;
	font-size: 10px;
	color: #6D6D6D; 
}

.Details td { padding: 3px; }

.Detailshd
{
	padding: 2px;
	border: 1px solid #D0D0BF; 
	background-color: #F1F0E7;
	font-size: 10px;
	color: #6D6D6D; 
}
.Details tfoot
{ 
	padding: 10px;
}
.alignLeft
{
	text-align: left;
}
.alignCenter
{
	text-align: center;
}
.alignRight
{
	text-align: center;
}
.borderTop
{
	border-top: 1px solid;
}
.borderBottom
{
	border-bottom: 1px solid;
}
.border-sidemenu
{
	background-color: #ffffff;
	font-family: Verdana, Arial; 
	color:#000000; 
	font-size:10px;
	height: 100%;
}
.border-sidemenuhd
{ 
	padding-top: 3px; 
	padding-bottom: 3px; 
	background-color: #FFFFFF;
	border: 1px solid D0D0BF;
	color: #6D6D6D;
	text-align: center;
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

HR
{
	color: #7C7C94;
	height: 1px;
	margin: 0px;
	padding: 0px;
}

.header-page
{
	font-weight: bold;
	font-size: 16px;
	color: #6D6D6D;
	font-family: Arial, Helvetica, sans-serif;
}

.orange{color: #FB7015}

.standard-text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.login-text
{
	font-family: Verdana, Arial;
	font-size: 10px;
	background-image: url(../images/inputshadow.gif);
	border: 1px solid #A9A9A9;
	padding-left: 3px;
	padding-top: 2px;
	vertical-align: middle;
	height: 18px;
}
INPUT
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
SELECT
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
LEGEND
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FB7015;
	font-weight: bold;
}
TABLE
{
	font-family: Verdana, arial, Helvetica, sans-serif;
	font-size: 10px;
}
.sortimage
{
	margin-right: 3px;
	border: none;
	vertical-align: middle
}
.StatusGreen { background-color: #99ff99 }
.StatusYellow { background-color: #ffff99 }
.StatusBlue { background-color: #D0E0F8 }
.StatusRed { background-color: #FF7B5A }

div.conf
{
	font-family: Arial, Helvetica, sans-serif;
	color: #515151;
	font-size: 9px;
	padding-top: 1px;
	padding-bottom: 0px;
	width: 14px;
	height: 11px;
	border: 1px solid gray;
	cursor: hand;
	clear: none;
	float: left;
}
div.credstatus
{
	font-size: 0px;
	line-height: 0%;
	width: 10px;
	height: 10px;
	border: 1px solid gray;
	cursor: none;
}
div.credstatus2
{
	font-size: 0px;
	line-height: 0%;
	width: 15px;
	height: 15px;
	border: 1px solid gray;
	cursor: hand;
	float: left;
	clear: none;
}
div.credstatus3
{
	margin-left: 3px;
}
span.confirmstatus
{
	margin: 0px;
	text-align: center; 
	font-size: 7pt; 
	font-family: Small Fonts; 
	width: 12px;
	height: 11px;
	border: 1px solid gray;
}

.subheader
{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	font-weight:bold;
	color: #005D91;
}

.subheader a:link
{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	font-weight:bold;
	color: #005D91;
}
.subheader a:visited
{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	font-weight:bold;
	color: #005D91;
}
.subheader a:active
{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	font-weight:bold;
	color: #005D91;
}
.subheader a:hover
{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	font-weight:bold;
	color: red;
}

.navon
{
	margin-right: 4px;
	cursor: hand;
}
.navoff
{
	margin-right: 4px;
	cursor: default;
}

.tooltip
{
	font-size: 10px;
	font-family: verdana;
	border-width: 1px;
	border-style: solid;
	border-color: #304860; /*#6d85a9; /*#2c5681;*/
	background-color: #E9F2F8;
	color: black;
	text-align: left;
	padding: 3px;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color='silver', Positive='true');
}
.infotip
{
	border: 1px solid #636A6E;
	padding: 0px;
	text-align: left;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX='2', OffY='2', Color='silver', Positive='true');
}
.Detailstip
{ 
	border-collapse:collapse;
	border: none;
	width: 100%;
	font-size:10px;
	font-family: Verdana, Arial;
	background-color: #ffffff; 
	color:#000000; 
	padding: 3px;
	
}
.Detailstiptd
{ 
	padding: 3px;
}
.Detailstip thead td
{ 
	padding: 3px;
	border-bottom: 1px solid #D0D0BF; 
	background-color: #F3F4F4;
	font-size: 10px;
	color: #6D6D6D; 
}
.loaderimg
{
	width: 16px;
	height: 16px;
	border: none;	
	vertical-align: middle;
}
/*-- PCS WEBCOMBO STYLES */
.rli{padding: 2px; font-size:10px;font-family:verdana;font-weight:normal;}
.ch1{border-left: 1px solid #A0A0A0; border-top: none; border-right:none; border-left: none; font-weight: normal; font-size: 10px; color: black; padding: 2px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #F3F4F4; cursor: default;}
.ch2{border-left: 1px solid #A0A0A0; border-top: none; border-right:none; font-weight: normal; font-size: 10px; color: black; padding: 2px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #F3F4F4; cursor: default;}
.ch3{border-left: 1px solid #A0A0A0; border-top: none; border-right:none; border-left: none; font-weight: normal; font-size: 10px; color: black; padding: 2px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #F3F4F4; cursor: default;}

/*-- Curved Borders */
.CurvedBorder {background: #0A246A; margin:0px;}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#FFFFFF; border-left:1px solid #0A246A; border-right:1px solid #0A246A;}
.xb1 {margin:0 5px; background:#0A246A;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontentround {display:block; background:#FFFFFF; border:0 solid #0A246A; border-width:0 1px; width: 1%; padding-left: 5px; padding-right: 5px;}
.xboxcontentsquare {display:block; background:#EEFAE1; border:1 solid #4A678D; width: 1%; padding-left: 2px; padding-right: 2px; padding-top: 4px; padding-bottom: 4px;}

.LoadingMessage 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #6D6D6D;
	text-decoration: none; 
	font-weight:bold
}
.PCSLoader
{
	background-Color: #678FC2;
	filter: alpha(opacity=35);
	border: none;
}
.PCSLoaderOverlayOnly
{
	background-Color: #678FC2;
	filter: alpha(opacity=20);
	border: none;
}
.PCSLoaderMessage 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
	background-color: #FFFFFF; 
	text-decoration: none; 
	font-weight:normal;
	border: 1px solid #0A246A;
	padding: 2px;
	/*FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType='0', StartColorStr='#FFFFFF', EndColorStr='#CECECE');*/
}
.noticemaintext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13;
	text-align:left;
	color: #000000;
}

.NoticeDetailsHeaderDate
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16;
	font-weight: bold;
	text-align:left;
	color: #335B85;
}

.NoticeDetailsHeaderTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14;
	font-weight: bold;
	text-align:left;
	color: Black;
}