body
{
	background-color: #E5E4E5;
	font-family: Helvetica, Arial, Tahoma, Sans-Serif;
	font-size: 11px;
	color: #000000;
	margin-top: 10px;
	direction: ltr;
}


textarea
{
	font-family: Helvetica, Arial, Tahoma, Sans-Serif;
	/* IE doesn't inherit the font for the textarea correctly. What a shame.*/
}

a
{
	text-decoration: underline;
	color: #2371b5;
}

a:disabled
{
	text-decoration: none;
	color: #b4b3c0;
}

select 
{
  font-family: inherit;
}

input 
{
  font-family: inherit;
}

ul
{
	margin: 0px 0px 0px 10px;
	padding:0px;
	padding-left: 8px;
}

li
{
	padding-bottom:3px;
	padding-top:3px;
}

.invalid
{
	border: 1px solid red;
}

.hidden
{
	display: none;
}

.LeftJustified
{
	text-align: left;
}

.RightJustified
{
	text-align: right;
}

.modalBackground {
          position:absolute;
          top:0;
          left:0;
          width:100%;
          height:100%;
          z-index:5000;
          background-color:#000;
          -moz-opacity: 0.75;
          opacity:.75;
          filter: alpha(opacity=75);
          text-align: center;
}

.modalPopup {
	background-color:White;
	border: solid 3px Gray;
	padding:5px;
}

.ButtonAdminAction
{
	font-size: 11px;
	color: #000000;
	cursor:pointer;
	background: url(../../Images/button_short.png) no-repeat center center;
	width: 87px;
	height: 22px;
	border-width: 0px;
	padding-bottom: 3px;
}

.ButtonAdminAction:disabled
{
	color: #aba0a0;
	cursor: default;
}

.ButtonAdminAction:hover
{
	color: Red;
}

.ButtonAdminActionLong
{
	font-size: 11px;
	color: #000000;
	cursor:pointer;
	background: url(../../Images/button_long.png) no-repeat center center;
	width: 150px;
	height: 22px;
	border-width: 0px;
	padding-bottom: 3px;
}

.ButtonAdminActionLong:disabled
{
	color: #aba0a0;
	cursor: default;
}

.ButtonAdminActionLong:hover
{
	color: Red;
}

.ButtonAdminActionLarge
{
	font-size: 12px;
	color: #000000;
	cursor:pointer;
	background: url(../../Images/button_short_large.png) no-repeat center center;
	width: 115px;
	height: 34px;
	border-width: 0px;	
	font-weight:bold;
	padding-bottom: 3px;	
}

.ButtonAdminActionLarge:hover
{
	color: Red;
}

.ButtonAdminActionLarge:disabled
{
	color: #aba0a0;
	cursor: default;
}

.ButtonAdminActionLargeLong
{
	font-size: 12px;
	color: #000000;
	cursor:pointer;
	background: url(../../Images/button_long_large.png) no-repeat center center;
	width: 217px;
	height: 34px;
	border-width: 0px;
	font-weight:bold;
	padding-bottom: 3px;		
}

.ButtonAdminActionLargeLong:hover
{
	color: Red;
}

.ButtonAdminActionLargeLong:disabled
{
	color: #aba0a0;
	cursor: default;
}

span.link
{
	cursor: pointer;
	text-decoration: underline;
	color: #2371b5;
}

.TableBody
{
	width:930px; 
	text-align:center; 
	background-color: #FFFFFF; 
	border: solid 1px #CCCCCC; 
	padding:8px;
}

.TableMain
{	

}

.TableMainHeader
{	
	padding-bottom: 4px;
}

table.NavBar td
{	
	font-family: "Arial";	
	white-space: nowrap;	
	font-size: 9pt;
	color: #8e8d8d;
	vertical-align: baseline;
}

table.NavBar td.Title
{
	font-weight: bold;
	font-size : 12pt;
	color: Black;
	letter-spacing: -0.5px;
}

table.NavBar td a
{
 	color: #8e8d8d;
 	text-decoration: none;
}

.TableMainContent
{
	border: solid 1px #B4B4B4; 
	border-top-width: 0px;
	background-color:#F4F4F4;	
}

.TableMainFooter
{
	padding: 5px;
	text-align: right;
}

table.TableAdmin
{
	width: 100%;
	/*padding: 10px;*/
}

table.TableAdmin td.TableAdminHeader
{	
}

table.TableAdmin td.TableAdminContent
{
	border: solid 1px #D9D9D9; 
	background-color:#FBFBFB;
	padding: 5px;
	height: 500px;
	vertical-align:top;
}

table.TableAdmin td.TableAdminFooter
{

}

.TableAdminPagerBar
{
	height: 48px;
	width: 100%;
}

