#page {
  background: #fff; /* backend */
  width: 740px;
  padding: 20px;
  margin: 0 auto;
}
#page.frontend {  /* fronend */
  width: auto;
  margin: 0;
  padding: 12px 0 0;
}
/* page layout */
#contentWrap {
  margin-top: 14px;
  z-index: 1;
}
#content, #rightWrap {
  float: right;
  width: 555px;
}
#rightWrap #content {
  float: left;
  width: 370px
}
#rightWrap #rightBar {
  float: right;
  width: 175px;
  padding-left: 10px;
}
#leftBar {
  float: left;
  width: 175px;
  padding-right: 10px;
  zoom: 1;
}

/* layout fixes */
#cn_header {
  z-index: 1024; /* for popup menu */
}


.tl, .tr, .bl, .br {
  background: url(../images/rounds.png) no-repeat -10000px -10000px;
  font-size: 1px;
}

#page a,
#page a * {
  color: #e67600;
}
#content, #content * {
  font-size: 12px;
  line-height: normal;
}
#content h1,
#content h1 * {
  font-size: 20px;
  line-height: normal;
}
#content h1 {
  margin: 0 0 5px;
}

#content hr {
  height: 1px;
  background: #ccc;
  color: #ccc;
  border: none;
}

/* more link */
.prmore a {
  background: url(../images/icons.png) no-repeat 0 6px;
  padding-left: 10px;
}


/* news */
.newsDate {
  font-size: 13px !important;
  color: #7f7f7f;
}
.newsBody h4 {
  margin: 7px 0;
}
.newsBody h4, .newsBody h4 * {
  font-size: 13px !important;
  font-weight: bold;
}
.newsBody .newsImage {
  float: left;
}
.newsImage img{
  margin-right: 13px;  
}
.newsBody .categoryLink {
  font-size: 13px !important;
  color: #7f7f7f;
  margin-top: 5px;
}

.dottedSep {
  border-top: 1px solid #dcdcdc;
  font-size: 1px;
  height: 2px;
  margin: 13px 0 11px;
  clear: both;
}

/* kiosks */
#content .kiosk h3 {
  font-size: 13px;
  font-weight: bold;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 5px;
}
#content .kiosk .newsImage {
	margin-bottom: 12px;
}
#content .kiosk .prmore {
	padding-top: 5px;
}
#content .kioskSpotlight h3 {
	border-bottom: none;
}

/* spotlight */
.kioskSpotlight {
  border: 1px solid #e5e5e5;
  padding: 15px;
  zoom: 1;
/*	position: relative;*/
}
.kioskSpotlight .newsBody {
}
#content .kioskSpotlight .newsBody h4 a {
	font-size: 20px !important;
	font-weight: normal;
}
#content .kioskSpotlight .newsImage {
  float: right;
	#text-align: right; /* IE7 */
  _display: inline; /* IE6 */
}
.kioskSpotlight .newsImage,
.kioskSpotlight .newsImage img {
  max-width: 250px;
  _width: expression(this.clientWidth > 250 ? "250px" : void(0));
  max-height: 250px;
}
.kioskSpotlight .newsImage img {
  margin-left: 20px;
}

/* carousel */
.carouselNav {
  padding-top: 15px;
}
.carouselNav li {
  float: left;
  margin-right: 5px;
}
.carouselNav a {
  display: block;
  background: url(../images/btn_carousel.png) no-repeat 0 0;
  width: 36px;
  height: 19px;
  font-weight: bold;
  text-align: center;
  line-height: 19px !important;
  text-decoration: none !important;
}
.carouselNav a,
.carouselNav a:hover {
  color: #dadbda !important;
}
.carouselNav a.active {
  background-position: 0 -19px;
  color: #fff !important;
}
.carouselNav .cplay {
  background-position: 0 -38px;
}
.carouselNav .cpause {
  background-position: 0 -57px;
}
.carouselNav .cplay span {
  display: none;
}


/* recent releases */
.kioskRecent {
}
.kioskRecent .newsDate {
  float: left;
  width: 90px;
  margin-left: -90px;
  font-size: 12px !important;
  _display: inline; /* IE6 */
}
.kioskRecent .newsBody {
  padding: 5px 5px 5px 95px;
}
.kioskRecent .newsBody h4,
.kioskRecent .newsBody h4 * {
  margin: 0;
  font-size: 12px !important;
  font-weight: normal;
}
.kioskRecent .prmore {
  border-top: 1px solid #dcdcdc;
}
.kioskRecent .newsBody-color {
  background: #fafafa;
}

