#container {
	width: 100%;
}

#header {
	offset: 0px;
	background-image: url(../img/header.png);
	background-repeat: repeat-x;
	margin: auto;
	height: 76px;
	width: 100%;
	padding: 0px,0px,0px,0px;
}

#header h1 {
	color: white;
	font-family: verdana,sans-serif;
}

.mainmenu {
  text-align: center;
  background: #fff url(../img/menu.png) repeat-x;
  height: 28px;
  width: 100%;
  float:none;
}

.svn {
  margin-top: 10px;
}

#navlist {
  font-size: 7.4pt;
  font-weight: bold;
  color: #fff;
  min-width:600px;
} 

#navlist ul {
   list-style: none;
   padding-top:7px;
}

#navlist li {
   display: inline;
   font-family: verdana, sans-serif;
}

.links {
  margin: 3px;
}

/*ul.links li {
  border-left: 1px solid #666666;
}

ul.links li.first {
  border: none;
} */

#navlist a {
  color: #666666;
  text-decoration: none;
  margin-top:10px;
}

#navlist a:hover {
  color: #000000;
}





* {
margin:0;
padding:0;
}

body{
font-family:"frutiger linotype","lucida grande",helvetica,arial,sans-serif;
text-align:center;
color:#333;
font-size: 76%;
}

/* General Style Info */
a{
color:#003d4c;
text-decoration:none;/*underline;*/
}
a:hover{
color:#003d4c;
text-decoration:none;
}

a img{
border:none;
}

h1, h2, h3, h4{
font-weight:normal;
}

h1{
color: #003d4c;
margin:0.3em 0;
font-size: 180%;
}

h2{
color:#c6c65b;
padding-top: 1em;
/*margin:0.3em 0;*/
font-size: 180%;
}

h3{
color:#c6c65b;
padding-top:2em;
font-size: 140%;
}

h4{
color:#c6c65b;
padding-top:0.5em;
font-weight:normal;
}

em {
font-size: 12px;
}

ul, li {
margin: 0 12px;
}

/* Layout */

#container{
text-align:left;
}

/*#header{
margin-top: 1em;
padding: 4px 20px;*/
}*/

#content{
clear:both;
padding: 30px 40px 10px 40px;
background-color: #fff;
color: #333;
}

#content form{
margin: 30px 40px 10px 40px;
}

.in_line {
border:none;
margin:0 0 0 0;
width:0%;
}

.in_line tr td {
border-right:none;
}

#content h2{
margin-left: 30px;
}

.project {
padding: 30px 30px 30px 30px;
}

.project h2 {
padding	: 0px;
}


.bounty, .user, .users, .profile, .profiles, .tasks, .contributor, .contributors, .sponsor, .sponsors	{
padding: 0px 30px 30px 30px;
}

#footer{
clear:both;
padding: 6px 10px;
text-align: right;
}

/* tables */

table {
width: 100%;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
color:#333;
background-color: #fff;
clear:both;
padding: 0;
margin: 1em 0 2em 0;
white-space: normal;
}
th {
background-color: #e2e2e2;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #003d4c;
border-bottom: 1px solid #003d4c;
text-align: center;
padding:1px 4px;
}
table tr td {
border-right: 1px solid #ddd;
padding:4px 4px;
vertical-align:top;
text-align: center;
}
table tr.altRow td {
background: #f4f4f4;
}
table td.actions {
	white-space: nowrap;
}
#cakeSqlLog td {
text-align: left;
padding: 4px 8px;
background: #fff;
border-bottom: 2px solid #ccc;
}

/* scaffold show */

div.related {
clear:both;
display:block;
}
dl {
line-height:2em;
margin:0em 1em;
float:left;
width: 400px;
}
dt {
font-weight: bold;
vertical-align:top;
}
dd {
margin-left:10em;
margin-top:-2em;
vertical-align:top;
}

/* notices and errors */

#flashMessage, .error, .error_message {
color:#900;
font-size: 16px;
background-color: #fff;
margin: 8px 8px;
font-weight: bold;
}
.error_message {
clear: both;
}
.error em {
font-size: 18px;
color: #003d4c;
}
.notice {
color: #656565;
font-size: 14px;
background-color: #f4f4f4;
padding: 0.5em;
margin: 1em 0;
display:block;
}
.tip {
color: #656565;
background-color: #ddd;
}

/* forms */

form {
margin-top: 2em;
}
form div{
vertical-align: text-top;
margin-left: 1em;
margin-bottom:2em;
}
form div.date{
margin-left: 0em;
}
label {
display: block;
width: 140px;
font-size: 14px;
padding-right: 20px;
}
input[type=checkbox] {
float: left;
clear: left;
margin: 2px 6px 7px 2px;
}
input, textarea {
clear: both;
display:block;
font-size: 14px;
font-family: inherit;
}
select {
clear: both;
vertical-align: text-bottom;
font-size: 14px;
font-family: inherit;
}
option {
font-size: 14px;
font-family: inherit;
padding: 0 0.3em;
}
input[type=submit] {
display: inline;
vertical-align: bottom;
}
div {
	padding: 0px:0px:0px:0px;
	margin: 0px:0px:0px:0px;
}
div.required {
clear: both;
color:#222;
font-weight:bold;
}
div.optional {
clear: both;
color:#555;
}
div.submit {
clear: both;
margin-top: 40px;
margin-left: 140px;
}
/* action links */
ul.actions {
float: left;
margin-left:20px;
width: 200px;
}
ul.actions li {
margin-top: 4px;
}
pre {
padding: 1em;
}

/*Tabs*/

#tab {
	font:bold 1em Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	background:url(/img/brown.png) repeat-x left bottom;
	width:100%;
	float:left;
	margin-bottom:1em;
}
#tab ul {
	margin:0;
   	list-style:none;
	padding:10px 10px 0 10px;
}
#tab a, #tab strong, #tab span {
	float:left;
   	display:block;
	color:#fff;
	padding:7px 20px 3px 11px;
	background: url(/img/brown.png) no-repeat 100% 0px;
	text-decoration:none
}
/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#tab a {float:none;}
/* End IE5-Mac hack */
#tab li {
   float:left;
   background:url(/img/brown.png) no-repeat 0px 0px;
   margin:0;
   padding:0 0 0 9px;
}
#tab #current {
   background:url(/img/brown.png) no-repeat 0 -41px;
}
#tab #current a {
   background:url(/img/brown.png) no-repeat 100% -41px;
	padding:7px 20px 5px 11px;
	color:#939BCA
}
#tab a:hover {
	color:#464724
	}
