html, body {
	font-family: arial;
	font-size: 12px;
	border: 0;
	color: #565656;
}

body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

p {
	line-height: 20px;
	padding: 10px 0;
}

h1, h2, h3, h4, h5 {
	padding: 10px 0;
	font-family:Arial, Helvetica, sans-serif;
}

ul, ol {
	list-style: none;
	padding: 10px 0;
}

small {
	font-size: 11px;
}

code {
	background: #FFFFC1;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

blockquote p {
	padding: 5px 0;
}

/* Align */

.aligncenter {
	margin: 10px auto 20px auto;
	display: block;
}

.alignleft {
	margin: 10px 20px 8px 0;
	float: left;
}

.alignright {
	margin: 10px 0px 8px 20px;
	float: right;
}

.col-left {
	float: left;
}

.col-right {
	float: right;
}

/* Wrap */

/* Top */

#top-out {
	width: 100%;
	background: url(../images/bg_top.jpg) repeat-x 0 0;
}

#top {
	width: 939px;
	margin: 0 auto;
}

/* Page Navigation */

#page_navi {
	width: 100%;
	height: 27px;
	font-size: 11px;
}

#page_navi a {
	color: #CBCBCB;
}

#page_navi a:hover {
	text-decoration: underline;
}

#page_navi ul {
	padding: 0;
}

#page_navi .col-left {
	margin-left: -6px;
}

/* Header */

#header {
	width: 100%;
	height: 107px;
	padding-top: 25px;
	background: url(../images/bg_top_gradient.png) no-repeat 60px 0;
	clear: both;
	position: relative;
}

#header img.title {
	margin-left: 5px;
}

#header h1 {
	display: none;
}

#header .advert {
	position: absolute;
	left: 470px;
	top:43px;
}

/* Middle */

#middle-out-top { /* Background - Middle Top */
	width: 100%;
	background: rgb(239,239,234) url(../images/bg_middle_out_top.gif) repeat-x 0 0;
}

#middle-out-bottom { /* Background - Middle Bottom Gradient */
	width: 100%;
	background: url(../images/bg_middle_out_bottom.gif) repeat-x left bottom;
}

#middle-out-bottom .single { /* Background - Content - Single Page */
	background: url(../images/bg_middle_content_single.gif) repeat-y;
}

#middle-content { /* Background - Content */
	width: 939px;
	margin: 0 auto;
	background: url(../images/bg_middle_content.gif) repeat-y;
}

#middle-content-bottom { /* Background - Content Bottom */
	width: 100%;
	background: url(../images/bg_middle_content_bottom.gif) no-repeat 0 bottom;
}

/* Content */

#content {
	width: 924px;
	min-height: 550px;
	padding: 34px 7px 50px 8px;
	background: url(../images/bg_middle_top.gif) no-repeat 0 0;
}

* html #content {
	height: 550px;
}

/* Main Content */

#main-content {
	width: 553px;
	margin: 24px 0 0 31px;
}

.single #main-content {
	background: #fff;
	width: 553px;
	margin: 24px 0 0 0;
	padding: 0 32px 35px 31px;
}

#comments {
	background: rgb(247,246,246)  url(../images/bg_comments.gif) repeat-x 0 top;
	width: 616px;
}

/* Main Content (style) */
#main-content h2, #main-content h3 {
	font-weight: normal;
}

#main-content h2 {
	font-size: 24px;
}

#main-content h3 {
	font-size: 18px;
}

#main-content h4 {
	font-size: 12px;
}

#main-content ol, #main-content ul {
	line-height: 18px;
}

#main-content ul {
	padding-left: 50px;
}

#main-content ul li {
	list-style: circle;
	padding: 3px 0;
}

#main-content ol {
	padding-left: 57px;
}

#main-content ol li {
	list-style: decimal;
	padding: 3px 0;
}

#main-content blockquote {
	border-left:2px solid #777777;
	color:#777777;
	font-style:italic;
	margin:5px auto 15px;
	padding:0px 10px;
	width:85%;
}

/* Main Content (post) */

#main-content a{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #3f3d3d;
}

#main-content a:hover
{ 
	color: #FF8C00;
}

