/* Show Hide Toggle */
/* Used on the offering index pages for a control that turns descriptons on and off */
ul.show-hide-toggle {
    list-style-image:none;
    list-style-type:none;
    padding-left:0;
    overflow:hidden;
}
ul.show-hide-toggle li {
    border-left:1px solid #CCC;
    cursor:pointer;
    display:inline;
    float:left;
    margin:-1px;
}
ul.show-hide-toggle li a {
    color:#666;
    cursor:pointer;
    padding:0 10px;
}
ul.show-hide-toggle li.show a {
	padding-left:0;
}

/* Filter Bar */
/* Used in sap/partners and extraordinary minds list */
form.filter-bar {
    border-bottom:1px solid #CCC;
    border-top:1px solid #CCC;
    padding: 5px 0;
}

/* Index Pagination */
/* Used in event calendar, my-unisys, search, and offerings index pages */
.index-pagination {
    clear:both;
    overflow:hidden;
    padding:1em 0;
	margin-top:35px;
	border-top:1px solid #efeff0;
	border-bottom:1px solid #efeff0;
}
.index-pagination ul {
    list-style-type:none;
    list-style-image:none;
    text-align:center;
}
.index-pagination ul li {
    border:1px solid #CCC;
    display:inline;
    padding:0.35em 0.5em;
	margin:0 2px;
}
#previous-page {
    float:left;
}
#next-page {
    float:right;
}

/* Offering Previews */
/* used in offerings and R&I */
.offering-preview {
    border-top: 1px solid #EFEFF0;
    clear:both;
    margin: 10px 0;
    overflow: hidden;
    padding-top: 10px;
}
.offering-preview img {
    float: left;
    margin-right: 15px;
	padding:0;
}
.offering-preview .offering-preview-text {
    float: left;
    width: 325px;
}
/* These are wider on the offering landing page */
/* They also have a border for the ul that floats to the right */
.landing-tab .offering-preview .offering-preview-text {
    border-right:1px solid #7F3F7A;
    padding-right:10px;
    width: 434px;
}
.offering-preview div.offering-preview-text h4 a {
    font-weight: bold;
    line-height: 1.3em;
    text-decoration: none;
}
.offering-preview ul {
    border-left:1px solid #7F3F7A;
    list-style-type:none;
    list-style-image:none;
    margin-left:-1px;
    padding: 0 0 0 10px;
    width:115px;
    float: left;
}
.offering-preview ul li a {
    font-weight: bold;
    line-height: 1.4em;
    text-decoration: none;
}

/* Offering Index Page */
.offering-index-page .main-content-column .index-listings h4 {
	line-height:1.4em;
}
.offering-index-page .main-content-column p.index-description {
	margin:0;
	padding:0;
	line-height:1.4em;
}
.offering-index-page .offering-preview-text {
    border:none;
	float:none;
	width:auto;
	margin-bottom:1.5em;
}
.offering-index-page .offering-preview {
    border-top: none;
    padding-top: 30px;
}
.by-type .offering-preview {
    border-top:solid 1px #efeff0;
	padding:16px 0 0 0;
	margin:0;
}

/* List of Alliance Partners */
.partners {
    border-top:1px solid #CCC;
}
ul.list-of-partners {
    background: url(/unisys/inc/img/ui/strategic-alliance-list-background.gif) repeat-y 0 0;
    list-style-type:none;
    list-style-image:none;
    padding-left:0;
    margin:10px 0 0 0;
    overflow:hidden;
    width:570px
}
ul.list-of-partners li {
    border-left:1px solid #CCC;
    float:left;
    padding-left:15px;
    width:265px;
}
ul.list-of-partners li a {
    font-weight:normal;
    line-height:1.8em;
}

/* Strategic Alliance Detail */
img.header-logo-image {
    position:absolute;
    top:15px;
    right:10px;
}

/* Tabbed Content */
.tabbed-content-wrapper {
    background: url(/unisys/inc/img/ui/offering-tabbed-content-bottom.jpg) no-repeat left bottom;
    clear: both;
    height: 100%;
    overflow: hidden;
    padding-bottom: 9px;
}
.inner-tabbed-content {
    border-left: 1px solid #C7A8D1;
    border-right: 1px solid #C7A8D1;
    overflow: hidden;
    padding:2px 10px;
}
ul.tab-bar,
ul.faux-tab-bar {
    list-style-image:none;
    list-style-type:none;
    padding-left:0;
    background: transparent url(/unisys/inc/img/ui/offering-tabbed-content-top.jpg) no-repeat left bottom;
    clear: both;
    height: 33px;
    overflow: hidden;
    padding: 7px 0 0 20px;
    text-align: center;
}
ul.tab-bar li,
ul.faux-tab-bar li {
    background: url(/unisys/inc/img/ui/tab-inactive-left.jpg) no-repeat top left;
    float: left;
    margin: 0 8px;
}
ul.tab-bar li.ui-tabs-selected,
ul.faux-tab-bar li.ui-tabs-selected {
    background: url(/unisys/inc/img/ui/tab-active-left.jpg) no-repeat top left;
}
ul.tab-bar li a,
ul.faux-tab-bar li a {
    background: url(/unisys/inc/img/ui/tab-inactive-right.jpg) no-repeat top right;
    color: #D31145;
    display: block;
    font-weight: bold;
    height: 100%;
    line-height: 2.2em;
    padding: 0 0.5em;
    text-decoration: none;
    width: 100%;
}
ul.tab-bar li.ui-tabs-selected a,
ul.faux-tab-bar li.ui-tabs-selected a {
    background: url(/unisys/inc/img/ui/tab-active-right.jpg) no-repeat top right;
}

