@charset "UTF-8";
/* CSS Document */
* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #FFFFFF;
}

a.tab:link{
    font: normal 14px Verdana;
	text-decoration: none;
	color: #000000;
}

a.tab:visited {
    font: normal 14px Verdana;
	text-decoration: none;
	color: #000000;
}

a.tab:active { 
    font: normal 14px Verdana;
	text-decoration: none;
	color: #000000;
}

a:link{
	text-decoration: none;
	color: #000000;
}

a:hover{
	text-decoration: none;
	color: #000000;
	background: #6699CC;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:active { 
	text-decoration: none;
	color: #000000;
	background: #6699CC;
}

ul
{
    margin: 0px;
    list-style-type: None;
}

li
{
    display: Inline;
    font: Normal 14px Verdana;
    padding: 1px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
    border-top: Solid 1px #000000;
	border-left: Solid 1px #000000;
	border-right: Solid 1px #000000;
	background: #F5F5F5;
}

li:hover {
    display: Inline;
    font: Normal 14px Verdana;
    padding: 1px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
    border-top: Solid 1px #000000;
	border-left: Solid 1px #000000;
	border-right: Solid 1px #000000;
	background: #CCCCCC;
}

.tabselected {
	background: #CCCCCC;
}

#layout {
	background-color: #FFFFFF;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 480px;
	height: 140px;
	
	/*margin-left: -240px; /*half of width*/
	/*margin-top: -160px; /*half of height*/
}

#slideArrow {
	background: url(../img/rightArrow.png) no-repeat;
	background-position: center;
}

#header {
	background-image:url('../img/topbar.jpg');
	background-repeat:no-repeat;
	width: 465px;
	height: 60px;
	padding-right: 15px;
	padding-bottom: 10px;
}

#bodydiv {
	width: 440px;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
}

#logomini {
	background-image:url('../img/logomini.jpg');
	background-repeat:no-repeat;
	width: 200px;
	height: 25px;
	position: absolute;
}

.friendElement {
	height: 30px;
	width: 310px;
	border-bottom:1px solid black;
	padding: 5px;
}

