body{font-size: 12px;}
#word{
	background: url(../images/windows-word.jpg) no-repeat;
	width: 955px;
	height: 600px;
}
 #titleBar{
	color: #606e71;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
	text-align: center;
}
 #titleBar span{color: #4970a4;}
 #toolBar{
	line-height: 24px;
	height: 24px; 
	color: #4970a4; 
	padding-left: 77px; 
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
}
 #toolBar a:link, #toolBar a:visited, #toolBar a:hover{
	color: #4970a4; 
	padding-right: 20px; 
	display: block; 
	float: left; 
	text-decoration: none;
}
 #toolBar #helpBtn {
    padding-right: 0;
    margin-right: 3px;
 }
 #tabs{padding-left: 77px; height: 30px; line-height: 30px; color: #ffffff; font-size: 11px; font-family: Arial, Helvetica, sans-serif; clear: left;}
 #tabs span{float: left; padding-right: 7px;}
 #tabs ul{list-style-type: none; margin: 0px; padding: 0px; }
 #tabs ul li{float: left; position: relative; width: 104px; margin: 6px 2px 0px 0px}
 #tabs li a.tab{
	background: url(../images/tab.jpg) no-repeat;
	display: block; 
	text-align: center; 
	overflow: hidden; 
	padding: 0px 15px; 
	line-height: 17px; 
	height: 17px;
}
 #tabs a.tab:link,  #tabs a.tab:visited{ color: #4970a4; text-decoration: none; }
 #tabs a.tab:hover{
 	background: url(../images/tab-active.jpg) no-repeat;
	color: #ffffff; text-decoration: none;
 }
 #tabs li a.close{position: absolute; right: 4px; top: 4px}
 #tabs li a.close img{width: 8px; height: 8px;}
 #tabs li a.tab.active{ background: url(../images/tab-active.jpg) no-repeat;}
 #tabs a.tab.active:link,  #tabs a.tab.active:visited,  #tabs a.tab.active:hover{
	color: #ffffff; text-decoration: none;
}
 #search{
	margin-top: 2px; float: right; padding-right: 64px;
}
 #search input{background: url(../images/search-bg.jpg) repeat-x; line-height: 18px; height: 18px; vertical-align: top; border: none; width: 80px; color: #4970a4; font-size: 10px; padding-top: 2px;}
 #search img{vertical-align: top;}
 #search #goBtn{
	background: url(../images/button.jpg) no-repeat; 
	line-height: 14px; 
	margin-left: 2px;
	margin-top: 2px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 28px;
	text-align: center;
}
#search #goBtn:link, #search #goBtn:visited, #search #goBtn:hover{
	color: #4970A4; text-decoration: none; padding: 0px;
}
#searchIcon {
    float: left;
}

#helpBtn {
    padding-right: 0px;
}
div.tweetContainer{
	height: 453px;
	overflow: hidden;
	overflow-y: scroll;
	margin-top: 40px;
	padding-left: 90px;
	padding-right: 65px;
}
div.tweetMain{
	padding-top: 65px;
	margin-left: 75px;
	margin-right: 10px;
	padding-bottom: 80px;
	
	font-size: 150%;
}
.tweetMain a {
    color: #333;   
    text-decoration: none;
}
.tweet {
    clear: both; 
    padding-top: 10px;   
}
.tweet-meta {
    font-style: italic; 
    font-size: 92%;   
}
.hidden {
    display: none;   
}

#splash {
	position: absolute;
	top: 157px;
	left: 480px;
}
