/*
	This style sheet are for the english side of the web-site
	The name for each style used on specific items in the site will only differ by their prefix (ending with en_ or jpn_)
	Whatever is inside each style can be changed as needed.  The only *rule* is the naming rule.
*/

/*	The following 3 styles control the behaviour of the menu bar found at the top of the main page.*/
.topmenustyle
{
	font-family: "Trebuchet MS";
	font-size: 11pt;
	padding: 2px 6px 2px 6px;
	margin: 0px;
	white-space: nowrap;
	text-decoration: underline;
}
.topmenuitem
{
	font-family: "Trebuchet MS";
	font-size: 11pt;
	padding: 2px 6px 2px 6px;
	margin: 0px;
	white-space: nowrap;
	color: #BA0000;
	background: #FFFFFF;
	text-decoration: underline;
}

.topmenumouseover
{
	font-family: "Trebuchet MS";
	font-size: 11pt;
	font-weight: bold;
	padding: 2px 6px 2px 6px;
	margin: 0px;
	white-space: nowrap;
	color: #FFFFFF;
	background: #BA0000;
	cursor: pointer;
	text-decoration: underline;
}
.langLink
{
	font-family: "Trebuchet MS";
	font-size: 11pt;
	padding: 14px 20px 6px 20px;
	white-space: nowrap;
	color: #BA0000;
	background: #FFFFFF;
}
/*Styles for login control */
.logincontrolbig
{
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #3F3F3F;
	font-weight: bold;
}
.logincontrolsmall
{
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #000000;
}
.logincontrollink
{
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #BA0000;
}
.logincontrollink2
{
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #484CF0;
	font-weight: bold;
}

/*		Styles for the CAND Search Box  */
.SearchLink
{
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: bold;
	color: #BA0000;
}
.CANDSearchText
{
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #000000;
}

/* Styles for the left hand menu  */
.leftmenustyle
{
	font-family: "Trebuchet MS";
	font-size: 10pt;
	padding: 2px 6px 2px 6px;
	margin: 0px;
	white-space: nowrap;
	color: #434343;
}
.leftmenuitemRED
{
	font-family: "Trebuchet MS";
	font-size: 10pt;
	padding: 2px 6px 2px 6px;
	margin: 0px;
	white-space: nowrap;
	cursor: hand;
	color:#BA0000;
	font-weight:bold;
}

.leftmenuitem
{
	font-family: "Trebuchet MS";
	font-size: 10pt;
	padding: 2px 6px 2px 6px;
	margin: 0px;
	white-space: nowrap;
	cursor: hand;
	color: #434343;
}
.leftmouseover
{
	font-family: "Trebuchet MS";
	font-size: 10pt;
	padding: 2px 6px 2px 6px;
	margin: 0px;
	white-space: nowrap;
	cursor: pointer;
	background: #BA0000;
	color: #FFFFFF;
}
.leftsubMenu
{
	background: #EFEFEF;
	border-right: #434343 1px solid;
	border-top: #434343 1px solid;
	border-left: #434343 1px solid;
	border-bottom: #434343 1px solid;
}

/* Styles for the link modules used on the home body page */
.ModuleHeader
{
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: bold;
	color: #434343;
	text-decoration: none;
}
.ModuleBody
{
	font-family: "Trebuchet MS";
	font-size: 8pt;
	color: #434343;
	text-decoration: none;
}
.NewModuleHeader
{
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: bold;
	color: #ba0000;
	text-decoration: none;
}
.NewModuleBody
{
	font-family: "Trebuchet MS";
	font-size: 8pt;
	color: #ba0000;
	text-decoration: none;
}
.module
{
	background-color: #ffffff;
	padding: 2,2,2,2;
}

.ModuleLink
{
	font-family: "Trebuchet MS";
	font-size: 8pt;
	color: #BA0000;
	text-decoration: none;
}

/* Styles for Include Pages */
.PageHeader1
{
	font-family: "Trebuchet MS";
	font-size: 12pt;
	font-weight: bold;
	color: #434343;
	text-decoration: none;
}


.PageHeader2
{
	font-family: "Trebuchet MS";
	font-size: 12pt;
	color: #434343;
}
.PageBody1
{
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #434343;
}
.PageBody2
{
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #ffffff;
}
.PageBody3
{
	font-family: "Trebuchet MS";
	font-size: 9pt;
	color: #434343;
	font-style: italic;
	font-weight: bold;
}
.PageLink1
{
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #BA0000;
}

/* Style for client names in Translation Services page */
.ClientHeader
{
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #BA0000;
	font-weight: bold;
}

/*	The following 2 styles control the text of the testimonials we display.*/
.testimonial
{
	padding-top:10;
	font-family: Garamond;
	font-size: 12pt;
	color: #3F3F3F;
	font-style: italic;
}
.testimoniar
{
	font-family: "Trebuchet MS";
	font-size: 9pt;
	font-weight: bold;
	color: #3F3F3F;
	text-decoration: none;
}

/* copyright label  */
.copyright
{
	font-family: "Trebuchet MS";
	font-size: x-small;
	color: #3F3F3F;
}

/*CAND UserMessage label*/
.UserMessage
{
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: bold;
	color: #BA0000;
}

a:hover
{
	color: #000000;
	text-decoration: underline;
}

/* Title of each article displayed on article listing page*/
.ArticleListingHeader
{
	font-family: "Myriad Pro" , "Trebuchet MS" , Verdana;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: underline;
	color: #996633;
}

/* Abstract of each article displayed on article listing page*/
.ArticleListingAbstract
{
	font-family: "Myriad Pro" , "Trebuchet MS" , Verdana;
	font-size: 10pt;
}

/*  Previous and Next links on article listing page */
.AticleListingNavigation
{
	font-family: "Myriad Pro" , "Trebuchet MS" , Verdana;
	font-size: 9pt;
	font-style: normal;
	color: #0000FF;
	text-decoration: underline;
}

/*  Page Counter, drop down list,etc on article listing page */
.AticleListingMenu
{
	font-family: "Myriad Pro" , "Trebuchet MS" , Verdana;
	font-size: 9pt;
}

/* Title of article displayed on NEW Articles page */
.ArticleTitle
{
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 13pt;
	color: #BA0000;
}

/* Posted date of article displayed on NEW Articles page */
.ArticlePosted
{
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 10pt;
	color: #3F3F3F;
}
.lnkCAPL
{
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: bold;
	color: #BA0000;
	text-decoration: none;
}

.lnkmsn
{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color:Black;
	text-decoration: none;
	
}
.lnkmsn A:link
{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color:Black;
	text-decoration: none;	
}
.lnkmsn A:visited
 {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color:Black;
	TEXT-DECORATION: none
}
.lnkmsn A:hover {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color:Black;
	TEXT-DECORATION: underline
}


.lnkmsn1
{
	font-family: "Trebuchet MS";
	font-size: 8px;
	color:Black;
	text-decoration: none;
}


