body {
    /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
    font-family: "Lucida Grande", Arial, sans-serif;
    font-size: 12px;
    margin: 0 auto;
    /*background-color: #b7daf5;*/
}

img {
    border: none;
}

input[type="text"], input[type="password"], textarea {
    background: #FFFFFF url("/images/img09.gif") repeat-x;
    border: 3px solid #AAAAAA;
    /*border-top-color: #A3A3A3;
    border-left-color: #D6D6D6;*/
    font: normal 1em/normal Verdana, Tahoma, Arial;
    color: #6E6E6E;
} 

table {
    border-collapse: collapse;
}

/*tr,td {
    border-collapse: collapse;
    border: 0px;
    border-spacing: 0px;
    margin: 0px;
    padding: 0px;
}*/

div#top_notes{
    position: relative;
}

/*div#add_note{
    font-size: 16px;
    font-weight: bold;
    color: #CCAAEE;
    position: absolute;
    left: 20px;
    top: 17px;
}*/

div#search_caption{
    font-size: 14px;
    position: absolute;
    right: 225px;
    top: 17px;
}

/*input#search_phrase{
    font-size: 14px;
    position: absolute;
    width: 180px;
    right: 30px;
    top: 15px;
}*/

input#search_clear{
    position: absolute;
    right: 0px;
    top: 16px;
}

ul#upper_tabs {
    position: absolute;
    bottom: 0px;
    left: 20px;
    margin: 0;
    padding: 0;
    color: #eee;
    line-height: 10px;
}
ul#upper_tabs li {
    display: inline; 
}
ul#upper_tabs li a {
    border: 0px;
    border-left: 1px solid #aaaaaa;
    border-top: 1px solid #aaaaaa;
    padding: 10px 14px 5px 14px;
    font-size: 14px;
    color: #c3d9e5;
    margin-right: 9px;
    text-decoration: none;
    height: 16px;
    float: left;
    -moz-border-radius: 8px 8px 0px 0px;
    -o-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
    /*background-color: #098cf1;*/
}
ul#upper_tabs li a#highlight , ul#upper_tabs li a#highlight:hover {
    color: #fff;
    padding-right: 33px;
}
ul#upper_tabs li a:hover {
    /*background-color: #32bde5;
    color: #fff;*/
    background-color: #c3d9e5;
    color: #2688b4;
}
ul#upper_tabs li.active a.active,  ul#main-nav li.active a.active:hover {
    /*background:  #ffffff repeat-x top right;
    border-left: 1px solid #098cf1;
    border-top: 1px solid #098cf1;
    border-right: 1px solid #098cf1;
    color: #076fbe;*/
    background:  #ffffff repeat-x top right;
    /*border-left: 1px solid #098cf1;
    border-top: 1px solid #098cf1;
    border-right: 1px solid #098cf1;*/
    color: #2688b4;
}

/* @end */

/* @group Layout Styles */

div#nav-bar {
    /*position: absolute;
    bottom: 0px;
    left: 0px;*/
    position: relative;
    text-align: center;
    vertical-align: top;
    /*border-top: 1px solid #fff;*/
    width: 100%;
    clear: both;
    padding: 0;
    margin: 0;
    height: 40px;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    /*background: #7E21C7;*/
    /*background: url("../images/grad_white_inv_2.png") repeat-x bottom left;*/
}

/*div#groups_data {
    position: absolute;
    right: 300px;
    top: 10px;
}*/

div#user_data {
    position: absolute;
    right: 30px;
    top: 10px;
    font-weight: normal;
    /*float: right;
    margin-top: 10px;
    margin-right: 30px;*/
}

div#user_data a, div#user_data p {
    color: #ffffff;
    font-weight: bold;
}

div#page {
    padding-top: 10px;
    position: relative;
    width: 950px;
}

div.left {
    /*float: left;*/
    position: absolute;
    left: 10px;
    padding-left: 10px;
    width: 190px;
}

div.center {
    /*float: left;*/
    position: absolute;
    left: 240px;
    right: 180px;
    width: 500px;
    padding-left: 20px;
    padding-bottom: 50px;
}

div.right {
    position: absolute;
    right: 10px;
    /*float: right;*/
    padding-right: 10px;
    width: 130px;
}

div#tags_folders {
    width: 200px;
}

div#tags_folders table {
    width: 100%;
    border: 1px solid #098cf1;
    margin-top: 5px;
}

