body {
	background: #FFFFFF;
	color: #000000;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:12px;
	margin: 0;
}

a {
	color: #026234;
}

p {
	margin-top: 0px;
}

.back {
	background: transparent url("/img/icons/Software_V3/16x16/Arrow Left.png") center no-repeat;
	background-position: 0px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 20px;
}

#message_error .message {
  	background: #fff6bf url("/img/icons/Software_V3/16x16/Symbol Error.png") center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
  	margin-bottom: 10px;
  	margin-top: 10px;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	font-size: 12px;
}

#message_success .message {
	background: #E5FACC url("/img/icons/Software_V3/16x16/Symbol Check.png") center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	margin-bottom: 10px;
  	margin-top: 10px;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #4F9633;
	border-bottom: 2px solid #4F9633;
	font-size: 12px;
}

#message_info .message {
	background: #e4efff url("/img/icons/Software_V3/16x16/Symbol Information.png") center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
  	margin-bottom: 10px;
  	margin-top: 10px;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #b5d4fe;
	border-bottom: 2px solid #b5d4fe;
	font-size: 12px;
}

#logo {
	margin-left: auto;
	margin-right: auto;
	width: 278px;
	height: 94px;
}

#esl_languages {
	margin-left: auto;
	margin-right: auto;
	width: 675px !important;
	margin-bottom: 20px;
}

#esl_languages ul {
	list-style: none;
	padding: 0 0;
	margin: 0 0;
}

#esl_languages li {
	float: left;
}

#page_container {
	clear: all;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	width: 920px;
}

#main_container {
	clear: all;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

#user_links, #common_errors_search {
	/*width: 158px;
	border: 1px solid #026234;
	background-color: #f7f6e7;*/
	margin-bottom: 10px;
}

#user_links, #common_errors_help {
	/*width: 158px;
	border: 1px solid #026234;
	background-color: #f7f6e7;*/
	margin-bottom: 30px;
}
#navigation_links {
	/*width: 158px;
	border: 1px solid #026234;
	background-color: #f7f6e7;*/
	margin-bottom: 10px;
}

#navigation_links .nav_top, #user_links .nav_top, #common_errors_search .nav_top, #common_errors_help .nav_top {	
	width: 160px;
	height: 10px;
  	background: #f7f6e7 url("/img/layout/nav_top.gif") top left no-repeat;
  	background-position: 0px 0px; /* x-pos y-pos */
}

#navigation_links .nav_bottom, #user_links .nav_bottom, #common_errors_search .nav_bottom, #common_errors_help .nav_bottom {	
	width: 160px;
	height: 10px;
  	background: #f7f6e7 url("/img/layout/nav_bottom.gif") top left no-repeat;
}

#navigation_links ul, #user_links ul {
	list-style: none;
	padding: 0 0;
	margin: 0 0;	
}

#navigation_links li, #user_links li {	
	width: 158px;
  	background-color: #f7f6e7;
  	border-left: 1px solid #026234;
  	border-right: 1px solid #026234;
  	padding-bottom: 2px;
  	padding-top: 2px;
}

#user_links li {
	padding-bottom: 4px;
  	padding-top: 4px;
}

#navigation_links li .nav {
	text-align: left;
	padding: 5px 20px 5px 35px;
	font-size: 14px;
	color: #026234;
	text-decoration: none;
}

#navigation_links li .nav_on {
	background: transparent url("/img/icons/Software_V3/16x16/Arrow Right.png") center no-repeat;
	background-position: 10px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 35px;
	font-size: 14px;
	color: #026234;
	text-decoration: none;
}

#navigation_links li .nav:hover {
	background: transparent url("/img/icons/Software_V3/16x16/Arrow Right.png") center no-repeat;
	background-position: 10px 50%; /* x-pos y-pos */
	text-decoration: underline;
}

#navigation_links li .nav_on:hover {
	text-decoration: underline;
}

#navigation_links li .nav_home {
	background: transparent url("/img/icons/Software_V3/16x16/Home.png") center no-repeat;
	background-position: 10px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 35px;
	font-size: 14px;
	color: #026234;
	text-decoration: none;
}

#navigation_links li .nav_home:hover {
	text-decoration: underline;
}

#user_links {
	width: 158px;
	height: 200px;	
}

#user_links li {
	padding-top: 6px;	
	padding-bottom: 6px;	
}

#user_links li .nav_user_account, #user_links li .nav_user_view_docs, #user_links li .nav_user_upload_docs, #user_links li .nav_user_tell_a_friend, #user_links li .nav_user_sign_out, #user_links li .nav_user_forgot_password, #user_links li .nav_user_sign_up {
	text-align: left;
	padding: 10px 15px 10px 30px;
	font-size: 11px;
	color: #026234;
	text-decoration: none;
}

