/* @override http://oficina.woozp.com:9081/static/css/tribester.css */

@import url(defaults.css);
@import url(nice.css);

/* structure */
#container {
    width: 650px;
    margin: 0 auto;
    text-align: center;
}
#header h1 {
	margin: 0;
	color: #70BA31;
	font-size: 5em;
}
#header h2 {
    font-family: Arial, Helvetica, Geneva, sans-serif;
    color: #0f458c;
    font-size: 1.28em;
	margin-top: 0.2em;
	padding-bottom:0.1em;
	line-height: 30px;
}
#header h2.niced span {background-image: url(../images/tagline-dfnj.gif)}
#content {
    padding-bottom: 15px;
    text-align: left;
}

#container h4.niced {
	width:271px;
	display:block;
	overflow:hidden;
	margin:0 auto 10px auto;
}

#container h4.niced span {
	background-image: url(../images/launching-soon.gif);
	background-position:50% 0;
	}
#container .description {
	font-size:1em;
	font-weight:normal;
	margin:0.3em 1em;
	color:#7a7a7a;
}
#container .description strong {
	color:#5383be;
}
#footer {margin-top: 1em}
#footer {
    background: #F1F1F1 url(../images/box-top.gif) no-repeat scroll 0 0;
    color: #70BA31;
    font-size: 0.7em;
    font-weight: bold;
    padding: 0.75em 0.75em 0.5em 0.75em;
}

/* common classes */
input.text-input {
    width: 530px;
}
input.text-input-small {
    width: 295px;
    font-size: 25px;
    line-height: 32px;
    padding: 4px 0;
    margin: 0 0 15px 0
}
input.big {
    font-size: 50px;
    line-height: 57px;
    padding: 4px 0;
}
input.medium {
    font-size: 35px;
    line-height: 42px;
    padding: 4px 0;
    width: 610px;
    margin: 0 0 20px 0
}

input.ok-done {
    border: none;
    height: 79px;
    width: 222px;
}

.error-message {
    background: url(../images/error-message.gif) no-repeat 0 4px;
    line-height: 24px;
    padding-left: 20px;
    margin-left: 10px;
    color: #f00;
    font-size: .8em;
}

.boxed {
    width: 650px;
    padding-bottom: 16px;
    background: #f1f1f1 url(../images/box-bottom.gif) no-repeat 0 100%;
    margin-bottom: 1em;
}
.boxed fieldset {
    overflow: hidden;
    padding: 1.2em 1em 0.3em;
}
.boxed p {
    padding: 1em 1em 0.4em;
    margin: 0;
    font-size: 0.85em;
}
.boxed .boxed-first {
    background: #f1f1f1 url(../images/box-top.gif) no-repeat 0 0;
}
.boxed label {
    color: #999;
    font-size: 0.9em;
    line-height: 20px;
}
.highlight {
	background: transparent url(../images/box-description-middle.gif) repeat-y 0 0;
	display:block;
	width:630px;
	margin:0 auto;
}
.highlight p{
	background: transparent url(../images/box-description-bottom.gif) no-repeat 0 100%;
	padding-bottom:40px;
	margin:0;
}
.highlight span{
	padding:15px 20px 7px;
    color: #0e437c;
    font-size: 1.1em;
    line-height: 1.5em;
    background: transparent url(../images/box-description-top.gif) no-repeat 0 0;
    display:block;
}
.announcement {
	text-align:center;
}
/* page specific */
.access-code .form-item,
.access-code .form-actions {float: left}
.access-code .form-actions {padding: 15px 0 0 10px;}
.registration .form-actions {
    text-align: center;
    clear: both;
}
.access-code p.highlighted {
    width: 600px;
    margin: 0 auto;
}
.registration .form-item{margin: 15px 0 0 0}
.invite .form-actions {
    text-align: center;
    clear: both;
}
.invite .form-actions p{
	font-size:0.7em;
}
.invite .form-item{
    margin: 0 0 15px;
    border-bottom: 1px solid #dfdfdf;
}
.invite .form-item.left {float: left;}
.invite .form-item.right {float: right}

.no-invitation {
    text-align: center;
    border-top: 1px solid #c7ddff;
    padding: 20px 0 0;
    margin: 20px 0 0;
}
ul.eventlist{
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    height: 100%;
    text-align: left;
    font-size: 0.9em;
}

ul.eventlist li{
    list-style-type: none;
    background: #f0f6ff;
    border: 1px solid #c7ddff;
    width: 318px;
    margin: 0 auto;
}

ul.eventlist li p {
    margin: 0;
    padding: 20px 0;
}

ul.eventlist li img {
    float: left;
    padding: 10px;
}
input#id_code{
    width: 370px;
    text-align: center;
    text-transform: uppercase;
}
