/* $Id: style.css,v 1.1.2.1 2005/07/02 05:05:40 gordon Exp $ */

/*
** HTML elements
*/

body {
  margin: 1em;
  padding: 1em;
  color: #707070;
  background-color: #fff;
  font: 78% Arial, Helvetica, sans-serif;

}

* {text-indent:0px}
tr.dark td, tr.light td {
  padding: 0.3em;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0.5;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
a {
  text-decoration: none;
  font-weight: bold;
}
a:link {
  color: #88c;
}
a:visited {
  color: #88c;
}
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;
}

table .sponsor{
  /* make <td> sizes relative to body size! */
  background-color: #fffff;
  width: 70%;
}
.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
    color: #88c;
}
.links {
  margin-bottom: 0em;
}
.comment .links {
  margin-bottom: 0em;
}

/*
** Page layout blocks / IDs
*/

#mission {
  background-color: #fff;
  padding: 1.5em 2em;
  color: #707070;
}
#mission a, #mission a:visited {
  color: #9cf;
  font-weight: bold;
}

#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
  
}
#mission, .node .content, .comment .content {
  line-height: 1.4;
}
table#content {margin-top:10px;border-top:#eaeaea dashed 1px}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
  margin-bottom: .5em;
}
.messages {
  background-color: #88c;
  border: 1px solid #ccc;
  padding: 0.3em;
  color: #fff;
  font-weight:bold;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}


/*
** 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 {
  font-weight: bold;
  font-size: 2.1em;
  color: #88c;
  margin: 0 auto 0 auto;  /* decrease default margins for h<x>.title */
}
h1.title {
  font-weight: bold;
  font-size: 3.1em;
  color: #88c;
  margin: 0 auto 0 auto;  /* decrease default margins for h<x>.title */
}

#mode .title a{
  font-weight: bold;
  color: #88c;
  margin: 0 auto 0 auto;  /* decrease default margins for h<x>.title */
}

.comment_title {
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1.1em;
  color: #88c;
  margin: 0 auto 0 auto;  /* decrease default margins for h<x>.title */
}

.title a {
  clear:both;
  font-weight: bold;
  font-size: 1.0em;
  line-height: 1em;
  letter-spacing: 0px;
  color: #88c;
  margin: 0 auto 0 auto;  /* decrease default margins for h<x>.title */
}
.submitted {
  color: #999;
  font-size: 0.8em;
}
.links {
  color: #999;
}
.links a {
  font-weight: bold;
}
.block, .box {
  padding: 0 0 1.5em 0;
}
.block {
  background: #Fff;
  padding-bottom: 0.75em;
  margin-bottom: 1.5em;
}
.block .title {
  margin-bottom: .25em;
}
.box .title {
  font-size: 1.1em;
}
.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 p{

  text-indent: 0px;
}
.node .taxonomy {
  color: #999;
  font-size: 0.8em;
  padding: 0em;
}

.taxonomy a{
  color: #0000;
  font-size: 1.2em;
  padding: 0em;
}
.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;
}

/*
** Module specific styles
*/
#aggregator .feed {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0 1em 0;
}
#aggregator .news-item .source, #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;
}
#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: 0px solid #abc;
  padding: .9em;
  margin: 1em 0em 1em 0em;
}

#roundediv {
 background-color: red;
 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;
}
div#nifty{width:90%; margin: 0 0%;background: #F4f4f4}
#nifty p{padding: .8em;}
#nifty h1 {padding: .8em}
#nifty h2 {padding: .8em}

div#niftyhalf{width:50%; margin: 0 0%;background: #F4f4f4}
#niftyhalf p{padding: .8em;}
#niftyhalf h1 {padding: .8em}
#niftyhalf h2 {padding: .8em}

b.rtop, b.rbottom{display:block;background: #fff}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background:#F4f4f4}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}


a.linkopacity img {
filter:alpha(opacity=80); 
-moz-opacity: 0.8; 
opacity: 0.8;}

a.linkopacity:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
}

a.linkopacity2 img {
float: right;
filter:alpha(opacity=80); 
-moz-opacity: 0.8; 
opacity: 0.8;}

a.linkopacity2:hover img {
float: right;
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
}


