/* @group reset */

html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, cite, em,  img,  strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, address, button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

html {
 height: 100%;
 border-bottom: 1px solid white;
 font: 14px Arial, sans-serif;
 color: black;
}

ol, ul {
 list-style: none;
}

body {
 height: 100%;
}

a:link, a:visited {
 text-decoration: none;
 color: #777;
}

a:hover, a:active {
 text-decoration: none;
 color: #111;
}

#wrapper {
 position: relative;
 width: 1100px;
 margin: 0 auto;
 padding: 0 20px;
}

.margin-right-10px {
 margin-right: 10px;
}

.margin-left-10px {
 margin-left: 10px;
}



/* @end */

/* @group header */

#header {
 position: relative;
 height: 100px;
 padding-bottom: 10px;
 margin-bottom: 30px;
 font-size: 12px;
 font-weight: bold;
}

#header img {
 padding-top: 12px;
}

#site-link {
 position: absolute;
 top: 12px;
 right: 0;
 text-transform: uppercase;
 border: 1px solid #919191;
 padding: 2px;
 font-size: 11px;
}

#site-link:hover {
 border: 1px solid black;
}

#site-link a {
 display: block;
 padding: 6px;
 background: #dadddd;
}

#site-link a:hover {
 background: #cacdcf;
}

#nav {
 height: 22px;
 padding-top: 10px;
 margin-top: 20px;
 border-top: 1px solid #969696;
 text-transform: uppercase;
}

#nav li {
 float: left;
 display: block;
 margin-right: 15px;
 padding-right: 15px;
 border-right: 1px dotted #969696;
}

#nav li.no-separator {
 border-right: none;
}

#nav li.logout {
 float: right;
 margin-right: 0;
}

/* @end */

/* @group content */

#content {
 min-height: 600px;
 overflow: hidden;
}

#content h1 {
 margin-bottom: 30px;
}

#content h1 span.add-button {
 float: right;
 font-size: 12px;
 line-height: 40px;
}

#content h2 {
 margin-bottom: 30px;
}

#list-header {
 height: 50px;
 background: url(/images/bg-parkings-list.jpg) no-repeat;
}

#list-header p {
 padding-left: 80px;
 padding-top: 15px;
 color: white;
 font-size: 16px;
 font-weight: bold;
}


.message {
 color: maroon;
 margin: 18px 0;
}

.error {
 color: red;
 margin-top: 18px;
 font-weight: bold;
}

.uppercase {
 text-transform: uppercase;
}

/* @group homepage */

div.highlight {
 width: 100%;
 padding: 20px;
 margin: 10px 0;
 background: #e1e1e1;
 overflow: hidden;
}

div.highlight img {
 float: left;
 border: 1px solid gray;
 padding: 2px;
 margin-right: 20px;
 margin-bottom: 40px;
}

div.highlight p {
 font-size: 13px;
 padding-right: 40px;
 margin-bottom: 6px;
}

div.highlight div {
 float: left;
 width: 275px;
}

div.highlight div img {
 margin-bottom: 5px;
}


/* @end */



/* @end */


/* @group table */
table.list {
  width: 900px;
  margin-bottom: 30px;
}

table.list td, table.list th {
  padding: 8px 5px;
  border-bottom: 1px solid #999;
  text-align: left;
}

table.list tr.hover:hover {
 background-color: #eced8d;
}

table.list tr.odd {
 background-color: #e0e0e0;
}

table.list th.col1 {
  width: 250px;
  text-transform: uppercase;
}

table.list th.col2, table.list th.col3, table.list th.col4 {
  width: 140px;
  text-transform: uppercase;
}

table.list th.col-60px {
  width: 60px;
  text-align: center;
  text-transform: uppercase;
}

table.list td.col-60px {
  width: 60px;
  text-align: center;
}

table.list th.col-80px {
  width: 80px;
  text-transform: uppercase;
}

table.list th.col-100px {
  width: 100px;
  text-transform: uppercase;
}

ul#list {
 width: 100%;
}

ul#list li {
 padding: 8px 5px;
 border-top: 1px solid #999;
 border-bottom: 1px solid #999;
 margin-top: -1px;
 text-align: left;
 background: white;
 overflow: hidden;
}

ul#list li:hover {
 background-color: #eced8d;
 cursor: move;
}

ul#list li.col-title {
 font-weight: bold;
}

ul#list li.col-title:hover {
 background-color: white;
 cursor: default;
}

ul#list li span {
 display: block;
 float: left;
 width: 120px;
}

ul#list li span.col1 {
 width: 250px;
}

ul#list li span.col-60px {
 float: right;
 text-align: center;
}


/* @end */

/* @group form */

form {
 margin: 20px 0;
}

label {
 display: block;
 margin-left: 2px;
 margin-bottom: 4px;
 color: black;
 font-size: 12px;
}

input[type=text], input[type=password] {
 height: 16px;
 width: 250px;
 padding: 4px;
 margin-left: 3px;
 border: 1px solid gray;
}

input[type=text]:focus {
 background: #f8fcdf;
}

textarea {
 padding: 4px;
 width: 200px;
 height: 100px;
}

input[type=checkbox] {
 height: auto;
 width: auto;
}

form p {
 margin-bottom: 18px;
}

form span {
 margin-left: 4px;
}

/* @end */




/* @group buttons */

button {
 margin: 0;
 padding: 5px 10px;
 border: none;
 color: white;
 background: black;
 cursor: pointer;
}


/* @end */

/* @group footer */

#footer {
 width: 880px;
 margin-top: 30px;
 padding: 10px;
 text-align: right;
 border-top: 1px dotted #969696;
}

/* @end */







