/* Gazebo CLEAN stylesheet, based on "alternate" */

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

body, #wrapper { background-color:#eee; font-family:"Lucida Grande", verdana, arial, helvetica, sans-serif; }

a:hover { text-decoration:underline; }
a:hover, a:active { color:#2A5685; }
a.pdf { display:none; }

#header, #top-menu { margin:0; }
#header { background-color:#e4790f; padding:8px 8px 0 8px; height:5.5em; }
#header h1 { margin:0 24px; }
#header #quick-search { margin:0 24px; }
#top-menu { background-color:#000; font-size:10px; position:relative; padding:0; height:21px }
#top-menu ul { padding:0 21px; }
#top-menu li, #top-menu #loggedas { color:#ddd; line-height:21px; margin-right:4px; }
#top-menu li a { color:#999; font-weight:normal; padding:4px 5px; }
#top-menu li a:hover { color:#fff; text-decoration:underline; }
#main { background:#eee; margin:8px 24px 0px 24px; }
#content { background:#fff; border-right:1px solid #bbb; border-bottom:1px solid #bbb; }
#footer { background-color:#eee; border:0px; }

/* Headers */
h1 { font-family:"Lucida Grande", arial, sans-serif; font-size:24px; font-weight:normal; margin:0pt 0pt 0pt 0.25em; padding:0pt 0pt 10px; text-align:left; }
h2, h3, h4, .wiki h1, .wiki h2, .wiki h3 { border-bottom:0px; }

h2, .wiki h1 { background-color:#edf3fe; margin:-6px -10px 10px; padding:10px 20px; font-size:14px; color:#000; }
.wiki h1 { font-family:"Trebuchet MS",Verdana,sans-serif; font-weight:bold;}
.wiki h2 { margin-top:24px; background:transparent; }
.wiki h3 { margin-top:18px; }

/* Menu */
#main-menu { margin:0 24px; }
#main-menu li a { background-color:#666; font-weight:normal; padding:4px 8px 6px; }
#main-menu li a:hover { background:#999; text-decoration:none; }
#main-menu li a.selected, #main-menu li a.selected:hover { background-color:#eee; color:#111; }

/* Tables */
table.list { border:none; }
table.list th { background-color:#fff; }
table.list tbody td, table.list tbody tr td { border-bottom:solid 1px #ddd; font-size:11px; padding:4px 10px 4px 3px; }
table.list thead th {
	border:none;
	border-bottom:1px solid #999999;
	font-size:9px;
	font-weight:normal;
	padding:0pt 3px 3px;
	text-transform:uppercase;
}

table.list thead th a { color:#000; }
table.list thead th a:hover { color:#000; }

/* Issues grid styles by priorities (provided by Wynn Netherland) */
table.list tr.issue a { color:#333; }
table.list tbody tr:hover { background-color:#eed; }

tr.odd.priority-5, table.list tbody tr.odd.priority-5:hover { color:#900; }
tr.odd.priority-5 { background:#ffc4c4; }
tr.even.priority-5, table.list tbody tr.even.priority-5:hover { color:#900; }
tr.even.priority-5 { background:#ffd4d4; }
tr.priority-5 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:#550; }
tr.odd.priority-4 { background:#ffb; }
tr.even.priority-4, table.list tbody tr.even.priority-4:hover { color:#550; }
tr.even.priority-4 { background:#ffc; }
tr.priority-4 a { color:#550; }
tr.odd.priority-4 td, tr.even.priority-4 td { border-color:#dd8; }

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

tr.odd.priority-1, table.list tbody tr.odd.priority-1:hover { color:#1a2f66; }
tr.odd.priority-1 { background:#d6e2ff; }
tr.even.priority-1, table.list tbody tr.even.priority-1:hover { color:#1a2f66; }
tr.even.priority-1 { background:#e0e9ff; }
tr.priority-1 a { color:#1a2f66; }
tr.odd.priority-1 td, tr.even.priority-1 td { border-color:#a1b5e5; }

p.breadcrumb {
	background-color:#eee;
	border-bottom:1px solid white;
	font-size:0.9em;
	margin:-6px -10px 6px;
	padding:6px;
	text-indent:15px;
}

/* Fields */
input[type="text"], input[type="password"], textarea, select { padding:2px; border:1px solid #d7d7d7; }
input[type="text"], input[type="password"] { padding:4px; }
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus { border:1px solid #888866; }
option { border-bottom:1px dotted #d7d7d7; }
input#issue_subject { font-size:200%; width:90%; }

/* Misc */
.box { background-color:#fcfcfc; }
.contextual { font-size:11px; font-family:verdana; }
hr { margin:12px 0; background:#eee none repeat scroll 0% 0%; }

/* Custom */
#content { overflow:hidden; }
table.entries { margin-bottom:24px; }
tr.file td.comments, tr.issue td.author { text-align:left; }
table.issues th,table.issues td { text-align:left; }
.wiki p { line-height:1.5; }
div.attachments { margin-top:24px; }
#wiki_add_attachment { margin-top:24px; border-top:1px solid #eee; }
.wiki img { margin:12px 0; }
blockquote { margin-left:0; color:#666; }
td.checkbox input,x:-moz-any-link { margin-top:4px; }
.contextual form div { display:inline; }
a.project { display:block; }
#history .journal .contextual { margin:-41px 40px 0 0; }
form#issue-form .attributes select { width:45%; }