/* DEFAULT TEXT */
body {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;font-size: 11px;color: #000000;margin: 0px;}
td {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000;}


/* TEXT STYLES */
.small { font-size: 9px;}
.medium {font-size: 9pt;}

.big {font-size: 14pt;font-weight: bolder;}
.xbig {font-size: 19px;}

.bigBold {font-size: 12pt;font-weight: bold;color: #4F5568;font-family: Tahoma;}
.slBigBold { font-size: 12px; font-weight: bold;}


/* LINKS */
a         {color: #0000FF; text-decoration: none;}
a:link    {color: #0000FF; text-decoration: none;}
a:visited {color: #0000FF; text-decoration: none;}
a:active  {color: #0000FF; text-decoration: none;}
a:hover   {color: #0000FF; text-decoration: none; background: #EBEBEB;}

a.img {text-decoration: none;}
a.img:link {text-decoration: none;}
a.img:visited {text-decoration: none;}
a.img:active {text-decoration: none;}
a.img:hover {text-decoration: none;}

a.alt {color: #0000FF; text-decoration: none;}
a.alt:link {color: #0000FF; text-decoration: none;}
a.alt:visited {color: #0000FF; text-decoration: none;}
a.alt:active {color: #0000FF; text-decoration: none;}
a.alt:hover {color: #0000FF; text-decoration: none; background: #D1E2FF;}

a.white {color: #FFFFFF; text-decoration: none;}
a.white:link {color: #FFFFFF; text-decoration: none;}
a.white:visited {color: #FFFFFF; text-decoration: none;}
a.white:active {color: #FFFFFF; text-decoration: none;}
a.white:hover {color: #4574AF; text-decoration: none; background: #D1E2FF;}

a.emphasize          {color: #000000; text-decoration: none;}
a.emphasize :link    {color: #000000; text-decoration: none;}
a.emphasize :visited {color: #000000; text-decoration: none;}
a.emphasize :active  {color: #000000; text-decoration: none;}
a.emphasize :hover   {color: #000000; text-decoration: none; background: #EBEBEB;}

a.medium {color: #0000FF; text-decoration: none;}
a.medium:link {color: #0000FF; text-decoration: none;}
a.medium:visited {color: #0000FF; text-decoration: none;}
a.medium:active {color: #0000FF; text-decoration: none;}
a.medium:hover {color: #0000FF; text-decoration: none; background: #EBEBEB;}

/* COLUMN HEADINGS */
.colhead    {
	background: #C4CCDB;
	padding: 4px;
	font-size: 11px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #8D99B0;}
	
.colheadend {border-top: 1px solid #8E8EA3;border-bottom: 1px solid #B6C1D9;background: #C4CCDB;border-left : 1px solid #ABB5CC;padding: 5px;font-size: 10px;}

/* ALTERNATE ROWS */
.rowa   { background: #F2F6FE;}
.rowb   { background: #FFFFFF;}
.rowasm {
	font-size:  9px;
	background: #EDF3FE;
	border-bottom: 1px solid #CADEFE;
	border-top: 1px solid #CADEFE;
}

.rowbsm {font-size:  9px; background: #FFFFFF;}

/* 3 COLUMN DIRECTORY LISTINGS*/
.dirhead {font-weight: bold;font-size: 10px;background: #edf3fe;padding: 5px;}
.dira    {border-top: 1px solid #ABB5CC; border-right: 1px solid #ABB5CC;}
.dirb    {border-top: 1px solid #ABB5CC;}
.dirc    {border-top: 1px solid #ABB5CC; border-left: 1px solid #ABB5CC;}

/*ROLLOVER CELLS*/
.outcell {background: #E8ECF3;}
.overcell {background: url(img_sidebars/overcell.gif);cursor: pointer;}

/* OTHER */
.tdbright {border-right: 1px solid #D8D9DC;}
.reg {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px;}
.sbox {
	background-color: #E8ECF3;
	border: 1px groove #ABB5CC;
}
.redBigBold {
	font-family: Tahoma, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #C80000;
}
.toggleOff {
	background: #FFFFFF;
	cursor: pointer;

}
.toggleOver {
background: #D1E2FF;cursor: pointer;
}
.detailoff {
	display: none;
}
.detailon {
	display: block;
}
.rowc {
	background-color: #FEFEE6;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C4CEE5;
	border-bottom-color: #C4CEE5;
}

.inset {
	border-top: 1px inset #3174C8;
	border-bottom: 1px inset #3174C8;
}

.dottedline {
	background-attachment: scroll;
	background-image: url(img_layout/dotted.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.list1 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	list-style-type: circle;
	display: block;
}

.list2 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	list-style-type: decimal;
	display: block;
}

.list3 {
 margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	list-style-type: lower-alpha;
	display: block;
}

.list4 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	list-style-type: decimal;
	display: block;
}

.list5 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: decimal;
	display: block;
	list-style-position: inside;
}

.list1nopad {
	margin: 0px;
	list-style-type: disc;
	padding: 0px 0px 0px 20px;
}

sup {
	font-size: 8px;
}

.headTDredtxt {
	font-size: 10pt;
	font-weight: bold;
	color: #CC0000;
	background-color: #EFEFEF;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CED3E1;
	font-family: Tahoma, sans-serif;

}

.headTDsmredtxt {
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	background-color: #EFEFEF;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CED3E1;
}

.mediumplussidepad {
	font-size: 9pt;
	padding-right: 6px;
	padding-left: 6px;
}

.headTDredtxtYellow {
	font-size: 10pt;
	font-weight: bold;
	color: #435370;
	background-color: #FFFFCC;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E18C05;
}

.headTDredtxtbtmborder {
	font-size: 10pt;
	font-weight: bold;
	color: #435370;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E18C05;
}

.headTDredtxtGrey {
	font-size: 10pt;
	font-weight: bold;
	color: #435370;
	background-color: #EFEFEF;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E18C05;
}
.headTDsmredtxtGrey {
	font-size: 11px;
	font-weight: bold;
	color: #435370;
	background-color: #EFEFEF;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E18C05;
}
.headTDbtmredborder {
	font-size: 10pt;
	font-weight: bold;
	color: #435370;
	padding: 4px;
	background-attachment: scroll;
	background-image: url(img_holiday/hdot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;

}
.tdlink {
	font-size: 9pt;
	color: #000000;
	background-attachment: scroll;
	background-image: url(img_layout/dotted.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
a.tdlink {

	font-size: 9pt;
	color: #000000;
	background-attachment: scroll;
	background-image: url(img_layout/dotted.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
a.tdlink:hover {
	font-size: 9pt;
	color: #000000;
	background-attachment: scroll;
	background-image: url(img_layout/dotted.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #EEEEEE;

}
.colhead2 {
	background: #C8CBD1;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;

}


/* FORMS */
form { margin:0px }
input.button  {font-family: Tahoma, sans-serif;font-size: 7pt;color: #FFFFFF;background-color: #3174C8;border: 1px outset #3F91E8;font-weight: bold;cursor: pointer;}
select.text   {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 8pt;color: #4B4B4B;background-color: #EAEDF4;border: 1px inset #E5E5E5;}
select.def    {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 8pt;color: #4B4B4B;background-color: #def   ;border: 1px inset #E5E5E5;}
select.clear  {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 8pt;color: #4B4B4B;background-color: #FFFFFF;border: 1px inset #E5E5E5;}
/*select        {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 8pt;color: #4B4B4B;background-color: #def   ;border: 1px inset #E5E5E5;}*/
input.text    {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 8pt;color: #4B4B4B;background-color: #EAEDF4;border: 1px inset #E5E5E5;}
input.def     {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 8pt;color: #4B4B4B;background-color: #def   ;border: 1px inset #E5E5E5;}
input.clear   {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 8pt;color: #4B4B4B;background-color: #FFFFFF;border: 1px inset #E5E5E5;}
textarea.text {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 8pt;color: #4B4B4B;background-color: #EAEDF4;border: 1px inset #E5E5E5;}
textarea.def  {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 8pt;color: #4B4B4B;background-color: #def   ;border: 1px inset #E5E5E5;}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;

}

.tdmenuout {
	color: #0033FF;
	cursor: pointer;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E6EF;


}

.tdmenuover {
	color: #0033FF;
	background: #F5F8FB;
	cursor: pointer;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E6EF;


}
.dottedtopline {

	background-attachment: scroll;
	background-image: url(img_layout/dotted.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
