 
html {
	/*height: 100%;*/
	overflow-y:scroll;
}

/*image preloader*/
.imgpre { clear: both; font-size: 0; height: 0px; line-height: 0;}
.imgpre span {clear: both; font-size: 0; height: 0px; line-height: 0; }
.imgpre .im-1 {background-image: none}



body {
	background-image:url(eli-img/main-bkg.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	color: #000000;
	font: 75% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 2em;
  margin: .5em 0;
}

h2 {
  font-size: 1.6667em;
  margin: .75em 0 .5em;
}

h3 {
  font-size: 1.333333em;
  margin: .5em 0;
}

h4 {
  font-size: 1.1667em;
  margin: .5em 0;
}

a:link, a:visited {
  color: #006699;
  text-decoration: none;
}

.color-1 {color:#00BF81} /**/

/*a:focus {
  outline: 1px dotted;
}*/

a:hover {
  color: #FF6666;
  outline: none;
  text-decoration: none;
}

p {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 0 1.5em;
}

blockquote {
  margin: 1.25em;
  padding: 1.25em 1.25em 0 1.25em;
}

em {
  padding: 0 3px 0 0;
}

hr {
  background: #7f7f7f;
  border: none;
  height: 1px;
  margin: 0;
  padding: 0;
}

img, a img {
  border: none;
  outline: none;
}

/**
 * 2.LAYOUT
 */
 
#nonFooter {
	width:960px;
	margin: 0 auto;
	/*position: relative;*/
	min-height: 100%;
}

* html #nonFooter
{
height: 100%;
}
 
#wrapper {
  margin: 0 auto;
  width: 960px;
  padding-bottom: 83px;
}

#container {
  margin: 0 0 10px;
}

/* 1 column */
#center {
  margin: 0 0 10px;
  position: relative;
  /*padding:0 33px;*/
  padding:0px
}

#center h3 {
	font-size:1.1em;
	font-weight:bold;
	margin:0;
	padding:0;
}

#center br.custom-brk { margin-bottom:10px}

/* 3 columns */
body.sidebars #center {
  border-left: 1px solid #b4d7f0;
  border-right: 1px solid #b4d7f0;
  float: left;
  padding: 0 10px;
  width: 600px;
}

/* 2 columns - sidebar-left */
body.sidebar-left #center {
  border-left: 1px solid #b4d7f0;
  float: right;
  padding-left: 10px;
  width: 780px;
}

/* 2 columns - sidebar-right */
body.sidebar-right #center {
  border-right: 1px solid #b4d7f0;
  float: left;
  padding-right: 10px;
  width: 780px;
}

/**
 * 3.HEADER
 */
#header {
  margin: 0;
  padding: 0;
  height:220px;
  /*background-image:url(eli-img/tagline.png);
  background-repeat:no-repeat; background-position:391px 77px;*/
}

#header h1 {
  float: left;
}

#header #logo {
  float: left;
  padding: 10px 0 0 0;
}

#header #sitename {
  display: block;
}

#header #siteslogan {
  display: block;
  font-size: 2em;
  padding:158px 0 0 485px;
  line-height:0.7em;
  color: #000 
}
#header #siteslogan span.tagline {
		display:none
}


#search-theme-form {
  margin:0;
}

#search-theme-form .form-button, #search-theme-form .form-submit {
  margin: 0;
}

#search {
	display:none
	}

#search input.searchbox {
	width:120px;
	}
#search input.searchbut {
	text-transform: uppercase;
	}
#search label {
	display:none
	}
	
	
	
/**
 * 4.NAVIGATION
 */
ul.links li {
  background: none;
  margin: 0 10px 0 0;
  padding: 0;
}

/* =eliberatica hacked nav*/
#nav {
	height: 72px;
	background: url(eli-img/navtop-bkg.gif) no-repeat 0 0;
	margin: 0;
	padding: 0;
	}
#nav ul.links li {
  margin: 0;
  padding: 0;
}
#nav ul li a {
	color: #FFF;
	margin: 0 30px 0 0;
	padding: 0 4px 3px 4px;
}
#nav ul.primary-links {
  padding: 0 0 0 29px;
  margin: 0;
}
#nav ul.primary-links li {
  margin: 0 0px 0 0;
  padding: 0;
  font-size: 18px;
  text-align: center;
}

#nav ul.primary-links li.menu-170 { /*right side - for login*/
}

#nav ul.primary-links li.active-trail {}
#nav ul.primary-links li.active-trail a,
#nav ul.primary-links li.active-trail a:hover {
	color: #000;
	padding: 1px 3px 1px 3px;
	background-color: #FFF;
	border: 1px solid #FFF;
}

#nav ul.primary-links li a:hover {
	color: #FFF;
	border: 1px solid #000;
	padding: 1px 3px 1px 3px;
	background-color: #000;
}


/* =secondary-links*/
#nav ul.secondary-links {
  padding: 0 0 0 29px;
  margin:17px 0 0 0;
}
#nav ul.secondary-links li {
  margin: 0 0px 0 0;
  padding: 0;
  font-size: 1.2em;
  text-align: center;
}

#nav ul.secondary-links li a {
	padding: 1px 4px;
	margin:0 15px 0 0;
	color: #000;
	font-size:17px;
	font-weight:bold
}

#nav ul.secondary-links li.active-trail {}
#nav ul.secondary-links li.active-trail a,
#nav ul.secondary-links li.active-trail a:hover {
	color: #000;
	background-color: #FFF;
}

#nav ul.secondary-links li a:hover {
	color: #FFF;
	background-color: #000;
	padding-bottom:0px;
}
/* /=secondary-links*/

/* =eliberatica notabs content*/
#content-notabs {
	padding: 45px 0 0 0;
	}

#container-tabs h2.pgtitl, 
#content-notabs h2.pgtitl{
	font-family: helvetica,arial,sans-serif;
	font-size: 37px;
	line-height: 1em;
	font-weight: normal;
	letter-spacing: -2px;
	padding: 10px 0 0 0;
	/*width: 410px;
	position: relative; /*magic for ie*/
  	/*float: right; magic for ie*/
  	margin: -20px 0 0 0;
	text-align:right;
	border:1px solid red;
	display:none;
	}
	
#container-tabs h2.pgtitl span,
#content-notabs h2.pgtitl span {
	padding: 0 5px 30px 55px;
	}
