/* Extra Elements of the styles  */
/* themes - Note Icons do not colour code in IE6 due to png transaprency probs.*/
.safeComm {
  background-color: #00BCE4;
  color: #000; }

.safeCommBorderLeft {
  border-left: 10px solid #00BCE4; }

.lgaGroup {
  background-color: #91278F;
  color: #fff; }

.lgaGroupBorderLeft {
  border-left: 10px solid #91278F; }

.cultTourSport {
  background-color: #FFE14F;
  color: #000; }

.cultTourSportBorderLeft {
  border-left: 10px solid #FFE14F; }

.envHous {
  background-color: #C1D82F;
  color: #000; }

.envHousBorderLeft {
  border-left: 10px solid #C1D82F; }

.ComWell {
  background-color: #E20177;
  color: #fff; }

.ComWellBorderLeft {
  border-left: 10px solid #E20177; }

.lgaExec {
  background-color: #91278F;
  color: #fff; }

.lgaExecBorderLeft {
  border-left: 10px solid #91278F; }

.improvement {
  background-color: #F3901D;
  color: #000; }

.improvementBorderLeft {
  border-left: 10px solid #F3901D; }

.econTran {
  background-color: #6A737B;
  color: #fff; }

.econTranBorderLeft {
  border-left: 10px solid #6A737B; }

.euroInt {
  background-color: #00856A;
  color: #fff; }

.euroIntBorderLeft {
  border-left: 10px solid #00856A; }

.workforce {
  background-color: #5A4099;
  color: #fff; }

.workforceBorderLeft {
  border-left: 10px solid #5A4099; }

.children {
  background-color: #004960;
  color: #fff; }

.childrenBorderLeft {
  border-left: 10px solid #004960; }

.purple {
  background-color: #92278F;
  color: #fff;
  border: 1px solid #92278F !important; }

.grey {
  background-color: #666;
  color: #fff;
  border: 1px solid #666 !important; }

.blue {
  background-color: #007abe;
  color: #fff;
  border: 1px solid #007abe !important; }

/* end themes */
.button {
  font-weight: bold;
  font-size: 14px;
  padding: 5px 15px; }

a.button:hover, a.button:visited, a.button:active {
  color: #fff; }

.button.download {
  padding-left: 25px;
  margin-right: 15px;
  background-image: url("../images/downloadArrow.png");
  background-repeat: no-repeat;
  background-position: 10px center; }

/*User account */
.user-account h2 {
  padding: 10px;
  margin-bottom: 0px !important; }

.user-account top {
  padding: 10px; }

form.userAccountForm, form.userAccountForm div {
  margin-bottom: 15px;
  position: relative; }

form.userAccountForm label {
  color: #333;
  display: block;
  font-weight: bold; }

form.userAccountForm .btn {
  width: auto!important; }

form.userAccountForm input[type="text"] {
  width: 30%; }

form.userAccountForm .btn .button-purple input[type="submit"] {
  box-shadow: none;
  width: auto!important;
  background: #92278F;
  border-radius: 5px;
  text-shadow: none;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  border: 1px solid #92278F !important;
  padding: 5px 15px; }

form.userAccountForm fieldset {
  border: none;
  background: #f7f7f7;
  padding: 20px 10px;
  color: #333;
  margin-bottom: 20px; }

form.userAccountForm .btn a.button-grey {
  width: auto!important;
  background: #666;
  border-radius: 5px;
  text-shadow: none;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  border: 1px solid #666!important;
  padding: 5px 15px;
  box-shadow: none;
  border-color: #DEDEDE #BFBFBF #BFBFBF #DEDEDE; }

form.userProfileForm input[type="text"] {
  width: 250px; }

form.userProfileForm textarea {
  width: 400px !important;
  height: 90px !important; }

form.userProfileForm .expando-no-padding div {
  margin-bottom: 10px !important; }

form.userProfileForm .label-padding-top label {
  padding-top: 10px; }

#centerContent form.roundedForm, #centerContent form.roundedForm div, form.registerPanelForm, form.registerPanelForm div {
  margin-bottom: 15px;
  position: relative; }

#centerContent form.roundedForm fieldset, form.registerPanelForm fieldset {
  border: none; }

#centerContent form.roundedForm label, form.registerPanelForm label {
  color: #333; }

#centerContent form.roundedForm input, #centerContent form.roundedForm textarea, form.registerPanelForm input, form.registerPanelForm textarea {
  padding: 5px;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 220px;
  -moz-box-shadow: inset 1px 1px 2px #ccc;
  -webkit-box-shadow: inset 1px 1px 2px #ccc;
  box-shadow: inset 1px 1px 2px #ccc; }

#centerContent form.roundedForm input[type="submit"], form.registerPanelForm input[type="submit"], form.registerPanelForm input[type="button"] {
  padding: 5px 15px; }

#centerContent form.roundedForm textarea, form.registerPanelForm textarea {
  width: 400px; }

#centerContent form.roundedForm select, form.registerPanelForm select {
  width: 250px;
  padding: 4px;
  margin-right: 10px; }

#centerContent form.roundedForm .checkboxes label {
  font-weight: normal;
  display: inline; }

#centerContent form input[type="submit"], form.registerPanelForm input[type="submit"], form.registerPanelForm input[type="button"] {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

input[type="checkbox"] {
  width: inherit !important;
  margin-right: 10px;
  vertical-align: middle; }

form.registerPanelForm input {
  width: 190px; }

form.registerPanelForm input[type="submit"], form.roundedForm input[type="submit"], form.registerPanelForm input[type="button"] {
  width: auto !important; }

/*Center Form focus elements etc. */
#centerContent input[type="text"]:focus, #centerContent textarea:focus, #centerContent input[type="password"]:focus, form.registerPanelForm input[type="text"]:focus, form.registerPanelForm textarea:focus, form.registerPanelForm input[type="password"]:focus {
  border: 2px solid #B884CE !important;
  background: none repeat scroll 0 0 #FFFFFF; }

.comments {
  padding-left: 20px;
  background: url("../images/comment.png") no-repeat left center; }

.date {
  font-weight: bold !important;
  color: #333;
  margin-bottom: 0px; }

.dottedLineGrey {
  margin-left: 4px;
  border-left: 1px dotted #333333 !important;
  height: 100%;
  width: 1px; }

.dottedLineBlue {
  margin-left: 4px;
  border-left: 1px dotted #0079BF !important;
  height: 100%;
  width: 1px; }

/* Dark Panel */
.darkPanel {
  background-color: #3D3E42;
  color: #ccc;
  padding: 10px;
  margin: 10px 0px 0px 0px; }

.darkPanel a {
  color: #2AC1FA !important;
  font-weight: bold; }

.darkPanel img.arrow {
  vertical-align: middle;
  border: none;
  margin-right: 5px; }

.darkPanel h2 {
  color: #fff;
  margin-bottom: 10px; }

.darkPanel select {
  color: #fff !important;
  background: #575757;
  font-size: 16px;
  font-weight: bold;
  padding: 3px;
  width: 100%;
  border: 2px solid #747071 !important;
  margin-bottom: 10px; }

.darkPanel ul, .plainPanel ul {
  padding: 0;
  margin: 0; }

.darkPanel ul li, .plainPanel ul li {
  list-style-type: none;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  font-size: 12px; }

.darkPanel ul li:last-child, .plainPanel ul li:last-child {
  border-bottom: none;
  margin-bottom: none; }

.darkPanel .docIcon {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px;
  vertical-align: middle;
  text-align: center;
  background-image: url("../images/icn_doc_briefing.png");
  background-repeat: no-repeat;
  display: table;
  zoom: 1; }

.darkPanel .docIcon p {
  display: table-cell;
  zoom: 1;
  *padding-top: 20px;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  color: #3D3E42;
  font-size: 14px; }

/* End dark Panel */
.discThread {
  color: #333;
  font-weight: bold; }

.discThread img {
  vertical-align: middle;
  margin-right: 5px; }

.docIcon {
  width: 50px;
  height: 50px;
  float: left;
  vertical-align: middle;
  text-align: center;
  background-image: url("../images/icn_doc.png");
  background-repeat: no-repeat;
  display: table;
  zoom: 1; }

.docIcon p {
  display: table-cell;
  zoom: 1;
  *padding-top: 20px;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  color: #3D3E42;
  font-size: 14px; }

.plainPanel .docIcon, .stripedPanel .docIcon {
  margin-right: 10px; }

input.error {
  background: #ffeded url("../images/icn_error.png") no-repeat 99% center; }

.errorText {
  color: #c9000a;
  font-weight: bold;
  padding: 10px;
  border: 1px dashed #f77178;
  position: absolute !important;
  top: 10px;
  left: 255px;
  width: 200px; }

.errorText img {
  position: absolute !important;
  top: 15px;
  left: -7px; }

.captchaErrorText {
  position: relative !important;
  left: 0px;
  width: 390px;
  top: 0px; }

.eventIcon {
  width: 50px;
  height: 60px;
  float: left;
  margin-right: 10px;
  vertical-align: middle;
  text-align: center; }

.eventIcon .month {
  font-weight: bold;
  margin: 1px 0px 0px 0px; }

.eventIcon .day {
  font-weight: bold;
  color: #000;
  background: #fff;
  padding: 3px;
  margin: 1px 3px 3px 3px;
  font-size: 16px; }

.eventInfo {
  position: relative;
  height: 125px;
  margin-bottom: 10px;
  zoom: 1; }

.eventInfo img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
  margin-left: -10px;
  margin-top: -10px; }

.eventInfo .eventIcon {
  position: absolute;
  bottom: 20px;
  left: 0px;
  z-index: 100; }

#featuredContent {
  position: relative;
  clear: both; }

#featuredContent h1 {
  margin-bottom: 15px; }

#featuredContent #cycleNav {
  position: absolute;
  right: 0px;
  top: 15px; }

#featuredContent #cycleNav img {
  margin-left: 5px; }

.featureImage {
  margin-left: -10px;
  margin-top: 0px; }

.featureSettingsImage {
  margin-left: -10px;
  margin-top: -10px; }

.filterBox {
  padding: 5px 5px 5px 25px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px; }

.filterBoxTitle {
  background-color: #ececec; }

.filterBox.expanded {
  background: url("../images/blueArrowDown.png") no-repeat 10px 12px #ececec; }

.filterBox.collapsed {
  background: url("../images/blueArrowCollapsed.png") no-repeat 10px 12px #ececec; }

.filterResults {
  margin-bottom: 10px !important; }

.filterResults li {
  border: none !important;
  background: url("../images/expand.png") no-repeat left center !important;
  margin-left: 0px;
  padding-left: 15px;
  margin-bottom: 0 !important; }

.filterResults li a {
  font-weight: normal; }

.tagResults {
  margin-bottom: 10px !important; }

.tagResults li {
  border: none !important;
  background: url("../images/tag.png") no-repeat left center !important;
  margin-left: 0px;
  padding-left: 25px;
  margin-bottom: 0 !important; }

.tagResults li a {
  font-weight: normal; }

h1 a span.highlight, h3 a span.highlight, h3.highlight, h1 span.highlight {
  color: #B80EB7; }

/* IF the item after H3 is eventItem or publicationItem then give a margin-top */
h3 + .eventItem, h3 + .publicationItem, h1 + .publicationItem, h1 + .resultItems {
  margin-top: 15px; }

.icnLeft img {
  float: left;
  margin-right: 10px; }

/*Image wrapper, position relative so we can then get the ribbons working. All images will need this div wrapped around them if they are to havea  ribbon */
.imageWrap {
  position: relative;
  display: table-cell;
  display: block; }

.topicItem .imageWrap, .newsItem .imageWrap, .eventItem .imageWrap {
  width: 140px !important;
  float: left;
  margin-right: 10px; }

img.political {
  margin-right: 10px;
  margin-bottom: 10px;
  vertical-align: top; }

/* Inline Single Level Sub Menu */
#inlineSubMenu {
  height: 100%;
  min-height: 100%;
  margin-bottom: -9000px !important;
  padding-bottom: 9000px;
  z-index: 1;
  background: #f7f7f7;
  border-bottom: 1px solid #cccccc; }

#inlineSubMenu ul {
  list-style-type: none;
  margin: 10px 0 0 0;
  padding: 0;
  height: 100%; }

#inlineSubMenu ul li {
  list-style-type: none;
  margin-bottom: 10px;
  padding: 5px; }

#inlineSubMenu .selected {
  background: #fff;
  margin-top: 5px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc; }

#inlineSubMenu a {
  font-weight: bold; }

.lilacInfoPanel {
  background-color: #EDE1EB;
  padding: 20px;
  text-align: center;
  color: #92278F; }

.updateInfoPanel {
  background-color: #EDE1EB;
  padding: 5px;
  text-align: center;
  color: #333;
  margin: 10px 0px; }

.locationMap {
  margin: 10px 0px 10px -10px; }

.moreLink, .noWrap {
  white-space: nowrap; }

.mostViewed li {
  border-bottom: none !important; }

.pagination {
  text-align: center;
  color: #333;
  margin-bottom: 10px; }

.pagination span {
  margin-left: 10px; }

.pagination span.active {
  font-weight: bold; }

/* Popup styling */
.popUp {
  padding: 10px; }

.popUp .profilePic {
  width: 150px;
  float: left;
  margin-right: 10px; }

.popUp .profileImage {
  padding: 5px;
  background-color: #fff;
  -moz-box-shadow: 2px 2px 3px #ccc;
  -webkit-box-shadow: 2px 2px 3px #ccc;
  box-shadow: 2px 2px 3px #ccc;
  width: 130px; }

.popUp .profilePic a, .popUp .profilePic p {
  display: block;
  font-size: 12px;
  text-align: center; }

.popUp fieldset {
  border: none;
  background: #f7f7f7;
  padding: 20px 10px;
  color: #333;
  margin-bottom: 20px; }

.popUp .content {
  border: none;
  background: #f7f7f7;
  padding: 20px 10px;
  color: #333;
  border-bottom: 1px solid #ccc; }

.popUp form div {
  margin-bottom: 15px; }

.popUp form input, .popUp form textarea {
  padding: 5px;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 220px;
  -moz-box-shadow: inset 1px 1px 2px #ccc;
  -webkit-box-shadow: inset 1px 1px 2px #ccc;
  box-shadow: inset 1px 1px 2px #ccc; }

.popUp form textarea {
  width: 400px; }

.popUp form select {
  width: 250px;
  padding: 4px; }

.popUp .button {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: auto;
  margin-right: 20px;
  margin-left: 10px; }

.popUp a {
  font-size: 14px; }

.floatLeft {
  float: left; }

.floatRight {
  float: right; }

.popUp fieldset .columnSocial {
  margin-right: 15px;
  float: left;
  width: 100px; }

.popUp fieldset .socialRow input {
  margin-right: 10px; }

.popUp fieldset .columnSocial img {
  margin-right: 5px;
  vertical-align: middle; }

.popUp fieldset .columnSocial label {
  display: inline; }

.popUp h2 {
  padding: 10px;
  margin-bottom: 0px !important; }

.popUp hr {
  margin-bottom: 0px !important; }

.popUp .viewProfilePage {
  float: right;
  margin-right: 10px; }

.popUp ul.tabs, .popUp ul.profileTabs {
  height: 35px;
  border-bottom: 10px solid #92278f;
  width: 100%;
  margin-left: 0px !important; }

.popUp ul.tabs li, .popUp ul.profileTabs li {
  float: left;
  list-style-type: none;
  padding: 10px 15px;
  margin-left: 5px; }

.popUp ul.tabs li:first-child, .popUp ul.profileTabs li:first-child {
  margin-left: 20px; }

.popUp ul.tabs li.selected, .popUp ul.tabs li:hover, .popUp ul.profileTabs li.selected, .popUp ul.profileTabs li:hover {
  background: #92278f;
  /* Old browsers */
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  cursor: pointer; }

.popUp ul.tabs li.selected, .popUp ul.tabs li:hover {
  background: -moz-linear-gradient(top, #540c4c 0%, #92278f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #540c4c), color-stop(100%, #92278f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #540c4c 0%, #92278f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #540c4c 0%, #92278f 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #540c4c 0%, #92278f 100%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#540c4c', endColorstr='#92278f',GradientType=0 );
  /* IE6-9 */
  background: linear-gradient(top, #540c4c 0%, #92278f 100%);
  /* W3C */ }

.popUp ul.tabs li a, .popUp ul.profileTabs li a {
  color: #861585;
  font-weight: bold;
  font-size: 16px; }

.popUp ul.tabs li.selected a, .popUp ul.profileTabs li.selected a, .popUp ul.tabs li:hover a, .popUp ul.profileTabs li:hover a {
  color: #ffffff;
  font-weight: 200 !important; }

.profileImage {
  padding: 5px;
  border: 1px solid #ccc;
  background-color: #fff;
  -moz-box-shadow: 2px 2px 3px #ccc;
  -webkit-box-shadow: 2px 2px 3px #ccc;
  box-shadow: 2px 2px 3px #ccc; }

.closeIcon {
  float: right;
  margin: 30px 20px; }

/* End Popup Styles */
.profileInfo, .recentPosts {
  margin-bottom: 10px; }

.profileInfo img {
  float: left;
  padding: 2px;
  border: 1px solid #ccc;
  -moz-box-shadow: 2px 2px 3px #ccc;
  -webkit-box-shadow: 2px 2px 3px #ccc;
  box-shadow: 2px 2px 3px #ccc;
  margin-right: 10px; }

/* Progress Bar */
.progressWrapper {
  border: 1px solid #ccc;
  background: #f8edf3;
  padding: 2px;
  margin-bottom: 10px;
  height: 30px; }

.progressWrapper .progress {
  background: #dcb7d8;
  display: block;
  height: 100%; }

.progressWrapper .incomplete {
  -moz-border-radius-topright: 0px !important;
  -webkit-border-top-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
  -moz-border-radius-bottomright: 0px !important;
  -webkit-border-bottom-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important; }

/* End progress bar */
.publicationItem img {
  float: left;
  padding: 2px;
  border: 1px solid #ccc;
  -moz-box-shadow: 2px 2px 3px #ccc;
  -webkit-box-shadow: 2px 2px 3px #ccc;
  box-shadow: 2px 2px 3px #ccc;
  margin-right: 15px; }

.publicationItem .story {
  width: 575px;
  float: left;
  margin-bottom: 15px; }

.recentPosts img {
  float: left;
  margin-right: 10px; }

.recentPosts h3 {
  margin-bottom: 0px !important; }

.recentPosts div {
  margin-left: 60px; }

.resultsHeader {
  background: #f3f3f3;
  height: 100px;
  overflow: hidden; }

.resultsHeader h2 {
  padding: 10px 20px; }

.resultsHeader ul {
  height: 35px;
  border-bottom: 10px solid #92278f;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  margin: 0;
  padding: 0; }

.resultsHeader ul li {
  float: left;
  list-style-type: none;
  padding: 10px 15px;
  font-size: 14px;
  cursor: pointer;
  margin-left: 15px; }

.resultsHeader ul li.selected, .resultsHeader ul li:hover {
  background: #540c4c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #540c4c 0%, #92278f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #540c4c), color-stop(100%, #92278f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #540c4c 0%, #92278f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #540c4c 0%, #92278f 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #540c4c 0%, #92278f 100%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#540c4c', endColorstr='#92278f',GradientType=0 );
  /* IE6-9 */
  background: linear-gradient(top, #540c4c 0%, #92278f 100%);
  /* W3C */
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px; }

.resultsHeader ul li a, ul.tabs li a {
  color: #861585;
  font-weight: bold; }

.resultsHeader ul li.selected a, .resultsHeader ul li:hover a {
  color: #ffffff; }

.resultItems .item {
  margin-bottom: 20px; }

.resultItems .item h3, .resultItems .item p {
  margin-bottom: 0px !important; }

.resultItems .item .desc {
  margin-left: 60px; }

.resultItems .item .desc .highlight {
  color: #333333;
  font-weight: bold; }

.resultItems .item .thumb {
  float: left;
  margin-right: 10px; }

/* change width and height of the image in thumbshadow to take into account the padding and border */
.resultItems .item .thumbShadow img {
  width: 42px;
  height: 42px;
  float: left;
  margin-right: 10px;
  padding: 4px;
  background-color: #fff;
  -moz-box-shadow: 2px 2px 3px #ccc;
  -webkit-box-shadow: 2px 2px 3px #ccc;
  box-shadow: 2px 2px 3px #ccc;
  border: 1px solid #ccc;
  margin-bottom: 0px !important; }

.resultItems .item .topic {
  float: right; }

.resultItems .item .topic a {
  font-weight: 100 !important; }

.resultsList {
  padding: 10px 0px; }

.resultsList form {
  float: right; }

.resultsList form label {
  display: inline;
  margin-right: 5px; }

.resultsList .resultsListHead {
  color: #333333; }

/* width for the ribbon */
.ribbonWrap {
  width: 170px;
  position: absolute;
  top: 15px;
  left: -10px; }

.ribbon {
  padding: 3px 0px;
  font-weight: bold;
  *padding: 3px 5px 2px 0px !important;
  /* IE 7 (IE6 also uses this, so put it first) */
  _padding: 3px 5px 2px 0px !important;
  /* IE 6 */
  padding: 3px 5px 2px 0px \0/!important;
  /* IE 8-9 */ }

.newsItem .ribbonWrap, .topicItem .ribbonWrap, .eventItem .ribbonWrap {
  width: 100px !important; }

.ribbon span {
  position: relative;
  left: -5px; }

.ribbonTop {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 5px;
  left: -10px; }

.serviceItem, .genericItem {
  margin-bottom: 10px; }

.shareLinks {
  color: #333; }

.shareLinks img {
  margin: 2px; }

/* Side Search */
.sideSearch {
  color: #333;
  margin: 15px 0px; }

#centerContent .sideSearch {
  margin-top: 0 !important;
  margin-bottom: 20px !important; }

.sideSearch p {
  margin-bottom: 0px !important; }

.sideSearch input[type="text"] {
  border: 1px solid #ccc;
  background: #fff;
  padding: 3px;
  color: #000;
  width: 180px;
  height: 19px; }

/* End Side Search */
/* Sign In Overlay */
.signInOverlay {
  position: relative;
  border: 1px solid #6f6f6f;
  background-color: #313131;
  width: 220px;
  padding: 10px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
  margin-top: 20px; }

.signInOverlay .expanded {
  background: url("../images/blueArrowDown.png") no-repeat 10px 12px #191919;
  padding: 5px 5px 5px 25px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px; }

.signInOverlay .collapsed {
  background: url("../images/blueArrowCollapsed.png") no-repeat 10px 12px #191919;
  padding: 5px 5px 5px 25px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px; }

.signInOverlay form {
  margin-bottom: 10px; }

.signInOverlay form label {
  color: #fff; }

.signInOverlay div {
  margin-bottom: 15px;
  position: relative; }

.signInOverlay fieldset {
  border: none;
  padding: 5px; }

.signInOverlay input {
  padding: 5px;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 195px;
  -moz-box-shadow: inset 1px 1px 2px #ccc;
  -webkit-box-shadow: inset 1px 1px 2px #ccc;
  box-shadow: inset 1px 1px 2px #ccc; }

.signInOverlay input[type="submit"] {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: inherit; }

.signInOverlay a {
  color: #73b3d6 !important; }

.signInOverlay .topArrow {
  display: block;
  text-align: center;
  margin-top: -23px; }

.signInOverlay .topArrow img {
  margin: auto; }

.signInOverlay #openId {
  background: url("../images/openID.gif") no-repeat 1% center white;
  padding-left: 30px;
  width: 175px; }

/* End Sign In Overlay */
.smallLinks a {
  font-weight: 100 !important; }

.soldOut {
  padding: 1px;
  border: 2px solid #cc0000;
  font-size: 10px;
  vertical-align: middle;
  margin-left: 15px;
  color: #cc0000;
  overflow: visible; }

span.required {
  font-size: small;
  vertical-align: top;
  color: #861585;
  font-weight: bold; }

.standardBanner {
  margin-top: 15px; }

/* Striped Panel */
.stripedPanel {
  background-color: #ececec;
  margin-top: 10px; }

.stripedPanel img.arrow, .plainPanel img.arrow, .arrow {
  vertical-align: middle;
  border: none;
  margin-right: 5px; }

.stripedPanel .top {
  padding: 10px; }

.stripedPanel .lightRow {
  background-color: #f7f7f7; }

.stripedPanel .info {
  padding: 10px; }

.stripedPanel .info strong {
  color: #333; }

.stripedPanel .bot {
  padding: 10px; }

.stripedPanel ul {
  padding: 0;
  margin: 0;
  position: relative; }

.stripedPanel ul li {
  list-style-type: none;
  font-size: 12px;
  padding: 10px; }

.stripedPanel ul li.odd {
  background-color: #f7f7f7; }

.stripedPanel ul li.even {
  background-color: #ececec; }

.stripedPanel .label {
  font-weight: bold;
  margin-bottom: 0px; }

/* End Striped Panel */
.userProfile div.aui-field-wrapper {
  margin-bottom: 0px;
  clear: none; }

.userProfile div.aui-field-wrapper-content {
  margin-bottom: 0px;
  margin-top: 0px; }

.sitesearch-portlet-filter-box {
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
  margin-top: 15px; }

.sitesearch-portlet-main-filter-title {
  font-weight: bold;
  vertical-align: middle;
  border: none;
  background-color: #ececec;
  padding: 5px;
  margin-bottom: 5px; }

.sitesearch-portlet-secondary-filter-title {
  font-weight: bold;
  vertical-align: middle;
  border: none;
  padding: 5px;
  margin-bottom: 5px;
  text-transform: uppercase; }

.filter-sort-by {
  float: right; }

.filter-sort-by label {
  display: inline; }

.openFilter {
  background: url("/lgweb-theme/images/blueArrowDown.png") no-repeat 0 50%;
  padding: 5px 0px 5px 15px;
  margin-left: 10px; }

.closeFilter {
  background: url("/lgweb-theme/images/blueArrowRight.png") no-repeat 0 50%;
  padding: 5px 0px 5px 15px;
  margin-left: 10px; }

a.icon-arrow-blue {
  font-weight: bold;
  vertical-align: middle;
  border: none;
  margin-right: 5px;
  background: url("/lgweb-theme/images/circle_arrow_blue.png") no-repeat 0 50%;
  padding: 5px 5px 5px 22px; }

a.icon-camera {
  font-weight: bold;
  vertical-align: middle;
  border: none;
  margin-right: 5px;
  background: url("/lgweb-theme/images/icn_camera.png") no-repeat 20% 50%;
  padding: 5px 5px 5px 22px; }

a.icon-next {
  font-weight: bold !important;
  vertical-align: middle;
  border: none;
  background: url("/lgweb-theme/images/blueArrowRight.png") no-repeat 0 50%;
  padding: 5px 10px 5px 0px;
  background-position: right; }

a.icon-previous {
  font-weight: bold !important;
  vertical-align: middle;
  border: none;
  background: url("/lgweb-theme/images/blueArrowLeft.png") no-repeat 0 50%;
  padding: 5px 0px 5px 10px;
  background-position: left; }

p.icon-tags {
  vertical-align: middle;
  border: none;
  background: url("/lgweb-theme/images/icn_tag.png") no-repeat 0 50%;
  padding: 5px 0px 5px 25px;
  background-position: left; }

span.tag, span.category {
  vertical-align: top;
  background: url("/lgweb-theme/images/tag.png") no-repeat 0 50%;
  padding: 5px 0px 5px 25px;
  width: 5%; }

span.icon-plus {
  font-weight: bold !important;
  vertical-align: top;
  width: 5%;
  background: url("/lgweb-theme/images/expand.png") no-repeat 0 50%;
  padding: 5px 0px 5px 10px; }

a.availableFilterEntry {
  width: 80%;
  display: inline-block; }

a.icon-filter-selected {
  vertical-align: middle;
  border: none;
  background: url("/lgweb-theme/images/filterX.png") no-repeat 0 50%;
  padding: 5px 0px 5px 15px;
  background-position: left; }

a.icon-plus {
  font-weight: bold !important;
  vertical-align: middle;
  border: none;
  background: url("/lgweb-theme/images/expand.png") no-repeat 0 50%;
  padding: 5px 0px 5px 10px;
  background-position: left; }

i.icon-tag {
  font-weight: bold;
  vertical-align: middle;
  border: none;
  margin-right: 5px;
  background: url("/lgweb-theme/images/icn_tag.png") no-repeat 0 50%;
  padding: 5px 5px 5px 22px; }

span.icon-search-res-general, span.icon-search-res-article {
  background: url("/lgweb-theme/images/icons/article.png") no-repeat 0 50%;
  vertical-align: middle;
  border: none;
  padding: 40px 5px 80px 40px; }

span.icon-search-res-blog {
  background: url("/lgweb-theme/images/icons/blog.png") no-repeat 0 50%;
  vertical-align: middle;
  border: none;
  padding: 40px 5px 80px 40px; }

span.icon-search-res-campaign1 {
  background: url("/lgweb-theme/images/icons/campaign1.png") no-repeat 0 50%;
  vertical-align: middle;
  border: none;
  padding: 40px 5px 80px 40px; }

span.icon-search-res-campaign2 {
  background: url("/lgweb-theme/images/icons/campaign2.png") no-repeat 0 50%;
  vertical-align: middle;
  border: none;
  padding: 40px 5px 80px 40px; }

span.icon-search-res-data {
  background: url("/lgweb-theme/images/icons/data.png") no-repeat 0 50%;
  vertical-align: middle;
  border: none;
  padding: 40px 5px 80px 40px; }

span.icon-search-res-forum {
  background: url("/lgweb-theme/images/icons/forum.png") no-repeat 0 50%;
  vertical-align: middle;
  border: none;
  padding: 40px 5px 80px 40px; }

span.icon-search-res-icnevent {
  background: url("/lgweb-theme/images/icons/icnevent.png") no-repeat 0 50%;
  vertical-align: middle;
  border: none;
  padding: 40px 5px 80px 40px; }

span.icon-search-res-ideas {
  background: url("/lgweb-theme/images/icons/ideas.png") no-repeat 0 50%;
  vertical-align: middle;
  border: none;
  padding: 40px 5px 80px 40px; }

span.icon-search-res-parliament1 {
  background: url("/lgweb-theme/images/icons/parliament1.png") no-repeat 0 50%;
  vertical-align: middle;
  border: none;
  padding: 40px 5px 80px 40px; }

span.icon-search-res-parliament2 {
  background: url("/lgweb-theme/images/icons/parliament2.png") no-repeat 0 50%;
  vertical-align: middle;
  border: none;
  padding: 40px 5px 80px 40px; }

span.icon-search-res-pressmedia {
  background: url("/lgweb-theme/images/icons/pressmedia.png") no-repeat 0 50%;
  vertical-align: middle;
  border: none;
  padding: 40px 5px 80px 40px; }

span.icon-search-res-publication {
  background: url("/lgweb-theme/images/icons/publication.png") no-repeat 0 50%;
  vertical-align: middle;
  border: none;
  padding: 40px 5px 80px 40px; }

span.icon-search-res-K {
  background: url("/lgweb-theme/images/icons/K.png") no-repeat 0 50%;
  vertical-align: middle;
  border: none;
  padding: 40px 5px 80px 40px; }

span.icon-search-res-padlock-open {
  background: url("/lgweb-theme/images/padlock_open.png") no-repeat 0 50%;
  vertical-align: middle;
  border: none;
  padding: 40px 0px 80px 60px; }

span.icon-search-res-padlock-closed {
  background: url("/lgweb-theme/images/padlock_closed.png") no-repeat 0 50%;
  vertical-align: middle;
  border: none;
  padding: 40px 0px 80px 60px; }

.sitesearch-portlet .lockImage {
  position: relative;
  left: 670px;
  top: -30px;
  visibility: visible; }

.sitesearch-portlet .resultItems {
  width: 90%; }

p.no-margin-bottom {
  margin-bottom: 0px; }

.no-margin-bottom {
  margin-bottom: 0px; }

input[type="button"].purple, input[type="button"].purple:hover, input[type="button"].purple:focus {
  background: none;
  background-image: none;
  background-color: #92278F;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  font-size: 14px;
  padding: 5px;
  box-shadow: none;
  text-shadow: none;
  width: auto!important; }

.accordion-title {
  font-size: 20px;
  font-weight: bold;
  color: #3471ad;
  margin-bottom: 10px;
  margin-top: 15px;
  text-decoration: underline; }

form.domain-mapping p {
  font-weight: bold;
  margin-top: 15px; }

p.domain-entry {
  margin-top: 15px; }

a.icon-edit {
  font-weight: bold;
  border: none;
  margin-left: 5px;
  background: url("/lgweb-theme/images/circle_arrow_blue.png") no-repeat 0 50%;
  padding: 5px 5px 5px 22px; }

a.icon-remove {
  font-weight: bold;
  border: none;
  margin-left: 5px;
  background: url("/lgweb-theme/images/closeIcon.png") no-repeat 0 50%;
  padding: 5px 5px 5px 22px; }

a.icon-back {
  font-weight: bold;
  border: none;
  margin-left: 5px;
  background: url("/lgweb-theme/images/blueArrowLeft.png") no-repeat 0 50%;
  padding: 5px 5px 5px 15px; }

.tags {
  padding-left: 20px;
  background: url("../images/tag.png") no-repeat left center; }

.tags a, .comments a {
  font-weight: normal; }

li.tags {
  border-bottom: none !important;
  margin-bottom: 0px !important; }

.tagSearch {
  padding: 5px;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 188px;
  -moz-box-shadow: inset 1px 1px 2px #ccc;
  -webkit-box-shadow: inset 1px 1px 2px #ccc;
  box-shadow: inset 1px 1px 2px #ccc; }

.threeColDisplay {
  margin-bottom: 10px; }

.threeColCampaignDisplay .row, .threeColGeneralDisplay .row {
  margin-bottom: 10px; }

.threeColCampaignDisplay .col, .threeColGeneralDisplay .col {
  float: left;
  width: 246px;
  margin-left: 20px;
  margin-bottom: 10px;
  position: relative;
  _margin-left: 10px; }

.threeColCampaignDisplay .col:first-child, .threeColGeneralDisplay .col:first-child {
  margin-left: 0px !important; }

/*.threeColGeneralDisplay h3 {margin-bottom: 10px;}*/
.toTop {
  float: right;
  padding-left: 15px;
  background: url("../images/blueArrowUp.png") no-repeat 0px 7px; }

.topicItem .story, .newsItem .story, .eventItem .story {
  width: 360px;
  float: left; }

.workgroupIcon {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 5px;
  vertical-align: middle;
  text-align: center;
  background-image: url("../images/icn_wg.png");
  background-repeat: no-repeat;
  margin-bottom: 10px; }

.lfr-add-content h2 {
  line-height: 18px; }

input[type="button"].button-uploader-file {
  box-shadow: none;
  width: auto!important;
  background: #92278F;
  border-radius: 5px;
  text-shadow: none;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  border: 1px solid #92278F !important;
  padding: 5px 15px;
  margin-top: 10px;
  margin-bottom: 10px; }

.popup .floatLeft .g560 h6 {
  font-size: 1.356em;
  padding: 10px 10px 10px 10px; }

.profileStatusBox {
  padding: 30px 0px 0px 10px;
  background: #f7f7f7; }

a.picture-remove-link {
  display: block;
  padding: 15px 0px; }

a.back-button {
  width: 123px;
  background: #666;
  border-radius: 5px;
  text-shadow: none;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  border: 1px solid #666!important;
  padding: 5px 15px;
  box-shadow: none;
  border-color: #DEDEDE #BFBFBF #BFBFBF #DEDEDE;
  margin-top: 200px;
  display: block; }

