/*------------------- events page ----------------------------------------------*/

div.events_main{
	width: 98%;
	overflow: hidden;
	clear: both;
	margin-top: 19px;
	padding-left: 14px;
}

div.events_main_left{
	width: 400px;
	float: left;
	overflow: hidden;
}

div.event_block{
 	width: 100%;
	overflow: hidden;
	clear: both;
	margin-bottom: 31px;
}

div.event_block_title{
	width: 100%;
	overflow: hidden;
	clear: both;
	padding-bottom: 16px;
}

div.event_block_title div.for_date{
	width: 100px;
	margin-top: 5px;
	float: left;
}

div.event_block_title div.for_date span{
	padding: 1px 4px 0px 4px;
	background: #d81c25;
	color: #fff;
	font-size: 1.15em;
	font-weight: 600;
}

div.event_block_title div.for_title{
	width: 296px;
	float: left;
	font-size: 1.88em;
}

div.event_block_title div.for_title a{
	color: #25a2dd;
	text-decoration: none;
}

div.event_block_title div.for_title a:hover{
	text-decoration: underline;
}

div.event_block div.event_text{
	width: 395px;
	overflow: hidden;
	clear: both;
	margin-left: 7px;
}

div.event_block div.event_text_left{
	width: 124px;
	float: left;
}

div.event_block div.event_text_left div.for_image{
	float: left;
	background: #ebedf5;
	padding: 3px 3px 7px 11px;
}

div.event_block div.event_text_right{
	width: 276px;
	float: left;
}

div.event_block ul.links{
	overflow: hidden;
	font-size: 0.85em;
	margin-top: 5px;
}

div.event_block ul.links li{
	float: left;
	padding-right: 6px;
	border-right: #999 solid 1px;
	margin-right: 6px;
}

div.event_block ul.links li img{
	margin-right: 3px;
}

div.event_block ul.links li a{
	color: #666;
	text-decoration: none;
}


/*--------------------------------- EVENTS MAIN CENTER ----------------------*/
div.events_main_center{
	width: 210px;
	float: right;
	overflow: hidden;
	margin-right: 10px;
}


div.events_main_center div.for_calendar{
	width: 100%;
	overflow: hidden;
	clear: both;
}

div.events_main_center div.calendar_title{
	overflow: hidden;
	width: 100%;
	height: 16px;
	margin-top: 15px;
}

div.events_main_center div.calendar_title div.prev_month{
	width: 11px;
	height: 100%;
	float: left;
}

div.events_main_center div.calendar_title div.month_name{
	width: 188px;
	margin-top: 2px;
	float: left;
	text-align: center;
	font-weight: 600;
	font-size: 11px;
	color: #5f5f5f;
	text-transform: uppercase;

}

div.events_main_center div.calendar_title div.next_month{
	width: 11px;
	height: 100%;
	float: right;
}


table.calendar_table{
	width: 95%;
	border-collapse: collapse;
	margin-left: 4px;
}

table.calendar_table td{
	border: #e2e2e2 solid 1px;
	padding: 2px;
	text-align: center;
	color: #5f5f5f;
}

table.calendar_table tr.caption td{
	border: 0px;
}

table.calendar_table td span.gray{
	color: #e3e3e3;
}

table.calendar_table td span.cyan{
	color: #08cff8;
	font-weight: 900;
}

table.calendar_table td a{
	color: #5f5f5f;
}


/*----------------------------- FOOTER LOGOS --------------------------*/
.projcontainer {
	padding: 0px 8px 0 8px;
    width: 990px;
    overflow: hidden;
}

#projects_gameland_container {
	font-family: Tahoma, Verdana,Arial,Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #000;
	letter-spacing: .02em;
	padding: 0 0 5px 0;
	width: 100%;
    overflow: hidden;
    float: left;
}

#projects_gameland_container .projects_gameland_content {
	position: relative;
	width: 100%;
}

#projects_gameland_container h5 {
    cursor:pointer;
	position: absolute;
	width: 100px;
	top: 0;
	left: 0;
	bottom: 0;
	margin: 0;
	/*background: white url('/images/logo_gameland.gif') no-repeat center top;*/
	height:20px;
	margin-top:6px;
    padding: 10px 0 .3em 0;
	text-align: center;
	font-size: .8em;
	font-weight: normal;
}

#projects_gameland_container p.links {
	margin: 0;
	margin-left: 185px;
	line-height:normal !important;
	border: red solid 1px;
}

#projects_gameland_container p a, #projects_gameland_container p span {
	float: left;
	padding: .6em .4em;
	margin: 0 .2em .2em 0;
	white-space: nowrap;
}

#projects_gameland_container p span {
	color: #0F6FA5;
}

#projects_gameland_container p a {
width:92px;
display:block;
border: 1px solid #D0D0C5;
	color: #000;
	text-decoration: none;
	cursor: help;
	overflow: visible;
}

#projects_gameland_container p a:hover {
	color: white;
	background: #C51920;
}

.projects_gameland_popup_container {
	position: absolute;
	left: 180px;
	top: 100px;
	padding: 5px;
	background: white;
	border: 1px solid #94A2AB;
	color: #000;
	font-size: 11px;
	font-family: Tahoma, Verdana,Arial,Helvetica, sans-serif;
	text-align: center;
	z-index:1;

	width: 160px;
}
.projects_gameland_popup_container p {
	margin: 0;

}
.projects_gameland_popup_container img {
	border: 0 !important;
}
.projects_gameland_popup_container a {
	color: #0F6FA5;
	text-decoration: underline;
}

.projects_gameland_popup_container a:hover {
	color: #C51920;
}

#llm p{
	width: 80px;
	margin: auto;
}

#llm img{
	 margin: 2px 0px 0px 0px;
}


/*-------------------------------------- PAGES ------------------------------------*/

ul.pages{
	  overflow: hidden;
	  width: 90%;
	  padding-left: 17px;
	  margin: 20px 0px 20px 0px;
	  font: bold 0.77em tahoma,sans-serif;
}



ul.pages li{
	   float: left;
	   padding: 5px;
	   border: #80abff solid 1px;
	   color: #000;
	   margin-right: 4px;
}

ul.pages li.current{
	   border: 0px;
}

ul.pages li.all{
	   background: #0049d0;
	   border: #0049d0 solid 1px;
	   margin-right: 6px;
	   color: #fff;
}

ul.pages li a{
	   color: #06c;
	   text-decoration: none;
}

.top_banner {
	height:94px;
	margin:auto;
	padding:0px;
	width:1000px;
}
