* {
	margin:0;
}


body {
	font-family:'Open Sans', sans-serif;
	font-weight:100;
	margin:0;
	background:#F5F5F5;
	min-width: 1000px;
}

html, body {
	height:100%;
}

.container {
	width: 750px;
	margin: 0 auto;
	border: 1px solid #C2C2C2;
	box-shadow: 0px 0px 100px #BBBBBB;
	border-radius: 15px;
	overflow: hidden;
	margin-top: 75px;
}

.topbar {
	background:#8FC0E3;
	background:#1E1E1E;
	background:#172D44;
	background:#384561;
	/* IE10 Consumer Preview */ 
	background-image: -ms-radial-gradient(center bottom, ellipse farthest-side, #4A5C80 0%, #343F59 150%);

	/* Mozilla Firefox */ 
	background-image: -moz-radial-gradient(center bottom, ellipse farthest-side, #4A5C80 0%, #343F59 150%);

	/* Opera */ 
	background-image: -o-radial-gradient(center bottom, ellipse farthest-side, #4A5C80 0%, #343F59 150%);

	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(radial, center bottom, 0, center bottom, 487, color-stop(0, #4A5C80), color-stop(1.5, #343F59));

	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-radial-gradient(center bottom, ellipse farthest-side, #4A5C80 0%, #343F59 150%);

	/* W3C Markup, IE10 Release Preview */ 
	background-image: radial-gradient(ellipse farthest-side at center bottom, #4A5C80 0%, #343F59 150%);
	height:67px;
	width:100%;
	margin:0;
	text-align:center;
}

.topbar-home {
	margin-top:0px;
	height: 79px;
}

.bar2 {
	background:#C3C3C3;
	background: #DFDFDF;
	box-shadow: 0px 2px 5px rgba(177, 177, 177, 0.9);
	font-size:19px;
	height:54px;
	width:100%;
	margin:0;
	text-align:center;
	z-index: 1001;
}

.header {
	width:980px;
	margin:0 auto;
	padding:10px;
}

.header-home {
	width:auto;
	padding: 17px;
}

.header a > img {
	border:0;	
}

.midbar {
	width:975px;
	padding-left:15px;	
	padding-top: 7px;
}

.midbar p {
	margin-top:7px;	
}

.search {
	height:30px;
}

.search-home {
	height:75px;
	width:496px;
	margin:0 auto;
}

.advanced-search {
	display:inline-block;
	padding-bottom: 8px;
}

.advsrc-title-left {
	float: left;
	width: 180px;
	text-align: left;
	padding-top:5px;
}

.adv-search-bar {
	height: 33px!important;
	width: 280px!important;
	float: left!important;
	border-radius:4px!important;
	font-size:15px!important;
}

.advsrc-row {
	margin-bottom:9px;
	width:460px;
	display:inline-block;
}

.adv-search a{
	float:right;
	margin:2px 48px 3px 0px;
	font-size:12px;
	color:#999;
	text-decoration:none;
}
.adv-search a:hover{
	color:#222;
}

.searchbar {
	float: left;
	height: 39px;
	width: 222px;
	margin: 0px -1px 0 0;
	font-size: 19px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	padding-left: 8px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #b1b1b1;
	box-shadow: 0 0 0px rgba(102, 175, 233, 0.8), inset 0 0 1px #b1b1b1;
	transition: box-shadow 0.2s, width cubic-bezier(1,0.1,0.1,1) 0.4s;
	-webkit-transition: box-shadow 0.2s, width cubic-bezier(1,0.1,0.1,1) 0.4s;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.searchbar:focus {
	box-shadow:0 0 6px rgba(102, 175, 233, 0.8), inset 0 0 0px #b1b1b1;
	border-color:rgba(102, 175, 233, 0.8);
	outline: 0;
	width:300px;
}

.searchbar-home {
	float:left;
	height:46px;
	width:450px!important;
	font-size:22px;
	box-shadow: 0 0 0px rgba(102, 175, 233, 0.8), inset 0 0 2px #c1c1c1;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
}

.headerhome {
	width:580px;
}

.left {
	float:left;
	display:inline;
	font-weight:400;
}

.right {
	float:right;
	position:relative;
}

.main {
	width: 975px;
	margin: 0 auto;
	padding: 12px 12px 40px 12px;
}

.main-home {
	width: auto;
	background: #F3F3F3;
	margin: 0 auto;
	padding: 35px 12px 15px 12px;
	text-align: center;
	/*margin-left:-65px;*/
}

.tabs {
  color:#111;
  margin-bottom: 10px;
}

.tabs ul {
	list-style-type:none;
	margin-left:-40px;
}

.tabs li { list-style:none; float:left; }
.tabs ul a {
  display:block;
  padding:6px 10px;
  width:144px;
  text-align:center;
  text-decoration:none!important;
  margin:1px;
  margin-left:0;
  background:#DBDBDB;
  color:#666;
  font-size:21px;
}

.tabs ul li img {
	margin-bottom:-4px;
	padding-left: 4px;	
}

.tabs ul li a > img {
	border:0;
}

.tabs ul a:hover {
  background:#CACACA;
 }
  
.tabs ul a.selected {
  margin-bottom:0;
  color:#000;
  background:#FFF;
  border-bottom:1px solid #FFF;
  cursor:default;
 }
 
.tabs div {
  clear:left;
  background:#FFF;
}

.tabs div a { color:#000; font-weight:300; }

.tab {
	clear:both;	
	padding: 20px 20px 0px 20px!important;
}

#tab2 {
	padding: 25px 30px 0px 30px!important;
}

.box {
	border:1px solid #d1d1d1;
	margin-bottom: 12px;
	padding:10px;
}

.box1 {
	height:250px;
	width:250px;
	float:left;
}

.box2 {
	height:250px;
	width: 620px;
	margin-left: 20px;
	display: inline-block;
}

.statsbox {
	width:912px;
	height:25px;
	padding:10px;
	margin-bottom:18px;
}

.tweet-list {
	
}

.tweet-row {
	display:inline-block;
	padding: 0px!important;
	margin-bottom: 0px;
	overflow: hidden;
    position: relative;
	width:100%;
}

.tweet {
	width:770px;
	float:left;
	border:1px solid #DBDADA;
	background: #f8f8f8!important;
	font-weight:400;
	padding:10px;
	transition:all 0.1s;
}

.tweet:hover {
	background: #EEEEEE!important;
	border:1px solid #EEEEEE;
}

.tweet-info {
	width:100px;
	display: inline-block;
	height: 100%;
    position: absolute;
    right: 0;
	text-align: center;
	padding: 6px 9px;
}

.home {
	width:580px!important;
}

.home-search-container {
	background:#fff;
	padding: 20px;
	height: 100px;	
	margin-bottom:35px;
}

.searchbox {
	width:900px;
	padding:40px 5px 55px 5px;
	border:1px solid #777;
	border-radius:15px;
	box-shadow: 0px 0px 6px #cccccc;
	margin:0 auto;
	margin-top:40px;
	margin-bottom:40px;
}

.searchbox input[type="text"], .searchbox input[type="button"] {
    font-size:24px;
}


.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.wrapper-home {
	min-height:0;
	height:auto;
}

.bottombar {
	background:#333333;
		/* IE10 Consumer Preview */ 
	background-image: -ms-radial-gradient(center top, ellipse farthest-side, #4A5C80 0%, #343F59 120%);

	/* Mozilla Firefox */ 
	background-image: -moz-radial-gradient(center top, ellipse farthest-side, #4A5C80 0%, #343F59 120%);

	/* Opera */ 
	background-image: -o-radial-gradient(center top, ellipse farthest-side, #4A5C80 0%, #343F59 120%);

	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(radial, center top, 0, center bottom, 487, color-stop(0, #4A5C80), color-stop(1.2, #343F59));

	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-radial-gradient(center top, ellipse farthest-side, #4A5C80 0%, #343F59 120%);

	/* W3C Markup, IE10 Release Preview */ 
	background-image: radial-gradient(ellipse farthest-side at center top, #4A5C80 0%, #343F59 120%);
	width:100%;
	margin:0;
	text-align:center;
	clear:both;
}
.bottombar {
	height: 37px;
}

.push {
	height:0px;
	margin-top:-37px;
}

.footer {
	width:960px;
	margin:0 auto;
	padding:7px 7px 7px 13px;
}

.footer-content {
	float:left;
	font-size:13px;
	color:#E7E7E7;
}

.footer-content a {
	color:#E7E7E7;
	text-decoration:none;
}

.footer-content a:hover {
	text-decoration:underline;
}

.search-button-m {
	/*-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;*/
	/*-webkit-box-shadow: inset 0px 0px 0px 0px #ffffff;*/
	/* box-shadow: inset 0px 1px 1px 0px #ffffff; */
	background-color: #ededed;
	/* -webkit-border-top-left-radius: 6px; */
	/*-moz-border-radius-topleft: 6px;*/
	/* border-top-left-radius: 6px; */
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
	/* -webkit-border-bottom-left-radius: 6px; */
	/*-moz-border-radius-bottomleft: 6px;*/
	/* border-bottom-left-radius: 6px; */
	text-indent: 0;
	border: 1px solid #b1b1b1;
	display: inline-block;
	/*color: #777777;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	line-height: 49px; */
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 0px #ffffff;
	padding: 5px 5px 4px 5px;
	outline: none;
}

.profile-button {
	border-radius: 6px;
	border-color: #666;
	border:0;
	background-color: #d1d1d1;
	transition: box-shadow 0.2s, background-color 0.2s;
	outline: 0;
	width: 36px;
}

.profile-button:hover {
	box-shadow:0 0 8px #222;
}

.search-button-m-home {
	padding:8px;
	float:left;
}

.generic-button {
	text-shadow:none;
	font-size:15px;
	font-family: 'Open Sans', sans-serif;
	border-radius:6px;
}

.search-button-m:hover {
	background-color:#dfdfdf;
	cursor:pointer;
}.search-button-m:active {
	outline:none;
}
.jqplot-target {
	padding:0px!important;
}
.jqplot-data-label {
	background:none!important;
}

#apDiv1 { 
    position:relative; 
	width: 60%;
    height:35px; 
    z-index:1; 
	background-color: #FFFFFF;
	margin-left: 160px;
	/* border: thin solid #000000; */
	padding: 5px 5px 5px 5px;
	margin-left: 90px;
	margin: 0 auto;
	border: 1px solid #c1c1c1;
	/* outline: 1px solid #222; */
	border-radius: 12px;
	/* box-shadow: 0px 0px 8px #999; */
} 
#apDiv2 { 
	float:left; 
    width:0%; 
    height:inherit; 
    z-index:1; 
    background-color: #6669A5;
    text-align:center;
	background: -webkit-linear-gradient(red, blue);
	background: -o-linear-gradient(red, blue);
	background: -moz-linear-gradient(red, blue);
	background: linear-gradient(#4E5286, #637397);
	background: linear-gradient(#465A85, #4C5770);
	background: linear-gradient(#465A85, #6A758F);
	background: #A3A3AC;
	box-shadow: inset 0px 0px 3px #35356D;
	text-align: center;
	border-radius: 8px;	
} 
#apDiv3 { 
	position:absolute; 
    width:100%; 
    height:inherit; 
    z-index:1; 
    text-align:center; 
    color:#000; 
	font-size: 17px;
	padding-top: 4px;
}

.sent-select {
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	padding: 5px;
	background: none;
	border: 1px dotted rgba(236, 236, 236, 0.58);
	border-radius: 4px;
	width:100px;
	transition:all 0.15s;
}

.sent-select:hover{
	border: 1px dotted rgba(255, 255, 255, 0.98);
	background: rgba(255, 255, 255, 0.2);
	cursor:pointer;
}

#pagin {
    clear: both;
    display: table;
	padding: 0;
	margin: 0 0 15px 6px;
	border-left: 1px solid #e1e1e1;
}
#pagin li {
    float:left;
    width:35px;
	border-right: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom:1px;
}
#pagin li a {
	text-decoration: none!important;
    display:block;
    color:#717171;
    text-shadow:0px 1px white;
    padding:5px 8px;
    background:#f9f9f9;
	text-align: center;
}
#pagin li a.current {
	text-decoration: none!important;
    color:white;
    text-shadow:0px 1px #3f789f;
    background:#7cb9e5;
}
#pagin li a:hover {
    -webkit-box-shadow:0px 1px 3px 0px rgba(0,0,0,0.55);
    -moz-box-shadow:0px 1px 3px 0px rgba(0,0,0,0.55);
    box-shadow:0px 1px 3px 0px rgba(0,0,0,0.55);
    background:#fff;
	background:#e8e8e8;
}
#pagin li a:active,#pagin li a.current:active {
    -webkit-box-shadow:inset 0px 1px 3px 0px rgba(0,0,0,0.5),0px 1px 1px 0px rgba(255,255,255,1) !important;
    -moz-box-shadow:inset 0px 1px 3px 0px rgba(0,0,0,0.5),0px 1px 1px 0px rgba(255,255,255,1) !important;
    box-shadow:inset 0px 1px 3px 0px rgba(0,0,0,0.5),0px 1px 1px 0px rgba(255,255,255,1) !important;
}
#pagin li a.current:hover {
    -webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.9);
    -moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.9);
    box-shadow:0px 1px 2px 0px rgba(0,0,0,0.9);
    background:#99cefc;
    /*filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#99cefc',endColorstr='#57a1d8',GradientType=0 );*/
}

#feedback-dropdown {
	float: right;
	margin-top: 5px;
}

#feedback-content p{
	border-bottom:1px solid #e1e1e1;
	padding: 10px 0px;
	font-size: 14px;
}

.save-button {
	margin: 9px 0px 6px 1px;
}

#login-dd {
    position: absolute;
    top: 106%;
    left: -178px;
	z-index: 1000;
	display: none;
	width: 200px;
	list-style: none;
	padding: 7px 12px;
	margin: 0;
	margin-top: 2px;
	text-align: left;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 13px;
	background-color: rgba(255,255,255,1);
	border: 0 solid rgba(0,0,0,0.25);
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.25);
}

#login-dd:after {
	bottom: 100%;
	left: 93%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-bottom-color: rgba(255,255,255,1);
	border-width: 7px;
	margin-left: -14px;	
}

.wrong-user-pass {
	color:red;
	font-size:12px;
}