#container-tabs div.copytext,
#content-notabs div.copytext {}
	
#content-notabs div.ctxt-nopad {
	padding:0;
}

/*inner page elements start*/

/* gradient list box*/
#content-notabs ul.bx {
	margin:0 0 20px 0; 
	padding:0px 0 0 0; 
}

#txthandle p.pluslist {margin-bottom:-24px}
#txthandle p.pluslist-head {margin-bottom:-18px}

#content-notabs ul.bx-bkg {
	margin:0 0 1.5em 0; 
	padding:13px 13px 0 13px; 
	background:transparent url(eli-img/bg-blockquote.html) repeat-x scroll 0 0;
	display:table;
	width: auto;
}
#content-notabs ul.bx li {
background:transparent url(eli-img/bullet-1.gif) no-repeat scroll 0 7px;
list-style-type:none;
margin:0;
padding:0 0 0 15px;
}
#content-notabs ul.bx p {
padding:0 0 5px 0;
margin:0;
}

#content-notabs ul.bullet-3 li {
background-image:url(eli-img/bullet-3.gif);
}

#content-notabs .highlight-bx {}

#content-notabs table.compare {}
#content-notabs table.compare td { 
	border:1px solid #FFF; 
	border-collapse:collapse;
	background:#EFEFEF url(eli-img/bullet-2.gif) no-repeat scroll 5px 8px;	padding:5px 5px 5px 20px; 
	vertical-align:top; 
	line-height:normal; 
	height:45px;
}

#content-notabs table.compare td.headers {
	text-align:center;
	font-weight:bold;
	padding:5px;
	background-image:none;
}
#content-notabs table.compare tr.topheadr td.headers {
	vertical-align:middle;
	background-image:none;
}

#content-notabs table.compare td.one{
	background:#F3F3F3 url(eli-img/bullet-1.gif) no-repeat scroll 5px 8px;
}

/*inside body links*/
#content-notabs a, 
#content-notabs a:link, 
#content-notabs a:visited {
color: #000;
background-image:url(eli-img/link-border.gif);
background-repeat: repeat-x; 
background-position:bottom
}
#content-notabs a:visited {}
#content-notabs a:hover {
background-image: url(eli-img/link-border-hover.gif)
}

#content-notabs .extrnl { background: url(eli-img/link-external.gif) no-repeat scroll center right; padding-right: 12px}

/*other*/
#content-notabs h3 { font-size:22px; color: #000; font-weight: normal; padding:18px 0 13px 0}
#content-notabs .topad-zero { padding-top:0}


/*inner page elements stop*/


.citation-copy {
	padding:0;
	background-image:url(eli-img/quote.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	font-size:15px;
	line-height:23px;
}
.citation-name {
	padding:5px 0px;
	color:#999;
	font-size:11px;
	text-align: left;
	line-height:normal;
	
}

.twx-b-1 { text-align: right; display:block}
.twx-b-2 { text-align: justify; display:block}

div.testimo-maps {background-image: url(eli-img/map-1.html); background-repeat:no-repeat; background-position: 0px -15px;}
div.testimo-maps div.mp-1 { padding:80px 0 0 0; }
div.testimo-maps div.mp-2 { padding:150px 0 50px 0; }

/* /=eliberatica notabs content*/

/* /=eliberatica - page title */


/*negative margin keeps from pushing node h2 titles down*/
.breadcrumb {
  color: #ccc;
  font-size: 1em;
  margin: 0 0 -1.25em;
  padding: 0;
}

.breadcrumb a:link, .breadcrumb a:visited {
  color: #666;
}

.breadcrumb a:hover {
  color: #999;
}

/**
 * 5.NODES
 */
span.submitted {
  color: #898989;
  display: block;
  font-size: .8333em;
  margin: -5px 0 4px;
}

.node .picture {
  float: left;
  margin: .3em .5em .1em 0;
}

.meta {
  background: #edf5fa;
  border-bottom: 1px solid #b4d7f0;
  margin: 0 0 1px;
  padding: 0 10px;
}

.meta div.links {
  float: left;
}

.meta div.terms {
  float: right;
}

.meta div.links ul.links li {
  float: left;
  padding: 5px 10px 5px 0;
}

.meta div.terms ul.links li {
  float: left;
  padding: 5px 0 5px 10px;
}

.node_read_more {
  font-weight: bold;
}

.item-list ul.pager {
  margin: 1em 0;
}

.item-list ul.pager li {
  margin: 0;
  padding: 0;
}

.item-list ul.pager li a:link, .item-list ul.pager li a:visited, .item-list ul.pager li.pager-current, #center div.content .item-list ul.pager li a:visited {
  background-color: #FFF;
  border: 1px solid #535353;
  color: #000;
  font-size: 11px;
  margin: .3em .1em;
  padding: .3em .5em;
  background-image:none;
  font-weight:normal;
}

#center div.content .item-list ul.pager li a:hover {
	background-color: #535353;
	color: #FFF
}

.item-list ul.pager li.pager-current {
  border: 1px solid #535353;
  color: #fff;
  background-color: #535353
}

/**
 * 6.COMMENTS
 */
#comments h2.comments {
  margin: .5em 0 -15px;
} 

.comment {
  margin: 20px 0 0;
  padding: 0;
}

.comment-bar {
  background: #edf5fa;
  border-bottom: 1px solid #b4d7f0;
  padding: 5px;
  position: relative;
}

.comment span.submitted {
  color: #898989;
  display: inline;
  font-size: .8333em;
  margin: 0;
}

.comment span.new {
  color: red;
  font-size: .8333em;
}

.comment .content {
  padding: 5px;
}

.comment .picture {
  float: right;
  margin: .3em 0 .1em .3em;
}

.comment h3 {
  font-size: 1.1667em;
  margin: .5em 5px 0;
}

.comment ul.links {
  margin: -10px 0 0 25px;
}

.comment ul.links li a {
  text-decoration: underline;
}

.indented {
  border-left: 1px solid #ddd;
  margin-left: 14px;
  padding-left: 5px;
}

/**
 * 7.SIDEBARS
 */
.sidebar {
  width: 160px;
}

#sidebar-left {
  float: left;
  margin-right: 9px;
}

#sidebar-right {
  float: right;
  margin-left: 9px;
}

/**
 * 8.BLOCKS
 */
.block {
  margin: 0 0 10px;
}

.block h3 {
  font-size: 1.6667em;
  margin: .75em 0 .5em;
}

