﻿/***************************************************************************
Author(s)             : Martin Bussieres                   Date : 2007-09-22
Description           : Specific CSS for OnPOZ Website items refered by IDs

Revision              : $Revision: 7 $
Last Changed By       : $Author: Slevert $
Date                  : $Modtime: 9/29/09 12:03p $
****************************************************************************/

/*
** General
*/
.EZSurvmenucell
{
   padding-top:10px;
}

.EZSurvmenu
{
   border-top-style:solid;
   border-top-width:1px;
   border-top-color:#646469;
   height:15px;
}

.EZSurvSubmenu:link
{
   padding-right:10px;
   font-weight:bold;
	color:#91969B;
	text-decoration: none;
}

.EZSurvSubmenu:hover
{
   font-weight:bold;
	color:#7BB72B;
	text-decoration: none;
}

.EZSurvSubmenu:visited
{
   padding-right:10px;
   font-weight:bold;
	color:#91969B;
	text-decoration:none;
}

.EZSurvSubmenuLink:link
{
   padding-right:10px;
   font-weight:bold;
	color:#646469;
	text-decoration: none;
}

.EZSurvSubmenuLink:hover
{
   font-weight:bold;
	color:#7BB72B;
	text-decoration: none;
}

.EZSurvSubmenuLink:visited
{
   padding-right:10px;
   font-weight:bold;
	color:#646469;
	text-decoration:none;
}

.MainText
{
	color: #646469;
	text-align: left;
	padding-left: 48px;
	padding-right: 48px;
}

.MainTextBrandname
{
	color: #646469;
	font-weight: bold;
	text-align: left;
}

.MainLeftColumnText
{
	color: #646469;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
}
.Graphics
{
	padding-left: 0px;
	padding-right: 0px;
}
.TableText
{
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 9pt;
	height: 20px;
}
.RowHead
{
	color: white;
	background-color: #8CC83C;
	font-size: 12pt;
	font-weight: bold;
	border-top: 6pt;
	border-bottom: 6pt;
	text-align: center;
}
.OddRow
{
	color: #646469;
	background-color: White;
	font-size: 9pt;
	font-weight: normal;
}
.EvenRow
{
	color: #646469;
	background-color: #FAFAFE;
    font-size: 9pt;
	font-weight: normal;
}
.OddRowNum
{
	font-size: 12pt;
	font-weight: bold;
}
.EvenRowNum
{
	font-size: 12pt;
	font-weight: bold;
}

/*
 * Partner items
 */
.DefaultPartner
{
	color: #F57828;
	font-size: 6pt;
	text-align: left;
	vertical-align: bottom;
}

