/** blofield.css *************/

@import url(core/base.css);

@media all {

.leftAlign {
  text-align: left;
}

.centerAlign {
  text-align: center;
}

.rightAlign {
  text-align: right;
}

.justifyAlign {
  text-align: justify;
}

.topAlign {
  vertical-align: top;
}

.middleAlign {
  vertical-align: middle;
}

.baselineAlign {
  vertical-align: baseline;
}

.bottomAlign {
  vertical-align: bottom;
}

html * {
  font-size: 100.01%;
}

body {
  font-size: 80.00%;
  font-family: Trebuchet, "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
}

* {
  font-family: inherit;
  font-style: normal;
}

pre,tt,code {
  font-size: 108%;
  font-family: "Courier New", Courier, monospace;
}

cite,blockquote,em,i {
  font-style: italic;
}

strong,b {
  font-weight: bold;
}

p {
  line-height: 1.35em;
  margin-top: 0.35em;
  margin-right: 0;
  margin-bottom: 0.7em;
  margin-left: 0;
}

h1,h2 {
  font-weight: bold;
  font-family: Trebuchet, "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
}

h1 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

h2,h3,h4,h5 {
  margin-top: 1em;
  margin-bottom: 0.35em;
}

ul,ol,dl {
  line-height: 1.5em;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 1em;
  margin-left: 0;
}

li {
  line-height: 1.5em;
  margin-left: 1.5em;
}

body {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 8px;
  padding-bottom: 12px;
  background-color: #ccc;
  background-image: url(../images/bg_gray.png);
  background-position: top left;
  background-repeat: repeat-x;
  text-align: center;
}

#page_margins {
  min-width: 1116px;
  max-width: 1116px;
  margin: 0 auto;
  padding: 0;
  border-width: 0px;
  border-color: #ccc;
  border-style: solid;
  text-align: left;
}

#page {
  background: white;
}

.divEdit_commitCancel {
  margin-top: 8px;
  margin-bottom: 4px;
}

#page {
  background-repeat: no-repeat;
}

#head {
  min-height: 180px;
  position: relative;
  background-color: white;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}

#menu {
  position: absolute;
  bottom: 10px;
  left: 36px;
  line-height: 1.5em;
}

#submenu1 {
  position: absolute;
  left: 0;
  bottom: 1.5em;
  width: 400px;
  overflow: visible;
}

#hcol1 {
  float: left;
  width: 50%;
  background-color: transparent;
}

#hcol1_content {
  padding-left: 36px;
  padding-right: 80px;
  padding-bottom: 12px;
}

#hcol3 {
  position: relative;
  height: 100%;
  min-height: 180px;
  width: 50%;
  margin-left: 50%;
  background-color: #608799;
}

#hcol3_content {
  text-align: right;
  color: #333436;
  padding-top: 10px;
  padding-left: 76px;
  padding-right: 76px;
  padding-bottom: 12px;
}

#hcol3_content a {
  font-style: italic;
  color: #333436;
}

#hcol3_content a:hover,#hcol3_content a:focus,#hcol3_content a:active {
  color: #ff6600;
}

#EditMenu {
  display: table-row;
  margin-top: 20px;
}

.EMitem {
  display: table-cell;
  height: 24px;
  vertical-align: middle;
  padding-left: 16px;
  padding-right: 16px;
  background-color: #afccdf;
  border-top: 1px solid #afccdf;
  border-right: 1px solid #608799;
  border-bottom: 1px solid #608799;
}

.EMdisabled {
  color: #7b7c7e;
}

a.EMitem:hover {
  background-color: white;
}

#EMcurrent {
  color: #ff6600;
  border-left: 1px solid white;
  border-top: 1px solid white;
  border-bottom: 1px solid #afccdf;
}

#col2Pad {
  height: 20px;
  background-color: #afccdf;
}

#top_content {
  position: absolute;
  bottom: 0;
  left: 76px;
  right: 60px;
}

#main {
  min-height: 462px;
  background-color: #afccdf;
}