.TableAdminPagerBarToolbar
{
	text-align:left;
	padding-left: 5px;
}

.TableAdminPagerBarPager
{
	white-space: nowrap;
	text-align:center;
	padding-left: 20px;
	padding-right: 20px;
}

.PagerButton
{
	vertical-align:middle;
}

.PagerCurrentPageLabel
{
	font-weight:bold;
}

.PagerNumericButton
{
	padding-left:1px;	
}

.TablePanelEdit
{
	/*width: 100%;*/
}

.TablePanelEditText
{
	color: #8E8E8E;
	text-align: right;
	padding: 2px 3px 2px 3px;
	white-space:nowrap;	
}

.TablePanelEditValue
{
	text-align:left;
	padding: 2px 0px 2px 0px;
	white-space:nowrap;
}

.InfoWindowTab
{
	height:270px;width:345px;overflow:auto;padding:5px;border:1px solid #bbbbbb;border-top-width: 0px;
}

table.RRInfoWindow
{
	border: 1px solid #979797;
	font-size: 11px;
}

.RRInfoWindowHead
{
	/*padding: 0.5em 1em 0.5em 1em;*/
	height: 27px;
	vertical-align:middle;
	white-space: nowrap; 
	background: url(../../images/mainmenu-bg.gif) repeat-x bottom; 
	border-bottom: 1px solid #979797; 
	color: black;
	font-size: 11px;
	text-align: center;
	border-radius: 0; 
	-moz-border-radius: 0px;
}

.RRInfoWindowFoot
{
	padding: 3px; 
}

.RRInfoWindowCell
{	
	text-align: left;
	padding: 2px 5px 2px 5px;
	white-space:nowrap;
}

.RRInfoWindowValue
{
	color: #8E8E8E;
}

.TablePropertiesGrid
{
	/*width: 100%;*/
}

.TablePropertiesGridText
{
	color: #8E8E8E;
	text-align: right;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom:2px;
	white-space:nowrap;
}

.TablePropertiesGridValue
{
	text-align:left;
	padding-top: 2px;
	padding-bottom:2px;
}

.legend
{
	color:Gray;
}

.WhiteText
{
	color:#FFFFFF;
}

.MainMenuBar
{ 	
 	background: url(../../Images/mainmenu-bg.gif) repeat-x bottom;
 	border: 1px solid #b4b4b4;
}
 
 table.MainMenuStaticItem
 {
 	height: 30px;
 	background: url(../../Images/mainmenu-bg.gif) repeat-x bottom;
 	padding: 2px 20px 2px 20px;
 	cursor: pointer;
 	border-left: 1px solid #f8f7f7;
 	border-right: 1px solid #c7c7c7;
 }
 
a.MainMenuStaticItem
{
 	color: #545454;
 	text-decoration: none;
}
 
table.MainMenuStaticItemOver
{
 	background: url(../../Images/mainmenu-bg_over.gif) repeat-x bottom;
 	border-left-width: 0px;
 	border-right-width: 0px;
 	padding: 2px 21px 2px 21px;
}
 
a.MainMenuStaticItemOver,  a.MainMenuStaticItemOver:hover
{
 	color: White;
 	text-decoration: none;
}
 
.MainMenuDynamic
{
}
 
.MainMenuDynamicItem
{
 	background-color: #d8d8d8;
	padding-left:10px;
	padding-right:10px;	
 	height: 30px;
 	border: solid 1px #b4b4b4;
 	border-bottom-width: 0px;
 	cursor: pointer;
}
 
a.MainMenuDynamicItem
{
 	color: #545454;
 	text-decoration: none;
}
 
.MainMenuDynamicItemOver
{
 	background-color: #858585;
	padding-left:10px;
	padding-right:10px; 	
 	color: White;
}
 
a.MainMenuDynamicItemOver, a.MainMenuDynamicItemOver:hover
{
 	color: White;
 	text-decoration: none;
}

.tdAssetList
{
	background-color: #c7c6c6;
	padding: 0px 0px 0px 0px;
	vertical-align:top;
}

.tdAssetListHeader
{
	border-bottom: solid 1px gray;
	padding: 4px 0px 4px 0px;
}

.tdAssetListHeaderSep
{
	background: url(../../Images/menu_separator3.gif) repeat-y center;
	padding: 2px 1px 2px 1px;
}

.link_top 
{
	padding-top:3px;
}

table.AssetBarTable
{
	width:100%;
	border-bottom: solid 1px #b4b4b4;
	border-right: solid 1px #b4b4b4;
	border-left: solid 1px #b4b4b4;
}

table.AssetBarTableOver, table.AssetBarTableSelected
{
	width:100%;	
	border-bottom: solid 1px #b4b4b4;
	border-right: solid 1px #b4b4b4;
	border-left: solid 1px #b4b4b4;
	cursor: pointer;
}

