body {
    margin: 0px;
    padding: 0px;
    background-color: #555555;
}
#body {
    margin: 0px;
    text-align: center;
    font-size: 12px;
    width: 100%;
}

p {
    margin: 16px 0px;
}

form {
    margin: 0px;
    padding: 0px;
}

#se-debug-output {
    text-align: left;
}

#main {
    width: 960px;
    border-top: 1px solid #666666;
    margin: 0px auto;
    text-align: left;
    background-color: #000000;
    font-family: 'Trebuchet', 'Verdana', sans-serif;
    font-size: 10px;
}

#main_simple {
    margin: 0px auto;
    text-align: left;
    font-family: 'Trebuchet', 'Verdana', sans-serif;
    font-size: 10px;
}

/****** User Bar ******/
#userbar {
    height: 18px;
    border-bottom-width: 1px;
    padding: 0 8px;
    background: url('../images/top_userbar_bkgr.jpg') repeat-x;
    border-bottom-color: #666666;
    border-bottom-style: solid;
    color: #FFFFFF;
}

#userbar div a.button {
    vertical-align: middle;
    padding: 0 6px 0 16px;
    margin: 0 4px;
    font-family: 'Trebuchet', 'Verdana', sans-serif;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

#userbar .left {
    float: left;
}

#userbar .right {
    float: right;
}

#userbar .left a.button {
    background: url('../images/icn_sm_arrow_user.gif') no-repeat;
    background-position: 4 2
}

#userbar .right a.button {
    background: url('../images/icn_sm_arrow_system.gif') no-repeat;
    background-position: 4 2
}


/******* Header *******/
#header {
    height: 93px;
    vertical-align: middle;
    background: url('../images/hdr_bkgr.jpg');
}

#logo {
    float: left;
    height: 93px;
}

#search {
    float: right;
    height: 93px;
    vertical-align: middle;
    padding-top: 30px;
}

#search a.advanced {
    color: #CCCCCC;
    font-weight: bold;
    line-height: 18px;
    margin-left: 55px;
    font-size: 9px;
}

#search input {
    vertical-align: middle;
    width: 115px;
}

#search label {
    font-weight: bold;
    color: #66ccff
}
#search_button {
    width: 26px;
    height: 26px;
    vertical-align: middle;
}

.clickable {
    cursor: pointer;
    cursor: hand;
{get_navmenu path="Top.$SITE_SECTION@" var=items}
}

/***** Navigation *****/
.top_nav {
    height: 24px;
    border-bottom-width: 1px;
    text-align: center;
    border-bottom-style: solid;
    border-bottom-color: #000000;

}

/** :KLUDGE: centered tabs **/

.nav_centered {
    float: left;
    position: relative;
    left: 50%;
}

.top_nav ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    float: left;
    position: relative;
    left: -50%;
}
/** ---------------------- **/

.top_nav li {
    float: left;
    height: 24px;
    margin-left: 0px;
}

.top_nav a {
    height: 24px;
    width: 94px;
    line-height: 24px;
    display: block;
    float: left;
    text-decoration: none;
    font-weight: bold;
}

#main_nav {
    background: url('../images/nav_bkgr_cms.jpg') repeat-x;
}

#main_nav a {
    color: #FFFFFF
}

#main_nav a.selected {
    height: 25px;
    background-color: #333333;
    color: #FFFFFF;
}

/*
#sub_nav {
    background-color: #333333;
    color: #CCCCCC;
}
#sub_nav a {
    color: #CCCCCC;
}
#sub_nav a.selected {
    color: #FFFFFF;
}
*/

#middle {
    background-color: #E0E0E0;
    border-left: 130px solid #333333;
    min-height: 400px;
    _height: 400px;
    width: 830px;
}

#middle_simple {
    background-color: #E0E0E0;
    min-height: 400px;
    _height: 400px;
    width: 830px;
}

#left_nav {
    float: left;
    position: relative;
    margin-left: -130px;
    background-color: #333333;
    width: 130px;
}


#left_nav ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#left_nav li {
    display: inline;
}

