* {
    margin-top: 0pt;
    margin-right: 0pt;
    margin-bottom: 0pt;
    margin-left: 0pt;
    padding-top: 0pt;
    padding-right: 0pt;
    padding-bottom: 0pt;
    padding-left: 0pt;
    list-style-type: none;
}

html,body {
    color: #222;
    margin: 0;
    padding: 0;
    font-family: tahoma,verdana,arial, 'trebuchet ms', sans-serif;
    /* font-family:Georgia,"Times New Roman",Times,serif;*/
    font-size: 12px;
}

body { /*background: url('img/bgt1.gif') repeat-x #A5CbF0;*/
    background-color: #fff;
}

a {
    font-family: tahoma,verdana,arial, 'trebuchet ms', sans-serif;
}

a:link       , a:visited {
    color: #1c5791;
    text-decoration: none;
}

a:hover {
    color: red;
}

a img {
    border: 0px none;
}

a:hover img {
    text-decoration: none;
}

h2, h3 {
    margin-top:1em;
    margin-bottom:0.3em;
    border-bottom:1px solid #c9c9cb;
    padding: 0.3em;
    font-weight: bold;
}

h2{

    font-size: 14px;
}

h3 {

    font-size: 12px;
}

h2.author {
    padding-left:28px;
    background: url('img/iauthors.gif') no-repeat center left;
}

h2.budget {
    padding-left:28px;
    background: url('img/ibudget.gif') no-repeat center left;
}

h2.views {
    padding-left:28px;
    background: url('img/iviews.gif') no-repeat center left;
}

h2.messages {
    padding-left:28px;
    background: url('img/imessages.gif') no-repeat center left;
}

h2.search {
    padding-left:28px;
    background: url('img/find.gif') no-repeat center left;
}

#main {
    margin: 10px auto;
    padding: 0px 5px 0px 5px;
    width: 1000px;
    /*background-color: #fff;*/
    /* background: url('img/bg_main.gif') repeat-y #fff;*/

}

#header {
    position: relative;
    top: 0;
    left: 0;
    width: 1000px;
    height: 80px;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #c9c9cb;
    /* background: url('img/bg_header.jpg') no-repeat #2073c1;*/
}

#logo {
    position: absolute;
    top: 8px;
    left: 8px;
}

#topmenu {
    position: absolute;
    top: 10px;
    right: 5px;
    height: 22px;
    text-align: left;
}

#topmenu a:link       , #topmenu a:visited {
    color: #1c5791;
    font-weight: normal;
    text-decoration: underline;
    font-size: 12px;
}

#topmenu a:hover {
    color: #a1292b;
    cursor: pointer;
    text-decoration: underline;
}

#topmenu ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

#topmenu li {
    display: inline;
    margin-left: 5px;
    padding-left: 12px;
    /*background: url('img/bg_l1.gif') no-repeat 0 3px ;*/
}

#topinfo {
    position: absolute;
    top: 33px;
    left:165px;
    right: 0px;
    padding: 2px;
    font-weight: normal;
    font-size: 12px;

}
#topinfo img
{ 
    vertical-align: text-bottom;

}

#topinfo a
{
    text-decoration: underline;
}

#topinfo .lb1 {

    color: #333;
    font-weight: bold;
}

#topinfo .lb2 {
    color: #a1292b;
}

#topinfo .lb3 {
    color: #227aa8;
}

#searchpane {
    position: absolute;
    top: 2px;
    left:160px;
    /*border:1px solid #6cc0e9;*/
    width: 240px;
    height: 25px;
    /*background: url('img/bg_spane1.gif') repeat-x ;*/
}

#searchpane input {

    background-color: #fff;
    font-weight: normal;
    font-size: 12px;
}

.searchedit {
    position: absolute;
    top: 2px;
    left: 5px;
    width: 205px;
    vertical-align: text-top;
    padding: 3px;
    font-size: 10px;
    height: 16px;
    border: 1px solid #b0b0b0;
}

.searchbutton {
    position: absolute;
    top: 2px;
    left: 219px;

    background-color: #fff;
    height: 25px;
    width: 25px;

}

