/* $Id: style.css,v 1.13 2006/04/03 22:20:48 unconed Exp $ */

/*
** HTML elements
*/
body {
  margin: 0;
  padding: 0px;
  color: #000;
  background-color: #fff;
  font: 76% Arial, Helvetica, sans-serif;
}
tr.odd td, tr.even td {
  padding: 0.3em;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}
a {
  text-decoration: none;
  font-weight: bold;
}
a:link {
  color: #39c;
}
a:visited {
  color: #369;
}
a:hover {
  color: #39c;
  text-decoration: underline;
}
fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}
.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0em;
}
.comment .links {
  margin-bottom: 0em;
}

/*
** Page layout blocks / IDs
*/

#header {
	height:25px;
	width:950px;
	background-color:#e5eaf2;
	border:none;
}

#block-banner-10 {
	/*width: 400px;
	margin: 6px 0px 0px 250px;*/
	display:inline;
}
#header-banner {
	width:700px;
	padding:3px 0px 0px 250px;
}

#header-banner .content {
	/*float:left; 
	position:relative;*/
	display:inline;
	
}
#magazine-promo 
{
	margin: 0px 0 0 140px; 
	/*float:left; 
	position:relative;*/
	
}

/*
#logo {
  vertical-align: middle;
  border: 0;
}
#logo img {
  float: left;
  padding: 0em 1.0em 0em 1em;
  border: 0;
}
*/
/*+++++++++LOGOS+++++++++*/
/* original logos */
/*
#logo_ , #logo_homepage, #logo_node, #logo_member_lounge_home, #logo_conf{
	background-image:url(../../images/header/header_default.jpg);
	height:90px;
}


#logo_biz_eth {
	background-image:url(../../images/header/header_biz_eth.jpg);
	height:90px;
}

#logo_comm {
	background-image:url(../../images/header/header_comm.jpg);
	height:90px;
}

#logo_comp {
	background-image:url(../../images/header/header_comp.jpg);
	height:90px;
}

#logo_env {
	background-image:url(../../images/header/header_env.jpg);
	height:90px;
}

#logo_int {
	background-image:url(../../images/header/header_int.jpg);
	height:90px;
}

#logo_phil {
	background-image:url(../../images/header/header_phil.jpg);
	height:90px;
}

#logo_pol {
	background-image:url(../../images/header/header_pol.jpg);
	height:90px;
}

#logo_sri {
	background-image:url(../../images/header/header_sri.jpg);
	height:90px;
}

*/

/*new logos */

.header_cell {
	background-repeat: no-repeat;
	/*background-position: top left;*/
	height:115px;
}

#logo_ , #logo_homepage, #logo_node, #logo_member_lounge_home, #logo_conf{
	background-image:url(../../images/header/CRO_header_homepage.jpg);
}


#logo_biz_eth {
	background-image:url(../../images/header/CRO_header_biz_eth.jpg);
}

#logo_comm {
	background-image:url(../../images/header/CRO_header_comm.jpg);
}

#logo_comp {
	background-image:url(../../images/header/CRO_header_comp.jpg);
}

#logo_env {
	background-image:url(../../images/header/CRO_header_env.jpg);
}

#logo_int {
	background-image:url(../../images/header/CRO_header_int.jpg);
}

#logo_phil {
	background-image:url(../../images/header/CRO_header_phil.jpg);
}

#logo_pol {
	background-image:url(../../images/header/CRO_header_pol.jpg);
}

#logo_sri {
	background-image:url(../../images/header/CRO_header_sri.jpg);
}


