﻿body
{
	margin: 0px;
	font-family: Verdana, Arial, Serif;
	font-size: 12px;
	background-image: url(Images/Website/Body_BG.gif);
	margin-bottom: 1px;
	color: black;
}

td.BoxBody
{
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 12px;
	padding-top: 0px;
	border-left: #D3E1E7 1px solid;
	border-right: #D3E1E7 1px solid;
}

td.ProfText {font-family:Arial;font-size:13px;}

h1
{
	font-size: 1em;
	font-family: Verdana, Arial, Serif;
	padding: 0;
	font-weight: bold;
	margin: 0;
	line-height: 1em;
}

h2
{
	font-size: 1.6em;
	font-family: Verdana, Arial, Serif;
	font-weight: normal;
	padding: 0;
	margin: 0;
	color: #FA3D05;
	line-height: 1.6em;
}

h3
{
	font-size: 1.2em;
	font-family: Verdana, Arial, Serif;
	font-weight: normal;
	padding: 4;
	margin: 0;
	color: #FA3D05;
	line-height: 1.6em;
}

A,
A:visited,
A:link
{
	color: #000080;
	text-decoration: underline;
}

A:hover
{
	color: #0000cd;
	text-decoration: underline;
}

A:active
{
	color: #0000cd;
	text-decoration: none;
}


/********     Navigation  Bar      ********/
.NavLeftLinks, 
.NavLeftLinks:link,
.NavLeftLinks:visited,
.NavLeftLinks:active
{
	color: black;
	text-decoration: none;
	font-weight: bold;
}

.NavLeftLinks:hover
{
	color: black;
	text-decoration: underline;
}

.NavRightLinks, 
.NavRightLinks:link,
.NavRightLinks:visited,
.NavRightLinks:active
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.NavRightLinks:hover
{
	color: #ffffff;
	text-decoration: underline;
}

/********    Other     ********/
div.errorbox
{
	background:#ffeaea;
	margin-bottom:20px;
	border:1px solid #d99;
}

div.messagebox
{
	background: #CEDCEE;
	text-align: center;
	margin-bottom: 10px;
	border: 1px solid #84B8EA;
	/*border: 1px solid #CAD6E8;*/
}
.main
{
    float: left;
    margin: 0;
    padding: 0 8px 0 8px;
    display: inline;
    background: url(Images/Website/box.jpg) no-repeat;
}
/********  Profile Page   ********/
.container
{
	width: 242px;
	padding: 2px;
	border: 1px solid #ccc;
	background: #fff;
}

.memberpanel
{
	width: 188px;
	padding: 2px;
	border: 1px solid #ccc;
	background: #fff;
}

#aboutcontainer
{
	width: 480px;
	padding: 2px;
	background: #fff;
}

.tabnav
	{
		line-height: 14px;
		background: url(Images/Website/tab_bottom.gif) repeat-x bottom;
	}

.tabnav a:link, .tabnav a:visited, .tabnav a:hover
{
	float: left;
	font-size: 12px;
	font-family: Arial;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #666;
}

td.gentext
{
	font-family: Arial;
	font-size: 13px;
	text-align: left;
}

/********  User Side Bar   ********/
#sidebar
{
    float: left;
    width: 100%; /*width: 250px;*/
    padding: 0;
    margin: 0;
}
#sidebar h5
{
    margin-top: 0px;
    padding: 5px 0px 5px 10px;
    font-size: 1.1em; /*font: bold 1.1em Verdana, 'Trebuchet MS' , Sans-serif;*/
    color: #555;
    background: #EEF0F1 url(Images/Website/headerbg.gif) repeat-x left bottom;
    border: 1px solid #EFF0F1;
    margin-bottom: 0;
}
#sidebar .left-box
{
    border: 1px solid #EFF0F1;
    margin: 0 0 5px 0;
}
#sidebar ul.sidemenu
{
    list-style: none;
    text-align: left;
    margin: 3px 0px 8px 0;
    padding: 0;
    text-decoration: none;
}
#sidebar ul.sidemenu li
{
    border-bottom: 1px solid #EFF0F1;
    background: url(Images/Website/go.gif) no-repeat 5px 5px;
    padding: 2px 0 2px 25px;
    margin: 0 2px;
}
#sidebar ul.sidemenu a
{
    font-weight: bolder;
    text-decoration: none;
    background-image: none;
    text-decoration: none;
    color: #4F82CB;
}

#sidebar ul.sidemenu a:hover
{
    font-weight: bolder;
    text-decoration: none;
    background-image: none;
    text-decoration: none;
    color: #4EBF37;
}

/********    Footer     ********/
div.footer
{
    clear: both;
    width: 960px;
    height: 80px;
    margin: 0 auto;
    padding: 20px 0;
    background: url(Images/Website/Line_Bot.jpg) no-repeat;
}