﻿/*** MS Grid Styles ***/
/*
 -----------------------------------------------------------------------------------------------------------------
 Date		Changed By      Description
 ---------	------------    ------------------------------------------------------------------------------------
 11/21/2007	Dinesh			Added MSAGHeader for Summary screens
 06/17/2008	Dinesh			Added panel_left_toggle style
 10/14/2008	Pramod			Modified Gridview header and row style for Multi Browser support
 12/30/2008	Pramod			Modified for Multi Browser support
 01/16/2009	Dinesh			Added EmptyDataRow for grid border
 01/28/2009	Dinesh			Modified grid and input controls styles
 10/10/2009	Dinesh			Included MSExpiredDate, genTrackDesc style - GenTrack
 01/06/2010 Mathan          Added styles for home/help screen
 -----------------------------------------------------------------------------------------------------------------
*/

.rightRow
{
border-right:solid 2px #000000; 
}
.rightHeader
{
border-right:solid 2px #000000; 
}

.MSCustomHeader
{
  background-color: #CCCCCC; 
/*  border-bottom: 1px solid #57566F; */
  height: 20px;
  padding-left: 3px;
  cursor: default; 
  color: #FFFFFF;  
  font-family: verdana; 
  font-size: 10px;
  font-weight: bold;
  vertical-align: middle;
 /* border-bottom:solid 3px #FF9A00; */
  
 /* BORDER-RIGHT: 1px solid #57566F*/
}
	
.MSAGHeader
{
  background-color: #CCCCCC; 
/*  border-bottom: 1px solid #57566F; */
  height: 20px;
  padding-left: 3px;
  cursor: default; 
  color: #FFFFFF;  
  font-family: verdana; 
  font-size: 10px;
  font-weight: bold;
  vertical-align: middle;
  /* border-bottom:solid 3px #FF9A00;
  
 BORDER-RIGHT: 1px solid #57566F*/
}

/* FONT COLOR FOR "DRAG A COL TO THIS AREA TO GROUP BY IT" */
.MSCustomHeaderText
{
  color: #000000;  
  font-family: verdana; 
  font-size: 10px;
}

.MSExpiredDate
{ 
	height:30px;
	text-align:left;
	vertical-align:top;  
	background-color:#F5A7A9; 	
}

.MSgridRow
{
	height:30px;
	text-align:left;
	vertical-align:top;  
	/*vertical-align:middle;*/
}
.MSgridRow td, .MSgridAltRow td, .MSExpiredDate td
{
/*	border-bottom:solid 1px #000000; */
	border:solid 1px #000000;
    border-width:0 0 1px 0;
    border-left:1px solid #ece9d8;    
    padding-left: 3px; 
}
.MSgridRow * td, .MSgridAltRow * td, .MSExpiredDate * td
{
	border-bottom:solid 0px #000000;
}
.MSgridAltRow
{
	background-color: #F5F5F5;
	text-align:left;
	height:30px;
	vertical-align:top;
}
.MSgridHeader
{
	background-color:#CCCCCC;
	color:#000000;
	height:17px;
	text-align:left;
}
.MSgridHeader a, .MSgridHeader a:hover
{
	text-decoration:none;
	color:#000000;
	cursor:default;
}
.MSgridHeader th
{
	/*border-right:solid 1px #000000;
	border-left:solid 1px #FFFFFF;*/
}
.EmptyDataRow td
{
	border:solid 1px #708090;
	
	text-align:center;
	float:left;
	width:99.6%;
	padding:5px 0;
	clear:both;
	vertical-align:middle;
}
/*** end MS Grid styles ***/

