/************************
 *** GENERIC
 ************************/
body {
	background: #DEDFDF;
}
 
div, table, tr, td, img, form  {
	font-family: lucida sans,Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
}
 
p {
	margin: 5px 0;
}

#UIPortalApplication, .UIFooterPortlet {
	background-color: #DEDFDF !important;
}

#UIPortalApplication .UIWorkingWorkspace {
	background-color: #9d9d9d !important;
	margin: 0 auto;
	width: 984px;
}

.UIWorkingWorkspace .UIPageBody {
	padding: 0px;
}

.CenterSearchBox {
	border: none;
}

.UIWCMLoginPortlet {
	border: none;
}

.UIPageBody .BLPagebody {
	background: url('/portal/rest/jcr/repository/collaboration/sites content/live/acme/medias/images/GlobalImages/BgPageBody.gif') no-repeat left top;
	padding-left: 7px;
	height: 7px;
	display: block;
}

.UIPageBody .BRPagebody {
	background: url('/portal/rest/jcr/repository/collaboration/sites content/live/acme/medias/images/GlobalImages/BgPageBody.gif') no-repeat right top;
	padding-right: 8px;
	height: 7px;
}

.UIPageBody .BMPagebody {
	background: url('/portal/rest/jcr/repository/collaboration/sites content/live/acme/medias/images/GlobalImages/BgPageBody.gif') repeat-x left -8px;
	height: 7px;
}

.UIPageBody .VIEW-PAGEBODY .UIPage {
	padding: 0 8px !important;
}

#ACMEBanner {
	margin:0 10px;
}

.TextBanner {
	padding: 5px;
}

#ACMESignin, #siteSearchBox {
	padding: 10px 0px;
}


.ACMELeftTDContainer  {
	padding: 10px 10px 0 10px;
}

.RegisterTDContainer  {
	width:550px;
}

.ACMERightTDContainer {
	width: 230px;
	padding: 10px 10px 0 0;
}

.ACMELeftTDContainer #UIContainer-ACMELeft {
	width: auto !important;
}

.ACMERightTDContainer #UIContainer-ACMERight {
	width: auto !important;
}

.ACMELeftTDContainer .UICLVPortlet {
	min-width: 0px !important;
	padding-bottom: 10px;
}

.ACMERightTDContainer .UICLVPortlet {
	min-width: 0px !important;
	padding-bottom: 10px;
}

.PCV .Title {
    color: #000000;
    font-size: 24px;
}


.PCV .DateAndMail {
    color: #999999;
    font-size: 10px;
}



.UIOptionBar {
	border-style: dotted none;
	border-color: #999999;
	border-width: 1px;
	margin: 0px 0px 5px;
	background: #FFFFFF;
	height: 21px; line-height: 21px;
	overflow: hidden;
}

.UIOptionBar .BackButton {
	padding-left: 0px;
}

.UIOptionBar .ActionIcon {
	float: right;
	margin: 0px 10px;
	height: 21px;
	color: #333333;
	cursor: pointer;
	display: block;
}

.UIOptionBar .ActionIcon:hover {
	color: DA0005;
}

.UIOptionBar .PrintIcon {
	background: url('/web-presentation/skin/SingleContentViewer/DefaultSkin/icons/16x16/ActionIcon.gif') no-repeat bottom left;
	padding-left: 25px;
}

.UIOptionBar .EmailIcon {
	background: url('/web-presentation/skin/SingleContentViewer/DefaultSkin/icons/16x16/ActionIcon.gif') no-repeat top left;
	padding-left: 20px;
}
.UIOptionBar .CommentIcon {
	background: url('/web-presentation/skin/SingleContentViewer/DefaultSkin/icons/16x16/ActionIcon.gif') no-repeat left -21px;
	padding-left: 20px;
}

.UIPageBody .TitleBarL {
	 background: none;
	 padding-left: 0px;
}
.UIPageBody .TitleBarR {
	background: none;
	padding-right: 0px;
}

.UIPageBody .TitleBarM {
	background: none;
	height: 21px;
	padding-left: 0px;
	font-weight: normal;
	color: #999999;
	line-height: 20px;
}



/************************
 *** NAVIGATION
 ************************/
#navigation-generator {
	*display:inline-block;
}