/* kiosk related */
.kioskRelated {
  margin-top: 30px;
}
.kioskRelated {
	display: none; /* for scripting */
}

/* featured kiosks */
.kioskFeatured {
	zoom: 1;
}
.kioskFeatured h3 {
  margin-bottom: 13px;
}
.kioskFeatured .newsImage {
  float: none;
}
.kioskFeatured .newsImage img {
	margin-right: 0;
  max-width: 250px;
  _width: expression(this.clientWidth > 250 ? "250px" : void(0));
}

/* featured video */
.featuredVideo .newsImage {
	background: #000;
  text-align: center;
}

/* leftBar */
#leftBar .leftMenu a {
  color: #666;
}

/* sidebar kiosks */
.prsidebar .kiosk {
  background: #fafafa;
  border: 1px solid #ececec;
  position: relative;
  zoom: 1;
  margin-top: 15px;
}
.prsidebar .kiosk-first {
  margin-top: 0;
}
.prsidebar h3 {
  background: #ececec;
  margin: 0;
  font-size: 11px;
  font-weight: bold;
  padding: 5px 12px;
}
.prsidebar .kioskText {
  padding: 12px;
}
.prsidebar .kiosk .tl, .prsidebar .kiosk .tr,
.prsidebar .kiosk .bl, .prsidebar .kiosk .br {
  height: 3px;
}
.prsidebar .kiosk .tl {
  position: absolute;
  left: -1px;
  top: -1px;
  background-position: 0 0;
  width: 100%;
}
.prsidebar .kiosk .tr {
  background-position: 100% -3px;
  position: relative;
  left: 2px;
}
.prsidebar .kiosk .bl {
  background-position: 0 -6px;
  position: relative;
  top: 1px;
  left: -1px;
}
.prsidebar .kiosk .br {
  background-position: 100% -9px;
  position: relative;
  left: 2px;
}

/* left menu */
.leftMenu li {
  margin: 3px 0;
  background: url(../images/bg_arr.gif) no-repeat 0 4px;
  padding-left: 11px;
}
.leftMenu li ul {
  margin-left: 15px;
}
.leftMenu .menu-list {
  margin-bottom: 15px;
}
.leftMenu .menu-list .menu-list,
.leftMenu .menu-list-last{
  margin-bottom: 0;
}
.leftMenu li a{
}
.leftMenu .exp-li {
  padding-left: 0;
  background: none;
}
.leftMenu .exp{
  background: url(../images/icons.png) no-repeat 0 -58px;
  padding-left: 15px;
}
.leftMenu .exp-opened {
  background-position: 0 -118px;
}

/* search bar */
#searchBar input {
  vertical-align: middle;
  margin-top: 3px;
  margin-bottom: 5px; 
}
#searchBar .search_input {
	vertical-align: middle;
  text-align: right;
	width: 120px;
	font-size: 9px;
  line-height: 12px;
	border: solid 1px #ddd;
	height: 12px !important;
	color: #999;
	padding-right: 3px;
}
#searchBar .refine {
  margin: 3px 0 15px;
}
#searchBar .refine a {
  background: url(../images/icons.png) no-repeat 0 4px;
  padding-left: 11px;
}

/* columns on home */
.columns {
  margin: 20px 0;
}
.columns .colLeft{
  float: left;
  width: 250px;
}
.columns .colRight{
  float: right;
  width: 268px;
}

/* right bar items */
#rightBar .styled-list li{
  background: url(../images/bg_arr.gif) no-repeat 0 4px;
  padding-left: 11px;
}



/* Image strip */
.imageStrip {
  text-align: left;
  margin-bottom: .5em;
}
.imageStrip li .newsBody .newsText,
.imageStrip li .newsBody h4,
.imageStrip li .newsBody .download,
.imageStrip li .newsBody .newsImage {
  display: none;
}
.imageStrip .newsBody-active .newsImageSmall {
  display: none;
}
.imageStrip li, 
.imageStrip .newsBody, 
.imageStrip .newsImageSmall{
  display: inline;
}
.imageStrip ul {
  padding-top: 10px;
  min-height: 45px;
  _height: 4px; /* IE6  */
  position: relative;
}
.imageStrip li {
  #padding-right: 3px; /* IE fix */
}
.imageStrip li a {
  zoom: 1; /* IE fix */
  position: relative;
  outline: none;
}
.imageStrip li .newsImageSmall a:hover {
 position: relative;
 background-position: 0; /* dummy update for IE6 */
}
.imageStrip li .newsImageSmall a img {
  width: 54px;
  border: 1px solid #ccc;
  margin: 0;
}
.imageStrip li .newsImageSmall a:hover img{
  border-color: #e67600;
}
.imageStrip li .newsImageSmall a.active img{
  border-color: #e67600 !important;
}