#main-content .post-title {
	width: 100%;
	position: relative;
}

#main-content .post-title h2, #main-content .post-title p.post-details, #main-content .post-title h3 {
	padding-right: 50px;
}

#main-content h2 a, #main-content h3 a {
	color: #2A2A2A;
	text-decoration: none;
}

#main-content h2 a:hover, #main-content h3 a:hover {
	text-decoration: underline;
}

#main-content p.post-details {
	line-height: 18px;
	margin-top: -10px;
	position: relative;
}

#main-content p.post-details a {
	text-decoration: none;
}

#main-content p.post-details a:hover {
	text-decoration: underline;
}

#main-content p.post-details {
	color: #9F9F9F;
	font-size: 11px;
	padding: 0 50px 0 1px
}

#main-content .comment-cloud {
	display: block;
	position: absolute;
	right: 0;
	top: 15px;
}

#main-content .comment-cloud a {
	width: 31px;
	height: 26px;
	padding-top: 4px;
	background: url(../images/bg_comment_cloud.gif) no-repeat 0 0;
	text-align: center;
	font-family: Georgia;
	font-size: 11px;
	color: #5D5D5D;
	display: block;
	text-decoration: none;
}

#main-content .comment-cloud a:hover {
	text-decoration: underline;
}

#main-content .post img.thumbnail {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background-color:#EEEEEE;
	border:1px solid #DDDDDD;
	padding:5px;
}

#main-content .post img.gallery {
	margin:0 7px 7px 0;
}

#main-content h2.arh {
	border-bottom: #EBEBEB 1px solid;
	margin-top: -10px;
	margin-bottom: 10px;
	position: relative;
}

#main-content .featured h4 {
	margin-bottom: 15px;
}

/* Main Content (post>single) */

#main-content p.tags {
	width: 100%;
	clear: both;
}

#main-content .page h2 {
	padding-top: 5px;
}

/* Comments */

#comments h3 {
	font-size: 20px;
	font-weight: normal;
	padding: 10px 0 20px 0;
}

/* PageNavi */
.blue #slatenav{position:relative;
display:block;
height:42px;
font-size:11px;
font-weight:bold;
background:transparent url(../images/blueslate_background.gif) repeat-x top left;
font-family:Arial,Verdana,Helvitica,sans-serif;
text-transform:uppercase;
}

.blue #slatenav ul{margin:0px;
padding:0;
list-style-type:none;
width:auto;
}
.blue #slatenav ul li{display:block;
float:left;
margin:0 0px 0 0;
}
.blue #slatenav ul li a{display:block;
float:left;
color:#000;
text-decoration:none;
padding:14px 22px 0 22px;
height:28px;
}
.blue #slatenav ul li a:hover,.blue #slatenav ul li a.current{color:#fff;
background:transparent url(../images/blueslate_backgroundOVER.gif) no-repeat top center;
}

#slatenav ul li a.current{color:#fff;
background:transparent url(../images/blueslate_backgroundOn.gif) no-repeat top center;
}

/* Sidebar */

#sidebar {
	width: 307px;
	overflow: hidden;
}

#sidebar h2 {
	font-size: 12px;
	background: #9F9F9F;
	color: #fff;
	padding: 8px 14px;
	float: left;
	margin: 0 0 10px 1px;
	display: inline;
}

#sidebar ul {
	clear: both;
}


#sidebar a {
	color: #636363;
}

#sidebar a:hover {
	color: #000;
	text-decoration: underline;
}

/* Sidebar (block) */

#sidebar .block {
	width: 260px;
	padding: 21px 25px 21px 22px;
	background: url(../images/bg_sidebar_separator.gif) repeat-x 0 bottom;
}

/* Sidebar (block > inside)*/

#sidebar .block {
	/*border: #4E85C6 5px solid;*/
	/*background: #EDEDED;*/
	color: #000;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
}

#sidebar .block h2 {
	background:#FF8C00;
	color: #fff;
	height:22spx;
	width:230px;
	font-family: arial;
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
}

#sidebar #testimonials {
	font-family: Georgia;
	font-size: 12px;
	color: #4E85C6;
	display: block;
	font-style:italic;
	font-weight:bold;
}