.UIWCMNavigationPortlet {
	!position: relative;
z-index:-1;
padding: 0px 8px;
  
}

.UIWCMNavigationPortlet .UINavigationBar {
	background: #20263f;
  -moz-border-radius-topleft:5px;
  -webkit-border-top-left-radius:5px;
  -moz-border-radius-topright:5px;
  -webkit-border-top-right-radius:5px;
  padding: 4px 8px 0px 20px;
  height: 28px;
}

.UIWCMNavigationPortlet .UINavigationBar .ControlButton {
	float:left;
	line-height:26px;
	color: white;
}

.UIWCMNavigationPortlet .UINavigationBar .ControlButton a {
	color: #9f9e9e;
}

.UIWCMNavigationPortlet .UINavigationBar .ControlButton a:hover {
	color: #b7b7b7;
}

.UIWCMNavigationPortlet .UINavigationBar .HoverButton a {
	color: #ffcb05;
    }

.UIWCMNavigationPortlet .UINavigationBar .HoverButton .Button{
  color: #ffcb05;
}

.UIWCMNavigationPortlet .UINavigationBar .Button{
	 line-height: 26px;
	 margin-left: 6px;
	 cursor: pointer;
	 margin-right: 6px;
}

.UIWCMNavigationPortlet .UINavigationBar .Button:hover{
	 color: #ffcb05;
}

.UIWCMNavigationPortlet .UIWorkingWorkspace{
	 background: white;
	 padding: 8px;
	 -moz-border-radius-bottomleft:5px;
  -webkit-border-bottom-left-radius:5px;
  -moz-border-radius-bottomright:5px;
  -webkit-border-bottom-right-radius:5px;
}


/************************
 *** DOCUMENTS CLV
 ************************/

.DocumentsCLVTemplate .Contents {
	padding: 5px 10px;
	border: 1px solid #d6d6d6;
	border-top: none;
}

.DocumentsCLVTemplate .TitleBarL {
	background: url('/portal/rest/jcr/repository/collaboration/sites content/live/acme/medias/images/GlobalImages/BarBg.gif') no-repeat left top;
	padding-left: 8px;
}
.DocumentsCLVTemplate .TitleBarR {
	background: url('/portal/rest/jcr/repository/collaboration/sites content/live/acme/medias/images/GlobalImages/BarBg.gif') no-repeat right top;
	padding-right: 8px;
}

.DocumentsCLVTemplate .TitleBarM {
	background: url('/portal/rest/jcr/repository/collaboration/sites content/live/acme/medias/images/GlobalImages/BarBg.gif') repeat-x left -31px;
	height: 30px;
	color: #2f4394;
	line-height: 30px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 14px;
	text-shadow: 1px 1px #F9F9F9;
}

.DocumentsCLVTemplate .Contents .Column1 {
	border-bottom: 1px solid #ededee;
	padding: 7px 0px;
}

.DocumentsCLVTemplate .Contents .Column1 .Image {
	float: left;
	margin-right: 8px;
}

.DocumentsCLVTemplate .Contents .Column1 .Title a {
	color: #5a5a5a;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
}

.DocumentsCLVTemplate .Contents .Column1 .Summary {
	color: #5a5a5a;
}

.DocumentsCLVTemplate .Contents .Column1 .DateAndMail {
	color: #b39527;
	line-height: 18px;
	font-size: 10px;
}

.DocumentsCLVTemplate .Contents .Column1 .ReadLink {
	 text-align: right;
	 margin-bottom: 6px;
}

.DocumentsCLVTemplate .Column1 .ReadLink a {
	 color: #F58220;
	 font-size: 10px;
}

.DocumentsCLVTemplate .Column1 .ReadLink a:hover {
	 color: #0a4da5;
}

.DocumentsCLVTemplate .Content {
/*	 margin-top: 8px;*/
}

.DocumentsCLVTemplate .Content .LastContent{
	padding: 8px 0px 8px 70px;
}

.DocumentsCLVTemplate .Contents .Content .Title{
	color: #565759;
	font-weight: bold;
	padding-left: 20px;
}


/************************
 *** ONE COLUMN CLV
 ************************/
.OneColumnCLVTemplate .Contents {
	 padding: 0 10px;
	 border: 1px solid #d6d6d6;
}