#content {
    position: relative;
    top: 10px;
    left: 0;
    width: 990px;
    clear: both;
    background-color: #fff;
    padding: 5px;
}

#content_v {
    margin-right: 245px;
}

#content_v2 {
    margin-right: 340px;
}

#content_r2 {
    width: 335px;
    float: right;
    overflow: hidden;
    position: relative;
    text-align: center;
}

#content_r {
    width: 240px;
    float: right;
    overflow: hidden;
    position: relative;
    text-align: center;
}

#footer {
    clear: both;
    padding-top: 10px;
    width: 100%;
    text-align: center;
    background: #ffffff;
}

#view_legend {
    margin: 5px 0 15px 0;
    padding: 5px 10px 5px 10px;
    border: 1px solid #1b5594;
    /* background-color: #cae0f5;*/
    background: url('img/bg_leg1.gif') repeat-x #cae0f5;
    background-position: top;
}

.vlg_row { /*clear: both;*/
    height: 18px;
    font-size: 12px;
}

.vlg_label {
    width: 90px;
    float: left;
}

.vlg_data {
    float: left;
    font-weight: bold;
    font-size: 11px;
}

.vord_row {
    color: #444;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 2px;

    border-bottom: 1px solid #888888;
    height: 17px;
}

.vord_link {
    float: left;
}

.vord_info {
    float: right;
    margin-right: 2px;
}

.vitem {
    padding: 3px 0 3px 0;
}

.vit_title {
    margin-top: 5px;
    font-weight: bold;
}

.vit_body {
    font-size: 8pt;
}

.vit_footer {
    font-size: 8pt;
    color: #a1292b;
}

.vcontent { /*clear: both;*/
    padding: 3px 0 3px 0;
}

.vnav {
    margin: 5px 0 5px;
    padding: 3px;
    text-align: right;
    border-top:1px solid #888888;
    /* background: url('img/bg_nav1.gif') repeat-x #d4eefc;
    border: 1px solid #6fc1ea;*/
}

#view_loc,#view_cat {
    display: none;
}

.box {
    padding: 5px;
    margin: 5px 0 5px 0;
    border: 1px solid #cccccc;
}

.box1 {
    padding: 5px;
    margin: 5px 0 5px 0;
    border: 1px solid #cccccc;
}

.box1 input,textarea {
    border: 1px solid #ddeaf6;
    background-color: #fafafa;
    padding: 2px;
    width: 596px;
}

.box1 button {
    border: 1px solid #ddeaf6;
    background-color: #fafafa;
    padding: 2px;
}

.box1 a {
    font-weight: bold;
}

.vr_phgal {
    width: 330px;
    margin: 3px;
    border-top: 1px solid #c9c9cb;
    border-bottom:1px solid #c9c9cb;
    padding: 4px 2px 4px 2px;
    /*background: url('img/bg_phg1.gif') repeat-y right;*/
    text-align: right;
}

.vr_phgal_title {
    margin: 3px;
    font-size: 10px;
    font-weight: bold;
    color: #121a87;
}

.adv_header {
    text-align: right;
    color:#c9c9cb;
    font-size: 10px;
    margin-top: 5px;
    border-top:1px solid #c9c9cb;
}

.msg_header img {
    vertical-align: middle;
}
.msg_title {
    font-size: 20px;
    font-weight:normal;
    color: #333;

}
.msg_created {
    color:#1c5791;
    font-size: 14px;
}
.msg_info {
    
    color:#a1292b;
    font-size: 10px;
}

.msg_legend {
   margin-top:5px;
        padding:3px;
    border: 1px solid #1b5594;
    background: url('img/bg_leg2.gif') repeat-x #cae0f5;
    background-position: top;

}
.msg_note {
    margin-top:5px;
}
.msg_author {
    margin: 5px 0 5px 0;
    padding: 5px 0 5px 0;
    border-bottom:1px solid #c9c9cb;
    border-top:1px solid #c9c9cb;

}

.msg_more {
    padding:5px 5px 3px;
    text-align: right;
}