div#tags_folders table tr {
    background: url("../images/accordion1.png") repeat-x;
}

div#tags_folders table tr:hover {
    background-color: #d0dfff;
    background-image: url("../images/accordion0.png");
}

div#tags_folders table tr.checked {
    background-color: #d0dfff;
    background-image: url("../images/accordion0.png");
}

div#tags_folders table tr td a {
    text-decoration: none;
}

div#tags_folders table td.right{
    text-align: center;
    width: 20px;
    /*border-left: 1px solid #098cf1;*/
}

tr.even {
    background-color: #e2f0fa;
}

table#notes {
    width: 500px;
    border: 1px solid #098cf1;
    margin-top: 5px;
}

table.right_menu {
    font-size: 14px;
    text-align: left;
}

table.right_menu tr td a {
    text-decoration: none;
    font-weight: bold;
}

/*div#add_note {
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    color: blue;
    position: absolute;
    left: 20px;
}

img#add_note {
    cursor: pointer;
    position: absolute;
    left: 20px;
}*/

div#new_note {
}

div#new_note h2 {
    text-decoration: underline;
}

div#new_note ul {
    list-style: none;
}

div#new_note ul li {
    padding-top: 5px;
}

div#new_note fieldset {
    padding: 1em;
    font-size: 7pt;
    /*font: 80%/1 sans-serif;*/
}

div#new_note label {
    float: left;
    width: 15%;
    margin-right: 0.5em;
    padding-top: 0.2em;
    text-align: right;
    /*font-weight: bold;*/
}

/*div#search_notes {
    position: absolute;
    right: 0px;
}*/

table#main_layout {
    width: 100%;
    border-collapse: collapse;
    overflow: scroll;
    /*background-color: #b7daf5;*/
}

table#main_layout tr#main_first {
    height: 40px;
    /*background: #7E21C7;*/
    background-color: #2688b4;
    /*background: #2688B4 url("../images/top_grad_bg.png") repeat-x top left;*/
    /*background: url("../images/grad_white_inv_2.png") repeat-x bottom left;*/
}

table#main_layout tr#main_first td.main_center {
    padding-bottom: 0px;
    position: relative;
}

table#main_layout tr td.main_center{
    width: 900px;
    vertical-align: top;
}

span.tagMatches {
    /*padding-top: 5px;
    margin-left: 10px;*/
    padding-top: 172px;
    margin-left: 150px;
    display: block;
}

span.tagMatches span {
    padding: 2px;
    margin-right: 4px;
    /*background-color: #b7daf5;*/
    background-color: #6496aa;
    color: #ffffff;
    cursor: pointer;
}

div.tagMatches {
    padding-left: 17%;
}

.tagMatches a {
    background-color: #E0EAF1;
    border-bottom: 1px solid #3E6D8E;
    border-right: 1px solid #7F9FB6;
    color: #3E6D8E;
    font-size: 10px;
    line-height: 2.2;
    padding: 2px;
    margin-right: 4px;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
}

.tagMatches a:hover {
    background-color: #3E6D8E;
    border-bottom: 1px solid #37607D;
    border-right: 1px solid #37607D;
    color: #E0EAF1;
    text-decoration: none;
}

.item_tag, .item_tag_nohover {
    background-color: #E0EAF1;
    border-bottom: 1px solid #3E6D8E;
    border-right: 1px solid #7F9FB6;
    color: #3E6D8E;
    font-size: 10px;
    line-height: 2.2;
    margin: 2px 5px 2px 0;
    /*padding: 3px 4px;*/
    padding: 1px 1px 1px 5px;
    text-decoration: none;
    white-space: nowrap;
}

.item_tag:hover {
    background-color: #3E6D8E;
    border-bottom: 1px solid #37607D;
    border-right: 1px solid #37607D;
    color: #E0EAF1;
    text-decoration: none;
}

#tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #111;
    background-color: #eee;
    padding: 5px;
    opacity: 0.75;
    font-size: 10px;
}
#tooltip h3, #tooltip div { margin: 0; }

