@charset "utf-8";
/* CSS Document */

/* universal tags */

html, body{
	background-image:url(images/main_bg.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	margin:0;
}

.container {
	margin:0 auto; 
	width:1000px;
	clear:both;
}

#messagebox{
	border:#E4E034 1px dashed;
	background-color:#F1F2D2;
	margin-left:10px;
	margin-right:10px;
	margin-top:25px;
	padding:10px;
	padding-left:30px;
	background:url(images/yellowWarn.gif) left no-repeat;
	font-size:12px;
}

.tier3-left {
	float:left; 
	width:728px; 
	height:90px; 
	background-color:#ccc; 
	margin-right:10px; 
	margin-top:10px;
}

.tier3-right {
	float:left; 
	width:262px; 
	height:90px; 
	background-color:transparent; 
	margin-top:10px;
}

.container2 {
	margin: 0 auto;
	width:1000px;
	margin-bottom:10px;
}

#container{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#adCode{
	margin-right:10px;
}

#mainFlag{
	text-align:center;
}

textarea{
	width:100%;
}

#mainFrame{
	width:100%;
	border-width:0px;
	border-style:none;
}

.openChatBox{
	padding:5px;
	display:inline;
	width:475px;
}

.askBox{
	padding:5px;
	display:inline;
	width:475px;
	background-color:#999999;
}

.mainTable{
	font-size:24px;
	color:#666666;
	font-weight:bolder;
}

.chatBox{
	margin-top:35px;
	height:auto;
	width:inherit;
	border-color:#000000;
	border-width:0px;
	border-style:dotted;
}

.chatDisplayImg{
	margin-right:10px;
	margin-left:10px;
	width:61px;
	height:81px;
	overflow:hidden;
}

.chatDisplayName{
	border-top:#CCCCCC solid 1px;
	border-bottom:#CCCCCC solid 1px;
	text-align:center;
	color:#6B6B6B;
	font-size:18px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.chatDisplayName a{
	color:#6B6B6B;
	text-decoration:none;
}

.chatDisplaydate{
	color:#888888;
	font-size:13px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.chatBox:hover{
	background-color:#E2E2E2;
	border-color:#D3CDA9;
	border-width:1px;
	border-style:dotted;
}

.chatDisplayTable{
	font-size:14px;
	vertical-align:top;
}

.chatDisplayOptions{
	font-size:11px;
	height:20px;

	padding-top:3px;
	padding-bottom:0px;
	margin-bottom:15px;
	margin-left:13px;
	color:#333333;

	background-repeat:no-repeat;
	overflow:hidden;
	
	text-align:left;
}

.chatDisplayOptions a{
	text-decoration:none;
	color:#333333;
}

.disclaimer{
	border-color:#000000;
	border-width:1px;
	border-style:solid;
	background-color:#D6D6D6;
	margin:15px;
	margin-top:0px;
	padding:7px;
	font-size:10px;
}

.disclaimer legend{
	color:#000000;
}

#siteIntro{
	border-color:#000000;
	border-width:1px;
	border-style:solid;
	background-color:#D6D6D6;
	margin:10px;
	padding:10px;
}

input{
	width:100%;
}

#button{
	background : url(images/submit-question.jpg);
	/* background-color:#FFFFCC; */
	/* border-color:#FFCC99; */
	/* border-width:1px; */
	/* border-style:solid; */
	border-style:none;
	width:200px;
	height:16px;
}

#liveChat{
	
	margin:15px;
	margin-bottom:0px;
	font-size:24px;
	padding:7px;
	padding-left:0px;
}

#liveChatNav{
	text-align:left;
	font-size:12px;
	margin-left:15px;
	color:#C40005;
	font-weight:bold;
	padding-top:2px;
	padding-bottom:5px;
}

#liveChatNav a{
	color:#C40005;
}

.chatTimeHeader{
	text-align:left;
}

#liveChat{
	text-align:left;
}

#liveChatInfo{
	margin-left:15px;
	font-size:13px;
	text-align:left;
}

#chatSponsors{
	font-size:10px;
}

#holdster{
	border-style:solid;
	border-color:#333333;
	border-width:1px;
	background-color:#EBEDD8;
	margin-top:15px;
	margin-left:9px;
	margin-right:9px;
}