﻿/* 
    #2f803b - Green 
    #edf5ee - Lt. Green
*/

/* 
-------------------------------------Elements---------------------------------------
*/

body
{
    margin: auto;
    padding: 0;
    text-align: center;
    font-size: 12px;
    font-family: Verdana, sans-serif;
    background-color: #DDDDDD;
    color: #3F3F3F;
}

a
{
    color: #2f803b;
}

a:hover
{
}

a:visited
{
    color: #2f803b;
}

p
{
    line-height: 20px;
    margin-top: 5px;
}

h1
{
    font-size: 20px;
}

h2
{
    font-size: 14px;
}

h3
{
    font-size: 12px;
}

input, textarea, select, checkbox, radio, label
{
    padding: 3px;
    font-family: Verdana, sans-serif;
    font-size: 12px;
}

ol
{
}

li
{
    margin-bottom: 5px;
}

small
{
    font-size: 10px;
    text-align:justify;
}

table
{
    width: 100%;
}

/* 
-------------------------------------Login---------------------------------------
*/

#login-page
{
    margin: auto;
    background-color: #FFFFFF;
    text-align: center;
    padding: 20px;
    margin-top: 20px;
    width: 500px;
    text-align: left;
}

.login-header
{
    height: 50px;
    padding: 20px;
    background-color: #2f803b;
    color: #FFFFFF;
}

.login-content
{
    padding: 20px;
}

/* 
-------------------------------------Password---------------------------------------
*/

#password-page
{
    margin: auto;
    background-color: #FFFFFF;
    text-align: center;
    padding: 20px;
    margin-top: 20px;
    width: 500px;
    text-align: left;
}

.password-header
{
    height: 50px;
    padding: 20px;
    background-color: #2f803b;
    color: #FFFFFF;
}

.password-content
{
    padding: 20px;
}

/* 
-------------------------------------Content---------------------------------------
*/

#main-page
{
    margin: auto;
    background-color: #FFFFFF;
    text-align: center;
    padding: 20px;
    width: 95%;
    text-align: left;
    min-width: 900px;
}

.main-header
{
}

.main-content
{
}

.main-footer
{
}

/* 
-------------------------------------Site Header---------------------------------------
2580A2
2f803b
*/

#site-header
{
    background-color: #2f803b;
    color: #FFFFFF;
    height: 90px;
    padding: 10px;
}

#site-logo
{
    width: 200px;
    float: left;
    display: inline;
}

#site-links
{
    float: right;
    clear: right;
}