.textwidget {
	clear: both;
	padding: 5px 2px;
	line-height:20px;
}

/* Footer */

#footer-out {
	width: 100%;
	background: rgb(159,159,159);
}

#footer {
	width: 939px;
	margin: 0 auto;
	background: url(../images/bg_footer_gradient.jpg) no-repeat 0 0;
	padding: 23px 0 10px 0;
}

* html #footer {
	height: 275px;
}

#footer .position {
	width: 960px;
	margin-left: -20px;
}

#footer a {
	text-decoration: underline;
	color: #636363;
}

#footer a:hover {
	text-decoration: none;
}

#footer h2.widget_title {
	font-size: 14px;
	background: #2A2A2A;
	color: #fff;
	padding: 10px 15px;
	float: left;
	margin: 0 0 10px 1px;
	display: inline;
}

/* Footer (block) */
#footer .block {
	width: 300px;
	float: left;
	margin-left: 20px;
	display: inline;
}

#footer .block ul, #footer .block .textwidget , #footer .block #calendar_wrap{

	border: #D5D4D4 5px solid;
	background: #EDEDED;
	padding-bottom: 10px;
	clear: both;
	margin:0 0 15px;
}

#footer .block .textwidget {
	padding: 5px 10px;

}

/* Footer (block > list) */
#footer ul {
	padding: 0;
}

#footer li {
	padding: 5px 10px;
	line-height: 20px;
	background: url(../images/bg_footer_list.gif) repeat-x 0 bottom;
}

/* Footer (copyright) */
#copyright-out {
	width: 100%;
	background: rgb(37,37,37);
	padding: 10px 0 14px 0;
}

#copyright {
	width: 939px;
	margin: 0 auto;
	font-size: 11px;
	color: #CECECE;
}

#copyright .col-right img {
	vertical-align: middle;
}

#copyright .col-right span {
	display: none;
}

.col-right a {
	text-decoration: none;
	color: #5189C6;
}

.col-right a:hover {
	text-decoration: underline;
	color: #FF8C00;
}
/* Fix */

.wrap:after,
#sidebar .widgetized .widget_categories ul:after,
#sidebar .widgetized .widget_archive ul:after,
#sidebar .widgetized .widget_links ul:after {
    content: "."; 
    display: block;
	 height: 0;
    clear: both; 
    visibility: hidden;
}

/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}

img.centered{
display: block;
margin-left: auto;
margin-right: auto;
}

#mytable {
	width: 540px;
	padding: 0;
	margin: 0;
}

caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 11px Arial, Helvetica, sans-serif;
	text-align: right;
}

#mytable th {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #ffffff; /*#4f6b72;*/
	border-right: 1px solid #4E85C6;
	border-bottom: 1px solid #4E85C6;
	border-top: 1px solid #4E85C6;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #4E85C6 url(images/bg_header.jpg) no-repeat;
}

#mytable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #4E85C6;
	background: none;
}

#mytable td {
	border-right: 1px solid #4E85C6;
	border-bottom: 1px solid #4E85C6;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}

#mytable td.alt {
	background: #F5FAFA;
	color: #797268;
}

#mytable th.spec {
	border-left: 1px solid #4E85C6;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #4f6b72;
}

#mytable th.specalt {
	border-left: 1px solid #4E85C6;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #797268;
}

#mytable a{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #3f3d3d;
}

#mytable a:hover
{ 
	color: #FF8C00;
}

#cttform{
width:auto;
text-align:center;
}

#cttform ul
{
margin:0px;
padding:0;
list-style-type:none;
width:auto;
}

#cttform ul li{
	display:block;
	float:left;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	text-align: left;
}

#cttform ul li a{
	display:block;
	width: 100px;
	height: 25px;
	background: url("../images/button.jpg") no-repeat 0 0;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
}

#cttform ul li a:hover
{ 
  background-position: -100px 0px;
	color: #FFFFFF;
}



label{
float: left;
width: 250px;
font-weight: bold;
}

input, textarea{
width: 180px;
margin-bottom: 5px;
}

textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

