body {
    background: #E6E6E6 url(fondo.png) repeat-y 50% 100% fixed;
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: "Lucida Grande", Myriad, "Andale Sans", "Luxi Sans", "Bitstream Vera Sans", Tahoma, "Toga Sans", Helvetica, Arial, sans-serif;
    font-size: 1em;
}
#speakers{font-family:Book Antiqua;font-weight:bold;}	
#speakers h2{font-size:1.4em;color:red;}
#speakers b{font-size:1.2em;color:red;}
.speakers td{
	font-size:13px;
	background:url(back.gif) repeat-x 0% 100%;}
	
.menutop{float:left; padding-left:4px; padding-bottom: 10px; font-size:11px;}
.menutop a:link, .menutop a:active, .menutop a:visited{
	color:#000;
	padding-bottom:4px;
	padding-top:4px;
	text-decoration:none;
	padding-left:4px;padding-right:4px;padding-top:2px;
	border:1px gray solid;
	background: #C9C9C9 url(button_back.png) 50% 100% repeat-x;
	font-weight:bold;}

.menutop a:hover{	
	padding-bottom:4px;
	padding-top:4px;
	color:#fff;
	padding-left:4px;padding-right:4px;padding-top:2px;
	border:1px #ccc solid;
	background:#00000 url(butt_back.png) 50% 100% repeat-x;
	font-weight:bold;}

.suscribe{font-size:10px; font-weight:bold;}
#events td{font-size:12px;background:url(back.gif) repeat-x 0% 100%;}
#events a{text-decoration:none;}


/* Header section */
#header {
	background: url(header.png) no-repeat center;
    width: 760px;
    min-height: 120px;
    height: 120px;
    display: block;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    font-size: smaller;
}

#header h1 {
	display:none;
    margin: 0;
    padding-top: 20px;
    color: #fff;
    font-weight: bold;
    font-size: large;
}

#header h1 a, #header h1 a:hover {
    color: #fff;
    text-decoration: none;
}

#header p {
    font-size:11px;
    color: #000;
    text-transform: uppercase;
    padding-top:75px;
    padding-left:60px;
    margin: 0px;
}
/* End Header */

/* Container */
#container {
    background: transparent;
    margin: 0 auto;
    padding: 0;
    display: block;
    text-align: left;
    width: 760px;
    font-size: smaller;
}

html>body #container{
    width: 750px;
}
/* End Container */

/* Footer */
#footer {
    letter-spacing: 1px;
    border-top: 1px dotted #babdb6;
    margin-top: 20px;
    color: #888a85;
    padding: 10px;
}

#footer a, #footer a:hover{
    text-decoration: underline;
	color:#CCCCCC;
}

#footer p {
    font-size: smaller;
    margin: 0 0 10px 0;
}
/* End Footer */

/**
 * Layout 1: Both bars
 */
#main_1 {
    min-width: 360px;
    width: 360px;
    max-width: 360px;
    float: left;
    margin-right: 10px;
}

#bar1_1 {
    float: left;
    width: 180px;
    max-width: 180px;
    margin-right: 5px;
}

#bar2_1 {
    float: left;
    width: 180px;
    max-width: 180px;
    margin-right: 5px;
}

/**
 * Layout 2: Left bar
 */
#main_2 {
    min-width: 570px;
    width: 570px;
    max-width: 570px;
    float: left;
    margin-left: 5px;
	margin-bottom:5px;
}

#bar1_2 {
    float: left;
    width: 165px;
    max-width: 165px;
}

#bar2_2 {
    width: 0;
    display: none;
}

/**
 * Layout 3: Right bar
 */
#main_3 {
    width: 520px;
    max-width: 520px;
    min-width: 520px;
    float: left;
    margin-right: 10px;
}

#bar2_3 {
    float: left;
    width: 210px;
    max-width: 210px;
}

#bar1_3 {
    width: 0;
    display: none;
}

/**
 * Layout 4: No bars
 */
#main_4 {
    width: 100%;
}

#bar1_4 {
    width: 0;
    display: none;
}

#bar1_4 {
    width: 0;
    display: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

pre {
    width: 100%;
    overflow: auto;
}