/*** general Panel Styles ***/
.panel_header
{
	height:17px;
	margin-bottom:1px;
	overflow:hidden;
	position:relative;
}
.panel_heading
{
	padding-top:3px;
	padding-left:3px;
	font-weight:bold;
	text-align:left;
	border: 1px solid #A9AAAB; 
	background-color: #DDDDDD;
	border-bottom-color:#A9AAAB; 
	background-image:url(../images/panel_bg.gif);
	background-repeat:repeat-x;
 /*   border-right-color : #C9C9C9; 
    border-bottom-color : #000000; 
/*	background-image:url(../images/snapbg.gif);
	background-repeat:repeat-x;*/
	height:14px;
	width:auto;
}
/*** end general Panel Styles

/*** Right Panel Styles ***/
.column_right
{
	float:left;
	padding:0;
	margin:0;
}
.panel_right
{
	margin:0;
	margin-left:4px;
	padding:0;
	width:240px;
	margin-bottom:2px;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:10px;
	overflow:hidden;
}
.panel_right_toggle
{
	position:absolute;
	top:4px;
	left:218px;
	background-image:url(../images/snapicon.gif);
	background-repeat:no-repeat;
	background-position:right top;
	height:17px;
	width:22px;
	cursor:pointer;
}
.panel_left_toggle
{
	position:absolute;
	top:4px;
	left:2px;
	background-image:url(../images/snapicon.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:17px;
	width:22px;
	cursor:pointer;
}
.panel_right_body
{
	border:solid 1px #708090;
	overflow:auto;
	width:232px;
	padding:5px 3px 5px 3px;
}
/*** end Right Panel Styles ***/

/*** Map Panel Styles ***/
.panel_map_toggle
{
	position:absolute;
	top:4px;
	left:718px;
	background-image:url(../images/snapicon.gif);
	background-repeat:no-repeat;
	background-position:right top;
	height:17px;
	width:22px;
	cursor:pointer;
}
.panel_map
{
	margin:0;
	padding:0;
	width:740px;
	margin-bottom:5px;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:10px;
	overflow:hidden;
}
.panel_map_body
{
	border:none;
	overflow:hidden;
	width:740px;
	padding:0;
}
/*** end Map Panel Styles ***/

/*** Wide Panel Styles ***/
.column_left
{
	float:left;
	padding:0;
	margin:0;
}
.panel_wide_toggle
{
	position:absolute;
	top:0px;
	left:718px;
	background-image:url(../images/snapicon.gif);
	background-repeat:no-repeat;
	background-position:right center;
	height:17px;
	width:22px;
	cursor:pointer;
}
.panel_wide
{
	margin:0;
	padding:0;
	width:740px;
	margin-bottom:5px;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:10px;
	/*overflow:hidden;*/
}
.panel_wide_body
{
	border:solid 1px #708090;
	overflow:auto;
	width:732px;
	padding:5px 3px 5px 3px;
}
.panel_wide_body_nopadding
{
	border:solid 1px #708090;
	overflow:auto;
	width:738px;
	padding:0;
}
/*** end Wide Panel Styles ***/

/*** Screen Wide Panel Styles ***/
.panel_full_toggle
{
	position:absolute;
	top:0px;
	left:963px;
	background-image:url(../images/snapicon.gif);
	background-repeat:no-repeat;
	background-position:right center;
	height:17px;
	width:22px;
	cursor:pointer;
}
.panel_full
{
	margin:0;
	padding:0;
	width:985px;
	margin-bottom:5px;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:10px;
	margin-left:auto;
	margin-right:auto;
	/*overflow:hidden;*/
}
.panel_full_body
{
	border:solid 1px #708090;
	overflow:auto;
	width:977px;
	padding:5px 3px 5px 3px;
	text-align:center;
}
/*** end Screen Wide Panel Styles ***/

/*** Small Panel Styles ***/
.panel_small
{
	margin:0;
	padding:0;
	width:400px;
	margin-bottom:5px;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:10px;
	margin-left:auto;
	margin-right:auto;
}
.panel_small_body
{
	border:solid 1px #708090;
	overflow:auto;
	width:392px;
	padding:5px 3px 5px 3px;
}
/*** end Small Panel Styles ***/

/*** CA Grid with top and bottom borders ***/
.CAGridClass
{
	width:100%;
	margin:0;
	padding:0;
	border-top:solid 1px #708090;
	border-bottom:solid 1px #708090;
}
/*** end CA Grid with top and bottom borders ***/

.centered
{
	display:block;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding:3px 0px 3px 0px;
}

/*** EVENTS MENU ***/
.MenuGroupCA
{
  border:solid 1px gray;
  border-right-color:#3F3F3F;
  border-bottom-color:#3F3F3F;
}

.MenuItemCA
{
  /*background-image: url(../images/item_bg.gif); */
  background-color:#c9c9c9;
  color:#3F3F3F;
  font-family:verdana;
  font-size:11px;
  border: solid 1px gray;
  border-left-color:white;
  border-top-color:white;
  /*padding-right:1px;*/
  /*cursor:pointer;*/
}

.MenuItemHoverCA
{
  /*background-image: url(../images/item_bg_hover.gif); */
  background-color:#c9c9c9;
  color:#3F3F3F;
  font-family:verdana;
  font-size:11px;
  border: solid 1px gray;
  border-left-color:white;
  border-top-color:white;
  /*cursor:pointer;*/
}

.MenuItemActiveCA
{
  /*background-image: url(../images/item_bg_hover.gif); */
  background-color:#c9c9c9;
  color:#3F3F3F;
  font-family:verdana;
  font-size:11px;
  border: solid 1px gray;
  /*border-left-color:gray;
  border-top-color:gray;*/
  border-left-color:white;
  border-top-color:white;
  /*cursor:pointer;*/
}

div.events_menu
{
	position:absolute; 
	z-index:100; 
	display:none; 
	background-color:#c9c9c9;
	border:solid 1px #000000;
}
/*** end EVENTS MENU ***/

.instructions
{
	font-family: Verdana, Arial, Sans-Serif;
	border: solid 1px #000000;
	background-color: #dcdcdc;
	text-align: center;
	margin-bottom: 4px;
	margin-top: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: auto;
	margin-right: auto;
}
.bigbutton
{
	font-size:16px;
	font-weight:bold;
	cursor:pointer;
}

.MSCustomHeader th
{          
    border-width:0 0 0 0;
    border-top:solid 1px #aca899;
    border-left:1px solid #ece9d8;
    border-bottom:1px solid #ece9d8;
}

.MSPageStyle td
{
	border-bottom:1px solid #efebde;
	border-left:0px solid #efebde;
}
.MSPageStyle table, .MSPageStyle table td 
{
	border:0px;
}

a:focus 
{
	outline:none;
}

input:focus 
{
	outline:none;
}

select:focus 
{
	outline:none;
}

textarea:focus 
{
	outline:none;
}
.genTrackDesc
{
	border-top:2px solid #aca899; 
	border-bottom:2px solid #aca899; 
	border-left:5px solid #aca899; 
	border-right:5px solid #aca899; 
	padding: 10px; 
	display:inline-block;  
	width:550px; 	 
	text-align:justify;  
	background-color:#F3F3F3; 
}

.howToTrack
{
	border-top:2px solid #FFC726; 
	border-bottom:2px solid #FFC726; 
	border-left:5px solid #FFC726; 
	border-right:5px solid #FFC726; 
	padding: 10px; 
	display:inline-block;  
	text-align:left ;  
	background-color:#FFF5D9;
}

.expiredLegend
{	
	height:10px;
	background:#F5A7A9;	
}
/***************Added Style for Home/Help Related Screen*************/	
.contextMenu {
	position:absolute!important;
	width:120px;
	top:20px;
	left:10px;
	padding:0 2px 0 0;
	background:url(../Images/General/vertDropShadow.png) repeat-y right top;
	}

.contextMenu div.btShadow {
	padding-bottom:2px;
	background:url(../Images/General/horzDropShadow.png) repeat-x left bottom;
}

.contextMenu ul {
	border:1px solid;
	border-color:#848684 #000000 #000000 #848684;
}

.contextMenu ul,
.contextMenu li {
	list-style:none;
	padding:0;
	margin:0;
}

.contextMenu li a {
	display:block;
	padding:3px 10px;
	text-decoration:none;
	color:#fff;
	border:1px solid transparent;
	background:url(../Images/General/contextMenuLinkBg.png) repeat 0 0;
}

.contextMenu li a:hover {
	background:url(../Images/General/contextMenuLinkHoverBg.png) repeat 0 0;
	border-color:#bdbabd #000400 #000400 #bdbabd;
}
	
.drawSiteMap .dragPanel
{
	top:236px;
	}
.drawSiteMap #fullscreenIcon, .largeViewMapPanel #fullscreenIcon
{
	display:none !important;
	}
.zeroBrd
{
	border:0 !important;
	}

.lviewMapAutoRefTbl
{
	position:relative;
	}
.lviewMapAutoRef{
	position:absolute;
	right:5px;
	*right:0px;
	top:5px;
	*top:-25px;
	}
	
@media screen and (-webkit-min-device-pixel-ratio:0) {
.lviewMapAutoRef{
	top:-25px;
	}
}		

#innerGridHolder .gridSideBrd tr td
{
	border:1px solid #c7c7c7 !important;
	}

.pageIntro
{
	background:#e7e7e7;
	padding:5px 5px 3px;
	margin-top:10px;
	font-size: 11px;
	}
	
.pageIntro p
 {
 	padding:0;
 	margin:0 0 8px 0;
 	line-height:16px;
 	
	}	

.helpContent
{
	padding:5px 0;
	font-size: 11px;
	
	}
	
.helpNote
{
	padding:5px 0;
	font-size: 11px;
	font-family:Verdana,Arial,Sans-Serif;
	
	}


.helpContent .content
{
	background:url(../images/General/dividerImg.gif) repeat-y 50% 0;
	}

.helpContent .content h3, .helpContent .content h3 a
{
	padding:0;
	margin:0 0 2px 0 ;
	color:#b2880b;
	font-size:13px;
	text-decoration:underline;
	}
.helpContent .content1 h3, .helpContent .content1 h3 a
{
	padding: 0;
	margin: 0 0 2px 0;
	color: #0000AE;
	font-size: 13px;
	text-decoration: underline;
}

.helpContent .content p,.helpContent .content1 p
{
	padding:0;
	margin:0 0 10px 0 ;
	line-height:17px;
	}

.helpContent .floatLt, .helpContent .floatRt
{
	width:450px;
	}


.instructionsHelp
{
	font-family: Verdana, Arial, Sans-Serif;
	border: solid 1px #000000;
	background-color: #dcdcdc;
	text-align: left;
	margin-bottom: 4px;
	margin-top: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: auto;
	margin-right: auto;
}
.vehicleConfDt td
{
	padding:3px 2px;
}
.vehicleConfDt td.dtLabel
{
	color:#0075ad;
}

.gridSideBrd
{
	border:1px solid #c7c7c7 !important;
	clear:both;
	margin-bottom:5px;
}

.gridSideBrd .MSCustomHeader th, .gridSideBrd tr.MSgridRow td, .gridSideBrd tr.MSgridAltRow td
{
	border:1px solid #c7c7c7 !important;
	border-width:1px 1px 1px 0;
}

.gridSideBrd tr.MSgridRow td table
{
	border:0 !important;
}

.gridSideBrd tr.MSgridRow td table,
.gridSideBrd tr.MSgridRow td table td,
.gridSideBrd tr.MSgridAltRow td table,
.gridSideBrd tr.MSgridAltRow td table td
{
	padding:0;
	border:0 !important;
}	
.gridSideBrd .MSgridRow td, .gridSideBrd  .MSgridAltRow td, .gridSideBrd  .MSExpiredDate td 
{
	border-bottom:0 !important;
}
.gridSectionHeader
{
	margin:10px 0 5px 0;
	display:block;
	clear:both;
}

.sectionDivider
{
	height:3px;
	clear:both;
	font-size:0;
	display:block;
	}

.noRecodeFound
{
	border:1px solid #ccc;  
	padding:5px;
}
.noRecodeFoundAlign
{
	border:1px solid #ccc;  
	padding:5px;
	text-align:center;
}
.sideNav
{
	width: 100px;
/*	float: left;*/

	padding-top: 3px;
}
.sideNav .headerbar
{
	font-size: 12px;
	font-weight: bold;
	color: white;
	background: #606060;
	margin: 0;
	padding: 6px;
}
.sideNav ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	/*margin-bottom: 20px;*/
}
.sideNav ul li
{
	margin: 0;
	padding: 0;
	padding-bottom: 1px;
}
.sideNav ul li a
{
	font-size: 11px;
	font-weight: bold;
	color: black;
	background: #E9E9E9;
	display: block;
	padding: 5px 0;
	padding-left: 8px;
	text-decoration: underline;
}
.sideNav ul li a:visited
{
	color: black;
}
.sideNav ul li a:hover
{
	/*hover state CSS*/
	color: white;
	background: #606060;
}