div.note_tags{
    background-color: #d7daf5;
    font-size: 8pt;
    /*font-weight: bold;*/
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

div.tag {
    margin-left: 10px;
    display: inline;
    background-color: #77a7c5;
    color: #098cf1;
}

/*div#user_settings {
    background-color: #FFFFEE;
    position: absolute;
    width: 300px;
    height: 440px;
    right: 50px;
    z-index: 1000;
    top: 30px;
    text-align: center;
    vertical-align: middle;
    border: 3px solid #888888;
}

div#user_settings div#settings_1 {
    position: relative;
    height: 120px;
}

div#user_settings div#settings_1 label {
    position: absolute;
    left: 10px;
}

div#user_settings div#settings_1 input {
    position: absolute;
    right: 10px;
}*/


div#footer {
    position: fixed;
    bottom: 5px;
}

a.help {
    font-size: 14pt;
    color: #15607e;
}

div.help {
    padding-left: 200px;
    padding-right: 200px;
    margin-top: -15px;
    padding-top: 50px;
    font-size: 10pt;
    background: url("/images/login_backgr.png") repeat-x;
}

div#spinner {
    display: none;
    position: fixed;
    top: 25%;
    left: 50%;
    margin-left: -16px;
    width: 32px;
    z-index: 10000;
}

div.href {
    color: blue;
    cursor: pointer;
    display: inline;
    text-decoration: underline;
}

div.modal_window{
    background-color: #ffffff;
    display: none;
    left: 50%;
    margin-left: -300px;
    position: fixed;
    top: 17%;
    width: 600px;
}

div.modal_window#edit_group {
    margin-left: -350px;
    width: 700px;
}


.not_active {
    color: #aaaaaa;
}

table tr.not_first td.main_left, table tr.not_first td.main_right {
    background : #ffffff url('/img/bg_750.png') repeat-x;
    height: 750px;
}



.button_inline {
    display: inline;
    position: relative;
}

.button_def {
    background-image: url(../img/button_def.png);
    margin: auto;
    display: block;
    /*padding-top: 13px;*/
    width: 192px;
    height: 39px;
    text-align: center;
    cursor: pointer;
}
.button_def .button_def_content {
    padding: 10px;
    color: #15607e;
    font : 14px Tahoma, sans-serif;
    cursor: pointer;
    font-weight: bold;
    text-shadow: 1px 1px 1px #ffffff;
}
.button_def :hover {
    background-image: url(../img/button_def_h.png);
}

.button_def_sm {
    background-image: url(../img/button_def_sm.png);
    margin: auto;
    display: block;
    /*padding-top: 13px;*/
    width: 120px;
    height: 24px;
    text-align: center;
    cursor: pointer;
}
.button_def_sm :hover {
    background-image: url(../img/button_def_smh.png);
}

.button_def_sm .button_def_content {
    padding: 5px;
    color: #15607e;
    cursor: pointer;
    font : 12px Tahoma, sans-serif;
    text-shadow: 1px 1px 1px #ffffff;
}

.error-message {
    color: red;
}


.error, .notice, .success {
    border:2px solid #DDDDDD;
    margin-bottom:1em;
    padding:0.8em;
}

.error {
    background:#FBE3E4 none repeat scroll 0 0;
    border-color:#FBC2C4;
    color:#8A1F11;
}

.notice {
    background:#FFF6BF none repeat scroll 0 0;
    border-color:#FFD324;
    color:#514721;
}

.success {
    background:#E6EFC2 none repeat scroll 0 0;
    border-color:#C6D880;
    color:#264409;
}

div#info_bubble {
    display: none;
    left: 50%;
    margin-left: -200px;
    position: fixed;
    text-align: center;
    top: 0px;
    width: 400px;
    z-index: 5000;
}

#info_bubble_content {
    /*max-width: 500px;
    text-align: center;*/
}

#info_bubble_content img {
    padding-right: 5px;
}

div.add_item {
    background-color: #eff9fd;
}

div#go_up {
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    width: 100%;
}

div.progress_bar{
    z-index: 1;
    border-color: #999999;
    border-style: solid;
    border-width: 1px;
    /*width: 200px;*/
}

div.progress_bar_value{
    z-index: 10;
    background-color: #AAEECC;
    background-image: url(../images/grad_white_inv_2.png);
    color: #000022;
    text-align: center;
}

#flaker_small_box {
    display: none !important;
}

.pill {
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    background-color: #000000;
    color: #ffffff;
    padding: 3px;
}

del {
    background: rgb(255, 230, 230) none repeat scroll 0% 0%; 
}

ins {
    background: rgb(230, 255, 230) none repeat scroll 0% 0%;
}