.light-color        { color: #729fcf; }
.medium-color       { color: #F5B949; }
.dark-color         { color: #F5B949; }
.light-background   { background-color: #729fcf; color: #F5B949; }
.medium-background  { background-color: #F5B949; color: #fff; }
.dark-background    { background-color: #F5B949; color: #fff; }
.accent-color       { color: #cee14b; }
.accent-background  { background-color: #cee14b; color: #9db029; }

#main-section {
    /*width: 90%;
    padding: 10px;
    padding-top: 20px; */
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 100%;
}

a {
    color: #F5B949;
}

a:hover {
    color: #FF0000;
}

h1, h2, h3, h4 {
    color: #F5B949;
}

h1 a, h2 a, h3 a, h4 a{
    color: #F5B949;
    text-decoration: none;
}

h1 { font-size: large;   }
h2 { font-size: medium;  }
h3 { font-size: small;   }
h4 { font-size: x-small; }

hr {
    display: none;
}

.strong-color {
    background: #F5B949;
    color: #fff; padding: 4px;
    font-weight: bold;
}

/* Menus */
.menu {
    padding: 0;
    margin: 2px;
    margin-top: 0;
}

.menu li {
    list-style: none;
    margin: 0;
}

.menu a {
    width: 99.99%;
    /* extend the sensible area to the maximum with IE5 */
    display: block;
}
/* End Menus */

/* Begin forms */
input, button, textarea, select {
    background-color: #fff;
    color: #000;
    padding: 2px;
    font-family: "Lucida Grande", Myriad, "Andale Sans", "Luxi Sans", "Bitstream Vera Sans", Tahoma, "Toga Sans", Helvetica, Arial, sans-serif;
    font-size: small;
}

button, input[type="button"], input[type="submit"]  {
    background-color: #efefef;
    color: #888a85;
    border: 1px solid #babdb6;
    border-top: 1px solid #d3d7cf;
    border-left: 1px solid #d3d7cf;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
    cursor: pointer;
}

button:hover, input[type="button"]:hover, input[type="submit"]:hover  {
    background-color: #F5B949;
    color: #fff;
}

button:active, input[type="button"]:active, input[type="submit"]:active {
    background-color: #fff;
    color: #000;
    border: 1px solid #F5B949;
}

select {
    cursor: pointer;
}

input[type="text"], input[type="password"], textarea {
    color: #555753;
    background-color: #fff;
    border: 1px solid #d3d7cf;
    border-top: 1px solid #babdb6;
    border-left: 1px solid #babdb6;
    padding: 3px;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus  {
    color: #000;
    background-color: #fff;
    border: 1px solid #F5B949;
}

textarea {
    width: inherit;
}

.widetable {
    width: 100%;
}

table.tableform .button {
    text-align: center;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
    margin-bottom: 1em;
    font-size: small;
}

legend {
    background-color: white;
    font-weight: bold;
    font-size: 110%;
    padding: 4px;
    padding-left: .5em;
    padding-right: .5em;
}

label {
    font-weight: bold;
    cursor: pointer;
}

fieldset td {
    padding: 1px;
}

fieldset br {
    display : none;
}

fieldset label {
    display: block;
    font-size: 100%;
}

div.oneline label, div.oneline_no_width label {
    margin: 0;
    margin-right: .6em;
    display: block;
    text-align: right;
    float: left;
    font-size: 100%;
    font-weight: bold;
    cursor: pointer;
}

div.oneline label {
    width: 15em;
}

div.oneline_no_width label {
    text-align: left;
}

div.checkbox label {
    margin: 0;
    display: block;
    width: 13em;
    text-align: right;
}

div.checkbox .el {
    margin-left: 13em;
}

div.checkbox .el label, div.checkbox_el label {
    font-weight: normal;
    display: block;
    margin: 0;
    text-align: left;
}

div.radiobox label {
    display: inline;
}

div.radiobox input {
    vertical-align: middle;
}

div hr {
    border-color: black;
}

div.buttons {
    clear: both;
    padding-top: 10px;
    padding-right: 11px;
    float: right;
}

fieldset div {
    clear: left;
    padding: 0 1em;
    padding-bottom: 6px;
}

fieldset div strong {
    font-size: 100%
}

fieldset div span.form-error {
    display: block;
    color: #F00;
    font-weight: bold;
    letter-spacing: 1px;
}

fieldset div span.comment {
    display: none;
}

fieldset div:hover span.comment {
    font-size: 95%;
    color: #c96;
    background-color: #faf0e6;
    /*  \*/
    margin-left: 3em;
    /*  */
    padding: .2em .5em .3em;
    border: 1px solid #c96;
    display: block;
    position: absolute;
    z-index: 100;
    float: right;
    -moz-border-radius: 4px;
}
* html fieldset div span.comment {
    font-size: 95%;
    color: #c96;
    margin-left: 3em;
    padding: .3em;
    border-left: 1px solid #c96;
    display: block;
}

div#requiredNote {
    font-size: 100%;
    letter-spacing: 0.5px;
    /* clear: both; */
    margin-top: 10px;
}

label.mandat, span.mandat {
    color: #930;
    font-weight: bold;
}

label.mandat:after, span.mandat:after {
    content: "*";
}

.removed {
    display: none !important;
}

input[type="checkbox"], select {
    -moz-border-top-colors: #babdb6 transparent;
    -moz-border-left-colors: #babdb6 transparent;
    -moz-border-bottom-colors: #d3d7cf transparent;
    -moz-border-right-colors: #d3d7cf transparent;
    -moz-border-radius: 1px;
    padding: 1px;
    font-family: "Lucida Grande", Myriad, "Andale Sans", "Luxi Sans", "Bitstream Vera Sans", Tahoma, "Toga Sans", Helvetica, Arial, sans-serif;
    font-size: small;
}

input[type="checkbox"]:focus {
    -moz-border-top-colors: #F5B949 transparent;
    -moz-border-left-colors: #F5B949 transparent;
    -moz-border-bottom-colors: #F5B949 transparent;
    -moz-border-right-colors: #F5B949 transparent;
}

.form_comment {
    font-size: x-small;
}
/* End forms */

.terminal {
    margin-top: 15px;
    padding: 15px;
    font-size: small;
    font-family: "Courier New", Courier;
    background: #000;
    border: solid 1px #d3d7cf;
    line-height: 110%;
    color: white;
    width: 90%;
}

.code, .xml , .script {
    margin: 16px;
    padding: 16px;
    font-size: small;
    font-family: "Courier New", Courier;
    background: #fff;
    border: solid 1px #d3d7cf;
    line-height: 100%;
    color: #000dbd;
    width: 90%;
}

.keyword {
    color: #00a20b;
}

.comment {
    color:red;
}

.literal {
    color: purple;
}

.term-box {
    background-color: #fafafa;
    color: #F5B949;
    border: 1px solid #9db029;
    padding: 10px;
    font-size: 11px;
    width: 95%;
}

table {
    text-align: left;
}

.tableform {
    width: 100%;
}

.tableform td {
    display: table-cell;
    vertical-align: top;
}

img {
    border: 0;
}

/* Debug */
#debug-table {
    background-color: white;
    color: black;
    font-size: x-small;
}

#debug-table pre {
    font-size: small;
}

pre.var_dump {
    line-height:1.8em;
}

pre.var_dump span.type {
    color:#006600;
    background:transparent;
}

pre.var_dump span.value {
    padding:2px; color:#339900;
    background:#F0F0F0;
    border: 1px dashed #CCCCCC;
}
/* End Debug */

.pager {
    margin-bottom: 10px;
}

/** Simple Site **/
.simplesitemenu {
	/* font-size:12px; */
}

.menu_level a {
		height: 20px;
		min-height: 20px;
}

.menu_level_1 {
	font-weight: bold;
}

.menu_level_1 a {
	text-decoration: none;
	display:none;
}

.menu_level_1 a {
}

.menu_option {
	display:none;
}

.menu_option_active {
    color: #FF0000;
    text-decoration: none;
    font-weight: bold;
}

.menu_level_2 {
	padding-left: 20px;
}

.menu_level_2 a {
}

.menu_level_3 {
	padding-left: 40px;
}

.menu_level_3 a {
}

.menu_level_4 {
	padding-left: 60px;
}

.menu_level_4 a {
}
/** SimpleSite **/

/* Hide spam check input */
#url2, #url2_label {
    display: none;
}

/* Used for simple responses (messages saved in session) */
.simple-response-msg
{ 
  background: #f4f4f4; 
  border: 1px solid #b2b2b2; 
  padding: .3em;
}

/** Messages **/
.error-message, .warning-message, .notice-message, .working-message {
    -moz-border-radius: 4px;
    font-weight: bold;
    display: inline;
    text-align: left;
    line-height: 25px;
    padding-left: 26px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 3px;
    background-repeat: no-repeat;
    background-position: 2px 0px;
}

.notice-message {
    border: 1px solid #9db029;
    background-color: #e6f0a5;
    background-image: url("../../images/stock/info-small.png");
}

.warning-message {
    border: 1px solid #fce94f;
    background-color: #fdf4a7;
    background-image: url("../../images/stock/warning-small.png");
}

.error-message {
    border: 1px solid #cc0000;
    background-color: #fabfbf;
    background-image: url("../../images/stock/error-small.png");
}
.magazine-item {
    float: left;
    width: 130px;
    text-align: center;
    font-size: 10px;
    padding-top: 9px;
    margin: 5px;
    height: 178px;
    border: solid 1px #515151;
}
#magazine-page td{
    width: 50%;
}