#user-login-form .item-list ul li {
  background: none;
  padding: 0;
}

#search-block-form .form-text {
  width: 8em;
}

#search-block-form input.form-submit {
  font-size: .9em;
  width: 5em;
  padding: 0;
}

/* page tools*/
#pageutil { 
	margin:0;
	padding:0;
	color:#999999;
	}
#pageutil table.pagetools {
	width:485px;
	margin:0;
}
#pageutil table.pagetools td {
	padding:0;
	}


#pageutil table.pagetools td.custombread {
	text-transform:lowercase;
}



#pageutil table.pagetools td.textsize { 
	width:120px;
	visibility:hidden;
}

#pageutil table.pagetools td.textsize span {/* http://www.dyn-web.com/code/fontsizer/documentation.php */
}


#pageutil table.pagetools td.textsize span.titxts { /* http://www.dyn-web.com/code/fontsizer/documentation.php */
	display:block;
	float:left;
}

#pageutil table.pagetools td.textsize a { /* http://www.dyn-web.com/code/fontsizer/documentation.php */
	display:block;
	width:15px;
	height:15px;
	margin: 0 0 0 3px;
	background: url(eli-img/text-handle-reset.gif) repeat-x scroll 0 0;
	float:left;
}

#pageutil table.pagetools td a:link,
#pageutil table.pagetools td a:visited {
	color:#999999
	}
	
#pageutil table.pagetools td a:hover {
	color:#000000
	}

#pageutil table.pagetools td.custombread span {
	color:#000000
}


#pageutil table.pagetools td.textsize a:hover {
	background-color: #EAEAEA
}


#pageutil table.pagetools td.textsize a.plus {
	background-image:url(eli-img/text-handle-plus.gif)
}
#pageutil table.pagetools td.textsize a.plus:hover {
	background-image:url(eli-img/text-handle-plus-on.gif)
}

#pageutil table.pagetools td.textsize a.minus {
	background-image:url(eli-img/text-handle-minus.gif)
}
#pageutil table.pagetools td.textsize a.minus:hover {
	background-image:url(eli-img/text-handle-minus-on.gif)
}

#pageutil table.pagetools td.textsize a span { /* http://www.dyn-web.com/code/fontsizer/documentation.php */
	display: none;
}


#txthandle{
	/* http://www.dyn-web.com/code/fontsizer/documentation.php */
	font-size:15px;
	line-height:23px;
	margin-bottom:35px;
	}
#txthandle p {
	margin:0;
	padding:0 0 10px 0;
	font-size:15px;
	line-height:23px;
}

p.hompgtxt {line-height:23px; font-size:17px; padding:0 0 10px 0;}
p.hompgtxt span {font-size:18px; color: #000}

/* email page */

#nonFooter .meta { 
	background: none;
	margin:0;
	padding:0;
	width:365px;
	height:15px;
	display: inline-block;
	float:right;
	border:none;
	}
	
#nonFooter .meta div.links {
float: right; display:none;
}

#nonFooter .meta div.links ul.links li {
padding:0;
float:right;
}

#nonFooter .meta div.links ul.links li a {
padding:0 0 0 20px;
margin:0 0 0 10px;
background-repeat:no-repeat;
background-position: left center;
color:#000;
background-image:url(eli-img/link-border.gif);
background-repeat: no-repeat; 
background-position:bottom left;
}

#nonFooter .meta div.links ul.links li a:hover {
background-image: url(eli-img/link-border-hover.gif);
}

#nonFooter .meta div.links ul.links li.print_pdf a {
background-image: url(eli-img/ico-pdf.gif);
}

#nonFooter .meta div.links ul.links li.print_html a {
background-image: url(eli-img/ico-print.gif);
}

#nonFooter .meta div.links ul.links li.print_mail a {
background-image: url(eli-img/ico-email.gif);
}

#nonFooter .meta div.links ul.links li.print_pdf a:hover {
background-image: url(eli-img/ico-pdf-on.gif);
}

#nonFooter .meta div.links ul.links li.print_html a:hover {
background-image: url(eli-img/ico-print-on.gif);
}

#nonFooter .meta div.links ul.links li.print_mail a:hover {
background-image: url(eli-img/ico-email-on.gif);
}


/**
 * 9.FOOTER
 */
#footer {
	width: 960px;
	height:83px; 
	margin: 0 auto;
	margin-top: -83px;
	padding:0;
	position: relative;
}

#footer h3 { display:none}

#footer * {
	margin:0;
}


#footer a.feed-icon {
  position: absolute;
  right: 0;
  top: 5px;
}

#footer #block-system-0 {
  position: absolute;
  right: 25px;
  top: 6px;
}

#footer ul {
	margin:0;
	padding:0 0 0 20px;
}


#footer ul li {
	margin:0;
	padding: 0;
	border:none;
	display:inline;
	float:left;
	list-style-type:none;
	list-style-image:none;
	background:transparent none repeat scroll 0 0;
}

#footer ul li a, 
#footer ul li a:visited {
	margin:0;
	padding: 0;
	border:none;
	color:#000;
	background-image:url(eli-img/link-border.gif);
background-repeat: repeat-x; 
background-position:bottom
}

#footer ul li a:hover {
	color: #000;
	background-image: url(eli-img/link-border-hover.gif);
}

#footer ul li.active-trail a { text-decoration:none; color:#000000; cursor:default ; background-color: #FFF;}


#footer .copyright {
	display:inline; 
	float:left; 
	/*padding-left:33px*/
}


#footer .footcenter {
	padding-top:42px
}

#footer .botlinks {
	padding-top:2px; 
	/*if you define block here, IE 5.5 will break the tabs*/
}

#footer .srcbox {
	margin-top:-3px; 
	float:right;
	/*padding-right:33px;*/
	/*if you define block here, IE 5.5 will break the tabs*/
}

#block-menu-menu-bottom-links ul li{padding-left:20px}
#block-menu-menu-bottom-links ul li.first {padding-left:20px}

#block-menu-menu-sitemap-menu {}
/*carefull - old about and privacy, defaul padding is 214px*/
#block-menu-menu-sitemap-menu ul li {padding-left:557px}


/**
 * 10.CSS SUPPORT
 */
span.clear     { clear: both; display: block; font-size: 0; height: 1px; line-height: 0; margin-bottom: -1px; }
.clear         { clear: both; }
.clear-block   { display: block; }
.float-left    { float: left; }
.float-right   { float: right; }

