/* -------------------------------------------------------------------- */
/*																		*/
/*		Xiin Networks (XiiNet.com) Copyright Statement 2010				*/
/*		"NAX-LR" code template Copyright Philip Whitehall				*/
/*		Contact: greenyoshi@xiinet.com									*/
/*																		*/
/*		Lambda Records (lambdarecords.net) Copyright Matthew Hitchings	*/
/*		"LR2010" design Copyright Matthew Hitchings						*/
/*		Contact: nintendorev212@gmail.com								*/
/*																		*/
/* -------------------------------------------------------------------- */

/* The basics. */
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F1F1F1;
	background-image: url(/layout/images/body_bg.png);
	background-color: #000000;
	margin: 0px;
}

A:link    { COLOR: #F1F1F1; text-decoration: none; }
A:visited { COLOR: #F1F1F1; text-decoration: none; }
A:active  { COLOR: #F1F1F1; text-decoration: none; }
A:hover   { COLOR: #95e0ff; text-decoration: underline; }

/* And now, the rest. */

.main_area {
	border-style: solid;
	border-collapse: collapse;
	border-color: #e4e4e4;
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #000000;
}

.xiinet_footer {
	font-size: 10px;
}

th.nav {
	font-size: 18px;
	font-weight: lighter;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

td.page_header {
	font-size: 18px;
	height: 15px;
}

/* News styling */

.title {
	font-size: 18px;
	font-weight: bold;
}

.topicfooter {
	font-size: 10px;
	font-style: italic;
	text-align: right;
}

/*Overall CSS for each Horizontal Accordion.
	Most settings should be kept as it.
	Customize each Accordion by styling each Accordion's ID attribute instead.
*/

.haccordion{
padding: 0;
}

.haccordion ul{
margin: 0;
padding-left: 0;
list-style-type: none;
overflow: hidden; /*leave as is*/
}


.haccordion li{
margin: 0;
padding: 0;
display: block; /*leave as is*/
width: 150px; /*For users with JS disabled: Width of each content*/
height: 100%; /*For users with JS disabled: Height of each content*/
overflow: hidden; /*leave as is*/
float: left; /*leave as is*/
}

.haccordion li .hpanel{
width: 150px; /*For users with JS disabled: Width of each content*/
height: 100%;  /*For users with JS disabled: Height of each content*/
}
