/**
 * HTML ENTITIES
 */
body {
	background: url(../images/bg_body.jpg) top center repeat-x #cfe699;
	margin: 0;
	padding: 0;
	font-family: tahoma,arial,sans-serif;
	font-size: .9em;
	color: #666666;
}
h1 {
	font-family: "trebuchet ms";
	color: #dc1e1e;
	font-weight: normal;
	font-size: 23px;
	letter-spacing: .05em;
}
h1#logo {
	margin: 20px 0 0 25px;
	float: left;
	display: inline;
}
h1#logo a {
	display: block;
	width: 215px;
	height: 55px;

	background: url(../images/ecg_logo.jpg) 6px 5px no-repeat;
}
h1#logo span {
	display: none;
}
h2 {
	font-family: "trebuchet ms";
	color: #dc1e1e;
	margin: 20px 0 0 0;
	padding: 0;
	font-weight: normal;
	font-size: 18px;
	letter-spacing: .05em;
	line-height: 1.2em;
}
h3 {
	color: #dc1e1e;
	font-size: 13px;
	font-weight: normal;
}
h3.date {
	font-family: tahoma;
	color: #666;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 15px;
}
h4 {
	color: #666;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}
h4 span {
	font-weight: normal;
}
h5 {
	margin: 0;
	padding: 0;
	font-size: 9px;
	color: #666;
	text-decoration: underline;
	font-weight: normal;
}
h5 {
	margin: 0;
	padding: 0;
	font-size: 9px;
	color: #666;
	text-decoration: underline;
	font-weight: bold;
}
a {
	outline: none;

	color: #619e82;
	text-decoration: underline;
}
a img {
	border: none;
}
a.icon, span.icon {
	font-size: 7pt;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}
a.icon img, span.icon img {
	vertical-align: middle;
	margin-right: 3px;
}
.cleaner {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	background: none;
}
hr {
	border-color: #aaa;
	border-style: dotted;
	border-width: 1px 0 0 0;
	clear: both;
	height: 1px;
	margin: 15px 0;

	background: none;
}
hr.first { margin-top: 0; }


/**
 * GLOBAL NAV
 */
#global_nav {
	background: url(../images/bg_global_nav.gif) 0 0 no-repeat;
	height: 23px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 45%;
	width: 55%;
	padding: 0;
}
#global_nav ul {
	margin: 0;
	padding: 0 0 0 25px;
	list-style-type: none;
}
#global_nav ul li {
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
}
#global_nav a {
	color: #c2c2c2;
	font-size: 11px;
	height: 16px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}
#global_nav a span { display: none; }
#global_nav a:hover {
	color: #fff;
}

#global_nav ul li.soc_fb { margin-right: 5px; }
#global_nav ul li.soc_tw { margin-right: 5px; }
#global_nav ul li.soc_in { margin-right: 5px; }
#global_nav ul li.soc_fb a { background: transparent url(../images/icons/facebook.png) 0 0 no-repeat; display: block; margin-top: 3px; width: 16px; height: 16px; }
#global_nav ul li.soc_tw a { background: transparent url(../images/icons/twitter.png) 0 0 no-repeat; display: block; margin-top: 3px; width: 16px; height: 16px; }
#global_nav ul li.soc_in a { background: transparent url(../images/icons/linkedin.png) 0 0 no-repeat; display: block; margin-top: 3px; width: 16px; height: 16px; }

#global_nav input.search_field {
	position: absolute;
	top: 4px;
	left: 305px;
	margin: 0;
	padding: 0;
	border: none;
	background: #fff;
	height: 14px;
	width: 195px;
	font-size: .8em;
	display: block;
	float: left;
}
#global_nav input.search_button {
	position: absolute;
	top: 3px;
	left: 503px;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}
#global_nav .rss {
	position: absolute;
	top: 2px;
	left: 490px;
	margin: 0;
	padding: 0;
}


/**
 * NAV
 */