/* related images */
.kioskImages .kioskText {
}
.kioskImages .newsImage {
	float: none;
  text-align: center;
}
.kioskImages .newsImage img {
  max-width: 149px;
  max-height: 149px;
  margin: 0;
  _width: expression(this.clientWidth > 149 ? "149px" : void(0));
}
.kioskImages .imageStrip li .newsImageSmall a img {
	width: 45px;
}
.kioskImages .imageStrip ul {
	padding-top: 0;
	min-height: 0;
}
.kioskImages .newsBody-active h4 * {
	font-size: 11px !important;
}
.kioskImages .newsBody .newsText {
  margin-bottom: 0.5em;
}

/* related videos */
.kioskVideos .newsImage {
  position: relative;
  zoom: 1;
  float: none;
}
.kioskVideos .newsImage img {
  max-width: 149px;
  max-height: 149px;
  margin: 0;
  _width: expression(this.clientWidth > 149 ? "149px" : void(0));
}
.kioskVideos .btnPlay {
	background: url(../images/btn_play.png) no-repeat 50% 50%;	
	position: absolute;
	width: 50px;
	height: 40px;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -20px;
	cursor: pointer;
}
* html .kioskVideos .btnPlay {	/* IE6 fix */
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/pr/xerox/images/btn_play.png', sizingMethos='scale');
}
.kioskVideos .newsBody h4 * {
  font-size: 11px !important;
}

/* related documents */
.kioskDocuments .newsBody h4 * {
	font-size: 11px !important;
}
.kioskDocuments .newsImage {
  text-align: center;
  float: none;
}


/* article info */
.articleImage img {
  margin-bottom: 12px;
}
.articleInfo {
  margin-bottom: 3px;
}
.articleInfo, .articleInfo * {
	color: #666;
}

/* service links */
.serviceLinks, .serviceLinks * {
  text-align: right;
  color: #6a6a6a;
}
.serviceLinks li{
  display: inline;
}
.serviceLinks ul {
  display: inline;
  padding-left: 5px;
}
.serviceLinks a span {
  display: none;
}
.serviceLinks a {
  background: url(../images/icons.png) no-repeat -10000px 0;
  outline: none;
  text-decoration: none;
  display: inline-block;
  width: 10px;
  cursor: pointer;
}
.serviceLinks .delicious { background-position: 0 -177px; }
.serviceLinks .twitter { background-position: 0 -217px; }
.serviceLinks .facebook { background-position: 0 -257px; }
.serviceLinks .print {
  background-position: 0 -838px;
  width: 15px;
}
.serviceLinks .email {
  background-position: 0 -897px;
  width: 15px;
}
.serviceLinks .addthis_button_compact  {
  vertical-align: bottom;
  width: 15px;
}
.serviceLinks .addthis_button_compact img {
  vertical-align: bottom;
}

/* media contacts */
.mediaContacts .kioskText {
  padding-bottom: 1px;
}
.mediaContacts .contact {
  margin-bottom: 1em;
}
.mediaContacts .cname {
  font-weight: bold;
}
  
/* breadcrumb */ 
.breadcrumb {
  margin-bottom: 12px;
  word-spacing: 4px;
  font-weight: normal;
}
#content .breadcrumb a {
  color: #6f6f6f;
  font-size: 11px !important;
  background: url(../images/icons.png) no-repeat 0 -715px;
  padding-left: 10px;
  word-spacing: normal;
}
  
/* Forms */
.searchForm {
  margin: 15px 0;
	border: 1px solid #e5e5e5;
}
.searchForm .searchContent { padding: 10px 15px 15px; }
.searchForm label {
  display: block;
  padding-bottom: 5px;
}
.searchForm input, .searchForm select {
  border: 1px solid #e0e0e0;
  width: 150px;
  color: #999;
}
.searchForm .prSubmit {
  background-color: #fff;
  border: none;
	vertical-align: top;
  width: 22px;
}
.searchForm .prSearch {
	padding: 1px 2px;
	#padding: 2px; /* IE6-7 */
}

