﻿body 
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/bluegradient.png);
	background-repeat: repeat-x;
	background-color: white;
	font-family: Comic Sans MS, Calibri, Arial, Sans-Serif;
	font-size: 11pt;
}

img
{
	border: 0;
}

h2
{
    
    font-family: Comic Sans MS,Calibri, Arial, Sans-Serif;
    padding-left: 10px;	
	font-size: 24pt;
	color: #0000a9;
}

h5
{
	padding-left: 10px;
}

h6
{
	padding-left: 10px;
	line-height: 1;
}

p
{
    padding-left: 10px;
    padding-right: 10px;
}
#headerMenuDiv
{
    margin-right:auto;
    margin-left:auto;
    width: 350px;
    color: #0000a9;
    text-align: center;
    font-family: calibri, Arial, Sans-Serif;
    font-size: 12pt;
}

#headerMenuDiv a, #footer a
{
	color: #4343ff;
	text-decoration: none;
}

#headerMenuDiv a:hover, #footer a:hover
{
	color: #0000a9;
	text-decoration: underline;
}

#footer
{
	text-align: center;
	font-size: 10pt;
	font-family: comic sans, Calibri, Arial, Sans-Serif;
	color: #4343ff;
}

#bugDiv a
{
	color: black;
}

#bugDiv a:hover
{
	color: Red;
	text-decoration: underline;
}

#welcomeDiv
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.loginBox
{
	border: 1px solid #0000a9;
	background-color: #dcdcff;
	color: #0000a9;
	font-size: 9pt;
	margin-top: 20px;
	
}
.loginBox a
{
    font-size:24px;
}

.wizard
{
	color: #0000a9;
	font-size: 10pt;
	margin-top: 20px;
	line-height: 2;
}

#wrapper
{
	background-color: #fff;
	min-height: 560px;
	height:auto !important;
  height:560px;
}

#contentDiv
{
    
	/*margin-left: 20px;*/
	margin-right: 20px;
	margin-top: 20px;
	float: left;
	width: 100%;
	line-height: 1.5;
}

#leftDiv
{
	float: left;
	width: 60%;
	margin-right: 20px;
}

#rightDiv
{
	float: left;
	width: 30%;
	margin-right: auto;
}

#groupDiv
{
	float: left;
	width: 360px;
	border: 1px dotted #4343ff;
}

#leftDivRegister
{
	float: left;
	width: 40%;
	margin-right: 20px;
}

#rightDivRegister
{
	float: left;
	width: 50%;
	margin-right: auto;
}

#membersTable
{
	border: 1px solid #0000a9;
	width: 240px;
	color: #0000a9;
}

.displayWrapper
{
	float:left;
	width: 750px;
}

#leftDisplayBoardDiv
{
	width: 350px;
	float: left;
}

#rightDisplayBoardDiv
{
	width: 360px;
	float: left;
	margin-left: 20px;
	border: dotted 1px #4343ff;
	margin-top: 10px;
	padding: 5px;
}

hr
{
	color: #4343ff;
}

#leftBlogDiv
{
	width: 480px;
	float: left;
}

#rightBlogDiv
{
	width:230px;
	float: left;
}

#advert
{
	background-color: #fff;
	font-size: 16pt;
	text-align: center;
	margin: 10px 10px 10px 10px;
}

#tbTable
{
    background-color: #dcdcff;
    width: 800px;
}
#mainMenuCell
{
    width:84%;
}
#adminMenuCell
{
    width:10%;
}
#loginStatusCell
{
     width:6%;
}

.txtPanel
{
   	margin-left: 20px;
	margin-top: 10px;
	padding: 5px;
}