#main_content {
  padding: 8px;
}

#col1 {
  float: left;
  width: 50%;
}

#col1.ListScroll #col1_content {
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

#ListScroll {
  height: 680px;
  overflow: scroll;
  padding-right: 18px;
  padding-left: 36px;
  padding-bottom: 18px;
}

.Page_Panorama #col1 {
  height: 372px;
  overflow: hidden;
}

#bar_content {
  padding-top: 8px;
  padding-left: 36px;
  padding-right: 36px;
  padding-bottom: 8px;
}

#col1_content {
  margin-top: 18px;
  padding-left: 36px;
  padding-right: 18px;
  padding-bottom: 18px;
}

.Page_Panorama #col1_content {
  padding: 0;
  margin: 0;
  border: 0;
  position: relative;
  left: 0px;
  height: 100%;
  width: 200%;
}

#col3 {
  height: 100%;
  width: 558px;
  min-height: 462px;
  margin-left: 558px;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  background-color: white;
}

#col3.Right_H {
  height: 372px;
  min-height: 372px;
  overflow: hidden;
}

#col3_content {
  padding: 0;
}

.SelectArea {
  clear: left;
}

#FolderInfo2 {
  margin-left: 76px;
  margin-top: 8px;
  margin-bottom: 40px;
  margin-right: 0px;
}

#FolderImg {
  float: right;
}

#FolderInfoContent {
  clear: right;
  padding-top: 8px;
  padding-right: 36px;
}

.RadioGrp {
  width: auto;
  border-style: ridge;
  border-width: 2px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-top: 4px;
  margin-bottom: 8px;
  margin-right: 20px;
}

#col3.Right_H #col3_content {
  padding: 0;
  margin: 0;
  border: 0;
  position: relative;
  left: 0px;
  height: 100%;
  width: 200%;
}

#NavPath {
  margin-left: 8px;
  margin-top: 8px;
  margin-bottom: 8px;
}

#NavCtrl {
  float: right;
  width: 482px;
}

.InsertPos {
  float: left;
  display: table-cell;
  vertical-align: middle;
  height: 144px;
  padding-top: 21px;
}

.ThumbItem {
  max-width: 156px;
  height: 177px;
  float: left;
  display: table-cell;
  vertical-align: top;
}

.ThumbContent {
  padding-top: 6px;
  padding-left: 6px;
  padding-right: 2px;
  padding-bottom: 2px;
}

div.ThumbTitle {
  width: 100%;
  height: 21px;
  line-height: 11px;
  overflow: visible;
}

div.ThumbTitle input {
  vertical-align: top;
}

span.ItemName,span.FolderName,label.ItemName,label.FolderName {
  vertical-align: top;
  font-size: 9px;
}

.ThumbImg {
  max-width: 144px;
  max-height: 144px;
  padding-right: 4px;
  padding-bottom: 4px;
}

.ThumbImgH {
  max-width: 144px;
  max-height: 144px;
  padding-right: 4px;
  padding-bottom: 4px;
  background-image: url(../images/himages.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.ThumbImgV {
  max-width: 144px;
  max-height: 144px;
  padding-right: 4px;
  padding-bottom: 4px;
  background-image: url(../images/vimages.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.ThumbInfoBar {
  position: relative;
  overflow: hidden;
  height: 96px;
}

.ThumbInfoBar img.ThumbImg {
  position: absolute;
  top: 0;
  left: 0;
}

.ThumbInfoContent {
  margin-left: 180px;
}

#Current.ThumbInfoBar {
  margin-top: 16px;
  margin-bottom: 16px;
  background-color: #608799;
}

#Current.ThumbContent {
  background-color: #608799;
}

#ButtonRow {
  margin-top: 4px;
  margin-bottom: 4px;
}

.InsertBar {
  padding: 8px;
  margin-left: 100px;
}

#PictureInfo {
  margin-top: 8px;
  margin-left: 76px;
  margin-right: 40px;
  margin-bottom: 40px;
}