.searchForm .prOptions {
  margin-top: 10px;
}
.searchForm .prOptions li {
  float: left;
  margin-right: 10px;
}
.searchForm .prOptions input {
  margin-left: 0;
  #margin-left: -2px; /* IE */
	background: none;
	border: none;
  width: auto;
}
.searchForm .prOptions li.prPages { display: none; }
.searchForm .prOptions label {
 display: inline;
 padding: 0;
}

/* search images */
.searchImages .prSearch {
	width: 320px;
}
/* search pressroom form  */
.searchFull .filters label {
  padding-top: 7px;
}
.searchFull input, .searchFull select {
/*  width: 230px;*/
}
.searchFull .prSearch {
	width: 476px;
}
/* search IR */
.searchIR .prSearch {
  width: 300px;
}
.searchIR .trFilter {
  height: 60px;
}

/* paging */
.prPaging {
  margin: 1em 0;
}
.prPaging, .prPaging * {
  color: #666;
}
.prPaging a {
  display: none; /* for scripting */
}
.prPaging img {
  vertical-align: bottom;
}
.prPaging form,
.prPaging div {
  display: inline;
}
.prPaging form {
  padding: 0 5px;
}
.prPaging input {
  width: 35px;
  border: 1px solid #e0e0e0;
  text-align: center;
}
#pagingBottom {
  border-top: 1px solid #dcdcdc;
  padding-top: 5px;
}
.prImageLibrary #pagingBottom {
  border: none;
  padding-top: 0;
}
.prPaging .res { font-weight: bold; }

/* bios */
.biosWrap {
  width: 100%;
  overflow:hidden;
}
.bios {
  margin: 0 0 10px -10px;
  word-spacing: -1em;
  zoom: 1;
}
.bios .newsBody {
  display: inline-block;
  #display: inline;
  vertical-align: top;
  width: 270px;
  margin-top: 20px;
  margin-left: 10px;
  word-spacing: normal;
  zoom: 1;  
} 
.bios .newsBody h4 {
  margin: 0 0 5px;
}
.bios .newsImage img {
  margin-right: 10px;
  border: 1px solid #e5e5e5;
  width: 80px;
}
.bioSelect select {
  color: #999;
	border: 1px solid #e0e0e0;
  width: 300px;
}

/* executive speakers */
.speakers .newsBody {
  width: 178px
}
.speakers .newsImage img {
  width: 60px;
}

/* image library */
body .prImageLibrary {
  margin-bottom: 20px;
  zoom: 1;
}
#content .eContent {
  zoom: 1;
}
.prImageLibrary .albumBorder .gtl, 
.prImageLibrary .albumBorder .gtr,
.prImageLibrary .albumBorder .gbl,
.prImageLibrary .albumBorder .gbr {
	display: none;
} 
#content .prImageLibrary .eTabs li span {
  line-height: 32px;
}
.prImageLibrary #albumList span.gl-active {
  border: 1px solid #e67600;
  width: 81px;
  height: 55px;
}
.prImageLibrary .imageViewNav .prev, 
.prImageLibrary .imageViewNav .next {
  height: 22px;
  padding-top: 4px;
}
.prImageLibrary .imageViewNav .prev {
  background: url(../images/icons.png) no-repeat 0 -360px;
  padding-left: 28px;
}
.prImageLibrary .imageViewNav .next {
  background: url(../images/icons.png) no-repeat 100% -420px;
  padding-right: 28px;
}
.prImageLibrary .imageViewNav .back {
  position: relative;
  top: 4px;
  background: url(../images/icons.png) no-repeat 0 -478px;
  zoom: 1;
}
.prImageLibrary .photo_item {
	width: 155px;
	margin-right: 20px;
}
.prImageLibrary .photo_item .img_title {
  font-weight: bold;
}
.prImageLibrary .photoContent img {
  border: 1px solid #e6e6e6;
}
.prImageLibrary #albumList ul {
	#width: auto;	/* IE6-7 fix */
}
#content .prImageLibrary .glInfo {
  padding-top: 0;
}
#content .prImageLibrary .eImageData {
  padding: 0 14px 14px;
}
.prImageLibrary .imageViewNav {
  height: 22px;
  padding: 0 19px;
}
#content .searchImages .formReset a {
  font-size: 10px;
}
#content .prImageLibrary .glInfo {
  padding: 14px 14px 0;
}
.prImageLibrary .glDownload {
  margin-top: 0;
}
.prImageLibrary h3.share{
  font-size: 13px !important;
  font-weight: bold;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 5px;
  margin-top: 12px;
}
#txtEmbed {
  width: 500px;
  height: 60px;
  border: 1px solid #ccc;
  margin: 1em 0;
  padding: 10px;
  height: 40px;
}