#nav {
	height: 20px;
	margin: 0 0 4px 0;

	background: url(../images/bg_nav.gif) 0 0 repeat-x;
}
#nav li,#nav li li {
	cursor: pointer;
}
/*** ESSENTIAL STYLES ***/
.sf, .sf * {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;

	list-style: none;
}
.sf {
	height: 20px;
	padding-left: 43px;
	background: url(../images/nav_bg_off.jpg) repeat-x center;
}
.sf ul {
	position: absolute;
	top: -999em;
	width: 10em; /* left offset of submenus need to match (see below) */
}
.sf ul li {
	width: 100%;
}
.sf li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf li {
	float: left;
	position: relative;
}
.sf a {
	display: block;
	position: relative;
}
.sf li:hover ul,
.sf li.sfHover ul {
	left: 0;
	top: 1.9em; /* match top ul list item height */
	z-index: 99;
}
ul.sf li:hover li ul,
ul.sf li.sfHover li ul {
	top: -999em;
}
ul.sf li li:hover ul,
ul.sf li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}
ul.sf li li:hover li ul,
ul.sf li li.sfHover li ul {
	top: -999em;
}
ul.sf li li li:hover ul,
ul.sf li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}

/*** DEMO SKIN ***/
.sf {
	float: left;
	margin-bottom: 0;
	font-size: 11px;
}
.sf a {
	border-left: 1px solid #fff;
	height: 18px;
	padding: 2px 1em 0 1em;
	text-decoration: none;
	background: url(../images/nav_bg_off.jpg) repeat-x center;
}
.sf a, .sf a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #666666;
}
.sf li ul a {
	height: auto;
	border-top:	1px solid #fff;
	border-left: 0px;
	padding: .75em 1em;
	text-decoration: none;
	background: #e3f0c3;
        width: 88px;
}
.sf li {
	background:	#ffffff;
}
.sf li li {
	background:	#ffffff;
}
.sf li li li {
	background:	#ffffff;
}
.sf a:focus, .sf a:hover, .sf a:active {
	background: url(../images/nav_bg_hover.jpg) repeat-x center;
	color: #333333;
	outline: 0;
}
.sf li:hover, .sf li.sfHover {
	background:	#CFDEFF;
	outline: 0;
}


/**
 * shadows for all but ie6
 */
.sf-shadow ul {
	background:	url('../images/nav_shadow.png') no-repeat bottom right;
	padding: 0 8px 8px 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;
}


/**
 * NAV TITLE
 */
#nav #nav_title {
	float: right;
	background: url(../images/bg_nav_title.gif) top left no-repeat;
	width: 217px;
	height: 16px;
	padding: 4px 0 0 20px;
	color: #23687a;
	font-family: verdana;
	line-height: .9em;
	font-size: .9em;
	text-transform: uppercase;
}



/**
 * MAIN STYLES
 */
#container {
	margin: 38px auto 0 auto;
	padding: 16px 0 30px 0;
	position: relative;
	width: 940px;

	background: url(../images/container_top.gif) 0 0 no-repeat #fff;
}
.content {
	font-size: .85em;
	line-height: 1.3em;
	float: left;
}
.content .intro {
	color: #999;
}
.content .block {
	border-bottom: 1px dotted #ccc;
	margin: 0;
	padding: 20px 0;
}
.content .block h3 {
	margin-top: 0px !important;
}
.content .block img.imgleft {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}
.content .block img.imgleft_loc {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}
#interior_content {
	background: transparent url(../images/interior_hero.jpg) 0 0 no-repeat;
	/* position: relative; */
}
#interior_left {
	float: left;
	width: 688px;
}
div>#interior_left {
	width: 700px;
}
#interior_left .content {
	width: 485px;
}
div>#interior_left .content {
	width: 500px;
}
#interior_left h2 {
	margin-bottom: 10px;
}
#interior_left h3 {
	font-size: 14px;
	margin: 5px 0 3px 0;
	padding: 0;
}
#interior_left h3 a {
	color: #dc1e1e;
	text-decoration: none;
}
#interior_left p {
	margin: 2px 0 10px 0;
}
#interior_left ol {
	margin-left: 2em;
	padding-left: 0;
}
#interior_left ul {
	margin-left: 1.35em;
	padding-left: 0;
}