.link_img {
  max-width: 144px;
  max-height: 144px;
  padding: 8px;
  vertical-align: top;
  float: left;
}

.link_imgs_h {
  max-width: 144px;
  max-height: 144px;
  padding: 8px;
  vertical-align: top;
  float: left;
  background-image: url(../images/himages.png);
  background-repeat: no-repeat;
  background-position: center;
}

.link_imgs_v {
  max-width: 144px;
  max-height: 144px;
  padding: 8px;
  vertical-align: top;
  float: left;
  background-image: url(../images/vimages.png);
  background-repeat: no-repeat;
  background-position: center;
}

.frame_img_slice {
  height: 372px;
  width: 558px;
  float: left;
  overflow: hidden;
}

h1.title {
  padding-top: 0;
  margin-top: 14px;
  font-size: 21px;
  font-weight: 700;
  font-family: Verdana,Trebuche MS,sans-serif,Helvetica,Arial;
}

.orange {
  color: #ff6600;
}

.blue {
  color: #00547d;
}

.black {
  color: black;
}

.TitleName {
  color: black;
}

#sub_footer h6 {
  border: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 2px;
  color: #555;
  font-style: normal;
  font-weight: 200;
  font-size: 92%;
  text-align: center;
}

#sub_footer h6 a {
  color: #555;
  font-style: normal;
  font-weight: 200;
}

a {
  color: black;
  background-color: inherit;
  text-decoration: none;
}

a:hover {
  color: #ff6600;
  background-color: inherit;
  text-decoration: none;
}

a:focus {
  color: #ff6600;
  background-color: inherit;
  text-decoration: none;
}

a.topmenuLink {
  color: black;
  background-color: inherit;
  text-decoration: none;
}

a.topmenuLink:hover {
  color: #ff6600;
  background-color: inherit;
  text-decoration: none;
}

a.topmenuLink:focus {
  color: #ff6600;
  background-color: inherit;
  text-decoration: none;
}

a.submenu {
  color: black;
  background-color: inherit;
  text-decoration: none;
}

a.submenu:hover {
  color: #ff6600;
  background-color: inherit;
  text-decoration: none;
}

a.submenu:focus {
  color: #ff6600;
  background-color: inherit;
  text-decoration: none;
}

h1.text_h1 a {
  color: #ff6600;
}

#topmenuFieldOpen {
  position: relative;
  overflow: visible;
}

#topmenuFieldOpen a.menuOpen {
  font-weight: 400;
}

#topmenuFieldOpen a.topmenuLink {
  color: #ff6600;
}

h1 {
  color: #ff6600;
}

h1.Elem1,h2.Elem1,h3.Elem1,p.Elem1 {
  margin-top: 0;
}

.submenu {
  font-weight: 400;
  color: #7b7c7e;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

ul.submenu {
  padding: 0;
  margin: 0;
}

a.submenu {
  color: #7b7c7e;
}

.submenu a.menuOpen {
  color: #ff6600;
}

a.topmenuLink {
  font-weight: 600;
  color: #7b7c7e;
}

#findsubmit {
  color: #7b7c7e;
}

.menuseparator {
  font-weight: 600;
  color: #ff6600;
}

.topmenuField {
  font-weight: 600;
  color: #7b7c7e;
}

td label, td  {
  color: #7b7c7e;
}

.topmenuActive {
  font-weight: 600;
  color: #ff6600;
}

.menuActive, span.menuActive, a.menuActive {
  font-weight: 600;
  color: #ff6600;
}

.menuOpen {
  color: #ff6600;
}

.divFrame {
  margin: 0;
  padding: 0;
  border: 0;
}

#top_content li.portfolio {
  display: inline;
  margin: 0;
  padding-right: 16px;
}

#top_content li.portfolioCurrent a.link_local {
  color: #ff6600;
}

.FindLabel {
  margin-right: 1em;
}

#FindField {
  margin-bottom: 1em;
}

#col3 #Editor {
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: #afccdf;
  border-color: #afccdf;
  border-style: inset;
  border-width: 1px;
}

