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

body { background-color: #F5DC9C; min-width:1050px; }

a, a:link, a:visited { color:#7F4500; }

a:hover, a:active { color:#D7731E; }
	
#wrapper { background: url("/images/bgpattern.jpg") repeat-x scroll 4px 19px #F5DC9C; /*background-color:#F5DC9C;*/ }

#header {
  height: 219px;  
  /* 5.3em; */
  /*margin: 0px 10px 0px 11px;*/ 
  background: url("/images/banner.jpg") no-repeat scroll 0 0 transparent;
  color:#f8f8f8; 
  /*padding: 0px 8px 0px 6px; */
  padding: 0 10px 0 0;
  position:relative;
}

#header h1 {
  color:#FF881F;
  margin-left: 256px;
  padding-top: 90px;
  float: left;
  position: absolute;
}

#top-menu { 
	/*margin: 0px 10px 0px 11px; */
	background: #5A3407
}
#main { 
	background: #E2C88D; 
	margin:0 10px;
	padding-top:26px;
}

#main.nosidebar { 
	background:none repeat scroll 0 0 #F5DC9C;
}

#content, #main.nosidebar #content { 
	background: #FFFBEF; border-right: 1px solid #bbb; border-bottom: 1px solid #bbb; border-left: 1px solid #d7d7d7; border-top: 1px solid #d7d7d7; 
}

#footer { 
	background-color:#F5DC9C; 
	border: 0px; 
	color: #5A3407;
}

#quick-search {
	/*background: url("/images/bannerbottom.jpg") no-repeat scroll 11px 0 #E2C88D;*/
	float: right;
	margin: 169px 0 0;
	text-align: right;
	width: 100%;
	height: 26px;
	/*line-height: 18px;*/
	color: #ffffff;
	margin-top: 180px;
	font-weight: bold;
}

#quick-search a {
	color: #ffffff;
	font-weight: bold;
}

/* Headers */
h2, h3, /*h4, */ .wiki h1, .wiki h2, .wiki h3 {border-bottom: 0px;} 

/* Menu */
#main-menu {
	bottom: -26px;
	float: left;
	margin-left: 10px;
	position: absolute;
	left: 0;
}

#main-menu li {
	/*background: none repeat scroll 0 0 */
	line-height: 26px;
	margin: 0px;
}
#main-menu li a { color: #5A3407; background: rgba(226, 200, 141, 0.5); font-weight: bold; padding: 0 17px;}
#main-menu li a:hover { background: rgba(215, 115, 30, 0.6); text-decoration: underline; }
#main-menu li a.selected, #main-menu li a.selected:hover { color: #E2C88D; background: rgba(90, 52, 7, 1.0); }

/* Tables */
table.list tbody td, table.list tbody td { border: solid 1px #d7d7d7; }
tr:hover { background-color: #FFF6DF }

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) */
div.issue { background-color: #FFF6DF; }

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: #111; }
tr.odd.priority-4 { background: #f5dc9c; }

tr.even.priority-4, table.list tbody tr.even.priority-4:hover { color: #111; }
tr.even.priority-4 { background: #e2c88d; }
tr.priority-4 a { color: #900; }
tr.odd.priority-4 td, tr.even.priority-4 td { border-color: #b0aeae; }

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"] { background-color: #f2f2f2; color: #222222; border: 1px outset #cccccc; }
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { background-color: #ccccbb; }

/* Fields */
input[type="text"], input[type="password"], textarea, select { padding: 0.1em; border: 1px solid #d7d7d7; }
input[type="text"], input[type="password"] { padding: 0.2em; width:130px; }
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus { border: 1px solid #888866; }
option { border-bottom: 1px dotted #d7d7d7; }
input, select { margin-top: 2px; margin-right: 2px; }

/* Misc */
.box { background-color: #fcfcfc; }

hr { background-color: #dddddd; }
div.issue table.flavors {
	border-collapse:collapse;
	width: 47%;
	margin: 2px;
}

div.issue table.flavors th{
	border-bottom: 1px solid #DDDDDD;
	text-align: left;
	padding-right: 0.8em;
}

div.issue table.flavors td{
	border: 1px solid #DDDDDD;
	border-top: 1px dotted #DDDDDD;
	border-bottom: 1px dotted #DDDDDD;
}

div.flavors {
	padding: 5px 0 8px 180px
}

div.flavors table.flavors td.Qty{
	width: 40px;
}

div.flavors table.flavors td.Qty input[type="text"]{
	width: 40px;
}

/*div.flavors table.flavors input[type="text"], input[type="password"] {
	width: 100%;
}*/

form .attributes select {
	width: auto; 
}