
body {
	background: #fc7323;
	padding: 0px;
	margin: 0px;
	color: #000;
	font: 9pt Arial, sans-serif;
}

div.twitterbox {
	padding: 0 5px 5px 5px;
}

div.twitterbox a:hover, a:active, a:focus {
	border-bottom: none;
}

span.signedupheader {
	font-family: Arial, sans-serif;
	font-size: 8pt;
}

span.classnowconfirmed {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}


span.signedupnumber {
	font-family: Arial, sans-serif;
	font-size: 32pt;
}

.red {
	color: red;
}

.green {
	color: green;
}

.shoutout {
	background-color:red;
	color:white;
	font-size:13pt;
	font-weight:bold;
	font-family: Arial, sans-serif;
	padding:3px 8px;
}

.tagline {
    color: #fc7323;
    font: italic bold 10pt Constantia, 'Times New Roman', serif;
    
}

table.consulting {
    background: #FFFFD5;
    
}

table.consulting td.cc {
    background: white;
    font: 9pt Arial, Helvetica, sans-serif;
    padding: 4pt;
    border: 4px #ffffd5 solid;
    border-collapse: collapse;
}

table.consulting td.tc {
    font-family: Arial, Helvetica, sans-serif;
}

table.consulting td.fc {
    border: none;
    border-collapse: collapse;
    padding: 5px;
}

table.whileimthere {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

table.whileimthere td {
	vertical-align: top;
	border-bottom: 1px solid black;
	border-collapse: collapse;
}

table.whileimthere td.date {
	white-space:nowrap;
}

table.whileimthere td.header {
	vertical-align: bottom;
}

table.classlist {
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px 6px;
    font-family: Arial, Helvetica, sans-serif;
}

table.classlist tr td {
    background: #FCD9C6;
    padding: 4px;
    vertical-align: top;
}

table.classlist tr td.cal {
    text-align: center;
}

table.prices {
    border: 1px #aaaaaa solid;
    border-collapse: collapse;
    font: 9pt Arial, Helvetica, sans-serif;
    width: 100%;
}

table.earlybird {
    border-color: red;
}

table.prices td {
    border: 1px #aaaaaa dotted;
    padding: 0 2px;
}

table.prices td.ch,td.rh {
    font-weight: bold;
}

table.prices td.ch {
    border-bottom: 1px #aaaaaa solid;
}

table.prices td.rh {
    border-right: 1px #aaaaaa solid;
}

table.prices td.footer {
    border-top: 1px #aaaaaa solid;
    font-size: 8pt;
    text-align: right;
}

label.error { 
    color: red; 
    padding-left: .5em;
}

p.sidebarheader {
	color:#fc7323;
	font: normal 12pt  'Georgia', 'Times New Roman', Times, serif;	
	margin-bottom: 1px;
}

p.trackback_url {
	font: normal 8pt Arial, sans-serif;

}

a.sidebarlink {
	color: black;
	border-bottom:none;
	font-weight: normal;
}
a:hover.sidebarlink, a:active.sidebarlink, a:focus.sidebarlink {
	border-bottom:1px solid;
	border-color: #fc7323;
}



pre {
	font: 11px  'Consolas', 'Courier New', 'Courier', monospace;
	overflow: auto;
}

code {
        background: #ffbe99;
       padding: 1px;
       font: 11px 'Consolas', 'Courier New', 'Courier', monospace;
}

a {
       color: #fc7323;
       text-decoration: none;
       font-weight: bold;
       border-bottom: 1px solid;
}

a img {
        border: none;
}

a:hover, a:active, a:focus {
        border-bottom: 2px solid;
}

a.nounderline, a:hover.nounderline, a:active.nounderline, a:focus.nounderline {
  border-bottom: none;
}

acronym, abbr {
        border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
        cursor: help;
       font-size: 90%;
        letter-spacing: .07em;
}

blockquote {
        border: 1px dashed #fc7323;
       border-left: 3px solid #fc7323;
        margin: 0 2em 0 2em;
        padding: 0 10px 0 20px;
        background: white;
}

.important {
        border: 1px dashed #ff0000;
       border-left: 5px solid #ff0000;
        border-right: 5px solid #ff0000;
        padding: 0 10px 0 20px;
        background: white;
}

.quote {
        border: 1px dashed #fc7323;
        border-left: 3px solid #fc7323;
        margin: 3px;
        padding: 3px;
        background: white;
}

.pre {
        font: 11px Consolas, 'Courier New', 'Courier', monospace;
        overflow: auto;
}

cite {
	font-size: 90%;
}


div#skin_wrapper {
	position: absolute;
	top: 0;
}

div.pageHeader h1 a,
div.pageHeader h1 a:visited {  /* IE6 */
	color: #000;
	text-decoration: none;
}
div.pageHeader h1 a:hover {
	text-decoration: underline;
}

h2 {
       font-weight: bold;
	margin: 1ex 0 1ex 0;
	border-bottom: 1px solid #78a;
}

h3 {
       border-bottom: dotted 1px #fc7323;
       font-family: Verdana, Arial, sans-serif;
       color: #fc7323;
       margin-top: 0;
}

h3.basicblack {
	border-bottom: dotted 1px #fc7323;
	font-family: Verdana, Arial, sans-serif;
	color:black;
	margin-top: 4px;
	margin-left:4px;
}

h4, h5, h6 {
       font-family: Verdana, Arial, sans-serif;
       color: #fc7323;
}

table.content {
       background: white;
       border: 1px solid #fc7323;
       border-collapse: collapse;
       border-spacing: 0;

}

td.content, table.content td {
        font: normal 90% 'Georgia', 'Times New Roman', Times, serif;
       padding: 2px;
        border: 1px dotted #ffbe99;
       vertical-align: top;
}

