/*------------------------SETUP-------------*/
* {
    margin: 0;
    padding: 0;
}
html, body {
    font: 13px "Trebuchet MS", Geneva, Verdana, sans-serif;
    color: #2b2a2a;
    height: 100.05%;
    line-height: 20px;
    background: url(/site/images/bg.jpg) repeat-x;
    cursor: default;
}
.wrapper {
    min-height: 100.02%;
    height: auto;
    width: 100%;
    position: relative;
}
* html .wrapper{
    height: 100.02%;
}
.inner {
    width: 924px;
    margin: 0 auto;
}
#logo {
    margin-top: 13px;
    height: 90px;
    background: url(/site/images/logo.gif) no-repeat;
    cursor: pointer;	
}

/*------------------------LISTS------------------------*/
ul, ol {
    margin: 10px 0 0 20px;	
}
ul li {
    list-style-image: url(/site/images/li.gif);
}

/*------------------------LINKS--------------------*/
a { 
    color: #fff; 
    text-decoration: none;
    outline: none; /*IE remove dashed border*/
}
a:hover { 
    color: #000;
}
:focus {
    -moz-outline-style: none;/*Moz remove dashed border*/
}
a img {
    border: 0;
}
a.plain, .plain a, .staff a, a.maroonLink { 
    display: inline;
    color: #787200; 
    border-bottom: 1px dotted #787200;
    margin: 0 -3px;
    padding: 0 3px;
}
a.plain:hover, .plain a:hover, .staff a:hover, a.maroonLink:hover { 
    color: #fff; 
    background: #8f8803;	
}
a.maroonLink {
    color: #891536;
    font-weight: bold;
    border-bottom: 1px dotted #891536;
    width: 100%;
    display: block;
}
a.maroonLink:hover {
    background: #891536;
}

a.btn-green {
    background: url(/site/images/btn-green.gif) no-repeat;	
    padding: 0 16px;
    display: block;
    float: left;
    height: 23px;
    color: #fff;
    font-size: 11px;
}
a.btn-green:hover {
    color: #3c3900;
}
a.grey {
    color: #7a908d;
    text-decoration: underline;
}
a.grey:hover {
    color: #891536;
}
.btn-grey {
    background: url(/site/images/btn-grey.jpg) repeat-x;	
    padding: 3px;
    color: #891536;
}
.more, a.top, .newsBg div a, .feedback-link {
    padding: 2px 7px;
    background: url(/site/images/btn-red.jpg) repeat-x;	
    font-weight: normal;
    color: #fff;
    border: 0;
}
.more:hover, a.top:hover, .feedback-link:hover {
    color: #fff;
    background: #73001b;
}
.timetableLinks .more {
	line-height: 31px;
}

.feedback-link {
	color: #fff !important;
}
a.top img {
    float: left;
    margin-top: -1px;
}
a.top:hover {
    color: #891536;
    background: #bbc3c3;
}

a.moreWhite, span .moreWhite, a.whiteArrow {
    padding: 0 5px;
    color: #891536;
    background: #fff;	
}
a.moreWhite:hover, a.whiteArrow:hover {
    color: #fff;
    background: #8f8803;	
}
a.whiteArrow {
    padding-right: 11px;
    background: #fff url(/site/images/red-arrow.gif) no-repeat 39px 8px;	
}
a.whiteArrow:hover {
    background: #8f8803 url(/site/images/red-arrow.gif) no-repeat 39px 8px;	
}

a.content {
    display: inline;
    color: #891536;
    font-weight: bold;
    border-bottom: 1px dotted #891536;
}


/*------------------------HEADINGS & PARAGRAPHS------------------------*/
p {
    margin: 10px 0;
}
h1, h2, h3, h4, h6 { /*all sifr*/
    font: 20px "Swis721 Cn BT";	
    margin-bottom: 6px;
    color: #fff;
} 
h2 {
    font-size: 17px;
}
h3 {
    color: #8e8700;
    font-size: 19px;
}
h4 {
    color: #891536;
    margin-bottom: 10px;
}  
h5 { 
    font: bold 12px "Trebuchet MS";
    color: #891536;
}
h6 {
    color: #891536;
    margin-bottom: 0;
    font-size: 16px;
}
.errorExplanation {
    margin-top: 10px;	
    padding: 10px;
    background: #891536;
    color: white;
}

