﻿body {
	font: Verdana, Arial, Helvetica, sans serif;
	margin: 0px;
	margin-top: 0px;
	background: url(/images/background.jpg) #fff;
}

img { border: 0; }

sml { font-size:x-small; }

td.smlred {
	font-size:x-small;
	color:#FF0000;
}

input.box{
	border:#C5DEA1 inset 1px;
}

table.green {
  background-color: #ECF3E1;
  border:1px solid #C5DEA1;
  cursor: move;
}

table.hovered{
	background:#ECF3E1;
}

td.green {
  background-color: #ECF3E1;
  border:1px solid #C5DEA1;
}

td.boxhead {
	background-image:url('/images/middle.jpg');
	height:32px;
}

#search_results_head {
	background-image:url('/images/boxhead_search.jpg');
	background-position:0 -30px;
	position:absolute;
	height:32px;
	width:250px;
}
#search_results_head:hover {
	background-position:0 0px;
}

#search_seo_head {
	background-image:url('/images/boxhead_seo.jpg');
	background-position:0 -30px;
	position:absolute;
	height:32px;
	width:250px;
}
#search_seo_head:hover {
	background-position:0 0px;
}

#search_it_head {
	background-image:url('/images/boxhead_searchit.jpg');
	background-position:0 -30px;
	position:absolute;
	height:32px;
	width:250px;
}
#search_it_head:hover {
	background-position:0 0px;
}


div.boxcont {
	border-width:1px;
	border-top-style:none;
	border-left-style:solid;
	border-bottom-style:solid;
	border-right-style:solid;
	border-color:green;
	height:170px;
	font-size:x-small;
	text-align:center;
	vertical-align:middle;
}

td.boxcont {
	border-width:1px;
	border-top-style:none;
	border-left-style:solid;
	border-bottom-style:solid;
	border-right-style:solid;
	border-color:green;
	height:170px;
	font-size:x-small;
	text-align:center;
	vertical-align:middle;
}

td.boxcont_small {
	border-width:1px;
	border-style: solid;
	border-color:green;
	width:200px;
	height:50px;
	font-size:x-small;
	text-align:center;
	vertical-align:middle;
}

.std {font-family: Verdana; font-size: small; color: #000000}
.sml {font-family: Verdana; font-size: xx-small; color: #000000}

a{
	color:#68C643;
	text-decoration:none;
}
a:hover{
	color:#68C643;
	text-decoration:underline;
}
a.bld{
	font-weight:bold;
	color: #68C643;
	text-decoration: none;
}
a.bld:hover {
	color: #68C643;
	text-decoration: underline;
}
a.footer{
	font-family: Verdana;
	font-size: xx-small;
	color: #68C643;
	text-decoration: none;
}
a.footer:hover {
	font-family: Verdana;
	font-size: xx-small;
	color: #68C643;
	text-decoration: underline;
}

.column {
	float:left;
	width:350px;
	padding:10px;
	margin:10px;
	border: 1px green solid;
}

.col_header {
	text-align:right;
}

div.col_directmsg {
	background-image:url('/images/col_head_dirmsg.png');
	background-repeat:no-repeat;
}

div.col_friendsmsg {
	background-image:url('/images/col_head_friendsmsg.png');
	background-repeat:no-repeat;
}

div.col_yourmsg {
	background-image:url('/images/col_head_yourmsg.png');
	background-repeat:no-repeat;
}

li.tw_row {
	height:100px;
	margin: 10px;
	width:250px;
	list-style-type:none;
	clear:both;
	padding: 5px 5px 5px 80px;
	font-size:x-small;
}

li.msg_read {
	background-image:url('/images/tw_bubble.png');
	background-repeat:no-repeat;
}

li.msg_unread {
	background-image:url('/images/tw_bubble_new.png');
	background-repeat:no-repeat;
}

.tw_tools {
	font-size:x-small;
	text-align:right;
	margin: 5px 0 0 100px;
	padding: 0 10px 0 0;
}

img.tw_tools_img {
	height:16px;
	width:16px;
}

img.tw_row {
	float:left;
	padding: 5;
	margin: -10px 0 3em -60px;
}

a.tweet_time {
	font-size:x-small;
	color:gray;
	text-decoration:none;
}

a.tweet_time:hover {
	font-size:x-small;
	text-decoration:underline;
}

span.tweet_time {
	font-size:xx-small;
	color:gray;
}