/* 
    Document   : amis
    Created on : February 25, 2005, 2:06 PM
    Author     : igor
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

td                { font-family: Verdana, Arial, Helvetica, sans-serif
                  ; font-size: 12px
                  ; line-height: normal
                  }

a.project_link    { color: #993333
/*                  ; font-weight: bolder */
                  ; text-decoration: none
                  }

a {text-decoration:none; color:blue}

body.main_body  { margin:0px 0px 12px 0px; background-color: #3399CC}

table.header            { border-style:none; border-collapse:collapse}
table.header_horizon    { border-style:none; border-collapse:collapse; background-color:#66AFE1}
table.header_title_line { border-style:none; border-collapse:collapse; background-color:#99E1FF}
tr.header_horizon       { background-color:#66AFE1}
td.header_horizon       { background-color:#66AFE1}

/*.tile             { border:0px solid #CCFFFF}*/
table.tile        { border-style: none
                  ; border-collapse:collapse
                  ; background-color: #3399CC
                  }
.tile_header      { text-align: left
                  ; color: white
                  ; font-size:14px
                  ; font-family:Arial, Helvetica, sans-serif
                  ; font-style:oblique
                  ; font-weight:700
                  }
table.tile_header { border-style: none
                  ; border-collapse:collapse
                  ; background-color: #3399CC
                  }
.tile_body        { color:#333300
                  ; background-color: #EEEEEE
                  ; font-size:11px
                  ; font-family:Arial, Helvetica, sans-serif
                  }
table.tile_body   { border-style: none
                  ; background-color: #EEEEEE
                  ; border-collapse:collapse
                  }

.errorMessage { color:red;}

.project_description { font-size:11px
                     ; font-family:Arial, Helvetica, sans-serif
                     ; color:#333300
                     ; background-color : #FFFFFF
                     ; background-image : url("http://www.nprb.org/images/general/bg-map-sm.jpg")
                     ; background-repeat : no-repeat
                     }
h1.project_description { color:#006699
                       ; font-weight:bold
                       ; font-size: 16px
                       ; font-family: Arial, Helvetica, sans-serif
                       }

th.project_list      { display: none;}

td.even              { text-align: left; vertical-align: top;}
td.odd               { text-align: left; vertical-align: top;}

tr.odd               { vertical-align: top; text-align: left; background-color: #DDDDDD;}
tr.even              { vertical-align: top; text-align: left; background-color: #EEEEEE;}

a.link_project_list  { color: #993333
/*                     ; font-weight: bolder */
                     ; text-decoration: none
                     }

a.link_project_view  { color: #993333
                     ; font-size: 11px
                     ; font-family: Verdana, Arial, Helvetica, sans-serif; 
                     ; text-decoration: none
                     }

.project_list     { color:#333300
                  ; height: 100%
                  ; background-color: #EEEEEE
                  ; font-size:11px
                  ; font-family:Arial, Helvetica, sans-serif
                  }


/* a:hover { font-weight: bold} */