#quickLinkNav
{
	float:left;
	border-left:1px solid #738294;
	}
#quickLinkNav ul, #quickLinkNav ul li, #helpLinkNav ul, #helpLinkNav ul li 
{
	padding:0;
	margin:0;
	list-style:none;
	}	

#quickLinkNav ul li, #helpLinkNav ul li 
{
	float:left;
	
}
#quickLinkNav ul li a, #helpLinkNav ul li a
{
	padding:7px 8px 8px;
	display:block;
	color:#222;
	font-weight:bold;
	background:#dcdddc url(../images/General/footerLinkDivider.gif) no-repeat 0 9px;
	}

#quickLinkNav ul li:first-child a, .noImg
{
	background-image:none!important;
	}
#quickLinkNav ul li.navHeading, #helpLinkNav ul li.navHeading
{
	background: url(../images/General/tabSectionRtBg.gif) no-repeat 0 3px;
	color:#fff;
	padding:7px 6px 6px;
	font-weight:bold;
	min-width:60px;
	margin-left:5px;
	}	
 #helpLinkNav ul li.navHeading
 {
 	background: url(../images/General/tabSectionRtBg.gif) no-repeat 0 3px;
 	}	

#helpLinkNav
{
	float:Right;
	border-right:1px solid #738294;
	}
	