table.AssetBarTable td.AssetBarName
{
	background-color: #d8d6d6;
	color: #0d0d0d;
	font-size: 11px;
	height: 20px;
	border-left: solid 1px #f4f4f4;
	border-top: solid 1px #f4f4f4;	
	border-right: solid 1px #f4f4f4;
	border-bottom: solid 1px #c5c4c4;
	padding: 0px 10px 0px 10px;
	text-align: left;
}

table.AssetBarTable td.AssetBarButton
{
	background-color: #e0e0df;
	color: #747474;
	border: solid 1px #f4f4f4;
	height: 20px;
	text-align: center;
	vertical-align:middle;
	padding: 2px 10px 2px 10px;
}

table.AssetBarTableOver td.AssetBarName, table.AssetBarTableSelected td.AssetBarName
{
	background-color: #f0efef;
	color: #0d0d0d;
	font-size: 11px;
	height: 20px;
	border-left: solid 1px #f4f4f4;
	border-top: solid 1px #f4f4f4;	
	border-right: solid 1px #f4f4f4;
	border-bottom: solid 1px #e8e8e8;
	padding: 0px 10px 0px 10px;
	text-align: left;
}

table.AssetBarTableOver td.AssetBarButton, table.AssetBarTableSelected td.AssetBarButton
{
	background-color: #f3f3f2;
	color: #747474;
	border: solid 1px #f4f4f4;
	height: 20px;
	text-align: center;
	vertical-align:middle;
	padding: 2px 10px 2px 10px;
}

.pagedisplay
{
	background: url(../../Images/pagedisplay_bg.gif) repeat-x center;	
	height: 20px;
	text-align: center;
	color: #747474;
	vertical-align: middle;
	border: 1px solid #9b9b9b;
}

table.TableError
{
	
}

td.TableErrorMsg
{
	border: 1px solid #ad071b;
	background-color: #ef8da4;
	color: #555152;
	font-weight:bold;
	padding: 2px 10px 2px 10px;
}

td.TableInfoMsg
{
	border: 1px solid #087603;
	background-color: #b2eeaf;
	color: #555152;
	font-weight:bold;
	padding: 2px 10px 2px 10px;
}

.AdminMenuItem
{
	text-align:center;
	width: 75px;
}
.AdminMenuItemOver
{
	text-align:center;
	width: 75px;
	font-weight:bold;
}
.AdminMenuItemSelected
{
	text-align:center;
	width: 75px;
	font-weight:bold;
}

legend.large
{
	font-size: 18px;
}

td.ReportTypesItem
{
	height:18px;
	padding-left: 18px;	
	background-image: url(../../Images/report_item.png);
	background-repeat: no-repeat;
	text-decoration: underline;
}

td.ReportTypesItem a
{
	color: #136a92; 
}

td.ReportTypesItem:hover, td.ReportTypesItemSelected
{
	padding-left: 18px;	
	background-color: #9a4241;	
	background-image: url(../../Images/report_item_hover.png);
	background-repeat: no-repeat;
	height:18px;
	text-decoration:none;
}

td.ReportTypesItem:hover a, td.ReportTypesItemSelected a
{
	color:#FFFFFF;
}

table.CheckBoxList2Columns
{
	width:100%;
}

table.CheckBoxList2Columns td
{
	white-space:nowrap;
	padding: 3px;	
}

table.NoAccess
{
	width:100%;
}

table.NoAccess td
{
	vertical-align: middle;
	text-align: center;
	color: Red;	
	font-size: 14px;
}

table.tableSensors
{
	
}

table.tableSensors td.tableSensorsName
{
	text-align:right;
	font-weight:bold;	
}

table.tableSensors td.tableSensorsValue
{
	text-align:left;
	padding-left: 3px;
}

table.TableLog
{
	border: solid 1px #E1E1E1;
}

table.TableLog th
{
	background-color: #E1E1E1;
	padding: 2px 8px 2px 8px;
	text-align: center;
}

table.TableLog td
{
	background-color: #E8E8E8;
	padding: 2px 8px 2px 8px;
}

table.tablePopupMenu
{
	background-color:White;
	border: solid 1px #aca899;
	cursor:pointer;
}
table.tablePopupMenu td
{
	color: #480048;
	text-align: left;
	padding: 2px 5px 2px 8px;
	white-space:nowrap;
	border:solid 1px White;
}
table.tablePopupMenu td:hover
{
	color: #FFFFFF;
	text-align: left;
	padding: 2px 5px 2px 8px; 
	background-color: #93a070;
	border:solid 1px Black;
}

table.CorpFeaturedBox
{
	height:184px; 
	background-image:url(../../Images/FeaturedGradient.jpg);
	border:solid 1px white;
	width:100%;
}