div.tip,div.info,div.note,div.error {
    border-top: 1px solid #0cf;
    border-bottom:1px solid #0cf;
    padding: 0.5em 0.5em 0.5em 40px;
    margin: 0.5em;
    border-color: #32CD32;
    background-color: #EBFFCE;
    background-repeat: no-repeat;
    background-position: 10px 50%;
    background-image: url(img/lightbulb.gif);
}

div.info {
    border-color: #87CEFA;
    background-color: #EEF9FD;
    background-image: url(img/info.gif);
}

div.note {
    border-color: #FFD700;
    background-color: #FFF5E1;
    background-image: url(img/error.gif);
}

div.error {
    border-color: #ff2222;
    background-color: #fff1f1;
    background-image: url(img/error.gif);
}

p.info {
    margin-top:15px;
    margin-right:150px;
    padding-left:10px;
}

td.tbtitle {
    /* background: url('img/bg_nav1.gif') repeat-x #d4eefc;*/
    background-color:#eee;
    border: 1px solid #bbb;
    padding: 0.5em;
    font-weight: bold;
    text-align: left;
}

td.label {
    border-bottom: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    background-color: #f7f7f7;
    padding: 0.5em;
    font-weight: bold;
    text-align: left;
    vertical-align: text-top;
    width: 200px;
}

td.data {
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    background-color: #fff;
    padding: 0.5em;
}

.wd600 {
    width:600px;
}

.wd500 {
    width: 500px;
}

.wd400 {
    width: 400px;
}

.wd200 {
    width: 200px;
}

.wd100 {
    width:100px;
}

.cm_row {
    margin-top: 5px;
    border-top:2px solid #f0f0f0;
    padding:3px;

}

.cm_row h3 {
    font-size: 15px;
    font-weight: bold;

}

.cm_img {
    width: 110px;
    float: left;
}

.cm_info {
    margin-left: 115px;
}

.cm_info div {
    margin-top:3px;
}

.cm_bt {
    background-color:#eeeeee;
    border-bottom:1px solid #aaaaaa;
    border-top:1px solid #aaaaaa;
    text-align:right;
    padding:0.3em;
    border-top-style: solid;
}	

.ms_row {
    margin-top:0.7em;
    border:1px solid #e1e1e1;
}

.ms_title{
    padding:0.3em;
    background-color:#eee;
    font-weight: bold;
    font-size: 12px;
    color: #333333;
    border-top:1px solid #bbb;
}

.ms_body {
    padding:0.4em;
}

.ms_bt {
    text-align:right;
    padding:0.3em;

}

input.ms_row, textarea.ms_row {
    border:1px solid #bbbbbb;
    background-color:#f1f1f1;

}

.buttonpane{
    margin: 10px;
}

.rq-field
{
    border:1px solid #ff2222;
    background-color:#fff1f1;
}

.rq
{
    color:red;
}

.info_rt {
    margin-top:20px;
    margin-right:140px;
    padding:8px;
    border-top:1px solid #c9c9cb;
    text-align:right;
    background-color:#fff;
}

.chbar {
    height:17px;
    padding:2px;
    margin-bottom:2px;
   /* background-color: #ff9933;*/
    background-color:#da3336;
    color: white;
    font-weight: bold;
    font-size: 10px;
}

.chbar2 {

    background-color: #cc3300;
}

.graph_info {

    font-size: 10px;
    color: #444444;
    margin-top: 10px;
    margin-bottom: 5px;
}

.graph_info ul li {
    list-style:square;
    margin-left:10px;
}

div.normal{
    font-size: 12px;
    margin-top: 10px;
    padding-left: 5px;
    margin-bottom: 5px;
}

.strong {

    font-weight: bold;
    color: #333333;
}

.module-menu {
    padding-left:30px;
    text-align:left;
}

.module-menu li {
    height:20px;
    margin-top:5px;
    padding-left:3px;
    border-bottom:1px solid #cc6600;
}

.module-menu a:hover {
    font-weight:bold;
    padding-left:8px;
}

.grid_header{
	background-color:#858580;
	color:#fff;
	font-weight:bold;
	border-bottom:1px solid #ff4040;
}

.grid_item1{
	background-color:#f9f9f9;
}

.grid_item2{
	background-color:#e8e8e8;
}


