﻿/*This is a common style file to use in KM pages/*style for all pages*/
body{
	font-family: Helvetica, Arial;
	margin-top:8px; 
	margin-left:8px;
}

pre 
{	
    font-family: Courier New;
    font-size:10pt;
}

/*Page Width*/
.PageWidth950{ width:950px;}
.PageWidth{	width:980px;}
.PageWidthFull{	width:100%;}
.PrintableReportPageWidth{	width:772px;}
/*End of Page Width*/


/*Font Style*/
.ft_Arial{font-family: Arial;}
.ft_Georgia {font-family: Georgia;}

/*End of Font Style*/

/*Font Color*/
.ft_Black{color:#000000}
.ft_White{color:#FFFFFF}
.ft_Blue{color:#667799}
.ft_Grey{color:#CCCCCC}
.ft_DarkGrey{color:#626E71}
.ft_Rust{color:#AA5533;}
.ft_Red{color:#FF0000;}
.ft_DarkGrey{color: #808080;}
.ft_LightBlue{color: #334477;}
.ft_OrangeRed {color:#CC3300;}
.ft_BrightBlue{color: #0033CC;}
.ft_Green{color:#606A41;}
.ft_DefaultBlue{color:#0000FF;}
.ft_Creamy{color:#EEEECC}
.ft_Golden {color:#FFD685}

/*End of Font Color*/

/*Font style and size*/
.ft_18{	font-size: 18pt;}
.ft_16{	font-size: 16pt;}
.ft_14{	font-size: 14pt;}
.ft_13{	font-size: 13pt;}
.ft_12{	font-size: 12pt;}
.ft_11 {font-size: 11pt;}
.ft_10_5{font-size: 10.5pt;}
.ft_10{	font-size: 10pt;}
.ft_9{ font-size: 9pt;}
.ft_8_5{font-size: 8.5pt;}
.ft_8{ font-size: 8pt;}
.ft_7_5{ font-size: 7.5pt;}
.ft_7{ font-size: 7pt;}

/*-----------------------------------------------------------------*/
/*this for the small text on the search box*/
.small {font-size: 6.5pt;}


/*-----------------------------------------------------------------*/
/*empty class for make space*/

.c_empty {font-size: 1pt;}

/*-------------------------------------------------------*/

/*-------------------*/	
.ft_bold{font-weight: bold;}
.ft_Italic{font-style:italic;}

/*End of Font style and size*/


/*Horizontal bar*/
.hr_Green {color:#626E71}

/*End of Horizontal bar*/


/*----------------------------------*/
/*---Mosaic colors------------------*/
.SMBG{background-color:#AA5533;}

.CMBG{background-color:#334477;}

.EMBG, .KMBG{background-color:#556655;}

.LMBG{background-color:#778855;}
	
.MRBG{background-color:#4A4A4A;}

.HomeDynHeadColor{color:#666666;}

.LitCreamBG{background-color:#FAFAEF;}

.WiredBG{background-color:#63759C;}

.GreenBG{background-color:#A9B586;}

.DarkGreenBG {background-color:#7C8A55;}

.LightGreenBG {background-color:#A9AF8C;}

.BlueBG{background-color:#667799;}

.LgBlueBG{background-color:#F5F7F8;}

.CreamyBG{background-color:#EEEECC;}

.BuffBG{background-color:#E1D6A2;}

.GoldenBG {background-color:#FFD685;}

.DarkBuff{background-color:#E1D5A1}

.OrangeCream{background-color:#FFCC66}

/*Style for special link*/



/*Form dropdown and input field style*/
.FormField
{
 font-size: 10pt;
 font-weight:normal;
}

.FormFieldLabel
{
	font-size: 10pt;
	font-weight: bold;
}
 
.ButtonField
{
 font-size: 8pt;
}

/*Auto-complete*/
/*http://docs.jquery.com/Plugins/Autocomplete*/
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 8pt;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}
 
/*Link style and size*/

tr.Result_Header a:link, tr.Result_Header a:hover, tr.Result_Header a:active, tr.Result_Header a:visited, .Result_Header
{
	font-size: 8pt;
	font-weight: bold;
	color:#FFFFFF;
}

tr.Result_Record a:link, tr.Result_Record a:hover, tr.Result_Record a:active, tr.Result_Record a:visited
{
	font-size: 7.5pt;
	color:#000000
}

.PageFooter a:link, .PageFooter a:hover, .PageFooter a:active, .PageFooter a:visited, .PageFooter
{
	font-size: 8.5pt;
}

.BlackLink:link, .BlackLink:hover, .BlackLink:active, .BlackLink:visited, .BlackLink 
{
	color:#000000;
}


.RustLink:link, .RustLink:hover, .RustLink:active, .RustLink:visited, .RustLink 
{
	color:#AA5533;
}

.WhiteLink a:link, .WhiteLink a:hover, .WhiteLink a:active, .WhiteLink a:visited, .WhiteLink 
{
	color:#ffffff;
}
.BlueLink:link, .BlueLink:hover, .BlueLink:active, .BlueLink:visited, .BlueLink 
{
	color:#334477;
}

.DocLink:link, .DocLink:active, .DocLink:visited, .DocLink 
{
	color:#334477;
	font-weight:bold;
	text-decoration:none;
	font-size:11pt;
}

.DocLink:hover
{
	text-decoration:underline;
}

.MetaData
{
	color:#484848; 
}

.BlueLinkBold:link, .BlueLinkBold:hover, .BlueLinkBold:active, .BlueLinkBold:visited, .BlueLinkBold 
{
	color:#000080;
	font-weight:bold;
}

.BlackLink:link, .BlackLink:hover, .BlackLink:active, .BlackLink:visited, .BlackLink 
{
	color:#000000;
}

.OrangeRedLink:link, .OrangeRedLink:hover, .OrangeRedLink:active, .OrangeRedLink:visited, .OrangeRedLink 
{
	color:#CC3300;
}

.ResultLink:link, .ResultLink:hover, .ResultLink:active
{
	color:#AA5533;
	font-weight:bold;
}

.ResultLink:visited
{
	color:#394171;
	font-weight:bold;
}

.LinkNoLine:link, .LinkNoLine:active, .LinkNoLine:visited
{
	text-decoration:none;
}

.LinkNoLine:hover, span.LinkNoLine:hover
{
	text-decoration:underline;
}

.result_toolbar_link:link, .result_toolbar_link:active, .result_toolbar_link:visited
{
	text-decoration:none;
	color:Black;
}

.newStyle
{
    color:#FF0000;
    font-style:italic;
}

/*End of Link style and size*/


/*----------------------------------------------------------*/
/*class for data details link style*/
td.DataDetails a:link, td.DataDetails a:hover, td.DataDetails a:active, td.DataDetails a:visited, .DataDetails
{	    
	font-size: 10pt;
	text-align:right;
	color:#FFFFFF;
}
td.BackLink a:link, td.BackLink a:hover, td.BackLink a:active, td.BackLink a:visited, .BackLink
{	    
	font-size: 10pt;
	text-align:right;
	color:#FFFFFF;
}

/*Others paragraph style*/
.Explanatory
{
	padding-top:10px;
    font-size: 8.5pt;
}

.TextSearchPosition
{
	display:block; 
	margin-left:8px
}

.scrntips
{ 
	font-size:7.5pt;
	color:#000000;
}


/*End of Others paragraph style*/

/* Note: This is also harded-coded in the FTSHead.aspx. You also need to change it there. */
.highlight 
{
	text-decoration:none; 
	background:#DDDFE1;
}

.treeContent
{
	background-color:#EEEECC;
	padding:5px;
}


.treeContentNote
{
	background-color:#EEEECC;
	padding:5px;
	color:#ff0000;
}

.ListHeight
{
	line-height:20px;
}


/*----------------------------------------------------------------------*/
/*style for document level title bar*/
.docTitle
{
	font-size: 7.5pt;
    font-weight: bold;
    color:#ffffff;
}



/*style for hyperlinks*/

a:link, a:hover, a:active, a:visited
{	
	xcolor: #000000;
}

.CaptureResultsLink
{
	font-size: 10pt;
	font-weight: bold;
	color:#000000;	
}
.CaptureResultsLinkStandardNoUnderline
{
	font-size: 7.5pt;
	color:#000000;	
	text-decoration:none;
}

/****KM1****/
a.tipLink:active
{
	color:#0000CC;
}
a.tipLink:hover
{
	text-decoration:underline;
}
a.tipLink:visited
{
	color:#551A8B;
}
.tipLink
{
   	font-size:8.5pt;
	text-decoration:none;
}
a.pagerLink:active
{
	color:#0000CC;
}
a.pagerLink:hover
{
	text-decoration:underline;
}
a.pagerLink:visited
{
	color:#551A8B;
}
.pagerLink
{
   	font-size:10pt;
	text-decoration:none;
}


/*Resolve the IE space under image*/

.IEImageSpace
{display: block;}

/*Stop FF4 textarea resize ability*/
.DisabledResizeTextarea_FF
{resize:none}

