table#topside {
width:130px;
	
}

.cke_editable
{
	font-size: 13px;
	line-height: 1.6em;
}

blockquote
{
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 2px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
}

.cke_contents_ltr blockquote
{
	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px;
}

.cke_contents_rtl blockquote
{
	padding-left: 8px;
	padding-right: 20px;
	border-right-width: 5px;
}

a
{
	color: #0782C1;
}

ol,ul,dl
{
	/* IE7: reset rtl list margin. (#7334) */
	*margin-right: 0px;
	/* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
	padding: 0 40px;
}



hr
{
	border: 0px;
	border-top: 1px solid #ccc;
}

img.right
{
	border: 1px solid #ccc;
	float: right;
	margin-left: 15px;
	padding: 5px;
}

img.left
{
	border: 1px solid #ccc;
	float: left;
	margin-right: 15px;
	padding: 5px;
}

pre
{
	white-space: pre-wrap; /* CSS 2.1 */
	word-wrap: break-word; /* IE7 */
}

.marker
{
	background-color: Yellow;
}

span[lang]
{
   font-style: italic;
}

figure
{
	text-align: center;
	border: solid 1px #ccc;
	border-radius: 2px;
	background: rgba(0,0,0,0.05);
	padding: 10px;
	margin: 10px 20px;
	display: block; /* For IE8 */
}

figure figcaption
{
	text-align: center;
	display: block; /* For IE8 */
}

/* Used in events */
.event-item{
	width:100%;
	float:left;
}

.blog_date {
display: inline-block;
font-size: 0.85em;
letter-spacing: 2px;
padding: 0.25em 1em 0.25em 1em;
margin: 0 0 2.5em 0;
background: #878787;
color: #FFF;
font-weight: 400;
text-transform: uppercase;
border-radius: 4px;
border: 0;
box-shadow: 0.125em 0.175em 0 0 rgba(0, 0, 0, 0.125);
}

a[rel="blogs_date"] {
color: #ED786A;
border-bottom-color: rgba(255, 255, 255, 0);
text-decoration: none;
color: #FFF;
text-decoration: none;
}

a[rel="blogs_date"]:hover {
  color: #ED786A ;
  background-color: #878787 ;
}

a[rel="anchor"]  {
color: #ED786A;
border-bottom-color: rgba(255, 255, 255, 0);
text-decoration: none;
color: #222;
text-decoration: none;
}

a[rel="anchor"]:hover {
  color: black ;
  background-color: #ED786A ;
}

#pageflip {
position: relative;
right: 0; top: 0;
float: right;
}
#pageflip img {
width: 50px; height: 52px;
z-index: 99;
position: absolute;
right: 0; top: 0;
-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
width: 50px; height: 50px;
overflow: hidden;
position: absolute;
right: 0; top: 0;
background: url(../static/images/subscribe.png) no-repeat right top;
}
#pageflipMirror {
	position: static;
	right: 0;
	top: 0;
	float: right;
}

.slide_centre {
 margin: 0 auto;
 width: 650px; 
}