a img {
filter:alpha(opacity=100); 
-moz-opacity: 1.0; 
opacity: 1.0;}

a:hover img {
filter:alpha(opacity=80);   
-moz-opacity: 0.8;   
opacity: 0.8;
}


.profile a.linkopacity img {
filter:alpha(opacity=80); 
-moz-opacity: 0.8; 
opacity: 0.8;}

.profile a.linkopacity:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
}

.profile a.linkopacity2 img {
float: right;
filter:alpha(opacity=80); 
-moz-opacity: 0.8; 
opacity: 0.8;}

.profile a.linkopacity2:hover img {
float: right;
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
}

.node p{
  text-indent: 0px;
}
#message status {background-color:red;}

.pullout-right {
FONT-SIZE: 28px; 
FLOAT: right; 
MARGIN: 10px; 
MARGIN-right: -4px; 
MARGIN-bottom: 18px; 
WIDTH: 170px; 
COLOR: #88c; 
LINE-HEIGHT: 21px; 
FONT-FAMILY: Verdana,Arial,Helvetica; 
/* HEIGHT: 300px; */
TEXT-ALIGN: right;
}

.pullout-left {
FONT-SIZE: 32px; 
FLOAT: left; 
MARGIN: 10px; 
WIDTH: 170px; 
COLOR: #88c; 
LINE-HEIGHT: 23px; 
FONT-FAMILY: Verdana,Arial,Helvetica; 
HEIGHT: 243px; 
TEXT-ALIGN: left;
}

h1 {
color:#88c;
width:100%;
font-size: 1.5em;
font-weight: bold;
  
}

h3 {
  font-size: 1.8em;
  color: #88c;
}

.pagedate {
FONT-SIZE: 34px; 
// **FILTER: alpha(opacity=70);  moz-opacity: .70; opacity: .70; **//
COLOR: #88c; 
LINE-HEIGHT: 31px; 
font-style: strong; 
FONT-FAMILY: Verdana,Arial,Helvetica; 
/* HEIGHT: 300px; */
}

IMG.frontpage {
    display: block;
    padding-top:10em;
    margin-left: auto;
    margin-right: auto }


#speakermenu {
  margin:0; 
  padding:0; 
  height:33em; 
  overflow:hidden; 
  background:#f0f0f0;
  }
#speakermenu li {
  list-style-type:none; 
  float:left; 
  display:block; 
  width:100%;
  }
#speakermenu li a {
  display:block; 
  text-decoration:none; 
  color:#00b; 
  margin:0; 
  width:100%;
  }
#speakermenu li a span {
  display:none; 
  color:#000;
  }
#speakermenu li a.one span {
  display:block; 
  height:15em; 
  margin:0 10px;
  }
#speakermenu li a:hover {
  background:#f1f1f1;
  }
#speakermenu li a:hover span {
  display:block; 
  height:15em; 
  margin:0 10px; 
  cursor:pointer;
  }
#speakermenu .h2 {
  margin:0 5px; 
  padding:0; 
  color:#808; 
  font-variant:small-caps; 
  font-size:1.5em; 
  border:0;
  }
#speakermenu .h3 {
  margin:0 5px; 
  padding:0; 
  font-size:1.1em; 
  color:#00b;
  }
#speakermenu img {
  margin:5px 5px 5px 0; 
  border:1px solid #000; 
  float:left;
  }
.curved {
  width:21em;
  }
.curved .b1, .curved .b2, .curved .b3, .curved .b4  {
  font-size:1px; 
  display:block; 
  background:#88c;
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ 
}
.curved .b1, .curved .b2, .curved .b3 {
  height:1px;
  }
.curved .b2, .curved .b3, .curved .b4 {
  background:#f0f0f0; 
  border-left:1px solid #88c; 
  border-right:1px solid #88c;
  }
.curved .b1 {
  margin:0 4px; 
  background:#88c;
  }
.curved .b2 {
  margin:0 2px; 
  border-width:0 2px;
  }
.curved .b3 {
  margin:0 1px;
  }
.curved .b4 {
  height:2px; 
  margin:0;
  }
.curved .c1 {
  margin:0 5px; 
  background:#88c;
  }
.curved .c2 {
  margin:0 3px; 
  border-width:0 2px;
  }