.main-content-column .toggle-bar li a {
    font-weight:normal;
}
ul.toggle-bar li.ui-tabs-selected a {
    color:#D31145;
    font-weight:bold;
}
p.toggle-bar-label {
    display:inline;
    margin-right:1em;
}

/* Sort Filter */
ul.sort-filter {
    list-style-image:none !important;
    list-style-type:none !important;
    padding-left:0 !important;
    overflow:hidden !important;
    padding:0.5em 0 !important;
}
ul.sort-filter li {
    float:left;
    display:inline;
    border-left: 1px solid #666 !important;
    margin-left: -1px !important;
    padding: 0 .5em !important;
}
.main-content-column .sort-filter li a {
    font-weight:normal;
}
ul.sort-filter li.ui-tabs-selected a {
    color:#D31145;
    font-weight:bold;
}
p.sort-filter-label {
    display:inline;
    margin-right:1em;
}

/* Tertiary Listing and Offering Select*/
div.tertiary-listing {
    border-top: 1px solid #CCC;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
}
div.tertiary-listing .view-offerings-toggle {
    background: url(/unisys/inc/img/ui/minus-block.png) no-repeat 0 50%;
    padding: 0 0 0 2em;
    cursor: pointer;
	font-weight:normal;
}
div.tertiary-listing .view-offerings-toggle:hover {
    color: #D31145;
}
div.tertiary-listing h5.collapsed-list {
    background: url(/unisys/inc/img/ui/plus-block.png) no-repeat 0 50%;
}
div.tertiary-listing ul {
    line-height: 1.4em;
    list-style-type:none;
    list-style-image:none;
    padding-left:0;
    text-indent: 2em;
}
div.tertiary-listing ul li a {
    font-weight:normal;
}
form.offering-select .tertiary-listing {
    border:0;
    margin:0;
    padding:0;
}
form.offering-select {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 10px 0;*/
}

/* Credentialing */
#credentialing h4 {
    clear:both;
    line-height:1.8em;
}
form.filter-by {
    border-top:1px solid #CCC;
    border-bottom:1px solid #CCC;
    display:block;
    overflow:hidden;
    padding:10px 0;
}
form.filter-by div.filter {
    float:left;
}
form.filter-by div.results-per-page {
    float:right;
}

/* Paper Listings */
ul.case-studies, ul.research-papers, ul.white-papers {
    list-style-type:none;
    list-style-image:none;
    padding-left:0;
}
.case-study-listing, .research-paper-listing, .white-paper-listing {
    border-bottom:1px solid #CCC;
    clear:both;
    padding:0.5em 0;
    overflow:hidden;
}
.case-study-listing img {
    float:left;
    margin-right:1em;
}
.case-study-listing h5 {
    padding: 1em 0;
}
.research-paper-listing a,
.white-paper-listing a {
    float:left;
    line-height:2.5em;
}
.white-paper-listing a.pdf-download,
.white-paper-listing a.pdf-download img,
.research-paper-listing a.pdf-download,
.research-paper-listing a.pdf-download img {
    float:left;
    line-height:2.5em;
}

/* PDF Download */
a.pdf-download {
    float:right;
    font-size:1.1em;
}
a.pdf-download img {
    padding-right:1em;
    vertical-align:middle;
}

