

body {
  padding: 0;
  margin: 0;
  background: #EEEEEE url('./views/images/header.jpg') repeat-x;
  font-family: Georgia, Palatino, Palatino Linotype, serif;
font-size:90%;
}

h1 {
  text-indent: -100em;
  background: transparent url('./views/images/title.png') no-repeat 20px 0px;
   height: 54px;
  margin-top: 20px;
}

#userStatus {
  text-align: right;
  margin-right: 2em;
  margin-top: -30px;
}

#rapidSearch {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 75%;
  font-family: Verdana;
  font-weight:bold;
}

#rapidSearch a {
  color: #888;
  border: none;
}

#rapidSearch a:hover {
  color: #000;
  border: none;
}

a {
  text-decoration: none;
  border-bottom: 1px solid #B9C4DD;
  color: black;
}

a:hover {
  border-bottom: 1px solid #FF9900;
}

#content {
  margin-top: 20px;
  width: 780px;
  margin-left: auto;
  margin-right: auto;
}

#main {
  position: relative;
  background: white;
  border: 1px solid #AAAAAA;
  padding: 10px;
  min-height: 510px;
overflow:auto;

}

.menu {
  float: left;
  width: 160px;
  margin-left: 0px;
  margin-top: 0px;
  border: none;
}

#main {
  float: right;
  width: 570px;
}

.menu ul, .menu li {
  list-style: none;
  padding: 0;
  margin: 0;
}

#foot {
  text-align: center;
  clear: both;
  background: #EEEEEE url('./views/images/footer.jpg') repeat-x;
  padding-top: 20px;
  height: 40px;
  color: white;
}

.resultsTable {
  width: 95%;
  border-collapse: collapse;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  margin-top: 1em;
  margin-bottom: 3em;
}

.resultsTable th {
  vertical-align: bottom;
  border-bottom: 1px solid #333;
  background-color: #EEE;
  text-align: left;
  padding: 0.5em;
}

.resultsTable td {
  padding: 0.5em;
}

.textField , .textFiedlHover{
background:transparent url('./views/images/input.gif') no-repeat scroll left top;
border:medium none;
height:15px;
padding:4px 8px;
width:160px;
margin-left:3px;
margin-top:-3px;
}
.textFieldHover{
background: left bottom;
}
.textFieldSmall{
background:transparent url('./views/images/inputSmall.gif') no-repeat scroll left top;
border:medium none;
height:15px;
padding:4px 8px;
width:90px;
margin-left:-3px;
}

.buttons{
float:right;
position:relative;
right: 10px;
padding: 5px;
}
fieldset {
  margin-bottom: 1em;
}

.captcha{
position:relative;
top:12px;
}

label {
  float: left;
  width: 160px;
  text-align: right;
  margin-right: .5em;
}

textarea#tab, textarea#comment {
  width: 500px;
  height: 300px;
  margin: 1em;
}

.commitComment, .description {
  width: 480px;
  margin: 1em;
}

#menuTab {
float:right;
  width:400px;
  margin:0;
  padding: 0;
  list-style:none;
  line-height:1em;
  position: relative;
  top: 0px;
  margin-bottom: -1px;
  z-index: 1;
}

.tabTitle {
float:right;
font-weight:bold;
  margin:0;
  padding: 0;
  position: relative;
  top: 0px;
  right:10px;

  z-index: 1;
}

#menuTab li {
  float:right;
  margin:0;
  padding:0;
  list-style: none;
}

#menuTab a {
  display:block;
  margin:0;
  padding: 0.25em 1em;
  text-decoration: none;
  border: none;
  background: #F0F0F0 url('./views/images/tab.jpg') repeat-y;
  border-right: 1px solid #AAAAAA;
  border-top: 1px solid #AAAAAA;
  border-bottom: 1px solid #AAAAAA;
  color: #777;
}

#menuTab .first a {

  background: #F0F0F0 none;
  border-left: 1px solid #AAAAAA;
}

#menuTab .current a {

  background: white none;
  border-bottom: 1px solid white;
  color: black;
}

/* For boxes with shadows around menu items. 
   Taken from: http://www.modxcms.com/simple-rounded-corner-css-boxes.html 
*/

/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 { 
  background: transparent url('./views/images/box.png') no-repeat bottom right;
} 
.cssbox { 
  width: 150 !important; /* intended total box width - padding-right(next) */ 
  width: 165px; /* IE Win = width - padding */ 
  padding-right: 15px; /* the gap on the right edge of the image (not content padding) */ 
  margin: 20px auto; /* use to position the box */ 
} 

/* set the top-right image */ 
.cssbox_head { 
  background-position: top right; 
  margin-right: -15px; /* pull the right image over on top of border */ 
  padding-right: 20px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.cssbox_head h2 { 
  background-position: top left; margin: 0; /* reset main site styles*/ 
  border: 0; /* ditto */ 
  padding: 15px 0 15px 20px; /* padding-left = image gap + interior padding ... no padding-right */ 
  height: auto !important; 
  height: 1%; /* IE Holly Hack */
  color: white;
  font-size: 80%;
} 

/* set the lower-left corner image */ 
.cssbox_body { 
  background-position: bottom left; 
  margin-right: 25px; /* interior-padding right */ 
  padding: 5px 0 10px 20px; /* mirror .cssbox_head right/left */ 
} 

.freeName{
border-color: #33FF00;
}

.takenName{
border-color: #FF3300;
}

.errors{
color:#FF0011;
}
.messages{
color:#1100FF;
}

h2{

font-size:155%;
font-weight:normal;
}

hr{
margin-top:-15px;
}

#prev{
padding-top: 30px;

}

.fecha {
font-size:70%;
margin-top:-5px;
}
}





pre {
  margin-top: 30px;
}

.t, .title, .st, .subtitle {
  font-family: Georgia, Palatino, Palatino Linotype, serif;
}

.t, .title {
  font-weight: bold;
  font-size: 150%;
}
 
.st, .subtitle {
  font-size: 120%;
}

.sot {
  font-weight: bold;
}

.soc {
  padding-left: 1em;
}

.c, .comment {
  font-family: Georgia, Palatino, Palatino Linotype, serif;
  font-style: italic;
	color: #555;
}

.chord {
  color: #CC7A00;
}

.chordDescription {
  background: #EEE;
  border: 1px solid #333;
  padding: 1em;
z-index:2;
}


table.diff, td.diff-otitle, td.diff-ntitle {
	background-color: #FFFFFF;
	border-bottom:0px;
	color: #CC6600;
}
.diff tr {
border:0px;
}
.diff th{

}
td.diff-addedline {
	background: #cfc;
	font-size: smaller;
	border:0px;
}
td.diff-deletedline {
	background: #ffa;
	font-size: smaller;
}
td.diff-context {
	background: #eee;
	font-size: smaller;
}
span.diffchange {
	color: red;
	font-weight: bold;
}
