body 
{
 margin: 0;
 padding: 0;
 color: #444;
 background-color: #f3f3f3;
 font-family: "Helvetica","Arial","Tahoma",Century Gothic,"Verdana";
 font-size: 12px;
 background-repeat: repeat-x;
 background-position: top;
}

input.form-text, textarea 
{
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 background-color: #fff;
 border-color: #ccc;
 border-width: 1px;
 border-style: solid;
 padding: 5px;
}

input.form-submit 
{
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 background-color: #666666;
 border-color: #AAAAAA;
 border-width: 2px;
 border-style: solid;
 color: #FFFFFF;
 font-size: 12px;
 margin-top: 0.25em;
 margin-right: 0;
 margin-bottom: 0.25em;
 margin-left: 0;
 padding-top: 2px;
 padding-right: 10px;
 padding-bottom: 2px;
 padding-left: 10px;
 cursor: pointer;
}

input.form-submit:hover 
{
 background-color: #333;
 border-color: #999;
 border-width: 2px;
 border-style: solid;
}

/****** begin: views module button fix ******/
.views-edit-view input.form-submit 
{
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 background-color: #333333;
 border-color: #999999;
 border-width: 1px;
 border-style: solid;
 color: #FFFFFF;
 font-size: 11px;
 padding-top: 2px;
 padding-right: 10px;
 padding-bottom: 2px;
 padding-left: 10px;
 margin-top: 0.25em;
 margin-right: 0;
 margin-bottom: 0.25em;
 margin-left: 0;
}

form#views-ui-preview-form input#preview-submit 
{
 margin-top: 1.15em;
 margin-right: 0;
 margin-bottom: 0;
 margin-left: 0;
}

/****** end: views module button fix ******/
textarea.resizable 
{
 -moz-border-radius-bottomleft: 0;
 -moz-border-radius-bottomright: 0;
 -webkit-border-bottom-right-radius: 0;
 -webkit-border-bottom-left-radius: 0;
}

html.js input.form-autocomplete 
{
 background-position: 100% 6px;
}

#search-block-form input#edit-search-block-form-1 
{
 background-position: 5px 4px;
 background-image: url(img/search-zoom.png);
 background-color: #FFF;
 background-repeat: no-repeat;
 background-attachment: scroll;
 padding-left: 28px;
 width: 130px;
}

#search-form #edit-keys 
{
 background-position: 5px 4px;
 background-image: url(img/search-zoom.png);
 background-color: #FFF;
 background-repeat: no-repeat;
 background-attachment: scroll;
 padding-left: 28px;
}

#search-block-form input.form-submit 
{
 background-position: 1px 4px;
 background-image: url(img/search-arrow.png);
 background-color: transparent;
 background-repeat: no-repeat;
 background-attachment: scroll;
 border-style: none;
 text-indent: -9999px;
 width: 25px;
 height: 26px;
 padding: 0;
 cursor: pointer;
}

#header #search-box input.form-submit 
{
 background-color: transparent;
 border-width: medium;
 border-style: none;
 font-size: 11px;
 height: 22px;
 line-height: 22px;
 padding: 0;
 cursor: pointer;
}

#header #search-box {
  background:transparent url(img/transparent-black.png) repeat scroll 0 0;
  display:block;
  position:absolute;
  right:0px;
  text-align:right;
  bottom:-7px;
  float:right;
  padding:10px;
  color: #fff;
  z-index: 4;
}

/********************************************/
/**********   Fix recent Comments  **********/
/********************************************/
#block-comment-0 ul li a 
{
 border-style: none;
 padding: 0;
 background-image: none;
 display: inline;
}

#block-comment-0 ul li 
{
 border-bottom-color: #ddd;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 padding-top: 5px;
}

/********************************************/
/**********   Primary Navigation   **********/
/********************************************/
#primary 
{
 bottom: 0;
 height: 35px;
 position: absolute;
 float: right;
 width: 990px;
 background-image: url(img/transparent-black.png);
 background-color: transparent;
 z-index: 3;
}