td.infoconsoleLink 
	{
		background:#d2d2d2 !important;
		}
#infoConsolePanel
{
	border:1px solid #c7c7c7; border-width:1px 0; padding:0; 
	}

#infoConsolePanel table
{
		margin-left:5px;	
	}
		
#infoConsolePanel .infoConsoleHeading
{
	background:transparent url(../images/General/tabSectionRtBg.gif) no-repeat 0 center; color:#fff; padding:8px 5px 8px ;
	 font-weight:bold;
	 white-space:nowrap;	
	 width:120px;
	}
#infoConsolePanel 
{
	border:0;
	}	
#infoConsolePanel td
{
	background: url(../images/General/footerLinkDivider.gif) no-repeat 100% 2px;
	padding:0 12px;	
	white-space:nowrap;
	border:none;
	width:auto;
	}
	
#infoConsolePanel td a
{
	color:#000;
	font-weight:bold;
	}
	
.fltInfo, .userInfo, .infoconsole{
	 background:#fff url(../images/General/tabSectionRtBg_red.gif) no-repeat 5px center !important;
	 color:#fff;
	 padding:8px 7px 8px!important;
	 font-weight:bold;
	 white-space:nowrap;
	 width:90px !important;
	 *width:100px !important;
	}
.userInfo
{
	background-image: url(../images/General/tabSectionRtBg_green.gif) !important;
	}