#left_nav li a {
    background-color: #333333;
    background-image: url('../images/icn_sm_gel_arrow_rt.gif');
    background-position: 6% 50%;
    background-repeat: no-repeat;
    border-bottom: 1px solid #000000;
    color: #DDDDDD;
    display: block;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-decoration: none;
    padding-top: 13px;
    padding-right:3px;
    padding-bottom:13px;
    padding-left: 31px;
    width: 95px;
    /* IE box model hack */
    _width: 129px;
    _height: 38px;
}
#left_nav li a.selected {
    background-color: #111111;
}

#page {
    padding: 5px 16px 16px 16px;
    width: 798px;
    _width: 830px;
    float: left;
}

#breadcrumbs {
    padding: 5px;
    margin-bottom: 4px;
}

#page_title {
}

#page_body {
}

#footer {
    height: 84px;
    background-color: #000000;
    vertical-align: middle;
}

#footer p {
    padding-top: 15px;
    padding-left: 380px;
    text-align: center;
    float: left;
}

#footer p,
#footer a {
    color: #CCCCCC;
}

#footer_logo {
    float: right;
    padding: 15px;
}

#login_body {
    text-align: center;
}

#login_form {
    padding-top: 20px;
    height: 82px;
    width: 862px;
    margin: 0px auto;
    margin-top: 25px;
    text-align: left;
    background: url('../images/login_bkgr.jpg') no-repeat;
    color: #FFFFFF;
}


#login_form .username,
#login_form .password {
    position: relative;
    width: 125px;
    height: 75px;
    float: left;
}
#login_form .username {
    left: 150px;
}
#login_form .password {
    left: 160px;
}

#login_form .username input,
#login_form .password input {
    width: 125px;
}

#login_form .remember {
    position: relative;
    width: 100px;
    height: 75px;
    left: 180px;
    float: left;
    text-align: center;
}

#login_form .remember input {
    margin-top: 5px;
}

#login_form .forgot_pw_link {
    position: relative;
    left: 40px;
    top: 40px;
}

#login_form .forgot_pw_link a {
    color: #FFFFFF;
    text-decoration: none;
}
#login_form .forgot_pw_link a:hover {
    text-decoration: underline;
}

#login_form .submit_button {
    position: relative;
    float: right;
    right: 50px;
    margin-top: 10px;
    width: 100px;
    height: 22px;
    cursor: pointer; cursor: hand;
    border: none;
    background: url('../images/btn_login.jpg') no-repeat;
}

#login_form.reset {
    background: url('../images/login_bkgr_blank.jpg') no-repeat;
}

#login_form.reset p {
    position: relative;
    left: 50px;
    top: -15px;
    width: 300px;
    float: left;
}

#login_form.reset .username {
    position: relative;
    width: 125px;
    height: 75px;
    float: left;
    left: 75px;
}

#login_form.reset .username input.text {
    width: 200px;
}

#login_form.reset .resetpw_submit_button {
    position: relative;
    float: right;
    right: 50px;
    margin-top: 10px;
    width: 100px;
    height: 22px;
    cursor: pointer; cursor: hand;
    border: none;
    background: url('../images/btn_blank.jpg') no-repeat;
    color: #66CCFF;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    padding: 0px 8px;
}

#login_welcome {
    width: 862px;
    height: 250px;
    margin: auto;
    padding-top: 50px;
    text-align: left;
    background: url('../images/login_bkgr_welcome_cms.jpg') no-repeat;
    color: #FFFFFF;
}

#login_welcome p {
    margin-left: 35px;
}

#login_welcome p.title {
    font-weight: bold;
    color: #8bc055;
    font-size: 12px;
}

#login_welcome p.error {
    font-size: 12px;
    color: red;
}

ul.error {
    color: red;
    list-style-type: disc;
    padding-left: 20px;
    font-size: 12px;
}

.container {
    border-width: 1px;
    border-style: solid;
    width: 100%;
    border-color: #555555;
    margin-bottom: 20px;
}

.container_collapsed .collapsable {
    display: none;
}

.container .toggle_icon {
    background-position:left center;
    background-repeat:no-repeat;
    display:block;
    float:left;
    height:23px;
    margin-right:6px;
    width:22px;
    background-image:url(../images/icn_table_open.gif);
}

.container_collapsed .toggle_icon {
    background-image:url(../images/icn_table_closed.gif);
}