.curved .c3 {
  margin:0 2px;
  }
.curved .c4 {
  height:2px; 
  margin: 0 1px;
  }
.curved .boxcontent {
  display:block; 
  background:transparent; 
  border-left:1px solid #88c; 
  border-right:1px solid #88c; 
  font-size:0.9em; 
  text-align:justify;
  }
  
.profile .picture {
  border: 1px solid #eaeaea;
  margin: 0 0em 0em 0; 
    padding: 4px;
}



#roundy .picture {
  float: right;
  border: 1px solid #eaeaea;
  margin: 0 0em 0em 0; 
  padding: 4px;
}

.speaker {background-image: url('lightlines.jpg'); padding-left:16px; padding-bottom:16px; padding-top:6px; height:150px}
.speaker .picture {padding:0px;margin:0px;}
.speakername {font-size:1.5em; margin-bottom:0px; padding-bottom:0px}

#profiletable. picture {
  border: 1px solid #eaeaea;
  margin: 0 0em 0em 0; 
  padding: 4px;
}

#roundy h1, #roundy h2, #roundy p {margin:0 10px; letter-spacing:1px;}
#roundy h1 {font-size:2.5em; color:#fff;}
#roundy h4 {font-size:1.1em; margin: 0.1;font-weight:normal;}
#roundy h5 {font-size:1.0em;margin:10px 0px;font-weight:normal;}
#roundy h4 a:{font-size:1.0em; margin: 0.1;}
#roundy h2 {font-size:2em;color:#f9f9f9; border:0;}
#roundy p {padding-bottom:.5em;padding-top:.5em;padding-left:.0em;margin:.0em;text-align:left;}
#roundy h2 {padding-top:0.5em;}
#roundy {background-color:#f9f9f9; transparent; clear: both; padding: .4em; margin: 1.5em 0em 1.5em 0em;}

.roundytop, .roundybottom {display:block; background:transparent; font-size:1px;}
.roundyb1, .roundyb2, .roundyb3, .roundyb4 {display:block; overflow:hidden;}
.roundyb1, .roundyb2, .roundyb3 {height:1px;}
.roundyb2, .roundyb3, .roundyb4 {background:#f9f9f9; border-left:1px solid #f9f9f9; border-right:1px solid #f9f9f9;}
.roundyb1 {margin:0 5px; background:#f9f9f9;}
.roundyb2 {margin:0 3px; border-width:0 2px;}
.roundyb3 {margin:0 2px;}
.roundyb4 {height:2px; margin:0 1px;}

.roundyboxcontent {display:block; background:#f9f9f9; border:0 solid #f9f9f9; border-width:0 1px;}

.book-navigation .menu {
border-top:1px dashed #888888;
padding:1em 0pt 0pt 3em;
}

.book-navigation .page-links {
border-bottom:1px dashed #888888;
border-top:1px dashed #888888;
padding:0.5em;
text-align:center;
width:98%;
}#header, #content {
  width: 100%;
}


#header {
  background-color: #fff;
//** background-image: url(content2zero_logos.png); background-repeat: no-repeat; background-position: right top; 
  border-bottom: 1px #88c solid;**//
  padding: 0em 0em 0em 0em;
  }
  
#top-header {
  background-color: #fff;
//** background-image: url(content2zero_logos.png); background-repeat: no-repeat; background-position: right top; 
  border-bottom: 5px #88c solid;**//
  padding: 0em 0em 0em 0em;
  width:100%;
  }
#logo {
  vertical-align: middle;
  border: 0;
}
#logo img {
  float: left;
  padding: 0em 0em 0em 0em;
}
#menu {
  padding: 0.5em 0.5em 0 1.5em;
  text-align: right;
  vertical-align: middle;
}
/* Primary navigation links */
#tabfloat {
  position: absolute;
  top: 44px;
  left: 0px;  
  width: 100%;  
  z-index: 2;
}

ul#primary-links {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  padding-left: 255px;
}

ul#primary-links li {
  _width: 0px;
  float: right;
  list-style-type: none;
  padding: 0px 0px 0px 0px;
  margin: 0px 1px 0px 1px;
  background: url(header-tab1.png) no-repeat 0% 0%;
}

