﻿body
{
	width:100%;
	background-color:#000;
	color:white;
	font-family:Verdana;
	font-size:12px;
	margin:0px 2px;
	background-image:url(/images/background.png);
	background-repeat:no-repeat;
	background-position:top center;
	background-attachment: fixed;
}

.btn
{
	background-color:#8888BB; 
	color:white; 
	font-family:Verdana;
}
.header
{
	border-bottom:#ff;
	background-color:#8888BB;
	color:white;
	font-size:16px;
}
.title
{
	border-bottom:#ff;
	background-color:#8888BB;
	color:white;
	font-size:14px;
	border-bottom:white;
	border-top:white;
}
.menu
{
	background-color:#8888BB;
	font-size:10px;
}
.menuLink
{	
	color:white;
}
.PersonalImage
{
	width:50px;	
}
.logo
{
	width:20px;
}
hr
{
	color:#8888BB;
}
a
{	
	color:white;
}
.signUpAlert
{
	background-color:#F4AF0F;
}

.iconsMenu
{
	background-color:#ffffdd;
	color:#8888BB;
}
.newMsg
{
    background-color:#2f2f2d;
}