﻿body
{
	background-color: #E5E4E5;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	margin-top: 10px;
}

a
{
	text-decoration: underline;
	color: #2371b5;
}

a:hover
{
	text-decoration: underline;
	color: #2371b5;
}

ul
{
	margin: 0px 0px 0px 10px;
	padding:0px;
	padding-left: 8px;
}

li
{
	padding-bottom:3px;
	padding-top:3px;	
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:White;
	border: solid 3px Gray;
	padding:5px;
}

.TableBody
{
	width:930px; 
	text-align:center; 
	background-color: #FFFFFF; 
	border: solid 1px #CCCCCC; 
	padding:8px;
}

.TableMain
{	

}

.TableMainHeader
{	
	
}

.TableMainContent
{
	border: solid 1px #B4B4B4; 
	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
{
	width: 150px;
	white-space:nowrap;
	text-align:center;
	padding-left: 10px;
	padding-right: 10px;
}

.PagerButton
{
	vertical-align:middle;
}

.PagerCurrentPageLabel
{
	font-weight:bold;
}

.PagerNumericButton
{
	padding-left:1px;	
}

.TablePanelEdit
{
	/*width: 100%;*/
}

.TablePanelEditText
{
	color: #8E8E8E;
	text-align: right;
	padding-right: 3px;
	padding-top:2px;
	padding-bottom:2px;
	white-space:nowrap;	
}

.TablePanelEditValue
{
	text-align:left;
	padding-top:2px;
	padding-bottom:2px;
	
}

.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;
}

.tdSearchBar
{
	border-right: solid 1px gray;
	border-top: solid 1px gray;
	border-left: solid 1px gray;
	background-color: #ECECEC;
	text-align:right;
	vertical-align:middle;
	padding-right: 5px;
	padding-top: 2px;
	padding-left: 5px;
	white-space:nowrap;
	width: 320px;
}

.tdAssetList
{
	background-color: #DADBDD;
	padding-left:0px;
	padding-right:0px;
	padding-bottom: 0px;
	padding-top:0px;
	vertical-align:top;
}

.tdAssetListHeader
{
	border-bottom: solid 1px gray;
	padding :4px;
}

.link_top 
{
	padding-top:3px;
}

table.AssetBarTable
{
	width:100%;
	border-bottom: solid 1px #D4D4D4;
	border-right: solid 1px #D4D4D4;
	border-left: solid 1px #D4D4D4;
}

table.AssetBarTableOver, table.AssetBarTableSelected
{
	width:100%;
	border-bottom: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	cursor: pointer;
}

table.AssetBarTable td.AssetBarName
{
	background-color: #E4E4EC;
	color: #898989;
	font-size: 12px;
	height: 20px;
	border-left: solid 1px #ECECEC;
	border-top: solid 1px #ECECEC;	
	border-right: solid 1px #D4D4DC;
	border-bottom: solid 1px #D4D4DC;
	padding-left: 5px;
}

table.AssetBarTable td.AssetBarButton
{
	background-color: #E4E4E4;
	color: #93908e;
	border-left: solid 1px #ECECEC;
	border-top: solid 1px #ECECEC;	
	border-right: solid 1px #D4D4DC;
	border-bottom: solid 1px #D4D4DC;
	height: 20px;
	text-align: center;
	vertical-align:middle;
}

table.AssetBarTableOver td.AssetBarName, table.AssetBarTableSelected td.AssetBarName
{
	background-color: #9C9C9C;
	color: #DCDDAC;
	font-size: 12px;
	height: 20px;
	border-left: solid 1px #ECECEC;
	border-top: solid 1px #ECECEC;	
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	padding-left: 5px;
}

table.AssetBarTableOver td.AssetBarButton, table.AssetBarTableSelected td.AssetBarButton
{
	background-color: #F6F6F6;
	color: #6A6867;
	border-left: solid 1px #ECECEC;
	border-top: solid 1px #ECECEC;	
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	height: 20px;
	text-align: center;
	vertical-align:middle;
}

table.TableError
{
	width:300px;
}

td.TableErrorMsg
{
	text-align:center;
}

.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
{
	height: 50px;
}

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
{
	padding: 5px;
	text-align: center;
	position: fixed;
	left: 50%;
	top: 50%;
	display:none;
	z-index:1500;
}

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 2px 4px 23px;	
}

.CorpStaticVertMenuFoot
{
	background:url(../../Images/menu_separator.gif)  repeat-y left;
	padding: 4px 0px 0px 4px;
}

table.CorpStaticVertMenuItemStyle
{	
	background:url(../../Images/menu_separator.gif)  repeat-y left;
	padding: 4px 2px 4px 23px;	
}

a.CorpStaticVertMenuItemStyle
{	
	text-decoration: underline;
	text-transform:capitalize;	
}

table.CorpStaticVertMenuSelectedItemStyle
{
	background:url(../../Images/menu_selector.gif)  repeat-y left;
	padding: 4px 2px 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;
}

.CorpTitle
{
	color: #901d40;
	font-weight:bold;
	padding-bottom: 4px;	
}

.CorpBigTitle
{
	font-family: Avanti;
	color:#972a4b;
	font-size: 18px;
}

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;
}

.LabelDropDown
{
	background-color: White;
	border: solid 1px grey;
	height:16px;
	padding-left:5px;
	padding-top: 3px;
	padding-right: 20px;
}

.ReportGridRow
{
	font-family: Tahoma;
	font-size: 8pt;
	border-color: #AAB883;
	background-color: White;
}

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 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;
}


/* Ajax Control Toolkit Tabs xp theme */
.ajax__tab_xp_custom .ajax__tab_header {font-family:verdana,tahoma,helvetica;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:0px;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;}
.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;}
