/* <!-- */
/* General styles */
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	background-color:#333333;
	color:#333333;
	font-size:90%;
}
.main {
	width:979px;
	margin:auto;
	background-color:#FFFFFF;
}

a:link {
	color: #0487c7;
	text-decoration: none;
	font-weight: normal;	
}

a:visited {
	color: #0487c7;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #0487c7;
	text-decoration: underline;
	font-weight: normal;
}

/* Header styles */
#header {
	clear:both;
	float:left;
	width:979px;
	height:92px;
	background: #12a3eb url(images/header-bg.png) repeat-x;
}

.logo {
	float:left;
	width:239px;
	padding: 0 0 0 0;
}
.logininfo {
	float:right;
	width:auto;
	text-align:right;
	color:#FFFFFF;
	padding: 75px 5px 10px 5px;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:979px;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}

/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:979px;			/* width of page */
	position:relative;
}
.center,
.left,
.right {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */
.threecol {
	background:#FFF;		/* right column background colour */
}
.threecol .colmid {
	right:211px;			/* width of the right column */
	background:#fff;		/* center column background colour */
}
.threecol .colleft {
	right:555px;			/* width of the middle column */
	background:#FFF;	/* left column background colour */
}
.threecol .center {
	width:545px;			/* width of center column content (column width minus padding on either side) */
	left:990px;			/* 100% plus left padding of center column */
}
.threecol .left {
	width:205px;			/* Width of left column content (column width minus padding on either side) */
	left:217px;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	padding:10px;
}
.threecol .right {
	width:191px;			/* Width of right column content (column width minus padding on either side) */
	left:774px;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}

.moduletable_left {
	background:url(images/module_bottom.jpg) bottom no-repeat;
	width:205px;
	padding-bottom:10px;
	margin-bottom:20px;
}

.moduletable_left h2 {
	background-color:#FFFFFF;
	display:inline;
	margin-left:10px;
	padding:0 5px;
	height:16px;
	font-size:14px;
	font-weight: bold;
	text-transform: uppercase;
}
.moduleheader_left {
	background:url(images/module_top.jpg) no-repeat;
	margin:0;
	line-height:15px;
	color: #333333;
	text-align: left;
	padding-left: 4px;
}

.modulebody_left {
	background:url(images/module_body.jpg) repeat-y;
	padding:1px 4px;
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	height:90px;
	background:url(images/bottom_top_line.jpg) left top repeat-x #FFFFFF;
}

.footer_left {
	width:10px;
	height:90px;
	float:left;
	background:url(images/bottom_left_corner.jpg) left bottom no-repeat;
}

.footer_content {
	width:939px;
	height:80px;
	float:left;
}
.footer_right {
	width:10px;
	height:90px;
	float:right;
	background:url(images/bottom_right_corner.jpg) right bottom no-repeat;
}

.copyright {
	clear:both;
	width:979px;
	margin:auto;
	color:#FFFFFF;
	padding:10px 15px;
}
table.moduletable_bottom_menu {
	width:100%;
	display:block;
}
ul#mainlevel_bottom_menu {

	list-style:none;
	padding:0;
	margin:20px 40px;
	color:#999999;
}

ul#mainlevel_bottom_menu li {
	padding:0px;
	float:left;
	margin:0;
	font-size:11px;
	font-size:12px;
}

ul#mainlevel_bottom_menu li a#active_menu_bottom_menu {
	display:block;
	padding-left:15px;
	padding-right:15px;
	text-decoration:none;
	color:#333333;
}

ul#mainlevel_bottom_menu li a.mainlevel_bottom_menu {
	display:block;
	padding-left:15px;
	padding-right:15px;
	text-decoration:none;
	color:#333333;
}

ul#mainlevel_bottom_menu li:hover, ul#mainlevel_bottom_menu li a.mainlevel_bottom_menu:hover {
	color:#0099cc;
	text-decoration:underline;
	list-style:none;
}
.invertedshiftdown2{
	clear:both;
	overflow:hidden;
	padding: 0;
	width: 100%;
	border-top: 5px solid #D10000; /*Highlight red color theme*/
	background: transparent;
	background-color:#FFF;
	voice-family: "\"}\"";
	voice-family: inherit;
}

.invertedshiftdown2 ul{
	margin:0;
	margin-left: 10px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
}

.invertedshiftdown2 li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform: none;
}

.invertedshiftdown2 a{
	float: left;
	display: block;
	font: bold 12px Arial;
	color: black;
	text-decoration: none;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 5px 10px 5px 10px; /*Padding within each menu item*/
	background-color: #add8e6; /*Default menu color*/
	border-bottom: 8px solid white;
}

.invertedshiftdown2 a:hover{
	background-color: #D10000; /*Highlight red color theme*/
	color: white;
}

.invertedshiftdown2 .current a{ /** currently selected menu item **/
	background-color: #D10000; /*Highlight red color theme*/
	padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
	padding-bottom: 0; /*Set padding-bottom value to 0 */
	border-bottom-color: #D10000; /*Highlight red color theme*/
	color: white;
}
.wordRow
{
	border: #CBCBCB 1px solid; 	
	width: 100%;	
	margin-bottom: 25px;
}
.word_info {
	color: #CCCCCC;
	text-align: right;
}
.word_info a {
	color: #999999;
	text-align: right;
}

.word_info a:hover {
	color: #999999;
	text-align: right;
	text-decoration:underline;	
}

.contentheading {
	/*white-space: nowrap;*/
	padding-top:0;
	padding-bottom:0;
	white-space: nowrap;
}

.contentheading h1{
	color: #FF6600;
	font-weight: bold;
	font-size: 30px;
	background-color:#EEE;
}

.phoneticbutton{
	font-family:"lucida sans unicode";
}
.phonetic_dispay{
	font-family:"lucida sans unicode";
}
.commentBox{
}
#comments{
}

#_form{
}

#_msg{
}


.button {
	color: #337bad;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border: none;
	width: 99px;
	background: url(images/login_button.jpg) no-repeat;
	padding: 0px 5px;
	height: 18px;
	margin: 1px;
	text-align:left;
}

.commentRow{
	
}
.commentMSG{
	
}
.commentInfo{
	
}
.commentUser{
	
}
.commentDate{
	
}
.menu_link{
	
}
div.moduletable {
	padding: 0;
	margin-bottom: 2px;
}

.inputboxusr {
	width: 150px;
	margin: 0 0 1em 0;
	border: 1px solid  #333333;
	background:url('images/bginputusr.gif') no-repeat right top;
}

.inputboxpwd {
	width: 150px;
	margin: 0 0 1em 0;
	border: 1px solid  #333333;
	background:url('images/bginputpwd.gif') no-repeat right top;
}
.inputboxSearch {
	width: 190px;
	margin: 0 0 1em 0;
	border: 1px solid  #cccccc;
	background:url('images/magnifying-glass.gif') no-repeat right top;
}
.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}
/* --> */