table.CorpFeaturedBox:hover
{
	border:solid 1px #b8b8b8;
	cursor:pointer;
}

table.CorpFeaturedBox td.SmallBlackText
{
	font-size: 11px;
	color:Black;
}

.progress
{
	text-align: center;
	position: fixed;
	left: 50%;
	top: 50%;
	display:none;
	z-index:1500;
	background: url(../../Images/rounded.png) no-repeat; 
	width: 48px; 
	height: 48px; 
	padding: 10px;
}

.progress2
{
	text-align: center;
	position: relative;
	left: 45%;
	top: 45%;
	display:none;
	z-index:1500;
	background: url(../../Images/rounded.png) no-repeat; 
	width: 48px; 
	height: 48px; 
	padding: 10px;
}

table.TableButton
{
	padding: 3px;
	cursor: pointer;
	border: solid 1px #f4f4f4;
	background-color: #f4f4f4;
}

table.TableButtonActive
{
	padding: 3px;
	cursor: pointer;
	border: solid 1px #d9d9d9;
	background-color: #ededed;
}

table.TableButton:hover
{
	border: solid 1px #d9d9d9;
	background-color: #ededed;
}



table.TableDashboardItem
{
	height:95px;
	border: solid 1px white;
	background-color:white;
	cursor:pointer;
}

table.TableDashboardItem:hover
{
	height:95px;
	border: solid 1px #d9d9d9;
	background-color: #edebe2;
}

table.TableDashboardItem td.TableDashboardItemIcon
{
	text-align:center;
	vertical-align:middle;
	width:80px;
}

table.TableDashboardItem td.TableDashboardItemTitle
{
	padding: 1px 3px 1px 3px;
	text-align:left;
}

table.TableDashboardItem td.TableDashboardItemDesc
{
	padding: 1px 3px 1px 3px;
	text-align:left;
	display:none;
}
 
table.TableDashboardItem:hover td.TableDashboardItemDesc
{
	padding: 1px 3px 1px 3px;
	text-align:left;
	display:block;
}

table.TableApplications
{
	width:100%;
}

table.TableApplications td.TableApplicationsCell
{
	background-color: #eeebe4;
	padding: 5px;
	height: 100px;
}

table.TableApplications td.TableApplicationsColumnSeparator
{
	min-width:2px;
	max-width:2px;
	width:2px;
}

table.TableApplications td.TableApplicationsCellPrice
{
	font-size: 13px;
	padding:4px;
	color:#004784; 
}

.AppPrice
{
	font-size: 14px;
	font-weight:bold;
	color:#ab0226;
}

.CorpStaticHorzMenuItemStyle
{
	padding-left:8px;
	padding-right:8px;
	text-transform:uppercase;	
}

.CorpDynamicHorzMenuStyle
{
	border: solid 1px #cecece;
	padding-left:10px;
	padding-right:10px;
}

table.CorpDynamicHorzMenuItemStyle
{
	padding-left:4px;
	padding-right:6px;
	padding-bottom:2px;
	text-transform:uppercase;
	text-align:left;
	border-bottom: solid 1px #cecece;
}

.CorpStaticVertMenuHead
{
	background:url(../../Images/menu_separator.gif)  repeat-y left;
	padding: 4px 23px 4px 23px;	
}

.CorpStaticVertMenuFoot
{
	background:url(../../Images/menu_separator.gif)  repeat-y left;
	padding: 4px 4px 0px 4px;
}

table.CorpStaticVertMenuItemStyle
{	
	background:url(../../Images/menu_separator.gif)  repeat-y left;
	padding: 4px 23px 4px 23px;	
}

a.CorpStaticVertMenuItemStyle
{	
	text-decoration: underline;
	text-transform: capitalize;	
}

table.CorpStaticVertMenuSelectedItemStyle
{
	background:url(../../Images/menu_selector_ltr.gif)  repeat-y left;
	padding: 4px 23px 4px 23px;
}

a.CorpStaticVertMenuSelectedItemStyle
{	
	color:#000000;
	text-decoration: none;
	text-transform:capitalize;
}

.CorpDynamicVertMenuStyle
{
	border: solid 1px #cecece;
}

.CorpDynamicVertMenuItemStyle
{
	padding-left:4px;
	padding-right:6px;
	padding-bottom:2px;
	text-transform:uppercase;
	text-align:left;
}

.tdCorpMenuSeparator
{
	background:url(../../Images/menu_separator.gif) repeat-y right;	
	width:3px;
	min-width:3px;
}

.tdCorpBlueTab
{
	background:url(../../Images/BlueTabBg.gif) repeat-x bottom;
	height: 24px;
	color: #FFFFFF;
	vertical-align:middle;
	text-align:center;
}