.container .title_bar {
    height: 23px;
    background-image: url('../images/hdr_bkgr_table.gif');
    background-repeat: repeat-x;
}

.container .title_bar .title {
    color: #EEEEEE;
    font-size: 13px;
    font-weight: bold;
}

.container .button_bar { 
    height: 21px;
    padding: 1px;
    background-color: #333333;
}

.container .views {
    float: left;
    padding-left: 6px;
}

.container .buttons {
    float: right;
}

.container .buttons a {
    float: left;
    height: 22px;
    line-height: 22px;
    margin-top: -1px;/*hack for image w/ border @ top*/
    margin-left: 2px;
    width: 140px;
    text-align: center;
    display: block;
    color: #EEEEDD;
    background-image: url('../images/btn_bkgr_tableaction.gif');
    background-repeat: repeat-x;
    font-size: 11px;
    text-decoration: none;
}

.container .buttons a:hover {
    text-decoration: underline;
    color: #FFFFFF;
}

.container .footer {
    padding: 5px;
    background-color: #666666;
}

.container ul.tabs {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.container ul.tabs li a {
    display: block;
    width: 100px;
    height: 20px;
    color: #FFFFFF;
    background: #666666;
    margin: 5px 5px 5px 0;
    padding: 2px;
}

.clear {
    clear: both;
}

table.grid_view {
    width: 100%;
    border-width: 1px;
    font-size: 10px;
    border: 1px solid #999999;
}

.no_records {
    padding: 12px;
    text-align: center;
    font-size: 12px;
}

table.container_layout {
    width: 100%;
}

table.container_layout td.container_left {
    width: 175px;
    vertical-align: top;
    border: 1px solid #999999;
}

table.container_layout td.container_left .folder_buttons {
    padding: 2px;
    background-color: #CCCCCC;
    font-size: 10px;
    color: #333333;
    border-bottom: 1px solid #999999;
    width: auto;
}

table.container_layout td.container_left .folder_buttons a {
    color: #333333;
    text-decoration: none;
}

table.container_layout td.container_left .folders {
    overflow: auto;
}

table.container_layout td.container_top {
    font-size: 12px;
    padding: 10px;
}

table.container_layout td.container_main .path_links {
    padding: 2px;
    background-color: #CCCCCC;
    font-size: 10px;
    color: #333333;
    border-bottom: 1px solid #999999;
}
table.container_layout td.container_main .path_links a {
    color: #333333;
    text-decoration: none;
}

/* extjs style overrides */
.folders .x-tree-node img.folder {
    background-image: url('/shared-js/extjs/resources/images/default/tree/folder.gif');
}
.folders .x-tree .x-panel-body {
    background-color: #E0E0E0;
    border-style: none;
}
.folders .x-tree-selected {
    background-color: #CCCCCC;
    padding-right: -10px;
}
/* -------------------- */

table.container_layout td.container_main {
    vertical-align: top;
}

table.grid_view tr.headers th {
    border-width: 1px;
    height: 11px;
    padding: 2px 10px;
    text-align: left;
    color: #000066;
    background-color: #CCCCCC;
    border-style: solid;
    border-color: #E0E0E0;
}

table.grid_view tr.headers th a {
    color: #000066;
}

table.grid_view tr.headers th a.sort_asc {
    padding-right: 10px;
    background: url('../images/icn_sort_column_asc.gif') center right no-repeat;
}

table.grid_view tr.headers th a.sort_desc {
    padding-right: 10px;
    background: url('../images/icn_sort_column_desc.gif') center right no-repeat;
}

table.grid_view th.actions {
    width: 40px;
    font-weight: normal;
    font-size: 10px;
}

table.grid_view tr td {
    border-width: 1px;
    height: 24px;
    padding: 2px 10px;
}

table.grid_view tr.even td {
    background-color: #D9D9D9;
    border: 1px solid #E0E0E0;
}

table.grid_view tr.odd td {
    background-color: #CCCCCC;
    border: 1px solid #E0E0E0;
}

table.grid_view tr.over td {
    background-color: #c7d1d1;
}

table.grid_view a.action_button {
    width: 26px;
    height: 26px;
    display: block;
    margin: auto;
    background-image: url('../images/icn_actions.gif');
    background-position: left center;
    background-repeat: no-repeat;
}

table.grid_view a.action_button:hover {
    background-image: url('../images/icn_actions_over.gif');
}

table.grid_view .actions ul {
    border-width: 1px;
    list-style-type: none;
    margin-left: -153px;
    margin-top: -25px;
    padding: 0px;
    position: absolute;
    display: none;
    width: 158px;
    background-color: white;
    border-style: solid;
    border-color: #555555;
    font-size: 12px;
}

table.grid_view .actions ul a {
    display: block;
    height: 22px;
    line-height: 22px;
    padding-left: 5%;
    text-align: left;
    text-decoration: none;
    background-color: #EEEEEE;
    color: #000000;
}

table.grid_view .actions ul a:hover {
    background-color: #BBBBBB;
}

table.grid_view td.reorder_arrows {
    width: 28px;
}

table.grid_view td.reorder_arrows img,
table.grid_view td.reorder_arrows a {
    float: left;
    margin: 1px;
}

.form_view fieldset {
    border: 1px solid #777777;
    margin: 13px 6px 6px;
    padding: 0px;
}

.form_view legend {
    color: #000000;
    font-weight: bold;
    margin-left: 10px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
}

.form_view table {
    width: 100%;
}

.form_view td {
    padding: 3px;
    height: 22px;
    vertical-align: top;
}

.form_view tr.even td {
    background-color: #CCCCCC;
}

.form_view tr.odd td {
    background-color: #D9D9D9;
}

.form_view td.label {
    width: 210px;
}

.form_view form {
    margin-bottom: 0px;
}

.form_view input.text {
    width: 250px;
}

/* listings field placeholder */
.form_view input.listing {

}
   


.form_view select.select,
.form_view select.multiple {
    max-width: 550px;
}

.form_view .wysiwyg {
    width: 770px;
    height: 300px;
}

.form_view textarea.textarea {
    width: 400px;
    height: 200px;
}

.form_view label {
    font-size: 11px;
}

.form_view label.label {
    font-weight: bold;
}

.form_view td label .asterisk {
    color: red;
}

.form_view td.field {
    font-size: 12px;
}

.form_view tr.field_error label.label {
    color: red;
}

.page_control {
    color: #FFFFFF;
    font-size: 12px;
}

.page_control a {
    font-size: 12px;
    color: #FFFFFF;
}

.page_control .totals {
    float: left;
}

.page_control .pages {
    float: right;
}

.page_control a.next,
.page_control a.prev {
    text-decoration: none;
}

.page_control a.next:hover,
.page_control a.prev:hover {
    text-decoration: underline;
}

.thumbnail_view {
    padding: 5px;
    overflow: auto;
}

.thumbnail_view .thumbnail_item {
    margin: 5px;
    border: 1px solid #999999;
    padding: 2px;
    background-color: #F3F3F3;
    text-align: center;
}

.thumbnail_view .thumbnail_item_spacer {
    width: 122px;
    height: 138px;
    float: left;
}

.thumbnail_view .thumbnail_item .image {
    padding: 3px;
}

.thumbnail_view .thumbnail_item .label {
    text-align: center;
    white-space: nowrap;
    width: 106px;
    overflow: hidden;
}

.thumbnail_view .thumbnail_item .label a {
    color: #000000;
    font-size: 11px;
    text-decoration: none;
}

div.image_preview {
    text-align: center;
    font-size: 12px;
    padding: 10px;
}

img.image_preview {
    border: 1px solid #999999;
    background-color: #F3F3F3;
    padding: 4px;
}

.navmenu_sections {
    padding: 2px;
}
.navmenu_sections a {
    font-size: 12px;
    color: #000000;
}

#msg-div {
    left:35%;
    position:absolute;
    top:10px;
    width:250px;
    z-index:20000;
}