.text-left     { text-align: left; }
.text-right    { text-align: right; }
.text-center   { text-align: center; }
.text-justify  { text-align: justify; }

.bold          { font-weight: bold; }
.italic        { font-style: italic; }
.underline     { border-bottom: 1px solid; }
.highlight     { background: #ffc; }

.wrap          { width: 960px; margin: 0 auto; }

.img-left      { float: left; margin: 4px 10px 4px 0; }
.img-right     { float: right; margin: 4px 0 4px 10px; }

.nopadding     { padding: 0 }
.noindent      { margin-left: 0; padding-left: 0 }
.nobullet      { list-style: none; list-style-image: none; }

/**
 * 11.ADMINISTRATION
 */

/* lists */
dl { margin: .5em 0 1em; padding: 0; }
dl dd { margin: 0 0 .5em 1.5em; }
ol { margin: .5em 0 1em; padding: 0 0 0 1.5em; }
ol li { margin: .15em 0 .15em .5em; padding: 0 0 .2em; }
ol ul li { margin-left: .5em; padding: 0 0 .2em 1.5em; }
ul { margin: .5em 0 1em; padding: 0; }
.item-list ul { margin: .35em 0 0 -.5em; padding: 0; }
.item-list ul ul { margin-left: 0; }
ul li, ul li.leaf, .item-list ul li { background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em; list-style-image: none; list-style-type: none; margin: .15em 0 .15em .5em; padding: 0 0 .2em 1.5em; }
ul li.expanded { background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em; }
ul li.collapsed { background: transparent url(images/menu-collapsed.gif) no-repeat 0 .35em; }
ul li.leaf a, ul li.expanded a, ul li.collapsed a { display: block; }
ul.inline li { background: none; margin: 0; padding: 0 1em 0 0; }
ul ol li { background: none; list-style-type: decimal; margin-left: 2em; padding: 0 0 .2em; }
ul ul li { margin-left: 2em; }

/* menu */
ul.menu { margin: 0; padding: 0; }
ul.menu li { background-position: .3em .6em; list-style-image: none; list-style-type: none; margin: 0; padding: .1em 0 .1em 0; }
ul.menu li a { padding: .1em 0 .1em 1.5em; }
ul.menu li ul li { background-position: 1.5em .6em; }
ul.menu li ul li a { padding-left: 2.7em; }
ul.menu li ul li ul li { background-position: 2.7em .6em; }
ul.menu li ul li ul li a { padding-left: 3.9em; }
ul.menu li ul li ul li ul li { background-position: 3.9em .6em; }
ul.menu li ul li ul li ul li a { padding-left: 5.1em; }
ul.menu li.expanded { padding-bottom: 0; }
ul.menu li.expanded ul { margin-top: .1em; }

/* menu zebra coloring */
ul.menu li { border-bottom: 1px solid #d4e7f3; padding: .2em 0 .2em 0; }
ul.menu li a { padding: .2em 0 .2em 1.5em; }
ul.menu li.odd { background-color: #fff; }
ul.menu li.even { background-color: #edf5fa; }
ul.menu li.expanded { background-color: #d4e7f3; border: none; padding-bottom: 0; }
ul.menu li.expanded ul { border-bottom: 3px solid #d4e7f3; border-top: 1px solid #b4d7f0; margin-top: .2em; }

/* legacy list support -- MUST COMMENT OUT [LISTS/MENU/ZEBRA COLORING] ABOVE -- remove brackets around asterisk to enable -- [*]/
ul { margin: .5em 0 1em; padding: 0; }
ol { margin: .75em 0 1.25em; padding: 0; }
ol li, ul li { margin: .4em 0 .4em .5em; }
ul.menu, .item-list ul { margin: .35em 0 0 -.5em; padding:0; }
ul.menu ul, .item-list ul ul { margin-left: 0; }
ol li, ul li, ul.menu li, .item-list ul li, li.leaf { margin: .15em 0 .15em .5em; }
ul li, ul.menu li, .item-list ul li, li.leaf { background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em; list-style-image: none; list-style-type: none; padding: 0 0 .2em 1.5em; }
ol li { margin-left: 2em; padding: 0 0 .3em; }
ul li.expanded { background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em; }
ul li.collapsed { background: transparent url(images/menu-collapsed.gif) no-repeat 0 .35em; }
ul li.leaf a, ul li.expanded a, ul li.collapsed a { display: block; }
ul.inline li { background: none; margin: 0; padding: 0 1em 0 0; }
dl { margin: .5em 0 1em 1.5em; }
dl dd { margin: 0 0 .5em 1.5em; }
/* end legacy list support */

/* admin tab links */
ul.primary, ul.primary li, ul.secondary, ul.secondary li { background: none; border: 0; margin: 0; padding: 0; }
ul.secondary { border-bottom: 1px solid #b4d7f0; clear: both; margin: 0 0 1em; padding: .5em 0; text-align: left; }
ul.primary li a, ul.primary li a:hover, ul.primary li a:visited, ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited { margin: 0; padding: 0 1em 0 0; text-decoration: none; }
ul.primary li.active a  { font-weight: 700; }

/* position admin tab links and style admin h2 */
#tabs-wrapper { margin: 45px 0 0 0; padding: 0; }
h2.with-tabs { margin-bottom: 0; }
#tabs-wrapper ul.tabs { margin: 0 0 .5em; padding: 0; }

/* stuff you probably will not need to change - includes admin coloring */
quote, code, fieldset { margin: .5em 0; }
input { color: #000; font-size: 1em }
textarea, select { color: #000; font: 1em Verdana, sans-serif; }
fieldset ul.clear-block li { background-image: none; margin: 0; padding: 0; }
fieldset { background: #fff; border: 1px solid #000; margin: 1em 0; padding: 1em; }
fieldset legend { display: block; }
html.js fieldset.collapsed { background: transparent; padding-bottom: .6em; padding-top: 0; }
html.js fieldset.collapsible legend a { background: url(images/menu-expanded.gif) no-repeat 0 50%; padding-left: 2em; }
html.js fieldset.collapsed legend a { background: url(images/menu-collapsed.gif) no-repeat 0 50%; }

/* Lucian hacks the colapsable box*/

legend.collapse-processed { background-color:#535353; width:200px; display:table}
#center legend.collapse-processed a { color:#FFF; font-size:15px; padding:2px 2px 2px 20px}
#center legend.collapse-processed a:hover { background-color: #FFF; color: #535353}

table { margin: 1em 0; width: 100%}
thead th { border-bottom: 2px solid #d4e7f3; color: #000; font-weight: 700; }
tbody { border-top:none; }
th a:link, th a:visited { color: #7f7f7f; }
td, th { padding: .3em .5em; }
tr.even, tr.odd, tbody th { border: solid #d4e7f3; border-width: 1px 0; }
tr.odd, tr.info { background-color: #edf5fa; }
tr.even { background-color: #fff; }
tr.drag { background-color: #fffff0; }
tr.drag-previous { background-color: #ffd; }
tr.odd td.active { background-color: #d4e7f3; }
tr.even td.active { background-color: #edf5fa; }
td.region, td.module, td.container, td.category { background-color: #d4e7f3; border-bottom: 1px solid #b4d7f0; border-top: 1.5em solid #fff; color: #666; font-weight: 700; }
tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category { border-top-width: 0; }
tr.odd td.menu-disabled { background-color: #edf5fa; }
tr.even td.menu-disabled { background-color: #fff; }
tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active { color: #d4e7f3; }
tr.taxonomy-term-divider-top { border-bottom: none; }
tr.taxonomy-term-divider-bottom { border-top: 1px dotted #ccc; }

#autocomplete li { cursor: default; margin: 0; padding: 2px; }
#autocomplete li.selected, tr.selected td, tr.selected td.active { background: #027ac6; color: #fff; }
.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item { margin: .25em 0; }
#center form { margin-bottom: 2em; }
.form-button, .form-submit { margin: 2em .5em 1em 0; }
#dblog-form-overview .form-submit, .confirmation .form-submit, .search-form .form-submit, .poll .form-submit, fieldset .form-button, fieldset .form-submit, .sidebar .form-button, .sidebar .form-submit, table .form-button, table .form-submit { margin: 0; }

div.admin-panel, div.admin-panel .description, div.admin-panel .body, div.admin, div.admin .left, div.admin .right, div.admin .expert-link, div.item-list, .menu { margin: 0; padding: 0; }
div.admin h3 { margin-bottom: 0; }
div.admin .left { float: left; width: 48%; }
div.admin .right { float: right; width: 48%; }
div.admin-panel { background: none; padding: 1em 1em 1.5em; }
div.admin-panel .description { margin-bottom: 1.5em; }
div.admin-panel dl { margin: 0; }
div.admin-panel dd { color: #898989; font-size: .92em; line-height: 1.3em; margin-bottom: .65em; margin-top: -.2em; }

.messages { background-color: #fff; }
.preview { background-color: #fcfce8; border: 1px solid #e5e58f; }
.preview .node { background-color: #fcfce8; }

span.form-required { color: #DF151E; }
.description { color: #898989; font-size: .92em; line-height: 150%; margin-bottom: .75em; }
.messages, .preview { margin: .75em 0; padding: .5em 1em; }
.messages ul { margin: 0; }
.box { margin-bottom: 2.5em; }
.profile dd { margin-bottom: 1.6em; }
.profile h3 { border-bottom: none; }

div.status { background-color:#E1F7E1; color: #33a333; } 
div.error, tr.error { background-color: #fcc; color: #a30000; }
.form-item input.error, .form-item textarea.error { border: 1px solid #c52020; color: #000000; }
table.system-status-report th { border-color: #d4e7f3; }
table.system-status-report tr.error, table.system-status-report tr.error th { background-color: #fcc; border-color: #ebb; color: #200; }
table.system-status-report tr.warning, table.system-status-report tr.warning th { background-color: #ffd; border-color: #eeb; }
table.system-status-report tr.ok, table.system-status-report tr.ok th { background-color: #dfd; border-color: #beb; }

/* start jquery.tabs.css */
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    #tabs-nav {
        display: none;
    }
}

/* Skin */
#tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
#tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
#tabs-nav li {
    float: right;
    margin: 0 0 0 0px;
	padding: 0;
    min-width: 84px; /* be nice to Opera */
	list-style-image: none;
	list-style-type: none;
	background: none;
}
#tabs-nav a, 
#tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(eli-img/tab-ngvn.html) no-repeat;
}
#tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #999;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
#tabs-nav li.tabs-selected a {
    color: #000;
}
#tabs-nav li.tabs-selected a, 
#tabs-nav a:hover, 
#tabs-nav a:focus, 
#tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}
#tabs-nav a, 
#tabs-nav .tabs-disabled a:hover, 
#tabs-nav .tabs-disabled a:focus, 
#tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}
#tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*> #tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
#tabs-nav li.tabs-selected a span {
    padding-top: 7px;
}
#tabs-nav li.tabs-selected a span, 
#tabs-nav a:hover span, 
#tabs-nav a:focus span, 
#tabs-nav a:active span {
    background-position: 0 -50px;
}
#tabs-nav a span, 
#tabs-nav .tabs-disabled a:hover span, 
#tabs-nav .tabs-disabled a:focus span, 
#tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
#tabs-nav li.tabs-selected a:link, 
#tabs-nav li.tabs-selected a:visited, 
#tabs-nav .tabs-disabled a:link, 
#tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
#tabs-nav a:hover, 
#tabs-nav a:focus, 
#tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
#tabs-nav 
.tabs-disabled {
    /*opacity: .4;*/
}
.tabs-container {
    border-top: 1px solid #535353;
	border-right: 1px solid #535353;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
	padding-top:40px
}
.tabs-loading em {
    padding: 0 0 0 20px;
    /* background: url(loading.gif) no-repeat 0 50%; */
}
/* stop jquery.tabs.css */


/* dynamicbox homepage start*/




#dynamicbox {
	background-color: #FFF;
	padding-top:50px;
	margin-top:-55px;
	margin-bottom:40px;
	background-position:0 50px;
	background-repeat:no-repeat;
	background-image:url(eli-img/d-box.html);
	background-repeat:no-repeat;
}


#dynamicbox ul.boxtabs {
	margin:0;
	padding:0;
	display:block;
	height:35px;

}

#dynamicbox ul.boxtabs li{
	margin:0;
	padding:0;
	background:transparent none;
	list-style-type:none;
	display: block;
	float:left;
	height:35px;

	}

#dynamicbox ul.boxtabs li a{
	display: block;
	float:left;
	width:178px;
	text-align:center;
	color: #999;
	font-size:1.3em;
	height:35px;
	font-weight:bold;
	background-image:none
}

#content-notabs #dynamicbox ul.boxtabs li a { background-image:none; color: #999;}

#dynamicbox ul.boxtabs li a span{
	display: block;
	padding-top:7px;
}

#dynamicbox ul.box3 li a {
	width:298px;
}
#dynamicbox ul.box3 li a span {
	padding-top:8px;
}


#dynamicbox ul.boxtabs li a:hover
{
	background-color: #000;
}

div.boxbody {
	height:220px;
	background-color: #FFF;
	margin:0 4px 0 39px;
	background-position: right top; 
	background-repeat:no-repeat; 
	font-size:15px;
	background-position:408px 0;
	}
	
div.boxbody a, 
div.boxbody a:link,
div.boxbody a:visited
{
	color:#000000;
	background-image: url(eli-img/link-border.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	}

div.boxbody a:visited
{
	}
	
div.boxbody a:hover
{
	color: #000;
	}
	

	
#dynamicbox div.boxbody h3 {
	font-size:38px;
	font-weight:normal;
	letter-spacing:-2px;
	line-height:1em;
	color:#00BF81;
}

div.boxbody ul {margin:10px 0 0 0; padding:0;}
div.boxbody ul li { list-style-type:none; margin:0; padding:0; background:none; background-image:url(eli-img/bullet-1.gif); background-repeat:no-repeat; background-position: 0 6px; padding-left:15px; font-size:17px}

#b-1 div, #b-2 div, #b-3 div, #b-4 div, #b-5 div, #b-6 div, #b-7 div, #b-8 div {width:400px; margin-left:24px; padding-top:10px}
	
	
#b-4 { background-image: url(eli-img/slide-simplify.html)}
#b-5 { background-image: url(eli-img/slide-communicate.html)}
#b-6 { background-image: url(eli-img/slide-protect.html)}
#b-7 { background-image: url(eli-img/slide-serve.html)}
#b-8 { background-image: url(eli-img/slide-save.html)}
#b-1 { background-image: url(eli-img/slide-permits.html)}
#b-2 { background-image: url(eli-img/slide-enforcement.html)}
#b-3 { background-image: url(eli-img/slide-planning.html)}

#content-notabs table.boxaction {width:320px; height:26px; margin:-125px 0 80px 80px}
#content-notabs table.boxaction td { padding:0}
#content-notabs table.boxaction a { display:block; width:145px; height:26px; }
#content-notabs table.boxaction a span { display:none}
#center #content-notabs table.boxaction a.linkact-1 { background-image:url(eli-img/but-take-tour.html);}
#center #content-notabs table.boxaction a.linkact-2 { background-image: url(eli-img/but-request-demo.html); width:145px; margin-left:20px;}
#center #content-notabs table.boxaction a.linkact-1:hover { background-image:url(eli-img/but-take-tour-hover.html);}
#center #content-notabs table.boxaction a.linkact-2:hover { background-image: url(eli-img/but-request-demo-hover.html);}
/* dynamicbox homepage stop*/

/* disabled elements by Lucian*/
#node-63 span.submitted,
#node-53 span.submitted { display:none}

/*login page*/
.salesforce {background: transparent url(eli-img/salesforce-logo.html) no-repeat 473px 5px; display:block; padding: 50px 0 100px 0 }

/* feature - tour page*/
table.feat { margin:0px}
table.feat tr.frst td { border-bottom:10px solid #FFF}
table.feat td { padding:0}
#center #content-notabs table.feat td a { 
	display:block; width:250px; height:180px; float:right;
	background-image: url(eli-img/enlarge.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#center #content-notabs table.feat td a:hover {
	background-image: url(eli-img/enlarge-hover.gif);
	background-position: bottom right;
	background-repeat: no-repeat;

}

table.feat td a img {border: none; margin-right:40px}
table.feat td .txtpct {display:block; width:170px; float:left; }
table.feat .hghlt { font-weight:bold}

#txthandle p.aline { font-weight:bold; padding-top:10px; background-image: url(eli-img/link-border-hover.gif); background-repeat:repeat-x; background-position:0 21px; margin-right:5px}
#txthandle p.aline strong { background-color:#FFF; padding-right:10px}

/*contact*/
#txthandle table.contct { margin:0}
#txthandle table.contct td { vertical-align:top; padding:0;}
#txthandle table.contct td.mp {width:407px}
#txthandle table.contct td.mp .basicmap { padding-top:20px; padding-bottom:20px; width:407px ; height:517px;}
#content-notabs #txthandle table.contct div.emls a { background-image:none}

/*hack the generated sitemap module*/
div.help p {display:none}
.site-map { padding:0; margin:-30px 0 35px 0; font-size:15px;}
.site-map .sitemap-box h2.title { display:none}
.site-map ul,
.site-map ul.menu li.expanded ul,
.site-map ul.menu li, 
.site-map ul.menu li.expanded, 
.site-map ul.menu li.odd,
.site-map ul.menu li.even{ background-color: #FFF; border:none; background-image:none}
.site-map ul li a { display: inline; padding:0; color:#000;background-image:url(eli-img/link-border.gif);
background-repeat: repeat-x; 
background-position:bottom}
.site-map ul li a:visited {}
.site-map ul li a:hover {background-image: url(eli-img/link-border-hover.gif); color:#000}
.site-map ul.menu li ul li a { margin-left:17px; padding:0; text-transform: capitalize;}
.site-map li.last a {text-transform: capitalize}

/* contact form hacks*/
#webform-component-fieldset, 
.captcha { margin:0 33px 0 33px; border:none; padding: 20px 0 0 0; font-size:15px;}
#webform-component-fieldset { border-top:1px solid #000}
#center form { margin:0}
.form-item label { font-weight:normal; line-height:23px; font-size:15px}

/*request demo hack form*/

#webform-client-form-52 {}
#webform-client-form-52 input  { width:214px; font-size:15px; font-weight:bold; font-family:Arial,Helvetica,sans-serif;}
#webform-client-form-52 div.form-item {  width:221px; float:left; border-right:2px solid #FFF; margin:0}
#webform-client-form-52 .webform-component-fieldset { padding:0; margin:0; border:none}
#webform-client-form-52 input#edit-submit, 
#webform-client-form-52 .form-submit {width: auto; margin:20px 35px 55px 0}
#webform-client-form-52 legend {  color: #000; font-size:22px; font-weight:normal; padding:0 0 13px;}
#webform-client-form-52 .description { color: #000; font-size:15px; line-height:23px}


#webform-client-form-53 #webform-component-pick_option label.option {float:left; padding-right:44px}
#webform-client-form-53 #webform-component-pick_option div#edit-submitted-contact-form-option-pick-option-Receive-an-information-kit-in-the-mail-wrapper label.option{ padding-right:0;}

#webform-client-form-53 fieldset { border:none}
#webform-client-form-53 input,
#webform-client-form-53 textarea, 
#webform-client-form-53 select {font-size:15px; font-weight:bold; font-family:Arial,Helvetica,sans-serif;}
#webform-client-form-53 #webform-component-contact_form { padding:0; margin:0; margin-top:-10px}
#webform-client-form-53 fieldset.webform-component-fieldset { padding:0; margin:0; margin-bottom:0;}
#webform-client-form-53 #webform-component-contact_form fieldset legend { display:none}
#webform-client-form-53 #webform-component-contact_form legend { display: block}
#webform-client-form-53 .form-submit {width: auto; margin:20px 35px 55px 0}
#webform-client-form-53 legend {  color: #000; font-size:22px; font-weight:normal; padding:0 0 13px;}
#webform-client-form-53 .description { color: #000; font-size:15px; line-height:23px; margin:0}
#webform-client-form-53 .form-item { margin:10px 0 0 0}
#webform-client-form-53 .form-item .form-item { margin:0}

#webform-client-form-53 #webform-component-indenty_block {}
#webform-client-form-53 .webform-component-indenty_block div {width:378px}
#webform-client-form-53 #webform-component-first_name div {width:378px}
#webform-client-form-53 #webform-component-indenty_block input {width:368px}
#webform-client-form-53 #webform-component-indenty_block div.webform-component-textfield { float:left}
#webform-client-form-53 #webform-component-indenty_block #webform-component-title { width:140px;}
#webform-client-form-53 #webform-component-indenty_block #webform-component-title input { width:130px}
#webform-client-form-53 #edit-submitted-contact-form-indenty-block-title-wrapper { width:130px}

#webform-client-form-53 #webform-component-organization {}
#webform-client-form-53 #webform-component-organization div {width:223px;}
#webform-client-form-53 #webform-component-organization input {width:213px;}
#webform-client-form-53 #webform-component-organization div.webform-component-textfield,
#webform-client-form-53 #webform-component-organization div.webform-component-email{float:left}


#webform-client-form-53 #webform-component-organization div#edit-submitted-contact-form-organization-email-wrapper {width:220px; }
#webform-client-form-53 #webform-component-organization div#edit-submitted-contact-form-organization-email-wrapper input {width:217px;}

#webform-client-form-53 .resizable-textarea,
#edit-submitted-contact-form-street-block-address { width:886px}

#webform-client-form-53 #webform-component-address_block {}
#webform-client-form-53 #webform-component-address_block div {width:298px;}
#webform-client-form-53 #webform-component-address_block input, 
#edit-submitted-contact-form-address-block-state--province,
#edit-submitted-contact-form-foud-us-how-did-you-hear-about-us {width:288px;}
#webform-client-form-53 #webform-component-address_block div.webform-component-textfield,
#webform-client-form-53 #webform-component-address_block div.webform-component-select{ float:left}

#edit-submitted-contact-form-address-block-state--province{width:296px;}

#webform-client-form-53 input#edit-submit,
#webform-client-form-52 input#edit-submit { font-weight:normal; font-size:1em; text-transform:uppercase; color: #000}

#webform-component-anchor_subscribe { visibility:hidden}



/*full contact form*/




/* send page */
#center #print-mail-form { margin:10px 0 0 0; padding: 20px 0 0 0; font-size:15px;}
#center #print-mail-form .form-submit {margin:20px 5px 55px 0; text-transform:uppercase; font-size:13px}

#center #print-mail-form .form-text, #center #print-mail-form .form-textarea {width:890px; font-weight:bold}
#center #print-mail-form  .form-item { margin:10px 0 0}



.messages, .preview, .webform-confirmation {margin:45px 0 0 0 ; padding:10px; font-size:15px; line-height:23px; color: #33a333; background-color:#E1F7E1}

div.error {margin:45px 0 0 0 ; padding:10px; font-size:15px; line-height:23px;}

/* products page - collaterals */
div.prod-content {width:630px;float:left}
div.prod-box {width:188px; float:left; text-align:center; padding:22px 0 0 0}
div.prod-rates {padding:30px 0 30px 0}
#center #content-notabs div.prod-box a.no-under { background:none}

#attachments, .sticky-header { display:none}
.quotstrt { padding-left:20px}

/* Lucian search results hacks*/

div.box h2 { 
	color: #000;
	font-size:22px;
	font-weight:normal;
	padding:18px 0 13px;
	margin:0;
}

#center #search-form { margin:0; padding:45px 0 35px 0; }
#center #search-form .form-item { margin:0; padding:0;}
#center div.box{ margin:0; padding:0 0 35px 0;}
#center div.box ul {font-size:15px; line-height:23px;}

div.content dl.search-results {margin:0; padding:0}
div.content dl.search-results dt {margin:0; padding:0; font-size:15px; line-height:23px;}
div.content dl.search-results dd {margin:0; padding:0; font-size:15px; line-height:23px;}
div.content dl.search-results dd p.search-info { display:none}

div.content dl.search-results dd p.search-snippet {margin:0; padding:0; font-size:15px; line-height:23px; margin-bottom:15px}
div.content dl.search-results dd p.search-snippet strong { background-color: #FF9; font-weight:normal}

#edit-submit, #edit-submit-1 { text-transform:uppercase; font-size:13px}

#center div.content dt a, 
#center div.content dt a:link, 
#center div.content dt a:visited {
color:#000;
font-weight:bold;
background-image:url(eli-img/link-border.gif);
background-repeat: repeat-x; 
background-position:bottom
}
#center div.content dt a:visited {
}
#center div.content dt a:hover {
color:#000000;
text-decoration:underline;
}

/* top anchor button*/
#center #content-notabs a.top-anchor {display:block; float:right; width:15px; height:26px; margin:9px -23px 0 0; background-image:url(eli-img/but-top-anchor.gif); background-repeat:no-repeat; background-position:0 0}
#center #content-notabs a.tpa-last {margin-top:-20px}
#center #content-notabs a.tpa-align {margin-top:-40px}
#center #content-notabs a.top-anchor:hover {background-position:0 -26px}
#center #content-notabs a.top-anchor span {display: none}

/*links from response*/
#center div.links {}
#center div.links a,
#center div.links a:link, 
#center div.links a:visited {
color: #000;
background-image: url(eli-img/link-border.gif); background-repeat:repeat-x; background-position:bottom
}
#center div.links a:visited {
}
#center div.links a:hover {
color:#000000;
background-image: url(eli-img/link-border-hover.gif);
}

.breadcr { text-align:right; margin:-25px 0 0 0; padding:0 5px; border:1px solid #000; border-bottom:1px solid #FFF; background-color:#FFF; display:block; float:right}

.breadcr a, .breadcr a:link, .breadcr a:visited 
{
color:#000000;
background-image: url(eli-img/link-border.gif);
background-position:bottom;
background-repeat:repeat-x;
}

.breadcr a:hover 
{
background-image: url(eli-img/link-border-hover.gif);
}


/*new eli hacks*/

/*general navigation start*/
#root_nav {
	margin:0px;
	padding:0px;
	height:38px;
	width:100%;
	background-image: url(../../../../../2007/themes/eliberatica/img/rootn_bckg.gif);
	background-position:top;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	cursor:default;
	display: block;
	float:left;
}
#root_nav li {
	margin:0px;
	padding:0px;
	list-style:none;
	width:70px;
	height:38px;
	float:left;
	text-align:center;
	vertical-align:middle;
	background-image: url(../../../../../2007/themes/eliberatica/img/rootn_left_bord.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-top:7px;
}
#root_nav li.first {
	background-image: none;
}
#root_nav a,
#root_nav a:link,
#root_nav a:visited,
#root_nav span.dis, 
#root_nav span.selected {
	text-decoration:none;
	/*color:#0066CC;*/
	color:#999999;
	display:block;
	width:70px;
	height:31px;
}

#root_nav a:hover {
	color:#91C8FF;
}

#root_nav span.selected {
	color:#91C8FF;
	border-bottom:5px solid #91C8FF;
	width:69px;
	height:26px;
	margin-left:1px;
}

#root_nav span.dis {
	color:#3F4D58;
	/*filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;*/
}
/*general navigation stop*/


/*two colums table*/
#txthandle table.cols { margin:0; padding:0; border:none; widows:960px}
#txthandle table.cols td { vertical-align:top; padding:0; border:none; border-top:1px solid #FFF}
#txthandle table.cols td.first {padding-right:30px; width:450px; border:1px solid #FFF;}
#txthandle table.cols td.second {padding-left:30px; width:450px; border:1px solid #FFF;}

#txthandle .subnote { font-size:12px; color:#999}
#txthandle .bord { border:1px solid #000}

#txthandle table.cols tr.lgs td.first, #txthandle table.cols tr.lgs td.second { vertical-align:middle;}
#txthandle table.cols tr.lgs td { padding-top:50px}
#txthandle table.cols tr.lgs td img { border:none}
#txthandle .sponso {padding:0 0 0 80px}


#txthandle img { border:1px solid #000}
#txthandle img.perso { border:1px solid #000; margin:0 10px 20px 0}
#txthandle img.nobrd { border:none}

#txthandle table.contacttab img.perso{ margin-top:5px}
#txthandle table.contacttab img.nobrd{ margin-top:0}

#txthandle .adlogo {}

#txthandle .adlogo img { }

#txthandle .adborder { height:50px; border: 1px dotted #000; width: 220px; cursor: default; display:none}

#txthandle .adpress {border: 1px dotted #000; padding: 10px; background-color: #F4FDFF; margin-top: 5px;}

#txthandle .organiz {padding:30px 0 0 0}
#txthandle .organiz p { text-align:right}
#txthandle .organiz img.perso {margin:20px 0 0 180px}
#txthandle .organiz img.eliblg {margin:20px 0 0 10px}

#txthandle .spkrblock {padding:20px 0 0 0; margin:10px 0 0 0}
#txthandle .spkrblock img {margin:0 10px 0 0}
#txthandle .speakrname {display:block; padding:13px 0 0 0}
#txthandle .spkrblock .spchtime { display: none}
#txthandle .videopr { background-image:url(eli-img/video_presentation.jpg); background-repeat:no-repeat; background-position: right top}

#txthandle .blk-highlt {background-color: #000; color:#FFF}
#txthandle .announceborder {display:block; padding:10px; border:1px solid #000;}
#txthandle table td.sponsr { text-align:center; padding:70px 0 30px 0;}
#txthandle table td.sponsr a {margin:0 10px 0 10px}
#txthandle table td.sponsr img { border: 1px solid #FFF;}


/* simple table - used in: schedule*/
#txthandle table.simple_1 { width:100%; border:1px solid #FFFFFF; border-collapse:collapse; background-color: #FFFFFF }
#txthandle table.simple_1 td {border:1px solid #CCCCCC; padding:4px 4px; text-align:left; vertical-align:top; font-size:0.8em; white-space: nowrap}
#txthandle table.simple_1 tr.header td, table.simple_1 td.sec_titl {background-color: #F5F5F5;}
#txthandle table.simple_1 tr.header td { font-weight:bold;}

#txthandle table.simple_1 tr.none td { background-color: none}
#txthandle table.simple_1 tr.high td { background-color: #FFFFEA; border-bottom:1px solid #000000; cursor:default}

#txthandle .sched_hour1 {font-weight:bold; background-color: #E6FFDD}
#txthandle .titlul1 { color:#1E6A00 }
#txthandle .sched_hour2 {font-weight:bold; background-color: #FFE8FD}
#txthandle .titlul2 { color:#6A0063 }
#txthandle .time_lenght {}
#txthandle  #table_artwrk {}
#txthandle  #table_artwrk td{font-size:0.7em;	padding:5px;}

#txthandle  table.normal_font td {font-size: 1em }
#txthandle table.simple_1 td#plen, p .plen  { background-color: #F60; font-weight:bold}
#txthandle table.simple_1 td#trk, p .trk { background-color: #69F; font-weight:bold}

.adlogo textarea, .content form { display:none}