#interior_right {
	float: right;
	padding: 0 20px;
	width: 200px;
}
#interior_right .content {
	margin: 0 20px 0 0;
	padding: 12px;
	width: 145px;

	background: url(../images/bg_interior_right.gif) left bottom no-repeat #d7eaa9;
	font-size: .8em;
}
#interior_right>.content { width: 166px; }
#interior_right .content h2 { color: #666; font: normal 11pt tahoma,arial,sans-serif; letter-spacing: 0; }
#interior_right .content h3 { color: #999; font: normal 10pt tahoma,arial,sans-serif; letter-spacing: 0; }
#interior_right .content h4 { color: #666; font: bold 9pt tahoma,arial,sans-serif; letter-spacing: 0; }
#interior_right .content h5 { color: #666; font: bold 8pt tahoma,arial,sans-serif; letter-spacing: 0; text-decoration: none; }
#interior_right .content a {}
#interior_right .content p { margin: 0; padding: 5px 0 6px 0; }
#interior_right .content ol { margin-left: 2em; padding-left: 0; }
#interior_right .content ul { margin-left: 1.35em; padding-left: 0; }


#interior_right .right_image {
	margin-top: 55px;
}
#interior_right .block {
	margin: 0 0 10px 0;
	padding: 0 10px;

	font-size: .85em;
	line-height: 1.2em;
}
#interior_right .block h4 {
	margin: 0 0 12px 0;

	color: #999;
	font-size: 1.1em;
	font-weight: normal;
}
#interior_right .block p {
	margin: 0 0 12px 0;
}
#interior_right .block a.icon {
	display: block;
	margin-top: 7px;
	font-size: .9em;
}
#interior_right .block a.icon img {
	float: left;
	margin: 0 8px 0 0;
}

/*
#interior_right .full {
	border: 0 none;
	margin: 0;
	padding: 0;
}
*/


#interior_main {
	width: 940px;
}
#interior_main .content {
	width: 700px;
	padding: 0 40px 0 0;
}


/**
 * TESTIMONIAL
 */
#testimonial {
	float: right;
	height: 105px;
	margin: 0;
	padding: 10px 0;
	width: 200px;

	color: #619e82;
	font-size: .8em;
}
#testimonial p {
	margin: 0 0 1em 0;
}
#testimonial .company {
	text-transform: uppercase;
}


/**
 * BREADCRUMB
 */
#breadcrumb {
	display: inline;
	float: left;
	margin: 50px 0 55px 50px;
	padding: 0;
	width: 390px;

	font-size: .75em;
}
#breadcrumb a {
	color: #666666;
	text-decoration: none;
}
#breadcrumb a:hover {
	text-decoration: underline;
}


/**
 * PROFILE TABLE
 */
.profiles td {
	padding: 22px 0;
	vertical-align: top;

}
.profiles td.image {
	padding-right: 20px;
	width: 180px;
	text-align: right;
}
.profiles td.info {
	border-bottom: 1px dotted #999;
	font-size: .8em;
}
.profiles h2 {
	color: #dc1e1e;
	font-size: 13px;
	margin: 0;
	padding: 0;
}
.profiles h3 {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.profiles td.info h3 a {
	font-weight: normal;
}


/**
 * LOCATIONS
 */
.locations td {
	padding: 22px 0;
	vertical-align: top;
	border-bottom: 1px dotted #999;
	font-size: .8em;
	width: 500px;
}
.locations img.map {
	float: right;
	padding: 2px;
	border: 1px dotted #999;
}
.locations h2 {
	color: #dc1e1e;
	font-size: 13px !important;
	margin: 0 !important;
	padding: 0;
}
.locations h3 {
	color: #666666;
	font-size: 11px !important;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.locations p {
	margin: 0 0 5px 0 !important;
	padding: 0;
	font-size: 1.1em;
}
.locations ul {
	margin: 0 !important;
	padding: 0;
	list-style-type: none;
	font-size: 1.1em;
}
.locations li {
	display: block;
	float: left;
	width: 160px;
	text-align: left;
	padding: 0 5px 0 0;
	margin: 5px 0;
}



/**
 * ACTIONS
 */
.actionsRight {
	float: right;
	text-align: right;
}
.actionsLeft {
	float: left;
	text-align: left;
}
.actions a, .actions span {
	padding: 0 5px;

	color: #999;
	text-transform: uppercase;
}
.actions a:hover, .actions span:hover {
	color: #666666;
}
.actions img {
	vertical-align: middle;
}
.actions ul {
	display: none;
	margin: 3px 0 0 0;
	padding: 0;
	list-style-type: none;
}
.actions li {
	float: left;
	margin: 0;
	padding: 0;
}


/**
 * PUBLICATIONS
 */
#interior_right.publications ul {
	margin: 0 0 1em 0;
	padding: 0;

	list-style-type: none;
}
#interior_right.publications ul li {
	padding: 3px 0 4px 22px;

	font-size: .85em;
}