.OneColumnCLVTemplate .Content {
	margin: 0;
	padding-left: 57px;
}

.OneColumnCLVTemplate .TitleBarL {
	 background: url('/portal/rest/jcr/repository/collaboration/sites content/live/acme/medias/images/GlobalImages/BarBg.gif') no-repeat left top;
	 padding-left: 8px;
}
.OneColumnCLVTemplate .TitleBarR {
	 background: url('/portal/rest/jcr/repository/collaboration/sites content/live/acme/medias/images/GlobalImages/BarBg.gif') no-repeat right top;
	 padding-right: 8px;
}

.OneColumnCLVTemplate .TitleBarM {
	 background: url('/portal/rest/jcr/repository/collaboration/sites content/live/acme/medias/images/GlobalImages/BarBg.gif') repeat-x left -31px;
	 height: 29px;
	 color: #2f4394;
	 line-height: 29px;
	 padding-left: 5px;
	 font-weight: bold;
	 font-size: 14px;
	 text-shadow: 1px 1px #F9F9F9;
}

.OneColumnCLVTemplate .Contents .Column1 {
	 border-bottom: 1px solid #d6d6d6;
	 margin: 8px 0;
}

.OneColumnCLVTemplate .Contents .Column1 .Image {
	float: left;
	margin-top: 3px;
}

.ACMERightTDContainer .OneColumnCLVTemplate .Contents .Column1 .Image {
	float: left;
	margin-top: 25px;
}

.OneColumnCLVTemplate .Contents .Column1 .Title {
	 color: #565759;
	 line-height: 18px;
	 font-weight: bold;
}

.OneColumnCLVTemplate .Contents .Column1 .DateAndMail {
	 color: #b39527;
	 line-height: 18px;
	 font-size: 10px;
}

.OneColumnCLVTemplate .Contents .Column1 .Summary {
	color: #5a5a5a;
	margin-bottom: 6px;
}

.OneColumnCLVTemplate .Contents .Column1 .ReadLink {
	 text-align: right;
}

.OneColumnCLVTemplate .Column1 .ReadLink a {
	 color: #f58220;
	 font-size: 11px;
}

.OneColumnCLVTemplate .Column1 .ReadLink a:hover {
	 color: #0A4DA5;
}

.OneColumnCLVTemplate .Content .LastContent{
	padding: 8px 0px 8px 70px;
}

.OneColumnCLVTemplate .Contents .Content .Title a {
	 color: #5a5a5a;
	 font-weight: bold;
}

.ACMELeftTDContainer .OneColumnCLVTemplate .Contents .Content .Title a {
	 color: #f58220;
	 font-weight: bold;
}

.ACMERightTDContainer .OneColumnCLVTemplate .Contents .Column1 img {
	width: 51px;
}

.ACMELeftTDContainer .OneColumnCLVTemplate .Contents .Column1 img {
	width: 49px;
}

.OneColumnCLVTemplate .Contents .Column1:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}

.OneColumnCLVTemplate .Contents .Column1 {
 !display: inline-block;
 !zoom: 1;
 !display: block; 
}



/************************
 *** TWO COLUMNS CLV
 ************************/