#primary ul.links 
{
 bottom: 0;
 position: absolute;
}

#primary ul.links li 
{
 display: block;
 float: left;
 font-size: 12px;
 font-weight: bold;
 height: 25px;
 line-height: 35px;
 margin: 0;
 padding-top: 0;
 padding-right: 30px;
 padding-bottom: 0;
 padding-left: 30px;
}

#primary ul.links li a 
{
 color: #FFFFFF;
 font-weight: normal;
}

#primary ul.links li a.active 
{
 color: #FFF;
}

/********************************************/
/**********   Secondary Navigation **********/
/********************************************/
#secondary 
{
 margin-top: 1px;
 padding-top: 4px;
 padding-right: 0;
 padding-bottom: 4px;
 padding-left: 0;
}

#secondary ul.links 
{
 margin-top: 0;
 margin-right: 15px;
 margin-bottom: 0;
 margin-left: 15px;
 padding: 0;
}

#secondary ul.links li 
{
 display: block;
 float: left;
 height: 20px;
 line-height: 20px;
 margin: 0;
 padding-top: 0;
 padding-right: 15px;
 padding-bottom: 0;
 padding-left: 15px;
}

#secondary ul.links li a 
{
 color: #fff;
 font-size: 12px;
 font-weight: normal;
}

#secondary ul.links li a.active 
{
 font-weight: bold;
}

/********************************************/
/**********   Pseudo Fieldsets     **********/
/********************************************/
.poll .vote-form 
{
 text-align: left;
}

.poll .vote-form .choices 
{
 display: table;
 margin: 0;
 text-align: left;
}

/********************************************/
/**********   Pseudo Fieldsets     **********/
/********************************************/
.container-inline div.pseudo-fieldset div 
{
 display: block ! important;
}

.pseudo-fieldset 
{
 margin-top: 0.75em;
 margin-right: 0;
 margin-bottom: 0.75em;
 margin-left: 0;
}

.collapsed .pseudo-fieldset-content 
{
 display: none;
}

.pseudo-fieldset-title 
{
 background-position: 7px 6px;
 background-image: url(img/settings.png);
 background-color: #E0E0E0;
 background-repeat: no-repeat;
 background-attachment: scroll;
 color: #000000;
 font-size: 1em;
 padding-top: 5px;
 padding-right: 10px;
 padding-bottom: 5px;
 padding-left: 27px;
}

.collapsible .pseudo-fieldset-title 
{
 cursor: pointer;
}

.pseudo-fieldset-content 
{
 padding: 10px;
 background-color: #FAFAFA;
 -moz-border-radius-bottomleft: 3px;
 -moz-border-radius-bottomright: 3px;
 -webkit-border-bottom-right-radius: 3px;
 -webkit-border-bottom-left-radius: 3px;
 border-bottom-color: #e0e0e0;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-right-color: #e0e0e0;
 border-right-width: 1px;
 border-right-style: solid;
 border-left-color: #e0e0e0;
 border-left-width: 1px;
 border-left-style: solid;
}

/********************************************/
/**********      Main Layout       **********/
/********************************************/
#page 
{
 margin: auto;
 width: 990px;
 border-color: #ffffff;
 border-width: 15px;
 border-style: solid;
 background-color: #ffffff;
}

#header 
{
 height: 220px;
 background-image: url(img/headerimage.jpg);
 background-color: #FF7302;
 background-repeat: repeat-x;
 position: relative;
 z-index: 1;
}

#logo-title 
{
 background-image: url(img/transparent-black.png);
 background-color: transparent;
 background-repeat: repeat;
 background-attachment: scroll;
 background-position: 0 0;
 display: block;
 width: 60%;
 float: none;
 margin: 10px;
 padding-top: 10px;
 padding-right: 20px;
 padding-bottom: 10px;
 padding-left: 20px;
 z-index: 2;
}