/*------------------------MAIN NAVIGATION------------------------*/
body.edit .holder { 
	display: none;
}
body.edit .navholder { 
	display: none;
}

#navholder {
    height: 28px;
    background: #8b1339 url(/site/images/nav-tile.gif) repeat-x;	
}
#navholder ul {	
    margin: 0;	
}
#nav li {
    float: left;
    background: url(/site/images/nav-separator.gif) no-repeat center right;
    list-style-image: none;	
    list-style-type: none;	
}
#nav li a {
    display: block;	
    font-size: 11px;
    text-decoration: none;
    color: #fff;
    padding: 5px 8px 4px 9px;
}
#nav a:hover {
    background: url(/site/images/nav-hover.jpg) repeat-x bottom;
}
#nav .none {
    padding-left: 0;
}
#nav li.none {
    background: none;
}
.holder {	
    position: absolute;	
    left: 0;	
    z-index: 10;	
}
.menu a {
    font-size: 11px;
    display: block;
    padding: 1px 10px;
    text-decoration: none;
}
.options {
    background: #ad254d url(/site/images/dropdown-tile.jpg) repeat-x;
    border: 2px solid #560a20;	
}
.options a {
    margin: 0 1px;
    border-bottom: 1px solid #3b0716;
}
.options a:link, .options a:visited {
    color: #fff;
}
.options a:hover {
    background: #560a20;
}
.options .none {
    border: 0;	
}

/*------------------------SEARCH------------------------*/
.search {
    padding-top: 6px;
}
.search input {
    border: 0;
    color: #891536;
    width: 191px;
    height: 15px;
    background: url(/site/images/search-bg.gif) no-repeat !important;
    padding: 1px 2px;	
}
.search button { 	
    font: 11px "Trebuchet MS";
    float: left;
    margin: 0;
}
.search button {
    width: 26px;
    height: 17px;
    color: #fff;
    background: #94a3a3;
    border: 1px solid #b1bebe;
}
.search button:hover {
    background: #7d8a8a;
}

/*------------------------MISC LAYOUT------------------------*/
.left {float: left;}
.right {float: right;}

.marginT {margin-top: 10px;}
.marginR {margin-right: 10px;}
.marginB {margin-bottom: 10px;}
.marginL {margin-left: 10px;}

