/* This is the application theme, it must be updated for every client */
/* load the default Redmine stylesheet */
@import url(../../../stylesheets/application.css);
/* The dashboard theme refers only to dashoard, use as a link of the file over version control */
@import url(dashboard.css);

/*

222222 : titulos headers e titulos
666666 : root
*/

#wrapper3 {
	background-image: url(../images/redminebg_.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
/* add a logo in the header */
#top-menu {
	background-color: #57B65A;
}
#header {
    background: transparent url(../images/logo.png) no-repeat 8px 4px;
    padding-left: 255px;
    border-bottom: .1em solid #333;	    
}
#header h1 {
	color: #57B65A;
    left: 270px;
    position: absolute;
    top: 30px;	 
}
#header h1 a.root {
    color: #E73B2E;
}
#header h1 a.ancestor {
	color: #F4CB1A;
}
/* move the project menu to the right */
#main-menu {   
    padding-left: 88px;
    font-size: 80%;
}
#main-menu ul li a {
	background-color: #ccc;
	padding: 4px 5px;
	-webkit-border-top-left-radius: .5em;
	-webkit-border-top-right-radius: .5em;
	-moz-border-radius-topleft: .5em;
	-moz-border-radius-topright: .5em;
	border-top-left-radius: .5em;
	border-top-right-radius: .5em;
	color: #333;
}
#main-menu ul li a.selected {
	background-color: #222222;
    color: #FFF;	 
}
#main-menu ul li a:hover.selected {
    background-color: #F5F5F5;
}
#main-menu ul li a:hover {
	background-color: #333;
	color: #FFF;
}
#content h2, #content h3, #sidebar h3,  #content h3 a {
	color: #222222;
}
.box {
	-webkit-border-radius: .8em;
	-moz-border-radius: .8em;
	border-radius: .8em;
	background-image: url(../images/bg2.png);
    background-repeat: repeat;
}
div.issue {
	background-color: #FDF3BA;
	/*
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
	*/
}
table.progress td.closed {
    background-color: #1ED51C;
}
table thead tr th {
	background-color: #222222;
    color: #FFF;	 
	text-align: left;	
}
table.list th {
	color: #222222;
}
img.gravatar { 
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
}
.wiki h1, .wiki h2, .wiki h3, .wiki h4, .wiki h5, .wiki h6 {
	color: #222222;
}
#login-form table {
	border-color: #222222;
	border-radius: 5px;
	background-color: #f5f5f5;	
}
table.attributes th { 
    vertical-align: top; 
    text-align: right; 
}