/* xerox modal  */
#prModal {
  width: 680px;
}
#prModal a {
  color: #e67600;
}
#prModal h2 {
  font-size: 20px;
  margin: 0 0 10px;
}
#prModal .modalCloseText {
  float: right;
  width: auto;
  margin: 0 0 0 10px;
}
#prModal .inner_modal_content {
  padding-left: 43px;
  padding-right: 43px;
}
#prModal .eImageData {
  background-color: #fff; /* for rocon library */
}
#prModal .ePlayer {
  border: 1px solid #ebebeb;
  padding: 20px;
  text-align: center;
  zoom: 1;
}
#prModal .ePlayer .prPlayerWrap {
	margin: 0 auto;
}
#prModal .rocon-tl,
#prModal .rocon-bl, {
  #left: -5px;
}
#prModal .glDescription {
  margin: 15px 0;
}


/* PODCAST */
.blogList .commentLinks li {
  display: inline;
  padding-right: 20px;
}
.blogList .player {
  margin: 1em 0;
}
.blogList .player td {
  padding-left: 0;
  margin-left: 0;
}
.blogList .bitemInfo {
  margin-top: 10px;
}
.blogList .blogDownload {
  margin: 1em 0;
}
.blogList .categoryLink {
  font-size: 13px !important;
  color: #7f7f7f;
  margin-top: 5px;
}

/* blog paging */
.bpagingBottom {
  clear: both;
  margin-top: 15px;
}
.bpagingBottom ul {
  padding: 0 80px;
  text-align: center;
}
.bpagingBottom li { display: inline; }
.bpagingBottom .prev {
  float: left;
  margin-left: -80px; 
}
.bpagingBottom .next {
  float: right;
  margin-right: -80px; 
  text-align: right;
  width: 80px;
}

/* blog post paging */
.bpagingPost { margin-bottom: 30px; }
.bpagingPost li{
  display: inline;
  padding-right: 22px;
}
.bpagingPost .prev a,
.bpagingPost .next a{
  background: url(../images/icons.png) no-repeat left top;
}
.bpagingPost .prev a{
  background-position: 0 -655px;
  padding-left: 10px;
}
.bpagingPost .next a{
  background-position: 100% -595px;
  padding-right: 10px;
}

/* comments */
.eComments h2 {
  font-size: 18px !important;
}
.eComments{
  background: #fff;
  padding: 12px 0;
}
.eComments .leaveComment {
  margin-bottom: 1em;
}
.eCommentsList {
  padding: 0 12px;
}

.cmtInfo {
  margin-bottom: .5em;
}
.cmtInfo, .cmtInfo * {
  color: #7f7f7f;
}
.cmtReply {
  text-align: right;
  margin-top: 10px;
}
.cmtReply a {
  background: url(../images/icons.png) no-repeat 0 -538px;
  padding-left: 17px;
}

/* comments form */
.eCommentsForm {
  border-top: 1px solid #c1c1c1;
  margin-top: 20px;
  padding: 0 12px;
  zoom: 1; /* IE fix */
}
.eCommentsForm h2 {
  font-size: 12px !important;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin: 16px 0;
}
.eCommentsForm .req { color: red; }

.eCommentsForm .reply { display: none; }
.eCommentsForm .field {
  margin: 1em 0 0;
}
.field input, .field textarea   {
  width: 97%;
  padding: 3px 5px;
  font-size: 11px !important;
  border: 1px solid #e0e0e0;
}
.fldComment textarea {
  height: 100px;
}
.prImageLibrary .eCommentsForm .fldCaptcha {
  margin: 1em 0;
}
.fldCaptcha input { width: auto; }
.fldCaptcha table{ margin-top: .5em; }
/* weird captcha fix */
#contentBar #LBD_CaptchaDiv {
/*  #height: auto !important;*/ /* incorrect height fix */
  zoom: 1;
}
.fldCaptcha #LBD_CaptchaImage {
  float: left;
}
.fldCaptcha #LBD_CaptchaIcons {
  float: right !important;
}
.replyForm .eCommentsForm {
  background: none;
  border: none;
  padding: 0;
  margin-top: 0;
}
.replyForm .eCommentsForm .leave { display: none; }
.replyForm .eCommentsForm .reply { display: block; }
.replyForm .eCommentsForm h2 {
  margin: 10px 0 8px;
}
.replyForm label {
  display: none;
}
.replyForm .eCommentsForm .field {
  margin: 3px 0;
}
.replyForm .field input {
  width: 95%;
}
.replyForm .fldName, .replyForm .fldMail {
  float: left;
  width: 49%;
  margin: 0;
} 
.replyForm .eCommentsForm .fldMail {
  margin-left: 6px;
}