.maroon {color: #891536;}
.blue {color: #95a3a3;}

.green, .greenLink, .greenlink, .boldGreen strong {
    color: #8f8803;
}
.greenLink, .greenlink{
	border-bottom: 1px dotted #8f8803;
}

.programme .green {
    font-weight: bold;
}
.programme ul {
    margin-top: 0;
}
.maroonBg {
    background: #891536;
    border: 1px solid #c6c6c6;
    padding: 10px;
    color: white;
}
.maroonBg a {
    width: 207px !important;	
    color: white;
    display:block;
    margin: 0;
}
.plainBg div, .courseBg div, .newsBg div {
    background: #eaeaea;
    padding: 5px;
    color: #565656;
    border: 1px solid #c6c6c6;
    border-top: 0;
}
.plainBg a, .courseBg a {
    margin: 0;
    width: 247px;
    display: block;
}
.courseBg div a {
    width: auto;
    display: inline;
}
.plainBg a.maroonLink {
    width: 100%;
}
.plainBg div {
    width: 634px;
}
.contentRight .plainBg div {
    width: 241px;
}
.sideWidth div {
    width: 241px;
}
.courseBg a, .newsBg a {
    display:block;
    float: none;
    width: 640px;
}
.courseBg a.more, .newsBg a.more, .newsBg div a {
    width: 65px;
    color: #fff !important;
    border: none !important;
    /* float: left; */
    margin: 5px 0 -18px;
}

.courseBg a.plain, .newsBg a.plain, .newsBg div a {
    display: inline;
}

/*http://www.emanueleferonato.com/2007/08/22/create-a-lightbox-effect-only-with-css-no-javascript-needed/*/
#fade {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: black;
    z-index:1001;
    opacity:.80;
    filter: alpha(opacity=80);
}
.contentLeft {
    width: 640px;
    float: left;
}
.contentRight {
    position: relative;
    top: 0;
    margin-top: -69px;
    width: 252px;
    float: right;
}
.contentRight p {
	margin: 0;
}

.padding {
    padding: 5px;
}
hr {
    border: 0;
    border-bottom: 1px solid #c4d7d7;
    margin-bottom: 18px;
    height: 1px;
    clear:both
}
div.person {
    float:left;
    width: 298px;
    margin-right: 10px;
    padding-bottom: 30px;
}
div.person .staff_heading {
    font: 20px "Verdana";	
    color: #891536;
    margin-bottom: 0;
    font-size: 16px;
}
.staff div.fullWidth {
    width: 100%;
}
a.fullWidth {
    margin: 0;
    width: 100%;
    display: block;
    /*	padding-top: 5px;*/
}
/*a.fullWidth:hover{
background: #d7dddd;
}*/

.clients {
    margin: 0;
}
ul.clients li {
    width: 176px;
    display: inline;
    list-style: none;
    margin: 0 69px 20px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #b1c0c0;
}
ul.clients li.none {
    margin: 0;
}
.paddingRight {
    margin-right: 20px;
}

/*------------------------FORMS------------------------*/
select, textarea {
    background-color: #f8f8f8 !important;	
    font: 11px Arial;
    color: #666666; 
}
button {	
    border: 0;
    color: #fff;
    font-weight: bold;	
    cursor: pointer;
    height: 23px;
    outline: none;
}
button:hover {
    color: #000;
}
input { 	
    font: 11px "Trebuchet MS";
    float: left;
    margin: 0;	
}
input, textarea, select {
    color: #891536;
    width: 191px;
    height: 15px;
    padding: 1px 2px;		
    background: #ced6d8 !important;
    border: 1px solid #a6afae;
}
select {
    width: 197px;
    height: 20px;
}
textarea {	
    background: #ced6d8  !important;
    border: 1px solid #a6afae;
    height: 76px;
}

#signUp input {
    font-size: 12px;
    background: #5d001a !important;
    border: 1px solid #a9033e;
    color: #fff;
    padding: 2px 4px;
    margin-bottom: 4px;
}

#signUp .fieldWithErrors input {
    border: 2px solid red;
}

.verify {
    border: 1px solid #a6afae;
    background: white;
    width: 195px;
    text-align: center;
    margin-bottom: 4px;
}
#signUp .verify {
    width: 99%;
    display: block;
    clear: both;
}
.browse {
    height: 20px;
    width: 197px;
}

/*------------------------NEWSLETTER SIGNUP------------------------*/
#bar .green {
    margin-right: 20px;
    float: left;
}
#bar {
    color: #7a908d;
}
#signUp {
    position: absolute;
    left: 50%;
    top: -500px;
    margin: -140px 0 0 -123px;
    width: 248px;
    padding: 10px 15px;
    background: #6d0019 url(/site/images/large-red-tile.jpg) repeat-x;	
    color: #fff;
    border: 1px solid #fff;
    z-index:1002;
}
#signUp a {
    margin-top: 7px;
}
#signUp a:hover {
    color: #fff;
    text-decoration: underline;
}
#signUp form {
    margin-top: 10px;
}
#signUp button {
    margin-top: 4px;
}
#signUp input {
    width: 239px;
}
#signUp div.newsletterPng {
    display: block;
    width: 99px;
    height: 98px;
    background: url(/site/images/newsletter.png) no-repeat;
    position: absolute;
    left: 210px;
    top: -25px;
}

#signUp div.fieldWithErrors {
    display:inline;
}