.TwoColumnsCLVTemplate .CLV {
	background: #fff;
	padding: 0px 10px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

.TwoColumnsCLVTemplate .TitleBarM {
	font-size: 16px;
	color: #00baeb;
	margin-bottom: 5px;
}

.TwoColumnsCLVTemplate .Contents {
	padding-top: 10px;
	height: 162px;
}

.TwoColumnsCLVTemplate .Contents .Column2 {
	float: left;
	width: 48%;
	padding: 0px 10px 15px 0px;
}

.TwoColumnsCLVTemplate .Contents .Image {
	display: block;
	float: left;
	margin-top: 15px;
}

.TwoColumnsCLVTemplate .Contents .Image img {
	width: 48px;
}

.TwoColumnsCLVTemplate .Contents .Content {
	padding: 0px 0px 0px 60px;
	color: #5a5a5a;
	line-height: 14px;
}

.TwoColumnsCLVTemplate .Contents .Content .Title {
	font-size: 12px;
	font-weight: bold;
}

.TwoColumnsCLVTemplate .Contents .Content .Title a {
	color: #5a5a5a;
}

.TwoColumnsCLVTemplate .Contents .LinkMore {
	text-align: right;
	padding: 5px 5px 0px 0px;
	display: none;
}

.TwoColumnsCLVTemplate .Contents .LinkMore a {
	color: #f58220;
	text-decoration: none;
}

.TwoColumnsCLVTemplate .Contents .LinkMore a:hover {
	text-decoration: underline;
}



/************************
 *** PAGE SPECIFIC
 ************************/

.ACMEDocsTDContainer .UICLVPortlet{
  min-width: none;
}

.ACMEDocsTDContainer .DocumentContent .Contents .Title {
	 background: url('/ecmdemo/rest-ecmdemo/jcr/repository/collaboration/sites%20content/live/acme/medias/images/GlobalImages/DocumentContentIcon.gif') no-repeat left center;
	 padding-left: 20px;
	 color: #565759;
	 line-height: 22px;
	 font-weight: bold;
	 margin-top: 8px;
}

.ACMESearchTDContainer{
  width: 140px;
  padding-top: 30px;
}

.ACMESigninTDContainer a{
  text-decoration: none;
  color: #484848;
}

.ACMESigninTDContainer a:hover{
  text-decoration: underline;
}


.ACMESigninTDContainer {
  width: 335px;
  padding-top: 33px;
}

#UIContainer-ACMEBanner{
  padding: 10px;
}

.ACMELogoTDContainer{
  width: auto;
  padding-top: 10px;
}

#acme-latest-news .CLV, #acme-latest-documents .CLV {
  width: 230px;
  padding-bottom: 10px;
}

#acme-navigation {
 height: 30px;
}

.UIFooterPortlet {
 background: #DEDFDF;
}

.ACMESearchTDContainer .UIPresentationContainer{
  position: reletive;
  width: 150px;
}

/* Submit Button */
.UIAction .LightBlueStyle .ButtonLeft {
	background: url('/portal/rest/jcr/repository/collaboration/sites content/live/acme/medias/images/GlobalImages/LightBlueStyle.gif') no-repeat left top;
	padding-left: 4px;
}

.UIAction .LightBlueStyle .ButtonRight {
	background: url('/portal/rest/jcr/repository/collaboration/sites content/live/acme/medias/images/GlobalImages/LightBlueStyle.gif') no-repeat right top;
	padding-right: 4px;
}

.UIAction .LightBlueStyle .ButtonMiddle {
	background: url('/portal/rest/jcr/repository/collaboration/sites content/live/acme/medias/images/GlobalImages/LightBlueStyle.gif') repeat-x left -22px;
	line-height: 21px;
}

.UIAction a {
	color: #20263f;
}


.UITableColumnContainer .UICLVFolderMode,.UITableColumnContainer .UIPresentationContainer,.UITableColumnContainer .Column1,.UITableColumnContainer .Column2,.UITableColumnContainer  .TwoColumnsCLVTemplate .CLV  {
	_border:none;
}

.ContainerHoverClass,.ContainerHoverClassInner {	
	_border: 1px solid #BFD5ED !important;
	zoom: 1;
}

.UIPresentationContainer .OneColumnCLVTemplate .Contents .Column1,
.UIPresentationContainer  .DocumentsCLVTemplate .Contents .Column1 {
	border-bottom:1px solid #D6D6D6;
}

.UICategories .CategoryTitle .LeftTitle .CenterTitle {
	height: auto;	
}


/* Hot news */
#ACMEBody .UICLVHotNews .HotNews {
	background: none;
	margin: 0 0 20px;
}

#ACMEBody .UICLVHotNews .HotNews .TL {
	background: url('/portal/rest/jcr/repository/collaboration/sites content/live/acme/medias/images/GlobalImages/NewsBoxBg.png') no-repeat left top;
	padding-left: 8px;
}

#ACMEBody .UICLVHotNews .HotNews .TR {
	background: url('/portal/rest/jcr/repository/collaboration/sites content/live/acme/medias/images/GlobalImages/NewsBoxBg.png') no-repeat right top;
	padding-right: 8px;
}

#ACMEBody .UICLVHotNews .HotNews .TC {
	background: url('/portal/rest/jcr/repository/collaboration/sites content/live/acme/medias/images/GlobalImages/NewsBoxBg.png') repeat-x left -9px;
	height: 7px;
}