#logo 
{
 display: none;
}

#name-and-slogan h1 
{
 font-size: 24px;
 margin: 0;
}

#name-and-slogan h1 a 
{
 color: #fff;
}

#site-slogan 
{
 color: #999999;
 font-size: 11px;
}

#site-mission 
{
 font-size: 11px;
 font-weight: bold;
 padding: 20px;
 text-align: right;
 color: #ffffff;
}

#container p, #container li 
{
 line-height: 160%;
}

#sidebar-left 
{
 width: 22%;
 float: left;
}

#container 
{
 background-image: url(img/bg-shadow.png);
 background-color: transparent;
 background-repeat: repeat-x;
 background-attachment: scroll;
 background-position: center -5px;
 padding-top: 30px;
 padding-right: 0;
 padding-bottom: 0;
 padding-left: 0;
 position: relative;
}

#main 
{
 width: 99%;
 float: left;
}

#main-squeeze 
{
 padding-top: 0;
 padding-right: 1em;
 padding-bottom: 0;
 padding-left: 1em;
 background-color: #fff;
}

.sidebar-left #main, .sidebar-right #main 
{
 width: 78%;
 float: left;
}

.two-sidebars #main 
{
 width: 56%;
 float: left;
}

#sidebar-right 
{
 width: 22%;
 float: right;
}

#footer 
{
 background-color: #FAFAFA;
 padding: 5px;
 margin-top: 30px;
 text-align: center;
}

a.feed-icon 
{
 display: block;
 padding-top: 10px;
 padding-right: 0px;
 padding-bottom: 10px;
 padding-left: 0px;
}

/********************************************/
/**********      First Time Style  **********/
/********************************************/
#first-time 
{
 background-color: #f6f6f6;
}

#first-time p 
{
 padding-top: 0;
 padding-right: 5px;
 padding-bottom: 0;
 padding-left: 5px;
}

#first-time strong 
{
 display: block;
 padding-top: 1em;
 padding-right: 0;
 padding-bottom: 0;
 padding-left: 0;
}

/********************************************/
/**********      Main Style        **********/
/********************************************/
h1, h2, h3, h4, h5, #headline a 
{
 margin-bottom: 0.5em;
 color: #000;
 font-weight: normal;
}

#main h1 
{
 background-color: #F0F0F0;
 font-size: 130%;
 margin-top: 0;
 margin-right: 0;
 margin-bottom: 1px;
 margin-left: 0;
 padding: 5px;
}

.submitted 
{
 background-color: #F0F0F0;
 margin-top: 0;
 margin-right: 0;
 margin-bottom: 1px;
 margin-left: 0;
 padding: 5px;
 display: block;
}

#main #content .content 
{
 background-color: #FAFAFA;
 padding: 5px;
}

#main #content .teaser .content 
{
 background-color: transparent;
 padding: 5px;
}

h1 
{
 margin-top: 0px;
 font-size: 250%;
}

h2 
{
 margin-top: 0px;
 font-size: 120%;
}

h3 
{
 font-size: 110%;
}

li.leaf 
{
 list-style-image: none;
}

a 
{
 text-decoration: none;
 color: #004477;
}

p 
{
 padding-top: 0px;
 padding-right: 0px;
 padding-bottom: 0px;
 padding-left: 0px;
 margin-top: 0.75em;
 margin-right: 0;
 margin-bottom: 0.75em;
 margin-left: 0;
}

#mission 
{
 border-radius: 10px;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 background-color: #f6f6f6;
 padding: 10px;
 margin-top: 0;
 margin-right: 0;
 margin-bottom: 0.5em;
 margin-left: 0;
 font-size: 16px;
}

/********************************************/
/**********     Admin Style        **********/
/********************************************/
.consunipa-admin #main 
{
 width: 78% ! important;
}

.consunipa-admin #sidebar-right 
{
 display: none ! important;
}

