*{
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
	font-family: tahoma, arial, helvetica, lucida sans, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

html{
	
	background-color:white;
}
body{
	margin:0;
	padding:0;
}
div {
	position:relative;
	color: #444;
}
input {
	color: #444;
    -moz-user-select: all;
    -khtml-user-select: all;
    -webkit-user-select: auto ;
    user-select: all;
}
select{
	background-color:white;
	margin:0;
	padding:0;
	height:20px;
	border:1px solid #ddd;
}

//A:link {text-decoration: none; color: #444;}
//A:visited {text-decoration: none; color: #444;}
//A:active {text-decoration: none; color: #444;}
//A:hover {text-decoration: underline; color: red;}

a{
	color: #444;
}

#topMenuTable td {
	padding: 0 10px;
	font-size: 13px;
	vertical-align: bottom;
}
#topMenuTable td:hover{
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
}

div.{
	width: 1024px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	display: none;
	background-color:white;
}
#topContainer {
	width: 1020px;
	height: 21px;
	margin: 2px 1px 1px 1px;
	background-color:#EEE; 
	border: 1px solid #ddd;
}
#bottomContainer {
	width: 768px;
	margin:0 auto;
	height: auto;
}
div.leftBottomContainer {
	width: 750px;
	height: auto;
	padding: 5px;
	margin:2px auto;
	background-color:white;
	border: 1px solid #ddd;
	margin-top: 0;
	clear: left;
	float: left;
}
div.leftBottomContainerHeader {
	width: 750px;
	padding: 0 5px;
	height: auto;
	margin:2px auto;
	color: black;
	background-color:  #ddd;
	border: 1px solid #ddd;
	clear: left;
	float: left;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 0;
}
div.linksToSite {
	width: 150px;
	padding: 5px;
	height: auto;
	margin:0;
	color: black;
	border: 0;
	clear: none;
	float: left;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 0;
	text-align: center;
}
div.linksToSite:hover {
    cursor:pointer;
	background-color: #DDD;
}
div.right1BottomContainer {
	width: 254px;
	height: auto;
	margin:100px auto;
	clear: none;

	overflow: hidden;
}
div.right1BottomHeader{
	width: 248px;
	height: 17px;
	padding: 2px 2px 0 2px;
	background-color:#EEE;
	border: 1px solid #ddd;
	clear: none;
	float: left;
	cursor: pointer;
}
div.right1BottomHeader:hover{
	background-color:#ccc;
}
div.minimize{
	width: 13px;
	height: 13px;
	padding: 0;
	margin: 0 5px 0 0;
	background-color:white;
	border: 1px solid #ddd;
	clear: none;
	float: left;
	text-align:center;
}
div.right1BottomArea{
	width: 248px;
	height: auto;/*174px;*/
	padding:2px;
	background-color:white;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	clear: none;
	float: left;
}
div.messageContainer{
	top:100px;
	width:200px;
	margin: 0 auto;
}

div.mainContainer{
	width: 768px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	display: none;
	background-color:white;
}
div.messageHeader{
	width:94%;
	clear: both;
	float: left;
	height:auto;
	padding: 1px 3%;
	background-color:#aaa;
	color: white;
	border: 1px solid #aaa;
}
div.messageArea{
	width:94%;
	padding: 5px 3%;
	clear: both;
	float: left;
	height:auto;
	color: #444;
	background-color:#eee;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
