* {
	margin: 0;
	padding: 0;
}

/* General Style Info */
body {
	background: #fff;
	color: #666;
	font-family: arial, sans-serif;
	font-size: 11px;
}

img{
	border: 0px;
}

h2, .h2{
    color: #4fa600;
    font-family: verdana, georgia, arial;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
}

h3, .h3 {
    color: #4fa600;
    font-family: verdana, georgia, arial;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 8px;
}

h4 {
    color: #4fa600;
    font-family: verdana, georgia, arial;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 6px;
}

p{
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

a, a:hover, a:visited{
	color: #4fa600;
}


ul{
   margin: 0px 0px 0px 15px;
}

li{
    margin-bottom: 7px;
}

/* Layout */
#container{
	width: 100%;
}

#centeredCont {
	width: 1000px;
	text-align: left;
}

#contMinHeight {
	height: 400px;
	float: left;
    border: 1px solid white;
}

/* Header */
#header{
}

#logoSch{
    position: absolute;
}

#logoApp{
    text-align: right;
}

#headerSearch{
    float: right;
	width: 187px;
    margin: 0;
    padding: 0;
}

#headerSearchTxt{
    padding: 2px 2px 1px 2px;
    margin: 0px;
    position: relative;
    top: -4px;
    width: 150px;
}

#headerAdvSearch{
    font-size: 9px;
    float: right;
    margin: 0px 32px 5px 0px;
}

#headerTabs{
    float: left;
    height: 40px;
    overflow: hidden;
}

.headerTab{
    float: left;
    margin: 0px 5px 0px 0px;
	padding: 0px;
}

#headerBar{
    clear: left;
	background-color: #4fa600;
    padding: 6px 12px;
    font-size: 10px;
    color: #ffffff;
    height: 15px;
}

#headerBar a, #headerBar a:hover, #headerBar a:visited{
    color: #ffffff;
    text-decoration: none;
}

#headerBar #breadCrumbs{
    position: absolute;
    height: 15px;
    padding-right: 100px;
    overflow: hidden;
}

#headerBar #preferences{
    float: right;
}

/* Footer */
#footer{
	height: 25px;
    background-color: #ccc;
	color: #666;
	font-weight: normal;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
    clear: both;
}

#footer a, #footer a:hover, #footer a:visited{
    color: #666;
	text-decoration: none;
    margin: 0px 5px 0px 5px;
}

#footerLinksLeft{
	padding-top: 5px;
	float: left;
}

#footerLinksRight{
	padding-top: 5px;
	float: right;
}

/* Flash messages */
#flashMessage, .userMessage{
    background-color: #f60;
    margin: 1px 0px;
    padding: 10px;
    font-size: 12px;
    color: #fff;
}

#flashMessage a, #flashMessage a:hover, #flashMessage a:visited, .userMessage a, .userMessage a:hover, .userMessage a:visited{
    color: #fff;
}

#flashMessage a, #flashMessage a:hover, #flashMessage a:visited{
    font-weight: bold;
    font-size: 15px;
    line-height: 12px;
}

/* Left panel */
#leftPanel{
    width: 180px;
    float: left;
    padding: 20px 20px 20px 10px;
}

#leftPanel div, #rightPanel div{
    padding: 0px 0px 15px 0px;
}


#leftPanel li{
    color: #4ea701;
}

#leftPanel li a, #leftPanel li span, li p{
    color: #666;
}

#leftPanel li a, #leftPanel ul li a:visited{
    text-decoration: none;
    color: #666;
    font-size: 11px;
}

#leftPanel li a:hover, #leftPanel li a.highlight, #leftPanel li a.highlight:visited{
    color: #4ea701;
}

/* Right panel */
#rightPanel{
    width: 196px;
    float: right;
    padding: 20px 0px 20px 0px;
}

/* Center panel */
#centerPanelWrap{
	padding: 20px 210px 20px 214px;
}

#centerPanel{
	width: 565px;
	overflow: hidden;
}

/* Calendar */
#calendar div{
	padding: 0px;
	margin: 0px;
}

#calendarSwf{
    background-color: #88d201;
	width: 100%;
}

/*Events Map*/
#eventsMapLegend span{
    padding: 0px 15px 0px 5px;
    position: relative;
    top: -10px;
}

#eventTypeSelector{    
    float: right;
    width: 300px;
    margin-top: -17px;
    text-align: right;
}

#eventTypeSelector span{
    padding-right: 0 !important;
}

#eventsMap{
    width: 563px;
    height: 500px;
    border: 1px solid black;
}

/* Event list */
.eventsListImg{
    vertical-align: top;
}
.eventsListImg img{
    padding: 1px;
    border: 1px solid #666;
    margin-bottom: 20px;
}

.eventsListBody{
    vertical-align: top;
    padding: 0px 0px 20px 10px;
    font-size: 10px;
    color: #666;
 }