#menu {
  padding: 0.5em 0.5em 0 0.5em;
  text-align: right;
  vertical-align: middle;
}
#primary {
  font-size: 1.0em;
  padding: 0em 0.8em 0.5em 0;
  color: #9cf;
}
#primary a {
  font-weight: bold;
  color: #fff;
}
#secondary {
  padding: 0 1em 0.5em 0;
  font-size: 0.8em;
  color: #9cf;
}
#secondary a {
  font-weight: bold;
  color: #9cf;
}
#search .form-text, #search .form-submit {
  border: 1px solid #369;
  font-size: 1.1em;
  height: 1.5em;
  vertical-align: middle;
}
#search .form-text {
  width: 8em;
  padding: 0 0.5em 0 0.5em;
}
#mission {
  background-color: #369;
  padding: 1.5em 2em;
  color: #fff;
}
#mission a, #mission a:visited {
  color: #9cf;
  font-weight: bold;
}
.site-name {
  margin: 0.6em 0em 0em 0em;
  padding: 0em;
  font-size: 2em;
}
.site-name a:link, .site-name a:visited {
  color: #fff;
}
.site-name a:hover {
  color: #369;
  text-decoration: none;
}
.site-slogan {
  font-size: 1em;
  color: #eee;
  display: block;
  margin: 0em 0em 0em 0em;
  font-style: italic;
  font-weight: bold;
}
#main {
	/* padding in px not ex because IE messes up 100% width tables otherwise */
	padding: 25px 10px 10px 10px;
	margin: 10px 0px 10px 10px;
	/*margin-right: 3px;*/
	background-color: #ffffff;
	/*border:1px solid #08089F;*/
	/*border-top: 19px solid #08089F;*/
	width: auto;
	height: auto;
}
#main_home {
	/* padding in px not ex because IE messes up 100% width tables otherwise */
	padding: 10px;
	margin:10px 0px 0px 10px;
	background-color: #ffffff;
	border:1px solid #cbdcfc;
	border-top: 19px solid #cbdcfc;
	/*width: 100%;*/
}
#main_home:hover{
	border:1px solid #98a9c9;
	border-top: 19px solid #98a9c9;
}

#col1_home{
	width: 140px;
}

#col3_home{
	padding: 10px;
	margin:10px 0px 10px 10px;
	background-color: #ffffff;
	border:1px solid #cbdcfc;
	width: 190px;
}
#col3_home:hover{
	border:1px solid #98a9c9;
}

#col4_home{
	padding: 10px;
	margin: 0px;
	background-color: #ffffff;
	border:1px solid #cbdcfc;
	width: 150px;
	text-align: center;
}
#col4_home:hover{
	border:1px solid #98a9c9;
}

#biz_eth #main {
	border:1px solid #52a6ef;
	border-top: 0px ;
	background: #ffffff url(../../images/mainhead/mainhead_biz_eth.gif) top left no-repeat; width:auto; 
}

#comm #main {
	border:1px solid #7dd9fc;
	border-top: 0px ;
	background: #ffffff url(../../images/mainhead/mainhead_comm.gif) top left no-repeat;
}

#comp #main {
	border:1px solid #3fa1a4;
	border-top: 0px ;
	background: #ffffff url(../../images/mainhead/mainhead_comp.gif) top left no-repeat;
}

#env #main {
	border:1px solid #29bb02;
	border-top: 0px ;
	background: #ffffff url(../../images/mainhead/mainhead_env.gif) top left no-repeat;
}

#int #main {
	border:1px solid #84dcf2;
	border-top: 0px ;
	background: #ffffff url(../../images/mainhead/mainhead_int.gif) top left no-repeat;
}

#phil #main {
	border:1px solid #759d7b;
	border-top: 0px ;
	background: #ffffff url(../../images/mainhead/mainhead_phil.gif) top left no-repeat;
}

#pol #main {
	border:1px solid #31b3d0;
	border-top: 0px ;
	background: #ffffff url(../../images/mainhead/mainhead_pol.gif) top left no-repeat;
}

#sri #main {
	border:1px solid #023ad7;
	border-top: 0px ;
	background: #ffffff url(../../images/mainhead/mainhead_sri.gif) top left no-repeat;
}

#mission, .node .content, .comment .content {
  line-height: 1.2;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}

.printme {
	font-size: 90%;
	font-weight: bold;
	margin: 5px 0px 10px 0px;
}

.printme a{
	color: #666666;
	text-decoration:none;
}

.printme a:hover{
	color: #333333;
	text-decoration: underline;
}

.breadcrumb {
  /*margin-bottom: .5em;*/
}
.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}

#sidebar-left {
  background-color: #ffffff;
  width: 16em;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 0px 10px 10px 0px;
  vertical-align: top;
  border-right:1px solid #999;
}


#sidebar-right {
  background-color: #ffffff;
  width: 130px;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px 0px 10px 0px;
  vertical-align: top;
}

#footer {
  background-color: #eee;
  padding: 10px;
  font-size: 0.8em;
  width: 930px;
}

/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
.title, .title a {
  font-weight: bold;
  font-size: 1.3em;
  color: #006B8D;
  margin: 0 auto 0 auto; /* decrease default margins for h<x>.title */
}

