html, body {
  height: 101%;
  background: #FFFFCC;
}

.imgborder_right {
	border-width: 1px; 
	border-style: solid;
	border-color: #000000;
	margin-right: 5px;
	}
	
.imgborder_left {
	border-width: 1px; 
	border-style: solid;
	border-color: #000000;
	margin-left: 5px;
	}

.NavBarStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #333333;
	padding-left: 0px;
	text-align: left;
	vertical-align: middle;
}

.HeadlineStyle {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bolder;
	color: #660066;
	padding-left: 2px;
	text-align: left;
	vertical-align: middle;
}

.HeadlineWhatsNewText {
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}


.MainContentText {
	font-family: "Arial", sans-serif;
	font-size: medium;
	color: #333333;
	padding-left: 2px;
	text-align: left;
	vertical-align: top;
	padding-right: 2px;
}

.MainContentText a:link {
	text-decoration: none;
	color:#00CCCC;
	}

.MainContentText a:hover{
	text-decoration:underline;
	}

.MainContentText a:visited{
	text-decoration:none;
	}

.TableVerticalSeparator {
	border-right-color: #666666;
	border-right-style: dotted;
	border-right-width: medium;
}



/* New styles for new LR */



#titleContent {
	float:left; 
	width:48%; 
	margin: 5px;
	border: 0px solid #000099;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: normal;
	color: #333333;
	}

#titleContent p{
	background-color:#000099;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	text-align:left;
	text-indent:0.5em;
	margin-top:-1px;
	color:#FFFFCC;
	}	
	
#titleContent ul{
	list-style-type: circle; 
	padding-left: none; 
	margin-left: none;
	}

#dictContentLeft{
	float:left;
	width:46%;
	margin:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: normal;
	border-right-style:dotted;
	}

#dictContentRight{
	float:left;
	width:46%;
	margin:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: normal;
	}


#mainHeader {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color:#5B5B5B;
	padding:10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

#mainContent01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color:#5B5B5B;
	padding:1px 5px 1px 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
#mainContent02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color:#5B5B5B;
	padding:1px 5px 1px 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

#mainContent01 a:link {
	text-decoration:none;
	color:#0099FF;
	}

#mainContent01 a:hover {
	color:#B9B9B9;
	text-decoration:underline;
	}

#mainContent01 a:visited {
	color:#0099FF;
	text-decoration:none;
	}

.headlineText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color:#5B5B5B;
	padding:1px 5px 1px 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

.articleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: normal;
	color:#5B5B5B;
	padding:1px 5px 1px 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

.articleText a:link {
	text-decoration:underline;
	}
	
.articleText a:hover {
	color:#CDCDCD;
	}

.footerContent {
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	color:#8C8C8C;
	text-align:center;
	padding-bottom: 5px;
	margin-bottom: 5px;
	}

.footerContent a:link{
	text-decoration: none;
	color:#8C8C8C;
	}

.footerContent a:hover{
	text-decoration:underline;
	}

.adbar {
	text-align: center;
	vertical-align: top;
	text-decoration:none;
	background-color:#FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	padding-left: 0px;
	color: Black;	
/*
	color: #E5E5E5;
*/

	}

/*.navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #333333;
	padding-left: 5px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	} */

#nav {
	font-family:Arial, Helvetica, sans-serif;
	}
	
#nav ul {
	list-style: none;
	padding:0;
	margin:0;
	font-size: 0.8em;
	font-weight:bold;
  }
 
#nav li {
	border-bottom: 0px solid #ED9F9F;
	}

#nav li a {
 	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #711515;
	border-right: 1px solid #711515;
	background-color: #336666;
	color: #FFFFFF;
	text-decoration: none;
  }

#nav a:link {
  text-decoration: none;
  }

#nav a:hover {
  text-decoration:underline;
  }

#nav a:active {
	text-decoration: none;
	}
	
#nav a:visited {
  text-decoration:none;
	}	
  

table {
	margin:0; 
 	padding:0;
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;	
	color: #1c5d79;
}

table, tr, th, td {
	border-collapse: collapse;
}


tbody tr {
	background: #dfedf3;
	font-size: 13px;
}

tbody tr.odd {
	background: #F0FFFF;
}

tbody tr:hover, tbody tr.odd:hover {
	background: #ffffff;
}

tbody tr th, tbody tr td {
	padding: 6px;
	border: solid 1px #326e87;
}

tbody tr th {
	background: #1c5d79;
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;	
	font-size: 12px;
	padding: 6px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: solid 1px white;
}

tbody tr th:hover {
	background: #ffffff;
}

table a {
	color: #FF6600;
	text-decoration: none;
	font-size: 13px;
	border-bottom: solid 1px white;
}

table a:hover {
	color: #FF9900;
	border-bottom: none;
}

td.name
	{
	color: blue;
	padding: 1em;
	width: 33%;
	}
td.meaning
	{
	color: red;
	}
 td.example
	{
	color: green;
	}
 
  
  

