.uppercase { text-transform: uppercase; }

/* QUICK SEARCH */
form.quicksearch 
{
  padding: 0px; 
  margin: 0px; 
  background: #f5f5f5; 
}
form.quicksearch label 
{
  display: inline; 
  font-family: Arial, Helvetica, sans-serif; 
  color: Black;
  font-size: 12px; 
  font-weight: bold;
}
form.quicksearch input { margin-left: 5px; width: 300px;text-transform: uppercase; }

form.quicksearch span 
{
  vertical-align:  middle; 
  margin-left: 5px; 
  background-image: url(images/animated_dot_dot.gif);
  padding-left: 156px; 
  padding-top: 5px; 
  height: 20px;
}
.div_update_panel
{
  background-color: #e7dfba;
  background-image: url('/common/images/global_edit_menu.jpg');
  background-repeat: repeat-x;
}
/* PAGE SORT STYLE */
div.tablesorterPager {
	padding: 10px 10px 10px 10px;
	background-color: #D6D2C2;
	text-align: center;
}
div.tablesorterPager span {
	padding: 0 5px 0 5px;
}
div.tablesorterPager input.prev {
	width: auto;
	margin-right: 10px;
}
div.tablesorterPager input.next {
	width: auto;
	margin-left: 10px;
}
div.tablesorterPager input {
	font-size: 8px;
	width: 50px;
	border: 1px solid #330000;
	text-align: center;
}

/* TABLE SORT STYLE */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:1px 0pt 1px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #cccccc;
	border: 1px solid #ffffff;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #3333cc;
}
table.tablesorter thead tr .header {
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	padding: 1px;
	background-color: #ffffff;
	vertical-align: top;
	font-size: 8pt;
	color: #3D3D3D;
}
table.tablesorter tbody tr.odd td {
	background-color:#f5f5f5;
}
table.tablesorter tbody tr:hover td
{
  background-color: #fffabb; 
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
  background-color: #DEEBF2;
}

p.warning
{
  background: #fff6bf url(images/notice.gif) center no-repeat;
  background-position: 15px 50%;
  text-align: left;
  padding: 0.6em 2em 0.6em 75px; margin: 1em 0;
  border: 2px solid #ffd324; border-width: 2px 0;
  background-color: #ffdaca;
  border-color: #ff7349;
  width: 600px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #696969;
}
p.notice
{
  background: #DEEBF2 url(images/notice.gif) center no-repeat;
  background-position: 15px 50%;
  text-align: left;
  padding: 0.6em 2em 0.6em 75px; margin: 1em 0;
  border: 2px solid #3333CC; border-width: 2px 0;
  background-color: #DEEBF2;
  border-color: #3333CC;
  width: 600px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333333;
}
span.notice
{
  padding: 0.6em 2em 0.6em 0px; 
  margin-left: 0px;
  color: #333333;
}

