/* GLOBALS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-weight: inherit;
	font-style: inherit;*/
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* BODY */
html, body { 
    font: 12px "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #333;
    background-color: #fff;
}

#login {
    border-bottom: 1px solid #ddd;
    background-color: #eee;
    font-size: 0.85em;
    padding: 10px;
    height: 18px;
}

#auth-login {
    float: left;
}

#search-login {
    float: right;
}

#container {
    margin: 20px;
}

#content {
    margin-left: 18%;
}

#sidebar {
    float: left;
    width: 15%;
    margin-right: 20px;
}

#header { 
    text-align: center; 
    padding-top: 10px; 
}

h1 {
    /*color: #772323;*/
    font-size: 1.6em;
    font-weight: bold;
    margin: 0 0 0.8em 0;
}

h2 {
    /*color: #333;*/
    font-size: 1.4em;
    font-weight: normal;
    margin: 0 0 1em 0;
}

#sidebar h1 {
    color: #666;
    font-weight: bold;
    font-size: 1.2em;
    padding-bottom: 0.5em;
    margin-bottom: 0;
}

#sidebar .group {
    margin-bottom: 2em;
}

#sidebar ul {
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

#sidebar li {
    list-style-type: none;
    /*list-style-image: url('/img/bullet.gif');*/
    /*margin-left: 1.5em;*/
    border-bottom: 1px solid #eee;
    background-color: #fdfdfd;
    padding: 2px 0 2px 10px;
}

#sidebar li:hover {
    background-color: #eee;
}

#sidebar li a {
    color: #21759B;
}

#add-category, #add-subcategory, #add-product {
    margin-top: 10px;
    display: none;
}

p {
    margin-top: 20px;
}

.result-count {
    margin: 1em 0;
}

#logo-content {
    margin: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #eee;
    font-size: 1.5em;
}

#logo-content a {
    color: black;
}

/** OLD STUFF FROM HERE **/

#dashboard-menu {
    margin: 10px 10px 10px 0px;
}    

code {
    font-family: monospace;
}

a {
    color: #21759B;
    text-decoration: none;
}

a:hover {
    color: #333;
    text-decoration: none;
}

a img { border: 0; }

#signup-login-main {
    margin-top: 40px;
    text-align: center;
}

#signup-login-main a {
    color: #d98d00;
}

#frame, #frame div.button, #scroller, .section { height: auto; }

#frame {
    overflow: hidden;
    margin: 0 auto;
    width: 850px;
    position: relative;
    text-align: center;
}

#frame div.button {
    position: absolute;
    top: 40%;
}

div.button#left { left: 0; }
div.button#right { right: 0; }

#scroller {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	background-color: transparent;
	/* background: #fff url(../img/static/content_pane-gradient.gif) bottom repeat-x; */
	overflow: hidden;
	}

#deals-content {
    width: 5250px;
}

#welcome-footer {
	color: #cdcdcd;
	margin: 0 auto;
	width: 700px;
	margin-top: 30px;
	margin-bottom: 30px;
}

#welcome-footer h1 {
    font-size: 28px;
    color: #fff;
}

#welcome-footer h2 {
    color: #fff;
    line-height: 24px;
    margin: 10px;
    font-size: 16px;
    font-weight: normal;
}
	
.section {
	width: 700px;
	height: 300px;
	margin: 20px;
	margin-left: 20px;
	float: left;
	color: #cdcdcd;
}
	
.section h1 {
    font-size: 28px;
    color: #fff;
}

.section h2, .section h3 {
	color: #fff;
	font-weight: normal;
	font-size: 19px;
	line-height: 24px;
	margin-bottom: 5px;
	}
	
.section h3 {
	color: #fff;
	font-size: 16px;
	margin-bottom: 20px;
}
	
.section p {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 150%;
}

.section #room-logo {
    float: right;
    margin-right: 100px;
}

.section p, .section li {
	font-size: 16px;
	list-style-image: url('../img/static/bullet2.png');
	}

.section li strong {
	font-size: 19px;
	font-weight: normal;
	}

.section img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	}

.section span {
    width: 500px;
    margin: 0 auto;
    text-align: center;
    float: right;
}

#toolbar { display: none; }



/* ----------- My Form ----------- */
.signup-form {
margin:0 auto;
/*width:500px;*/
padding:14px;
text-align: center;
}

.login-form {
margin:0 auto;
width: 560px;
padding:14px;
text-align: center;
border: 1px solid #ccc;
}

.signup-item {
    padding: 10px;
}

/* ----------- stylized ----------- */
#stylized{
font-family: "Trebuchet MS";
border:solid 2px #333333;
/*background: url(../img/static/carousel-background.jpg);*/
background-color: #000;
margin-bottom: 30px;
}
#stylized h1 {
color: #ffffff;
font-size:22px;
font-weight:bold;
margin-bottom:8px;
}
#stylized a {
color: #ffffff;
font-weight: bold;
}
#stylized p{
font-size:11px;
color:#999999;
margin-bottom:20px;
border-bottom:solid 1px #78000E;
padding-bottom:10px;
}
#stylized label{
font-weight:bold;
text-align:right;
width:140px;
color: #dddddd;
font-size: 14px;
}
#stylized .small{
color:#999999;
font-size:10px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
font-size:14px;
padding:4px 2px;
border:solid 1px #cccccc;
width:300px;
margin:0;
display: inline;
margin-top: 6px;
}
input.form-error {
background-color: #F0B9B9;
margin:0;
padding:0;
}


#sql-dump {
    float: left;
}