/*------------------------COURSE SEARCH------------------------*/
#courseSearch, #searchResults {
    float: left;
    background: #6e011a url(/site/images/red-block-tile.jpg) repeat-x;	
    width: 437px;
    height: 157px;
    color: #fff;
    padding: 11px 0 11px 14px;
}
#courseSearch h2, #courseSearch select {
    display: inline;
    float: left;
    width: 131px;
    margin: 0 13px 10px 0;		
}
#courseSearch select {
    z-index: 3;
    border: 1px solid #a5acb2;
    padding: 1px;	
    font-size: 12px;	
    position: relative;
    margin-bottom: 14px;	
    background: #fff !important;
}
#courseSearch h2.field_heading {
    width: 217px;
	margin-right:45px
}
#courseSearch .wide {
    width: 250px;
}
#courseSearch .narrow {
    width: 115px;
}
#courseSearch span {
    background: #fff;
    font-weight: bold;	
    display: block;
    text-indent: 6px;
    padding: 1px 0;
}
.btn-magnify {		
    z-index: 2;
    width: 63px;
    height: 71px;
    position: absolute;
    margin: -49px 0 0 384px;
    background: url(/site/images/magnifier.gif) no-repeat;	
}
.btn-magnify:hover {		
    background-position: bottom;	
}

/*------------------------COURSE RESULTS------------------------*/
#searchResults {
    width: 911px;
    height: 179px;
    position: absolute;
    z-index: 4;
    clear: both;
    margin: 19px 0 0 3px;
    padding: 0 0 0 11px;	
    /*display: none;*/
}
#searchResults table {
    margin-top: 2px;
    width: 897px;
}
#searchResults div {
    width: 897px;
    margin: 11px 0 11px 0;
}
#searchResults td {
    background: url(/site/images/dots.gif) repeat-x left bottom;	
    height: 22px;
    text-align: left;
}
#searchResults th {
    text-align: left;
}
#searchResults h2 {
    margin-bottom: 0;
}
#searchResults .none {
    background: none;	
    text-align: center;
}
#searchResults span {
    float: right;
    margin-top: 2px;
}

/*------------------------LATEST - FLASH & TEXT------------------------*/
#latest {
    position: absolute;
    z-index: 4;	
    margin: -44px 0 0 480px;
    width: 444px;
    text-align: justify;
}
#latestNews, #upgrade {
    width: 405px;
    height: 178px;
    padding: 0 10px;
    margin-top: 63px;
    background: url(/site/images/scroller-tile.jpg) repeat-x bottom left;
}

/*------------------------ADVERT ROTATOR------------------------*/
#ad_rotator {
	float: left;
	margin-top: 17px;
}

/*------------------------GREY BLOCKS------------------------*/
.greyBlock, .greyBlockWide {
    background: url(/site/images/block1.jpg) no-repeat;
    width: 115px;
    float: right;
    padding: 11px 9px 13px 12px;  
    margin: 10px 0 0 5px;
}
.greyBlockTwo {
	background: url(/site/images/block2.jpg) no-repeat;
	width: 285px;
}
.greyBlockWide {
	background: url(/site/images/block3.jpg) no-repeat left bottom;
	width: 426px;
	height: 172px;
	margin-bottom: 15px;
}
* html .greyBlock {width: 119px; padding: 11px 7px 11px 12px; margin: 10px 0 0 1px;}
*:first-child+html .greyBlock {width: 119px; padding: 11px 8px 11px 12px; margin: 10px 0 0 1px;}
* html .greyBlockTwo {width: 288px;}
*:first-child+html .greyBlockTwo {width: 288px;}

.greyBlockWide p {
	color: #7b8386;
	margin-bottom: 6px;
	clear: both;
}
.greyBlock img {
    position: relative;
    bottom: 0;
    float: right;
}
.greyBlock .graph {
    margin-top: -21px;
}
.greyBlock p {    
	margin: 4px 0 22px 0;
}
.greyBlockTwo p {
	margin-bottom: 10px;
	color: #8e8700;
}
.greyBlock {
	margin-bottom: 12px !important;
	overflow: hidden;
}
* html .greyBlock {margin-bottom: 32px;}