.node .title, #main .title{
	font-family: Avenir, Arial, Helvetica;
}

a.readmore {
	font-weight: normal;
	font-size: .9em;
	color: #08089F;
	text-decoration: none;
	clear: both;
	display: block;
	text-align: right;
}

a.readmore:hover {
	color: #08089f;
	text-decoration: underline;
}

a.readmore:visited {
	color: #08089F;
	/*text-decoration: none;*/
}

.submitted {
  color: #999;
  font-size: 0.8em;
	display: none;
}
.links {
  color: #999;
}
.links a {
  font-weight: bold;
}
.block, .box {
  padding: 0 0 1.5em 0;
}
.block {
  border-bottom: 0px solid #bbb;
  padding-bottom: 0em;
  margin-bottom: 1em;
}

.block-banner {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.block .title {
  margin-bottom: .25em;
}
.box .title {
  font-size: 1.1em;
}

.cover-image {
  display:inline;
}

.node .content strong {
 clear:left;
}

.node {
  margin: .5em 0 2em 0;
}
.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}
.node .content, .comment .content {
  margin: .5em 0 .5em 0;
}

.node .taxonomy {
  color: #999;
  font-size: 0.8em;
  padding: 1.5em 1.5em 1.5em 0em;
  display: none;
}
.node .picture {
  border: 1px solid #ddd;
  float: right;
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
  float: right;
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right;
  margin: 0.5em;
}

#sidebar-left .block .title{
	font-size: 1.3em;
	color: #006B8D;
	/*color: #6e54ff;*/
	padding: 0px 5px 0px 10px;
	/*border-top: 3px #ED194B solid;*/
}

#sidebar-left > .block:first-child {
	/*padding-top: 10px;*/
}

.block-menu {
	background-color: #fff;
	/*background-color: #E7EAEF;
	background-color: #c4c8ce;*/
	padding: 0px 0px 3px 0px;
	margin-bottom: 0px;
	/*border:1px #999999 dashed;*/
}

.block-menu .content{
	width: 100%;
	padding:0;
	/*border:1px #666666 dashed;*/
}

.block-menu .content ul{
	list-style: none;
	margin:0;
	padding:0px 0px 0px 0px;
	/*border:1px #333333 dashed;*/
}

.block-menu .content ul li{
	margin:0px 0px 0px 0px;
	padding:0px;
	/*border:1px #87afe2 dashed;*/
}

.block-menu .content a {
	display:block;
	margin: 0;
	padding: 1px 0px 2px 10px;
	color: #000000;
	/*background: #ffffff;*/
	text-decoration:none;
	font-weight: normal;
}

.block-menu .content a:hover {
	/*background-color: #999999;*/
	color: #ED194B;
}

.block-menu_separator {
	margin: 8px 0px 0px 10px;
	/*border-bottom: 1px #87afe2 solid;*/
}





.block-menu .content a.link_biz_eth:hover {
	background-color: #52a6ef;
	color: #000000;
}

.block-menu .content a.link_comm:hover {
	background-color: #8ccccb;
	color: #000000;
}

.block-menu .content a.link_comp:hover {
	background-color: #3fa1a4;
	color: #000000;
}

.block-menu .content a.link_env:hover {
	background-color: #60a876;
	color: #000000;
}

.block-menu .content a.link_int:hover {
	background-color: #84dcf2;
	color: #000000;
}

.block-menu .content a.link_phil:hover {
	background-color: #759d7b;
	color: #000000;
}

.block-menu .content a.link_pol:hover {
	background-color: #4261ed;
	color: #000000;
}

.block-menu .content a.link_sri:hover {
	background-color: #81d252;
	color: #000000;
}

.block-search#block-search-0 {
	display: none;
}



/*
** new top header styles
*/


.top_line {
	color: #ffffff;
	font-weight: bold;
	text-align: right;
	padding: 7px 0px 0px 0px;
	/*height: 16px;*/
}

.top_line a, .top_line a:hover, .top_line a:visited {
	color: #333333;
}
/*
.top_line a:hover {
	color: #ffffff;
}
*/
.top_line#top_line_env, .top_line#top_line_env a, .top_line#top_line_env a:hover , .top_line#top_line_env a:visited {
	color: #666666;
}

.middle_line {
	text-align: right;
}

.top_banner {
	float: right;
}

