/******************************************************************************/
/* Generic Styles Start */
/* begin with generic selectors so that they can be overridden if needed by classes deeper in the stylesheet */
/******************************************************************************/
body {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #FCF0B5 url(/Images/HeaderBackground.gif) repeat-x top;
    font-family: tahoma;
    font-size: 75%;
    color: #000000;
    line-height: 17px;
}

#pageWrapper {
    min-width: 700px; /* used for fluid layouts so that narrow browser widths doesn't squash up content */
    width: auto; /* fixed layout: width: 760px; | fluid layout width: auto; */
    margin: 0 25px; /* fixed layout: margin: 0 auto; | fluid layout margin: 0; */
    padding: 25px 0;
}

#pageWrapper .top {
	background: url(/Images/TopRight.gif) no-repeat top right;
}

#pageWrapper .top div {
	background: url(/Images/TopLeft.gif) no-repeat top left;
}

#pageWrapper .top, #pageWrapper .top div {
	height: 15px;
}

#pageWrapper .top span {
    display: block;
    height: 15px;
    margin: 0 15px;
	background-image: url(/Images/TopCenter.gif);
}

#pageWrapper .bottom {
	background: url(/Images/BottomRight.gif) no-repeat bottom right;
}

#pageWrapper .bottom div {
	width: auto; /* IE 6 hack */
	background: url(/Images/BottomLeft.gif) no-repeat bottom left;
}

#pageWrapper .bottom, #pageWrapper .bottom div {
	height: 15px;
}

#pageWrapper .bottom span {
    display: block;
    height: 15px;
    margin: 0 15px;
	background: #7B9905 url(/Images/BottomCenter.gif) repeat-x bottom;
}

#innerPageWrapper {
    padding: 0;
	border-left: 1px solid #9C9A84;
	border-right: 1px solid #9C9A84;
}

* html #innerPageWrapper {
    height: 1%;
    overflow: auto;
}

#header {
    height: 160px;
}

#yeovilLibDems {
    margin: 0 auto;
    padding: 35px 0 0 0;
    text-align: center;
}

#slogan {
    margin-top: 10px;
    font-size: 16px;
}

#topRight {
    float: right;
    margin-top: -50px;
}

#topLinks {
    width: 200px;
}

#topLinks ul {
    position: relative;
    margin: 65px 10px 0 0;
    padding: 0;
    list-style-type: none;
    text-align: right;
}

#topLinks li {
    margin: 0;
    padding-left: 10px;
    display: inline;
}

a.fadeImage img {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    -khtml-opacity: 0.5;
}

a.fadeImage:hover img {
    filter: alpha(opacity=100); 
    -moz-opacity: 1.0; 
    opacity: 1.0;
    -khtml-opacity: 1.0;
}

#search {
    margin-top: 10px;
}

#toggleWidth {
    float: right;
    position: relative;
    width: 60px;
    margin: -22px 10px 0 0;
}

#breadCrumb {
    padding: 10px 0;
    font-size: 90%;
    color: #999999;
}

#outerColumnContainer {
    padding: 15px 0;
    background-color: #FFFFFF;            /* set the background color for the middle column here */
    border-left: solid 200px #FFFFFF;     /* left width | left column background color */
    border-right: solid 200px #FFFFFF;    /* right width | right column background color */
}

#middleContainer { /* only needed if page has a rightColumn */
    float: left;
    width: 100%;
    margin: 0;
}

#middleColumn {
    float: right;
    width: 100%;
}

#middleColumn .content {
	margin: 0 15px 7px 15px;
}

* html #leftColumn, * html #rightColumn { /* fixes some ie6 left/right column rendering issues */
	position: relative;
	overflow: visible;
}

#leftColumn {
    float: left;
    width: 185px; /* left width */
    margin-left: -200px; /* -left width + left padding */
    padding-left: 15px;
}

#rightColumn {
    float: right;
    width: 185px; /* right width */
    margin-right: -200px; /* -right width + right padding */
    padding-right: 15px;
}