#site-links a
{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

#site-links a:hover
{
}

#site-links ol
{
}

#site-links li
{
    display: inline;
    margin-left: 10px;
    padding: 3px;
}

#site-links li:hover
{
    background-color: #FFFFFF;
}

#site-links li:hover a
{
    color: #2f803b;
}

#site-user
{
    float: right;
    clear: right;
    text-align: right;
    padding-bottom: 10px;
}

#main-menu-strip
{
    border: none;
    border: 0px;
    margin: 0px;
    padding: 0px;
    font: 67.5% "Lucida Sans Unicode" , "Bitstream Vera Sans" , "Trebuchet Unicode MS" , "Lucida Grande" , Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

#main-menu-strip .level-1
{
    background: #333333;
    height: 35px;
    list-style: none;
    margin: 0;
    padding: 0;
}

#main-menu-strip .menu-item
{
    float: left;
    padding: 0px;
}

#main-menu-strip .menu-item a
{
    background: #333333;
    color: #CCCCCC;
    display: block;
    font-weight: normal;
    line-height: 35px;
    margin: 0px;
    padding: 0px 25px;
    text-align: center;
    text-decoration: none;
}

#main-menu-strip .menu-item a:hover, #main-menu-strip .level-1 .menu-item:hover a
{
    background: #2f803b;
    color: #FFFFFF;
    text-decoration: none;
}

#main-menu-strip .menu-item .level-2
{
    background: #333333;
    display: none; /*height: auto;*/
    padding: 0px;
    margin: 0px;
    border: 0px;
    position: absolute;
    width: 225px;
    z-index: 200;
}

#main-menu-strip .menu-item:hover .level-2
{
    display: block;
}

#main-menu-strip .menu-item .menu-item
{
    display: block;
    float: none;
    margin: 0px;
    padding: 0px;
    width: 225px;
}

#main-menu-strip .menu-item:hover .menu-item a
{
    background: none;
}

#main-menu-strip .menu-item .level-2 a
{
    display: block;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    font-style: normal;
    margin: 0px;
    padding: 0px 10px 0px 15px;
    text-align: left;
}

#main-menu-strip .menu-item .level-2 a:hover, #main-menu-strip .menu-item .level-2 .menu-item:hover a
{
    background: #2f803b;
    border: 0px;
    color: #FFFFFF;
    text-decoration: none;
}

/* 
-------------------------------------Page Header---------------------------------------
*/

#page-header
{
}

#page-header-info
{
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

#page-header-info-title
{
    display: block;
    margin-bottom: 5px;
}

#page-header-info-description
{
    display: block;
    letter-spacing: 2px;
}

/* Tab Strip */

#page-header-tab-strip
{
    margin-left: 10px;
}

#page-header-tab-strip a
{
    text-decoration: none;
}

#page-header-tab-strip a:hover
{
    text-decoration: none;
}

#page-header-tab-strip .tab
{
    border-left: solid 1px #CCCCCC;
    border-top: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    border-bottom: none;
    padding: 5px 10px 5px 10px;
    margin-right: 5px;
    color: #3F3F3F;
}

#page-header-tab-strip .tab:hover
{
    background-color: #9F9F9F;
    color: #FFFFFF;
}

#page-header-tab-strip .tab-selected
{
    border-left: solid 1px #CCCCCC;
    border-top: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    border-bottom: none;
    padding: 5px 10px 5px 10px;
    margin-right: 5px;
    background-color: #9F9F9F;
    color: #FFFFFF;
}

#page-header-tab-strip-bar
{
    width: 100%;
    border-bottom: solid 3px #9F9F9F;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* Subtab Strip */

#page-header-subtab-strip
{
    margin-top: 10px;
    margin-left: 10px;
}

#page-header-subtab-strip a
{
    text-decoration: none;
}

#page-header-subtab-strip a:hover
{
    text-decoration: none;
}

#page-header-subtab-strip .subtab
{
    border-left: solid 1px #CCCCCC;
    border-top: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    border-bottom: none;
    padding: 5px 10px 5px 10px;
    margin-right: 5px;
    color: #3F3F3F;
}

#page-header-subtab-strip .subtab:hover
{
    background-color: #333333;
    color: #FFFFFF;
}

#page-header-subtab-strip .subtab-selected
{
    border-left: solid 1px #CCCCCC;
    border-top: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    border-bottom: none;
    padding: 5px 10px 5px 10px;
    margin-right: 5px;
    background-color: #333333;
    color: #FFFFFF;
}

#page-header-subtab-strip-bar
{
    width: 100%;
    border-bottom: solid 3px #333333;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* Menu */

#page-header-menu-strip
{
    margin-top: 10px;
}

#page-header-menu-strip a
{
    text-decoration: none;
}

#page-header-menu-strip a:hover
{
    text-decoration: none;
}

#page-header-menu-strip .menu-item
{
    border: solid 1px #CCCCCC;
    padding: 5px 10px 5px 10px;
    margin-right: 5px;
    color: #3F3F3F;
}

#page-header-menu-strip .menu-item:hover
{
    background-color: #9F9F9F;
    color: #FFFFFF;
}

/* 
-------------------------------------Page Footer---------------------------------------
*/

#page-footer
{
    text-align: right;
    padding-bottom: 10px;
}

#page-footer .message
{
}

#page-footer .back-to-top
{
}


/* 
-------------------------------------Site Footer---------------------------------------
*/

#site-footer
{
    clear: both;
    display: block;
    background-color: #4F4F4F;
    color: #FFFFFF;
    height: 40px;
    padding: 20px;
}

#site-footer .environment
{
    float: left;
}

#site-footer .version
{
    float: right;
}


/* 
-------------------------------------Split Dashboard---------------------------------------
*/

#split-dashboard #top-pane
{
    margin-bottom: 10px;
}

#split-dashboard #side-pane
{
    width: 300px;
    vertical-align: top;
}

#split-dashboard #content-pane
{
    padding-left: 10px;
    vertical-align: top;
}

#split-dashboard #bottom-pane
{
    clear: both;
}

/* 
-------------------------------------Full Dashboard---------------------------------------
*/

#full-dashboard #content-pane
{
}

#full-dashboard #bottom-pane
{
    clear: both;
}

/* 
-------------------------------------Grid---------------------------------------
*/

.grid table
{
    border: #CCCCCC 1px solid;
    border-collapse: collapse;
}

.grid td
{
    padding: 4px;
}

.grid th
{
    padding-left: 4px;
    height: 20px;
}

.grid .header
{
    background-color: #3F3F3F;
}

.grid .header td
{
    font-weight: bold;
    color: #FFFFFF;
}

.grid .header a
{
    color: #FFFFFF;
    text-decoration: none;
}

.grid .header a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}

.grid .header th
{
    font-weight: bold;
    font-family: Arial, Serif, Helvetica;
    border: #3F3F3F 1px solid;
}

.grid .item td
{
    border: #E3E3E3 1px solid;
}

.grid .alt-item td
{
    border: #E3E3E3 1px solid;
    background-color: #EFEFEF;
}

.grid .footer
{
    font-weight: bold;
    font-family: Arial, Serif, Helvetica;
    background-color: #ededed;
}

.grid .date
{
    text-align: right;
    width: 90px;
}

.grid .text
{
    width: 85%;
}

.grid .number
{
    text-align: right;
    width: 85%;
}

.grid .number-50
{
    text-align: right;
    width: 45px;
}

.grid .read-only-number
{
    background-color: #CCCCCC;
    text-align: right;
    width: 85%;
}

.grid .void
{
    text-decoration: line-through;
    font-style: italic;
}

.grid .grid-key
{
    margin-top: 10px;
}

.grid .key-item
{
    clear: both;
    margin-bottom: 5px;
    display: block;
}

.grid .key-item .name
{
    float: left;
    width: 150px;
    font-weight: normal;
}

.grid .key-item .color
{
    float: left;
    border: solid 1px #e3e3e3;
    height: 20px;
    width: 20px;
}

/* 
------------------------------------- reorder list ---------------------------------------
*/

.reorder-list
{
    border-collapse: collapse;
    width: 100%;
    padding-top: 5px;
}

.reorder-list ul
{
}

.reorder-list li
{
}

.reorder-list .header
{
    padding: 4px;
    height: 20px;
    background-color: #3F3F3F;
    border: #3F3F3F 1px solid;
    margin-bottom: 5px;
}

.reorder-list .header .column
{
    display: inline;
    font-weight: bold;
    border: #3F3F3F 1px solid;
    color: #FFFFFF;
}

.reorder-list .item
{
    height: 25px;
}

.reorder-list .item .column
{
    display: inline;
}

.reorder-list .drag-handle
{
    width: 20px;
    height: 20px;
    cursor: move;
    margin-left:5px;
}

.reorder-list .reorder-item
{
    border: dashed thin #3F3F3F;
    background-color: #EFEFEF;
    height: 25px;
    margin: 5px;
}


/* 
-------------------------------------List---------------------------------------
*/

#list
{
    padding-top: 20px;
    padding-bottom: 20px;
}


/* 
-------------------------------------Form---------------------------------------
*/

#form
{
    padding-top: 20px;
    padding-bottom: 20px;
}

.form
{
    clear: both;
}

.form .group
{
    padding-bottom: 20px;
}

.form .group-header
{
    padding: 5px;
    color: #2f803b;
    background-color: #edf5ee;
}

.form .group-header .refresh
{
    display: inline;
    font-size: 10px;
    font-weight: normal;
}

.form .group-header-child
{
    padding: 5px;
    color: #983B3F;
    background-color: #F5ECED;
}

.form .group-container
{
    padding-top: 10px;
}

/* 
-------------------------------------Broken Rules---------------------------------------
*/

#broken-rules
{
    padding-top: 20px;
}

#broken-rules .group
{
    border: solid 1px #8C191E;
    padding: 10px;
    background-color: #FFDFE1;
    color: #8C191E;
}

#broken-rules .group-header
{
    margin-bottom: 10px;
}

#broken-rules .group-container
{
}

#broken-rules .broken-rule
{
}

#broken-rules .broken-rule-icon
{
}

#broken-rules .broken-rule-description
{
}

#broken-rules .broken-rule-seperator
{
}

/* 
-------------------------------------Status Messages---------------------------------------
*/

#status-messages
{
    padding-top: 20px;
}

#status-messages .group
{
    border: solid 1px #198C29;
    padding: 10px;
    background-color: #DFFFE3;
    color: #198C29;
}

#status-messages .group-header
{
    margin-bottom: 10px;
}

#status-messages .group-container
{
}

#status-messages .status-message
{
}

#status-messages .status-message-icon
{
}

#status-messages .status-message-description
{
}

#status-messages .status-message-seperator
{
}

/* 
-------------------------------------Classes---------------------------------------
*/

.error
{
    color: #EF0000;
    padding-bottom: 10px;
}


.name
{
    color: #333333;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 10px;
    vertical-align: top;
}

.name .required
{
    padding-left: 3px;
    color: #EF0000;
}

.comment
{
    padding-left: 3px;
    color: #EF0000;
}

.value
{
    padding-bottom: 10px;
    vertical-align: top;
}

.date
{
    text-align: right;
    width: 100px;
}

.text
{
    width: 300px;
}

.text-long
{
    width: 665px;
}

.number
{
    text-align: right;
    width: 100px;
}

.read-only-number
{
    background-color: #CCCCCC;
    text-align: right;
    width: 100px;
}

.memo
{
    width: 100%;
}

.radio
{
    width: 300px;
}

.checkboxlist
{
    width: 100%;
    overflow: auto;
}

.checkboxlist tr
{
}

.checkboxlist td
{
    width: 25%;
    padding-bottom: 10px;
    vertical-align: bottom;
}

.checkboxlist input
{
    vertical-align: middle;
}

.checkboxlist label
{
    padding-left: 5px;
    vertical-align: middle;
}

.radiobuttonlist
{
    width: 100%;
    overflow: auto;
    text-align: left;
}

.radiobuttonlist tr
{
}

.radiobuttonlist td
{
    width: 25%;
    padding-bottom: 10px;
    vertical-align: bottom;
}

.radiobuttonlist input
{
    vertical-align: middle;
}

.radiobuttonlist label
{
    padding-left: 5px;
    vertical-align: middle;
}

.green-notification
{
    margin-bottom: 10px;
    padding: 20px;
    background-color: #C8FFBF;
    text-align: center;
}

.green-notification .message
{
    font-size: large;
    font-weight: bold;
    margin-bottom: 10px;
    color: #1F8B19;
}

.yellow-notification
{
    margin-bottom: 10px;
    padding: 20px;
    background-color: #FFEDCF;
}

.yellow-notification .message
{
    font-size: large;
    font-weight: bold;
    margin-bottom: 10px;
}

.red-notification
{
    margin-bottom: 10px;
    padding: 20px;
    background-color: #FFBFC3;
    text-align: center;
}

.red-notification .message
{
    font-size: large;
    font-weight: bold;
    margin-bottom: 10px;
    color: #8B191E;
}

.activity-body
{
    margin-bottom: 4px;
}

.activity-byline
{
    font-style: italic;
    margin-bottom: 4px;
}

.activity-byline span
{
    font-style: normal;
    font-weight: bold;
}

.activity-tags
{
    font-style: italic;
    margin-bottom: 4px;
}

.activity-tags span
{
    font-style: normal;
    font-weight: bold;
}

.comment-body
{
    margin-bottom: 4px;
}

.comment-byline
{
    font-size: 10px;
    font-style: italic;
    margin-bottom: 4px;
}

.comment-commands
{
    font-size: 10px;
    font-style: normal;
    margin-bottom: 4px;
}

.comment-commands span
{
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
}

.search
{
    height: 100%;
    width: 100%;
    text-align: center;
}

.search .search-label
{
}

.search .search-text
{
}

.search .search-text .text
{
    width: 250px;
}

.search .search-buttons
{
    margin-top: 10px;
}

.search .search-button
{
    color: #333333;
    font-size: 14px;
    font-family: Arial, Serif, Helvetica;
    font-weight: bold;
    margin-right: 10px;
}

.search .results
{
    text-align: left;
}

.container-search
{
}

.container-search .container-header
{
    display: none;
}

.container-search .container-content
{
}

.upcoming-events
{
    text-align: left;
}

.container-none
{
}

.container-none .container-header
{
    display: none;
}

.container-none .container-content
{
}

.search-criteria-picker
{
    display: inline;
}

.search-criteria-picker .search-criteria-operator
{
    width: 200px;
    text-align: left;
    float: left;
    margin-right: 5px;
}

.search-criteria-picker .search-criteria-value2
{
    display: inline;
}

.community-occupancy
{
}

.community-occupancy table
{
    width: 100%;
}

.community-occupancy .occupancy-item
{
    padding: 5px;
    text-align: center;
}

.community-occupancy .occupancy-item h1
{
    font-size: 30px;
}

.community-occupancy .occupancy-item h2
{
    font-size: 18px;
}

.community-occupancy .occupancy-item h3
{
    font-size: 14px;
}

.community-occupancy .occupancy-item-separator
{
    margin-right: 10px;
}

.internet-tasks
{
}

.internet-tasks ul
{
}

.internet-tasks li
{
    margin: 0px;
    padding: 0px;
}

.internet-tasks .name
{
    clear: both;
    float: left;
    font-weight: normal;
}

.internet-tasks .action
{
    display: inline;
    float: right;
}

.progress-filter
{
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 1000;
}

.progress-message
{
    position: fixed;
    top: 30%;
    left: 43%;
    padding: 10px;
    width: 14%;
    z-index: 1001;
    background-color: #ffffff;
    border: solid 1px #000;
}

.modal-background
{
    background-color: #000000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.modal-popup
{
    width: 250px;
    height: 150px;
    background-color: #076DAB;
    color: #FFFFFF;
    border-color: #000000;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    cursor: move;
    font-size: medium;
}

.bold
{
    display: inline;
    font-weight: bold;
}

.italic
{
    display: inline;
    font-style: italic;
}

.underline
{
    display: inline;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #000000;
}

.double-underline
{
    display: inline;
    border-bottom-style: double;
    border-bottom-width: 3px;
    border-bottom-color: #000000;
}

.red
{
    display: inline;
    color: #FF0000;
}

.recent-changes
{
	font-size: 10px;
	line-height: 1.5em;
}

.recent-changes .date
{
	font-size: 10px;
	font-weight: bold;
}

.recent-changes .body
{
}

/* 
------------------------------------- notify message ---------------------------------------
*/

#notify-message
{
    font-family: Arial,Helvetica,sans-serif;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 105;
    text-align: center;
    font-weight: bold;
    font-size: 150%;
    color: #73501B;
    padding: 10px 0px 10px 0px;
    background-color: #F4A83D;
    border-bottom: 1px solid #73501B;
}


/* 
------------------------------------- liScroll ---------------------------------------
*/

.tickercontainer 
{/* the outer div with the black border */
    /*border: 1px solid #000;*/
    background: #fff; 
    width: 100%; 
    margin: 0; 
    padding: 4px 0 4px 0;
    overflow: hidden; 
}

.tickercontainer .mask 
{/* that serves as a mask. so you get a sort of padding both left and right */
    position: relative;
    top: 0px;
    width: 100%;
    overflow: hidden;
}

ul.newsticker 
{/* that's your list */
    position: relative;
    left: 100%;
    font: 12px Verdana;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.newsticker li 
{/* important: display inline gives incorrect results when you check for elem's width */
    float: left; 
    margin: 0;
    padding: 0;
    background: #fff;
}

ul.newsticker a 
{
    white-space: nowrap;
    padding: 0;
    color: #ff0000;
    font: bold 10px Verdana;
    margin: 0 50px 0 0;
} 

ul.newsticker .green
{
    color: #1F8B19; 
}

ul.newsticker .red
{
    color: #8B191E;
}

ul.traffic .green
{
    color: #1F8B19; 
}

ul.traffic .red
{
    color: #8B191E;
}

ul.traffic li.total
{
    padding-top: 5px;
}

table.traffic .green
{
    color: #1F8B19; 
}

table.traffic .red
{
    color: #8B191E;
}

table.traffic tr.total td
{
    padding-top: 5px;
}

