﻿#html, BODY 
{	 margin-top:0px;
	margin: 0; padding: 0;
	background-image: url(../../images/page_bg.gif);
	background-repeat:repeat-x;
	background-color: #2c78a5;     
}
/*Style for Startup Items Page*/
.BlackSmallBoldText{font-size: 11px;color:#000000;font-family:  Georgia, Tahoma, Verdana; font-weight:bold}
.BlackSmallText{font-size: 11px;color:#000000;font-family:  Tahoma, Verdana; }
.GrayBoldText{font-size: 12px;color:#434343;font-family:  Tahoma, Verdana; font-weight:bold}
.GrayNormalDescText{font-size: 12px;color:#434343;font-family:  Tahoma, Verdana;}

.OrangeLargeText{font-size: 27px;color:#ef6300;font-family: Segoe UI, Tahoma, Verdana; font-weight:bold}
.GridRowMargin{margin-top:10px; margin-bottom:10px;}

A.DetailedDescriptionLink
{
	color:#0000ff; 
	font-family:Tahoma; 	
	font-size:11px;
	text-decoration:underline;
}
	
A:hover.DetailedDescriptionLink
{
	color:#0000ff; 
	font-family:Tahoma; 	
	font-size:11px;
	text-decoration:none;
}
A.FileNameLink
{
	color:#0000ff; 
	font-family: Segoe UI, Tahoma; 	
	font-size:15px;
	text-decoration:underline;
}
	
A:hover.FileNameLink
{
	color:#0000ff; 
	font-family:Segoe UI,Tahoma; 	
	font-size:15px;
	text-decoration:none;
}
A.QuickLink
{
	color:#000000; 
	font-family: Segoe UI, Tahoma; 	
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
	
A:hover.QuickLink
{
	color:#f25d1c; 
	font-family:Segoe UI,Tahoma; 	
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}


.REDBGColor{ background-color:#ffe2de}
.GREENBGColor{background-color:#e3f8e0}
.ORANGEBGColor{background-color:#ffebdd}
.YELLOWBGColor{background-color:#fff4d0}
.LIGHTGREENBGColor{background-color:#d8f3e0}

.HighRiskText{font-size: 12px;color:#ed0000;font-family:  Tahoma, Verdana; font-weight:bold}
.NoRiskText{font-size: 12px;color:#008316;font-family:  Tahoma, Verdana; font-weight:bold}
.UnknownText{font-size: 12px;color:#e47202;font-family:  Tahoma, Verdana; font-weight:bold}
.ComputerIPText{font-size: 12px;color:#6a6a6a;font-family: Segoe UI, Tahoma, Verdana; font-weight:bold}
.ComputerIPText1{font-size: 11px;color:#6a6a6a;font-family: Segoe UI, Tahoma, Verdana;}
/*end*/
.BodyText
{
	font-size: 12px;
	color:#596170;
	font-family:  Tahoma, Verdana;
	
}
.WaterMarkClass
{
	font-size: 13px;
	color: gray;
	font-family:  Tahoma, Verdana;
	
}
.LightGrayNormalText
{
	font-family:Tahoma , Verdana;
	font-size:12px;
	color:#a0a0a0;
}
.BlackNormalText
{
	 font-family:Segoe UI, Tahoma, Verdana;
	 font-size:12px;
	 color:#000000;	
}


.BlackMediumText
{
	 font-family:Segoe UI, Tahoma, Verdana;
	 font-size:14px;
	 color:#000000;	
}
.SmallNavyBlueText
{
	font-family:Tahoma, Verdana;
	 font-size:11px;
	 color:#1761e8;	
}
.SmallDarkBlueText
{
	font-family:Tahoma, Verdana;
	font-size:11px;
	color:#004295;	
}

.MediumNavyBlueText
{
	font-family:Tahoma, Verdana;
	 font-size:14px;
	 color:#1761e8;	
}
.RecentSearchGrayText
{
	font-family:Tahoma , Verdana;
	font-size:14px;
	color:#787878;
}
.BigLightOrangeText
{
	font-family:Tahoma, Verdana;
	font-size:18px;
	color:#ff6600;	
}

A.ExecutableLink
{
	color:#0c5989; 
	font-family:Tahoma; 	
	font-size:12px;
	text-decoration:underline;
	font-weight:bold
}
	
A:hover.ExecutableLink
{
	color:red; 
	font-family:Tahoma; 	
	font-size:12px;
	text-decoration:underline;
	font-weight:bold
}
	
A.RecentSearchHyperlink
{
	font-size: 12px;
	color: #4c4c4c;
	font-family: Tahoma,Segoe UI,Arial, Verdana ;
	text-decoration:none;
}

A:hover.RecentSearchHyperlink
{
	font-size: 12px;
	color: #4c4c4c;
	font-family:Tahoma,Segoe UI,Arial, Verdana ;
	text-decoration:underline;
}

A.GridHyperlink
{
	font-size: 11px;
	color: #4c4c4c;
	font-family: Tahoma,Segoe UI,Arial, Verdana ;
	text-decoration:none;
}
A:hover.GridHyperlink
{
	font-size: 11px;
	color: #4c4c4c;
	font-family:Tahoma,Segoe UI,Arial, Verdana ;
	text-decoration:underline;
}

A.BodayMatterHyperlink
{
	font-size: 12px;
	color: #0029c3;
	font-family: Tahoma,Segoe UI,Arial, Verdana ;
}
A:hover.BodayMatterHyperlink
{
	font-size: 12px;
	color: #0029c3;
	font-family:Tahoma,Segoe UI,Arial, Verdana ;
	text-decoration:underline;
}

A.fixed_cell
{
     
            /*white-space: pre-wrap; css-3 */
        /*white-space: -moz-pre-wrap !important; Mozilla, since 1999 */
     white-space: -pre-wrap;      /* Opera 4-6 */
     white-space: -o-pre-wrap;    /* Opera 7 */
     word-wrap: break-word;       /* Internet Explorer 5.5+ */
     width:270px;
     font-size: 12px;
     color: #0029c3;
     font-family: Tahoma,Segoe UI,Arial, Verdana ;
     text-decoration:none;
}
 A:hover.fixed_cell
{
     
           /* white-space: pre-wrap; css-3 */
        /*white-space: -moz-pre-wrap !important; Mozilla, since 1999 */
     white-space: -pre-wrap;      /* Opera 4-6 */
     white-space: -o-pre-wrap;    /* Opera 7 */
     word-wrap: break-word;       /* Internet Explorer 5.5+ */
     width:270px;
     font-size: 12px;
     color: #0029c3;
     font-family: Tahoma,Segoe UI,Arial, Verdana ;
     text-decoration:underline;
}  
A.PagingHyperlink
{
	font-size: 12px;
	color: #000000;
	font-family: Tahoma, Segoe UI,Arial, Verdana, Tahoma;
	text-decoration:none;
	font-weight:bold;
}
A:hover.PagingHyperlink
{
	font-size: 12px;
	color: #000000;
	font-family: Tahoma, Segoe UI,Arial, Verdana;
	text-decoration:none;
	font-weight:bold;
}

.NaviBlueNormalText
{
	color:#0060ff;
	font-family:Tahoma,verdana;
	font-size:11px;	
	font-weight:bold;
}
.PageNumberRedText
{
	font-size: 12px;
	color:#ff8d00;	
	font-weight:bold;
	font-family: Tahoma, Segoe UI,Arial, Verdana, Tahoma;
}
.SelectedAlpha
{
	background-image: url(../../Images/selected_index.gif);
	background-repeat:no-repeat;
	height: 26px;
	width: 26px;
	
	text-align: center;
	
}
.AlphaTab
{
	 width:26px;
}
.Alpha
{
	color:#3d485e;
	font-family:Tahoma,verdana;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}
.SelAlpha
{
	color:#000000;
	font-family:Tahoma,verdana;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
}

.AlphaTab1
{
	 width:28px;
	 height:23px;
	 text-align: center;
	 
}

.SelectedAlpha1
{
	background-image: url(../../Images/selected_Index1.gif);
	background-repeat:no-repeat;
	height: 26px;
	width: 26px;
	
	text-align: center;
	
}

.DarkGrayNormalText
{
	font-family: Tahoma, Verdana;
	font-size:13px;
	color:#56585f;	
}
.DarkGrayNormalText1
{
	font-family: Tahoma, Verdana;
	font-size:12px;
	color:#56585f;	
}
.SearchResultText
{
	font-size:13px;
	color:#FFFFFF;
	font-family: Tahoma, Verdana;
}
.WhiteNormalText
{
	font-size:11px;
	color:#FFFFFF;
	font-family: Tahoma, Verdana;
}


.PageNumberRedText
{
	font-size: 11px;
	color:#ff8d00;	
	font-weight:bold;
	font-family: Tahoma, Segoe UI,Arial, Verdana, Tahoma;
}
A.PagingHyperlink
{
	font-size: 11px;
	color: #000000;
	font-family: Tahoma, Segoe UI,Arial, Verdana, Tahoma;
	text-decoration:none;
	font-weight:bold;
}
A:hover.PagingHyperlink
{
	font-size: 11px;
	color: #000000;
	font-family: Tahoma, Segoe UI,Arial, Verdana;
	text-decoration:none;
	font-weight:bold;
}
A.SearchLinkTextBlue
{
	font-size:13px;
	color:#515151;
	font-family:Tahoma,Verdana;
	text-decoration:underline;
	margin-left:25px;
	
}
A:hover.SearchLinkTextBlue
{
	font-size:13px;
	color:#515151;
	font-family:Tahoma,Verdana;
	text-decoration:none;
	margin-left:25px;
}
A.Glossary
{
	font-size:12px;
	color:#9d9c9c;
	font-family: Tahoma,Verdana;
	text-decoration:underline;
	margin-left:25px;
	
}
A:hover.Glossary
{
	font-size:12px;
	color:#9d9c9c;
	font-family:Tahoma,Verdana;
	text-decoration:none;
	margin-left:25px;
}
.SearchLinkText
{
	font-size:11px;
	color:#279301;	
	font-family: Tahoma, Verdana;
	text-decoration:none;
	margin-left:25px;
}
.PerotGreenNormalText
{
	color:#a1e7a0;
	font-family:Tahoma,verdana;
	font-size:11px;	
	font-weight:bold;
}
.TextBlackDescription
{
	 font-size:11px;
	 color:#000000;
	 font-family:  Tahoma, Verdana;
}
.HeadBlackDescription
{
	font-size:11px;
	 color:#000000;
	 font-family:  Tahoma, Verdana;
	 font-weight:bold;
}
.TextLightBlack
{
	 font-size:11px;
	 color:#4c4c4c;
	 font-family:  Tahoma, Verdana;
}
.TextDarkOrangeBold
{
	 font-size:11px;
	 color:#c44814;
	 font-family:  Tahoma, Verdana;
	 font-weight:bold;
}
.TextGreenBold
{
	font-size:13px;
	color:#a1e6a1;
	font-family: Tahoma, Verdana;
}
.LightBlueNormalText
{
	color:#0c5989; 
	font-family:Tahoma; 
	
	font-size:11px;
	 
}

.gridAlternateColor
{
	background-color: #eff4fa;

}

.BrowseAllDataListItemStyle
{
	 /*border-left:solid 1px #a0a6b8;*/
	 border-right:solid 1px #a0a6b8;
	 border-bottom:solid 1px #a0a6b8;	
}
.BrowseAllDataListItemStyle1
{
	 border-left:solid 1px #a0a6b8;
	 border-right:solid 1px #a0a6b8;
	 border-bottom:solid 1px #a0a6b8;	
}
.DefaultPageDataListItemStyle
{
	 border-left:solid 1px #a0a6b8;
	 border-right:solid 1px #a0a6b8;
	 border-bottom:solid 1px #a0a6b8;	
}
A.PagingHyperlinkNextPre
{
	font-size: 11px;
	color: navy;
	font-family: Tahoma, Segoe UI,Arial, Verdana, Tahoma;
	text-decoration:none;
	font-weight:bold;
}
A:hover.PagingHyperlinkNextPre
{
	font-size: 11px;
	color: navy;
	font-family: Tahoma, Segoe UI,Arial, Verdana;
	text-decoration:none;
	font-weight:bold;
}