/**
 * A Simple Support Stylesheet
 * ***************************
 * Made with good old fashioned beans
 *
 */

/* Articles container styling */
.articles{font:12px/1.5 arial, sans-serif;color:#494949;text-align:left;width:555px;}
.articles *{margin:0;padding:0;}
.articles a img{border:none;}
.articles .main-title{font:18px/1 georgia, "times new roman", serif;text-transform:none;font-weight:bold;}
.articles h3{font-size:14px;margin-top:20px;}
.articles .title{font-weight:bold;}
.articles a,
.articles a:link,
.articles a:visited,
.articles a:active,
.articles a:hover,
.articles a:focus{ color: #666; text-decoration: none; border-bottom: 1px solid #C0C0C0; -webkit-transition: color, border 400ms ease-out;}
.articles a:hover, .articles a:focus{ color: #444; text-decoration: none; border-bottom: 1px solid #444; -webkit-transition: color, border 300ms ease-in; }

a.no-border { border: 0px !important; }

/* Header styles */
.articles .header {background: #fff url(//images.freeola.co.uk/knowledge-base/etc/header.png) left top no-repeat;height:151px;margin-bottom:10px;padding:2px 0 0 0;}
.articles .header .main{height:50px;padding:23px 0 27px 110px;margin:0 0 16px 0;}
.articles a.logo{display:block;width:420px;border:1px solid green;height:30px;position:relative;overflow:hidden;margin:0 0 5px 0;}
.articles .logo img{position:relative;top:-25px;left:-110px;}
.articles .header a{border:none;}


/* Header links */
.articles .header ul.links{overflow:hidden;list-style: none;width:420px;margin-left:15px;}
.articles .header .links li{float:left;display:block;padding-left:30px;margin-right:20px;background: transparent url(//images.freeola.co.uk/knowledge-base/etc/icons.png) no-repeat -60px 4px;}
.articles .header .links li.email{background-position:-60px -23px;}
.articles .header .links li.forums{background-position:-60px -47px;}
.articles .header .links a{font-size:12px;line-height:1.7;font-weight:bold; text-decoration: underline; }


/* Breadcrumbs */
#breadcrumb{height:35px;overflow:hidden;}
#breadcrumb li,#breadcrumb a,#breadcrumb form,#breadcrumb select{color:#fff;float:left;display:block;font:11px/13px arial, sans-serif;}
#breadcrumb li{padding:10px 25px 11px 35px;}
#breadcrumb a{text-decoration:none;border-bottom:1px dotted #fff;overflow:hidden;}
#breadcrumb li.current{padding:0;width:152px;height:35px;overflow:hidden;position:relative;}
#breadcrumb li.goto{padding:0 25px 0 30px;}
#breadcrumb .current img{position:relative;top:-153px;left:0;}
#breadcrumb li a:hover,#breadcrumb li a:focus{border-bottom-style:solid;outline:0;}


/* Main content */
.articles .content{width:555px;margin-right:20px;float:left;}

/* Actual article styling */
.article-meta{overflow:hidden;zoom:1;font-size:11px;margin:15px 0;line-height:24px;list-style:none;color:#666;border-top:1px solid #ddd;border-bottom:1px solid #ddd;}
.article-meta li{float:left;padding:0 5px;margin:2px 0;border-right:1px solid #ddd;}
.article-meta .when-who{padding-left:0;}
.article-meta .ratings{border-right:none;}
.article-actions{margin:0 0 15px 0;}
.article-actions a{display:block;}
.article-actions .article-back{display:block;float:left;margin:8px 20px 0 0;}
.article-actions .article-print{float:right;}
.article-actions a,.article-actions a img{border:none !important;}
/*
.article-actions .addthis{width:40%;float:right;text-align:right;}
.article-actions .addthis img{float:right;display:block;margin-top:9px;}
*/
.article-title {margin:15px 0 3px;font:25px/1.2 georgia, "times new roman", serif;text-transform:none;padding-left:25px;background:#fff url(//images.freeola.co.uk/knowledge-base/etc/icons.png) -70px -98px no-repeat;}
.article-title span{font-family:"times new roman", serif;}

.article-content{clear:both;color:#444;font:12px/18px /*"Franklin Gothic Medium", */arial, sans-serif;/*margin:8px;*/ }
.article-content,.articles p,.article-content ul,.article-content pre,.article-content ol,.article-content blockquote{margin: 0 0 10px 0;padding:0;}
.article-content p{margin:0;}
.article-content h1, .article-content h1 strong, 
.article-content h2, .article-content .heading, 
.article-content h2 strong, .article-content .heading strong,
.article-content h3, .article-content .sub-heading, 
.article-content h3 strong, .article-content .sub-heading strong{font-weight: normal;}
.article-content h1, .article-content .heading{font: 18px "Georgia", arial, sans-serif;color:#444; text-decoration: none; margin: 4px 0px -8px 0px;}
.article-content h2, .article-content .sub-heading{font: 15px "Georgia", arial, sans-serif;color:#444; font-style: italic; margin: 8px 0px -8px 0px;}
.sub-heading span { font-style: italic; text-decoration: none !important; }
.article-content blockquote{font-size: 12px;font-style: italic;display: block;padding: 20px;background: #f8f7ef url('//images.freeola.co.uk/knowledge-base/blockquote.png') top left no-repeat;border-left: 3px solid #e0dfd4;}
.article-content blockquote p:first-child {font-family: Georgia;font-weight: bold;text-indent: 30px; }
.article-content ul{list-style:none;margin-top:10px;}
.article-content ol{padding-left:25px;color:#B8213E;font-weight:bold;}
.article-content li{margin-bottom:8px;}
.article-content pre li {margin-bottom: 0px; font-weight: 100;}
.article-content li p{margin:0;color:#444;font-weight:normal;}
.article-content ul li{background:#fff url(//images.freeola.co.uk/knowledge-base/etc/icons.png) -75px -987px no-repeat;padding-left:20px;}
.article-content .var{font-family: "courier new", courier, monospace;}
.article-content .var.custom{font-family:"courier new", courier, monospace;color:#B8213E;}
.article-content pre{
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
.article-content img{max-width:100%;}

.article-found{border:2px dashed #ddd;margin:10px 0;padding:10px;font:16px/20px arial, sans-serif;}
.article-found p{margin:0;}
.article-found p.specific{font-size:	;}
.article-intro p{margin:10px 0 20px 0;}

a.linkus, a.linkus:link { color: blue; text-decoration: underline; border-bottom: 0px; }
a.linkus:visited { color: purple; }


/* Support index status info */
.status-info{border-top:1px dashed #ddd;padding: 20px 10px 20px 0px; }
.status-info ul{ width:380px;float:left;list-style:none; background: #eee; overflow: hidden;}
.status-info ul li{padding:0 0 0 30px;margin:0 0 0 0;background:#fff url(//images.freeola.co.uk/knowledge-base/etc/icons.png) no-repeat -65px -78px;}
.status-info p{float:right;margin:3px 0 0 0;}
.status-info p a img{border:none;}


/* Comments style */
.comments.title{color:#fff;font-size:12px;font-weight:bold;padding:6px 10px;height:17px;background: #B8213E url(//images.freeola.co.uk/knowledge-base/etc/gradient.gif) repeat-x left top;}
table.comments{list-style:none;border:1px solid #ddd;border-top:none;width:100%;}
table.comments td{padding:10px;margin-bottom:10px;clear:both;vertical-align:top;}
table.comments tr.odd{background-color:#e9e9e9;}
table.comments .avatar{padding:2px;border:1px dashed #ddd;}
table.comments tr.odd .avatar{border-color:#fff;}
table.comments .avatar img{max-width:50px;}
table.comments .comment-meta{font-weight:bold;}
table.comments .comment{font-size:12px;vertical-align:middle;}


/* Result styling */
/*
table.results{width:100%;clear:both;margin-bottom:20px;}
table.results td{padding:15px 10px;border-bottom:1px solid #e9e9e9;}
table.results td.result-title{

	padding:7px 10px;
	background-color:#666;
	color:#fff;
	font:17px/21px "Franklin Gothic Medium", arial, sans-serif;
}
table.results td.result-sub-title{background-color:#ddd;color:#666;font-weight:bold;}
table.results td
table.results td a{border:none;text-decoration:underline !important;}
table.results div.heading{padding-bottom:5px;}
*/

div#results {margin-top: 10px;}
div#results .result-title{margin-top: 20px; font:bold 16px/26px arial, sans-serif;color:#b8213e;}
div#results.search .result-title{font-family:georgia,"times new roman",serif;color:#fff;background-color:#666;padding:5px;}
div#results li{background:none;margin:0;}
div#results.search .result{border-bottom:1px solid #e9e9e9;padding:10px 0;}
div#results small{display:block;color:#888;font:11px/16px arial, sans-serif;}
div#results small a{color:#888;}
div#results small a:hover,div#results small a:active,div#results small a:focus{color:#666;}
div#results a{border:none;text-decoration:underline;}
div#results a.article{font:13px/26px /*"Franklin Gothic Medium", */arial, sans-serif !important;}
div#results a.article:visited{color:#666;}
div#results a.article:hover,div#results a.article:active,div#results a.article:focus{color:#333;}
div#results span.arrow{padding-left:5px;font:14px/26px arial, sans-serif !important;}
div#results .results-more{display:block;background-color:#ddd;font-weight:bold;text-align:center;padding:5px;}


/* Error styling */
.error{display:block;border:2px dashed #B8213E;padding:0 10px;margin:0 0 10px 0;}
.success{display:block;border:2px dashed #578B99;padding:0 10px;margin:0 0 10px 0;}
.error .article-title,.success .article-title{font-size: 16px;background-position:-70px -105px}


/* Support index guide overview */
.guide-overview{width:555px;}
.guide-overview .main-title{font:14px/1 arial, sans-serif;background:#B8213E url(//images.freeola.co.uk/knowledge-base/etc/gradient.gif) left top repeat-x;color:#fff;padding:10px;}
.guide-overview .main-title strong{padding: 5px 0 5px 25px;background:url(//images.freeola.co.uk/knowledge-base/etc/icons.png) -65px -260px no-repeat;}
.guide-overview ul{list-style:arrow;width:270px;float:left;margin:20px 0;}
.guide-overview ul.left{border-right:1px dashed #ddd;}
.guide-overview ul li{margin:0 30px 20px 10px;list-style:none;padding:0 0 0 40px;background: #fff url(//images.freeola.co.uk/knowledge-base/etc/icons.png) -55px -104px no-repeat;}
.guide-overview ul .title,.about .title,.vcard .title{background:none;font-size:13px;padding:0;}
.guide-overview ul .title a:link,.guide-overview ul .title a:visited,.guide-overview ul .title a:active{color:#B8213E !important;text-decoration: underline !important;border:none;}
.guide-overview ul p{font-size:12px;margin:5px 0;padding:0;}
.guide-overview p{padding:10px;margin:0;}
.guide-overview .contents{border: 1px solid #ddd;border-top:none;margin:0;margin-bottom:20px;}
.guide-overview .advert{display:block;margin-left:-30px; border: 0px !important;}


/* Support index Freeola contact info etc (vcard) */
.about{width:250px;float:left;margin:0 40px 0 20px;}
.about .title,.vcard .title{color:#494949;font-size:16px;}
.vcard span{font-weight:bold;}
.vcard a:link,.vcard a:visited,.vcard a:active{font-weight:bold;text-decoration:none;}
.vcard span.value{font-weight:normal;}


/* Right column related styling */
#network-status li a{padding:0 0 0 10px;line-height:45px;}
#network-status li.all a{display:block;text-align:center;font:11px/30px arial, sans-serif;text-decoration:underline;padding:0;}
#network-status.sidebox li.all a:hover{background-color:#fff !important;}
#network-status span.kb-dial{display:block;width:45px; height: auto!important; overflow:hidden;position:relative;float:right;}
#network-status .kb-dial img{position:relative;height:45px;}
#network-status .kb-dial.advisory img{left:-45px;}
#network-status .kb-dial.minor img{left:-90px;}
#network-status .kb-dial.major img{left:-135px;}
#support-links a,#recently-viewed a{padding-left:30px;background:#fff url(//images.freeola.co.uk/knowledge-base/etc/icons.png) -61px -362px no-repeat;}

#support-links .message a{background-position:-61px -395px;}
#support-links .write a{background-position:-61px -433px;}
#support-links .suggest a{background-position:-60px -469px;}
#support-links .suggested a{background-position:-60px -797px;}
#support-links .forums a{background-position:-60px -504px;}
#support-links .knowledgebase a{background-position:-60px -863px;}

#support-links .home.current a,
#support-links .home a:hover,#support-links .home a:focus{background-position:-61px -537px;}

#support-links .message.current a,
#support-links .message a:hover,#support-links .message a:focus{background-position:-61px -570px;}

#support-links .suggest.current a,
#support-links .suggest a:hover,#support-links .suggest a:hover{background-position:-60px -644px;}

#support-links .suggested.current a,
#support-links .suggested a:hover,#support-links .suggested a:hover{background-position:-60px -830px;}

#support-links .knowledgebase.current a,
#support-links .knowledgebase a:hover,#support-links .knowledgebase a:hover{background-position:-60px -892px;}

/** The following icons do not have .current since they are not shown in sidebar **/
#support-links .forums a:hover,#support-links .forums a:hover{background-position:-60px -679px;}
#support-links .write a:hover,#support-links .write a:hover{background-position:-61px -608px;}

#recently-viewed a{background-position:-60px -710px;}
#recently-viewed a:hover,#recently-viewed a:focus{background-position:-60px -737px;}
#recently-viewed li.current a,#recently-viewed li.current a:hover,#recently-viewed li.current a:focus{background-position:-60px -766px;}

/* Network Status Messages */
.fault_wrap { background: #EEE; font: 12px/18px arial; color: #444; -moz-border-radius: 6px; border-radius: 6px; margin-top: 20px; }
.fault_header { font-size: 14px; font-weight: bold; color: #FFF; padding: 10px; -moz-border-radius: 6px 6px 0px 0px; border-radius: 6px 6px 0px 0px; }
.fault_content { padding: 10px 20px 10px 10px; border-top: 3px solid #FFF; margin: 0; }
.fault_major { background: #B8213E; }
.fault_minor { background: #F7941D; }
.fault_advisory { background: #619300; }
.fault_resolved { background: #999; }
.fault_advisory_non_freeola { background: #62A0F0;}

/* Form Generics */
.articles form{display:block;}
.articles input,.articles select,.articles textarea,.sidebox input,.sidebox select{font:12px arial, sans-serif;display:block;border:1px solid #c0c0c0;padding:3px;color:#666;}
.articles input[type="hidden"]{display:none;}
.articles input:focus,.articles textarea:focus,.articles select:focus,.sidebox input:focus,.sidebox select:focus{outline:none;border-color:#B8213E;}
.articles select,.sidebox select{padding:2px 1px;}
.articles p input,.articles select{width:245px;overflow:visible;}
.articles .submit input{width: auto;border: none;padding: 0;cursor:pointer;}
/* Form: Breadcrumbs */
#breadcrumb form{padding-left:5px;width:200px;}
#breadcrumb select{margin:7px 0;width:160px;background:#222;border:1px solid #666;color:#fff;}
/* Form: Sidebar Search */
.sidebox input,.sidebox select{font:11px arial, sans-serif;}
.sidebox input{width:160px;float:right;}
.sidebox input.search{cursor:pointer;border:none;text-indent:-5000em;float:right;display:block;height:21px;width:51px;background:#b8213e url(//images.freeola.co.uk/knowledge-base/etc/buttons/search.png) left top no-repeat;color:#fff;}
.sidebox select{float:left;margin:0;width:110px;}
/* Form: Advanced Search */
.search.advanced{border:1px dashed #ddd;background-color:#e9e9e9;padding:10px;font:11px arial, sans-serif;display:none /*loooook*/;margin-bottom:20px;}
.search.advanced p{margin:5px 0;}
.search.advanced .tag-filter{margin:10px 0;}
.search.advanced .tag-filter span{display:block;float:left;margin:0 15px 5px 0;width:200px;}
.search.advanced .tag-filter input,.search.advanced .tag-filter label{float:left;margin-right:15px;line-height:12px;}
.search.advanced .submit{clear:both;}
/* Form: Commenting */
form.comment{display:block;padding:20px;margin-bottom:20px;background:#e8e8e8;}
.comment p{overflow:hidden;width:100%;}
.comment a{border:none !important;text-decoration:underline !important;}
.comment label{display:block;}
.comment textarea{border: 1px solid #bbbbbb;color:#494949;width:507px;}
.comment textarea:focus{border-color:#B8213E;}
#kb-share{float:right;}
#kb-share iframe{position:relative;top:8px;background:#e8e8e8;}
.tup,.tdn{text-decoration:none !important;display:none;float:left;width:40px;height:40px;background:url(//images.freeola.co.uk/knowledge-base/etc/thumbs.gif) -40px 0 no-repeat;}
.tup span,.tdn span{display:none;}
.tdn{background-position:-40px -40px;margin-top:10px;}
.tup:hover,.tup.selected{background-position:0 0;}
.tdn:hover,.tdn.selected{background-position:0 -40px;}

/* Form Buttons */
.fred-button{display:block;background:#b8213e;border:1px solid #7c0018;}
.fred-button input{display:block;background:none;border:none;color:#fff;padding:2px !important;width:auto;line-height:1;/*font:bold 10px verdana, arial, sans-serif;*/}
.grey-button{display:inline-block;background:url(//images.freeola.co.uk/knowledge-base/etc/buttons/large-grey-left.gif) left top no-repeat;width:auto !important;}
* html .grey-button { display: inline !important; }
.grey-button a:link, .grey-button a:visited, .grey-button a:active, .grey-button a:hover, .grey-button input {
	display: inline-block;
	background: url(//images.freeola.co.uk/knowledge-base/etc/buttons/large-grey-right.gif) right top no-repeat;
	line-height: 34px;
	padding: 0 10px !important;
	color: #fff !important;
	text-decoration: none;
	border: none !important;
}
.grey-button input{height:34px;}


/** Border Radius */
.guide-overview .main-title,.comments.title /*,.sidebox .title*/{
	border-top-left-radius:5px;border-top-right-radius:5px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-khtml-border-top-left-radius:5px;-khtml-border-top-right-radius:5px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;
}
.section ul, .section table, .section .cloud, .section .custom,.guide-overview .contents{
	border-bottom-left-radius: 5px;-webkit-border-bottom-left-radius: 5px;-khtml-border-bottom-left-radius: 5px;-moz-border-radius-bottomleft: 5px;border-bottom-right-radius: 5px;-webkit-border-bottom-right-radius: 5px;-khtml-border-bottom-right-radius: 5px;-moz-border-radius-bottomright: 5px;
}
/*.sidebox,*/.articles input,.articles select,.articles textarea{border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;-moz-border-radius:5px;}
form.comment,.support-request{border-radius:8px;-webkit-border-radius:8px;-khtml-border-radius:8px;-moz-border-radius:8px;}
.sidebox input,.sidebox select,.fred-button,#breadcrumb select,.comment textarea{border-radius:3px;-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;}
.articles .submit input{border-radius:0px;-webkit-border-radius:0px;-khtml-border-radius:0px;-moz-border-radius:0px;}
	
	
/* jQuery.Rating Plugin CSS - //www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.star-rating{float:left;width:37px;height:32px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,.rating-cancel a{background:url(delete.gif) no-repeat 0 -16px}
div.star-rating,.star-rating a{background:url(//images.freeola.co.uk/rating/mini_stars.jpg) no-repeat 0 0px}
.rating-cancel a,.star-rating a{display:block;width:32px;height:100%;background-position:0 0px;border:0}
.star-rating-on a{background-position:0 -32px!important}
.star-rating-hover a{background-position:0 -64px}
.star-rating-readonly a{cursor:default !important}
div.star-rating{background:transparent!important;overflow:hidden!important}


/** Misc **/
.clr{clear:both;}
.audible{margin-left:-5000em;float:left;}
.pagination a,
.pagination a:link,
.pagination a:active,
.pagination a:hover,
.pagination a:visited,
.pagination a:focus,
.pagination span{margin:0 5px;color:#777;}
.pagination span{color:#999;}


/* Support request */
.support-request{background-color:#e8e8e8;display:block;padding:15px;margin-bottom:20px;width:525px;}
.support-request fieldset{border:none;}
.support-request p{float:left;width:245px;margin:0 15px 20px 0;}
.support-request p label{display:block;font:bold 13px /*"franklin gothic medium", */arial, sans-serif;}
.support-request p span.help{display:block;font-size:10px;margin-bottom:3px;}
.more{display:none;}
.support-request p.problem,.support-request #problem{float:none;width:518px;clear:both;}
.support-request p.submit{float:none;clear:both;width:auto;margin:0;}
.support-request .checkbox{width:521px;}
.support-request .checkbox label{font-size:12px;line-height:1;}
.support-request .checkbox input{width:auto;margin-right:15px;float:left;}
.tooltip-icon{display:none;cursor:help;}
.banner{margin:20px 0;}
.banner a:link, .banner a:visited, .banner a:active, .banner a:hover,
.banner a:link img, .banner a:visited img, .banner a:active img, .banner a:hover img{border:none;}
.thickbox{text-align:center;border:none !important;display:block;}
.thickbox img{border: 2px solid #e8e8e8;}
.question{font-size:18px;}
.code-container{width:100%;height:400px;border:none !important;}
.rj_insertcode{width:555px;overflow:auto;}
#baffled {
	background:url(//images.freeola.co.uk/knowledge-base/etc/baffled-got-a-suggestion.jpg) top left no-repeat;
	width:555px;
	height:140px;
	padding:103px 0 0 16px;
}
#baffled a {
	width:121px;
	height:23px;
	display:block;
	position:relative;
	float:left;
	margin-right:10px;
	border:none;
	text-indent:-5000em;
}
#baffled a span {/*display: block; overflow:hidden; */}



#TB_window .fred-button{display:block;float:left;width:auto;background:url(//images.freeola.co.uk/knowledge-base/etc/buttons/small-pink-left.gif) left top no-repeat;border: none !important;overflow:visible;}

#TB_window .fred-button a:link, 
#TB_window .fred-button a:visited, 
#TB_window .fred-button a:active, 
#TB_window .fred-button a:hover, 
#TB_window .fred-button input {
	display: block;
	background: url(//images.freeola.co.uk/knowledge-base/etc/buttons/small-pink-right.gif) right top no-repeat;
	padding:5px !important;
	color: #fff !important;
	font:bold 10px/1 verdana, arial, sans-serif !important;
	text-decoration: none;
	border: none !important;
}
* html #TB_window .fred-button input{margin-right:-10px;padding: 6px 5px !important;}
#TB_window .fred-button input{width: auto !important;}

.articles.printview .header .talker,
.articles.printview .header form,
.articles.printview .header .search,
.articles.printview .article-print,
.articles.printview .article-meta .comments,
.articles.printview .article-actions,
.articles.printview #breadcrumb
{display:none !important;}
.articles.printview .header,.articles.printview .main,.articles.printview .logo{background:none;margin:0;padding:0 !important;height:auto;}
.articles.printview .logo{height:40px;margin:0 0 10px 0;}
.articles.printview .content,.articles.printview .article-title{width:auto;clear:both;}

a.button_container .dark_grey_button {
width: 76px; 
height: 30px;
font: bold 12px arial !important;	  
text-align: center;
border: 0px;
background: #3F3F3F url('https://secure.freeola.com/images/grey-button-off.jpg') no-repeat;
padding: 0px 6px 3px 5px;
color: #FFF;
}

a.button_container:hover .dark_grey_button {
width: 76px;  
height: 30px;
font: bold 12px arial !important;	  
text-align: center;	   	
cursor: pointer;
border: 0px;
background: #3F3F3F url('https://secure.freeola.com/images/grey-button-on.jpg') no-repeat;
padding: 0px 6px 3px 5px;
color: #FFF;	
}

a.button_container:link .button2_wide,
a.button_container:visited .button2_wide,
a.button_container:active .button2_wide,
a.button_container:hover .button2_wide {
	width: 170px;
	height: 30px;
	font: bold 12px/12px arial !important;
	text-align: center;
	cursor: pointer;		   	
	border: 0px;
	background: #B8213E url('https://secure.freeola.com/myfreeola-control-panel/images/0109/purplebutton_wide.jpg') no-repeat;
	padding: 0px 15px 3px 5px;
	color: #FFF;	 		 	
}

/* SUCCESS & ERROR ALERT STYLING */
.alert, .alert.error, .alert.success {
	display: block;
	background: #444;
	border: 1px solid #FFF;
	padding: 15px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: left;
	margin-bottom: 20px;
}
.alert .alert-heading {
	display: block;
	font-family: 'Georgia', Arial;
	font-size: 18px;
	color: #FFF;
	text-shadow: #ffffff 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #333;
	padding-left: 28px;
}
.success .alert-heading {
	background: url('//images.freeola.co.uk/support/alert-success.png') top left no-repeat;
}
.error .alert-heading {
	background: url('//images.freeola.co.uk/support/alert-error.png') top left no-repeat;
}			
.alert .alert-content {
	display: block;
	font: 12px/18px arial;
	color: #EDEDED;
	border-top: 1px solid #555;
	padding: 8px 0px 0px 0px;
}
.alert .alert-content li {
	color: #EDEDED;
}
.alert .alert-content ul {
	margin-left: 25px;
}
.alert .alert-content a, .alert .alert-content a:link, .alert .alert-content a:visited {
	color: #EDEDED;
	text-decoration: none;
	border-bottom: 1px solid #AAA;
}
.alert .alert-content a:hover {
	color: #FFF;
	border-bottom: 1px solid #FFF;	
}

span.staff {
	color: #b8213e;
	text-transform: capitalize;
}

/* Help & Support */
.sidebox{text-align:left;display:block;margin:0 0 15px 0;background:#fff url(http://images.freeola.co.uk/sidenav/side-corners.png) right bottom no-repeat;padding-bottom:5px;}
.sidebox.no-bottom{background:#fff;padding:0;}
.sidebox .sideboxtitle{font:bold 12px/2.8 arial, sans-serif;color:#fff;padding:0 10px;background:#444 url(http://images.freeola.co.uk/sidenav/side-corners.png) left top no-repeat; margin: 0; }
.sidebox .inner{background:#fff;}
.sidebox div.inner{padding:0 10px 1px 10px;}
.sidebox .inner p{margin:0 0 10px 0;overflow:hidden;width:100%;}
.sidebox ul{list-style:none;margin:0 0 1px 0;padding:0;}
.sidebox li a{display:block;padding:10px 10px 9px 10px;font:12px arial, sans-serif;border-bottom:1px dashed #c0c0c0;color:#444;text-decoration:none;overflow:hidden;zoom:1;}
.sidebox li:last-child a{border:none;}
.sidebox ul li a:focus,.sidebox ul li a:active,.sidebox ul li a:hover {
}
