﻿/*** 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
 16/01/2009	Dinesh			Added EmptyDataRow for grid border
 28/01/2009	Dinesh			Modified grid and input controls styles
 -----------------------------------------------------------------------------------------------------------------
*/

.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;
}


.MSgridRow
{
	height:30px;
	text-align:left;
	vertical-align:top;  
	/*vertical-align:middle;*/
}
.MSgridRow td, .MSgridAltRow td
{
/*	border-bottom:solid 1px #000000; */
	border:solid 1px #000000;
    border-width:0 0 1px 0;
    border-left:1px solid #ece9d8;    
}
.MSgridRow * td, .MSgridAltRow * 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;
}

.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;
}

.dinesh
{
	width:100%;
	height:185px;
	overflow-y: scroll; 
	overflow-x:hidden;	
	*padding-right:15px;
	border: solid 1px darkgray;	
}