.tdCorpColumnHeader
{
	background:url(../../Images/menu_separator2.gif) repeat-x bottom;
	color: #901d40;
	font-weight:bold;
	font-size: 12px;
	padding-bottom: 4px;
}

.WizardHead
{
	font-weight: bold;
	font-size : 11pt;
	color: Black;
	letter-spacing: -0.5px;
	text-align: left;
	padding: 2px;
}

.MidTitle
{
	font-size : 10pt;
}

.GreyText
{
	color:#8E8E8E;
}

.CorpTitle
{
	color: #901d40;
	font-weight:bold;
	padding-bottom: 4px;	
}

.CorpBigTitle
{
	color:#972a4b;
	font-size: 18px;
}

/*----------- Corp area -----------------*/
.CorpTitle01
{
	font-weight: bold;
    color: Black;
    font-size: 18px;
}

.CorpTitle02
{
    font-weight: bold;
    color: Black;
    font-size: 13px;
}

.CorpText01
{
    color: Black;
    font-size: 13px;	
}

.CorpMenuItem
{
	text-align: left;
	padding: 1px;
}

.CorpMenuItem a
{
	color: White;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}


.CorpTextBox
{
	border: 1px solid #BDC7D8;
	padding: 6px;
	font-size: 16px;
	width: 250px;
}

.CorpCheckBox
{
	padding: 2px;
	font-size: 13px;
}

.CorpButton
{
	font-size: 13px;
	padding: 3px 15px 3px 15px;
	border: 1px solid #949292;
	color:White;
	background: url(../../Images/btn_bg.jpg) repeat-x center center;
}

.CorpLinkButton
{
	font-size: 13px;
	text-decoration: none;	
}

/*----------- Corp area end-----------------*/


table.ImageList td
{
	border: solid 1px #CCCCCC;
	width:82px;
	height:82px;
	text-align:center;
	vertical-align:middle;
	padding:3px;
}

table.ImageList2 td
{
	border: solid 1px #CCCCCC;
	text-align:center;
	vertical-align:middle;
	padding:3px;
}

table.ImageList2 td.selected
{
	border: solid 3px #c76a72;
	text-align:center;
	vertical-align:middle;
	padding:1px;
}

.CheckBoxDropDown
{
	background-color: White;
	border: solid 1px grey;
	z-index: 100;
	text-align: left;
}

.LabelDropDown
{
	background-color: White;
	border: solid 1px grey;
	height:16px;
	padding-left:5px;
	padding-top: 3px;
	padding-right: 20px;
	text-align: left;
}

.ReportGridFrame
{
	width: 100%;
	background-color: #FAFCF1;
	border: 1px solid #aab883;
	font-size: 8pt;
}

.ReportGridRow
{	
	border-color: #AAB883;
	border-style: solid;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-left-width: 0px;	
	padding: 3px 5px 3px 5px;
	background-color: White;
	font-size: 8pt;
}

.ReportGridRowAlt
{	
	border-color: #AAB883;
	border-style: solid;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-left-width: 0px;	
	padding: 3px 5px 3px 5px;
	background-color: #f4f4f4;
}

.ReportGridRowSelected
{
	border-color: #AAB883;
	border-style: dotted;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-left-width: 0px;	
	padding: 3px;
	background-color: #AAB883;
}

.ReportGridEditCell
{
}

.ReportGridFooter
{
}

.ReportGridPager
{
	font-weight:normal;
	padding: 0px 6px 0px 6px;
	border-width: 0px;
	color: #000000;
}

.ReportGridPager a
{
	font-weight:normal;
}

table.FeatureMatrix
{
	
}

table.FeatureMatrix th
{
	vertical-align:middle;
	text-align: center;
	padding: 2px 5px 2px 5px;
	background-color: 	#AAB883;
}

table.FeatureMatrix td
{
	vertical-align:middle;
	text-align: center;
	padding: 2px 5px 2px 5px;
	border: solid 1px #AAB883;
}

table.FeatureMatrix td.Yes
{
	background-color:Green;
	color: White;
	white-space:nowrap;
}

table.FeatureMatrix td.No
{
	background-color:Red;
	color: White;
	white-space:nowrap;
}

table.CheckBoxList
{
	
}

table.CheckBoxList th
{
	font-weight:normal;
	height: 24px;
}

table.CheckBoxList tr.Odd
{
	background-color: #fbfbfb;
}

table.CheckBoxList tr.Even
{
	background-color: #f4f4f4;
}

table.CheckBoxList tr.Hover
{
	background-color: #eeeeee;
}

table.CheckBoxList td
{
	padding-left: 10px;
	padding-right: 10px;
	height: 24px;
}

table.CheckBoxList tr.SeparatorFoot td
{
	height: 10px;
	border-top: 1px solid #dddddd;
}