.consunipa-admin #main-squeeze 
{
 padding-right: 0;
}

div.messages 
{
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 background-color: #333333;
 border-color: #999999;
 border-width: 3px;
 border-style: solid;
 color: #FFFFFF;
 font-size: 12px;
 margin-top: 10px;
 margin-right: 0;
 margin-bottom: 10px;
 margin-left: 0;
 padding: 10px;
}

div.admin .left, div.admin .right 
{
 margin: 0;
 width: 49%;
}

div.admin-panel 
{
 margin-top: 10px;
 margin-right: 0px;
 margin-bottom: 10px;
 margin-left: 0px;
 padding: 5px;
 border-color: #f3f3f3;
 border-width: 4px;
 border-style: solid;
}

div.admin-panel .body 
{
 padding: 0;
 padding-right: 10px;
}

div.admin-panel .body dl, div.admin-panel .body ul 
{
 padding-left: 15px;
 margin: 0;
}

ul.primary 
{
 display: block;
 border-style: none;
 margin-top: 0;
 margin-right: 0;
 margin-bottom: 1px;
 margin-left: 0;
 padding-top: 10px;
 padding-right: 5px;
 padding-bottom: 10px;
 padding-left: 5px;
 background-color: #f0f0f0;
}

ul.primary li 
{
 margin-right: 3px;
}

.tabs ul.primary li a 
{
 background-color: #F6F6F6;
 border-color: #999999;
 border-width: 1px;
 border-style: solid;
 color: #444444;
 font-size: 11px;
 margin: 0;
 padding-top: 5px;
 padding-right: 10px;
 padding-bottom: 5px;
 padding-left: 10px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
}

.tabs ul.primary li a:hover 
{
 margin: 0;
 color: #fff;
 background-color: #333;
}

.tabs ul.primary li.active a 
{
 background-color: #444;
 color: #ffffff;
}

ul.secondary 
{
 display: block;
 border-style: none;
 margin: 0;
 padding: 5px;
 background-color: #f0f0f0;
}

ul.secondary li 
{
 margin-right: 3px;
 padding: 0;
 border-style: none;
}

.tabs ul.secondary li a 
{
 border-radius: 3px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 margin: 0;
 color: #444;
 background-color: #f6f6f6;
 border-color: #999;
 border-width: 1px;
 border-style: solid;
 padding-top: 2px;
 padding-right: 10px;
 padding-bottom: 2px;
 padding-left: 10px;
 line-height: 2.3em;
}

.tabs ul.secondary li a:hover 
{
 margin: 0;
 color: #fff;
 background-color: #444;
}

.tabs ul.secondary li.active a 
{
 background-color: #444;
 color: #ffffff;
}

/********************************************/
/**********     Table Style        **********/
/********************************************/
table, table.package 
{
 width: 100%;
 margin-top: 1em;
 margin-right: 0;
 margin-bottom: 1em;
 margin-left: 0;
}

table tr.odd 
{
 background-color: #f3f3f3;
}

table tr.even 
{
 background-color: #ffffff;
}

table 
{
 padding: 0;
}

table th, table td 
{
 border-color: #DDDDDD;
 border-width: 1px;
 border-style: solid;
 padding-top: 4px;
 padding-right: 7px;
 padding-bottom: 4px;
 padding-left: 7px;
 vertical-align: middle;
}

table th a, table td a 
{
 text-decoration: underline;
}

table th a 
{
 
}

table thead 
{
 background-color: #AAA;
 color: #fff;
 padding: 5px;
 background-position: top;
 background-repeat: repeat-x;
}

td.container 
{
 background-color: #e0e0e0;
 color: #333333;
 padding: 5px;
 background-position: top;
 background-repeat: repeat-x;
}

td.container a 
{
 text-decoration: underline;
 font-size: 1.3em;
 font-weight: bold;
}

td.container .description 
{
 margin-bottom: 0;
}

