
body
{
	font-family: sans-serif;
	background: url(/images/language-learnr.png) repeat-x;
	text-align: center;
	margin: 0px;
}
#main
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 13px;
	margin-top: 40px;
}

#tabs
{
	border-spacing: 0px;
	height: 28px;
}

.inactive_tab span, .active_tab span
{
	padding: 6px 15px;
	-moz-border-radius: 5px 5px 0px 0px;
	border: 1px solid #aaa;
	border-bottom: none;
	#position:relative;
	#bottom:1px;

}

.inactive_tab span
{
	cursor: pointer; cursor: hand;
	background-color: #eef2ee;
	color: #555;
}

.active_tab span
{
	cursor: pointer; cursor: hand;
	background-color: #fff;
	border-bottom: 1px solid white;
	#position:relative;
}

#content
{
	border: 1px solid #aaa;
	padding: 20px;
	background-color: white;
/* 				height: 600px; */
	line-height: 110%;
	color: #333;
	margin-bottom: 10px;
}

#user_img
{
	margin: 0px 10px 0px 0px;
}

#msg_row td
{
	vertical-align: top;
}

#desc
{
	margin-bottom: 20px;
}

#user_msg
{
	vertical-align: top;
}

#user_msg_wrapper
{
	font-size: 13px;
	line-height: 110%;
}

#user_msg_header
{
	margin-bottom: 10px;
	color: #333
}

#user_img_caption
{
	text-align: center;
	font-weight: bold;
}

#response_box
{
	width: 100%;
	height: 6em;
	border: 1px solid #555;
	margin-bottom: 10px;
	padding: 3px 4px;
}

#response_header
{
	margin-top: 20px;
	margin-bottom: 10px;
}

#send_button_wrapper
{
	text-align: right;
}

#send_button
{
	border: 1px solid #555;
}

#user_msg_inner
{
	background-color: #f5f7fa;
	border: 1px solid #ccc;
	padding: 5px 8px;
	-moz-border-radius: 5px;
	color: #444;
}

#response_cell
{
	padding-left: 8px;
}

#sidebar
{
	margin-left: 620px;	
	padding-top: 30px;
}

#content_wrapper
{
	width: 600px;
	float: left;
}

#intro
{
	margin-bottom: 30px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#intro_header
{
	font-size: 26px;
	margin: 20px 0px 30px 0px;
	color: #555;
}

#lesson_reading
{
	margin-bottom: 10px;
	text-align: justify;
	background-color: #F5F7FA;
	border: 1px solid #ccc;
	padding: 10px;
	-moz-border-radius: 5px;
	line-height: 110%;
}
.radios
{
	margin: 5px 0px 10px 20px;
	color: #444;
}
#home_content_inner
{
	line-height: 120%;
}
#lessons_desc, #messages_desc
{
	font-size: 18px;
	margin-top: 20px;
	background-color: #F2FFF9;
	-moz-border-radius: 10px;
}

.homelink {
	cursor: pointer;
	cursor: hand;
}

.homelink:link, .homelink:active, .homelink:visited, .homelink:hover
{
	text-decoration: none;
	color: #333;
}
.homelink:hover
{
	text-decoration: underline;
	color: #333;
}
a
{
	color: #47c;
}
#top_bar
{
	width: 100%;
	background-color: #E3FFF3;
	border-bottom: 1px solid #CEF2E2;
	text-align: right;
/* 				height: 13px; */
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 1px;
	color: #74A687;
}
#top_bar_inner
{
	margin: 0px 10px;
}