ul#primary-links li a {
  display: block;
  list-style-type: none;
  padding: 4px 8px 0px 8px;
  margin: 0px;
  height: 20px;
  background: url(header-tab2.png) no-repeat 100% 0px;
  white-space: nowrap;
  font-weight: bold;
  color: white;
  text-decoration: none;
}

ul#primary-links li:hover {
  background-image: url(header-tab1.png);
  background-position: 0% -24px;
}

ul#primary-links li:hover a {
  background-image: url(header-tab2.png);
  background-position: 100% -24px;
}
#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;
}
#search .form-text {
  width: 8em;
  height: 1.4em;
  padding: 0 0.5em 0 0.5em;
  margin: 0 0 0.5em 0;
}
#search .form-submit {
  height: 1.5em;
}

.headerlogo h1{
  margin: 0;
  padding: 0;
}

.headerlogo h1 {
  display: block;
  width: 416px;
  height: 201px;
  background: url(images/combined-logos.jpg); USEMAP="#mpMenu";
  text-indent: -9000px;
  overflow: hidden;
  top: 0px;
  position: absolute;
  top: 0;
  left: 575px;

}

.headerlogo2 h1 {
  display: block;
  width: 416px;
  height: 201px;
  //**background: url(images/combined-logos.jpg); USEMAP="#mpMenu";**//
  text-indent: -9000px;
  overflow: hidden;
  top: 0;
  position: absolute;
  top: 0;
  left: 575px;

} 