* html #rightColumn { /* fixes ie6 double margin bug */
	margin-right: -100px; /* right margin / 2 */
}

#footer {
    padding: 15px 0;
    background-color: #FFFFFF;
    border-top: solid 1px #999999;
    text-align: center;
    color: #666666;
    font-size: 90%;
}

#footer a, #footer a:visited {
    color: #FF6905;
}

a, a:visited {
    color: #FF6905;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    margin-top: 0;
    padding: 0;
}

h1 {
    color: #FF6905;
    font-size: 145%;
    line-height: 30px;
    font-weight: bold;
}

h2 {
    color: #333333;
    font-size: 120%;
    line-height: 25px;
    font-weight: bold;
}

h3 {
    font-size: 100%;
    line-height: 20px;
    font-weight: bold;
}

table {
    font-size: 100%;
}

form {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0 10px 0 5px;
    font-weight: bold;
}

.clear {
    clear: both;
    margin-bottom: -1px; /* fix issue with nn7 */
    padding-bottom: 1px;
}

.clear2 {
    overflow: auto;
}

* html .clear2 {
    height: 1%;
}

.hide {
    display: none;
}

.right {
    float: right;
}

.left {
    float: left;
}

.noBorder {
    border: 0;
}

.componentItem p:first-child, .componentItem2 p:first-child, .comment p:first-child, .comment2 p:first-child, .item p:first-child, .item2 p:first-child {
    margin-top: 0;
}

p.last { /* style needed since ie doesn't support last-child pseudo class */
    margin-bottom: 0;
}
/******************************************************************************/
/* Generic Styles End */
/******************************************************************************/

/******************************************************************************/
/* Top Menu Start */
/******************************************************************************/
* html #header .menu { /* IE hack for menu positioning */
    line-height: 17px;
    padding: 15px 0 0 0;
}

#header .menu {
    position: relative;
    clear: both;
    height: 17px;
    margin-top: -20px; 
    padding: 16px 0;
    background-image: url(/Images/MenuBackground.gif);
    border-bottom: solid 1px #666666;
}

#header .menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#header .menu ul li {
    position: relative;
    float: left;
    width: 170px;
    margin-left: 3px;
    padding: 0;
}

/* top level start */
#header .menu ul li a {
    display: block;
    height: 17px;
    padding: 10px 0 5px 0;
    background-color: #FFFFFF;
    border: solid 1px #000000;
    color: #000000;
    font: bold 12px tahoma;
    text-align: center;
    text-decoration: none;
}

#header .menu ul li a:hover, #header .menu ul li.active a:hover {
    color: #FF6905;
    cursor: pointer;
}

#header .menu ul li.active a {
    color: #FF6905;
}
/* top level end */

#header .menu ul ul {
    position: absolute;
    margin: 0;
    z-index: 500;
}

#header .menu ul ul li {
    width: 170px;
    margin: 0;
}

#header .menu ul ul ul li {
    width: 170px;
    margin: 0 0 0 -1px;
}

#header .menu ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
}

#header .menu ul ul, #header .menu ul li:hover ul ul, #header .menu ul ul li:hover ul ul {
    display: none;
}

#header .menu ul li:hover ul, #header .menu ul ul li:hover ul, #header .menu ul ul ul li:hover ul {
    display: block;
}

#header .menu ul ul li a, #header .menu ul ul li a:visited, #header .menu ul li.active ul li a, #header .menu ul li.active ul li a:visited {
    display: block;
    height: auto; /* fix for sub sub bug */
    margin: 0;
    padding: 8px;
    background-color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC #888888 #555555 #BBBBBB;
    color: #000000;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
    text-transform: none;
}

#header .menu ul ul li a:hover, #header .menu ul li.active ul li a:hover {
    text-decoration: none;
}

#header .menu .content {
    background: none;
    border: none;
}

#header .menu .top, #header .menu .bottom {
    display: none;
}
/******************************************************************************/
/* Top Menu End */
/******************************************************************************/