/* recent tabs */
#recentTabs {
  margin-top: 25px;
}
#recentTabs .ui-tabs-hide {
  display: none;
}
#recentTabs .ui-tabs-nav li {
  float: left;
  width: 184px;
  text-align: center;
  background: #aeaeae url(../images/bg_tabs.gif) repeat-x 0 0;
  border-bottom: 1px solid #666;
  border-left: 1px solid #fff;
}
#recentTabs .ui-tabs-nav .first {
  border-left: none;
  width: 185px;
}
#recentTabs .ui-tabs-nav .ui-tabs-selected {
  background-position: 0 -20px;
  background-color: #ec9941;
  border-bottom: 1px solid #b54c00;
}
#recentTabs .ui-tabs-selected span {
  position: absolute;
  top: 20px;
  left: 50%;
  width: 10px;
  height: 8px;
  background: url(../images/icons.png) no-repeat 0 -780px;
  margin-left: -5px;
}
#recentTabs .ui-tabs-nav a {
  text-decoration: none;
  display: block;
  font-weight: bold;
  font-size: 11px !important;
  line-height: 20px;
  position: relative;
  zoom: 1;
}
#recentTabs .ui-tabs-nav a,
#recentTabs .ui-tabs-nav a:hover {
  color: #fff !important;
}
#recentTabs .ui-tabs-panel {
  padding: 20px 45px 20px 105px;
  min-height: 75px;
  _height: 75px;
}
#recentTweets { background: #f9f9f9 url(../images/bg_tweets.png) no-repeat 17px 22px; }
#recentBlogs { background: #f9f9f9 url(../images/bg_blogs.png) no-repeat 23px 20px; }
#recentFacebook { background: #f9f9f9 url(../images/bg_facebook.png) no-repeat 23px 20px; }

#recentTabs .newsDate {
  font-style: italic;
  color: #333;
}
#recentTabs .prmore {
  margin-top: 20px;
}
#recentTweets .prmore span {
  color: #E67600;
  background: url(../images/assets/twitter-icon.gif) no-repeat 100% 3px;
  padding-right: 15px;
}


/* rounded corners for images */
.pr-rounded {
  margin-right: 13px;
}
.pr-rounded img {
  margin-right: 0;
}
.pr-rounded-wrap {
  position:relative;
  zoom: 1;
}
.pr-rounded .tl, .pr-rounded .tr, 
.pr-rounded .bl, .pr-rounded .br  {
  height: 5px;
}
.pr-rounded .tl {
  position: absolute;
  top: 0;
  left: 0;
  background-position: 0 -20px;
  width: 100%;
}
.pr-rounded .tr {
  background-position: 100% -25px;
}
.pr-rounded .bl {
  position: absolute;
  bottom: 0;
  left: 0;
  background-position: 0 -30px;
  width: 100%;
}
.pr-rounded .br {
  background-position: 100% -35px;
}


/* rss list */
.rssList {
  margin: 20px 0;
}
.rssList a {
  float: left;
  width: 500px;
  font-size: 16px !important;
}
.rssList .rss_icon {
  width: 20px;
  float: right;
}
.rssList .dottedSep {
  margin: 10px 0;
  height: 2px;
}
#content .feed-content {
  margin: 20px 0 10px; 
  font-size: 16px !important;
}
.collapse_submenu_labeltext .morelink {
  color: #666 !important;
}
.feedInput {
  margin: 10px 0;
}

/* investor relations */
#stockPrice {
  background: url(http://media.corporate-ir.net/media_files/irol/10/104414/qi/xrx_qi.gif) no-repeat -10px -30px;
  height: 100px;
}

.recentIR li {
  background: url(../images/bg_arr.gif) no-repeat 0 4px;
  padding-left: 11px;
  margin-bottom: 5px;
}
.kioskRecentIR {
  margin-top: 20px;
}


.subtitle {
  margin-bottom: 12px;
}

/* print styles */
.printPage {
 padding: 1em;
}
.printPage #logo {
  margin-bottom: 1em;
}
.printPage h1 {
  font-style: 20px;
  line-height: normal;
}

.welcome {
  #min-height: 140px; /* IE7 fix */
  _height: 140px; /* IE6 fix */
}