/**
 * MENU
 */
#menu {
	float: left;
	width: 180px;
	margin: 0 20px 0 0;
	font-size: .7em;
}
#menu ul {
	margin: 0 0 0 30px;
	padding: 0;
	list-style-type: none;
}
#menu a {
	text-transform: uppercase;
	text-decoration: none;
	color: #999999;
	padding: 7px 0 7px 12px;
	display: block;
}
#menu a:hover {
	color: #666666;
	text-decoration: none;
}
#menu li { zoom: 1; }
#menu li.active {
	background: url(../images/bg_menu_bottom.jpg) left bottom no-repeat;
}
#menu li.active a {
	background: url(../images/bg_menu_top.jpg) left top no-repeat;
	color: #666666;
}
#menu li ul {
	margin: 0;
	padding: 0 0 4px 12px;
}
#menu li li a, #menu li.active li a {
	color: #999999;
	padding: 4px 0 4px 12px;
	text-transform: none;
	background: transparent;
}
#menu li li a:hover {
	color: #666666;
}
#menu li li.active {
	background: none;
}
#menu li li.active a {
	color: #666666;
	background: none;
}


/**
 * SUBNAV
 */
.subnav {
	color: #999;
	font-size: .8em;
}
.subnav a {
	color: #999;
	text-transform: uppercase;
	text-decoration: none;
}
.subnav a.active, .subnav a:hover {
	color: #666666;
	text-decoration: none;
}


/**
 * HOME PAGE
 */
#home_hero {
	height: 200px;
}
#home_hero object {}
#home_link {
	display: block;
	position: absolute;
	top: 55px;
	left: 40px;
	width: 140px;
	height: 95px;
	z-index: 2;
	background: #f0f;
	cursor: pointer;
}
#content_home {
	width: 530px;
	margin: 25px 0 0 0;
	float: left;
	display: inline;
}
#content_home h2 {
	margin: 0 0 10px 80px;
}
#content_home .content {
	margin: 0 0 0 110px;
	display: inline;
}

.home_right {
	display: inline;
	float: right;
	margin: 0 35px 15px 0;
	padding: 0;
	width: 306px;

	background-position: 0 0;
	background-repeat: no-repeat;
}
.trends { background-image: url(../images/bg_home_right.jpg); }
.compendium { background-image: url(../images/bg_home_top_right.jpg); }
.home_right h3 {
	margin: 25px 0 8px 53px;

	text-transform: uppercase;
	font-family: verdana;
}
.home_right ul {
	margin: 0 0 0 -10px;
	padding: 0;

	list-style-type: none;
}
.home_right ul li {
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;

	background: url(../images/li_bullet.gif) 0 0 no-repeat;
}
.home_right ul li a{ color: #666; }

.home_right h5 {
	margin: 0 0 0 40px;
}
.home_right h5 a {
	color: #666;
}
.home_right div.content {
	float: none;
	margin: 0 15px 0 53px;
	font-size: .85em;
}

#home_hero #events {
	position: absolute;
	right: 0;
	top: 50px;
}
#home_hero #events a {
	color: #fff;
}
#events {
	width: 215px;
	height: 125px;
	padding: 0 5px 0 0;
	margin-bottom: 0;
}
#events h4 {
	color: #9ed5e4;
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: bold;
}
#home_hero #events ul, #interior_right #events ul {
	margin: 0;
	padding: 8px 0 5px 0;
	width: 215px;
	list-style-type: none;
}
#home_hero #events ul li, #interior_right #events ul li {
	margin: 0 0 12px 0;
	padding: 0;
	clear: both;
}
#events .cal {
	float: left;
	height: 34px;
	margin: 0 3px 10px 0;
	position: relative;
	width: 33px;
	background: url(../images/bg_cal.gif) 5px 2px no-repeat;
}
#events .cal .month {
	color: #fff;
	font-size: 8px;
	line-height: 8px;
	padding: 2px 0 0 0;
	text-align: center;
	text-transform: uppercase;
}
#events .cal .day {
	padding: 2px 0 0 0;

	color: #000;
	font: bold 13px/13px arial, sans-serif;
	text-align: center;
}
#events .stupidIE {
        float: left;
		width: 170px;
}
#events h4 {
	color: #9ed5e4;
	margin: 0;
	padding: 0;
	float: left;
	font-size: 10px;
    line-height: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