table.CheckBoxList tr.SeparatorHead td
{
	font-weight:bold;
	text-align:left;
	color:#FFFFFF;
	vertical-align:bottom;
	padding-bottom: 6px;
	height:24px;
}

.ControlPanelStaticHorzMenuItemStyle
{
	padding: 3px 5px 3px 5px;
	border: 1px solid #d9d9d9;
}

.ControlPanelStaticHorzMenuSelectedItemStyle
{
	border: 1px solid #d9d9d9;
	background-color: #ededed;
	color: #777777;
}

.ControlPanelStaticHorzMenuHoverItemStyle
{
	background-color: #ededed;
}

table.DataGrid2
{
	border: 1px solid #7d7d7d;
}

table.DataGrid2 tr.DataGridHead
{
	background: url(../../Images/GridHeadBg2.gif) repeat-x center;	
	color: #727272;
}

table.DataGrid2 th
{
	padding: 0px 6px 0px 6px;		
	border-right: 1px solid #c9c9c9;
	border-bottom: 1px solid #7d7d7d;
	height: 23px;	
}

table.DataGrid2 tr.DataGridItem
{
	background-color: #FFFFFF;
}

table.DataGrid2 tr.DataGridItemAlt
{
	background-color: #f6f6f6;
}

table.DataGrid2 tr.DataGridItem td, table.DataGrid2 tr.DataGridItemAlt td
{
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 10pt;
	color: Black;
	vertical-align:middle;
	height: 22px;
	border-right: 1px solid #c9c9c9;
}

table.DataGrid2 tr.DataGridItem td.MainColumn, table.DataGrid2 tr.DataGridItemAlt td.MainColumn
{
	color: #A08687;
	font-size: 12px;
	text-align: left;
}

table.DataGrid2 tr.DataGridItem td.LastColumn, table.DataGrid2 tr.DataGridItemAlt td.LastColumn
{
	border-right-width: 0px;
}

table.DataGridBack
{
	width: 100%;
}

table.DataGrid
{
	width: 100%;
	border: 1px solid #b4b4b4;
	border-right-width: 0px;
	empty-cells:show;
}

table.DataGrid tr.DataGridHead
{	
	height: 21px;
	background: url(../../Images/GridHeadBg.gif) repeat-x center;
}

table.DataGrid tr.DataGridHead th
{
	padding-left: 6px;
	padding-right: 6px;
	border-right: 1px solid #b4b4b4;
	border-bottom: 1px solid #bfbebf;
	border-left: 1px solid #f8f7f7;
	white-space: nowrap;
	font-size: 11px;
	font-weight: normal;
	text-align: center;	
	color:#000000;
}

table.DataGrid tr.DataGridItem
{
	background-color: #ffffff;
}

table.DataGrid tr.DataGridItem:hover
{
	background-color: #feffe4;
}

table.DataGrid tr.DataGridItemAlt
{
	background-color: #f6f6f6;	
}

table.DataGrid tr.DataGridItemAlt:hover
{
	background-color: #feffe4;
}

table.DataGrid tr.DataGridItem td.Column, table.DataGrid tr.DataGridItemAlt td.Column
{
	padding: 6px 6px 6px 6px;
	font-size: 11px;
	color: #000000;
	vertical-align:middle;
	border-right: 1px solid #b4b4b4;
}

table.DataGrid tr.DataGridItem td.MainColumn, table.DataGrid tr.DataGridItemAlt td.MainColumn
{
	padding: 6px 6px 6px 6px;
	color: #000000;
	font-size: 12px;
	text-align: left;
	vertical-align:middle;
	border-right: 1px solid #b4b4b4;
}

table.TableCollapsibleBox
{	
	/*width: 100%;*/
}

table.TableCollapsibleBox td.TableCollapsibleBoxHeader a
{	
	color: #fefeff;
}


table.TableCollapsibleBox td.TableCollapsibleBoxBody
{
	border: solid 1px #D4D4D4; 
	background-color:#EEEBE2;
	height:0px;
}

.tdAlertBoxBody
{
	height:60px;
	vertical-align:top;
	border-left:solid 1px gray;
	border-right: solid 1px gray;
	border-bottom: solid 1px gray;
	background-color: #EDEDEF;
	padding-left:0px;
	padding-right:0px;
	padding-bottom: 0px;
	padding-top:0px;
}

.tdAlertBottomLeft
{
	padding-left:8px;
	padding-right:8px;
	text-align: left;
	width: 100%;
	white-space:nowrap;
}

.tdAlertBottomRight
{
	padding-right:8px;
	text-align: left;
	white-space:nowrap;
}

.AdminTitle
{
	font-size: 23px;
	font-weight: bold;
}

.NoData
{
	text-align:center;
	vertical-align: middle;
	color: #999999;
}