.cake-sql-log td {
    font-size: 10px;
}

.no-results {
    margin: 20px 0 0 0;
    width: 100%;
    font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-style: italic;
}

.results {
    margin: 20px 0px 10px 5px;
    font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    color: #ececec;
}

.cake-debug {
    border: 1px solid #ccc;
    background: #f0f0f0;
    padding: 20px;
    margin: 20px;
    width: auto;
    font: 0.8em "Menlo", "Lucida Grande", "Trebuchet MS", courier;
    
}


/** FOOTER MENUS **/

#nav-container {
    background: url(../img/static/menu-bg.png) repeat-x;
    width: 100%;
    text-align: center;
    height: 141px;
}

#nav-menus {
    padding: 40px 0px 20px 0px;
    width: 700px;
    margin: 0 auto;
    text-align: left;
}

#nav-menus a {
    color: #555;
}

.menu-grouping {
    text-align: center;
    float: left;
    margin: 0 30px 0 30px;
    color: #555;
}

.menu-grouping ul li {
    list-style-image: url("../img/static/bullet.png");
    list-style-type: none;
    font-size: 1.1em;
    font-variant: small-caps;
}

.menu-grouping img {
    margin: 0 0 10px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #aaa;
}

#footer {
    text-align: center;
    background: #ffffff;
    border-top: 1px solid #cccccc;
    padding: 6px 0px 6px 0px;
    color: #666;
    font-size: 1.1em;
    font-variant: small-caps;
    clear: both;
}

#footer li, #footer ul {
    margin: 0 20px 0 20px;
    list-style-type: none;
    display: inline;
}

/** DEALS **/

.deal-step {
    border: 1px solid #333;
    margin: 10px 0 10px 0;
}

.deal-step table {
    font-size: 11px;
}

.deal-step p {
    margin: 3px 0 3px 0;
}

.deal-step table td {
    padding: 0;
}

.deal-step table td.step-index {
    font-weight: bold;
    font-size: 5em;
    padding: 20px;
    color: #999;
}

.deal-step table td.step-desc {
    padding: 10px 0 0 0;
}

#deal-def p {
    margin: 0 0 10px 0;
}

#deal-def textarea {
    font: 12px Arial, Helvetica, sans-serif;
}

/** FLASH MESSAGES **/

.success-msg {
    border: 2px solid #457308;
    background: url('../img/check.png') no-repeat;
    background-position: 10px;
    background-color: #C7F28F;
    color: #457308;
    margin: 0 0 10px 0;
    padding: 20px 0 20px 75px;
    font-size: 1.2em;
    font-weight: bold;
}

.error-msg {
    border: 2px solid #BD3C3C;
    background: url('../img/error.png') no-repeat;
    background-position: 10px;
    background-color: #F0B9B9;
    color: #BD3C3C;
    margin: 0 0 10px 0;
    padding: 20px 0 20px 75px;
    font-size: 1.2em;
    font-weight: bold;
}

.info-msg {
    border: 2px solid #11397D;
    background: url('../img/static/info.png') no-repeat;
    background-position: 10px;
    background-color: #C3D1EB;
    color: #11397D;
    margin: 0 0 10px 0;
    padding: 20px 0 20px 75px;
    font-weight: bold;
}

.warning-msg {
    border: 2px solid #F2DD8C;
    background: url('../img/warning.png') no-repeat;
    background-position: 10px;
    background-color: #FFF5CC;
    color: #7B7100;
    margin: 0 0 10px 0;
    padding: 20px 0 20px 75px;
    font-weight: bold;
    font-size: 1.2em;
}


#authMessage {
    border: 2px solid #BD3C3C;
    background: url('../img/static/error.png') no-repeat;
    background-position: 10px;
    background-color: #F0B9B9;
    color: #BD3C3C;
    margin: 0 0 10px 0;
    padding: 20px 0 20px 75px;
    font-size: 1.2em;
    font-weight: bold;
}

.error {
    color: red;
}

.user-list td {
    font-size: 11px;
}

sup {
    color: #FFD700;
    font-weight: bold;
}

.table-legend {
    font-size: 10px;
    color: #bbb;
}

.static {
    font-size: 1.3em;
}

.static #container {
    line-height: 1.5em;
    margin: 10px 0 10px 0;
}

.static #container h1 {
    font-size: 16px;
    background: url('../img/static/question-icon.png') no-repeat;
    padding-left: 40px;
    padding-top: 5px;
    border: 0px;
}

.static #container h2 {
    font-size: 16px;
    margin: 10px 0 10px 0;
}

.static #container .head {
    font-size: 1.5em;
    display: block;
    margin-bottom: 30px;
}

.static p {
    margin: 10px 0 10px 0;
}

.static .contact {
    border: 1px solid #555555;
    padding: 20px;
    margin: 20px;
    width: 300px;
}

.room-logo-header {
    border: 1px solid #555;

}

tr.inactive td {
    color: #999;
    font-style: italic;
}

.error-message {
    display: block;
    color: red;
    font-size: 12px;
}

.error input {
    display: block;
}

.buttons a, .buttons button{
    display:block;
    float:right;
    margin:0 0px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

.activo, .excluido {
    text-transform: capitalize;
    font-weight: bold;
}

.activo {
    color: green;
}

.excluido {
    color: red;
}

.nao-pode-entrar {
    background-color: red;
    color: white;
}

.tip {
    font-size: 0.8em;
    color: grey;
    font-style: italic;
}

#data-hora-fim-link {
    font-size: 10px;
    display: inline;
}

fieldset p {
    margin: 0;
    display: inline;
}