/*
Theme Name: enforcer
Theme URI: http://www.theenforcer.net/
Description: The Enforcer Theme
Version: 2.0
Author: The Enforcer
*/

#Logo {
  display: block;
  margin: 5px auto 6px auto;
}

body {
  font-family:'Arial','Helvetica',sans-serif;
  font-size: 75%;
}

body, td {
  color:#333333;
  margin: 0;
}

.tabsNewBar {
  width:100%;
}

.tabNavigation {
  background-image: url(images/menuline.gif);
  background-position: center bottom;
  background-repeat: repeat-x;
  font-family: 'Verdana','Geneva',sans-serif;
  font-size: 91%;
  margin-bottom: 6px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.tab td {
  background-image:url(http://emea.salesforce.com/img/tab/left.gif);
  background-positi on: left top;
  background-repeat: no-repeat;
  border-bottom: 1px solid #A4A29E;
  margin: 0pt;
  padding: 0pt 0pt 0pt 6px;
  text-align: center;
}

.tab td.currentTab {
  background-color: transparent;
  font-weight: bold;
  background-image:url(http://emea.salesforce.com/dimg/leftE5C130.gif);
  border-color:#E5C130;
}

.tab div {
  background-image: url(http://emea.salesforce.com/img/tab/right.gif);
  background-position: right top;
  background-repeat: no-repeat;
  padding: 3px 9px 5px 3px;
}

.tab .currentTab div {
  background-image:url(http://emea.salesforce.com/dimg/rightE5C130.gif);
  padding:4px 9px 4px 3px;
}

.tab .last div {
  background-image: url(http://emea.salesforce.com/img/tab/last.gif)
}

.tab a {
  color:#444444;
  text-decoration:none;
}

.currentTab a {
  color: #FFF;
}

.opportunityTab .tab .currentTab {
  background-image:url(http://emea.salesforce.com/dimg/leftE5C130.gif);
}

#RecentItems {
  list-style-image: url('http://emea.salesforce.com/img/icon/opportunities16.png');
  background-color:#E8E8E8;
  margin:0pt 7px 2px 0px;
  padding-bottom: 2px;
}

#RecentItems h2 {
  font-weight: bold;
  font-size: 100%;
  padding: 15px 8px 2px 8px;
  margin-top: 0pt;
}

#RecentItems ul {
  list-style-image: url('http://emea.salesforce.com/img/icon/opportunities16.png');
  padding-left: 16px;
  margin-left: 1.5em;
}

a {
  color:#333;
}

.Title {
  background-color: #E5C130;
  border-color: #E5C130;
  overflow: hidden;
  width: 100%;
  padding-bottom: 5px;
  padding-top: 5px;
  color: #FFFFFF;
  font-weight: bold;
}

.Title .Title2 a {
  color: #FFFFFF;
  font-size: 130%;
  text-decoration: none;
}

.TitleIcon {
  height: 32px;
  width: 32px;
  display:inline;
  float:left;
  margin: 2px 5px 0 5px;
}

.Tags {
  background-color: #EEECD1;
  padding-bottom: 2px;
  font-size: 91%;
}

.Post {
  margin-bottom: 10px;
}

.PostBlock {
  background-color: #E5C130;
  background-image: url(http://emea.salesforce.com/img/bgPageBlockLeft.gif);
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 9px;
}

.PostEntry {
  background-color: #F3F3EC;
  margin-right: 2px;
}

.PostFooter {
  background-color:#E5C130;
  background-image:url(http://emea.salesforce.com/img/bgPageBlockRight.gif);
  background-position:right bottom;
  background-repeat:repeat-x;
  display:block;
  float:right;
  height:9px;
  width:9px;
}

.entry {
  padding: 0 10px;
  padding: 6px 10px 0;
}

.entry h3 {
  color: #FFF;
  font-size: 100%;
  font-weight:bold;
  background-color: #E5C130;
  margin-bottom:2px;
  margin-top:15px;
  overflow:hidden;
  padding:2px 2px 2px 5px;
}

pre {
  border: 1px dashed black;
  display: block;
  padding: 8px;
  font-size: 110%;
  margin: 0 10px;
}

ul li {
  margin-left: 0;
}

.framed {
  border: 1px solid black;
}

.aligncenter {
  display: block;
  margin-left:  auto;
  margin-right: auto;
}

.alignright {
  display: block;
  margin-left:  auto;
  margin-right: 0;
}

code {
  font-size:125%;
  color: #666;
}

.nomargin {
  margin-bottom: 0;
}