@import url(../../../stylesheets/application.css);

body * {
	font-family: "Helvetica";
}

body,
#wrapper {
	background-color: #eee;
}

#header,
#top-menu {
	margin: 0;
}

body #top-menu {
	font-family: "Helvetica";
	font-size: 11px;
	padding: 0 10px;
	height: 23px;
	line-height: 23px;
	background: #444 url(img/bg_menu.png) left center repeat-x;
}

body #top-menu a.home {
	float: left;
	height: 23px;
	background: url(img/logo-iqconnect.png) 0 0 no-repeat;
	padding-left: 96px;
}

body #top-menu a.home:hover {
	background-position: 0 -23px;
}

body #header {
	padding: 10px;
	background: #f60 url(img/bg_head.png) left bottom repeat-x;
}

body #main-menu {
	left: 10px;
}

#main {
	background: #EEEEEE;
	margin: 10px;
}

body #content,
body #main.nosidebar #content {
	background: #fff;
	border: 1px solid #ccc;
	font-size: 13px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

textarea {
	font-size: 13px;
}

#footer {
	background-color: #eee;
	border: 0px;
	margin-top: 20px;
}

/* Headers */

h2, h3, h4, .wiki h1, .wiki h2, .wiki h3 {
	border-bottom: 0px;
}

/* Menu */

#main-menu li a {
	padding: 5px 10px;
	color: #333;
	background-color: #ccc;
	opacity: 0.7;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

#main-menu li a:hover,
#main-menu li a.selected {
	color: #333;
	background-color: #eee;
	text-decoration: none;
	opacity: 1;
}

/* Tables */

table.list tbody td, table.list tbody tr:hover td {
	border: solid 1px #d7d7d7;
}

table.list thead th {
	border-width: 1px;
	border-style: solid;
	border-top-color: #d7d7d7;
	border-right-color: #d7d7d7;
	border-left-color: #d7d7d7;
	border-bottom-color: #999999;
}

/* 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;
}

/* Buttons */

input[type="button"],
input[type="submit"],
input[type="reset"] {
	


}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
	


}

/* Fields */

input[type="text"], textarea, select {
	padding: 2px;
}

input[type="text"] {
	padding: 3px;
}

input[type="text"]:focus, textarea:focus, select:focus {
	
}

option {
	border-bottom: 1px dotted #d7d7d7;
}

/* Misc */

.box {
	background-color: #fcfcfc;
}

.wiki h1 {
	font-size: 2.0em;
}

.wiki h2 {
	margin: 0;
	font-size: 1.7em;
	margin-top: 1em;
}

.wiki h3 {
	font-size: 1.4em;
	margin-top: 1em;
}

.wiki code {
	font-family: Consolas, Monaco, fixed;
	font-size: 12px;
	background-color: #eee;
	color: #000;
	padding: 3px;
}

.wiki a {
	color: #f60;
}

/* Global Styles */

#main a {
	color: #f60;
}

#main ul {
	list-style: square;
}

/* Activity */

#activity h3 {
	border-bottom: 1px solid #ccc;
}

#activity .time,
#activity .author {
	color: #999;
	font-size: 10px;
	display: block;
}

div#activity dd .description {
	font-size: 1.1em;
	font-style: normal;
}

div#activity dt,
div#activity dd {
	margin: 0;
	padding: 0;
	padding-left: 20px;
}

div#activity dd {
	margin-bottom: 20px;
}

/* Sidebar */

#sidebar h3 {


/*  color: #3E71B3;*/
  border-bottom: 1px solid #ccc;
}

/* Print styles */

@media print {

body,
  #wrapper,
  #main,
  #content {
	background: none;
}

#content {
	border: 0;
}

#content p {
	display: none;
}

#content .wiki p {
	display: block;
}

}

/* Revision viewer */

body .CodeRay pre {
	font-family: Consolas, Monaco, fixed;
	font-size: 12px;
}