@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	background-image:url('../images/xpozz_top.png');
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 15pt;
	color: black;
}

a:link, a:visited, a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 15pt;
	color: black;
	text-decoration: underline;
}

.Container {
	width: 960px;
	margin: 0 auto 0 auto;
	background-color: white;
}

.Divide {
	clear: both;
}

.X {
	float: left;
	margin-left:10px;
}

.Xr {
	float:right;
	margin-right: 10px;
}

.Col1 {
	width: 450px;
	margin-left:15px;
	margin-right:15px;
	float: left;
}

.Col2 {
	width:200px;
	float:left;
	margin-left:20px;
}

.NwsBlock {
	margin-bottom:20px;
	padding-bottom: 30px;
}

.NwsData {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.NwsNav {
	margin-top:7px;
	margin-bottom:20px;
	padding: 7px;
}

/*.Share {
	float:left;
}
*/
.ReadMore {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #13AAE9;
	font-weight: bold;
	float:right;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14pt;
	color: #13AAE9;
	font-weight: bold;
	margin-bottom:0px;
	text-shadow: 0 1px 2px #ccc;
}


.Col3 {
	width: 220px;
	float:left;
	margin-left:20px;
}

#slideshow {  overflow:hidden; width:960px; height:210px; background-repeat: no-repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; background-position: initial initial;}

.Foot {
	margin-top:30px;
	padding-top: 10px;
	border-top: 1px dotted #363535;
	width:960px;
	background-color: white;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #363535;
	text-align:center; 
}

.Foot a:link, .Foot a:visited, .Foot a:hover, .Foot a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #363535;
	text-decoration: underline;
}

/* TWEETS */
.tweet, .query {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 13pt;
  	color: #363535;
}
  
.tweet .tweet_list, .query .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
	margin-top: 0px;
	margin-left: 5px;
    padding: 0;
}

.tweet .tweet_list .awesome, .tweet .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic {
      text-transform: uppercase;
}

.tweet .tweet_list li, .query .tweet_list li {
      overflow-y: auto;
      overflow-x: hidden;
      padding: .5em;
	  border-bottom: 1px dotted #B4BBBE;
}

.tweet .tweet_list li a, .query .tweet_list li a {
      color: #13AAE9;
}

.tweet .tweet_list .tweet_even, .query .tweet_list .tweet_even {
      background-color: white; }
    .tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; }
      .tweet .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img {
        vertical-align: middle; }

.XPouter {
	width: 106px;
	float:left;
	margin-right:20px;
	margin-bottom: 30px;
	padding:5px;
	background-color: #f1f2f5;
	border:1px solid #ccc;
}

.XPouter a:link, .XPouter a:hover, .XPouter a:active, .XPouter a:visited {
	color: black;
	text-decoration: underline;
}

.XPouter img {
	padding: 3px;
}

.filterLabel {
  margin-top: 15px;
  font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #13AAE9;
	font-weight: bold;
	margin-bottom:3px;
}

.filterField ul {
  margin: 0px;
  padding: 0px;
}
.filterField ul li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 1px;
}
.filterField ul li a {
  color: #666;
}

.filterField_text {
  border: #ccc 1px solid;
  padding: 5px;
  width: 92%;
}
.filterField select {
  width: 92%;
}

.filterSubmit {
  margin-top: 5px;
}