#ACMEBody .UICLVHotNews .HotNews .ML {
	background: url('/portal/rest/jcr/repository/collaboration/sites content/live/acme/medias/images/GlobalImages/HotNewsBoxBgL.png') repeat-y left top;
	padding-left: 8px;
}

#ACMEBody .UICLVHotNews .HotNews .MR {
	background: url('/portal/rest/jcr/repository/collaboration/sites content/live/acme/medias/images/GlobalImages/HotNewsBoxBgR.png') repeat-y right top;
	padding-right: 8px;
}

#ACMEBody .UICLVHotNews .HotNews .MC {
	background: #f2f2f2;

}

#ACMEBody .UICLVHotNews .HotNews .BL {
	background: url('/portal/rest/jcr/repository/collaboration/sites content/live/acme/medias/images/GlobalImages/NewsBoxBg.png') no-repeat left -18px;
	padding-left: 8px;
}

#ACMEBody .UICLVHotNews .HotNews .BR {
	background: url('/portal/rest/jcr/repository/collaboration/sites content/live/acme/medias/images/GlobalImages/NewsBoxBg.png') no-repeat right -18px;
	padding-right: 8px;
}

#ACMEBody .UICLVHotNews .HotNews .BC {
	background: url('/portal/rest/jcr/repository/collaboration/sites content/live/acme/medias/images/GlobalImages/NewsBoxBg.png') repeat-x left -28px;
	height: 8px;
}

#ACMEBody .UICLVHotNews .HotNews .TopBoxHeader {
	margin: 0 20px;
	border-bottom: 1px solid #d6d6d6;
	line-height: 30px;
}

#ACMEBody .UICLVHotNews .HotNews .TopBoxHeader .Txt {
	color: #696969;
	font-weight: bold;
	font-size: 14px;
	float: left;
}

#ACMEBody .UICLVHotNews .HotNews .RssIcon {
	background: url("/presentation/skin/ContentListViewer/DefaultSkin/icons/RSS.gif") no-repeat right top;
	color: #FE9832;
	display: block;
	float: right;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	margin-top: 9px;
	padding-right: 22px;
}

#ACMEBody .UICLVHotNews .HotNews .HotNewsMainContent {
	padding: 30px 20px 0;
}

#ACMEBody .UICLVHotNews .HotNews .HotNewsMainContent .ContentHotNews {
	padding-bottom: 35px;
}

#ACMEBody .UICLVHotNews .HotNews .HotNewsMainContent .ImageHotNews {
	float: right;
	margin: 0 18px;
}

#ACMEBody .UICLVHotNews .HotNews .HotNewsMainContent .TitleContentHotNews {
	font-size: 12px;
	font-weight: bold;
	color: #f58220;
}

#ACMEBody .UICLVHotNews .HotNews .HotNewsMainContent .TitleContentHotNews:hover {
	text-decoration: underline;
}

#ACMEBody .UICLVHotNews .HotNews .HotNewsMainContent .Summary {
	color: #595959;
	padding-top: 5px;
}

#ACMEBody .UICLVHotNews .HotNews .HotNewsMainContent .Summary p {
	margin-bottom: 0px;
	text-align: justify;
}

#ACMEBody .UICLVHotNews .HotNews .HotNewsMainContent .Date {
	background: none;
	font-size: 10px;
	color: #9d9d9d;
	padding-top: 5px;
}

#ACMEBody .UICLVHotNews .HotNews .ReadLink {
	padding: 0 20px 10px;
}

#ACMEBody .UICLVHotNews .HotNews .ReadLink a {
	font-size: 10px;
	color: #9d9d9d;
	text-decoration: underline;
}

#ACMEBody .UICLVHotNews .HotNews .ReadLink a:hover {
	color: #f58220;
	text-decoration: none;
}

/* Normal news */
#ACMEBody .UICLVHotNews .NormalNews {
	padding: 20px 40px 10px;
}

#ACMEBody .UICLVHotNews .NormalNews .ImageNormalNews {
	float: left;
}

#ACMEBody .UICLVHotNews .NormalNews .ContentNormalNews {
	padding-left: 100px;
}

#ACMEBody .UICLVHotNews .NormalNews .TitleContentNormalNews {
	font-size: 12px;
	font-weight: bold;
	color: #f58220;
}

