@import url(../../../stylesheets/application.css);

body{ color:#303030; background:#e8eaec; }

#top-menu { font-size: 80%; height: 2em; padding-top: 0.5em; background-color: #578bb8; }
#top-menu a { font-weight: bold; }
#header { background: #467aa7; height:5.8em; padding: 10px 0 0 0; }
#header h1 { margin-left: 6px; }
#quick-search { margin-right: 6px; }
#main-menu { background-color: #578bb8; left: 0; border-top: 1px solid #fff; width: 100%; }
#main-menu li { margin: 0; padding: 0; }
#main-menu li a { background-color: #578bb8; border-right: 1px solid #fff; font-size: 90%; padding: 4px 8px 4px 8px; font-weight: bold; }
#main-menu li a:hover { background-color: #80b0da; color: #ffffff; }
#main-menu li a.selected, #main-menu li a.selected:hover { background-color: #80b0da; color: #ffffff; }
#main-menu li a.new-object { background-color:#80b0da; }

#main-menu .menu-children {
  border-right: 1px solid #80b0da;
  border-bottom: 1px solid #80b0da;
  border-left: 1px solid #80b0da;
}
#main-menu .menu-children li a { border-right: none; }
#main-menu .menu-children li a:hover { background-color: #80b0da }

#footer { background-color: #578bb8; border: 0; color: #fff;}
#footer a { color: #fff; font-weight: bold; }

#main { font:90% Verdana,Tahoma,Arial,sans-serif; background: #e8eaec; }
#main a { font-weight: bold; color: #467aa7;}
#main a:hover { color: #2a5a8a; text-decoration: underline; }
#content { background: #fff; }
#content .tabs ul { bottom:-1px; }

h2, h3, h4, .wiki h1, .wiki h2, .wiki h3 { border-bottom: 0px; color:#606060; font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
h2, .wiki h1 { letter-spacing:-1px; }
h4 { border-bottom: dotted 1px #c0c0c0; }

#top-menu a.home, #top-menu a.my-page, #top-menu a.projects, #top-menu a.administration, #top-menu a.help { 
    background-position: 0% 40%;
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-top: 2px;
    padding-bottom: 3px;
}

#top-menu a.home { background-image: url(../images/home.png); }
#top-menu a.my-page { background-image: url(../../../images/user.png); }
#top-menu a.projects { background-image: url(../../../images/projects.png); }
#top-menu a.administration { background-image: url(../images/wrench.png); }
#top-menu a.help { background-image: url(../../../images/help.png); }



/* Add color status to column id and status */
table.list tbody tr.status-1 td.id, table.list tbody tr.status-1 td.status  { 
    background-color: #FCACAC
}

table.list tbody tr.status-2 td.id, table.list tbody tr.status-2 td.status {
    background-color: #efd5df
}

table.list tbody tr.status-3 td.id, table.list tbody tr.status-3 td.status { 
    background-color:#bfebb7
}

table.list tbody tr.status-4 td.id, table.list tbody tr.status-4 td.status { 
    background-color: #7de4f0 
}

table.list tbody tr.status-5 td.id, table.list tbody tbody tr.status-5 td.status { 
    background-color: #fff
}

table.list tbody tr.status-6 td.id, table.list tbody tr.status-6 td.status { 
    background-color: #fff
}

table.list tbody tr.status-7 td.id, table.list tbody tr.status-7 td.status { 
    background-color:   #97da61
}

table.list tbody tr.status-8 td.id, table.list tbody tr.status-8 td.status { 
    background-color: #ffe91b
}

table.list tbody tr.status-9 td.id, table.list tbody tr.status-9 td.status { 
    background-color: #DDFFAC
}

table.list tbody tr.status-10 td.id, table.list tbody tr.status-10 td.status {
    background-color: #C2DFFF
}

table.list tbody tr.status-11 td.id, table.list tbody tr.status-11 td.status { 
    background-color: #A6DB74
}

table.list tbody tr.status-12 td.id, table.list tbody tr.status-12 td.status {
    background-color: #DDFFAC
}

table.list tbody tr.status-13 td.id, table.list tbody tr.status-13 td.status { 
    background-color: #FFB380
}

table.list tbody tr.status-27 td.id, table.list tbody tr.status-27 td.status { 
    background-color: #81F7BE
}

table.list tbody tr.status-28 td.id, table.list tbody tr.status-28 td.status { 
    background-color: #FFF494
}

table.list tbody tr.status-29 td.id, table.list tbody tr.status-29 td.status { 
    background-color: #FFCD85
}

table.list tbody tr.status-30 td.id, table.list tbody tr.status-30 td.status { 
    background-color: #E3B7EB
}

table.list tbody tr.status-22 td.id, table.list tbody tr.status-22 td.status { 
    background-color: #97da61
}


table.list tbody tr.status-31 td.id, table.list tbody tr.status-31 td.status { 
    background-color: #81F7BE
}

table.list tbody tr.status-32 td.id, table.list tbody tr.status-32 td.status { 
    background-color: #7de4f0
}
table.list tbody tr.status-62 td.id, table.list tbody tr.status-62 td.status { 
    background-color: #f7e905
}


/* Add color status to issue's border' */
div.issue {
  background: #fff none repeat scroll 0 0;
}

div.issue.status-1 {
  border: 2px solid #dedede !important;
  background-color: #dedede
}

div.issue.status-2 { 
    border: 2px solid #ffe0e0 !important;
    background-color: #ffe0e0

}

div.issue.status-3 { 
    border: 2px solid #dcfac3 !important;
     background-color: #dcfac3
}

div.issue.status-4 { 
    border: 2px solid #7de4f0 !important;
    background-color: #7de4f0
   
}

div.issue.status-5 { 
    border: 2px solid #e0e0e0 !important;
}

div.issue.status-6 { 
    border: 2px solid #e0e0e0 !important;
}

div.issue.status-7 { 
    border: 2px solid #8affa7 !important;
     background-color: #8affa7
}

div.issue.status-8 { 
    border: 2px solid #ffe91b !important;
}

div.issue.status-9 { 
    border: 2px solid #FFF494 !important;
}

div.issue.status-10 { 
    border: 2px solid #C2DFFF !important;
}

div.issue.status-11 { 
    border: 2px solid #A6DB74 !important;
}

div.issue.status-12 { 
    border: 2px solid #DDFFAC !important;
}

div.issue.status-13 { 
    border: 2px solid #FFB380 !important;
}

div.issue.status-27 { 
    border: 2px solid #81F7BE !important;
}

div.issue.status-28 { 
    border: 2px solid #FFF494 !important;
}

div.issue.status-29 { 
    border: 2px solid #FFCD85 !important;
}

div.issue.status-30 { 
    border: 2px solid #E3B7EB !important;
}

div.issue.status-31 { 
    border: 2px solid #81F7BE !important;
}

div.issue.status-32 { 
    border: 2px solid #A6DB74 !important;
}
.issue td {
	padding: 7px;
}