.EditorLink {
  font-style: italic;
}

#FolderInfo {
  clear: left;
  padding-top: 10px;
  margin-left: 8px;
}

#DownloadForm {
  padding-top: 20px;
  margin-left: 8px;
}

a#LinkEditInfo {
  margin-left: 40px;
  font-style: italic;
}

.FolderName {
  padding-left: 18px;
  background-image: url(../images/folder.png);
  background-position: left center;
  background-repeat: no-repeat;
}

a.GotoPrev img {
  background-image: url(../images/thumb-prev.png);
  background-repeat: no-repeat;
}

a.GotoPrev:hover img, a.GotoPrev:focus img, a.GotoPrev:active img {
  background-image: url(../images/thumb-prev-hi.png);
  background-repeat: no-repeat;
}

a.GotoNext img {
  background-image: url(../images/thumb-next.png);
  background-repeat: no-repeat;
}

a.GotoNext:hover img, a.GotoNext:focus img, a.GotoNext:active img {
  background-image: url(../images/thumb-next-hi.png);
  background-repeat: no-repeat;
}

.initial {
  font-size: 117%;
  font-weight: bold;
  color: #ff6600;
}

.nobrk {
  white-space: nowrap;
}

.TopicList {
  line-height: 1.5em;
}


}


@media screen {

#menu_frame {
  background-color: #cc9;
  border-bottom: 1px solid #aa7;
}

#menu_border {
  border-top: 1px solid #eea;
  border-bottom: 1px solid #552;
}

#menu_bar {
  height: 25px;
  display: table-row;
}

.menu_text {
  background-color: inherit;
  color: inherit;
  font-size: 114%;
  line-height: 22px;
  padding-left: 2em;
  padding-right: 2em;
  display: inline-block;
}

.menu_active {
  background-color: #cc9;
  color: #000;
  height: 22px;
  display: table-cell;
}

a.menu_active {
  background-color: #cc9;
  color: #000;
  height: 22px;
  display: table-cell;
  text-decoration: none;
  border: 1px solid #cc9;
}

.menu_passive {
  background-color: #cc9;
  color: #000;
  height: 22px;
  display: table-cell;
  border: 1px solid #cc9;
}

a.menu_active:hover {
  background-color: #cc3;
  border-top: 1px solid #ddb;
  border-right: 1px solid #aa7;
  border-left: 1px solid #ddb;
  border-bottom: 1px solid #aa7;
}

a.menu_active:focus {
  background-color: #cc3;
  border-top: 1px solid #ddb;
  border-right: 1px solid #aa7;
  border-left: 1px solid #ddb;
  border-bottom: 1px solid #aa7;
}

.menu_current {
  background-color: #cc3;
  color: #000;
  height: 22px;
  display: table-cell;
  border-top: 1px solid #aa7;
  border-left: 1px solid #aa7;
  border-right: 1px solid #ddb;
  border-bottom: 1px solid #ddb;
}

a.edit_content {
  color: inherit;
}

#editor {
  border-style: ridge;
  border-width: 2px;
  border-color: #cc9;
  background-color: white;
  z-index: 500;
}

form.editor {
  overflow: visible;
}

#imgeditor {
  border-style: ridge;
  border-width: 2px;
  border-color: #cc9;
  width: auto;
}

.editor_text {
  color: #000;
}

.editor_head {
  background-color: #cc9;
  font-size: 1.25em;
  padding: 2px;
}

.EditTitle {
  background-color: #cc9;
}

#commit_button {
  background-color: #9f3;
}

.button_frame {
  height: 12px;
  width: 12px;
  background-color: #cc9;
  line-height: 7px;
  font-size: 9pt;
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
  border-width: 1px;
  border-style: solid;
  border-top-color: #cc9;
  border-left-color: #cc9;
  border-right-color: #663;
  border-bottom-color: #663;
}

button_frame:hover {
  background-color: #cc3;
}

button_frame:focus {
  background-color: #cc3;
}