.greyBlock input {
    width: 18px;
	margin-right: 5px;
	float: left;
	background: none !important;
	border: 0;
}
.greyBlock span {
	margin-top: -3px;	
	float: left;
}
.greyBlockWide span {
	margin: 0;
	float: none;
}
.greyBlock div.percent {
	background: #627278;
	border: 1px solid #275d71;
	color: #fff;
	font-size: 12px;
	margin: 0 5px 3px 0;
	height: 13px;
	padding: 1px 2px;
	float: left;
	line-height: 13px;
}
* html .greyBlock div.percent {padding: 2px 2px 0;}
*:first-child+html .greyBlock div.percent {height: 11px;}

.businessday_tip {
	background:transparent url(/site/images/business_tip.gif) no-repeat scroll 0 0;
	height:29px;
	overflow:hidden;
	width:907px;
	padding:8px;
}
.businessday_tip p {
	float:left;	
	width: 740px;
	margin:5px 0 0 0;
	color:#373737;
	height:20px;
	overflow:hidden;
}
.businessday_tip h2 {
	width: 147px;
	float:left;
	margin:5px 0 0 7px;
}

/*------------------------PROGRAMME PAGE------------------------*/
.visualArea {
	border: 2px solid #cddbe1;
	background: #fff;
	margin-bottom: 10px;
}
.programmeSidebar {
	background: #93a6ae;	
	border: 2px solid #cddbe1;
	padding: 12px;
}
form#programme_form {
	overflow: hidden;
	border-bottom: 1px solid #93a6ae;
}
form#programme_form .input, form#programme_form select {
	border-color: #6f838a;
	margin-bottom: 3px;
	background: #fff !important;
}
form#programme_form input {
	float: left;
	width: 218px;
}
form#programme_form select {
	width: 100%;
}
form#programme_form .separator {
	height:6px;
}
* html form#programme_form .separator {
	margin-top: -13px;
}
form#programme_form .checkbox {
	width: 13px;	
	padding: 0;
	border: none;
	margin-top: 2px;
}
form#programme_form p {
	color: #304f54;
	margin: 0 0 5px;
}
form#programme_form span {
	color: #fff;
	float: left;
	font-size: 12px;
	margin: 0 3px;
}
form#programme_form button {
	float: right;	
	padding: 0 3px 3px;
	font: 13px "Trebuchet MS", Verdana;
}

a.btnRegister, a.btnPDF {
	background: url(/site/images/btn-register.jpg) no-repeat;	
	width: 224px;
	height: 33px;
	display: block;
	margin-bottom: 15px;
}
a.btnPDF {
	background: url(/site/images/btn-PDF.jpg) no-repeat;	
}
a.btnRegister:hover, a.btnPDF:hover {
	background-position: left bottom;
}

/* PROGRAMME FOOTER */
#tabs {
	margin: 25px 0 0 0;
	border:1px solid #fff;
	overflow: hidden;
}
#tabs li {
	list-style: none;
	float: left;
}
#tabs li a {
	color: #fff;
	padding: 6px 8px;
	margin: 0 0 1px 0;
	border-right: 1px solid #fff;
	float: left;
}
.tabContent strong {
	color: #8f8803;
}
.boldGrey, .boldgrey {
	color: #90a0a7;
	font-weight: bold;
}
.boldBlack, .boldblack {
	color: #000;
	font-weight: bold;
}

.tabContent ul {
	margin-bottom: 20px;
}
.tabContent a {
	display: inline;
    color: #787200;
    border-bottom: 1px dotted #787200;
}
.tabContent a.more {
    color: #fff;   
    border: 0;
}
ul.feedback li p {
    display:inline;
}
ul.feedback li {
	margin:10px;
}

#sc1 ul {
	margin-bottom: 0;
}
#tabContentContainer {
	width: 637px;		
	border-top: 1px solid #d4d2d3;
	clear: both;
	background-position: -100px -100px;
	padding-top: 15px;
}

.tabContent .venues p {
	margin-top: 0;
}