/********************************************/
/**********    Breadcrumb Links    **********/
/********************************************/
#breadcrumb 
{
 background-color: #EEEEEE;
 font-size: 1.4em;
 font-weight: normal;
 line-height: 1.75em;
 margin-top: 0;
 margin-right: 0;
 margin-bottom: 1px;
 margin-left: 0;
 padding-top: 0;
 padding-right: 5px;
 padding-bottom: 0;
 padding-left: 5px;
}

#breadcrumb .breadcrumb 
{
 padding: 0;
}

#breadcrumb .breadcrumb span 
{
 height: 1.75em;
 font-size: 0.75em;
}

.breadcrumb-separator 
{
 padding-top: 0;
 padding-right: 3px;
 padding-bottom: 0;
 padding-left: 3px;
}

/********************************************/
/**********      Block Style       **********/
/********************************************/
.block 
{
 margin-bottom: 1em;
 background-color: #FAFAFA;
}

.block h2 
{
 background-color: #EEEEEE;
 font-size: 1.4em;
 font-weight: normal;
 height: 1.75em;
 line-height: 1.75em;
 margin: 0;
 padding-top: 0;
 padding-right: 10px;
 padding-bottom: 0;
 padding-left: 10px;
}

.block .content 
{
 padding-top: 5px;
 padding-right: 10px;
 padding-bottom: 5px;
 padding-left: 10px;
}

div.block-region 
{
 border-radius: 10px;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 background-color: #333333;
 border-color: #999999;
 border-width: 2px;
 border-style: solid;
 color: #FF7302;
 font-size: 180%;
 margin-top: 0.5em;
 margin-right: 0;
 margin-bottom: 0.5em;
 margin-left: 0;
 padding: 0.5em;
 text-align: center;
}

/********************************************/
/**********      User login        **********/
/********************************************/
#block-user-0 #user-login-form .form-text 
{
 width: 75px;
}

#block-user-0 #user-login-form .form-item 
{
 float: left;
 margin-top: 10px;
 margin-right: 0;
 margin-bottom: 10px;
 margin-left: 0;
 width: 90px;
}

#block-user-0 #user-login-form .form-item label, .form-item label 
{
 font-size: 11px;
 font-style: italic;
 font-weight: normal;
 padding-left: 2px;
}

#user-login-form 
{
 text-align: left;
}

#user-login-form .form-item 
{
 width: 95%;
}

#user-login-form input.form-submit 
{
 margin-bottom: 5px;
}

/********************************************/
/**********      Node Style        **********/
/********************************************/
.node.teaser 
{
 border-radius: 10px;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 background-color: #f6f6f6;
 padding: 10px;
 margin-top: 0;
 margin-right: 0;
 margin-bottom: 0.5em;
 margin-left: 0;
}

.node .field 
{
 padding-top: 10px;
 padding-right: 0px;
 padding-bottom: 10px;
 padding-left: 0px;
}

.node .clear 
{
 margin-top: 1em;
 margin-right: 0;
 margin-bottom: 1em;
 margin-left: 0;
}

.node .links, .comment .links 
{
 text-align: left;
}

.node .links ul.links li, .comment .links ul.links li 
{
 padding-left: 1em;
 float: right;
}

.terms ul.links li 
{
 margin-left: 0;
 margin-right: 0;
 padding-right: 0;
 padding-left: 1em;
}

.new 
{
 color: #ffae00;
 font-size: 0.92em;
 font-weight: bold;
 float: right;
}

.terms 
{
 float: right;
}

.terms ul.links li 
{
 display: inline;
}

.preview .node, .preview .comment, .sticky 
{
 margin: 0;
 padding-top: 0.5em;
 padding-right: 0;
 padding-bottom: 0.5em;
 padding-left: 0;
 border-width: 0;
 background-position: 0;
}

.sticky 
{
 padding: 1em;
 background-color: #fff;
 border-color: #e0e5fb;
 border-width: 1px;
 border-style: solid;
 margin-bottom: 2em;
}

