/* Stylesheet for the 'Baeko Theme' Plone theme */






/* ########################  GLOBAL */
body {
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  background-color:white;
}

h3{
  font-weight: bold;
  margin: 0px;
  padding: 0px;
    font-size: 100%;
}


h4{
  color: #009EE0;
  font-size: 90%;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}

hr {
  border:none;
  border-top: #009EE0 solid 1px;
  border-bottom:white solid 1px;
  margin:0px;
  padding:0px;
}

.blue {color:#009EE0;}

#column3 hr{ margin-top:20px; }
#column3  .download_options_col hr, 
#column3  .download-block hr,
#column3  .fontformats hr 
{ margin-top:0px; }

#column3  .download-home hr{ margin-top:20px }
hr.dashed,
#column3  .download-home hr.dashed{
  border-top: #ccc dashed 1px;
  margin: 6px 0px;
}

.infobox{ width:273px }

.infobox-content p {
  border: 0px;
  border-bottom: #009EE0 solid 1px;
  margin-bottom:5px;
  padding-bottom:5px;
	  }


p{ margin:0px;
   margin-bottom:0.4em; }

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

a:hover {
  text-decoration: underline;
}

a.link {
  background-image: url(++resource++baeko.theme.images/link_bg.gif);
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 20px;
}

a.link2{
  background-image: url(++resource++baeko.theme.images/link_bg.gif);
  background-position: right;
  background-repeat: no-repeat;
  display:block;
}

a.home { background-image:none;font-size:70px; }

.tab1 .home.t1,
.tab2 .home.t2,
.tab3 .home.t3  {background-image: url(++resource++baeko.theme.images/tab_home.gif);background-repeat:no-repeat;}

.right {
  display: block;
}
/* ######################## CONTAINERS */

#portal-container{
  padding: 0px 0px 0px 20px;
  width: 968px;
}

#top-tools{
  font-size: 90%;
  padding-left: 0px;
}

#top-tools a {
  margin-right: 15px;
}

#searchbox {
  display: inline;
  margin-left: 240px;
}

#headline{
  background-image: url(++resource++baeko.theme.images/logo.gif);
  background-position: right top;
  background-repeat: no-repeat;
  padding: 48px 0 10px 0px;
}

#baekocontent{
  border: #009EE0 solid 1px;
  border-top: none;
  font-size: 90%;
  padding-bottom: 15px;
  width:966px;

}

#column1 {
  border: white solid 1px;
  float: left;
  margin-right: 10px;
  padding: 15px;
  width: 206px;
}

#column2 {
  background-color: #ececec;
  border: white solid 1px;
  float: left;
  margin-top: 10px;
  padding: 15px;
  width: 487px;
  color:black;
}

#column3 {
  border: white solid 1px;
  float: right;
  padding: 15px 10px 15px 11px;
  width: 167px;
}

#column3 h4 {
padding-bottom:4px;
font-weight:bold;
}
#column3 h6 {
padding-top:8px;
}

#column2 .search {
  background-color: white;
  color: #666666;
  margin: -15px;
}

.search h4 a {
	color : #009EE0;
}

.search_header {
	padding: 5px 15px 15px 15px;
}

.search_result {
    padding: 10px 15px 10px 15px;
}

#slotA{
  float: left;
  width: 273px;
}

#slotA .leftFloatable{
  float: none;
}

#slotA .sl-img-wrapper {
}

#slotA .sl-img-wrapper, .sl-text-wrapper {
  padding-right:0 !important;
}
.sl-img-wrapper p {padding-top:5px;}


#column2 .onecolumn {
	width:100%;
}

a img {
  border: none;
}

.documentActions{ display:none }
#slotB{
  float: right;
  padding: 0px 0px 0px 15px;
  width: 198px;
}

.sitemap #slotB,
.sitemap #slotA{ width:235px;  }

.graybox{
  background-color: #ececec;
  margin: 10px 0 p;
}

.remark{
  background-image: url(++resource++baeko.theme.images/remark_bg.jpg);
  background-repeat: no-repeat;
  border-bottom: #eee solid 1px;
  font-size: 80%;
  padding: 5px;
}

.sitemap {
  background-image: url(++resource++baeko.theme.images/sitemap_bg.gif);
  background-position:left bottom;
  background-repeat: no-repeat;
  border:none !important;
}

.sitemap #column1, .sitemap #column2, .sitemap #column3 {
  background-color: white;
  border: #ccc solid 1px;
  border-bottom: none;
  margin-top: 0px;
}

/*	################### TABS */

#tabs {
  height: 66px;
  background-image: url(++resource++baeko.theme.images/tabs_bg.gif);
  background-position: 0px -1584px;
  background-repeat: no-repeat;
}
#tabs a:hover{ text-decoration: none; }
#tabs img {
  border: none;

}

#tabs.tab1{
  background-image: url(++resource++baeko.theme.images/tabs_bg.gif);
  background-position: 0px 0px;
  background-repeat: no-repeat;
}


#tabs.tab2{
  background-image: url(++resource++baeko.theme.images/tabs_bg.gif);
  background-position: 0px -132px;
  background-repeat: no-repeat;
}

#tabs.tab3{
  background-image: url(++resource++baeko.theme.images/tabs_bg.gif);
  background-position: 0px -264px;
  background-repeat: no-repeat;
}
/* ########################  CONTENT BOXES */