/******************************************************************************/
/* 1 Column Styles Start */
/******************************************************************************/
body.oneColumnLayout #leftColumn, body.oneColumnLayout #rightColumn {
    display: none;
}

body.oneColumnLayout #outerColumnContainer {
    border-left-width: 0;
    border-right-width: 0;
}
/******************************************************************************/
/* 1 Column Styles End */
/******************************************************************************/

/******************************************************************************/
/* 2 Column Styles Start */
/******************************************************************************/
body.twoColumnLayout #rightColumn {
    display: none;
}

body.twoColumnLayout #outerColumnContainer {
    border-right-width: 0;
}
/******************************************************************************/
/* 2 Column Styles End */
/******************************************************************************/

/******************************************************************************/
/* Menu Styles Start */
/******************************************************************************/
#outerColumnContainer .menu {
    margin-bottom: 5px;
    color: #000000;
}

#outerColumnContainer .menu {
    padding: 10px 5px;
    font-weight: bold;
}

#outerColumnContainer .menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#outerColumnContainer .menu li {
    width: 100%;
    margin: 0;
    padding: 0;
}

#outerColumnContainer .menu li a, #outerColumnContainer .menu li a:visited {
    display: block;
    width: auto;
    margin: 0 10px;
    padding: 2px 0 6px 0;
    background-image: url(/Images/MenuBullet.gif);
    background-repeat: no-repeat;
    color: #666666;
    text-decoration: none;
}

#outerColumnContainer .menu li.active > a {
    font-weight: bold;
    cursor: text;
    text-decoration: none;
}

#outerColumnContainer .menu li a:hover {
    text-decoration: underline;
}

#outerColumnContainer .menu li.active > a, #outerColumnContainer .menu li.active > a:visited {
    background-image: url(/Images/MenuBullet.gif);
    background-repeat: no-repeat;
}

#outerColumnContainer .menu li.active > a:hover {
    cursor: text;
    text-decoration: none;
}

/* Identation Styles Start */
#outerColumnContainer .menu li a, #outerColumnContainer .menu li a:visited {
    padding-left: 15px;
    background-position: 0 center;
}

#outerColumnContainer .menu li li > a, #outerColumnContainer .menu li li > a:visited {
    padding-left: 25px;
    background-position: 10px center;
}

#outerColumnContainer .menu li li li > a, #outerColumnContainer .menu li li li > a:visited {
    padding-left: 35px;
    background-position: 20px center;
}

#outerColumnContainer .menu li li li li > a, #outerColumnContainer .menu li li li li > a:visited {
    padding-left: 45px;
    background-position: 30px center;
}
/* Identation Styles End */
/******************************************************************************/
/* Menu Styles End */
/******************************************************************************/

/******************************************************************************/
/* Custom Styles Start */
/******************************************************************************/
.activeButton, .passiveButton {
    background-image: url(/Images/Template/ButtonBackground.jpg);
    border: solid 1px #1D5284;
    font-weight: bold;
}

.articleDate {
	width: 55px;
	height: 56px;
	margin: 0 8px 8px 0;
	padding-top: 8px;
	background: url(/Images/Template/DateBackground.jpg) no-repeat;
	color: #666666;
	font-size: 11px;
	text-align: center;
}

.articleViews {
	float: left;
	width: 55px;
	height: 56px;
	margin: 0 8px 8px 0;
	padding-top: 8px;
	background: url(/Images/Template/ViewsBackground.jpg) no-repeat;
	color: #666666;
	font-size: 11px;
	text-align: center;
}

.author {
    margin: 15px 0;
    color: #999999;
    font-size: 90%;
}

.bookmarks {
    margin: 15px 0;
    padding: 5px;
    border: solid 1px #999999;
}

.close {
    float: right;
    padding: 0 0 5px 5px;
}

.comment {
    margin: 5px 0;
    padding: 5px;
    background-color: #EEEEEE;
    border: solid 1px #DDDDDD;
}

.comments {
    margin: 15px 0;
}