.infoconsole
{
	background-image: url(../images/General/tabSectionRtBg.gif) !important;
	}	
	
.infoTbl
{
	
	font-size:10px !important;
	}
				
.infoTbl td
{
	border-bottom:1px solid #c7c7c7;
	vertical-align:middle!important;
	background:#e7e7e7;
	width:auto;
	*width:99%;
	}	
.formContent
{
	margin-bottom: 10px;
	font-size: 11px;
}
.formContent input
{
	font-size: 11px;
	padding: 0;
	margin: 0;
}
.formContent input[type="button"]
{
	width: 50px;
}
.formContent td
{
	padding: 3px;
}
.formContent td select
{
	width: 65%;
	font-size: 11px;
}
.sectionHeader
{
	font-size: 12px;
	font-weight: bold;
	color: white;
	background: #606060;
	margin: 0;
	padding: 6px;
	margin-bottom: 2px;
}
.mainSection
{
	/*margin-left: 245px;*/
	padding-top: 3px;
}
.clear
{
	display: block !important;
	clear: both !important;
	font-size: 0 !important;
	line-height: 0 !important;
	list-style:none !important;
	float:none !important;
}
.HeadingDetails
{	border:1px solid #000;  
 	border-width:0 0 1px; 
 	padding:4px 8px; 
 	background:#ccc;
}
/***************Added Newly for Replacing Component art Grid******************************/
.redcircle
{
	height: 22px; 
	width: 22px; 
	text-align: center; 
	background-image: url(../images/icons/redcircle.gif); 
	background-repeat: no-repeat; 
	background-position: center top; 
	color: rgb(255, 255, 255);
}
.sitesqurebox
{
	border: 1px solid rgb(0, 0, 0); 
	height: 14px; width: 14px;  
	text-align: center; 
	background-color: blue; 
	color: rgb(255, 255, 255);
}