.button_inline {
  line-height: 7px;
  font-size: 9pt;
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
  color: black;
  border-width: 1px;
  border-style: solid;
  border-top-color: white;
  border-left-color: white;
  border-right-color: #aa7;
  border-bottom-color: #aa7;
}

.button_content {
  line-height: 7px;
  font-size: 9pt;
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
  color: black;
  border-width: 1px;
  border-style: solid;
  border-top-color: white;
  border-left-color: white;
  border-right-color: #aa7;
  border-bottom-color: #aa7;
  padding-left: 0.4ex;
  padding-right: 0.4ex;
}

a.insert_button {
}

a.edit_content {
  text-decoration: none;
}

a.edit_content:hover {
  background-color: #cc9;
  text-decoration: none;
}

a.edit_content:focus {
  background-color: #cc9;
  text-decoration: none;
}

.scroll {
  width: 99%;
  overflow: scroll;
}

table.receditor {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  border-collapse: separate;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #333;
}

td.receditor {
  color: black;
  background-color: #eec;
  border-left: 0 none #333;
  border-right: 0 none #fff;
  border-top: 1px solid #333;
  border-bottom: 1px solid #fff;
  padding: 3px 1em;
}

th.receditor {
  text-align: right;
  color: black;
  background-color: #eec;
  border-left: 0 none #333;
  border-right: 0 none #fff;
  border-top: 1px solid #333;
  border-bottom: 1px solid #fff;
  padding: 3px 1em;
}

.img_select {
  margin: 6px;
  background-color: white;
}

.img_select_box {
  border: 1px solid #000;
}

.img_select_radio {
  margin-top: 3px;
}

.img_select_name {
  font-size: 10px;
}

.file_upload {
  margin: 6px;
  border: 1px solid #000;
}

.pict_select {
  margin: 6px;
  float: left;
  background-color: white;
}

.pict_select_box {
  width: 104px;
  height: 125px;
  border: 1px solid #000;
}

.pict_select_radio {
  margin-top: 3px;
}

.pict_select_name {
  font-size: 10px;
}

.tabl_select {
  margin: 4px;
  float: left;
  background-color: white;
}

.tabl_select_box {
  width: 180px;
  height: 125px;
  border: 1px solid #000;
}

.tabl_select_radio {
  margin-top: 3px;
}

.tabl_select_name {
  font-size: 10px;
}

.tabl_thumb {
  width: 172px;
  height: 100px;
  border: 1px solid black;
}

.thumb_image {
  border: 1px solid black;
}

#cmscontent {
  width: 100%;
  min-height: 500px;
  background-color: #ccc;
  margin-top: 1px;
}

.center {
  text-align: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

#DirectoryPane {
  margin-left: 5%;
  text-align: left;
}

#TableauSelect {
  z-index: 900;
  position: absolute;
  right: 20px;
  bottom: 100px;
  padding: 4px;
  background-color: #cc9;
  border: 1px solid black;
}

#TableauAlign {
  z-index: 900;
  position: absolute;
  right: 20px;
  bottom: 60px;
  padding: 4px;
  background-color: #cc9;
  border: 1px solid black;
}

#AlignEditor {
  border-style: ridge;
  border-width: 2px;
  border-color: #cc9;
  z-index: 900;
  position: absolute;
  right: 20px;
  bottom: 60px;
  background-color: #cc9;
}

.editColumns2 {
  padding-top: 1px;
  padding-bottom: 3px;
  background-color: #eee;
}

.editColumnRight {
  background-color: white;
  background-image: url(../images/lightline2.png);
  background-position: right;
  background-repeat: repeat-y;
}

.editColumnLeft {
  background-color: white;
  background-image: url(../images/lightline2.png);
  background-position: left;
  background-repeat: repeat-y;
}

.EditTitle, .EditContentTitle {
  background-color: #cc9;
  font-style: italic;
}

table.receditor {
  margin-left: 40px;
}

#cmscontent table.receditor {
  margin-left: auto;
}

tt.NoEdit {
  font-weight: bold;
}


}


@media print {


}



/** blofield.css *************/

