@import url("header.css");
@import url("menu.css");
@import url("content.css");
@import url("footer.css");
@import url("datepicker.css");

@import url("print.css") print;

* {
	margin: 0;
	padding: 0;
    	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
}
body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    height: 100%;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
    font-size: 13px;
	line-height: 140%;
	font-weight: normal;
	text-align: left;
	overflow-y: scroll;
}

.dragging {
    z-index: 999;
}

p.home, h2.home, a.home {
    color: #cadb2a;
}
h2.home, #menu .item .home {
    background-color: #cadb2a;
}
#content.home, h3.home {
    border-color: #cadb2a;
}

p.agenda, h2.agenda, a.agenda {
    color: #f89420;
}
h2.agenda, #menu .item .agenda {
    background-color: #f89420;
}
#content.agenda, h3.agenda {
    border-color: #f89420;
}

p.info, h2.info, a.info {
    color: #00aeef;
}
h2.info, #menu .item .info  {
    background-color: #00aeef;
}
#content.info, h3.info {
    border-color: #00aeef;
}

p.shop, h2.shop, a.shop {
    color: #bd1c8c;
}
h2.shop, #menu .item .shop  {
    background-color: #bd1c8c;
}
#content.shop, h3.shop {
    border-color: #bd1c8c;
}

p.contact, h2.contact, a.contact {
    color: #c1272d;
}
h2.contact, #menu .item .contact  {
    background-color: #c1272d;
}
#content.contact, h3.contact {
    border-color: #c1272d;
}



#container {
    width: 880px;
    position: relative;
    margin: 0px auto;
}

img {
    border: 1px solid #ddd;
}

.image.left {
    float: left;
    margin: 0 1em 0.5em 0;
}

.image.right {
    float: right;
    margin: 0 0 0.5em 1em;
}

.image .caption {
    text-align: center;
}

p, ul, ol {
	margin-bottom: 0.8em;
}
p.lead {
    font-weight: bold;
}


ol {
	list-style-type: decimal;
	margin-top: 0;
	margin-left: 0px;
    padding-left: 20px;
}
ul {
	margin-top: 0;
	margin-left: 0px;
    padding-left: 20px;
    list-style-type: disc;
}

table
{
    border-collapse: separate;
}

tr * {

}

td {
    padding: 2px 3px;
    border-top: 1px solid #ddd;
    vertical-align: top;
}
    td.date {
        width: 80px;
    }
    td.number {
        text-align: right;
    }
    td.medium {
        max-width: 40%;
    }

th {
    padding: 2px 3px;
    border-top: 0px solid #ddd;
}

/* General classes */

.clear {
    clear: both;
}

.item.selectable {
    cursor: pointer;
}

.item.sel * {
    background-color: #ccc;
}


/* Koppen */
h1, h2, h3, h4, h5 {
	color: #666666;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
  text-transform: uppercase;
}

h2 .text {
display: inline;
   margin-left: 25px;
   padding: 0px 5px;
   background-color: #fff;
   letter-spacing: -1px;
}

h1 {
    width: 400px;
    clear: both;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 18px;

}

h1 a {
    text-decoration: none;
}

h2 {
    clear: both;
  font-size: 20px;
  line-height: 20px;
  margin-top: 0px;
  margin-bottom: 12px;
  background-color: #666;

}

h3 {
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  border-style: solid;
  border-width: 0px 0px 3px 0px;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  padding-bottom: 2px;
  clear: both;
}

h3 a {
    text-decoration: none;
}

h3.teste {
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    margin-bottom: 0.2em;
}

h4 {
  font-size: 14px;
  line-height: 14px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  margin-bottom: 0.3em;
  margin-top: 0.2em;
  padding-bottom: 2px;
  letter-spacing: 0px;
  word-spacing: 0.1em;


}

/* Links*/
a {
	color: #666;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border-width: 0px;
}


.ajax-loading {
    position: fixed;
    top: 10px;
    left: 10px;
    background-color: #eee;
}

.apit_alert {
    display: none;
}

#apit_alerts {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 200px;

    opacity: 0.95;
    filter: alpha(opacity=95);
    -moz-opacity: 0.95;

    z-index: 999;
}

#apit_alerts .apit_alert {
    display: block;



    margin: 5px;
    padding: 5px 10px;
    width: auto;
    background-color: #222;
    color: #fff;
    border: 1px solid #999;
}


