/* svn test */
:focus {
	outline: 0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}
img {
	border:none;
	outline:none;
}
h2 {
	margin:8px 0px;
}
input[type=text] {
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	border-radius:4px;
	border: 1px solid #DDD;
	font-size:16px;
	padding:3px;
}
input[type=button] {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color:#82D23D;
	border-radius:3px;
	border: none;
	color: white;
	cursor:pointer;
	font-size: 16px;
	font-weight: bold;
	padding: 4px 0px;
	width: 50px;
}
select {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:1px solid #DDD;
	cursor:pointer;
	font-size:16px;
	padding:2px;
}
a {
	color:#03c;
}
#clearsessions {
	font-size:10px;
	padding-left:4px;
}
#page_header {
	/*background:url(../img/header_background.png) repeat-x;*/
	background:#12212d;/*#b4e4fb;*/
	color:#FFFFFF;
	height:100px;
}
#page_header_image { }
#login_status {
	float:right;
	margin-top:50px;
	padding-right:10px;
}
#login_status_name {
	font-size:14px;
	font-weight:bold;
}
#page_content {
	margin: 0px 10px;
}
#page_footer {
	background:#12212d;/*#b4e4fb;*/
	clear:both;
	color:#FFFFFF;
	padding:10px 0px;
	text-align:center;
	white-space:nowrap;
}
#page_footer ul {
	list-style:none;
}
#page_footer ul li {
	display:inline;
	padding:0px 4px;
}
#page_header a, #page_footer a {
	color:#FFFFFF;
}
#beta_create_header {
	padding-top:4px;
}
#beta_create_header .title {
	font-weight:bold;
	text-transform:uppercase;
}
#beta_create_header .link {
	float:right;
}
#beta_create_header .link a {
	color:#0033CC;
	font-weight:bold;
	text-decoration:none;
}
#beta_create_header .link a:hover {
	text-decoration:underline;
}





/* tweet css */
/* maybe this should go in it's own css? */
div.tweet {
        cursor:pointer;
        overflow:auto;
        position:relative;
	width:100%;
}
div.tweet:hover {
        background:#EFEFEF !important;
}
div.tweet div.image {
        float:left;
        width:48px;
}
div.tweet div.image img {
        height:48px;
        width:48px;
}
div.tweet div.text {
        margin-left:58px;
}
div.tweet div.text span.timedate {
        font-size:10px;
}
div.tweet div.text span.delete {
        font-size:10px;
        font-weight:bold;
}
div.tweet div.text span.delete:hover {
        text-decoration:underline;
}