#user_links li .nav_user_account:hover, #user_links li .nav_user_view_docs:hover, #user_links li .nav_user_upload_docs:hover, #user_links li .nav_user_tell_a_friend:hover, #user_links li .nav_user_sign_out:hover, #user_links li .nav_user_forgot_password:hover, #user_links li .nav_user_sign_up:hover {
	text-decoration: underline;
}

#user_links li .nav_user_account {
	background: transparent url("/img/icons/Software_V2/Regular/16x16/Edit/User Business Male Edit.png") center no-repeat;
	background-position: 10px 50%; /* x-pos y-pos */
}

#user_links li .nav_user_view_docs {
	background: transparent url("/img/icons/Software_V2/Regular/16x16/_Base Image/Document.png") center no-repeat;
	background-position: 10px 50%; /* x-pos y-pos */
}

#user_links li .nav_user_upload_docs {
	background: transparent url("/img/icons/Software_V2/Regular/16x16/Add/Document Add.png") center no-repeat;
	background-position: 10px 50%; /* x-pos y-pos */
}

#user_links li .nav_user_tell_a_friend {
	background: transparent url("/img/icons/Software_V3/16x16/Favorites.png") center no-repeat;
	background-position: 10px 50%; /* x-pos y-pos */
}

#user_links li .nav_user_sign_out {
	background: transparent url("/img/icons/Software_V3/16x16/Logout.png") center no-repeat;
	background-position: 10px 50%; /* x-pos y-pos */
}

#user_links li .nav_user_forgot_password {
	background: transparent url("/img/icons/Software_V3/16x16/Symbol Security.png") center no-repeat;
	background-position: 10px 50%; /* x-pos y-pos */
}

#user_links li .nav_user_sign_up {
	background: transparent url("/img/icons/Software_V3/16x16/Edit Pen.png") center no-repeat;
	background-position: 10px 50%; /* x-pos y-pos */
}

#user_links form, #common_errors_search form, #common_errors_help form {
	width: 148px;
  	background-color: #f7f6e7;
  	border-left: 1px solid #026234;
  	border-right: 1px solid #026234;
  	padding-bottom: 2px;
  	padding-top: 2px;
  	padding-left: 10px;
  	margin: 0px 0px;
}

#user_links form label, #common_errors_search form label, #common_errors_help form label {
	color: #333333;
	font-size: 12px;
}

#user_links form input, #common_errors_search form input, #common_errors_help form select {
	width: 120px;
	margin-top: 2px;
	margin-bottom: 5px;
}

form {

}

label {
	color: #666666;
	font-size: 12px;
	padding-right: 10px;
}
form label {
	color: #666666;
	font-size: 12px;
	padding-right: 10px;
}

form .form_label {
	padding-top: 3px;
}

form input {
	width: 200px;
	margin-top: 2px;
	margin-bottom: 10px;
}

form select {
	width: 200px;
	margin-top: 2px;
	margin-bottom: 10px;
}

form textarea {
	width: 320px;
	height: 200px;
	margin-top: 2px;
	margin-bottom: 10px;
}

.submit_button {
	background: transparent url('/img/layout/btn_background.gif') 0 0 repeat-x !important; 
	height: 23px;
	width: auto;
	font-size: 12px;
	color: #555555;
	padding-bottom: 4px;
	border: 1px solid #a1a1a1;
}

.submit_button:hover {
	color: #026234;
	border: 1px solid #4f9b77;
	/*background: transparent url('/img/layout/btn_background_hover.gif') 0 0 repeat-x !important;*/ 
	cursor: pointer;
}

#testimonials {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

.testimonial {
	margin-bottom: 40px;
}

.comment {
	margin-bottom: 10px;
	font-size: 12px;
}

.author {
	color: #666666;
}

.author_name {
	font-size: 12px;
}

.author_title {
	font-size: 10px;
}

.author_location {
	font-size: 10px;
}

#comments {
	margin-top: 30px;
	margin-bottom: 30px;
}

#comments .title {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #d61b2e;
}

#comments .doc_comment {
	padding: 10px;
}

#comments .top{
	border-top: 2px solid #d61b2e;
}

#comments .bottom{
	border-bottom: 1px solid #006138;
}

#comments .even{
	background-color: #ffffff;
	border-left: 1px solid #006138; 
	border-right: 1px solid #006138;
}

#comments .odd{
	background-color: #f7f6e7;
	border-left: 1px solid #006138; 
	border-right: 1px solid #006138;
}

#comments .doc_comment .date {
	color: #d61b2e;
}

#comments .doc_comment .text {
	
}

#esl_links {
	margin-bottom: 30px;
}

#esl_links .title {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #d61b2e;
}

#esl_links .link {
	margin-bottom: 2px;
}

#esl_documents {
	margin-bottom: 30px;
}

#esl_documents .title {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #d61b2e;
}

