﻿body 
{
    font-family: Arial, Verdana, Tahoma;
    font-size: 13px;
    color: #50260D;
}

table.generalBox 
{
    background-color: #E8EEFA;
    border: 3px double #C3D9FF;
}

table.leftMenu
{
    width: 160px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #81AFFF;
    background-color: #FFFFFF;
}

table.userList
{
    border: 1px solid #000000;
    border-collapse: collapse;
}

td.userTd
{
    text-align: left;
    height: 18px;
    border: 1px solid #000000;
    background-color: #FFFFFF;
}

td.userHd
{
    height: 20px;
    text-align: center;
    font-weight: bold;
    color: #000000;
    background-color: #C3D9FF;
    border: 1px solid #000000;
}

a:link
{
	color: #ffffff;
	text-decoration: none;
}

a:visited
{
	color: #ffffff;
	text-decoration: none;
}

a:hover
{
	color: #C3D9FF;
	text-decoration: underline;
}

a.menu:link
{
    color: #0000FF;
    text-decoration: underline;    
}

a.menu:visited
{
    color: #0000FF;
    text-decoration: underline;
}

a.menu:hover
{ 
    color: #BB0000;
    text-decoration: underline;
}

textarea
{
    font-family: Arial, Verdana, Tahoma;
    font-size: 13px;
}

span.pgTitle
{
    font-size: 18px;
    font-weight: bold;
}

span.copyright
{
    font-size: 11px;
}

div.panel
{
    margin: auto;
}

div.menuBox 
{
	text-align: center;
	color: #FFFFFF;
}

div.topMenu
{
    width: 450px;
    text-align: center;
    margin: auto;
}

div.mainCont
{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

div.profileList
{
    padding-left: 10px;
    line-height: 80%;
    margin: 10px 0px 20px 0px;
}

hr 
{
    color: #C3D9FF;
    background-color: #C3D9FF;
    border: 0px;
}

/* Round Box 1*/
div.rbTpLf1
{
    height: 1px;
    margin: 0 6px;
    border-bottom: 1px solid #81AFFF;
    overflow: hidden;
}

div.rbBtRt1
{
    height: 1px;
    margin: 0 6px;
    border-top: 1px solid #81AFFF;
    overflow: hidden;
}

div.rbLnA1
{
    height: 1px;
    margin: 0 4px;
    border-left: 2px solid #81AFFF;
    border-right: 2px solid #81AFFF;
    overflow: hidden;
    background-color: #C3D9FF;
}

div.rbLnB1
{
    height: 1px;
    margin: 0 3px;
    border-left: 1px solid #81AFFF;
    border-right: 1px solid #81AFFF;
    overflow: hidden;
    background-color: #C3D9FF;
}

div.rbLnC1
{
    height: 1px;
    margin: 0 2px;
    border-left: 1px solid #81AFFF;
    border-right: 1px solid #81AFFF;
    overflow: hidden;
    background-color: #C3D9FF;
}

div.rbCnr1
{
    height: 2px;
    margin: 0 1px;
    border-left: 1px solid #81AFFF;
    border-right: 1px solid #81AFFF;
    overflow: hidden;
    background-color: #C3D9FF;
}

div.rbContent1
{
    padding: 0 5px;
    text-align: left;
    border-left: 1px solid #81AFFF;
    border-right: 1px solid #81AFFF;
    background-color: #C3D9FF;
}

/* Round Box 2*/
div.rbTpLf2
{
	height: 1px;
	margin: 0 6px;
	border-bottom: 1px solid #2c60c3;
	overflow: hidden;
}

div.rbBtRt2
{
	height: 1px;
	margin: 0 6px;
	border-top: 1px solid #C3D9FF;
	overflow: hidden;
	color: #FFFFFF;
}

div.rbLnA2
{
	height: 1px;
	margin: 0 4px;
	border-left: 2px solid #2c60c3;
	border-right: 2px solid #2c60c3;
	overflow: hidden;
	background-color: #2c60c3;
}

div.rbLnB2
{
	height: 1px;
	margin: 0 3px;
	border-left: 1px solid #2c60c3;
	border-right: 1px solid #2c60c3;
	overflow: hidden;
	background-color: #2c60c3;
}

div.rbLnC2
{
	height: 1px;
	margin: 0 2px;
	border-left: 1px solid #2c60c3;
	border-right: 1px solid #2c60c3;
	overflow: hidden;
	background-color: #2c60c3;
}

div.rbCnr2
{
	height: 2px;
	margin: 0 1px;
	border-left: 1px solid #2c60c3;
	border-right: 1px solid #2c60c3;
	overflow: hidden;
	background-color: #2c60c3;
}

div.rbContent2
{
	padding: 0 10px;
	text-align: left;
	border-left: 1px solid #2c60c3;
	border-right: 1px solid #2c60c3;
	background-color: #2c60c3;
}

div.rbContent3
{
	padding: 10px 15px;
	text-align: left;
	border-left: 1px solid #C3D9FF;
	border-right: 1px solid #C3D9FF;
	background-color: #2c60c3;
}

span.largetext
{
    font-size: 14px;
}

span.smalltext
{
    font-size: 6px;
    color:White;
}


a.homeLink:hover
{
	color: #597455;
	text-decoration: underline;
}



a.homeLink
{
	color: #597455;
	text-decoration: none;
}























