﻿html, form
{
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
body
{
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px; /*font-family: 'Lucida Sans';*/
	font-family: 'MS Reference Sans Serif';
	font-size: 12px;
	height: 100%;
	width: 100%;
	color: #2C3137;
	/*color:#40474B;*/
	font-weight: normal;
}

#maindiv
{
	margin-top:100px;
	width: 100%;
	min-height:100%;
	/*background-color: #FFCCFF;*/
}

#header
{
	color: #558ED5;
	width: 100%;
	height: 100px;
	font-size: 16px;
	font-weight: bold;
}

#headertable
{
	width:90%; 
	margin:0 auto;
}

#seprator
{
	background-color: #dce6f2;
	font-family: 'MS Reference Sans Serif';
	font-size: 12px;
	color: #006699;
	font-weight: bold;
	height:22px;
	vertical-align:top;
}

.content_tr
{
	width:100%;
	min-height:100%;/*Working for firefox, chrome, safari.. not working for IE and opera.*/
}

.content_tr_td
{
	width:100%;
	/*height:100%;*//*Working for firefox, chrome, safari.. not working for IE and opera.*/
	height:100%;
	/*padding-top:3% !important;
	padding-bottom:3% !important;*/
	vertical-align:top;
}


#content
{
	vertical-align:top;
	padding: 4px;
	margin: 10px auto;
	width: 90%;
	/*background-color: #EFEFEF;*/
	height: 90%;
	position:relative;
}

#foot
{
	position:relative;
	margin: 0 auto;
	width: 100%;
	vertical-align:bottom;
}

#footertable
{
	border-top: 1px solid #BACCE2;
}

.links
{
	
	color: #558ED5;
	text-decoration: none;
	cursor: pointer;
	font-weight:bold;	
}

.links:hover
{
	font-weight: bold;
	
	color: #000099;
	text-decoration: underline;
	cursor: pointer;
}

.specials
{
	padding: 5px;
	width: 200px;
	color: #32C600;
	background-color: #FFFFFF;
}

.specials:hover
{
	padding:5px;
	width: 200px;
	color: #FFFFFF;
	background-color: #32C600;
}
.popup
{
    border-style: solid;
    border-width: 1px;
    display: none;
    z-index: 999;
    background-color: #FFFFCC;
    color: #CC6600;
    font-size: 13px;
    text-align: center;
    padding: 10px;
}
.tdborder
{
	border-right-style: solid;
	/*border-left-style: solid;*/
	border-width: 1px;
	border-color: #C0C0C0;
}

.DisplayName
{
	font-weight: bold;
	color: #000099;
	font-size: 14px;
}

#invfriends
{
	background-color: #99FF99;
	border: 1px outset #00FF00;
	font-size: 16px;
	font-weight: bold;
	height:30px;
	padding:0 auto;
}

.tdhead
{
	background-color: #dce6f2;
	font-weight: bold;
	border: 1px solid #0066FF;
	padding:3px;
	margin:3px;
}

.tdd
{
	width: 100%;
	padding:3px;
	margin:3px;
}
.aboutme
{
	font-size: 11px;
}
.sidebar
{
	/*background-color: #C4C4FF;*/
	background-color:#dce6f2;
	font-size: 11px;
}
.lb
{
	font-size: 11px;
	color: #558ED5;
	text-decoration: none;
	cursor: pointer;
	font-weight:bold;	
}

.lb:hover
{
	font-weight:bold;
	font-size: 11px;
	color: #F26621;
	text-decoration: underline;
	cursor: pointer;
}

.lbhead
{
	color: #FFFFFF;
	text-decoration: none;
}
.lbhead:hover
{
	color: #FFFFCC;
	text-decoration: underline;
}
#menu
{
	list-style-type: none;
	text-align:left;
	width:100%;
	font-size:14px;
	font-weight:bold;
}
.menutab
{
	margin-right:5px;
	padding-left:5px;
	padding-right:3px;
	float: left;
	cursor: pointer;
}
.menutab:hover, #menu ul li:hover
{
	margin-right: 5px;
	padding-left: 5px;
	padding-right:3px;
	float: left;
	background-color: #FFFFFF;
	color: #0033CC;
	cursor: pointer;
	text-decoration: underline;
}
.watermark
{
	color: #CCCCCC;
}

.research
{
	font-family: 'Trebuchet MS';
	font-weight: bold;
	font-size: 22px;
	color: #5082BE;
}