#snazzyinfo {float:right;width:100%; margin-bottom:-5px; padding:0em; vertical-align:bottom;border-bottom: 0px #88c solid;height:37px;}
#snazzyinfo ul {margin-top:0em; margin-bottom:0em; padding:0; list-style-type:none; background:transparent; }
#snazzyinfo li {margin-top:0em; display:block; float:right; margin-bottom:0.0em;padding:-2em;   border-bottom: 0px #88c solid;}
.xsnazzy {margin:0em;background:transparent;}
.xsnazzy span {text-align:center; color:#fff; margin:0; font-weight:bold; padding-bottom:0.5em;}

.xtop {margin:0em; display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {
display:block; 
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ 
}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#88c; border-left:1px solid #fff; border-right:1px solid #fff;}
.xb1 {margin:0 5px; background:#fff;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}
.pad {color:#fff;}
.xboxcontent {display:block; background:#88c; border:0 solid #fff; border-width:0 1px 1px 1px;}


a.xmenu2, a.xmenu2:visited {margin:0em;display:block; text-decoration:none; width:8.0em; font-size:0.9em;}
a.xmenu2:hover {background:transparent; cursor:pointer; text-decoration:none;}
a.xmenu2:hover span {color:#fff; text-decoration:none;}
a.xmenu2:hover .xboxcontent {background:#9932CC; border-color:#888; border-bottom:1px solid #eee;}
a.xmenu2:hover .xb1 {background:#9932CC;text-decoration:none;}
a.xmenu2:hover .xb2, a.xmenu2:hover .xb3, a.xmenu2:hover .xb4 {background:#9932CC;text-decoration:none; border-color:#888;}


#footer {
  background-color: #fff;
  padding: 1em;
  font-size: 0.8em;
  color: #000;
  border-top: 1px #eaeaea dashed;
  border-bottom: 0px #88c solid;
}

.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 {
  color: #88c;
  display: block;
  margin: 0.0em 0em 0em 0em;
  font-style: normal;
  font-weight: bold;
  font-family:Verdana, Arial, Helvetica;
  font-size: 18px;
  text-align: right;
  line-height:18px;
  Letter-spacing: -3px;
}

a.linkopacity img {
	filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
}

a.linkopacity:hover img {
opacity: 1.0;
filter:alpha(opacity=80); 
-moz-opacity: 0.8; 
opacity: 0.8;
}#sidebar-left, #sidebar-right {
  background-color: #fff;
  width: 16em;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
  vertical-align: top;
}

/* Blocks */
.block, .box {
  padding: 0 0 1.5em 0;
  color: #707070;
}
.block {
  padding-bottom: 0.75em;
  margin-bottom: 1.5em;
}
.block .title {
  margin-bottom: 0em;
}

/* Blocks */
.block {
  margin: 1px 5px 15px 5px;
  position: relative; /* peekaboo IE bug */
}

#sidebar-left, {
  //**background-color: #fff; **//
  width: 16em;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
  vertical-align: top;
  border-left: 1px #eaeaea dashed;
}


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

#sidebar-right .title, #sidebar-left  .title {
  font-weight: bold;
  letter-spacing: 0px;
  font-size: 1em;
  color: #707070;
  margin: 0 auto 0 auto;  /* decrease default margins for h<x>.title */
}



#sidebar-left-left .block, #sidebar-left-both .block {
  margin-left: 10px;

}
#sidebar-right .block {
  margin-right: 10px;
 
}
.block .content {
  background-color: #F9F9F9;

}
.block .content {
  background-color: #F9F9F9;
  position: relative;
  top: 0px;
  left: 0px;
}
.block .content {
  background-color: #F9F9F9;
  position: relative;
  padding: 5px;
  left: 0px;
  top: 0px;
}

.block h2 {
  display: block;
  background-color: #F9F9F9;
  position: relative;
  margin: 0px;
  font-size: 1.0em;
  font-weight: bold;
  color: #707070;
  text-align: center;
  font-size: 1.0em;
}

.nifty {
background-color: #F9F9F9;
}
	
//** div#nifty{ margin: 0 10%;background: #F9F9F9} **//

b.rtop, b.rbottom{display:block;background: #F9F9F9}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #F9F9F9}
b.r1{margin: 0 5px; background: #F9F9F9}
b.r2{margin: 0 3px; background: #F9F9F9}
b.r3{margin: 0 2px; background: #F9F9F9}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px; background: #F9F9F9}

/* $Id: drupal.css,v 1.101.2.2 2005/05/31 23:24:18 unconed Exp $ */

/*
** HTML elements
*/
fieldset {
  margin-bottom: 1em;
  padding: .5em;
}
form {
  margin: 0;
  padding: 0;
}
hr {
  height: 1px;
  border: 1px solid gray;
}
img {
  border: 0;
}
table {
  border-collapse: collapse;
}
th {
  text-align: left;
  padding-right: 1em;
  border-bottom: 3px solid #ccc;
  white-space: nowrap;
}
th.active img {
  display: inline;
}
tr.dark, tr.light {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
}
tr.dark, tr.light {
  padding: 0.1em 0.6em;
}
td.active {
  background-color: #ddd;
}

/*
** Menu styles
*/
.menu {
  padding: 0 0 0 0.5em;
}
.menu ul {
  list-style: none;
  border: none;
  text-align:left;
}
.menu li a {
  width: 100%;
  text-decoration: none;
}
li.expanded {
  list-style-type: circle;
  list-style-image: url(menu-expanded.png);
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}
li.collapsed {
  list-style-type: disc;
  list-style-image: url(menu-collapsed.png);
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}
li.leaf {
  list-style-type: square;
  list-style-image: url(menu-leaf.png);
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}
li a.active {
  color: #000;
}
td.menu-disabled {
  background: #ccc;
}

/*
** Other common styles
*/
.breadcrumb {
  padding-bottom: .5em
}
.block ul {
  margin: 0;
  padding: 0 0 0.25em 1em;
}
br.clear {
  clear: both;
  height: 0px;
}
.container-inline div {
  display: inline;
}
.container-inline .form-submit {
  margin: 0;
}
.error {
  color: red;
}
.item-list .icon {
  color: #555;
  float: right;
  padding-left: 0.25em;
  clear: right;
}
.item-list .icon a {
  color: #000;
  text-decoration: none;
}
.item-list .icon a:hover {
  color: #000;
  text-decoration: none;
}
.item-list .title {
  font-weight: bold;
}
.item-list ul {
  margin: 0 0 0.75em 0;
  padding: 0;
}
.item-list ul li {
  margin: 0 0 0.25em 1.5em;
  padding: 0;
  list-style: disc;
}
.form-item {
  margin-top: 1em;
  margin-bottom: 1em;
}
tr.light .form-item, tr.dark .form-item {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
}
.form-item input.error, .form-item textarea.error {
  border: 2px solid red;
}
.form-item .description {
  font-size: 0.85em;
}
.form-item label {
  font-weight: bold;
}
.form-item label.option {
  font-weight: normal;
}
.form-submit {
  margin: 0.5em 0;
}
.marker, .form-required {
  color: #f00;
}
.more-link {
  text-align: right;
}
.node-form .form-text {
  display: block;
  width: 95%;
}
.node-form .standard {
  clear: both;
}
.node-form textarea {
  display: block;
  width: 95%;
}
* html .node-form fieldset {
/* Note: IE-only CSS due to "* html" escape. Sadly required for fieldsets to appear correctly. */
  display: inline;
}
.node-form .admin .form-item .title {
  margin-top: 0;
}
.node-form .admin .authored .form-item {
  margin-bottom: 1.1em;
}
.node-form .admin .authored .form-text  {
  width: auto;
}
.node-form .admin .authored, .node-form .admin .options, .node-form .admin .extra {
  float: left;
  margin-right: 2em;
  margin-bottom: 1em;
}
.node-form .attachments fieldset {
  float: none;
  display: block;
}
.ok {
  color: #080;
}
#pager {
  clear: both;
  text-align: center;
}
#pager div {
  padding: 0.5em;
}
.path {
  padding-bottom: 0.7em;
  font-size: 1.1em;
}

/*
** Module specific styles
*/
#aggregator .feed img {
  float: right;
}
#aggregator .news-item {
  clear: both;
  padding-bottom: 1em;
}
#aggregator .news-item .date {
  float: left;
}
#aggregator .news-item .body {
  margin-top: 1em;
  margin-left: 4em;
}
#aggregator .news-item .body .feed {
  font-size: 0.9em;
}
#aggregator .news-item .title {
  float: left;
}
#aggregator .news-item .description {
  clear: both;
}
#aggregator td {
  vertical-align: bottom;
}
#aggregator td.categorize-item {
  white-space: nowrap;
}
#aggregator .categorize-item .news-item .body {
  margin-top: 0;
}
#aggregator .categorize-item h3 {
  margin-bottom: 1em;
  margin-top: 0;
}
.book {
  margin: 1em 0 1em 0;
}
.book .title {
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom:1em;
}
.book .tree {
  padding-top:1em;
  border-top: 1px dashed #eaeaea;
  padding-bottom: 1em;
}
.book .name {
  padding-top:1em;
  font-weight: bold;
  font-size: 1em;
}
.book .nav {
  border-top: 1px dashed #eaeaea;
  border-bottom: 1px dashed #eaeaea;
  padding-bottom: 3em;
  padding-top: 1em;
  clear: both;
}
.book .nav .links {
  clear: both;
}
.book .nav .titles {
  clear: both;
}
.book .nav .prev {
  float: left;
  text-align: left;
  width: 45%;
}
.book .nav .next {
  float: right;
  text-align: right;
  width: 45%;
}
.book .nav .up {
  text-align: center;
}
.calendar .row-week td a {
  display: block;
}
.calendar .row-week td a:hover {
  background-color: #888; color: #fff;
}
.calendar a {
  text-decoration: none;
}
.calendar a:hover {
  text-decoration: none;
}
.calendar table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #000;
}
.calendar td, .calendar th {
  text-align: center;
  border: 1px solid #000;
  padding: 1px;
  margin: 0;
  font-size: 0.8em;
}
.calendar td.day-blank {
  border: 0;
}
.tips {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.9em;
}
#forum .description {
  font-size: 0.9em;
  margin: 0.5em;
}
#forum td.created, #forum td.posts, #forum td.topics, #forum td.last-reply, #forum td.replies, #forum td.pager {
  white-space: nowrap;
}
#forum td.posts, #forum td.topics, #forum td.replies, #forum td.pager {
  text-align: center;
}