.grid_view tr td.zero,
.grid_view .zero td {
  padding: 0px;
  border: 0px !important;
}


.field_caption
{
    font-size:x-small;
    font-weight:normal;
}


.widget_usage {
    padding: 5px;
    font-size: 10px;
}

.widget_usage h2 {
    font-size: 11px;
    font-weight: bold;
    margin-top: 10px;
}

.widget_usage .description {
    font-size: 11px;
    background-color: #D9D9D9;
    border: 1px solid #999999;
    padding: 5px;
    margin: 5px;
    width: 490px;
}

.widget_variables .grid_view {
    width: 450px;
}

.widget_usage .grid_view {
    width: 500px;
    margin: 5px;
}

.us_currency
{
    width:60px;
    text-align:right;
}

/* Icons */
.icn_generic   {background: url('../images/icn_action_generic.gif') no-repeat;}
.icn_view      {background: url('../images/icn_action_view.gif') no-repeat;}
.icn_edit      {background: url('../images/icn_action_edit.gif') no-repeat;}
.icn_delete    {background: url('../images/icn_action_delete.gif') no-repeat;}
.icn_copy      {background: url('../images/icn_action_copy.gif') no-repeat;}
.icn_upload    {background: url('../images/icn_action_upload.gif') no-repeat;}
.icn_dnload    {background: url('../images/icn_action_dnload.gif') no-repeat;}
.icn_save      {background: url('../images/icn_action_save.gif') no-repeat;}
.icn_cancel    {background: url('../images/icn_action_cancel.gif') no-repeat;}
.icn_addfolder {background: url('../images/icn_action_addfolder.gif') no-repeat;}
.icn_search    {background: url('../images/icn_action_search.gif') no-repeat;}
.icn_new       {background: url('../images/icn_action_new.gif') no-repeat;}
.icn_hyperlink {background: url('../images/icn_action_hyperlink.gif') no-repeat;}


