body {
	background:  #FFFFF9;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
    color: 4d4d4d;
}

a {
    text-decoration:none;
    color: 4d4d4d;
}

a:hover {
    color: #0BACD0;
}

a img{
    border: none;
}

#content{
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
	width: 80%; 
}

#menuContainer {
	background: #DFDFDF;
	height: 35%;
	padding-top: 3%;
	padding-left: 3%;
/*	border-left: #0AA8C7 solid 7px; 
	border-bottom: #F2A828 solid 7px; */
    border-left: #0BACD0 solid 7px; 
	border-bottom: #FFB12A solid 7px;
    position:relative;
}

#logo {
	float: left;
	height: 80%;
	font-size: 11pt;
    position: absolute;
    bottom: 0px;
    margin-bottom:1px;
}

#logo img{
	height: 80%;
}

#menu { 
	position: absolute;
    bottom: 0px;
    right: 1%; 
    font-size: 15pt;
}

#menu a{
    padding: 5px;
}

.activeTab {
    background: #FFB12A;
}

.activeTab:hover{
    color: 4d4d4d;
}


#pokocontent {
	padding-top: 3%;
	padding-left: 3%;
	border-top: #e69f26 solid 20px;
	border-left: #0996b2 solid 7px; 
    border-bottom: #FFB12A solid 7px;
	background:  #DFDFDF;
    padding-bottom: 5px; 
}

.header{
    font-size: 14pt;
    font-weight: bold;
}

li {
    list-style-type: none;
    font-size: 11pt;
}

.platform { 
}

.aliasLink { 
    visibility: hidden; 
}