/* Research Landing Page Assets */
h4 a.view-all {
    border-top:1px solid #CCC;
    border-bottom:1px solid #CCC;
    display:block;
    margin:1em 0;
    width:100%;
}
.featured-topic {
    padding-top:25px;
    margin-top:15px;
    border-top:1px solid #efeff0;
}
.research-landing-asset {
    float:left;
    display:inline;
    margin: 0 18px 0 0;
    width:355px;
}
ul.asset-list .research-landing-asset {
	margin:0 8px 10px 0;
	width:242px;
}
.featured-topic .row {
	margin-bottom:40px;
}
.highlighted-publications .research-landing-asset {
	background:#F4F4F4;
	padding:5px;
	width:345px;
}
.research-landing-asset .research-subcategories
{
	clear:left;
}
.research-landing-asset img
{
	float:left;
	display:inline;
	padding:0 10px 0 0;
}
.main-content-column .research-landing-asset h3
{
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:0;
}
.research-landing-asset .research-subcategories .column
{
	width:50px;
	float:left;
	display:inline;
	margin-right:34px;
}
.research-landing-asset .research-subcategories
{
	padding-top:10px;
}
.main-content-column .research-landing-asset .research-subcategories h3
{
	margin-bottom:10px
}
.research-landing-asset p
{
	line-height:1.6em;
	margin-top:0;
}
.research-landing-asset .research-subcategories .column a
{
	line-height:1.3em;
}
.resource-list a.pdf-download,
.research-landing-asset a.pdf-download {
    border-top:1px solid #CCC;
    float:right;
    font-size:0.9em;
    line-height:2.2em;
    padding:1em 0 0 0;
    width:100%;
}
.resource-list a.pdf-download img,
.research-landing-asset a.pdf-download img {
    padding-right:1em;
    vertical-align:middle;
}
.multimedia-description img {
	float:left;
	padding:0;
	margin:0 10px 10px 0;
}

/* Footer */
hr#footer-divider {
    clear: both;
    color: #888;
    margin: 20px 0 10px;
}

/* Forms */
form {
    margin:0;
    padding:0;
}
fieldset {
    border:0;
    margin:0;
    padding:0;
}
fieldset .focus {
    background-color:#EFEFF0;
}
.formrow {
    padding-bottom:5px;
    padding-top:5px;
}
.formrow label {
    float:left;
    display:inline;
    width:170px;
    text-align:right;
    font-weight:normal;
}
body.contact .formrow label {
	width:150px;
}
#expertcontactform .formrow label {
    width:185px;
}
#expertcontactform .formrow label.error {
    width:250px;
}
.formrow ul.horizontal li {
    float:left;
    display:inline;
}
.formrow ul label,
#expertcontactform .formrow ul label {
    text-align:left;
    width:auto;
}
#expertcontactform .formrow ul input#phonecontact {
    margin-left:25px;
}
.formrow label.reverse {
    float:left;
    display:inline;
    padding-top:2px;
    padding-bottom:2px;
    width:425px;
    text-align: left;
}
.formrow input.text {
    float:left;
    display:inline;
    margin-left:12px;
    margin-right:7px;
    font-size:1em;
    padding:2px 4px;
    width:219px;
}
body.contact .formrow input.text {
	width:266px;
}
#expertcontactform .formrow input.text {
    width:143px;
}
#expertcontactform .formrow input.areacode {
    width:24px;
}
#expertcontactform .formrow input.phoneprefix {
    width:24px;
    margin-left:9px;
}
#expertcontactform .formrow input.phonesuffix {
    width:40px;
    margin-left:9px;
}
.formrow textarea {
    float:left;
    display:inline;
    margin-left:12px;
    margin-right:7px;
    font-family: Verdana,Helvetica,sans-serif;
    font-size:1em;
    padding:2px 4px;
    width:266px;
}
.formrow select {
    float:left;
    display:inline;
    margin-left:12px;
    margin-right:7px;
    font-size:1em;
    width:164px;
}
.formrow input.checkbox {
    float:left;
    display:inline;
    margin-left:12px;
    margin-right:7px;
}
.formrow ul.radio {
    float:left;
    display:inline;
    margin-left:6px;
}
.formrow ul.radio li {
    margin-bottom:10px;
}
.formrow ul.radio input {
    float:left;
    display:inline;
    margin-right:7px;
}
fieldset input.submitform {
    margin:15px 15px 0 182px;
}
body.contact fieldset input.submitform {
	margin:15px 15px 0 162px;
}
#expertcontactform fieldset input.submitform {
    margin:15px 15px 0 197px;
}
fieldset a.cancel {
    font-size:1.2em;
}
form p.required {
    color:#d31145;
}
form span.requried {
	color:#d31145;
}
form p.message {
    clear:left;
    margin-left:162px;
    margin-bottom:10px;
}
#expertcontactform p.message {
    margin-left:197px;
}
.main-content-column form p.success {
    color:#f37736;
    margin-bottom:0;
    padding:9px 0 0 0;
    line-height:1em;
    display:none;
}
fieldset input.right {
    float:left;
    display:inline;
    margin-left:12px;
}
fieldset p.error {
    float:left;
    display:inline;
    width:272px;
    color:#d31145;
    margin:0;
    padding:0;
    display:none;
}
fieldset label.error {
    float:left;
    display:inline;
    width:150px;
    color:#d31145;
    margin:5px 0 0 0;
    padding:0;
    text-align:left;
}
body.contact fieldsete label.error {
	width:272px;
}


