/* HTML elements  */
html, body{margin:0;padding:0;}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

img{border:0;}
h1{font-size:2em;margin-bottom:.5em;}
h2{font-size:1.75em;margin-bottom:.5142em;padding-top:.2em;}
h3{font-size:1.5em;margin-bottom:.7em;padding-top:.3em;}
h4{font-size:1.25em;margin-bottom:.6em;}
/*h5,h6{font-size:1em;margin-bottom:.5em;font-weight:bold;}*/

#content-header {
    height: 94px;
    width: 100%;
}

#left-menu{
    height: 900px;
    width: 100%;
}

#bottom-footer{
    height: 50px;
    width: 100%;
}

#sponsors-panel{
    height: 100%;
    width: 100%;
    /*min-height: 260px;*/
}

/* Base */

body, table, input, textarea, select, li, button {
    color: #333333;
    font:1em Helvetica, Arial, Sans-Serif;
    line-height:1.5em;
}

/*html, body { height:100%; width: 100%; }*/

body {
    background: url("../images/backgrounds/bedge_grunge.png") repeat fixed 0 0 #f6f6f6;
    font-size:13px;
    text-align:center;
}

a, a:visited{
    text-decoration:none;
}

#container, .inner{
    /*position:relative;*/
    text-align:left;
}

.program-table {
    border-collapse:collapse;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    line-height: 0;
}

.program-table td {
    padding-top: 0;
    padding-bottom: 0;
}

/* Header */

#header h1 {
    font-size: 1.6em;
    margin: 2px;
}

#header h3 {
    font-size: 1.2em;
    padding-top: 0;
    margin: 4px 4px 0;
}

#header {
    background: url("../images/backgrounds/grey.png") repeat fixed 0 0 #f6f6f6;
    border-bottom: 3px solid #950505;
}

#header *{
    color: #950505;
}

#header table {
    border-collapse: separate;
    width: 100%;
    text-align: center;
    margin-left: 3px;
}

#header th, #header td {
    padding: 0;
}

/* Footer */

#footer{
    text-align: center;
}

/* Content */

/* CENTER PANEL */
.mainpanelhome{
    margin-left: 195px;
    margin-right: 240px;
    margin-top: 33px;
    background: #ffffff;
    border-radius: 1em;
    border: 2px solid #950505;
    width: auto;
    min-width: 460px;
    min-height: 650px;
    padding-left: 10px;
    padding-right: 6px;
}

.mainpanel{
    margin-left: 195px;
    margin-right: 5px;
    margin-top: 33px;
    background: #ffffff;
    border-radius: 1em;
    border: 2px solid #950505;
    width: auto;
    min-height: 650px;
    padding-left: 10px;
    padding-right: 6px;
}

h1 {
    font-size: 2em;
    margin-bottom: 0.5em;
    margin-top: 10px;
}

.mainpanelhome p {
    text-align: justify;
}

.mainpanel p {
    text-align: justify;
}

.agendalist{
    /*margin-bottom: 5px;*/
    margin-left: 0;
    padding-left: 16px;
    text-align: justify;
}

.agendalist li{
    margin-bottom: 5px;
    margin-left: 0;
    padding-left: 10px;
}


/* MENU */

.leftpanel{
    width:180px;
    position: absolute;
    left:5px;
}

/* RIGHT PANEL */
.rightpanel{
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 1em;
    border: 2px solid #950505;

    width: 220px;
    position: absolute;
    right: 10px;
    top: 250px;
    height:700px;
}

#right-panel{
	height:700px;
    width: 210px;
}

/* RIGHT SOCIAL PANEL */
.socialpanel{
    height: 320px;
    width: 170px;
    position: absolute;
    right: 10px;
    top: 126px;
}

#social-panel{
    height: 320px;
    width: 150px;
}

/*Override Stuff*/

td {
    border-bottom: 0;
}

.content {
    clear: both;
    padding: 0;
}

/* For Statistics Page*/

.statistics-table {
    font-size: 11px;
    border: 1px solid #000000;
    border-collapse:collapse;
}

.statistics-table-bold {
    font-weight: bold;
    font-size: 12px;
}

.statistics-table td{
    border: 1px solid #000000;
    padding: 0;
    text-align: center;
}

.statistics-table-header {
    /*height: 250px;*/
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    /*-moz-transform: rotate(-90deg);  *//* FF3.5+ */
    /*-o-transform: rotate(-90deg);  *//* Opera 10.5 */
    /*-webkit-transform: rotate(-90deg);  *//* Saf3.1+, Chrome */
    /*filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083);  *//* IE6,IE7 */
    /*-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; *//* IE8 */
}

.vertical-text {
    display: inline-block;
    overflow: hidden;
    width: 2.0em;
}
.vertical-text__inner {
    display: inline-block;
    white-space: nowrap;
    line-height: 1.5;
    transform: translate(2px,100%) rotate(-90deg);
    transform-origin: 0 0;
    -webkit-transform: rotate(-90deg);
    /*-webkit-transform-origin: 0 0;*/
}
/* This element stretches the parent to be square
   by using the mechanics of vertical margins  */
.vertical-text__inner:after {
    content: "";
    display: block;
    margin: -1.5em 0 100%;
}