﻿/*theme colors*/
.themeDark{color:#6A1F7A;}
.themeDarkBd{border-color:#6A1F7A;}
.themeDarkBg{background-color:#6A1F7A;}
.themeMedium{color:#B76CC7;}
.themeMediumBd{border-color:#B76CC7;}
.themeMediumBg{background-color:#B76CC7;}
.themeLight{color:#E5CAEB;}
.themeLightBd{border-color:#E5CAEB;}
.themeLightBg{background-color:#E5CAEB;}
.offsetDark{color:#7B5000;}
.offsetDarkBd{border-color:#7B5000;}
.offsetDarkBg{background-color:#7B5000;}
.offsetMedium{color:#DE9C23;}
.offsetMediumBd{border-color:#DE9C23;}
.offsetMediumBg{background-color:#DE9C23;}
.offsetLight{color:#FFF4CF;}
.offsetLightBd{border-color:#FFF4CF;}
.offsetLightBg{background-color:#FFF4CF;}
/*page layout*/
body{background:#FFF4CF url(../images/skin/myobBgBottom.jpg) repeat-x scroll left bottom;color:#000;}
div#header1{background:#FFF;border-bottom:5px solid #6A1F7A;display:block;height:70px;}
div#siteMast1{background:transparent;height:70px;}
div#header2{background:#B76CC7 url(../images/skin/myobBgHeader2.jpg) repeat-x scroll left top;display:block;height:120px;}
div#siteMast2{background:transparent url(../images/skin/myobBgSiteMast2.gif) no-repeat scroll right top;height:120px;}
div#header3{background:#FFF4CF url(../images/skin/myobBgHeader3.jpg) repeat-x scroll left top;display:block;height:30px;}
div#siteMast3{background:#FFF url(../images/skin/myobBgSiteMast3.jpg) no-repeat scroll right top;height:30px;}
div#page{background:#FFF url(../images/skin/myobBgBody.jpg) no-repeat scroll right top;}
div#leftColumn{}
div#pageColumn{}
div#footer{background:#DE9C23;border-bottom:5px solid #6A1F7A;}
/*navigation*/
div#breadcrumb{color:#6A1F7A;}
ul#topMenu span.zzTab, ul#topMenu span.zzTabActive{background-image:url(../images/skin/myobBgTabLeft.gif);}
ul#topMenu span.zzTabRight{background-image:url(../images/skin/myobBgTabRight.gif);}
ul#topMenu a span.zzTab span.zzTabRight,ul#topMenu a span.zzTabActive span.zzTabRight{color:#000;}
ul#topMenu a:visited span.zzTab span.zzTabRight,ul#topMenu a:visited span.zzTabActive span.zzTabRight{color:#000;}
ul#topMenu span.zzTabActive span.zzTabRight,ul#topMenu a:hover span.zzTab span.zzTabRight,ul#topMenu a:hover span.zzTabActive span.zzTabRight{color:#FFF;}
ul#leftMenu a.zzTab,ul#leftMenu a.zzTab:visited{background-color:#DE9C23;border-color:#7B5000;color:#FFF;}
ul#leftMenu a.zzTab:visited{color:#FFF;}
ul#leftMenu a.zzTab:hover{background-color:#B76CC7;border-color:#6A1F7A;color:#FFF;}
ul#leftMenu a.zzExpand,ul#leftMenu a.zzExpand:visited{background-color:#7B5000;color:#FFF;}
ul#leftMenu a.zzExpand:hover{background-color:#6A1F7A;color:#B76CC7;}
ul#leftMenu li.zzTabActive{background-color:#B76CC7;border-color:#6A1F7A;color:#FFF;}
ul#leftMenu li.zzTabActive a{color:#000;}
ul#leftMenu li.zzTabActive a:visited{color:#000;}
ul#leftMenu li.zzTabActive a:hover{color:#FFF;}
/*html elements*/
h1{color:#000;}
h2{color:#6A1F7A;} 
h3{color:#B76CC7;}
h4{color:#000;}
a{color:#6A1F7A;}
a:visited{color:#7B5000;}
a:hover{color:#B76CC7;}
code,div,hr,span,pre{border-color:#6A1F7A}
/*table and callout*/
table.tableFormat th,table.tableFrame th,table.tableFull th{background-color:#DE9C23;border-color:#6A1F7A;}
table.tableFormat,table.tableFormat td,table.tableFrame,table.tableFull,table.tableFull td{border-color:#6A1F7A;}
table.tableFrameOffset tr th{background-color:#FFF4CF;}
table.tableFrameOffset,table.tableFrameOffset tr th{border-color:#6A1F7A;}
table.tableFrame tr td.subtotal, table.tableFrameOffset tr td.subtotal{border-bottom-color:#6A1F7A;}
table.tableFrame tr td.total, table.tableFrameOffset tr td.total{border-bottom-color:#6A1F7A;border-top-color:#6A1F7A;}
table.tableFrame tr td.nnbn, table.tableFrameOffset tr td.nnbn{border-bottom-color:#6A1F7A;}
table.tableFrame tr td.nnnb, table.tableFrameOffset tr td.nnnb{border-left-color:#6A1F7A;}
table.tableFrame tr td.nnbOn, table.tableFrame tr td.nnbOn{border-bottom-color:#6A1F7A;}
.callOut{background-color:#E5CAEB;border-color:#FFF4CF;color:#000;}
.callOutInverse{background-color:#7B5000;border-color:#7B5000;color:#FFF;}
.callOutTheme{background-color:#E5CAEB;border-color:#6A1F7A;color:#000;}
.callOutThemeInverse{background-color:#6A1F7A;border-color:#6A1F7A;color:#FFF;}