/* Search tools (adapted from My Unisys, used on Offerings Index pages */
.searchtools {
	clear:both;
	padding:10px 0;
	border-top:solid 1px #efeff0;
	border-bottom:solid 1px #efeff0;
	margin-top:10px;
	margin-bottom:5px;
}
.searchtools fieldset.filter-by {
	border-top:solid 1px #efeff0;
	padding-top:10px;
}
.by-type .searchtools {
	border:none;
	padding:0
}
.by-alliance .searchtools {
	padding:10px 0;
	border-top:solid 1px #efeff0;
	border-bottom:solid 1px #efeff0;
	margin-bottom:10px
}
#eventnav .searchtools {
    clear:both;
    padding:15px 0;
    border-top:solid 1px #999999;
    font-size:1.2em;
}
.by-type .searchtools fieldset {
	border-top:solid 1px #efeff0;
	padding:15px 0 10px 0;
}
.searchtools label {
	font-weight:normal;
}
.searchtools .date-view,
.searchtools .filter-primary,
.searchtools .show-hide {
	float:left;
	display:inline;
}
.by-alliance .show-hide {
	margin-bottom:10px;
}
.searchtools .results-per-page,
.searchtools .filter-secondary {
	float:right;
	display:inline;
}
.searchtools .show-hide {
	width:60%;
}

/* Filter Tools, used for filter by form on R & I search tabs */
.filtertools {
	clear:both;
	margin-top:2px;
}
.filtertools fieldset.filter-by {
	border-top:solid 1px #efeff0;
	padding-top:10px;
}
.filtertools div.filter-wrapper {
	float:left;
	margin-bottom:5px;
	width:375px;
}
.filtertools label {
	font-weight:normal;
}
.filtertools select.select-filter {
	width:320px;
}
.filtertools div.results-per-page {
	float:right;
}

/* Filter tools on the EIU page are just results per page */
/* and will be displayed next to the header */
body.eiu .inner-tabbed-content {
	position:relative;
}
body.eiu .index-options {
	position:absolute;
	top:0;
	right:10px;
}
body.eiu .filtertools fieldset.filter-by {
	border:none;
	padding-top:0;
}

/* Strategic Alliance & Partners */
.strategic-alliance-detail {
    padding:0 0 0 150px;
}
.strategic-alliance-detail img {
    float:left;
    margin:0 0 0 -150px;
}
ol.letters {
    border-bottom:1px solid #ccc;
    list-style-image:none;
    list-style-type:none;
    padding:5px 15px;
}
ol.letters li {
    display:inline;
	margin-right:7px;
}
ol.alphabetical-grouping {
    margin:10px;
    list-style-type:none;
    padding:0em;
}
ol.alphabetical-grouping li {
    margin:5px;
}
ol.alphabetical-grouping ol li {
    margin:0;
    line-height:1.4em;
}
ol.alphabetical-grouping li a {
    line-height:1.4em;
}
ol.alphabetical-grouping li h4 {
    font-size:1.3em;
    line-height:1.6em;
}
div.alliance {
  padding:10px 0 10px 140px;
  border-top:1px solid #CCC;
}
div.alliance img {
	float:left;
	display:inline;
	margin-left:-140px;
}
div.alliance a {
	font-weight:bold;
}

/* Events */
.event-details {
    border-bottom:1px solid #CCC;
    border-top:1px solid #CCC;
    overflow:hidden;
    padding:5px 0;
    width:100%;
}
.event-details ul.event-info {
    float:left;
    list-style-image:none;
    list-style-type:none;
    padding-left:0;
}
.event-details form.event-register-now {
    background:#EFEFF1;
    float:right;
}
.event-details form.event-register-now ul {
    list-style-image:none;
    list-style-type:none;
    padding:5px 10px;
}
.event-details form.event-register-now ul li {
    margin:3px 0;
}
.event-details form.event-register-now ul li a {
    background:transparent url(/unisys/inc/img/ui/outlook-icon.png) no-repeat 0 0;
    padding-left:22px;
}
form.event-registration input#event-register {
    display:block;
    margin:0 auto;
}
form.event-registration ul {
    list-style-image:none;
    list-style-type:none;
    margin:0 auto;
    padding-left:0;
    width:370px;
}
form.event-registration ul li {
    margin:5px 0;
    overflow:hidden;
    padding-left:0;
}
form.event-registration li label {
    display:block;
    float:left;
    overflow:visible;
    padding-right:1em;
    text-align:right;
    width:150px;
}
form.event-registration li input,
form.event-registration li select {
    display:block;
    float:left;
    text-align:left;
    width:200px;
}

/* Unisys Around the World */
#global-locator div.searchtools select {
  margin-right:15px;
}
div#global-locator {
    position:relative;
    top:0;
    left:0;
}
ul.country-list,
ul.country-list ul,
ul.country-list ul ul,
ul.country-list ul ul ul,
ul.contact-details {
    list-style-image:none;
    list-style-type:none;
    padding:0;
    margin:0;
}
ul.country-list ul ul ul,
ul.contact-details li {
  padding-left:2em;
}
ul.contact-details li.head {
  padding-left:0;
}
form.city-select {
    position:absolute;
    top:11px;
    right:0;
}
li.office,
ul.contact-details {
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:1px solid #EFEFF0;
}