select  {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
	}
	
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			11em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			11em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			11em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	padding: .75em .1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #ffffff;
}
.sf-menu li {
	color: #ffffff;
	font-weight:bold;
}
.sf-menu li li {
	 background:		#bcbbbb;
	 border: solid 1px #ffffff;
}
.sf-menu li li li {
	 background:		#bcbbbb;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}
.sf-level1
{
  border-top: solid 2px Transparent;
}
.sf-level1:hover
{
  border-top: solid 2px #9f9e9e;
}
.sf-level2
{
  border-top: solid 2px #bcbbbb;
  margin-left: 2px;
}
.sf-level2:hover
{
  background: #d4d4d4;
  color:#686868;
  border-top: solid 2px #9f9e9e;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('/common/images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* CALENDAR STYLE */
TABLE.Calendar       {border:#3333CC 1px groove; width:144;}
TABLE.CalendarList   {background-color: #3333CC; width:100%;}

TD.CalMonth          {color: #ffffff; background-color: #3333CC; font-family:arial; font-weight: bold; font-size: 10pt; font-weight: bold; text-align: center;}
TD.CalArrow          {color: #ffffff; background-color: #3333CC; font-family:arial; font-weight: bold; font-size: 10pt; font-weight: bold; text-align: center;}
TD.CalArrowHover     {color: #fffabb; background-color: #3333CC; font-family:arial; font-weight: bold; font-size: 10pt; font-weight: bold; text-align: center;}
TD.caldayHeader      {color: #DEEBF2; background-color: #3333CC; font-family:arial; font-weight: bold; font-size:  8pt; font-weight: bold; text-align: center;border: #AAC7DA thin solid;}

TD.calday            {color: #3333CC; background-color: #DEEBF2; font-family:arial; font-weight: bold; font-size:  8pt; font-weight: bold; text-align: center;}
TD.caldayhover       {color: #fffabb; background-color: #3333CC; font-family:arial; font-weight: bold; font-size:  8pt; font-weight: bold; text-align: center;}
TD.caltoday          {color: #fffabb; background-color: #3333CC; font-family:arial; font-weight: bold; font-size:  8pt; font-weight: bold; text-align: center;}
TD.caltodayhover     {color: #fffabb; background-color: #3333CC; font-family:arial; font-weight: bold; font-size:  8pt; font-weight: bold; text-align: center;}
TD.calothermonth     {color: #808080; background-color: #DEEBF2; font-family:arial; font-weight: bold; font-size:  8pt; font-weight: bold; text-align: center;}
TD.calothermonthhover{color: #fffabb; background-color: #3333CC; font-family:arial; font-weight: bold; font-size:  8pt; font-weight: bold; text-align: center;}
TD.calnotclickable   {color: #808080; background-color: #DEEBF2; font-family:arial; font-weight: bold; font-size:  8pt; font-weight: bold; text-align: center;}

table.content
{
 border-width:1px;
 padding: 1px,1px,1px,1px;
 margin:0,0,0,0;
 border-color: #cccccc;
 background-color:#cccccc;
 border-style:groove;
 outline-color: #000000;
 outline-width: medium;
 
}
tr.contentheader
{
  border-bottom: solid, 10px, red;
  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #3333cc;  
}
tr.contentinfo1
{
  background-color: #ffffff;
  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;  
}

tr.contentinfo2
{
  background-color: #f6f6f6;
  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;  
}
tr.contentinfo1:hover, tr.contentinfo2:hover
{
  background-color: #fffabb; 
}
div.UnHighLightRow
{
  border: 1px dotted Transparent;
  cursor:auto;
}
div.HighLightRow
{
  border: 1px dotted #FF0000;
  cursor: pointer;
}
body
{
  background-color: #ffffff;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

div#frame iframe { 
  margin: 0px 0px 0px 0px; 
  padding: 0; 
  overflow:scroll;
  line-height: 0.6; 
  border: 1px black solid; 
}

/*Reorder List*/
.dragHandle {
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.callbackStyle {
	border:thin black inset;		
}

.callbackStyle table {
	background-color: #c0c0c0;	
	color:Black;
}


.reorderListDemo li {
	list-style:none;
	margin:2px;
	color:#c0c0c0;
	font-weight:bold;
}

.reorderListDemo li a {color:#c0c0c0 !important; font-weight:bold;}

.reorderCue {
	border:dashed thin black;
	width:100%;
	height:25px;
}

.itemArea {
	margin-left:15px;
	font-family:Arial, Verdana, sans-serif;
	font-size:15px;
	text-align:left;
}

a.blacklink:link {color: #000000; text-decoration: underline;}
a.blacklink:visited {color: #000000; text-decoration: underline;}
a.blacklink:hover {color: #000000; text-decoration: none;}
a.blacklink:active {color: #000000; text-decoration: underline;}

.smalltext {font-family: Arial, Helvetica, sans-serif; font-size: 11px;}
.standardtext {font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
.mediumtext {font-family: Arial, Helvetica, sans-serif; font-size: 16px;}
.largetext {font-family: Arial, Helvetica, sans-serif; font-size: 18px;}
.verylargetext {font-family: Arial, Helvetica, sans-serif; font-size: 24px;}
.hugetext {font-family: Arial, Helvetica, sans-serif; font-size: 30px;}
.smalltextbold {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold;}
.standardtextbold {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold;}
.mediumtextbold {font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold;}
.largetextbold {font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold;}
.verylargetextbold {font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-weight: bold;}
.hugetextbold {font-family: Arial, Helvetica, sans-serif; font-size: 30px; font-weight: bold;}
.smalltextblue {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #3333cc;}
.standardtextblue {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #3333cc;}
.mediumtextblue {font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #3333cc;}
.largetextblue {font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #3333cc;}
.verylargetextblue {font-family: Arial, Helvetica, sans-serif; font-size: 24px; color: #3333cc;}
.hugetextblue {font-family: Arial, Helvetica, sans-serif; font-size: 30px; color: #3333cc;}
.smalltextorange {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #ff9900;}
.standardtextorange {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #ff9900;}
.mediumtextorange {font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #ff9900;}
.largetextorange {font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #ff9900;}
.verylargetextorange {font-family: Arial, Helvetica, sans-serif; font-size: 24px; color: #ff9900;}
.hugetextorange {font-family: Arial, Helvetica, sans-serif; font-size: 30px; color: #ff9900;}
.smalltextboldblue {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #3333cc;}
.standardtextboldblue {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #3333cc;}
.mediumtextboldblue {font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #3333cc;}
.largetextboldblue {font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #3333cc;}
.verylargetextboldblue {font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-weight: bold; color: #3333cc;}
.hugetextboldblue {font-family: Arial, Helvetica, sans-serif; font-size: 30px; font-weight: bold; color: #3333cc;}
.smalltextboldorange {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #ff9900;}
.standardtextboldorange {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #ff9900;}
.mediumtextboldorange {font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #ff9900;}
.largetextboldorange {font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #ff9900;}
.verylargetextboldorange {font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-weight: bold; color: #ff9900;}
.hugetextboldorange {font-family: Arial, Helvetica, sans-serif; font-size: 30px; font-weight: bold; color: #ff9900;}
.smalltextwhite {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff;}
.standardtextwhite {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff;}
.mediumtextwhite {font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #ffffff;}
.largetextwhite {font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #ffffff;}
.verylargetextwhite {font-family: Arial, Helvetica, sans-serif; font-size: 24px; color: #ffffff;}
.hugetextwhite {font-family: Arial, Helvetica, sans-serif; font-size: 30px; color: #ffffff;}
.smalltextboldwhite {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #ffffff;}
.standardtextboldwhite {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #ffffff;}
.mediumtextboldwhite {font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #ffffff;}
.largetextboldwhite {font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #ffffff;}
.verylargetextboldwhite {font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-weight: bold; color: #ffffff;}
.hugetextboldwhite {font-family: Arial, Helvetica, sans-serif; font-size: 30px; font-weight: bold; color: #ffffff;}
.smalltextred {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #ff0000;}
.standardtextred {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #ff0000;}
.mediumtextred {font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #ff0000;}
.largetextred {font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #ff0000;}
.verylargetextred {font-family: Arial, Helvetica, sans-serif; font-size: 24px; color: #ff0000;}
.hugetextred {font-family: Arial, Helvetica, sans-serif; font-size: 30px; color: #ff0000;}
.smalltextboldred {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #ff0000;}
.standardtextboldred {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #ff0000;}
.mediumtextboldred {font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #ff0000;}
.largetextboldred {font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #ff0000;}
.verylargetextboldred {font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-weight: bold; color: #ff0000;}
.hugetextboldred {font-family: Arial, Helvetica, sans-serif; font-size: 30px; font-weight: bold; color: #ff0000;}
.smalltextbrickred {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #cc3333;}
.standardtextbrickred {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #cc3333;}
.mediumtextbrickred {font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #cc3333;}
.largetextbrickred {font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #cc3333;}
.verylargetextbrickred {font-family: Arial, Helvetica, sans-serif; font-size: 24px; color: #cc3333;}
.hugetextbrickred {font-family: Arial, Helvetica, sans-serif; font-size: 30px; color: #cc3333;}
.smalltextboldbrickred {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #cc3333;}
.standardtextboldbrickred {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #cc3333;}
.mediumtextboldbrickred {font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #cc3333;}
.largetextboldbrickred {font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #cc3333;}
.verylargetextboldbrickred {font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-weight: bold; color: #cc3333;}
.hugetextboldbrickred {font-family: Arial, Helvetica, sans-serif; font-size: 30px; font-weight: bold; color: #cc3333;}
.smalltextmediumgrey {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #999999;}
.standardtextmediumgrey {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #999999;}
.mediumtextmediumgrey {font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #999999;}
.largetextmediumgrey {font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #999999;}
.verylargetextmediumgrey {font-family: Arial, Helvetica, sans-serif; font-size: 24px; color: #999999;}
.hugetextmediumgrey {font-family: Arial, Helvetica, sans-serif; font-size: 30px; color: #999999;}
.smalltextboldmediumgrey {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #999999;}
.standardtextboldmediumgrey {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #999999;}
.mediumtextboldmediumgrey {font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #999999;}
.largetextboldmediumgrey {font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #999999;}
.verylargetextboldmediumgrey {font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-weight: bold; color: #999999;}
.hugetextboldmediumgrey {font-family: Arial, Helvetica, sans-serif; font-size: 30px; font-weight: bold; color: #999999;}
.smalltextgreen {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #33cc00;}
.standardtextgreen {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #33cc00;}
.mediumtextgreen {font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #33cc00;}
.largetextgreen {font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #33cc00;}
.verylargetextgreen {font-family: Arial, Helvetica, sans-serif; font-size: 24px; color: #33cc00;}
.hugetextgreen {font-family: Arial, Helvetica, sans-serif; font-size: 30px; color: #33cc00;}
.smalltextboldgreen {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #33cc00;}
.standardtextboldgreen {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #33cc00;}
.mediumtextboldgreen {font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #33cc00;}
.largetextboldgreen {font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #33cc00;}
.verylargetextboldgreen {font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-weight: bold; color: #33cc00;}
.hugetextboldgreen {font-family: Arial, Helvetica, sans-serif; font-size: 30px; font-weight: bold; color: #33cc00;}
.smalltextlightblue {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #6699ff;}
.standardtextlightblue {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #6699ff;}
.mediumtextlightblue {font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #6699ff;}
.largetextlightblue {font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #6699ff;}
.verylargetextlightblue {font-family: Arial, Helvetica, sans-serif; font-size: 24px; color: #6699ff;}
.hugetextlightblue {font-family: Arial, Helvetica, sans-serif; font-size: 30px; color: #6699ff;}
.smalltextboldlightblue {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #6699ff;}
.standardtextboldlightblue {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #6699ff;}
.mediumtextboldlightblue {font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #6699ff;}
.largetextboldlightblue {font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #6699ff;}
.verylargetextboldlightblue {font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-weight: bold; color: #6699ff;}
.hugetextboldlightblue {font-family: Arial, Helvetica, sans-serif; font-size: 30px; font-weight: bold; color: #6699ff;}
.smalltextyellow {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #ffcc33;}
.standardtextyellow {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #ffcc33;}
.mediumtextyellow {font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #ffcc33;}
.largetextyellow {font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #ffcc33;}
.verylargetextyellow {font-family: Arial, Helvetica, sans-serif; font-size: 24px; color: #ffcc33;}
.hugetextyellow {font-family: Arial, Helvetica, sans-serif; font-size: 30px; color: #ffcc33;}
.smalltextboldyellow {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #ffcc33;}
.standardtextboldyellow {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #ffcc33;}
.mediumtextboldyellow {font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #ffcc33;}
.largetextboldyellow {font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #ffcc33;}
.verylargetextboldyellow {font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-weight: bold; color: #ffcc33;}
.hugetextboldyellow {font-family: Arial, Helvetica, sans-serif; font-size: 30px; font-weight: bold; color: #ffcc33;}


DIV.ddbutton
{ 
  float         : none;
  margin-top    : 0px;
  margin-bottom : 0px;
  margin-right  : 0px;
  margin-left   : 0px;
  white-space   : nowrap;
}
DIV.ddbutton A, DIV.ddbutton A:link, DIV.ddbutton A:active, DIV.ddbutton A:visited
{ 
  background       : url(/images/btn_Right.gif) no-repeat right top;  
  font-family      : Arial, Helvetica, sans-serif; 
  font-size        : 11px; 
  font-weight      : bold; 
  color            : #ffffff;
  text-decoration  : none;
  white-space   : nowrap;
}
DIV.ddbutton A:hover
{
   background-position: 100% -20px;
   color              : #3333cc;
}
DIV.ddbutton SPAN
{
  padding-right   : 8px;
  padding-left    : 10px;
  display         : block;
  background      : url(/images/btn_Left.gif) no-repeat left top;
  padding-bottom  : 3px;
  padding-top     : 3px;
  white-space     : nowrap;
  text-align      : center;
  cursor          : hand;
}
DIV.ddbutton SPAN.ddbuttonSingle
{
  padding-right   : 3px;
  padding-left    : 5px;
  display         : block;
  background      : url(/images/btn_Left.gif) no-repeat left top;
  padding-bottom  : 3px;
  padding-top     : 3px;
  white-space     : nowrap;
  text-align      : center;
  cursor          : hand;
}
DIV.ddbutton A:hover SPAN
{
   background-position: 0% -20px;
   color              : #3333cc;
}



DIV.ddbuttonred
{ 
  float         : none;
  margin-top    : 0px;
  margin-bottom : 0px;
  margin-right  : 0px;
  margin-left   : 0px;
  white-space   : nowrap;
}
DIV.ddbuttonred A, DIV.ddbuttonred A:link, DIV.ddbuttonred A:active, DIV.ddbuttonred A:visited
{ 
  background       : url(/images/btn_Right_Red.gif) no-repeat right top;  
  font-family      : Arial, Helvetica, sans-serif; 
  font-size        : 11px; 
  font-weight      : bold; 
  color            : #ffffff;
  text-decoration  : none;
  white-space   : nowrap;
}
DIV.ddbuttonred A:hover
{
   background-position: 100% -20px;
   color              : #3333cc;
}
DIV.ddbuttonred SPAN
{
  padding-right   : 8px;
  padding-left    : 10px;
  display         : block;
  background      : url(/images/btn_Left_Red.gif) no-repeat left top;
  padding-bottom  : 3px;
  padding-top     : 3px;
  white-space     : nowrap;
  text-align      : center;
  cursor          : hand;
}
DIV.ddbuttonred SPAN.ddbuttonredSingle
{
  padding-right   : 3px;
  padding-left    : 5px;
  display         : block;
  background      : url(/images/btn_Left_Red.gif) no-repeat left top;
  padding-bottom  : 3px;
  padding-top     : 3px;
  white-space     : nowrap;
  text-align      : center;
  cursor          : hand;
}
DIV.ddbuttonred A:hover SPAN
{
   background-position: 0% -20px;
   color              : #cc3333;
}


DIV.ddbuttonLightGrey
{ 
  float         : none;
  margin-top    : 0px;
  margin-bottom : 0px;
  margin-right  : 0px;
  margin-left   : 0px;
  white-space   : nowrap;
}
DIV.ddbuttonLightGrey A, DIV.ddbuttonLightGrey A:link, DIV.ddbuttonLightGrey A:active, DIV.ddbuttonLightGrey A:visited
{ 
  background       : url(/images/btn_Right_LightGrey.gif) no-repeat right top;  
  font-family      : Arial, Helvetica, sans-serif; 
  font-size        : 11px; 
  font-weight      : bold; 
  color            : #3333cc;
  text-decoration  : none;
  white-space   : nowrap;
}
DIV.ddbuttonLightGrey A:hover
{
   background-position: 100% -20px;
   color              : #3333cc;
}
DIV.ddbuttonLightGrey SPAN
{
  padding-right   : 8px;
  padding-left    : 10px;
  display         : block;
  background      : url(/images/btn_Left_LightGrey.gif) no-repeat left top;
  padding-bottom  : 3px;
  padding-top     : 3px;
  white-space     : nowrap;
  text-align      : center;
  cursor          : hand;
}
DIV.ddbuttonLightGrey SPAN.ddbuttonLightGreySingle
{
  padding-right   : 3px;
  padding-left    : 5px;
  display         : block;
  background      : url(/images/btn_Left_LightGrey.gif) no-repeat left top;
  padding-bottom  : 3px;
  padding-top     : 3px;
  white-space     : nowrap;
  text-align      : center;
  cursor          : hand;
}
DIV.ddbuttonLightGrey A:hover SPAN
{
   background-position: 0% -20px;
   color              : #3333cc;
}



DIV.ddbuttonYellow
{ 
  float         : none;
  margin-top    : 0px;
  margin-bottom : 0px;
  margin-right  : 0px;
  margin-left   : 0px;
  white-space   : nowrap;
}
DIV.ddbuttonYellow A, DIV.ddbuttonYellow A:link, DIV.ddbuttonYellow A:active, DIV.ddbuttonYellow A:visited
{ 
  background       : url(/images/btn_Right_Yellow.gif) no-repeat right top;  
  font-family      : Arial, Helvetica, sans-serif; 
  font-size        : 11px; 
  font-weight      : bold; 
  color            : #3333cc;
  text-decoration  : none;
  white-space   : nowrap;
}
DIV.ddbuttonYellow A:hover
{
   background-position: 100% -20px;
   color              : #3333cc;
}
DIV.ddbuttonYellow SPAN
{
  padding-right   : 8px;
  padding-left    : 10px;
  display         : block;
  background      : url(/images/btn_Left_Yellow.gif) no-repeat left top;
  padding-bottom  : 3px;
  padding-top     : 3px;
  white-space     : nowrap;
  text-align      : center;
  cursor          : hand;
}
DIV.ddbuttonYellow SPAN.ddbuttonYellowSingle
{
  padding-right   : 3px;
  padding-left    : 5px;
  display         : block;
  background      : url(/images/btn_Left_Yellow.gif) no-repeat left top;
  padding-bottom  : 3px;
  padding-top     : 3px;
  white-space     : nowrap;
  text-align      : center;
  cursor          : hand;
}
DIV.ddbuttonYellow A:hover SPAN
{
   background-position: 0% -20px;
   color              : #3333cc;
}
span.internaltable
{
  width: 90px;
  border: black 1px solid;
  background-color: #f5f5f5;
  margin-left: 5px;
  padding-left: 5px;
  padding-right: 5px;
}