#esl_documents .link {
	margin-bottom: 2px;
}

#faqs_nav {
	margin-bottom: 30px;
}

#faqs_nav .questions {
	margin-bottom: 10px;
	font-size: 14px;
}


#faqs {
	
}

#faqs .faq {
	margin-bottom: 15px;
}

#faqs .question {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #d61b2e;
}

#faqs .answer {
	margin-bottom: 20px;
	
}

#faqs .top {
	background: transparent url("/img/icons/Software_V3/16x16/Arrow Up.png") center no-repeat;
	background-position: 0px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 20px;
}

#products {
	margin-bottom: 20px;
}

#products .category {
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #d61b2e;
}

#products .category_name_description {
	font-size: 12px;
}

#products .product_category_description {
	font-size: 12px;
	padding-bottom: 15px;
}

#products .product {
	margin-bottom: 5px;
	width: 100%;
}

#products .description {
	padding-left: 40px;
	padding-bottom: 4px;
	width: 50%;
}

#products .cost {
	padding-bottom: 4px;
	width: 50%;
	text-align: right;
}

#cegs_nav {
	margin-bottom: 30px;
}

#cegs_nav .category {
	margin-bottom: 10px;
	font-size: 14px;
}


#cegs {
	
}

#cegs .common_error {
	margin-bottom: 15px;
}

#cegs .category {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #d61b2e;
}

#cegs .description {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

#cegs .link {
	margin-left: 20px;
	margin-bottom: 5px;
	
}

#cegs .top {
	background: transparent url("/img/icons/Software_V3/16x16/Arrow Up.png") center no-repeat;
	background-position: 0px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 20px;
}

#idioms { 
	
}

#idioms .letter { 
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #d61b2e;
}

#idioms .idiom { 	
	margin-bottom: 5px;	
	font-size: 14px;
}

#idioms .top { 
	background: transparent url("/img/icons/Software_V3/16x16/Arrow Up.png") center no-repeat;
	background-position: 0px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 20px;
	margin-top: 15px;
	margin-bottom: 40px;
}

#empty_array_message {
	background-color: #fffdc4;
	color: #333333;
	font-style: italic;
	padding: 20px;
	border: 1px solid #026234;
}

.grid_link_document {
	background: transparent url("/img/icons/Software_V3/16x16/Document.png") center no-repeat;
	background-position: 0px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 0px 0px 0px 20px;
}

.grid_link_save_as {
	background: transparent url("/img/icons/Software_V3/16x16/Save As.png") center no-repeat;
	background-position: 0px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 0px 0px 0px 20px;
}

#yield {
	width: 540px;
	margin-left: 20px;
	margin-right: 20px;
}

#yield_header {
	font-size: 20px;
	font-weight: normal;
	color: #006138;
	margin-bottom: 5px;
}

#yield_cms_content {
	width: 540px;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin-bottom: 20px;
}

#yield_containor {
	font-size: 10pt;
	width: 540px;
}

#yield_containor #grid_panel table {
	width: 98%;
	border-bottom: 1px solid #006138;
}

#yield_containor #grid_panel th {
	font-size: 14px;
	color: #006138;
	text-align: left;
	font-weight: normal;
	border-bottom: 2px solid #d61b2e;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
}

#yield_containor #grid_panel .th_row:hover {
	background-color: #ffffff;
	cursor: default;
}

#yield_containor #grid_panel .even {
	background-color: #ffffff;
}

#yield_containor #grid_panel .odd {
	background-color: #f7f6e7;
}

#yield_containor #grid_panel tr:hover {
	background-color: #efefef;
	cursor: default;
}

#yield_containor #grid_panel td {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
}

#yield_containor #grid_panel .td_left {
	border-left: 1px solid #006138;
}

#yield_containor #grid_panel .td_right {
	border-right: 1px solid #006138;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding-bottom: 20px;
	width: 900px;
	height: 30px;
	text-align: center;
	color: #666666;
	font-size: 10px;
}

.required {
	color: #FF0000;
}

#contact_message {
	background: transparent url("/img/icons/Software_V3/16x16/Symbol Help.png") center no-repeat;
	background-position: 0px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 20px;
	margin-top: 40px;
	margin-bottom: 20px;
}

#link_back {
	background: transparent url("/img/icons/Software_V3/16x16/Arrow Left.png") center no-repeat;
	background-position: 0px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 20px;
	margin-bottom: 40px;
}

.search_hdr {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #d61b2e;
}

.search_li {
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

#item_paging_links {
	margin-top: 20px;
	margin-bottom: 40px;
	padding-top: 4px;
}

#search_results {
	
}

#search_results .search_result {
	margin-bottom: 10px;
}

#search_results .search_result .title {
	font-size: 12px;
	margin-bottom: 2px;
}

#search_results .search_result .category {
	font-size: 10px;
	color: #666666;
}