/* My Events */
/* Used in My Unisys and About on events pages */
.my-events .main-content-column h3 {
    margin-left:0;
    background:none;
    font-size:1.8em;
    padding-left:0;
    margin-bottom:0;
}
.my-events .main-content-column h4 {
    margin-left:0;
}
.my-events .asset-list p {
    margin-bottom:0;
}

/* Products */
.productsClear {
	clear:both
}
.secondaryTertiaryProducts h4 {
    color:#7F3F7A;
}
.productsCallOut {
	float: left;
	width: 297px;
	min-height: 100px;
	color: #666;
	font-size: 1.2em;
	padding: 10px;
	line-height:1.3em
}
.productsCallOut ul {
	margin-left:16px;
}
.productsCallOut ul li {
    line-height:1.8em;
}
.productsCallOut h2 {
    color:#D31145;
    font-weight:bold;
    margin-bottom:0.5em;
}
.productsCallOut h3 {
    font-weight:bold;
    margin-bottom:0.25em;
}
.productsCallOut p {
    margin-bottom:1em;
}
.productsCallOutBorder {
	border-right: solid 1px #CCC;
}
.quotes {
	 float: left;
	 margin-top: -1px;
	 height: 80px;
}
.learnMore {
    background: url(/unisys/inc/img/products/orange_arrow.jpg) no-repeat 0 2px;
    padding-left: 18px;
}
.contentInternalTwo {
    float: left;
    width: 367px;
    height: 80px;
    padding-left: 5px;
}
.productcolumnwrapper {
	overflow:hidden;
}
.contentInternalThree {
    float: left;
    width: 225px;
    min-height: 180px;
    padding: 0 10px;
    border-left:1px solid #ccc;
    margin:0 0 15px -1px;
}
.contentHeadings {
    color: #D31145;
    font-size: 13px;
    font-weight: bold;
    line-height: 17px;
}
.contentProductPlacement {
    padding: 5px 0 0 0;
}
.contentProductPlacement img, .contentThumbnails {
    float:left;
    padding-right:5px;
}
.contentProductPlacement p {
    margin-top:0px;
    line-height:14px;
    padding: 0;
}
.contentProductPlacementThumbnail {
    width: 50px;
}
.tertiaryContentTop {
    float: left;
    display: inline;
    padding: 5px 0 0 5px;
    width: 258px;
}
.tertiaryContentTop ul {
    list-style-image: url(/unisys/inc/img/products/purpleArrow.jpg);
    margin:0 0 0 20px;
    list-style-position:outside;
}
div.productsSupport {
	margin-left:20px
}
div.productsSupport a {
	color: #7F3F7A;
	display: block;
	padding: -5px 0;
}
.productsCallOutQuoteText {
	line-height: 18px;
}
.productsCallOutSignature {
	text-align:right
}
.callOutHeader {
	color: #D31145;
	font-weight: bold;
}
.callOutBorder {
	border-right: solid 1px #CCC;
}
.secondaryTertiaryProducts {
    float: left;
    padding-top: 5px;
    width: 480px;
}
.secondaryTertiaryProductsLink {
    text-decoration: underline;
    padding: 0;
}
.spotlightImage {
	float:left;
	padding: 0 10px 0 0;
}
.spotlightText {
	float:left;
	width: 220px;
}
.whats-hot img,
.unisys-spotlight img {
  float:left;
  display:inline;
  margin-right:5px;
  margin-bottom:5px;
}

/* Insights & Trends */
ul.insights-group {
    list-style-image:none;
    list-style-type:none;
    padding-left:0;
}
a.insights-reveal {
    background: url(/unisys/inc/img/ui/plus-block.png) no-repeat 0 50%;
    padding: 0 0 0 2em;
    cursor: pointer;
	color:#333;
	font-weight:bold;
}
a.insights-reveal:hover {
	color:#D31145;
}
a.insights-revealed {
    background: url(/unisys/inc/img/ui/minus-block.png) no-repeat 0 50%;
}

/* Asset List in Tabbed Content */
ul.asset-list {
    list-style-image:none;
    list-style-type:none;
    padding-left:0;
}
div.inner-tabbed-content ul.asset-list li {
    float:left;
    margin: 0 8px 1em 0;
    width:266px;
}
div.inner-tabbed-content ul.asset-list li img {
    float:left;
    padding:0 10px 0 0;
}
div.inner-tabbed-content ul.asset-list li p,
div.inner-tabbed-content ul.asset-list li h5,
div.inner-tabbed-content ul.asset-list li a.more-info {
    margin:0 0 0 60px;
}

