BODY {
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
	min-width: 980px;
	width: expression(document.body.clientWidth < 9800 ? "980px" : "100%");
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #000000;

}
BODY A {
	text-decoration: none;
}
TD {
	font-family: Verdana, sans-serif;
	font-size: 12px;
}
TD A{
	font-family: Verdana, sans-serif;
}
#top  {
	background-image: url(/tla/images/frisim7top.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 204px;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
}
A:visited {
	color: #00b0f0;
}

.username A {
	color: #00b0f0;
}

#thelist {
	padding: 10px 20px 10px 20px;
}

#thelist LI {
	padding: 0px;
	margin: 0px;
}
#thelist UL {
	padding: 0px;
	margin: 0px;
}

LI A {
	color: #00b0f0;
}
.username {
	padding: 10px 20px 10px 20px;
}

#lists {
	padding: 10px 20px 10px 20px;
	font-size: 16px;
}

.showmembersinfo {
	font-size: 16px;
}
.showmembers {
	font-size: 12px;
}

.add { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}
ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 6px 1px 20px 1px; /* set margins as desired */
font: bold 14px Verdana, sans-serif; /* set font as desired */
text-decoration: none;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-khtml-border-top-right-radius: 5px;
-khtml-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-webkit-border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
border-bottom: 1px solid #c0c0c0; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 8px 20px; /* THIRD number must change with respect to padding-top (X) below */
}
ul#tabnav li { /* do not change */
 display: inline;
}
ul#tabnav li a { /* settings for all tab links */
padding: 8px 14px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #c0c0c0; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #e0e0e0; /* set unselected tab background color as desired */
color: #000000; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-khtml-border-top-right-radius: 5px;
-khtml-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-webkit-border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
border-bottom: none;
font: bold 14px Verdana, sans-serif; /* set font as desired */
/* outline: none;*/
}

.username A {
	color: #00b0f0;
}
.showmembers A {
	color: #00b0f0;
}


.accordion {
	width: 800px;
	border-bottom: solid 1px #c4c4c4;
}
.accordion h3 {
	background: #e9e7e7 url(./images/arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font: bold 18px Arial, Helvetica, sans-serif;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}
.accordion h3:hover {
	background-color: #e3e2e2;
}
.accordion h3.active {
	background-position: right 5px;
}
.accordion div {
	background: #f7f7f7;
	margin: 0;
	font-size: 16px;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}

.accordion div{
	background: #f7f7f7;
	margin: 0;
	font-size: 16px;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}
.accordion A:visited {
	color: #00b0f0;
}
.accordion A {
	color: #00b0f0;
}