table.content td.vertheader {
       vertical-align: bottom;
}


table.invisible
{
	margin: 1ex;
	border-collapse: collapse
}
table.invisible td
{
	padding: 0ex 1ex;
}
td.right
{
	text-align: right;
}
div#pageFooter {
	clear: both;
	background-color: #fff;
	/*width: 738px;*/
	margin: 15px;
}
p.baseline {
	text-align: right;
	font-size: 74%;
	color: #888;
	padding: 1ex;
	margin: 0;
}
p.baseline a,
p.baseline a {
	color: #888;
	text-decoration: none;
}
p.baseline a:hover {
	text-decoration: underline;
}
hr {
	height: 0;
	border: 0;
	border-top: 1px solid #78a;
}

div#wrapper {
	background: #fc7323;
	/*width: 740px;*/
	margin: 0 auto;
	padding: 0;
}

div.pageHeader {
	padding: 1ex 1ex 1ex 230px;
	margin: 15px;
	background: #fff;
}

div.pageHeader h1 {
	font-size: 270%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

div.PageTop ul {
	background-color: #fff;
	border-bottom: 1px solid #000;
	margin: 0 1px;
	padding: 0;
	list-style-type:none;
	padding: .5ex 0;
}
div.PageTop ul li {
	border-right: 1px solid #000;
	display: inline;
	padding: .5ex 1em;
}

div.top_menu {
	background-color: #fff;
	margin: 0 15px 15px 0;
    padding: 1px 10px 1px 0 ;
    /*height: 22px;*/
	
}

div.top_menu ul {
	list-style-type:none;
    padding: 0;
    margin: 0;
	font: 8pt Tahoma, Arial, sans-serif;
	font-weight: normal;
}
div.top_menu li {
	display: inline;
/*	padding: .5ex 0 .5ex 1em;*/
    padding: 0 0 0 1em;
}
div.top_menu a {
	border-bottom: none;
	font-weight:bold;
	color: #000;
}
div.top_menu a:hover {
	border-bottom: 1px solid;
}

div.PageTop a {
	font-weight: bold;
	text-decoration: none;
}
div.PageTop a.default {
	color: #000;
}
div.PageTop a.default:hover {
	text-decoration: underline;
	color: #9ae;
}
div.PageTop a.selected,
div.PageTop a.selected:visited {
	color: #78a;
}
div.PageTop a.selected:hover {
	text-decoration: underline;
	color: #9ae;
}

.widget_core_coll_tagline {
	color: #000;
	letter-spacing: 4px;
	text-align: center;
	vertical-align: middle;
	border: 0px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	font: 109% Arial, Helvetica, sans-serif;

}

div.mainContainer {
	
	margin: 0 0 0 244px;
	position: relative;
}

div.subContainer {
	position: relative;
}

/* Styles for posts */
.bPosts {
	background: #fff;
	/*float: right;*/
	margin: 0 205px 0 0;
	/*width: 480px;*/
	overflow: hidden;
	/* background: #090;*/
	position: relative;
	top: 0;
}

div.action_messages {
	margin: 0 2ex;
}
.bPost, .bPostpublished
{
	clear: both;
	margin: 0 2.5ex;
	padding: 0;
	/* border: 1px solid #78a; */
}
.bSmallHead {
	font-size: 80%;
	color: #999;
	margin: 2ex 0 1ex 0;
}
.bTitle {
	color: #78a;
	margin: 1ex 0;
}
.bText {
	margin-top: 0px;
	margin-bottom: 0px;
	font: 11pt Constantia, 'Palatino Linotype', 'Times New Roman', serif;
    zoom:1;
}
.bSmallPrint
{
	clear: both;
	color: #999;
	font-size: 80%;
	margin: 1ex 0 2ex 0;
}

/* Styles for sidebars  */
.bSideBar {
	background: #fff;
	width: 200px;
	position: absolute;
	top: 0;
	left: 30px;
	overflow: hidden;
	margin: 0;
	font: 8pt normal Arial, sans-serif;
}

.bSideBar2 {
	background: #fff;
	width: 160px;
	position: absolute;
	top: 0px;
	right: 30px;
	overflow: hidden;
	margin: 0;
    text-align:center;
}

.bSideItem {
	margin: 2ex;
	padding: 0 0 2ex 0;
	border-bottom: 1px solid #ddd;
}

.bSideItem ul {
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	list-style-type:square;
}
.bSideItem ul ul{
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.bSideItem form {
	margin-top: 0px;
	margin-bottom: 0px;
}
.dimmed
{
	color: #aaa;
	font-size: 84%;
}
input.SearchField
{
	background-color: #eee;
	border: 1px solid #ccc;
	padding: .5ex;
	width: 96%;
	margin: 0ex;
}

/* Special SideItems: */
.widget_plugin_evo_Calr,
.widget_core_coll_title,
.widget_core_coll_longdesc {
	/* background-color: #fee; */
	padding: 0;
	border-bottom: 0;
}
.widget_core_coll_title a {
	text-decoration: none;
	color: #78a;
}

/* Calendar: */
table.bCalendarTable caption {
	border: 1px solid #ccc;
	background-color: #eee;
	border-bottom: 0;
}
table.bCalendarTable {
	border: solid 1px #ccc;
	border-collapse: separate;
}
table.bCalendarTable tfoot td {
	background-color: #eee;
	border-top: 1px solid #ccc;
}
table.bCalendarTable tfoot a {
	text-decoration: none;
}
table.bCalendarTable tfoot a:hover {
	background-color: #78a;
	color: #fff;
}
th.bCalendarHeaderCell {
	color: #abc;
}
#bCalendarToday {
	background-color: #bce;
}