/* Extraordinary Minds */
.em-bio-detail .main-content-column h2 {
	margin-bottom:.2em;
}
.em-bio-detail .main-content-column h3,
.no-tabs-detail .main-content-column h3 {
	padding-bottom:3px;
	border-bottom:1px solid #666;
	margin-bottom:15px;
}
.em-bio-detail .main-content-column h4 {
	font-size:1.3em;
	font-weight:normal;
}
div.extraordinary-mind-bio p a,
div.extraordinary-mind-bio ul li a {
    float:none;
}
div.extraordinary-mind {
    padding:1em 0 0 0;
}
div.extraordinary-mind h5,
.extraordinary-mind p {
    margin:0 0 0 145px;
}
div.extraordinary-mind h5 {
    font-size:1.17em;
    line-height:2.2em;
}
ul.resource-list {
    list-style-type:none;
    list-style-image:none;
    padding-left:0;
    overflow:hidden;
}
ul.resource-list li.resource {
    border-top:1px solid #efeff0;
    clear:both;
    margin-top:-1px;
    overflow:hidden;
    padding-top:1em;
}
.no-tabs-detail ul.resource-list li.resource {
	border-top:none;
	margin-top:0;
}
ul.resource-list li.resource {
    padding:0.5em 0;
}
ul.resource-list li.resource a img {
    padding-right:1em;
    vertical-align:middle;
}
.emlist-page .main-content-column .index-listings h4 {
	line-height:1.4em;
}
.emlist-page .main-content-column p.index-description {
	margin:0;
	padding:0;
	line-height:1.4em;
}
.emlist-page .offering-preview {
    border-top:solid 1px #efeff0;
	padding:16px 0;
	margin:0;
}
.resource-list .personnel ul.links {
    list-style-type:none;
    list-style-image:none;
    padding-left:0;
}
.resource-list .personnel img {
    float:left;
	margin-right:1em;
	padding:0;
}

/* Research Page */
.research-page .section {
  border-bottom:solid 1px #efeff0;
  padding:16px 0;
  margin:0;
}

/* Case Studies */
.resource-list a.download {
    line-height:2.2em;
    padding:1em 0 0 0;
    font-weight:bold !important;
}
.resource-list a.download img {
    padding-right:1em;
    vertical-align:middle;
}
a.back-track-bottom {
	display:block;
	width:100%;
	border-top:1px solid #666;
	margin-top:10px;
	padding-top:3px;
	font-size:.9em;
	text-align:right;
}

/* Multimedia */
.multimedia-box-wrap {
	border-top: solid 1px #666;
	margin-top: 25px;
}
.multimedia-box {
	border-bottom: solid 1px #666666;
}
.multimedia-box img {
	float: left;
	margin-top: 7px;
}
.multimedia-box h4 {
	margin-top: 7px;
}
.multimedia-box h4,
.multimedia-box p {
	margin-left: 45px;
}
.results-per-page {
	float:right;
	display:inline;
}

/* Core Competencies */
div.competency {
    overflow:hidden;
    width:100%;
}
.main-content-column ul.core-competencies {
    border-bottom:1px solid #666;
    border-top:1px solid #666;
    list-style-image:none;
    list-style-type:none;
    margin-bottom:10px;
    overflow:hidden;
    padding:5px 0;
    width:100%;
}
ul.core-competencies li {
    border-left:1px solid #666;
    display:inline;
    padding:0 1em;
    margin-left:-1px;
}
ul.core-competencies li a {
    font-weight:normal;
}
ul.core-competencies li.ui-tabs-selected a {
    font-weight:bold;
}
ul.competencies-assets {
    list-style-image:none;
    list-style-type:none;
    padding-left:0;
}
ul.competencies-assets li {
    float:left;
    overflow:hidden;
    padding:10px;
    margin:0 0 0 10px;
    width:356px;
}
ul.competencies-assets li:first-child {
    margin-left:0;
}
ul.competencies-assets li.case-study img {
    float:left;
}
ul.competencies-assets li.case-study p,
ul.competencies-assets li.case-study h4 {
    margin-left:145px;
}
ul.competencies-assets a.pdf-download {
    background: url(/unisys/inc/img/ui/pdf-icon.png) no-repeat 0 50%;
    border-top:1px solid #CCC;
    border-bottom:1px solid #CCC;
    padding:5px 0 5px 30px;
    width:331px;
}
a.next-tab {
    background:url(/unisys/inc/img/ui/orange-next-arrow.png) no-repeat 100% 50%;
    float:right;
    padding-right:18px;
}
a.previous-tab {
    background:url(/unisys/inc/img/ui/orange-previous-arrow.png) no-repeat 0 50%;
    float:left;
    padding-left:17px;
}