div.picture 
{
 float: right;
}

div.picture img 
{
 border-color: #cccccc;
 border-width: 1px;
 border-style: solid;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 10px;
 margin-left: 10px;
 padding: 3px;
 background-color: #f3f3f3;
}

/********************************************/
/**********      Forum Style       **********/
/********************************************/
div.forum-topic 
{
 border-color: #f3f3f3;
 border-width: 5px;
 border-style: solid;
 background-color: #ffffff;
 padding: 1px;
}

div.forum-topic .user-info 
{
 padding: 5px;
 width: 25%;
 float: left;
 border-right-color: #f3f3f3;
 border-right-width: 3px;
 border-right-style: solid;
}

div.forum-topic .topic 
{
 padding: 5px;
 float: left;
 width: 70%;
}

div.forum-topic .user-name, div.forum-topic .topic-title 
{
 font-size: 1.3em;
}

div.forum-topic .user-member, div.forum-topic .user-access 
{
 margin-top: 5px;
 : ;
}

div.forum-topic .picture img 
{
 padding: 3px;
 margin-top: 3px;
 margin-right: 0px;
 margin-bottom: 3px;
 margin-left: 0px;
 border-color: #cccccc;
 border-width: 1px;
 border-style: solid;
 background-color: #f3f3f3;
}

div.forum-topic .topic-body 
{
 margin-top: 10px;
 margin-bottom: 10px;
}

div.forum-topic .links 
{
 text-align: right;
 padding: 5px;
 display: block;
}

h2.comments 
{
 margin-top: 10px;
 margin-right: 0px;
 margin-bottom: 10px;
 margin-left: 0px;
}

div.comment 
{
 background-color: #ffffff;
 padding: 10px;
 margin-top: 10px;
 margin-right: 0px;
 margin-bottom: 10px;
 margin-left: 0px;
 border-color: #cccccc;
 border-width: 1px;
 border-style: solid;
}

div.comment .picture 
{
 float: right;
 margin-left: 10px;
 margin-bottom: 10px;
}

div.comment .picture img 
{
 padding: 3px;
 border-color: #cccccc;
 border-width: 1px;
 border-style: solid;
 background-color: #f3f3f3;
}

div.comment .links ul 
{
 text-align: right;
}

div.comment .links li 
{
 display: inline;
 margin-left: 10px;
}

#comments .box 
{
 margin-top: 30px;
}

.forum-topic div.picture 
{
 float: left;
}

.forum-topic div.picture img 
{
 margin-top: 5px;
 margin-right: 0;
 margin-bottom: 5px;
 margin-left: 0;
}

#forum ul.links 
{
 background-color: #F0F0F0;
 border-width: medium;
 border-style: none;
 display: block;
 margin-top: 0;
 margin-right: 0;
 margin-bottom: 1px;
 margin-left: 0;
 padding-top: 10px;
 padding-right: 5px;
 padding-bottom: 10px;
 padding-left: 5px;
}

#forum ul.links li 
{
 display: inline;
}

#forum ul.links li a 
{
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 margin-top: 10px;
 margin-right: 0;
 margin-bottom: 10px;
 margin-left: 0;
 background-position: 4px 3px;
 background-image: url(img/forum-new.png);
 background-color: #F6F6F6;
 background-repeat: no-repeat;
 background-attachment: scroll;
 background-color: #F6F6F6;
 border-color: #999999;
 border-width: 1px;
 border-style: solid;
 color: #444444;
 font-size: 11px;
 padding-top: 5px;
 padding-right: 10px;
 padding-bottom: 5px;
 padding-left: 30px;
}

#forum ul.links li a:hover 
{
 margin: 0;
 color: #fff;
 background-color: #444;
}

#forum tr td.forum 
{
 background-position: 4px 3px;
 background-image: url(img/forum-folder.png);
 background-color: transparent;
 background-repeat: no-repeat;
 background-attachment: scroll;
 padding-left: 30px;
}