#node-admin-filter ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  width: 100%;
}
#node-admin-buttons {
  float: left;
  margin-left: 0.5em;
  clear: right;
}
dl.multiselect dd.b, dl.multiselect dd.b .form-item, dl.multiselect dd.b select {
  font-family: inherit;
  font-size: inherit;
  width: 14em;
}
dl.multiselect dd.a, dl.multiselect dd.a .form-item {
  width: 8em;
}
dl.multiselect dt, dl.multiselect dd {
  float: left;
  line-height: 1.75em;
  padding: 0px;
  margin: 0px 1em 0px 0px;
}
dl.multiselect .form-item {
  height: 1.75em;
  margin: 0px;
}
#permissions td.module, #blocks td.region {
  font-weight: bold;
}
#permissions td.permission, #blocks td.block {
  padding-left: 2em;
}
#access-rules .access-type, #access-rules .rule-type {
  margin-right: 1em;
  float: left;
}
#access-rules .access-type .form-item, #access-rules .rule-type .form-item {
  margin-top: 0;
}
#access-rules .mask {
  clear: both;
}
.poll .bar {
  height: 1em;
  margin: 1px 0;
  background-color: #ddd;
}
.poll .bar .foreground {
  background-color: #000;
  height: 1em;
  clear: left;
  float: left;
}
.poll .links {
  text-align: center;
}
.poll .percent {
  text-align: right;
}
.poll .total {
  text-align: center;
}
.poll .vote-form {
  text-align: center;
}
.poll .vote-form .choices {
  text-align: left;
  margin: 0 auto;
  display: table;
}
.profile {
  clear: both;
  margin: 1em 0 1em 0;
}
.profile .picture {
  float: right;
  margin: 0 1em 1em 0;
}
.node-form .poll-form fieldset {
  display: block;
}
img.screenshot {
  border: 1px solid #808080;
  display: block;
  margin: 2px;
}
.search-form {
  margin-bottom: 1em;
}
.search-form p {
  margin-top: 0;
  margin-bottom: 0.2em;
  padding-top: 0;
  padding-bottom: 0;
}
.search-form input {
  margin-top: 0;
  margin-bottom: 0;
}
.search-results p {
  margin-top: 0;
}
.search-results dt {
  font-size: 1.1em;
}
.search-results dd {
  margin-bottom: 1em;
}
.search-results .search-info {
  font-size: 0.85em;
}
.tips table {
  margin-top: 1em;
  margin-bottom: 1em;
}
#tracker td.replies {
  text-align: center;
}
#tracker table {
  width: 100%;
}
.user-login-block {
  text-align: center;
}
.more-help-link {
  font-size: 0.85em;
  text-align: right;
}
tr.watchdog-user {
  background: #ffd;
}
tr.watchdog-user .active {
  background: #eed;
}
tr.watchdog-content {
  background: #ddf;
}
tr.watchdog-content .active {
  background: #cce;
}
tr.watchdog-page-not-found, tr.watchdog-access-denied {
  background: #dfd;
}
tr.watchdog-page-not-found .active, tr.watchdog-access-denied .active {
  background: #cec;
}
tr.watchdog-error {
  background: #ffc9c9;
}
tr.watchdog-error .active {
  background: #eeb9b9;
}
.comment .links .form-item {
  display: inline;
  white-space: nowrap;
}
.comment .links .form-item br {
  display: none;
}
#comment-moderation-button {
  text-align: center;
}

/* Tab navigation */
ul.primary {
  border-collapse: collapse;
  padding: 0 0 0 1em;
  white-space: nowrap;
  list-style: none;
  margin: 5px;
  height: auto;
  line-height: normal;
  border-bottom: 1px solid #bbb;
}
ul.primary li {
  display: inline;
}
ul.primary li a {
  background-color: #ddd;
  border-color: #bbb;
  border-width: 1px;
  border-style: solid solid none solid;
  height: auto;
  margin-right: 0.5em;
  padding: 0 1em;
  text-decoration: none;
}
ul.primary li.active a {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: #fff 1px solid;
}
ul.primary li a:hover {
  background-color: #eee;
  border-color: #ccc;
  border-bottom-color: #eee;
}
ul.secondary {
  border-bottom: 1px solid #bbb;
  padding: 0.5em 1em 0.5em 1em;
  margin: 5px;
}
ul.secondary li {
  display: inline;
  padding: 0 1em;
  border-right: 1px solid #ccc;
}
ul.secondary a {
  padding: 0;
  text-decoration: none;
}
ul.secondary a.active {
  border-bottom: 4px solid #999;
}

p{
  text-indent: 0px;
}