/* Social Responsibility */
.main-content-column div.vert-tab-box {
    background:url(/unisys/inc/img/ui/vert-tab-box-middle.png) repeat-y;
    width:100%;
    overflow:hidden;
}
.main-content-column div.vert-tab-box div {
    float:left;
    width:333px;
    padding:0 10px;
}
.main-content-column div.vert-tab-box ul.vertical-tabs {
    float:left;
    width:205px;
    margin-left:1px;
    list-style-image:none;
    list-style-type:none;
    padding:0;
}
.main-content-column div.vert-tab-box ul.vertical-tabs li {
    padding-left:1em;
}
.main-content-column div.vert-tab-box ul.vertical-tabs li a {
    line-height:1.2em;
}
.main-content-column div.vert-tab-box ul.vertical-tabs li.ui-tabs-selected {
    background: #FFF url(/unisys/inc/img/ui/double-arrow.png) no-repeat 98% 50%;
}
.main-content-column div.box-top {
    background:url(/unisys/inc/img/ui/vert-tab-box-top.png) no-repeat;
    width:100%;
    height:10px;
}
.main-content-column div.box-bottom {
    background:url(/unisys/inc/img/ui/vert-tab-box-bottom.png) no-repeat;
    width:100%;
    height:10px;
    margin:0;
}
.main-content-column div.vert-tab-box table {
    border:1px solid #7F3F7A;
    margin-bottom:1em;
    border-collapse:collapse;
}
.main-content-column div.vert-tab-box table td {
    border:1px solid #7F3F7A;
    padding:3px;
}
.main-content-column div.vert-tab-box table td.currency {
    text-align:right;
}
.main-content-column div.vert-tab-box table th {
    background:#7F3F7A;
    color:#FFF;
    font-weight:bold;
    text-align:center;
}

/* Investor Relations */
div#ir-sub-footer {
}
ul.ir-nav,
ul.ir-footer {
	overflow:hidden;
	list-style-image:none;
	list-style-type:none;
	margin:0 0 0 -10px;
	padding-left:0;
}
ul.ir-nav li,
ul.ir-footer li {
	border-left:1px solid #666;
	display:inline;
	margin:0 0 0 -1px;
	padding:0 10px;
}
ul.ir-footer li a {
	font-size:.9em;
	font-weight:normal;
}
div#ir-sub-footer div.disclaimer {
	font-size:0.9em;
	line-height:1.3em;
}
div#ir-sub-footer div.disclaimer p {
	margin:0;
	padding:0;
}
table.irtable {
	font-size:8pt;
	line-height:9pt;
}
table.irtable td {
	padding:1px;
}
table.noborder {
	border:none;
}
table.noborder td {
	border:none;
	padding:2px;
}



/* Unisys Locator */
div.unisys-locator {
    background: url(/unisys/inc/img/ui/unisys-locator-bg.png) no-repeat 0 0;
    height:277px;
    margin:0 auto;
    width: 560px;
}
div.unisys-locator ul {
    list-style-type:none;
    list-style-image:none;
    padding:0;
}
div.unisys-locator ul.list-of-countries {
    overflow:auto;
    padding:10px 0 0 10px;
    float:left;
    width:176px;
}
div.unisys-locator ul.countries {
    float:left;
    height:277px;
    width:373px;
}
div.unisys-locator ul.countries div.country-details {
    height:43px;
    padding-left:15px;
}
div.unisys-locator ul.countries ul.cities {
    height:234px;
}
div.unisys-locator ul.countries ul.cities li {
    border-top:1px solid #efeff0;
}
div.unisys-locator ul.countries ul.cities li a {
    font-weight:bold;
    padding-left:15px;
}
div.unisys-locator ul.countries ul.cities li ul li {
    border-top:none;
    padding-left:15px;
}

/* Poll Results */
body.poll-results #column-wrapper {
    border-left:10px solid #EFEFF0;
    border-right:10px solid #EFEFF0;
}
body.poll-results .main-content-column {
    padding:10px;
}
body.poll-results .main-content-column h4 {
    color:#D31145;
    font-size:2em;
    font-weight:normal;
    line-height:1.2em;
    margin:0.4em 0;
}
body.poll-results #bottom-curve {
    background: url(/unisys/inc/img/ui/bottom-curve-contact.jpg) no-repeat 0 0;
}
body.poll-results ul.poll-choices {
    list-style-image:none;
    list-style-type:none;
    padding-left:0;
}
body.poll-results .main-content-column .poll-choice {
    background: transparent url(/unisys/inc/img/ui/black-dot.gif) no-repeat 0 50%;
    padding-left:1em;
    margin-left:3em;
}
body.poll-results .main-content-column div.poll-image-wrapper {
	width:49%;
	float:right
}

/* RSS Feeds */
body.rss-feeds #column-wrapper {
    border-left:10px solid #EFEFF0;
    border-right:10px solid #EFEFF0;
}
body.rss-feeds .main-content-column {
    padding:10px;
}
body.rss-feeds #bottom-curve {
    background: url(/unisys/inc/img/ui/bottom-curve-contact.jpg) no-repeat 0 0;
}
body.rss-feeds .main-content-column .rss-feed img {
    float:left;
    margin:3px 10px 0 0;
}