.MSCustomHeaderNew
{
  background-color: #000000; 
  cursor: default; 
  font-family: verdana; 
  font-size: 10px;
  font-weight: bold;
  vertical-align: middle;
}

.MSCustomHeaderMajorEvent
{
  background-color: #CCCCCC; 
  cursor: default; 
  font-family: verdana; 
  font-size: 10px;
  font-weight: bold;
  vertical-align: middle;
}

#tabPanel
{
    border-bottom: 1px solid #c9c9c9;
}
#tabPanel ul#tab
{
    padding: 0;
    margin: 0;
    list-style: none;
}
#tabPanel ul#tab li
{
    float: left;
    padding: 0;
    margin: 0;
    margin-right: 2px;
    width:90px;
    text-align:center;            
}
#tabPanel ul#tab li a
{
    color: #222222;
    text-decoration: none;
    display: block;
    background: url(../images/unSelectedTabaa.gif) no-repeat 100% 100%;
    padding: 0 10px 0 0;            
}
#tabPanel ul#tab li a span
{
    display: block;
    background: url(../images/unSelectedTabaa.gif) no-repeat 0 100%;
    padding: 4px 0 1px 10px;
}
#tabPanel ul#tab li a:hover
{
    background: url(../images/unSelectedTabHover.gif) no-repeat 100% 100%;
}
#tabPanel ul#tab li a:hover span
{
    background: url(../images/unSelectedTabHover.gif) no-repeat 0 100%;
}
#tabPanel ul#tab li.active a, #tabPanel ul#tab li.active a span
{
    background-image: url(../images/selectedTab.gif);
    cursor: default;
}
.setSiteTab
{
    background-color: #ffffff;
    border: solid 1px #000000;
    font-size: 0 !important;
    display: inline-block;
    /*display:-moz-inline-stack;*/
    height: 10px;
    width: 10px;
    font-style: normal;
}
.setSiteTab img
{ 
    height:10px;
    width:10px;
}
.clear
{
    display: block !important;
    clear: both !important;
    font-size: 0 !important;
    height: 1 !important;
}

/**********************************************************/



