/* =Base
============================================================================== */

/* General
    -------------------------------------------------------------------------- */
body {
    font-family: Arial, Helvetica, sans-serif, "Lucida Grande", "Lucida Sans", Tahoma, Verdana;
    font-size: 10px;
    color: #606e79;
    background-color: #fff;
}
td { font-size: 11px }
/* main table container ID which has a vertically repeating background to create the two columns */
#container { background: url(images/adm-main-bg.gif) top center repeat-y }


/* =Header
============================================================================== */

/* General
    -------------------------------------------------------------------------- */
#header {
    padding-bottom: 15px;
    background: #fff;
    color: #444e57;
}
.page-logo {
    max-width: 300px;
    max-height: 75px;
}

/* top shadow below header */
#topShadow { background: url(images/adm-header-shadow.gif) top left repeat-x }

/* top title text */
.headtext {
    font-size: 12px;
    color: #9ba2a7;
}
.titletext {
    font-size: 20px;
    font-weight: bold;
    color: #4e565d;
}
.largertext { font-size: 12px }


/* =Content
============================================================================== */

/* Top content - creates the top part of the design layout
    -------------------------------------------------------------------------- */
#topContent {
    height: 45px;
    background: #fff url(images/adm-header-bg.gif) top left no-repeat;
}
.topCopy {
    padding: 4px 15px 0 15px;
    color: #98a2aa;
    font-weight: bold;
    text-transform: uppercase;
}
.topCopy a { color: #eceeef !important }
.topCopy a.buttonLight {
    margin-top: 2px;
    text-transform: none;
}

/* Titles, Links, Paragraphs, Lists
    -------------------------------------------------------------------------- */
/* main titles - 3/4 width of page */
.mainTitleTop, .mainTitle {
    padding: 0 20px;
    font-weight: bold;
    font-size: 16px;
}
.mainTitleTop span {
    font-weight: bold;
    font-size: 16px;
}
.mainTitle td {
    font-weight: bold;
    font-size: 16px;
}
.mainTitleTop {
    width: 549px;
    height: 60px;
    line-height: 60px;
    background: url(images/adm-title-top-bg.jpg) top left no-repeat;
}
.mainTitle {
    width: 549px;
    height: 65px;
    line-height: 65px;
    background: url(images/adm-title-bg.jpg) top left no-repeat;
}

/* main titles - full width */
.mainTitleTopFull span, .mainTitleFull span {
    padding: 0 20px;
    font-weight: bold;
    font-size: 16px;
}
.mainTitleTopFull td {
    font-weight: bold;
    font-size: 16px;
    width: 800px;
    height: 60px;
    background: url(images/adm-title-top-full-bg.jpg) top left repeat-x;
}
.mainTitleTopFull span {
    height: 60px;
    line-height: 60px;
}
.mainTitleFull td {
    width: 549px;
    height: 65px;
    background: url(images/adm-title-full-bg.jpg) top left repeat-x;
}
.mainTitleFull span {
    height: 65px;
    line-height: 65px;
}
.loginDesc { margin: 10px 10px 10px 20px }
.loginDesc img { margin: 0 16px 0 0 }

/* links */
a, a:visited {
    text-decoration: underline;
    color: #606e79;
}
a:hover { text-decoration: underline }

/* alignment - force element to float left or right */
.left { float: left !important }
.right { float: right !important }

/* bold */
strong { color: #3c4145 }
.tagListing a {
    font-size: 8pt;
    color: #1b68db;
    text-decoration: none;
}
.tagListing a:hover { text-decoration: underline }
.tagEditorList {
    list-style: none;
    margin: 0;
    padding: 0;
}
.tagEditorList li
{
    float: left;
    padding: 4px 6px 4px 6px;
    margin: 0 6px 6px 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #1b68db;
    color: #ffffff;
}
.tagEditorList li.relation {
    background-color: #009900;
}
.tagEditorList li a { cursor: pointer }

/* Sidebar
    -------------------------------------------------------------------------- */

/* sidebar bubbles */
.bubbleTop {
    margin: 10px 0 0 0;
    padding: 0 10px 0 20px;
    width: 173px;
    height: 45px;
    line-height: 45px;
    font-weight: bold;
    font-size: 13px;
    background: url(images/adm-sidebar-bubble-top.png) top left no-repeat;
}
.bubbleBtm {
    width: 203px;
    margin: 0;
    padding: 0;
    background: url(images/adm-sidebar-bubble-btm.png) bottom left no-repeat;
}
.bubbleBtm ul {
    list-style: none;
    margin: 3px 0 10px 0;
    padding: 0 0 0 0;
}
.bubbleBtm ul li { padding: 3px 0 3px 0 }
.bubbleBtm li a, .bubbleBtm li a:visited {
    margin: 0 12px 0 17px;
    padding: 0 0 0 12px;
    text-decoration: none;
    line-height: 18px;
    font-size: 12px;
    background: url(images/adm-list-arrow.png) 0 4px no-repeat;
    display: block;
}
.bubbleBtm li a:hover { text-decoration: underline }
.bubbleBtm .bubbleForm { margin: 10px 20px 16px 20px }
.bubbleBtm li i {
    margin: 0 13px 0 13px;
    color: #808E99;
    display: block;
}
.bubbleBtm li font {
    margin: 0 13px 0 20px;
    display: block;
}
.bubbleBtm ul li.divider {
    width: 203px;
    height: 7px;
    padding: 0 0 0 0;
    margin: -2px 0 5px 0;
}
.bubbleTags {
    width: 203px;
    margin: 0;
    padding: 0 0 0 10px;
    background: url(images/adm-sidebar-bubble-btm.png) bottom left no-repeat;
}
.bubbleTags .RadTagCloud {
    padding: 8px 0 10px 0;
    font-family: Arial, Helvetica, sans-serif, "Lucida Grande", "Lucida Sans", Tahoma, Verdana;
    border-width: 0;
}

/* Tables
    -------------------------------------------------------------------------- */

/* table padding - add this class to the  tag and each will have padding. This makes 
    it more flexible than using cellpadding since you can use different top, bottom, 
    left, or right padding */
.tablePadding td { padding: 8px 15px }
.tablePadding td table td { padding: 0 }
.lightPadding { padding: 8px 8px 8px 8px !important }
.innerCellPadding { padding: 0 0 8px 15px !important; }
.noBottomPadding { padding-bottom: 0 !important; }

/* alternating row colors */
.row { background: url(images/adm-row.gif) top right no-repeat }
.rowAlt { background: url(images/adm-row-alt.gif) top right no-repeat }
.rowStatus {
    background: url(images/adm-row-status.gif) top right no-repeat;
    background-color: #ffeedd;
}
.rowInstructions {
    padding: 16px !important;
    font-size: 13px;
}
.rowContent {
    background-color: #f5f7f7;
    border-top: 1px solid #c2cacf;
    border-right: 1px solid #c2cacf;
}
.lastRow {
    background: url(images/adm-row-last.gif) top right no-repeat;
    background-color: #dee3e5;
}
.noRightBorder {
    padding-right: 0 !important;
    background-position: top left !important;
}
.rightBorder { border-right: 1px solid #c9d0d4 }
.tableHeadingRow td {
    padding: 4px 4px 4px 4px !important;
    font-weight: bold;
    border: 0 none #ffffff !important;
}
.tableRow td {
    padding: 4px 4px 4px 4px !important;
    background: url(images/adm-row.gif) top right no-repeat;
    border: 0 none #ffffff !important;
}
.tableRowAlt td {
    padding: 4px 4px 4px 4px !important;
    background: url(images/adm-row-alt.gif) top right no-repeat;
    border: 0 none #ffffff !important;
}

/* table headings */
.tableHeading {
    padding-top: 10px;
    font-size: 11px;
    font-weight: bold;
    background-color: #dee3e5;
}
.topBorder { border-top: solid 1px #b0b9be !important }

/* search, edit, copy, and delete icon spacing */
.iconbutton img {
    margin: -2px 2px -2px 2px;
    vertical-align: middle;
}

/* table search and paging TRs */
.searchAndPagingTop td {
    padding-bottom: 6px;
    border-top: 1px solid #e3e7ea;
    background: #c9d0d4;
}
.searchAndPagingBtm td {
    padding-top: 0;
    border-bottom: 1px solid #b0b9be;
    background: #c9d0d4;
}
.searchAndPagingBorderBtm {
    border-bottom: 1px solid #b0b9be;
}

/* Messages
    -------------------------------------------------------------------------- */
ul.messages {
    margin: 0 0 0 10px;
    padding: 0;
    list-style-type: none;
}
ul.messages li { padding: 2px 0 2px 22px }
ul.messages li.success {
    background: url(images/check.png) no-repeat 0 2px;
    color: #009900;
}
ul.messages li.info {
    background: url(images/info.png) no-repeat 0 2px;
    color: #000099;
}
ul.messages li.warning {
    background: url(images/warning.png) no-repeat 0 2px;
    color: #555500;
}
ul.messages li.error {
    background: url(images/error.png) no-repeat 0 2px;
    color: #990000;
}
ul.messages li.system {
    background: url(images/system.png) no-repeat 0 2px;
    color: #444444;
}
ul.messages li.chat {
    background: url(images/chat.png) no-repeat 0 2px;
    color: #444444;
}

/* Forms
    -------------------------------------------------------------------------- */

/* textareas */
textarea { resize: none }
.formtextbox {
    padding: 3px;
    font-family: Arial;
    font-size: 11px;
    border-top: 1px solid #9f9f9f;
    border-left: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd;
    border-bottom: 1px solid #c7c7c7;
    background: #fff url(images/adm-form-shadow.jpg) top left repeat-x;
}
.formtextbox[disabled='disabled'] { background: #eeeeee }
.formtextboxsmall {
    padding: 1px;
    font-family: Arial;
    font-size: 10px;
    border-top: 1px solid #9f9f9f;
    border-left: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd;
    border-bottom: 1px solid #c7c7c7;
    background: #fff url(images/adm-form-shadow.jpg) top left repeat-x;
}
.rtltextbox { direction: rtl }
input.small { width: 50px }
input.medium { width: 125px }
input.large { width: 200px }
input.extra_large { width: 300px }
input.hidden { display: none; }
.required-field {
    display: inline-block;
    background: url('images/adm-icon-asterisk.png') top left no-repeat;
    width: 16px;
    height: 10px;
}

/* Buttons
    -------------------------------------------------------------------------- */

/* light blue buttons */
a.buttonLight, a.buttonLight:visited {
    margin-right: 4px;
    height: 21px;
    text-decoration: none;
    background: url(images/adm-button-light-lt.png) top left no-repeat;
    display: block;
    float: left;
    cursor: pointer;
}
a.buttonLight span {
    padding: 0 8px 0 4px;
    height: 21px;
    line-height: 21px;
    font-weight: bold;
    color: #fff;
    background: url(images/adm-button-light-rt.png) top right no-repeat;
    display: block;
    position: relative;
    left: 4px;
}
a.buttonLight:hover { background-position: center left }
a.buttonLight:hover span { background-position: center right }
a.buttonLight:active { background-position: bottom left }
a.buttonLight:active span { background-position: bottom right }

/* logout & help (must also have "buttonLight" class on anchor) */
a.buttonLogout, a.buttonLogout:visited {
    margin-left: 10px;
    background-image: url(images/adm-button-logout-lt.png) !important;
}
a.buttonLogout span { padding-left: 18px !important }
a.buttonHelp, a.buttonHelp:visited {
    margin-left: 10px;
    background-image: url(images/adm-button-help-lt.png) !important;
}
a.buttonHelp span { padding-left: 18px !important }

/* dark blue buttons */
a.buttonDark, a.buttonDark:visited {
    margin-right: 4px;
    height: 21px;
    text-decoration: none;
    background: url(images/adm-button-dark-lt.png) top left no-repeat;
    display: block;
    float: left;
    cursor: pointer;
}
a.buttonDark span {
    padding: 0 8px 0 4px;
    height: 21px;
    line-height: 21px;
    font-weight: bold;
    color: #fff;
    background: url(images/adm-button-dark-rt.png) top right no-repeat;
    display: block;
    position: relative;
    left: 4px;
}
a.buttonDark:hover { background-position: center left }
a.buttonDark:hover span { background-position: center right }
a.buttonDark:active { background-position: bottom left }
a.buttonDark:active span { background-position: bottom right }
.buttonLightSmall {
    padding: 0 8px 0 4px;
    margin: 0;
    display: block;
    width: 43px;
    height: 21px;
    background: url(images/adm-button-small.png) top left no-repeat;
    font-family: Arial, Helvetica, sans-serif, "Lucida Grande", "Lucida Sans", Tahoma, Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    border: 0;
    overflow: visible;
}
.buttonDarkSmall {
    padding: 0 8px 0 4px;
    margin: 0;
    width: 43px;
    height: 21px;
    background: url(images/adm-button-dark-small.png) top left no-repeat;
    font-family: Arial, Helvetica, sans-serif, "Lucida Grande", "Lucida Sans", Tahoma, Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    border: 0;
    overflow: visible;
}
.buttonDarkSmall:hover, .buttonLightSmall:hover { cursor: pointer }
a.buttonUpgrade {
  display: inline-block;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background-color: #159F0B;
  color: #fff;
  padding: 6px 10px;
  margin: 2px 0 2px 10px;
  text-decoration: none;
}

/* large light blue buttons used for form INPUT tags */
.formButtonLight {
    margin-right: 7px;
    height: 39px;
    text-decoration: none;
    background: url(images/adm-button-light-large-lt.png) top left no-repeat;
    display: block;
    float: left;
}
.formButtonLight input {
    padding: 0 11px 0 5px;
    width: auto;
    height: 39px;
    line-height: 39px;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif, "Lucida Grande", "Lucida Sans", Tahoma, Verdana;
    color: #fff;
    border: 0;
    background: url(images/adm-button-light-large-rt.png) top right no-repeat;
    display: block;
    float: left;
    position: relative;
    left: 5px;
    overflow: visible;
}
.formButtonLight:hover {
    cursor: pointer;
    background-position: center left;
}
.formButtonLight:hover input {
    cursor: pointer;
    background-position: center right;
}
.formButtonLight:active { background-position: bottom left }
.formButtonLight:active input { background-position: bottom right }

/* large dark blue buttons used for form INPUT tags */
.formButtonDark {
    margin-right: 7px;
    height: 39px;
    text-decoration: none;
    background: url(images/adm-button-dark-large-lt.png) top left no-repeat;
    display: block;
    float: left;
}
.formButtonDark input {
    padding: 0 11px 0 5px;
    width: auto;
    height: 39px;
    line-height: 39px;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif, "Lucida Grande", "Lucida Sans", Tahoma, Verdana;
    color: #fff;
    border: 0;
    background: url(images/adm-button-dark-large-rt.png) top right no-repeat;
    display: block;
    float: left;
    position: relative;
    left: 5px;
    overflow: visible;
}
.formButtonDark:hover {
    cursor: pointer;
    background-position: center left;
}
.formButtonDark:hover input {
    cursor: pointer;
    background-position: center right;
}
.formButtonDark:active { background-position: bottom left }
.formButtonDark:active input { background-position: bottom right }

/* Misc
    -------------------------------------------------------------------------- */

/* extra padding for small blue buttons inside the main title on the Questions page */
.smallBlueButtons {
    position: relative;
    top: 5px;
}

.inlineBlock { display: inline-block !important; }

/* small, medium, and large margins */
.smallRightSpacing { margin-right: 5px !important }
.mediumRightSpacing { margin-right: 10px !important }
.largeRightSpacing { margin-right: 15px !important }
.smallLeftSpacing { margin-left: 5px !important }
.mediumLeftSpacing { margin-left: 10px !important }
.largeLeftSpacing { margin-left: 15px !important }
.smallTopSpacing { margin-top: 3px !important }
.mediumTopSpacing { margin-top: 6px !important }
.largeTopSpacing { margin-top: 9px !important }
.smallBottomSpacing { margin-bottom: 3px !important }
.mediumBottomSpacing { margin-bottom: 6px !important }
.largeBottomSpacing { margin-bottom: 9px !important }

/* small, medium, and large padding */
.smallRightPadding { padding-right: 5px !important }
.mediumRightPadding { padding-right: 10px !important }
.largeRightPadding { padding-right: 15px !important }
.smallLeftPadding { padding-left: 5px !important }
.mediumLeftPadding { padding-left: 10px !important }
.largeLeftPadding { padding-left: 15px !important }
.smallTopPadding { padding-top: 3px !important }
.mediumTopPadding { padding-top: 6px !important }
.largeTopPadding { padding-top: 9px !important }
.smallBottomPadding { padding-bottom: 3px !important }
.mediumBottomPadding { padding-bottom: 6px !important }
.largeBottomPadding { padding-bottom: 9px !important }

/* page count */
.pageCount {
    margin-right: 10px;
    margin-left: 8px;
    float: left;
}
.pageIcon {
    vertical-align: middle;
    margin: 0 6px 0 14px;
}

/* center content */
.centerWrapper {
    float: left;
    display: block;
    position: relative;
    left: 50%;
}
.centerContent {
    float: left;
    position: relative;
    right: 50%;
}
a.hiddenLink {
    color: #606e79;
    text-decoration: none;
}
a.hiddenLink:hover {
    color: #333333;
    text-decoration: underline;
}
.redNotice {
    color: #aa0000;
    font-weight: bold;
    font-size: 8pt;
}

/* Treeview
    -------------------------------------------------------------------------- */
.treeTitle {
    display: block;
    font-size: 12pt;
    color: #000000;
    margin: 2px 0 0 0;
}
.titleNode {
    font-size: 11pt;
    font-weight: bold;
    color: #666666;
}
.redBoldNode {
    font-weight: bold;
    color: #990000;
}
.redNode { color: #990000 }
.grayBoldNode {
    font-weight: bold;
    color: #666666;
}
.grayNode { color: #666666 }
.boldNode { font-weight: bold }
.node { }


/* =Footer
============================================================================== */

/* General
    -------------------------------------------------------------------------- */

/* normal footer used on most pages */
#footer {
    padding: 70px 0 30px 0;
    background: #fff url(images/adm-footer-bg.gif) top left no-repeat;
}

/* tall footer used for certain pages that have large buttons inside the bottom blue layout bar */
#footerTall {
    padding-bottom: 30px;
    background: #fff url(images/adm-footer-tall-bg.gif) top left no-repeat;
}
#footerButtons { padding: 14px 13px 84px 13px }

/* copyright text */
.copyrighttext {
    font-size: 11px;
    color: #d2d4d6;
}
.copyrighttext a, .copyrighttext a:visited {
    color: #9da0a2;
    text-decoration: underline;
}
.copyrighttext a:hover { text-decoration: none }