br{
	clear: left;
	text-align: left;
}
#supportportal_wrap {
	height: auto;
	width: 554px;
	border: 1px solid #4D85C5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-align: left;
}
.supportportal_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	text-align: left;
	padding-left: 4px;
}
#supportportal_subtn {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/blueslate_backgroundOVER.gif);
	background-repeat: repeat;
}
#supportportal_opencwrap {
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat;
	width: 100%;
	color: #FFF;
	height: 100%;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	text-indent: 5px;
	border: thin none #666;
}
#supportportal_hdropenc {
	height: 20px;
	width: 100%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #FFF;
	border-left-color: #666;
	color: #333;
	background-color: #FF8C00;
	text-indent: 4px;
	font-family: Arial, Helvetica, sans-serif;
}

#supportportal_openbody {
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat;
	width: 100%;
	color: #FFF;
	height: 100%;
	font-size: 12px;
	font-weight: bold;
	background-color: #F7F6F6;
}
#supportportal_closedcwrap {
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat;
	width: 100%;
	color: #FFF;
	height: 100%;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	border: thin none #666;
}
#supportportal_hdrclosedc {
	height: 20px;
	width: 100%;
	background-image: url(../images/blueslate_backgroundOVER.gif);
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #FFF;
	border-left-color: #666;
}
#supportportal_closedbody {
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat;
	width: 100%;
	color: #FFF;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	background-color: #CCC;
}
#supportportal_hdrquery {
	height: 20px;
	width: 100%;
	background-image: url(../images/blueslate_backgroundOVER.gif);
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #FFF;
	border-left-color: #666;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-indent: 4px;
	text-align: left;
}
#supportportal_selectuser {
	height: 50px;
	width: 100%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #FFF;
	border-left-color: #666;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}
#supportportal_ticketnumber {
	height: 20px;
	width: 100%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #FFF;
	border-left-color: #666;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF8C00;
	font-size: 10px;
	font-weight: bold;
}

.supportportal_opencasestblhdr {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #4D85C5;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFF;
	font-size: 12px;
}
.supportportal_opencasestblcomments {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #FFF;
}
.supportportal_opencasestblcommentstitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-color: #CCC;
	text-indent: 4px;
}
.supportportal_opencasestblhdrwrap {
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-right-width: 1px;
	border-right-color: #999;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-color: #999;
	border-left-color: #999;
	
}

.supportportal_subbtn {
	background-color: #FF8C00;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	border: 1px solid #FFF;
	width: 60px;
	height: 20px;
}

.supportportal_subbtnsmall {
	background-color: #FF8C00;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	border: 1px solid #FFF;
	width: 30px;
	height: 14px;
	font-size: 9px;
}
.supportportal_wrap {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	border: 1px solid #333;
}
#middle-out-top #middle-out-bottom #middle-content #middle-content-bottom #content .col-left #main-content .latest.post.wrap .featured form table {
	font-size: 10px;
	text-align: left;
}
.supportportal_admintblhdrwrap {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #CCC;
	border-left-color: #999;
	text-indent: 4px;
	background-color: #666;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: left;
}
.supportportal_adminleftcol {
	text-indent: 4px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	border: 1px none #999;
	text-align: center;
}


.supportportal_opencasestblhdrwrap {
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFF;
}
.supportportal_opencasestblhdrwrap {
	color: #FFF;
}
#supportportal_closedcwrap #supportportal_closedbody {
	color: #FFF;
}
#supportportal_closedcwrap div {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#middle-out-top #middle-out-bottom #middle-content #middle-content-bottom #content .col-left #main-content .latest.post.wrap .featured form .supportportal_opencasestblhdrwrap tr .supportportal_adminleftcol strong {
	text-align: center;
}
.supportportal_frmtxtleft {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-indent: 4px;
}
.supportportal_frmtxtleftBgrnd {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-indent: 4px;
	background-color: #CCC;
}
.supportportal_frmtxtleftWBgrnd {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-indent: 4px;
	background-color: #F5F4F4;
}
.supportportal_textnopad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	text-align: left;
	padding: 0px;
}
#supportportal_sladisplay {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	color: #800;
	font-weight: normal;
}
