/*
    1pixel alignment browser bug fix for webkit and mozilla engines
*/
html {
	margin-left: -1px;
	overflow-Y: scroll;
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
	head~body *{ margin-left: -1px;}
}


.container {
    min-width: 970px;
    max-width: 970px;
}

.singleColWidth {
    width: 955px;
}

body {
    color:#5f5f5f;
    background-color: #2d2f3d;
	font:normal 12px/1.8em Arial, Helvetica, sans-serif;
    height: 100%;
}

div.head {
    background: url(/images/microhandiaso.png?v2) #4f525b no-repeat center;
    min-height: 230px;
}

div.main-outter-decor {
    background: url(/images/bg.gif) #deddd2 repeat-y center;
}

div.main {
    background-color: white;
    min-height: 400px;
}

div.footer-outter-decor {
    position: static;
    bottom: 0px;
    background-color: #2d2f3d;
}

div.footer-inner-decor {
    background: url(/images/footer_bg.gif) repeat-x top center;
    margin: 0 auto;
    min-height: 20px;
}

div.footer {
	color:white;
    padding-top: 20px;
}

div.menu a {
    display: table-cell;
    min-width: 193px;
    border-right: 1px solid white;
    line-height: 30px;
    background-color: #87cefa;
    color: white;
    text-decoration: none;
    text-align: center;
}

div.menu a:last-child {
    min-width: 194px;
    border: 0 none;
}


div.column {
    padding: 8px;
}

div.languages {
    position: absolute;
    right: -24px;
    width: 30px;
    padding: 4px;
    background-color: #eaeef0;
}

div.languages img {
    margin: 2px;
    padding: 1px;
    cursor: pointer;
    float: right;
}

div.languages img:hover {
    border: 1px solid black;
    margin: 1px;
    padding: 1px;
}

div.loading {
    padding: 135px 0;
    text-align: center;
    min-width: 20px;
    top: 30px;
    border: 1px solid #e2e2e2;
    display: block;
    border: none;
}

.portrait {
    padding: 8px;
    border: 1px solid #d5d5d5;

    background: rgb(244,246,247); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjRmNmY3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWVmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(45deg,  rgba(244,246,247,1) 0%, rgba(237,238,244,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(244,246,247,1)), color-stop(100%,rgba(237,238,244,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg,  rgba(244,246,247,1) 0%,rgba(237,238,244,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg,  rgba(244,246,247,1) 0%,rgba(237,238,244,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg,  rgba(244,246,247,1) 0%,rgba(237,238,244,1) 100%); /* IE10+ */
    background: linear-gradient(45deg,  rgba(244,246,247,1) 0%,rgba(237,238,244,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f6f7', endColorstr='#edeef4',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

.portrait-inner hr { padding: 0; margin: 0px 0px 4px 0px; color: #d4d4d4; }
.portrait-inner { text-align: center; background-color: white; padding: 2px; }
.megaSponsors .portrait {
    width: 155px;
    margin: 2px 10px 0px 0px;
    float: left;
}