#forum tr.depth-1 td.forum 
{
 background-position: 24px 3px;
}

#forum tr.depth-2 td.forum 
{
 background-position: 44px 3px;
}

#forum .description 
{
 font-size: 0.9em;
 margin-top: 0.5em;
 margin-right: 0;
 margin-bottom: 0.5em;
 margin-left: 0;
}

#forum .icon img 
{
 display: none;
}

#forum .title a 
{
 background-image: url(img/forum-new.png);
 background-color: transparent;
 background-repeat: no-repeat;
 background-attachment: scroll;
 background-position: 0 0;
 display: block;
 line-height: 20px;
 padding-top: 0;
 padding-right: 0;
 padding-bottom: 0;
 padding-left: 25px;
}

#forum th a 
{
 color: #000;
 font-weight: normal;
 text-decoration: none;
}

/********************************************/
/**********       Profile Style    **********/
/********************************************/
#main-squeeze .profile 
{
 background-color: #F6F6F6;
 padding-top: 10px;
 padding-right: 5px;
 padding-bottom: 10px;
 padding-left: 5px;
 margin: 0;
}

/********************************************/
/**********       Form Style       **********/
/********************************************/
.form-item 
{
 margin-bottom: 0.75em;
 margin-top: 0.75em;
}

/********************************************/
/**********       Book Style       **********/
/********************************************/
.content .book-navigation 
{
 margin-top: 10px;
}

/********************************************/
/**********    Menu in Sidebars    **********/
/********************************************/
.block ul 
{
 padding: 0;
}

.sidebar ul, .sidebar ul li 
{
 margin: 0;
 padding: 0;
}

.sidebar li 
{
 list-style-type: none;
 list-style-image: none;
}

.sidebar ul li a 
{
 background-image: url(img/menu-leaf.gif);
 background-repeat: no-repeat;
 padding-left: 1.5em;
 border-bottom-color: #e6e6e6;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 background-position: 0.3em 0.6em;
 line-height: 1.9em;
 display: block;
}

.sidebar ul li 
{
 list-style-type: none;
 list-style-image: none;
}

.sidebar ul li.expanded > a 
{
 background-image: url(img/menu-expanded.gif);
}

.sidebar ul li.collapsed > a 
{
 background-image: url(img/menu-collapsed.gif);
}

.sidebar ul li ul li > a 
{
 padding-left: 2.5em;
 background-position: 1.3em 0.6em;
}

.sidebar ul li ul li ul li > a 
{
 padding-left: 3.8em;
 background-position: 2.6em 0.6em;
}

.sidebar ul li ul li ul li ul li > a 
{
 padding-left: 4.9em;
 background-position: 3.7em 0.6em;
}

.sidebar li.active-trail > a 
{
 font-weight: bold;
 background-color: #f0f0f0;
}

.sidebar li > a:hover 
{
 background-color: #f0f0f0;
}

/*
dl {
  margin: 0.5em 0 1em 1.5em;
}

dl dt {
}

dl dd {
  margin: 0 0 .5em 1.5em;
}

img, a img {
  border: none;
}
*/
/********************************************/
/**********     try another ...    **********/
/********************************************/
#font span, #farben span 
{
 font-family: arial;
 color: #333333;
 font-size: 10px;
 text-decoration: none;
 float: left;
 display: block;
}

#farben a 
{
 width: 10px;
 height: 10px;
 display: block;
 float: left;
 margin-left: 5px;
}

#font a 
{
 display: block;
 float: left;
 margin-left: 5px;
 font-family: arial;
 color: #cccccc;
 font-size: 10px;
 text-decoration: none;
}

 
{
 display: inline;
 color: black;
 background-color: white;
 font-family: serif;
 font-size: larger;
 font-style: normal;
 font-weight: normal;
 text-align: left;
 text-decoration: underline;
}