#events p {
	margin: 0;
	padding: 0;
	color: #fff !important;
	clear: both;
	font-size: 10px;
	font-weight: bold;
    height: 2.5em;
	line-height: 12px;
    overflow: hidden;
}
#interior_right #events {
	width: 205px;
}
#interior_right #events h4 {
	color: #23687a;
}
#interior_right #events p {
	color: #5e9dae;
}

#events p a{ color: #5e9dae; text-decoration: none; }

/**
 * GREENBOX
 */
.greenbox {
	margin: 20px 0 0 0;
	width: 485px;

	background: url(../images/bg_greenbox.gif) 0 0 repeat-y;
}
.greenbox h3 {
	margin-bottom: 10px !important;
}
.greenboxContent {
	background: url(../images/bg_greenbox_top.jpg) 0 0 no-repeat;
	padding: 20px;
	margin: 0;
}
.greenbox td {
	vertical-align: top;
	width: 50%;
}
.greenbox td.first {
	padding: 0 30px 0 0;
}


/**
 * FOOTER
 */
#footer {
	width: 920px;
	margin: 0 auto;
	background: url(../images/container_bottom.gif) 0 0 no-repeat;
	padding: 15px 10px 10px 10px;
	font-size: .75em;
}
#footer a {
	color: #666666;
	text-decoration: none;
	margin-left: 15px;
	text-transform: uppercase;
}

/****/
#lightbox-background { z-index: 50; }
#lightbox {
	background: white;
	padding: 0 20px 20px 20px;
	left: 25%;
	position: absolute;
	top: 50px;
	z-index: 100;
}
div>#lightbox { position: fixed; }
.lightbox {
	display: none;
	text-align: left;
	z-index: 100 !important;
	background: white !important;
	padding: 20px;
	left: 25%;
	position: absolute;
	top: 50px;
	width: 425px;
    font-size: 12px;
}

.lightbox .top_corners {
	height: 7px;
	left: 0;
	position: absolute;
	top: -7px;
	width: 465px;

	background: transparent url(../images/lightbox_bg_top_corners.gif) top left no-repeat;
}
.lightbox .btm_corners {
	height: 7px;
	left: 0;
	position: absolute;
	top: 100%;
	width: 465px;

	background: transparent url(../images/lightbox_bg_btm_corners.gif) top left no-repeat;
}

.lightbox.wide { left: 50% !important; margin-left: -320px; width: 600px; }
.lightbox.wide .top_corners { width: 640px; background-image: url(../images/lightbox_bg_top_corners_wide.gif); }
.lightbox.wide .btm_corners { width: 640px; background-image: url(../images/lightbox_bg_btm_corners_wide.gif); }


.lightbox .items {
	position: relative;
}
.lightbox .items .close{
	display: block;
	margin: 0 -8px 0 0;
	text-align: right;
}
.lightbox .item {
	display: none;
	position: absolute;
	top: 0;
}
.lightbox .controls {
	position: absolute;
	bottom: 0px;
}
.lightbox label {
	display: block;
	color: #999;
	font-size: 9pt;
	margin: 4px 0 3px 0;
}
.lightbox h2 {
	margin: 0 0 10px 0;

	font-size: 18px;
}
.lightbox h3 {

}
.lightbox .lightbox_top {
	height: 135px;
	margin: 0;
	overflow: hidden;

	font-size: 11px;
}
.lightbox .lightbox_top img {
	display: block;
	float: left;
	margin:0 10px 10px 0;
}
.lightbox .lightbox_scroll {
	clear: both;
	border-color: #979898;
	border-style: dotted;
	border-width: 1px 0;
	overflow: auto;
	height: 300px;
	margin: 0;
	padding: 25px 10px;
}

.lightbox .directions {
	padding: 10px;
	height: 210px;
	overflow-y: scroll;
}

.dotted_line {
        border-bottom: dotted 1px #aaa;
		margin: 10px 0;
        width: 100%;
}


/**
 * FORMS
 */