button.medium {
    background-position: 4px 50%;
    background-color: #f6f4f1;
    margin: 2px;
    display: block;
    float: left;
    padding: 2px;
    padding-left: 22px;
    _padding-left: 24px;
    text-align: left;
    height: 24px;
    border-width: 2px;
    border-style: outset;
    cursor:pointer;
    cursor:hand;
    font-size: 12px;
    color: #000000;
}

button.small {
    background-position: 0px 50%;
    background-color: #f6f4f1;
    margin: 2px;
    display: block;
    float: left;
    padding-left: 14px;
    height: 20px;
    border-width: 1px;
    border-style: outset;
    cursor:pointer;
    cursor:hand;
    font-size: 10px;
    color: #000000;
}

.x-menu-item {
    background-position: 2px 50%;
}

/* Get same indicator w/ different bg colors from http://www.ajaxload.com */
.activity-indicator {
    background: url('../images/indicator.gif') no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
}

.activity-indicator-white {
    background: url('../images/indicator-white.gif') no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
}

div.form_view ul.formview_tabs {
    text-align: left;
    margin: 0;
    border-bottom: 1px solid #555555;
    list-style-type: none;
    background-color: #666666;
    padding: 5px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

div.form_view ul.formview_tabs li {
    display: inline;
}

div.form_view ul.formview_tabs li.active {
    border-bottom: 1px solid #E0E0E0;
    background-color: #FF0000;
}

div.form_view ul.formview_tabs li.active a {
    position: relative;
    top: 1px;
    background-color: #E0E0E0;
    padding-top: 5px; /* must change with respect to padding (X) above and below */
}

div.form_view ul.formview_tabs li a {
    padding: 4px 4px; /* FIRST number must change with respect to padding-top (X) above */
    border: 1px solid #555555;
    background-color: #CCCCCC;
    color: #000;
    margin-right: 0px;
    text-decoration: none;
    border-bottom: none;
    font-size: 12px;
    font-weight: bold;
    outline: 0;
}

div.form_view u.formview_tabs li a:hover {
    
}

.hidden {
    display: none;
}

.help {
    cursor: help;
}

div.widget_select div.panel_wrapper {
    overflow: scroll;
}

div.widget_select #general_panel {
    width: 150px;
    float: left;
}
div.widget_select #widget_tree {
    width: 100%;
}
div.widget_select #widget_params {
}
div.widget_select div.widget_select_form div.field_row {
    clear: both;
    padding: 4px;
}
div.widget_select div.widget_select_form div.label {
    width: 75px;
    float: left;
}
div.widget_select div.widget_select_form div.field {
    float: left;
}
