@charset "utf-8";
/* CSS Document */
body {
	background:#eeeeee;
	margin:0px;
}

.header {
	background-color:#333333;
	height: 80px;
	width:100%;
	margin:0px;
	top: 0px;
	padding:0px;
}

.header .logo {
	padding: 13px 0px 5px 25px;
}

.header .twitter {
	float: right; 
	padding: 30px 40px 5px 0px;
}

.footer {
	background-color:#666666;
	height: 100px;
	width:100%;
	margin:0px;
	bottom:0px;
 	padding:0px;
}

.footer p {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
}

.wrapper_class {
   overflow:hidden;
}

#left_container {
  float:left; 
  margin-left: 10px;
  width:55%;
}

#right_container {
 	overflow:hidden;
 	margin-left:0px;
	width:35%;
    min-height:170px;
}

@media screen and (max-width: 800px) {
   #left_container { 
    float: none;
    margin-right:2px;
	margin-left:2px;
    width:100%;
  }
  
   #right_container { 
    float: none;
    margin-right:2px;
	margin-left:2px;
    width:100%;
  }
}

.box_main
{
	width:90%;
	height:100%;
	position:relative;
	display:block;
 	/*border:1px solid gray;*/
	margin-bottom: 25px;
	margin-top: 10px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color:#FFFFFF;
	/*-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;*/
	-webkit-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    2px 2px 2px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         2px 2px 2px 0px rgba(50, 50, 50, 0.2);
  }
.h2 {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: 28px;
 	font-weight: bold;
	color:#999999;
	padding: 10px 15px;
 }
 
 .text {
 	font-family:Helvetica, Arial, sans-serif;
	font-size: 14px;
 	color:#333333;
	padding: 15px;
 }
 
  .teams {
 	font-family:Verdana;
	font-size: 14px;
 	color:#333333;
	padding: 4px 0px;
	font-weight:bold;
  }
 
 .textbox  {
	padding:5px 4px;
  	border:solid 1px #979797; /*#A8A8A8*/
	border-top:solid 1px #ADADAD; /*c0c0c0*/
	-moz-box-shadow: inset -1px 1px 2px -1px #ccc;
	-webkit-box-shadow: inset -1px 1px 2px -1px #ccc;
	box-shadow: inset -1px 1px 2px -1px #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
 }
 
 .green_flat_btn {
	background-color:#289E12; /*#32C416*/
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #268a16;
	display:inline-block;
	color:#fafcf9;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:6px 14px;
	text-decoration:none;
	text-shadow:0px -1px 0px #122103;
	cursor: pointer; 
	margin-left: 20px;
}

.green_flat_btn:hover {
	background-color:#2BB012;
}

div.news ul {
	position:relative;
	top: 0px;
	margin: 0px;
	width: 100%;
	list-style:none;
	border-collapse: collapse;
	left: -40px;
}

div.news ul li {
	text-align:left;
	display:block;
	padding: 10px 3px;
  }
  
div.news ul li a {
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#0066CC;
}
	
div.news ul li a:visited {
	color:#333333;
}

.time {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666666;
}

