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

body{ color:#303030; padding: 0 10px 0 10px; background: white; max-width:1240px; margin: 0 auto; }
div.box { color:#303030; }

#wrapper { background: transparent url(http://elrte.ru/style/images/logo70.png) 25px 7px  no-repeat; }
#top-menu { font-size: 80%; padding-top: 0.5em; background: transparent; color: #303030; }
#top-menu a { font-weight: bold; color: black; }
#top-menu div a { color: #303030; }
#top-menu #loggedas, #quick-search a, #quick-search { color: #303030; }
#top-menu ul { display: none; }
#top-menu #account ul { display: block; }
#header { height: 85px; padding: 4px 0 0 95px; color: black; background-color: transparent; }
#header h1 { margin-left: 16px; color: #303030; }
#quick-search { margin-right: 6px; margin-top: 10px; }
#main-menu { background-color: #666666; left: 0; width: 100%; padding: 4px 0;
-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }
#main-menu ul { margin-left: 15px; }
#main-menu li { margin: 0; padding: 0; margin-right: 4px; }
#main-menu li a { color: white; font-size: 100%; padding: 4px 20px 4px 20px; font-style: italic; font-weight: normal; }
#main-menu li a:hover { background: #999999; color: #ffffff; border-bottom: 2px solid #fbb91c; margin-bottom: -2px; }
#main-menu li a.selected, #main-menu li a.selected:hover { background: #999999; color: #ffffff; text-decoration: none; }

#footer { background-color: white; border: 0; border-top: 1px solid #dddddd; color: black; margin-top: 7px; }
#footer a { color: black; font-weight: bold; }

#main { font: 100% Verdana, Tahoma, Arial, sans-serif; background: white; margin-top: 7px; }
#main a { font-weight: normal; color: #394ea1; }
#main a:hover { color: #c24602; text-decoration: none; }
#main a.new { color: rgb(183, 53, 53); }
#content { background: #fff; }
#content .tabs ul { bottom:-1px; }

/* table.issues tr.closed td.status { text-decoration: line-through; } */

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

h2, h3, h4, .wiki h1, .wiki h2, .wiki h3 { color: #c24602; }
.wiki h1, .wiki h2, .wiki h3 { margin-top: 25px; }
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_page.png); }
#top-menu a.projects { background-image: url(../../../images/projects.png); }
#top-menu a.administration { background-image: url(../../../images/admin.png); }
#top-menu a.help { background-image: url(../../../images/help.png); }

/* Wiki */
textarea.wiki-edit { font-family: Monaco "Courier New" Courier monospace; }

/* Issues grid styles by priorities (provided by Wynn Netherland) */
table.list tr.issue a { color: #666; }

tr.odd.priority-5, table.list tbody tr.odd.priority-5:hover { color: #900; font-weight: bold; }
tr.odd.priority-5 { background: #ffc4c4; }
tr.even.priority-5, table.list tbody tr.even.priority-5:hover { color: #900; font-weight: bold; }
tr.even.priority-5 { background: #ffd4d4; }
tr.priority-5 a, tr.priority-5:hover a { color: #900; }
tr.odd.priority-5 td, tr.even.priority-5 td { border-color: #ffb4b4; }

tr.odd.priority-4, table.list tbody tr.odd.priority-4:hover { color: #900; }
tr.odd.priority-4 { background: #ffc4c4; }
tr.even.priority-4, table.list tbody tr.even.priority-4:hover { color: #900; }
tr.even.priority-4 { background: #ffd4d4; }
tr.priority-4 a { color: #900; }
tr.odd.priority-4 td, tr.even.priority-4 td { border-color: #ffb4b4; }

tr.odd.priority-3, table.list tbody tr.odd.priority-3:hover { color: #900; }
tr.odd.priority-3 { background: #fee; }
tr.even.priority-3, table.list tbody tr.even.priority-3:hover { color: #900; }
tr.even.priority-3 { background: #fff2f2; }
tr.priority-3 a { color: #900; }
tr.odd.priority-3 td, tr.even.priority-3 td { border-color: #fcc; }

tr.odd.priority-1, table.list tbody tr.odd.priority-1:hover { color: #559; }
tr.odd.priority-1 { background: #eaf7ff; }
tr.even.priority-1, table.list tbody tr.even.priority-1:hover { color: #559; }
tr.even.priority-1 { background: #f2faff; }
tr.priority-1 a { color: #559; }
tr.odd.priority-1 td, tr.even.priority-1 td { border-color: #add7f3; }