/*------------------------FOOTER------------------------*/
#clearfooter {
    clear: both;
    height: 140px;
    width: 100%;
}
#footer {	
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 105px;    
    margin-top: 0;
    padding-top: 21px;
    font-size: 13px;
    background: #e5e6e8 url(/site/images/footer-tile.jpg) repeat-x;
}	
#footer h6 {
    margin-bottom: 6px;
}
#footer img {	
    float: left;
}
#footer img.social_networks {	
    float: left;
	padding: 4px 0 0 8px;
}
#footer a {	
    color: #363636;
    text-decoration: none;
}
#footer a:hover {
    color: #891536;
}
#footer a.download, #footer a.rss, #footer .social_network {
    background: url(/site/images/arrow-download.jpg) no-repeat 0 3px;   
	padding-left: 20px;
    text-decoration: none;
}
#footer a.rss {
    background: url(/site/images/rss2.jpg) no-repeat 0 2px;
}
#footer .social_network {
	background: url(/site/images/footer_bullet.gif) no-repeat 2px 6px;
	float: left;
}
#footer .addthis_icon {	
    float: left;
	padding: 3px 6px 0 0;
}

#mail_programme_description .fieldWithErrors input, 
.simple_form .fieldWithErrors input,
.simple_form .fieldWithErrors textarea {
    border: 1px #891536 solid;
}

/*------------------------COMMENT STYLING------------------------*/
h4.commentheading {
    margin: 5px  0 6px -5px;
    padding: 0 !important;
    text-indent: 0px !important;
    float: left;
}
* html h4.commentheading {margin-left: 0;}
*:first-child+html h4.commentheading {margin-left: 0;}
html>/**/body .foo, x:-moz-any-link, x:default { }

hr.details {
    border: 0;
    border-bottom: 1px solid #c4d7d7;
    margin: 10px 0;
    height: 1px;
    clear:both
}

/*------------------------POLLS------------------------*/
body#home #polls_box {
	margin-bottom: 10px;
	height: 60px;
}
input.poll_checkbox {
	width: 20px;
	margin-top: 2px;
}
body#polls .pollbar {
    width: auto;
    height: 16px;
    background: url(/site/images/pollbar_bg.gif) repeat-x;
    clear: both;
    border: 1px solid #d8d8d8;
    margin: 4px 0 5px;
}
body#polls .pollmeter {
    width: 40px;
    height: 16px;
    background: url(/site/images/pollmeter_bg.gif) repeat-x;
    clear: both;
}
* html body#polls .pollbar {line-height: 4px; padding: 0; height: 4px;}
* html body#polls .pollmeter {background-color: #60757a; }

body#polls .result {
	font-size: 12px;
}
body#polls .poll {
	padding: 10px 10px 5px 10px;	
	margin-bottom: 10px;
	border: 1px solid #ebebeb;
	background: url(/site/images/poll_bg.jpg) repeat-x #f4f4f4;
}
*:first-child+html body#polls .poll {padding: 10px;}
* html body#polls .poll {padding: 10px;}

/*------------------------ NEWS / BLOG ------------------------*/
.news .news_date {
	color: #96a5a2;	
	font-weight: bold;
	margin-right: 8px;
}

.news .pagination .page_numbers a,
.news .pagination .page_numbers .current,
.news .pagination .next a, .news .pagination .previous a, .news .pagination .next, .news .pagination .previous,
.news .pagination .first a, .news .pagination .last a, .news .pagination .first, .news .pagination .last {
	color: #91a19e;
	text-transform: lowercase;
}
.news .pagination {
	text-align: center;
}
.news .pagination .page_numbers {
	position: relative;
	left: 0;
	width: 427px;
	float: left;
}
.news .pagination .next, .news .pagination .last {	
	float: right;
	position: relative;
}
.news .pagination .previous, .news .pagination .first {	
	float: left;
	position: relative;
}
.news .pagination .last {
	margin-left: 10px;
}
.news .pagination .first {
	margin-right: 10px;
}
.news .pagination .next a, .news .pagination .previous a, .news .pagination .first a, .news .pagination .last a {
	font-weight: bold;
}
.news .pagination .next a:hover, .news .pagination .previous a:hover, .news .pagination .first a:hover, .news .pagination .last a:hover, .news .pagination .page_numbers a:hover {
	color: #8f8803;
} 
.news .pagination .page_numbers a {
	text-decoration: underline;
}