.eventName{
    font-weight: bold;
    color: #4fa600;
    font-size: 11px;
}

.eventName a, .eventName a:hover{
    color: #4fa600;
    text-decoration: none;
}

.eventLocation{
    font-style: italic;
    font-size: 11px;
}

.eventLocation a, .eventLocation a:hover{
    color: #666;
    text-decoration: none;
}

.eventDate{
    color: #4fa600;
    display: inline;
}

.eventDate a, .eventDate a:hover{
    text-decoration: none;
}

.eventDescrip{
    display: inline;
}

.eventDescrip a, .eventDescrip a:hover{
    color: #666;
    text-decoration: none;
}

.eventLinks{
    color: #4fa600;
}

.eventLinks .separator{
    margin: 0px 3px 0px 3px;
}

/* Pagination */
.pagination{
    text-align: center;
}

.eventListNumbers{
    font-weight: bold;
    padding: 0px 10px 0px 10px;
    position: relative;
    top: -3px;
}

.eventListNumbers a{
    margin: 0px 2px 0px 2px;
}

/* Forms */
input, select, textarea{
    font-size: 11px;
}

div.input input, div.input select, div.input textarea, input.input{
	border: 1px solid #999;
	color: #333;
	padding-left: 2px;
}

div.checkbox input{
    border: none;
}

div.input .submit{
    color: #8f8f8f;
}

form .submit{
    padding: 0px 0px 10px 100px;
}

form label{
    float: left;
    display: block;
    width: 100px;
}

form .checkbox label{
    display: inline;
    float: none;
}

form div.input{
    padding-bottom: 5px;
}

textarea{
    width: 100%;
}

.btnBar div{
    float: right;
    margin-left: 5px;
}


input.btnSmall {
    display: block;
    width: 74px;
    height: 24px;
    background-color: transparent;
    background-image: url('../img/btn_bg_74.gif');
    color: #8f8f8f;
    font-weight: bold;
    text-align: center;
    border: 0px;
    cursor: pointer;
}


a.btnSmall, a.btnSmall:visited{
    display: block;
    padding-top: 5px;
    text-decoration: none;
    width: 74px;
    height: 19px;
    background-color: transparent;
    background-image: url('../img/btn_bg_74.gif');
    color: #8f8f8f;
    font-weight: bold;
    text-align: center;
    border: 0px;
}

input.btnShort {
    display: block;
    width: 74px;
    height: 24px;
    background-color: transparent;
    background-image: url('../img/btn_bg_74.gif');
    color: #8f8f8f;
    font-weight: bold;
    text-align: center;
    border: 0px;
    cursor: pointer;
}

a.btnLong, a.btnLong:visited{
    display: block;
    padding-top: 5px;
    text-decoration: none;
    width: 110px;
    height: 19px;
    background-color: transparent;
    background-image: url('../img/btn_bg_110.gif');
    color: #8f8f8f;
    font-weight: bold;
    text-align: center;
    border: 0px;
    cursor: pointer;
}

input.btnLong {
    display: block;
    width: 110px;
    height: 24px;
    background-color: transparent;
    background-image: url('../img/btn_bg_110.gif');
    color: #8f8f8f;
    font-weight: bold;
    text-align: center;
    border: 0px;
    cursor: pointer;
}

a.btnULong, a.btnULong:visited{
    display: block;
    padding-top: 5px;
    text-decoration: none;
    width: 130px;
    height: 19px;
    background-image: url('../img/btn_bg_130.gif');
    color: #8f8f8f;
    font-weight: bold;
    text-align: center;
    border: 0px;
}

input.btnULong {
    display: block;
    width: 130px;
    height: 24px;
    background-image: url('../img/btn_bg_130.gif');
    color: #8f8f8f;
    font-weight: bold;
    text-align: center;
    border: 0px;
    cursor: pointer;
}

a.btnSmall:hover, a.btnLong:hover, a.btnULong:hover, input.btnSmall:hover, input.btnULong:hover, input.btnLong:hover{
    color: #555;
}

#errorCont{
    margin: 10px;
}

#errorCont p{
    padding-top: 10px;
}

.fieldError, div.mainForm li.fieldError{
	color: #c00;
}

.jsvalidation{
	color: #c00;
	padding-left: 5px;
}

#customError {
    width: 300px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    border: 1px solid #999;
    padding: 20px;
}

#customError #title{
    margin-bottom: 10px;
}

/* Varios */
.highlight, a.highlight{
    color: #4fa600;
}

.literal{
    text-align: right;
}

.btnBar{
    margin-top: 10px;
    width: 100%;
    text-align: right;
    height: 40px;
}

.nomargin{
    margin: 0px;
    padding: 0px;
}

div.title{
    margin-right: 200px;
}

/* Debugging */
.cake-sql-log table {
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	border: 1px solid #666;
}
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}

/*Common for all user data forms*/
#UserTelephoneMobile{
    margin-bottom: 12px;
}