.top_text {
	float: right;
	width: 240px;
	margin: 5px 7px 0px 0px;
}

.top_text input {
	font-size: 0.8em;
}

.top_text form {
	margin: 3px 0px 10px 0px;
}

.top_date {
	width: 943px;
	text-align: right;
	position: absolute;
	padding: 57px 0px 0px 0px;
}



/*
** Module specific styles
*/
#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}

.block-aggregator2 {
	font-size: 85%;
}

.block-aggregator2 .item-list a {
	font-weight: normal;
}



.block-aggregator {
	font-size: 85%;
}

.block-aggregator .content ul {
	margin: 0px 0px 5px 0px;
	list-style: none;
}

.block-aggregator .content li {
	list-style: disc outside;
	color: #3399cc;
}

.block-aggregator .item-list a {
	font-weight: normal;
}

.block-aggregator .more-link {
	margin-bottom: 10px;
	border-bottom: 1px #cccccc dotted;
}



.block-poll {
	font-size: 85%;
	border-bottom: 1px #cccccc dotted;
	padding-bottom: 10px;
}

.block-poll .title {
	/*color: #666666;*/
}

.poll .title {
	color: #000000;
	font-size: 95%;
}

.poll .text {
	font-style: italic;
}







#forum table {
  width: 100%;
}
#forum td {
  padding: 0.5em 0.5em 0.5em 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
  background-color: #ddd;
}
#forum td.container {
  background-color: #ccc;
}
#forum td.container a {
  color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
  color: #96c;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
.calendar a {
  text-decoration: none;
}
.calendar td, .calendar th {
  padding: 0.4em 0;
  border-color: #888;
}
.calendar .day-today {
  background-color: #69c;
}
.calendar .day-today a {
  color: #fff;
}
.calendar .day-selected {
  background-color: #369;
  color: #fff;
}
.calendar .header-week {
  background-color: #ccc;
}
.calendar .day-blank {
  background-color: #ccc;
}
.calendar .row-week td a:hover {
  background-color: #fff; color: #000;
}

.displaytrick-large, .displaytrick-small 
{

}
#default-node #main .displaytrick-large
{
display:none; 
}

#top_stuff_adcell .content {
	margin: 5px 0px 0px 0px;
}






/**********************************
** BLOG LIST BLOCK 
**********************************/
/* *
 * views template to output the stylesheet to customize a view.
 * This code was generated by the views theming wizard
 * Date: Fri, 2007-09-07 15:16
 * View: view_blog_list
 *
 * The class selectors are filled with a single comment line.
 * You should complete each selector according to your liking.
*/

.view-label {
/* insert your css code for this element here */
}

.view-field {
/* insert your css code for this element here */
}
.view-field-title {
/* insert your css code for this element here */
}
.view-data-title {
/* insert your css code for this element here */
}
.view-field-created {
/* insert your css code for this element here */
}
.view-data-created {
/* insert your css code for this element here */
}
.view-field-name {
/* insert your css code for this element here */
}
.view-data-name {
/* insert your css code for this element here */
}




/**********************************
** BLOG DISPLAY
**********************************/

.blog_full {
	width: 400px;
	float: left;
}

.blog_list {
	margin-left: 410px;
}


/**********************************
** Extra Button Navigation
**********************************/
.buttons{
font-weight: bold;
font-size: 10pt;
width: 100%;
margin-left:10px;

}

.buttons ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.buttons ul li{
display: inline;
}

.buttons ul li a{
color: #39c;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid gray; /*bottom border is 3px*/
}

.buttons ul li a:hover, .buttons ul li a.selected{
border-bottom-color: black;
}


/**********************************
** Twitter Script on Homepage
**********************************/
#twitter_div  li {
margin: 0em 0em 1em 0em;
padding: 0em;
list-style: none;
}
#twitter_update_list {
margin: 0 0 1em;
padding: 0em;
}

/*
     FILE ARCHIVED ON 02:29:30 Oct 06, 2010 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:09:35 Feb 11, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 100.097
  exclusion.robots: 0.068
  exclusion.robots.policy: 0.062
  cdx.remote: 0.045
  esindex: 0.005
  LoadShardBlock: 75.157 (3)
  PetaboxLoader3.datanode: 2411.739 (4)
  CDXLines.iter: 13.707 (3)
  load_resource: 2381.779
  PetaboxLoader3.resolve: 26.358
*/