#ACMEBody .UICLVHotNews .NormalNews .TitleContentNormalNews:hover {
	text-decoration: underline;
}

#ACMEBody .UICLVHotNews .NormalNews .ReadLink a {
	font-size: 10px;
	color: #9d9d9d;
	text-decoration: underline;
}

#ACMEBody .UICLVHotNews .NormalNews .ReadLink a:hover {
	color: #f58220;
	text-decoration: none;
}

#ACMEBody .UICLVHotNews .NormalNews .Summary {
	color: #595959;
}

#ACMEBody .UICLVHotNews .NormalNews .Summary p {
	font-size: 11px;
}

#ACMEBody .UICLVHotNews .NormalNews .Date {
	background: none;
	font-size: 10px;
	color: #9d9d9d;
	padding-top: 5px;
}

/* Refresh button */
#ACMEBody .UICLVHotNews .CaptionRefresh {
	margin: 20px 0;
}

/* Category tree */
#ACMECategories .UICLVFolderMode .TL {
	background: url('/portal/rest/jcr/repository/collaboration/sites content/live/acme/medias/images/GlobalImages/NewsBoxBg.png') no-repeat left -38px;
	padding-left: 8px;
}

#ACMECategories .UICLVFolderMode .TR {
	background: url('/portal/rest/jcr/repository/collaboration/sites content/live/acme/medias/images/GlobalImages/NewsBoxBg.png') no-repeat right -38px;
	padding-right: 8px;
}

#ACMECategories .UICLVFolderMode .TC {
	background: url('/portal/rest/jcr/repository/collaboration/sites content/live/acme/medias/images/GlobalImages/NewsBoxBg.png') repeat-x left -47px;
	height: 7px;
}

#ACMECategories .UICLVFolderMode .ML {
	background: url('/portal/rest/jcr/repository/collaboration/sites content/live/acme/medias/images/GlobalImages/NorNewsBoxBgL.png') repeat-y left top;
	padding-left: 8px;
}

#ACMECategories .UICLVFolderMode .MR {
	background: url('/portal/rest/jcr/repository/collaboration/sites content/live/acme/medias/images/GlobalImages/NorNewsBoxBgR.png') repeat-y right top;
	padding-right: 8px;
}

#ACMECategories .UICLVFolderMode .MC {
	background: #f7f7f7;
	padding: 0 12px 20px;
}

#ACMECategories .UICLVFolderMode .BL {
	background: url('/portal/rest/jcr/repository/collaboration/sites content/live/acme/medias/images/GlobalImages/NewsBoxBg.png') no-repeat left -56px;
	padding-left: 8px;
}

#ACMECategories .UICLVFolderMode .BR {
	background: url('/portal/rest/jcr/repository/collaboration/sites content/live/acme/medias/images/GlobalImages/NewsBoxBg.png') no-repeat right -56px;
	padding-right: 8px;
}

#ACMECategories .UICLVFolderMode .BC {
	background: url('/portal/rest/jcr/repository/collaboration/sites content/live/acme/medias/images/GlobalImages/NewsBoxBg.png') repeat-x left -66px;
	height: 8px;
}

#ACMECategories .UICLVFolderMode .Txt {
	color: #696969;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #D6D6D6;
	line-height: 30px;
}

#ACMECategories .UICLVFolderMode .NewContent {
	border: none;
	margin-top: 20px;
	padding: 0 20px;
}

#ACMECategories .UICLVFolderMode .NewContent a.CategoryLabel {
	color: #f58220;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0 5px 15px;
	border-bottom: 1px dotted #D6D6D6;
}

/* Question page */
.ContactUSColumnContainerLeftTDContainer {
	padding: 25px 20px 40px 25px;
}

.ContactUSColumnContainerRightTDContainer {
	padding: 25px 25px 0 0;
	width: 200px !important;
}

.ContactUSColumnContainerLeftTDContainer .UIFCCPortlet {
	background: none;
	padding: 0;
}

.ContactUSColumnContainerLeftTDContainer .UIForm .HorizontalLayout {
	background: none;
	border: none;
	padding: 0 0 0 80px;
}