/* Site Map */
ul.list-columns,
ul.list-columns ul {
    list-style-image:none;
    list-style-type:none;
    padding-left:0;
}
ul.list-columns ul {
    padding-left:1em;
}
ul.list-columns li.list-column {
    float:left;
    display:inline;
    margin:0 10px 10px 40px;
    width:270px;
}
ul.list-columns li.list-column ul {
    margin:0 auto;
}
body.site-map hr,
ul.list-columns hr {
    clear:both;
    margin:0 0 10px;
}
form#site-map-search {
    margin-bottom:10px;
}
body.site-map #three-column-clear {
    clear:both;
}

/* Error Page */
body.errorpage .main-content-column {
	color:#fff;
}
body.errorpage .main-content-column h2 {
    color: #fff;
    line-height: 2em;
	font-weight:normal;
}
body.errorpage .main-content-column p {
    font-size: 1.2em;
    line-height: 1.8em;
    margin: 0 0 1.8em 0;
}
body.errorpage .main-content-column a {
	color:#fff;
	text-decoration:underline;
	font-weight:bold;
}
body.errorpage img.error-icon {
	float:left;
	display:inline;
}
body.errorpage .error-message {
	float:left;
	display:inline;
	margin-left:15px;
	width:510px;
}
body.errorpage form#inpage-search {
	text-align:center;
}
body.errorpage fieldset {
	width:100%;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	padding:10px 0;
	margin-bottom:10px;
}

/* Light Login Forms */
#lightlogin fieldset {
    border-top:1px solid #b2b2b2;
    padding-top:20px;
}
#lightlogin .radioformrow {
    padding-top:0;
}
#lightlogin .formrow label {
	font-size:1em;
    width:142px;
}
#lightlogin .formrow ul label {
	text-align:left;
}
#lightlogin .formrow label.reverse {
	float:left;
	display:inline;
	padding-bottom:2px;
	width:350px;
	text-align: left;
}
#lightlogin .formrow input.text {
	font-size:1.1em;
    float:left;
    display:inline;
    margin-left:12px;
    margin-right:7px;
    padding:2px 4px;
    width:133px;
}
#lightlogin .formrow p.input {
    float:left;
    display:inline;
    width:133px;
    margin:.25em 7px 0 12px;
}
#lightlogin .formrow input.checkbox,
#lightlogin .formrow input.radio {
    float:left;
    display:inline;
    margin-left:154px;
    margin-right:7px;
}
#lightlogin form fieldset p {
    margin-left:154px !important;
    margin-bottom:0 !important;
}
#lightlogin fieldset .buttons {
    padding-left:261px;
}
#lightlogin fieldset input.right {
    float:left;
    display:inline;
    margin-left:12px;
}
#lightlogin fieldset input.register {
    margin:5px 0 10px 154px;
}
#lightlogin fieldset input.forgotbutton {
    margin-right:10px;
}
#lightlogin fieldset input.login {
    margin:15px 0 5px 154px;
}
#lightlogin a.forgot {
    display:block;
    margin-left:154px;
}
#lightlogin fieldset p.error {
    width:117px;
}
#lightlogin fieldset .terms label.reverse {
    font-size:1.1em;
    width:270px;
}
#lightlogin fieldset label.error {
    width:117px;
    margin:0;
    padding:0;
}
#lightlogin fieldset label.form-success {
    min-height:14px;
    background:url("/unisys/inc/img/ui/icon_formsuccess.gif") no-repeat left top;
}
#lightlogin fieldset .terms label.form-success {
    display:none;
    background:none;
    width:5px;
}
#lightlogin .isnotmember-fields {
    display:none;
}
#lightlogin #successful {
    display:none;
}
#lightlogin p.error {
	color:#D31145;
	font-weight:bold;
}

/* My Unisys */
ul.horizontal-list {
    list-style-image:none;
    list-style-type:none;
    padding-left:0;
    margin:0.5em 0 1.5em 0;
    line-height:1.2em;
}
ul.horizontal-list li {  
    border-left:1px solid #666;
    margin-left:-1px;
    padding:0 9px;
}

/* My Unisys:My History */
#historyform ul.asset-list li p {
    margin-bottom:0;
    margin-left:9px;
}
.my-history .item-actions a.delete {
    margin-top:0;
}
.my-history p.no-longer-available {
    margin-top:0;
}
.my-history .item-info p a {
    font-weight:bold;
}
.my-history ul.asset-list {
    list-style-image:none;
    list-style-type:none;
    padding-left:0;
}
.my-history ul.asset-list li {
    padding:12px 9px;
    border-bottom:1px solid #CCC;
}
.my-history ul.asset-list li li {
    border-bottom:none;
}

/* Formatting for phone numbers in Offerings */
span.phone-number {
	white-space:nowrap;
	font-weight:bold;
}