.infobox .infobox-content{
  background-color: white;
  border: #009DE0 solid 1px;
  border-bottom: none;
  padding: 10px;
  color:#666;
}

.infobox hr {
  border-bottom: #009EE0 solid 1px;
  margin-bottom: 7px;
  padding-bottom: 7px;
}

.sl-img-wrapper{
  margin-bottom: 15px !important;
  text-align: left!important;
  color:#009EE0;
 }

.sl-img-middle .sl-text-wrapper, .sl-img-small .sl-text-wrapper {
float:right;
}
.sl-fullblock .sl-text-wrapper {
color:black;
display:inline;
width:198px;
}

.sl-fullblock .sl-img-wrapper {
display:inline;
width:273px;
}


/* ######################## FOOTER */

#footer{
  background-image: url(++resource++baeko.theme.images/footer_bg.gif);
  background-position:left bottom;
  background-repeat: no-repeat;
  font-size: 90%;
  line-height: 140%;
  margin-top: 10px;
}

#footer-left{
  border: #ccc solid 1px;
  border-bottom:none;
  float: left;
  padding: 10px;
  width: 458px;
}


#footer-column-right{
  float: right;
  display: none;
}

#footer-right{
  border: #ccc solid 1px;
  border-bottom:none;
  float: right;
  padding: 10px;
  width: 457px;
}

/* ######################## LOGIN */

#footer.login{
  background-image: url(++resource++baeko.theme.images/login_bg.gif);
  background-repeat: repeat-y;
  font-size: 90%;
}

.login #footer-left, .login #footer-right{
  background-color:#009EE0;
  border: none;
  color: white;
  padding: 40px 20px 20px 20px;
  min-height:500px;
}

.login #footer-left{
  width: 533px;
}

.login #footer-right{
  width: 345px;
}

.login a {
  color: white;
  text-decoration: underline;
}

/* ########################  LISTS */
/* basic list */


.basiclist, .basiclist ul {
  margin: 0px;
  margin-top: 0px;
  padding: 0px;
}

.basiclist li {
  margin: 0px;
  margin-top: 10px;
  padding: 0px;
  }


.basiclist, .basiclist ul ul {
  margin: 0px;
}

.basiclist li {
  list-style-type: none;
  text-transform: uppercase;
}

.sitemap .basiclist li {
  color:#009EE0;
}

.basiclist li .active {
  color: #009EE0;
}

.active {
  color: #009EE0;
}


.basiclist li li,
.basiclist li li li {
  margin-left: 10px;
  margin-top:0px;
  text-transform: none;
}
/* selection list */

.selection h6 {
  border-bottom: #009EE0 solid 1px;
  font-size: 100%;
  font-weight: normal;
  margin: 0px;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.selection ul {
  margin: 0px;
  margin-bottom: 25px;
  padding: 0px;
}

.selection li {
  border-bottom: #ccc dashed 1px;
  list-style-type: none;
  padding: 2px 0px;
}

.selection li:hover{ color:#009EE0 }

.selection .selected {
  background-color: #ececec;
  background-image: url(++resource++baeko.theme.images/bullet_blue.gif);
  background-position: left center;
  background-repeat: no-repeat;
  color: #009EE0;
  padding-left: 13px;
}
/* news list */

.news{
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.news li {
  border-bottom: #ccc dashed 1px;
  padding: 8px 0px;
}
/* ########################  FORM ELEMENTS */

#search{
  background-image: url(++resource++baeko.theme.images/search_bg.jpg);
  background-repeat: no-repeat;
  border: white solid 0px;
  height: 19px;
  margin: 0px 15px;
  padding-left: 5px;
  padding-top: 2px;
  width: 106px;
}

.textbox1, .textbox2{
  background-image: url(++resource++baeko.theme.images/txt1_bg.jpg);
  background-repeat: no-repeat;
  border: white solid 0px;
  margin-bottom: 12px;
  margin-right: 20px;
  padding:1px 0px;
  width: 287px;
}

.textbox2 { width:332px;margin-top:7px; }

.error {
	color : #aa0000;
}

.error input {
	border: #aa0000 solid 1px;
}

/* ########################  DOWNLOADS */

.download-home { margin-top:10px }

.download-section, .download-option {
	cursor : pointer;
}

#download_link {
	display : none;
}

.downloads #column2 {
  background-color: white;
  border: white solid 1px;
  float: left;
  margin-top: 0px;
  margin-right: 10px;
  padding: 15px 0px 15px 15px;
  color: #666666;
  width: 500px;
}

.downloads #slotA{
    float: left;
    width: 206px;
}
.downloads #slotB{
  float: right;
  padding: 0px 0px 0px 15px;
  width: 267px;
  margin-top: 16px;
}

#download_preview_image {
    margin-bottom : 15px;
}

#download_link {
	text-align : right;
	margin-bottom : 15px;
}

#download_font_error {
	display : none;
}

#font_download_link {
    display : none;
}

/* ########################  MISC */

.visualClear{ font-size:0px;height:1px;line-height:0px;margin:0px;padding:0px}

.para {
  margin: 8px 0px;
}

.clear{
  border: none;
  clear: both;
}

.section-image{
	padding-top:10px;
}

.searchform {
	display:inline;
}

#lbCaption {
	display:none;
}