/*
** Master page items
*/
#MasterTable
{
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	border-width: 0px;
	border-spacing: 0px;
	min-height: 600px;
}
/*
** Default page
*/
#DefaultContent
{
    min-height   : 400px;
    color: #000000; /* OnPOZ_Black */
    background-color: White;
}
.DefaultTip
{
	background-color: #fef6e7;
	color: #F57828;
	font-size: 9pt;
	text-align: left;
	width: 240px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.ColumnTitle
{
	color: #F57828;
	text-align: left;
	padding-left: 24px;
	padding-right: 40px;
	font-size: 10pt;
	font-weight: bold;
}
.ColumnText
{
	color: #646469;
	text-align: left;
	padding-left: 24px;
	padding-right: 40px;
	font-size: 8pt;
}
/*
** Footer control
*/
#FooterTable
{
	height: 51px;
	width: 968px; 
	color: white;
	background-color: #646469; /* OnPOZ_Gray */
}
#FooterMenu
{
	width: 895px;
	text-align: left;
}
.FooterMenuItem
{
	text-align: center;
	width: 70px;
	font-size: 8pt;
}
#FooterLogo
{
	text-align: right;
}
/*
** MenuBar control
*/
#MenuBarTable
{
	width: 968px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	border-width: 0px;
	border-spacing: 0px;	
}
.MenuBarItem
{
	height: 36px;	
}
#MenuBarBanner
{
	width: 968px;
}
#MenuBarHelpTable
{
	font-weight: bold;
	text-align: left;
	font-size: 12pt;
	margin-top: 8px;
}
.MenuBarHelpTextSelected
{
	color: #de5d20;
}
.MenuBarHelpTextHighlighted
{
	color: #eeae8f;
}
/*
** More Info
*/
.MoreInfoTitle
{
	color: #F57828;
    font-size: 8pt;
	font-weight: bold;
}
a.MoreInfoTitle:link
{
	color: #E17832;
	text-decoration: none;
}
a.MoreInfoTitle:visited
{
	color: #E17832;
	text-decoration: none;
}
a.MoreInfoTitle:hover
{
	color: #7BB72B;
	text-decoration: none;
}
/*
** News control
*/
.NewsTitle
{
	color: Navy;
}
.NewsSubTitle
{
	color:Maroon;
}
.NewsMouseOver
{
	font-weight: bold;
}
.NewsHeadlines_ON
{
	background-color: #FAEABB;
}
.NewsHeadlines_OVER
{
    background-color: #FFF8E0;
}
.NewsHeadlines_OFF
{
}
.NewsHeadlines_Area
{
}
.NewsHeadlinesDate
{
   font-size: 8pt;
	color: #91969B;
}
.NewsHeadlinesTitle
{
	color: #646469;
   font-size: 8pt;
	font-weight: bold;
}
.NewsHeadlinesDescription
{
    font-size: 8pt;
	color: #646469;
}
.PressReleaseTitle
{
    font-weight: bold;
	font-size: 12pt;
	color: #F57828;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 2px;
}
.PressReleaseSectionTitle
{
    font-weight: bold;
	font-size: 10pt;
	color: #F57828;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 2px;
}
.PressReleaseText
{
	color: #646469;
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
}
.PressReleaseLink
{
}
/*
** Solutions
*/
.SolutionsIndexTitle
{
	font-weight: bold;
	text-align: right;
    font-size: 14pt;
	color: #646469;
}
.SolutionsIndexDescription
{
	text-align: right;
    font-size: 8pt;
	color: #E17832;
}
/*
** Free Download control
*/
.MainTextGNSS
{
	color: #646469;
	text-align: left;
	padding-left: 45px;
	padding-right: 30px;
}
.LinkToDownloadWithNoHeader
{
	padding-left: 20px;
	text-align: left;
}
.LinkToDownload
{
   text-align: left;
   padding-left: 35px;
}
.DescriptionDownload
{
   color: #646469; 
   font-size: 8pt;
   text-align: left;
}
.ButtonDownload
{
   text-align: center;
}

/* 
 * Label for create user control
 */
.CreateUserLabel
{
	color: #646469;
   font-size: 9pt;
	font-weight: bold;
} 
.CreateUserEdit
{
   font-size: 9pt;
   height: 15px;
   width: 180px;
   border-width:1px;
   border-color:#25D039;
   border-style:solid;
} 
.LoginUserLabel
{
	color: #646469;
   font-size: 9pt;
	font-weight: bold;
} 
.LoginUserEdit
{
   font-size: 9pt;
   height: 15px;
   width: 180px;
   border-width:1px;
   border-color:#25D039;
   border-style:solid;
} 
.LoginUserCheckbox
{
   color: #646469;
   font-size: 7pt;
   font-weight: bold;
   height: 15px;
   width: 180px;
} 
.LoginUserText
{
   color: #646469;
   font-size: 7pt;
} 
.LoginUserLink
{
   font-size: 8pt;
} 
.RecoveryUserLabel
{
	color: #646469;
   font-size: 9pt;
	font-weight: bold;
} 
.RecoveryUserEdit
{
   font-size: 9pt;
   height: 15px;
   width: 300px;
   border-width:1px;
   border-color:#25D039;
   border-style:solid;
} 
.RecoveryUserLink
{
   font-size: 8pt;
} 

/*
 * $Log: /VIASAT/Web/Solutions/OnPOZ/App_Themes/Default/OnPOZWebsiteItems.css $
 * 
 * 7     9/29/09 3:51p Slevert
 * Add new style for EZSurv sub menu item
 * 
 * 6     3/24/09 12:29p Slevert
 * Add new styles
 * 
 * 5     07-10-19 10:30 Mbus
 * 
 * 4     10/18/07 11:34a Slevert
 * 
 * 3     10/18/07 11:21a Slevert
 * 
 * 2     07-10-14 18:45 Mbus
 * 
 * 1     07-10-13 15:20 Mbus
 * 
 */

