
/*-----------------------------
RESET STYLES
-----------------------------*/

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	-webkit-text-size-adjust:none;
}

body {
	font-size: 10px;
}

ul, li, ol, dl, dd, dt {
	list-style:none;
	padding:0;
	margin:0;
}

a {
	text-decoration:none;
}
	
	
/* end reset */

  
body {  
  background-color: #fff;
  font-family: helvetica, arial;
  font-size: 100%;
}

#top { 
  background: #FFB433 url(chain.png) no-repeat 2px 0;
  padding: 0.2em 0.2em 0.2em 22px;
  font-size: 0.5em;
}

.dateChange { 
  background-color: #CCCCCC;
  padding: 0.3em;
  cursor: pointer;
  text-align: right;
  margin: 0;
  border: 1px solid #000;
  border-width: 0 1px 1px 0;
  X-webkit-border-radius:25px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
}

#listSelector,
#listOptions { 
  text-align: center;
}

#msgList { 
  overflow: hidden;
}

#msgList ul { 
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#msgList li { 
  border: 1px solid #ccc;
}

#msgList li a { 
  text-decoration: none;
}

#msgList li > a { 
  background-color: #E8F2FF;
  display: block;
  outline: none;
  padding: 0.3em 2px;
  -webkit-transition: all 0.2s ease-in-out; 
  -moz-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out;
}

#msgList li a .author {
  font-size: 0.8em;
  color: #000;
}

#msgList .readMsg > a { 
  background-color: #eee;
  opacity: 0.5;
}

#msgList li div.msgCtr { 
  display: none;
  padding: 0.2em;
}

#msgList li .msgCtr .msgHeader{
  display: none;
} 

#msgList li.expand > div { 
  display: block;
}

#msgList li.currentMsg > a {
  background-color: yellow;
}

#msgList li.threadMsg > a {
  border-left: 4px solid #FFB433;
}

#msgList #msgCount { 
  text-align: center;
}

.msgCtr .msgHeader {
  margin-bottom: 0.5em;
}

.msgCtr .subject {
  font-weight: bold;
}

.msgCtr .author {
  float: right;
  margin-bottom: -1em;
}

#listOptions #timer img { 
  height: 1em;
  width: 1em;
}

.msgCtr .reply {
  text-align: center;
}