.ContactUSColumnContainerLeftTDContainer .UIForm .UIFormGrid td.FieldLabel {
	padding:5px 20px 5px 0;
	text-align:right;
	vertical-align:top;
}

.ContactUSColumnContainerLeftTDContainer .UIForm .HorizontalLayout select {
	font-size:11px;
	width:340px;
	border: 1px solid #e3e9ef;
	border-top: 1px solid #abadb3;
	height: 20px;
}

.ContactUSColumnContainerLeftTDContainer .UIForm .HorizontalLayout input {
	font-size:11px;
	width:337px;
	border: 1px solid #e3e9ef;
	border-top: 1px solid #abadb3;
	height: 20px;
}

.ContactUSColumnContainerLeftTDContainer .UIForm .HorizontalLayout textarea {
	border:1px solid #B7B7B7;
	font-size:11px;
	height:75px;
	width:340px;
	border: 1px solid #e3e9ef;
	border-top: 1px solid #abadb3;
}

.ContactUSColumnContainerLeftTDContainer .UIForm .HorizontalLayout .GuideLine { 
	display: none;
}

.ContactUSColumnContainerLeftTDContainer .UIAction {
	padding-left: 167px;
}

.ContactUSColumnContainerLeftTDContainer .UIAction .ActionContainer {
	margin: 0;
}

/* News Item Pages */
.UIWorkingWorkspace .UIPresentationContainer .Title {
	padding: 20px 20px 0;
	color: #282828;
	font-size: 24px;
}

.UIWorkingWorkspace .UIPresentationContainer .DateAndMail {
	padding: 5px 20px;
	font-size: 11px;
	color: #c7a400;
}

.UIWorkingWorkspace .UIOptionBar {
	background: none;
	border-top: 1px dotted #9b9a9a;
	border-bottom: 1px dotted #9b9a9a;
	height: 31px;
	line-height: 31px;
	margin: 0 20px 0;
	overflow: hidden;
}

.UIWorkingWorkspace .UISingleContentViewerPortlet .WebContentContainer {
	padding: 15px 20px 15px;
}

.UIWorkingWorkspace .UISingleContentViewerPortlet .WebContentContainer p {
	padding: 8px 0;
}

.UIWorkingWorkspace .UIPresentationContainer .UIOptionBar .BackButton {
	background: url('/portal/rest/jcr/repository/collaboration/sites content/live/acme/medias/images/GlobalImages/BackIcon27x26.png') no-repeat center center;
	cursor: pointer;
	float: left;
	height: 30px;
	width: 27px;
	padding-left: 0;
}

.UIWorkingWorkspace .UIPresentationContainer .UIOptionBar .PrintIcon {
	background: url('/portal/rest/jcr/repository/collaboration/sites content/live/acme/medias/images/GlobalImages/PrintIcon27x26.png') no-repeat left bottom;
	padding-left: 35px;
	color: #f58220;
	cursor: pointer;
	display: block;
	float: right;
	height: 28px;
	margin: 0;
	font-size: 11px;
}

/* Product page */
#ACMEBody {
	padding: 0 !important;
}

#ACMEBody .UICLVFolderMode {
	border: none;
}

.SimpleHorizontal .CategoriesContainer {
	width: auto;
}

.SimpleHorizontal .CategoriesContainer .TitleBarL {
	background: url('/portal/rest/jcr/repository/collaboration/sites content/live/acme/medias/images/GlobalImages/CompanyBarH.png') no-repeat left top;
	padding-left: 3px;
}

.SimpleHorizontal .CategoriesContainer .TitleBarR {
	background: url('/portal/rest/jcr/repository/collaboration/sites content/live/acme/medias/images/GlobalImages/CompanyBarH.png') no-repeat right -34px;
	padding-right: 3px;
}

.SimpleHorizontal .CategoriesContainer .TitleBarM {
	background: url('/portal/rest/jcr/repository/collaboration/sites content/live/acme/medias/images/GlobalImages/CompanyBarH.png') repeat-x left -68px;
	color: #565759;
	font-weight: bold;
	height: 33px;
	line-height: 33px;
	padding-left: 10px;
}

.SimpleHorizontal .CategoriesContainer .CategoryLabel {
	color: #666666;
	margin-top: 8px;
}

/* Toolbar container */
#UIToolbarContainer {
	background-color: #20263F;
}