.odd {
  background-color:#EFEFF0;
}

.contentmodule {
  margin-bottom:15px;
}

#right-sidebar {
	padding-left:10px;
}
#right-sidebar dd {
  font-size:1.1em;
}

#right-sidebar .listings dt,
#right-sidebar .contentmodule h4 {
	background-color:#EFEFF0;
	color:#666666;
	padding:0.4em 0 0.4em 9px;
	font-weight:bold;
	font-size:1.2em;
}
#right-sidebar .contentmodule h4 {
  margin-bottom:5px;
}
  #right-sidebar dd .contentmodule h4 {
    margin-bottom:0;
  }
#right-sidebar .listings dd {
	padding:9px;
}
#right-sidebar dd.calendar {
  margin-left:-9px;
  margin-right:-9px;
}
#right-sidebar div.calendar {
	border:1px solid #ddd;
}
#right-sidebar div.calendar a {
	text-decoration:underline;
}
#right-sidebar div.calendar b {
  display:block;
  background-color:#EFEFF0;
  text-align:center;
  padding:3px 3px 6px 3px;
}
#right-sidebar div.calendar td {
  padding:2px;
}
#right-sidebar .listings dd ul.archives ul {
  list-style-type:square;
  list-style-image:url(/unisys/inc/img/ui/red-square.gif);
  list-style-position:outside;
  padding-left:2em;
}
#right-sidebar #searchForm {
  margin-bottom:9px;
}
#right-sidebar #searchForm .button {
  font-size:.9em;
}
#right-sidebar .listings dd ul.archives li,
#right-sidebar ul.recentblogentries li,
#right-sidebar ul.admintools li,
#right-sidebar ul.recentresponses li {
	margin-bottom:10px;
	line-height:1.3em;
}
#right-sidebar ul.recentblogentries li.rss, 
#right-sidebar ul.recentresponses li.rss {
  float:right;
  display:inline;
  margin-bottom:0;
}
#right-sidebar ul.admintools li {
  margin-bottom:10px;
}

.formrow {
  padding-bottom:2px;
  padding-top:2px;
}
.formrow label {
  float:left;
  display:inline;
  width:249px;
  text-align:right;
  font-weight:normal;
  margin-top:.5em;
}
  #right-sidebar .formrow label {
    width:50px;
    margin-left:9px;
  }
  .reverse label {
    float:left;
    display:inline;
    padding-top:2px;
    padding-bottom:2px;
    width:425px;
    text-align: left;
  }
  #right-sidebar .reverse label {
    width:80px;
    margin-left:3px;
  }
  .reverse input.checkbox {
    margin-left:71px;
    float:left;
    display:inline;
  }
  .reverse input.submitbutton {
    display:block;
    clear:both;
    margin-left:70px;
   }
.formrow input.text {
  float:left;
  display:inline;
  margin-left:12px;
  margin-right:7px;
  font-size:0.9em;
  padding:2px 4px;
}
  #right-sidebar .formrow input.text {
    width:60px;
  }
  
#right-sidebar .listings dd.tagcloud {
  padding-bottom:15px;
}
.tagcloud ul {
  text-align: justify;
}
#right-sidebar .tagcloud ul {
  font-size:.9em;
}
.tagcloud li,
.main-content-column .tagcloud ul li {
  display: inline;
  margin: 0px;
  padding: 0px;
  white-space: nowrap;
}
.tagcloud li a {
  color:#999;
}
.tagcloud li a:hover {
  color:#F37736;
}
  
.tagCloud1 {
  font-size: 1em;
}
.tagCloud2 {
  font-size: 1.1em;
  font-weight: bold;
}
.tagCloud3 {
  font-size: 1.2em;
  font-weight: bold;
}
.tagCloud4 {
  font-size: 1.3em;
  font-weight: bold;
}
.tagCloud5 {
  font-size: 1.4em;
  font-weight: bold;
}
.tagCloud6 {
  font-size: 1.5em;
  font-weight: bold;
}
.tagCloud7 {
  font-size: 1.6em;
  font-weight: bold;
}
.tagCloud8 {
  font-size: 1.7em;
  font-weight: bold;
}
.tagCloud9 {
  font-size: 1.8em;
  font-weight: bold;
}
.tagCloud10 {
  font-size: 1.9em;
  font-weight: bold;
}

.unpublished {
  background: white url('/unisys/inc/img/blog/draft.gif') no-repeat top right;
}
.pending {
  background: transparent url('/unisys/inc/img/blog/pending.gif') no-repeat top right;
  border: solid orange 1px;
}
.rejected {
  background: transparent url('/unisys/inc/img/blog/rejected.gif') no-repeat top right;
  border: solid red 1px;
}
