a{
  text-decoration: none;
}

a:visited{
  text-decoration: none;	
}

body{
  background-color: #808080;
  width: 1035px;
  font-family: trebuchet MS,sans-serif;
  margin: 10px auto 0px;
  padding: 0px;
  font-size:0.75em;
}

#content{
  min-height: 680px;
  margin: 0px 25px;
  padding-bottom: 25px;
}

#header{
  color: #272727;
  margin: 0px 25px;
}

#footer{
  margin: 0px 25px;	
  font-size: 0.75em;
}

#links{
  background-color: #000000;
  color: #ffffff;
  padding: 10px;
  text-align: center;
}

#logo{
  height: 51px;
  width: 500px;
}   
      
.section{
	background-color: #BBBBBB;
	border: 15px solid #E6E6E6;
  padding: 10px;         
	text-align:left;
}

.subsection{
  margin-bottom: 10px;
}

ul li{
  list-style-type: disc;
}

h1{
  border-bottom: thick solid yellow;
}

h2{
  margin: 0px;
  padding: 0px;
}

td{
  font-size: 0.75em;
  vertical-align:top;
}

#links td{	      
  color: #ffffff;
}

#links td a{
  color: #3399ff;
}

blockquote{
  font-style: italic;
}

/************************/
#query{
	display:block;
	height:72px;
	width:495px;
}

#response{
	display:block;
	height:72px;
	width: 270px;
}

#apiKey{
	font-size:1.50em;
	width:100%;
}

#resource{
	margin:0px;
}

label{
	font-size:1em;
}

.prompt{
	margin-bottom:15px;
} 

select.textPrompt{
	height: 1.75em;
}
#display {
	background:#aaffaa none repeat scroll 0 0;
	border: 2px solid #080;
	clear:both;
	color:#006600;
	font-size:1em;   
	margin:10px 0px;
	height:150px;
	overflow:auto;
	padding:5px;
	width: 270px;
}
.message{
	height:75px;
	width: 270px;
}
span.warn{
	color:#FF0000;
	font-size:1.5em;
}

#location_loader, #message_loader{
 	margin-bottom:-3px; 
}

#presence_loader{
	margin-bottom: 0px; 
}

#sms_activity{
	color: #666;
}

#sms_activity img.spinner{
	margin-bottom: -3px;
}