select.page_select, select.page_size
{
	font-size: 11px;
	height: 20px;
}

.RigRoadsDiv
{
	width: 70px;
	padding-top: 5px;
}

.RigRoadsBtn
{	
	background: url(../../Images/RigRoads.png) no-repeat;
	width: 71px;
	height: 22px;
	cursor: pointer;
}

.RigRoadsDropDown
{
	background-color: #f8f8f8;
	border: 1px solid #a9bbdf;
	color: Black;
	padding: 2px 5px 1px 5px;
	cursor: pointer;
	width: 80px;
	text-align: left;
}

.RigRoadsCheckBox
{	
}

.ParentRangeTitle
{
	font-weight:bold;
	font-size: 14px;
	position: absolute;
	white-space: nowrap;
}

.suggestionItem
{
	padding: 2px 5px 2px 5px;
	white-space: nowrap;
}

.suggestionItem:hover
{
	background-color: #eeeeee;
}

.driverName{font-size:20px; color:Black;font-weight:bold;letter-spacing:-0.5px;}

.driverInfo{font-size:13px; color:#777777;}

table.roundBoxWhite tr td.ne {background: url(../../Images/roundBoxWhite/ne.png) no-repeat;width: 29px;min-width: 29px;}
table.roundBoxWhite tr td.n {background: url(../../Images/roundBoxWhite/n.png) repeat-x;height: 29px;}
table.roundBoxWhite tr td.nw {background: url(../../Images/roundBoxWhite/nw.png) no-repeat;width: 29px;min-width: 29px;}
table.roundBoxWhite tr td.w {background: url(../../Images/roundBoxWhite/w.png) repeat-y;}
table.roundBoxWhite tr td.c {background-color: White;}
table.roundBoxWhite tr td.e {background: url(../../Images/roundBoxWhite/e.png) repeat-y;}
table.roundBoxWhite tr td.se {	background: url(../../Images/roundBoxWhite/se.png) no-repeat;}
table.roundBoxWhite tr td.s {background: url(../../Images/roundBoxWhite/s.png) repeat-x;height: 29px;}
table.roundBoxWhite tr td.sw {background: url(../../Images/roundBoxWhite/sw.png) no-repeat;}

table.roundBoxGrey tr td.ne {background: url(../../Images/roundBoxGrey/ne.png) no-repeat;	width: 10px;min-width: 10px;}
table.roundBoxGrey tr td.n {background: url(../../Images/roundBoxGrey/n.png) repeat-x;height: 10px;}
table.roundBoxGrey tr td.nw {	background: url(../../Images/roundBoxGrey/nw.png) no-repeat;width: 10px;min-width: 10px;}
table.roundBoxGrey tr td.w {background: url(../../Images/roundBoxGrey/w.png) repeat-y;}
table.roundBoxGrey tr td.c {background: url(../../Images/roundBoxGrey/w.png);}
table.roundBoxGrey tr td.e {background: url(../../Images/roundBoxGrey/e.png) repeat-y;}
table.roundBoxGrey tr td.se {background: url(../../Images/roundBoxGrey/se.png) no-repeat;}
table.roundBoxGrey tr td.s {background: url(../../Images/roundBoxGrey/s.png) repeat-x;height: 10px;}
table.roundBoxGrey tr td.sw {	background: url(../../Images/roundBoxGrey/sw.png) no-repeat;}

/* Ajax Control Toolkit Tabs xp theme */
.accordionHeader
{
    border: 1px solid #c0c0c0;
    background-color: #e3e3e2;
    text-align:center;
    padding: 3px;
    cursor: pointer;
    margin-top: 2px;
}
.accordionHeaderSelected
{        	
    margin-top: 2px;
    border: 1px solid #c0c0c0;
    background-color: #8c8d8c;
    color: white;
    text-align: center;
    padding: 3px;
    cursor: pointer;
}
.accordionContent
{
    padding: 3px;
    border: 1px solid #c0c0c0;
    border-top-width: 0px;
}

.ajax__tab_xp_custom .ajax__tab_header {text-align:left;font-size:11px;background:url(../../Images/ACT/Tabs/xp_custom/tab-line.gif) repeat-x bottom;}
.ajax__tab_xp_custom .ajax__tab_outer {padding-right:3px; background:url(../../Images/ACT/Tabs/xp_custom/tab-right.gif) no-repeat right; height:21px;}
.ajax__tab_xp_custom .ajax__tab_inner {padding-left:3px;background:url(../../Images/ACT/Tabs/xp_custom/tab-left.gif) no-repeat;}
.ajax__tab_xp_custom .ajax__tab_tab {height:13px;padding:4px;margin:0;background:url(../../Images/ACT/Tabs/xp_custom/tab.gif) repeat-x;cursor:pointer;}
.ajax__tab_xp_custom .ajax__tab_hover .ajax__tab_outer {background:url(../../Images/ACT/Tabs/xp_custom/tab-hover-right.gif) no-repeat right;}
.ajax__tab_xp_custom .ajax__tab_hover .ajax__tab_inner {background:url(../../Images/ACT/Tabs/xp_custom/tab-hover-left.gif) no-repeat;}
.ajax__tab_xp_custom .ajax__tab_hover .ajax__tab_tab {background:url(../../Images/ACT/Tabs/xp_custom/tab-hover.gif) repeat-x;}
.ajax__tab_xp_custom .ajax__tab_active .ajax__tab_outer {background:url(../../Images/ACT/Tabs/xp_custom/tab-active-right.gif) no-repeat right;}
.ajax__tab_xp_custom .ajax__tab_active .ajax__tab_inner {background:url(../../Images/ACT/Tabs/xp_custom/tab-active-left.gif) no-repeat;}
.ajax__tab_xp_custom .ajax__tab_active .ajax__tab_tab {background:url(../../Images/ACT/Tabs/xp_custom/tab-active.gif) repeat-x;}
.ajax__tab_xp_custom .ajax__tab_body {border:1px solid #999999;border-top:0;padding:8px;background-color:#ffffff; min-height:410px;position:relative;}

.ajax__tab_square_large .ajax__tab_header {text-align:left;font-size:11px;background:url(../../Images/ACT/Tabs/square_large/tab-line.gif) repeat-x bottom;}
.ajax__tab_square_large .ajax__tab_outer {padding-right:3px;background:url(../../Images/ACT/Tabs/square_large/tab-right.gif) no-repeat right;height:28px;}
.ajax__tab_square_large .ajax__tab_inner {padding-left:3px;background:url(../../Images/ACT/Tabs/square_large/tab-left.gif) no-repeat;}
.ajax__tab_square_large .ajax__tab_tab {height:20px;padding:6px;padding-top:6px;min-width:70px;margin:0;background:url(../../Images/ACT/Tabs/square_large/tab.gif) repeat-x;cursor:pointer;}
.ajax__tab_square_large .ajax__tab_hover .ajax__tab_outer {background:url(../../Images/ACT/Tabs/square_large/tab-hover-right.gif) no-repeat right;}
.ajax__tab_square_large .ajax__tab_hover .ajax__tab_inner {background:url(../../Images/ACT/Tabs/square_large/tab-hover-left.gif) no-repeat;}
.ajax__tab_square_large .ajax__tab_hover .ajax__tab_tab {background:url(../../Images/ACT/Tabs/square_large/tab-hover.gif) repeat-x;color:#fefefe;}
.ajax__tab_square_large .ajax__tab_active .ajax__tab_outer {background:url(../../Images/ACT/Tabs/square_large/tab-active-right.gif) no-repeat right;}
.ajax__tab_square_large .ajax__tab_active .ajax__tab_inner {background:url(../../Images/ACT/Tabs/square_large/tab-active-left.gif) no-repeat;}
.ajax__tab_square_large .ajax__tab_active .ajax__tab_tab {background:url(../../Images/ACT/Tabs/square_large/tab-active.gif) repeat-x;color:#fefefe;}
.ajax__tab_square_large .ajax__tab_body {border:1px solid #d9d9d9;border-top:0;padding:8px;background-color:#fefefe; min-height:420px;position:relative;}

/**
 * Overlay CSS.
**/
.select-overlay { background:#fff }

.select-overlay span
{
    display:block;
    float:left;
    clear:both;
    background:transparent url(bg-ie-select-width.png) no-repeat 0 0
}


/* Overlay CSS for Internet Explorer 6 and 7 */
.ie6 .select-overlay span,
.ie7 .select-overlay span
{
    width:18px;
    height:22px;
    background-position:0 -20px
}

.ie6 .select-overlay-hover span,
.ie7 .select-overlay-hover span { background-position:-18px -20px }

.ie6 .select-overlay-active span,
.ie7 .select-overlay-active span { background-position:-18px -20px }


/* Overlay CSS for Internet Explorer 8 with no borders or padding */
.ie8 .select-overlay span
{
    width:18px;
    height:20px;
    background-position:0 0
}

.ie8 .select-overlay-hover span { background-position:-18px 0 }

.ie8 .select-overlay-active span { background-position:-18px 0 }


/* Overlay CSS for Internet Explorer 8 with borders and padding */
#select-styleable-container.ie8 .select-overlay span
{
    width:17px;
    height:20px;
    background-position:-36px 0
}

#select-styleable-container.ie8 .select-overlay-hover span { background-position:-53px 0 }

#select-styleable-container.ie8 .select-overlay-active span { background-position:-53px 0 }