input,textarea {
	font-family: tahoma,arial,sans-serif;
	border-color: #cbcbcb #f6f6f6 #f6f6f6 #dadada;
	border-style: solid;
	border-width: 1px 0 1px 1px;
	background: url(../images/lightbox_bg_field.gif) 0 0 repeat-x #f6f6f6;
	padding: 5px 12px;
	color: #666666;
	font-size: 9pt;
}
input.button {
	border: 0;
	height: 29px;
	padding: 0 0 3px 0;
	width: 67px;

	background: transparent url(../images/btn_login_rounded.gif) top left no-repeat;
	cursor: pointer;
}
select {
	background: #e7e8e8;
	color: #666666;
	border: 1px solid #d7d7d8;
	padding: 4px;
}
.formcolumnleft {
	float: left;
	margin-right: 20px;
}
.formcolumnright {
	float: left;
}

.input_label
{
    color:              #A5A5A5;
    font-size:          12px;
    padding-top:         2px;
    padding-bottom:      2px;
}


.error_message
{
    background-color:   #FFD0D0;
    border-top:         solid 2px #800000;
    border-bottom:      solid 2px #800000;
    padding-top:        2px;
    padding-bottom:     2px;
    color:              #800000;
}
.success_message
{
    background-color:   #D0FFD0;
    border-top:         solid 2px #008000;
    border-bottom:      solid 2px #008000;
	margin-bottom:      10px;
    padding-top:        2px;
    padding-bottom:     2px;
    color:              #008000;
}

.close img
{
    cursor: pointer;
}

/**
 * DOCUMENT TYPES
 */
.dt_bmp { padding-left: 17px; background: url(../images/icons/bmp.gif) left top no-repeat; }
.dt_doc { padding-left: 17px; background: url(../images/icons/doc.gif) left top no-repeat; }
.dt_fla { padding-left: 17px; background: url(../images/icons/fla.gif) left top no-repeat; }
.dt_gif { padding-left: 17px; background: url(../images/icons/gif.gif) left top no-repeat; }
.dt_hlp { padding-left: 17px; background: url(../images/icons/hlp.gif) left top no-repeat; }
.dt_html { padding-left: 17px; background: url(../images/icons/html.gif) left top no-repeat; }
.dt_image { padding-left: 17px; background: url(../images/icons/image.gif) left top no-repeat; }
.dt_img { padding-left: 17px; background: url(../images/icons/img.gif) left top no-repeat; }
.dt_jpg, .dt_jpeg { padding-left: 17px;	background: url(../images/icons/doc.gif) left top no-repeat; }
.dt_mdb { padding-left: 17px; background: url(../images/icons/mdb.gif) left top no-repeat; }
.dt_mov { padding-left: 17px; background: url(../images/icons/mov.gif) left top no-repeat; }
.dt_pdf { padding:0 0 6px 18px; background: url(../images/icon_pdf.gif) left top no-repeat; }
.dt_ppt { padding-left: 17px; background: url(../images/icons/ppt.gif) left top no-repeat; }
.dt_psd { padding-left: 17px; background: url(../images/icons/psd.gif) left top no-repeat; }
.dt_qt { padding-left: 17px; background: url(../images/icons/qt.gif) left top no-repeat; }
.dt_rar { padding-left: 17px; background: url(../images/icons/rar.gif) left top no-repeat; }
.dt_rm { padding-left: 17px; background: url(../images/icons/rm.gif) left top no-repeat; }
.dt_txt { padding-left: 17px; background: url(../images/icons/txt.gif) left top no-repeat; }
.dt_wav { padding-left: 17px; background: url(../images/icons/wav.gif) left top no-repeat; }
.dt_wma { padding-left: 17px; background: url(../images/icons/wma.gif) left top no-repeat; }
.dt_wri { padding-left: 17px; background: url(../images/icons/wri.gif) left top no-repeat; }
.dt_xls { padding-left: 17px; background: url(../images/icons/xls.gif) left top no-repeat; }
.dt_xml { padding-left: 17px; background: url(../images/icons/xml.gif) left top no-repeat; }
.dt_zip { padding-left: 17px; background: url(../images/icons/zip.gif) left top no-repeat; }


.no_u { text-decoration: none !important; }
.no_b { font-weight: normal !important; }

.show_u { text-decoration: underline !important; }

.no_show { display: none; }
.no_margin { margin: 0; }
.no_padding { padding: 0 !important; }
.no_border { border: 0 none !important; }

.sml_caps { font-variant: small-caps; font-size: 9pt; color: #808080; }

.float_left { float: left; }
.float_right { float: right; }

.require { color: #d87; }