.newsSidebar #arc_form select {
	float: left;
	width: 110px;
	height: 22px;
	background: none !important;
	color: #333;
	font-size: 13px;
	margin: 8px 0 18px;
}
.newsSidebar #arc_form select#arc_month {
	float: right;
	width: 135px;
}

.newsSidebar .category_links a.green {
	border-bottom: 1px dotted #767904;
	display: block;
	padding-left: 2px;
}
#news-article .news_date {
	color: #92264a;
}
#news-article .news .blog_post a {
    padding: 2px 7px;
    background: url(/site/images/btn-red.jpg) repeat-x;	
    font-weight: normal;
    color: #fff;
    border: 0;
}
#news-article .blog_categories, #news-article .blog_categories a {	
	color: #869290;
}
#news-article .blog_categories a {	
	text-decoration: underline;
}
#news-article form.blog_form {	
	margin-top: 10px;
}
#news-article form.blog_form .left input, #news-article form.blog_form .right input, 
#news-article form.blog_form textarea {
	background: #e4eaea !important;
	border: 1px solid #d0d4d7;
	width: 305px;
	padding: 4px 2px;
	color: #333;
	font: 12px "Trebuchet MS", Arial;
}
#news-article form.blog_form textarea {
	width: 634px;
}
#news-article .blog_subscribe {
	float: left;
	margin-left: 20px;
}
#news-article .blog_subscribe input {
	float: none;
	width: 40px;
	background: none !important;
	border: none !important;
}
#news-article .blog_button button {
	padding: 2px 7px;
    background: url(/site/images/btn-red.jpg) repeat-x !important;	
    font-weight: normal;
    color: #fff;
    border: 0;	
	float: right;
	font-size: 13px;
	padding-bottom: 35px;
	width: 135px;
}
#news-article .success_notice {
	width: 634px;
	display: block;
	margin-bottom: 20px;
	background: #8b173c !important;
	padding: 8px 0;
	color: #fff;
	text-align: center;
	display: none;
}

#news-article .blog_day {
	margin-top: 12px;	
	font: bold 28px Arial;
	float: left;
	border-right: 1px solid #9cabaf;
	line-height: 25px;
	padding-right: 3px;
}
#news-article .blog_monthyear {
	margin-top: 12px;
	font: bold 12px Arial;
	float: left;
	text-transform: uppercase;
	line-height: 12px;
	padding-left: 4px;
}
#news-article .blog_comment {
	width: 514px;    
	background: url(/site/images/blog_comment_top.gif) no-repeat;
	float: right;	
	padding: 10px 20px 0 30px; 
}
#news-article  .blog_comment_bottom {
    background: url(/site/images/blog_comment_bottom.gif) no-repeat top right;
	clear: both;
	height: 17px;
}


/*------------------------ WRFY ------------------------*/
table.wrfy_overview, table.wrfy_table {
	border-collapse: collapse;
}	
table.wrfy_overview td, table.wrfy_overview th, table.wrfy_table th, table.wrfy_table td {
	text-align: left;
	padding: 6px 3px;
	border:1px solid #b0bbcc;
}
table.wrfy_overview th, table.wrfy_table th { 
	color: #fff;
	background: url(/site/images/table-tile.gif) #75112e repeat-x;
	padding: 8px 3px;
	border-color: #75112e;
}
table.wrfy_overview tr.alt td {
	background-color: #f4f7f8;
}

table.wrfy_table th {		
	background: #a8b9c0;
	padding: 8px;
	border-color: #778c96;
	color: #fff;
}
table.wrfy_table th.table_highlight {
	background: #8c1438;
}
table.wrfy_table td {		
	padding: 8px;
}
table.wrfy_table td a {		
	color: #891536;
	border-bottom: 1px dotted #891536;
}

img.wrfy_book {		
	padding: 3px;
	border: 1px solid #b4b4b4;
}


