.odd{
	/*background-color : #E5E7E6 !Important;*/
	background-color : rgb(229,231,230) !Important;
}
.even{
	/*background-color : #FFFFFF !Important;*/
	background-color : rgb(255,255,255) !Important;
}
.dateHead{
	height : 16px;
	background-color : #FCFB65;
	font-size : 8pt;
	line-height : 12pt;
	font-style : italic;
	margin : 4px 0 4px 0;
}
div.frakked{/*  cancelled chat title bar text */
	text-decoration : line-through;
	color : #FF0000;
	background-color : transparent;
}
p.frakked{/* cancelled description text */
	color: #FF0000;
	text-transform: uppercase;
	font-variant: small-caps;
	text-align : center;
	background-color : transparent;
}
div#viewBox.cylon{
	background-color : #FFFFFF;
	height : auto;
	margin : 0 0 4px 0;
}
#battlestar{/* wrapping div  */
	width : 170px;
	background-color : transparent;
	margin : 0 auto 0 auto;
	border : none;

}
#battlestar .galactica{/* main title bar */
	width : auto;
	background-color : #6984BE;
	margin : 0 0 2px 0;
	border-bottom : 1px solid #000000;
	height : 26px;
	text-align : left;
	font-size : 12pt;
	line-height : 19pt;
	padding : 0 0 0 3px;
	font-weight : bold;
}
.galactica span{
	font-size : 10pt;
}

#battlestar .cylon{/* chat node */
	background-color : #FFFFFF;
	width : 168px;
	height : auto;
	border-width : 0 0 0 0;
	border-style : solid;
	border-color : #000000;
	margin : 0 auto 0 auto;
	text-align : center;
}
#battlestar .cylon .raptor{/* chat title bar */
	width : auto;
	height : 16px;
	background-color : #D7E9FD;
	font-size : 8pt;
	line-height : 11pt;
	cursor : pointer;
}
#battlestar .cylon .raptor span:hover{
	color : #000000;
}
#battlestar .cylon .raptor .starbuck{/* chat title bar modelname  */
	width : auto;
	margin-left : 3px;
	color : #1F5EC8;
	background-color : transparent;
}
#battlestar .cylon .raptor .athena{/* chat title bar datetime */
	width : auto;
	margin-right : 3px;
	color : #1F5EC8;
	background-color : transparent;
}
#battlestar .livenow{/* chat title bar LIVE NOW text  */
	color : #FF0000 !Important;
	background-color : #00FFAB !Important;
	font-family : verdana;
	background-color : transparent;
}

#battlestar .cylon .apollo{/* chat thumbnail */

	height:160px;
	width : 160px;
	border-width : 0 0 0 0;
	border-color : #000000;
	border-style : solid;
	background-color : transparent;
	margin : 0 auto;
}
#battlestar .helo{/* chat info container element  */
	text-align : left;
	margin : 0 0 0 0;
	height : auto;
	background-color : #FFFFFF;
}
#battlestar .baltar{/* network name text  */
	background-color : #FCD586;
	width : 160px;
	margin : 0 auto 0 auto;
	font-size : 8pt;
	white-space : nowrap;
	line-height : 14pt;
	text-align : center;
	color : #000000;
	height : 20px;
}
#battlestar .capricasix{/* chat description box  */
	padding : 0 2px 0 2px;
	width : 160px;
	margin : 0 auto 0 auto;
	height : 50px;
	max-height : 50px;
	font-size : 8pt;
	overflow : auto;
	background-color : transparent;
}
#battlestar .chatfoot{
	width : auto;
	height : 57px;
	background-image : url(images/campic.jpg);
	background-repeat : no-repeat;
	background-position : center;
	margin : -1px 0 0 0;
}
.infobox{
	margin : 0 0 8px 0 !Important;
}
a.link{/* links in members template */

	color : #000000;
	cursor : pointer;
	text-decoration:none;
	background-color : transparent;
}
a.link:hover{/* hovered links in members template */


}