.commentsTop {
    height: 40px;
    margin-bottom: 10px;
    background-color: #DDDDDD;
}

.component, .component2 {
    margin-bottom: 5px;
}

.component a, .component a:visited, .component2 a, .component2 a:visited {
    color: #FF6905;
}

.component .header, .component2 .header {
    height: 20px;
    padding: 10px;
    font-weight: bold;
	font-size: 125%;
}

.component .content, .component2 .content {
    padding: 10px;
}

.componentItem, .componentItem2 {
    margin: 5px 0;
    padding: 5px;
}

.error {
    margin: 10px 0;
    padding: 10px 5px 10px 40px;
    background: #F4E7EA url(/Images/Warning.gif) no-repeat 5px center;
    border: solid 1px #986265;
}

.error ul {
    margin: 0 0 0 16px;
}

.flyout {
    position: absolute;
    display: none;
    overflow: hidden;
    background-color: #FFFFFF;
    border: solid 1px #D0D0D0;
    z-index: 2;
}

.help {
    position: absolute;
    display: none;
    overflow: scroll;
    width: 250px;
    height: 280px;
    padding: 5px;
    background-color: #FFFFFF;
    border: solid 1px #CCCCCC;
    z-index: 2;
}

.highLight {
	background-color: #FFFF66;
	color: #003399;
	font-weight: bold;
}

.item, .item2 {
    margin: 5px 0;
    padding: 5px;
}

.modalBackground {
    background-color: #CCCCCC;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.modalPopup {
    width: 500px;
    padding: 10px;
    background-color: #FFFFFF;
    border: solid 1px #000000;
}

.pageLocation, .pageNavigation {
    margin: 15px 0;
}

.productImage {
    margin-right: 15px;
    border: 0;
}

.productPrice {
    font-size: 110%;
    line-height: 25px;
    font-weight: bold;
}

.productTitle {
    font-size: 110%;
    line-height: 25px;
    font-weight: bold;
}

.rating {
    margin: 15px 0;
}

.response {
    margin: 10px 0;
    padding: 10px 5px 10px 40px;
    background: #F8F8F9 url(/Images/Info.gif) no-repeat 5px center;
    border: solid 1px #0083C1;
}

.tagCloudComponent .content {
    line-height: 30px;
    word-wrap: break-word;
    overflow: hidden;
}

.tags {
    margin: 15px 0;
}

.textBox {
    padding: 2px;
    border: solid 1px #809DB9;
}
/******************************************************************************/
/* Custom Styles End */
/******************************************************************************/

/******************************************************************************/
/* User Styles Start */
/******************************************************************************/
/*Please duplicate all HTML tag styles to Wysiwyg.css */
.imageBorder {
    margin: 5px;
    padding: 5px;
    border: solid 1px #999999;
}

.blueText, .blueText a, .blueText a:visited {
    color: #0690BC;
    text-decoration: none;
}

.greenText, .greenText a, .greenText a:visited {
    color: #009933;
    text-decoration: none;
}

.greyText, .greyText a, .greyText a:visited {
    color: #999999;
    text-decoration: none;    
}

.redText, .redText a, .redText a:visited {
    color: #FF0000;
    text-decoration: none;
}

.quote {
	margin: 10px;
    padding: 5px;
    background-color: #F8F8F9;
    border: solid 1px #0083C1;
    font-weight: bold;
}

.tableGrid {
    width: 100%;
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

.tableGrid, .tableGrid td, .tableGrid th {
    border-color: #E1E1E1;
    border-style: solid;
}

.tableGrid th, .tableGrid td {
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
}

.tableGrid th {
    background-color: #EEEEEE;
    font-weight: bold;
}

.tableGrid th a {
    color: #000000;
}

.tableGrid th.none {
    background: none;
    border: none;
    font-weight: normal;
}

.tableGrid td td, .tableGrid th th {
    border: none;
}

.tableContentHover {
    background-color: #EEEEEE;
}
/******************************************************************************/
/* User Styles End */
/******************************************************************************/