/* background color for the content part of the pages */
Body
{
	background-color: white;
	margin: 0px;
}

.ControlPanel, .PagingTable
{
	width: 100%;
	background-color: #FFFFFF;
	border-right: #003366 1px solid;
	border-top: #003366 1px solid;
	border-left: #003366 1px solid;
	border-bottom: #003366 1px solid;
}

.SkinObject
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #003366;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

A.SkinObject:link
{
	text-decoration: none;
	color: #003366;
}

A.SkinObject:visited
{
	text-decoration: none;
	color: #003366;
}

A.SkinObject:hover
{
	text-decoration: none;
	color: #003366;
}

A.SkinObject:active
{
	text-decoration: none;
	color: #003366;
}

/* styles for LANGUAGE skinobject */
.Language
{
	vertical-align: middle;
	margin: 0px;
}

.Language img
{
	border: none;
}


/* style for module titles */
.Head
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: black;
}

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
	color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}

/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
	background-color: White;
	color: Red;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}
.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_Footer
{
	background-color: White;
}
.DataGrid_Header
{
	background-color: Transparent;
	color: Black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.DataGrid_Item
{
	background-color: Transparent;
	color: Black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}
.DataGrid_SelectedItem
{
	background-color: Silver;
	color: Blue;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}

.TreeMenu_NodeSelected
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	background-color: #dcdcdc;
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link
{
	text-decoration: none;
	color: #003366;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited
{
	text-decoration: none;
	color: #003366;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover
{
	text-decoration: none;
	color: #ff0000;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active
{
	text-decoration: none;
	color: #003366;
}

/* styles used in the FileManager */
.FileManager
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height: 400px;
}
.FileManager_ToolBar
{
	border-bottom: black 1px solid;
	height: 25px;
}
.FileManager_Explorer
{
	height: 100%;
	border: #696969 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
}

.FileManager_FileList
{
	height: 100%;
	border: #696969 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}

.FileManager_MessageBox
{
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #E7E7FF;
	background-color: #9EBFF6;
	border-bottom: #696969 1px solid;
	height: 25px;
}

.FileManager_Pager
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	background-color: #EEEEEE;
	border-top: #696969 1px solid;
	height: 25px;
}

.FileManager_StatusBar
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	background-color: #dedfde;
	height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	background-color: #F8F8F8;
	border-top: black 1px dashed;
	border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	background-color: #EEEEEE;
	border-style: none;
}
.FileManager_SelItem
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: White;
	background-color: #99ffff;
	border-style: none;
}

.FileManagerTreeNode
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

.FileManagerTreeNodeSelected
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	background-color: #dcdcdc;
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link
{
	text-decoration: none;
	color: #003366;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited
{
	text-decoration: none;
	color: #003366;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover
{
	text-decoration: none;
	color: #ff0000;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active
{
	text-decoration: none;
	color: #003366;
}

/* styles used in the Wizard Framework */
.Wizard
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height: 400px;
	width: 650px;
}
.WizardButton
{
	border-right: #696969 1px solid;
	padding-right: 2px;
	border-top: #696969 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: #696969 1px solid;
	padding-top: 2px;
	border-bottom: #696969 1px solid;
	background-color: #dcdcdc;
}
.WizardHeader
{
	background: #ffffcc;
	border-bottom: black 1px solid;
	height: 40px;
}
.WizardFooter
{
	border-top: black 1px solid;
	background: #ccffcc;
	height: 25px;
	text-align: right;
}
.WizardBody
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 325px;
}
.WizardHelp
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 9pt;
	padding-bottom: 5px;
	border-left: black 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #ccffff;
}
.WizardHelpText
{
	overflow: auto;
	font-size: 8pt;
	width: 180px;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	height: 300px;
}
.WizardText
{
	font-size: 9pt;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}


/* text style used for help text rendered by modules */
.Help
{
	border-right: black 1px solid;
	padding-right: 2px;
	border-top: black 1px solid;
	padding-left: 2px;
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 2px;
	border-left: black 1px solid;
	color: black;
	padding-top: 2px;
	border-bottom: black 1px solid;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	text-decoration: underline;
	color: #003366;
}

A.CommandButton:visited
{
	text-decoration: underline;
	color: #003366;
}

A.CommandButton:hover
{
	text-decoration: underline;
	color: #ff0000;
}

A.CommandButton:active
{
	text-decoration: underline;
	color: #003366;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;
}


/* GENERIC */
H1
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #666644;
}

H2
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #666644;
}

H3
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
}

H4
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
}

H5, DT
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}

H6
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}

TFOOT, THEAD
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: #003366;
}

TH
{
	vertical-align: baseline;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}

A:link
{
	text-decoration: none;
	color: #003366;
}

A:visited
{
	text-decoration: none;
	color: #003366;
}

A:hover
{
	text-decoration: underline;
	color: #ff0000;
}

A:active
{
	text-decoration: none;
	color: #003366;
}

SMALL
{
	font-size: 8px;
}

BIG
{
	font-size: 14px;
}

BLOCKQUOTE, PRE
{
	font-family: Lucida Console, monospace;
}


UL LI
{
	list-style-type: square;
}

UL LI LI
{
	list-style-type: disc;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}
OL UL LI
{
	list-style-type: disc;
}

HR
{
	color: #696969;
	height: 1pt;
	text-align: left;
}

/* Module Title Menu */
.ModuleTitle_MenuContainer
{
	border-bottom: blue 0px solid;
	border-left: blue 0px solid;
	border-top: blue 0px solid;
	border-right: blue 0px solid;
}

.ModuleTitle_MenuBar
{
	cursor: pointer;
	height: 16px;
	background-color: Transparent;
}

.ModuleTitle_MenuItem
{
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: white 1px solid;
	border-top: white 1px solid;
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon
{
	cursor: pointer;
	background-color: #EEEEEE;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	text-align: center;
	width: 15px;
	height: 21px;
}

.ModuleTitle_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	background-color: #FFFFFF;
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak
{
	border-bottom: #EEEEEE 1px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 1px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #EEEEEE;
	height: 1px;
}

.ModuleTitle_MenuItemSel
{
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
}

/* Main Menu */
.MainMenu_MenuContainer
{
	background-color: transparent;
}
.MainMenu_MenuBar
{
	cursor: pointer;
	height: 16px;
	background-color: Transparent;
}
.MainMenu_MenuItem
{
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: white 1px solid;
	border-top: white 1px solid;
	border-right: white 0px solid;
	background-color: Transparent;
}
.MainMenu_MenuIcon
{
	cursor: pointer;
	background-color: #EEEEEE;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	text-align: center;
	width: 15px;
	height: 21px;
}
.MainMenu_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	background-color: #FFFFFF;
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuBreak
{
	border-bottom: #EEEEEE 1px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 1px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #EEEEEE;
	height: 1px;
}
.MainMenu_MenuItemSel
{
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #C1D2EE;
}
.MainMenu_MenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
}

/* LEGACY STYLES from DNN 1-2 */
.HeadBg
{
	background-color: #CCCCCC;
}

.TabBg
{
	background-color: black;
}

.SelectedTab
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

A.SelectedTab:link
{
	text-decoration: none;
	color: white;
}

A.SelectedTab:visited
{
	text-decoration: none;
	color: #eeeeee;
}

A.SelectedTab:hover
{
	text-decoration: none;
	color: #cccccc;
}

A.SelectedTab:active
{
	text-decoration: none;
	color: #eeeeee;
}

.OtherTabs
{
	font-weight: bold;
	font-size: 8.5pt;
	color: white;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

A.OtherTabs:link
{
	text-decoration: none;
	color: white;
}

A.OtherTabs:visited
{
	text-decoration: none;
	color: #eeeeee;
}

A.OtherTabs:hover
{
	text-decoration: none;
	color: #cccccc;
}

A.OtherTabs:active
{
	text-decoration: none;
	color: #eeeeee;
}

.PagingTable
{
	height: 33px;
}

/*
.LabelEditOverClass
{	
	cursor: pointer;
	text-decoration: underline overline;
}
*/

.LabelEditTextClass
{
	border: solid 1px red;
	background-color: Transparent;
}

.LabelEditWorkClass
{
	/*background: url(/DotNetNuke/images/dnnanim.gif) no-repeat right;*/
	border: solid 0px red;
	background-color: Transparent;
}

/* style for the DNNTextSuggest control select menu */
.SuggestTextMenu
{
	border: solid 1px black;
	white-space: nowrap;
	background: white;
}
/* style for the DNNTextSuggest control selected menu node */
.SuggestNodeOver
{
	background-color: navy;
	color: White;
}


/*Edit In Place Tool Bar Classes*/
.eipbackimg
{
	border: outset 1px; /*give toolbar a 3D look*/
	position: absolute; /*needed so it doesn't take up space */
	margin-top: -22px; /*specify toolbar to be just above text */
	white-space: nowrap; /* makes toolbar horizontal */
	background: url(../../images/eip_toolbar.gif);
	background-color: #99cccc;
	height: 22px;
}

.eipbuttonbackimg
{
	width: 21px;
	height: 21px;
	cursor: pointer; /*change mouse to pointer when hover over button*/
	/*display: -moz-inline-box; Gecko proprietary  (ORDER IS IMPORTANT HERE!)*/
	display: inline-block; /* supported by Opera and ? */
}

.eipbutton_edit
{
	background: url(../../images/eip_edit.gif) no-repeat 100% center;
}
.eipbutton_save
{
	background: url(../../images/eip_save.gif) no-repeat 100% center;
}
.eipborderhover
{
	border: outset 1px;
}

/* used to collapse panes without any content in them */
.DNNEmptyPane
{
	width: 0px;
}

/* used to set the different module align options - from module settings */
.DNNAlignleft
{
	text-align: left;
}
.DNNAlignright
{
	text-align: right;
}
.DNNAligncenter
{
	text-align: center;
}

/* Login Styles */
.LoginPanel
{

}

.LoginTabGroup
{
	
}

.LoginTab {
	float: left;
	background: url("../../images/tablogin_gray.gif") left top;
	margin: 0 3px 3px 0;
	padding: 5px 5px 4px 5px;
	text-decoration: none;
	color: #FFF;
	border: 1px #25569a solid;
}

.LoginTabSelected{
	float: left;
	background: url("../../images/tablogin_gray.gif") left top;
	margin: 0 3px 3px 0;
	padding: 5px 5px 4px 5px;
	text-decoration: none;
	color: #FFF;
	background-position: 0% -41px;
	border: 1px #25569a solid;
}

.LoginTabHover
{
	float: left;
	background: url("../../images/tablogin_gray.gif") left top;
	margin: 0 3px 3px 0;
	padding: 5px 5px 4px 5px;
	text-decoration: none;
	color: #555;
	border: 1px #C00 solid;
	cursor:pointer;
}

.LoginContainerGroup
{
	clear: both;
	padding-top: 5px;
}

.LoginContainer
{
	
}

#tablist 
{
	width: 120px;
	margin: 0;
	border-right: 1px solid black;
	padding-bottom: 10px;
	float:left;
}

.dashboardPanel 
{
	margin-left: 120px;
	padding: 0 10px 10px 10px;
	
}

.dashboardPanel table td
{
	padding: 2px 4px;
}

.dashboardPanel table th
{
	padding: 2px 4px;
	font-size: 1em;
	font-weight: bold;
	color: #036;
	border-bottom: 1px solid #9FB1BC;
}

.dashboardTableAlt 
{
	background-color: #eee;
}

.dashboardGrid
{
	margin: 10px;
}


html{height:100%;}body{background: #E6E6E6 url('images/Indigo.page.shadow.bg.gif') repeat-x left top;text-align:center;position:relative;}table,tr,td{font:normal 12px Arial,Sans-Serif;color:#333;margin:0;border:0;}p{font:normal 12px/1.6em Arial,Sans-Serif;color:#333;font-weight:normal;margin-top:0;margin-bottom: 0px;}ul{list-style:none outside url("images/li.arrow.gif");margin:0 0 0 20px;padding:0;}/*li{line-height:200%;}*/h1{margin-bottom: 10px;font-family:Arial,Sans-Serif;font-weight:normal;color: #6f8184;font-size:22px;line-height:1.2em;letter-spacing:-0.3px;margin-top:0;}h2{font-family:Arial,Sans-Serif;font-weight:bold;color: #252831;font-size:120%;line-height:1.4em;margin-top:10px;margin-bottom: 0px;}h3{font-family:Arial,Sans-Serif;font-weight:bold;color:#44516C;font-size:190%;line-height:1.4em;margin-top:40px;margin-bottom: 0px;text-transform: uppercase;}h4{font-family:Arial,Sans-Serif;font-weight:bold;color:#002064;font-size:164%;line-height:1.4em;margin-top:10px;}h5{font-family:Arial,Sans-Serif;font-weight:normal;color:#002064;font-size:130%;line-height:1.0em;margin-top:10px;}h6{font-family:Arial,Sans-Serif;font-weight:normal;color: #505758;font-size:130%;line-height:1.4em;margin-top:10px;}h6{font-family:Arial,Sans-Serif;font-size:14px;font-size-adjust:none;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;line-height:18px;color: #41414e;margin-top: 0px;margin-bottom: 30px;}.containerTable{border:0;width:100%;}.containerTable td{vertical-align:top;}.containerTable img{border:0px;}
#Outer{width:950px;background: url('images/Indigo.page.highlight.bg.png') no-repeat;margin:0 auto;}#BottomTable{width:100%; padding:10px 0 0 0; background-color:#002064;margin:5px 0 0 0;}#LoginRow{padding-top:3px;padding-bottom: 2px;padding-right:0px;text-align:right;color:#D6D6D6;}#Logo{float:left;text-align:left;width:185px;padding-top: 5px;}#Logo img{cursor:pointer;}#BreadcrumbSearchDiv{margin:10px;clear:both;}#Breadcrumb{text-align:left;height:24px;position:relative;margin-right:240px;}#Search{margin-top:6px;text-align:left;float:right;width:226px;height:24px;position:relative;}.roundedbarMid{color:#888;font-family:Arial,sans-serif;font-size:11px;height:24px;font-weight:bold;margin:0 9px;background:url('images/roundedbar.bg.png') repeat-x;padding:3px;}#Search .roundedbarMid{color:#FFF;height:24px;padding:1px 6px;}.roundedbarLeft{position:absolute;top:0;left:0;height:24px;width:9px;background:url('images/roundedbar.left.png') no-repeat;margin:0;}.roundedbarRight{position:absolute;top:0;right:0;height:24px;width:9px;background:url('images/roundedbar.right.png') no-repeat;margin:0;}.roundedbarRight img,.roundedbarLeft img{width:9px;height:24px;}#BannerHomeBg{position:relative;margin:5px;clear:both;}#BannerHomeBg table{width:100%;}#BannerHomeBg .L{width:15px;height:260px;background:transparent url('images/banner.home.bgL.png') no-repeat top right;}#BannerHomeBg .L img{width:15px;height:260px;}#BannerHomeBg .M{width:100%;height:260px;background:transparent url('images/banner.home.bgM.png') repeat-x top left;}#BannerHomeBg .M img{width:100%;height:260px;}#BannerHomeBg .R{width:15px;height:260px;background:transparent url('images/banner.home.bgR.png') no-repeat top left;}#BannerHomeBg .R img{width:15px;height:260px;}.BannerHomeImage{position:absolute;left:10px;top:9px;right:10px;height:240px;}.BannerHomeText{position:absolute;left:40px;top:59px;width:300px;height:140px;}.BannerHomeText,.BannerHomeText p,.BannerHomeText span,.BannerHomeText h1,.BannerHomeText h2,.BannerHomeText h3,.BannerHomeText h4,.BannerHomeText a:link,.BannerHomeText a:visited,.BannerHomeText a:hover{color:#FFF;}#BannerSubBg{position:relative;margin:5px;clear:both;}#BannerSubBg .L{width:15px;height:130px;background:transparent url('images/banner.sub.bgL.png') no-repeat top right;}#BannerSubBg .L img{width:15px;height:130px;}#BannerSubBg .M{width:100%;height:130px;background:transparent url('images/banner.sub.bgM.png') repeat-x top left;}#BannerSubBg .M img{width:100%;height:130px;}#BannerSubBg .R{width:15px;height:130px;background:transparent url('images/banner.sub.bgR.png') no-repeat top left;}#BannerSubBg .R img{width:15px;height:130px;}.BannerSubImage{position:absolute;left:10px;top:10px;right:10px;height:110px;}.BannerSubText{position:absolute;left:40px;top:30px;width:300px;height:80px;}.BannerSubText,.BannerSubText p,.BannerSubText span,.BannerSubText h1,.BannerSubText h2,.BannerSubText h3,.BannerSubText h4,.BannerSubText a:link,.BannerSubText a:visited,.BannerSubText a:hover{color:#FFF;}#container{clear:both;text-align:left;}#FooterDiv{width: 930px;background: #002064 url(images/qm.gif) no-repeat scroll right top; clear:both;margin: 5px 0 0 0;text-align:left;padding: 0 9px 40px;}.FooterArrow{background:url('images/footer.arrow.white.gif') no-repeat left bottom;padding-left:16px;}.MPaneTop{padding:0 5px;margin:0 0 auto 0;}.MPane{padding:0px;margin:0 0 auto 0;}.MPaneSide20{padding:5px;margin:0 0 auto 0;width:25%;}.Gradient{background: #FFFFFF url('images/GradientLine.png') no-repeat right top;padding-right:10px;margin:0 0 auto 0;width:25%;}.MPaneSide30{padding-right:25px;margin:0 0 auto 0;width:29%;}.MPaneSide50{padding:5px;margin:0 0 auto 0;width:50%;}.LOGIN_object,a.LOGIN_object:link,a.LOGIN_object:visited,a.LOGIN_object:active,.USER_object,a.USER_object:link,a.USER_object:visited,a.USER_object:active{color:#C1C1C1;font:bold 12px/120% Arial,Sans-Serif;text-decoration:none;border:0;}a.LOGIN_object:hover,a.USER_object:hover{color:#FFF;font:bold 12px/120% Arial,Sans-Serif;text-decoration:none;border:0;}.DATE_object,a.DATE_object:link,a.DATE_object:visited,a.DATE_object:active{color:#FFF;font:normal 12px/120% Arial,Sans-Serif;text-decoration:none;border:0;}a.DATE_object:hover{color:#FFF;font:normal 12px/120% Arial,Sans-Serif;text-decoration:none;border:0;}.SEARCH_object,.dnn_dnnSEARCH_optSite{height:16px;margin-top:4px;color:#FFF;font:bold 11px/120% Arial,Sans-Serif;margin-top:1px;}SPAN.SEARCH_object{display:none;}#Breadcrumb .RoundedBarMid{color:#FFF;}#dnn_dnnBREADCRUMB_lblBreadCrumb{padding-top:4px;color:#8b94a7}.BREADCRUMBS_object,a.BREADCRUMBS_object:link,a.BREADCRUMBS_object:visited,a.BREADCRUMBS_object:active{color:#8b94a7;font:11px/120% Arial,Sans-Serif;text-decoration:none;border:0;}a.BREADCRUMBS_object:hover{color:#8b94a7;font: 11px/120% Arial,Sans-Serif;text-decoration:underline;border:0;}.FOOTER_objects{color:#fff;font:normal 9px/120% Arial,Sans-Serif;text-transform:uppercase;border:0;}a.FOOTER_objects:link,a.FOOTER_objects:visited,a.FOOTER_objects:active{color:#69f;font:normal 9px/120% Arial,Sans-Serif;text-transform:uppercase;text-decoration:none;border:0;}a.FOOTER_objects:hover{color:#69f;font:normal 9px/120% Arial,Sans-Serif;text-transform:uppercase;text-decoration:underline;border:0;}.normal,.Normal{letter-spacing: -0.3px;font:normal 12px/160% Arial,Sans-Serif;color:#555;}.NormalBold{font:bold 12px/120% Arial,Sans-Serif;color:#555;}.NormalRed{font:bold 12px/120% Arial,Sans-Serif;color:#C50000;}.lighternormal{letter-spacing: -0.3px;font:normal 11px/120% Arial,Sans-Serif;color:#A1A1A1;}.SubHead{font:bold 12px/120% Arial,Sans-Serif;color:#777;padding:0;}.Head{font:bold 12px/120% Arial,Sans-Serif;color:#777;padding:0;background-color:transparent;background-image:none;font-weight:bold;}a:link,a.normal:link,a.Normal:link,a:visited,a.normal:visited,a.Normal:visited{letter-spacing: -0.3px;color:#002064;font-family:Arial;font-size:12px;font-weight:normal;text-decoration:none;}a:hover,a.normal:hover,a.Normal:hover{color: #153bb7;font-family:Arial;font-size:12px;text-decoration:none;}.largernormal{letter-spacing: -0.3px;font: normal 13px/120% Arial,Sans-Serif;color: #555;}.largernormal a:link,.largernormal a:visited{letter-spacing: -0.3px;color:#002064;font-family:Arial;font-size: 13px;font-weight:normal;text-decoration:none;}.largernormal a:hover{color: #153bb7;font-family:Arial;font-size: 13px;text-decoration:none;}a.CommandButton:link,a.CommandButton:visited,a.CommandButton:active{color:#36c;margin:2px;font-weight:bold;text-decoration:none;}a.CommandButton:hover{color:#36c;margin:2px;font-weight:bold;text-decoration:none;}.SearchButton{background:url('images/search.png') no-repeat center top;cursor:pointer;height:20px;position:absolute;top:5px;width:20px;}a.SEARCH_object:link,a.SEARCH_object:visited,a.SEARCH_object:active,a.SEARCH_object:hover{font-size:11px;border:0;text-decoration:none;}select,input{font-family:Arial;font-size:12px;color:#333;}.NormalTextBox{color:#333;padding-left:4px;font:normal 12px/120% Arial,Sans-Serif;}td.NormalTextBox{padding:0;margin:0;background-color:transparent;background-image:none;border:0;}#dnn_dnnSEARCH_txtSearch.NormalTextBox{background-color:transparent;background-image:none;width:165px;color:#D6D6D6;border:0;cursor:text;margin-top:3px;padding:0;}.ModuleTitle_SubMenu{z-index:999999;margin:0;background:#dedede url('images/submenu.bg.gif') repeat-x top;border-right:1px #cdcdcd solid;border-bottom:1px #cdcdcd solid;padding:8px;}.ModuleTitle_MenuItem{font:bold 12px/120% Arial,Sans-Serif;height:24px;color:#585858;border-bottom:1px #d1d1d1 solid;border-top:1px #FFF solid;padding:0 30px 0 15px;}.ModuleTitle_MenuItem td{font:bold 12px/120% Arial,Sans-Serif;height:20px;border:0;}.ModuleTitle_MenuItemSel{font:bold 12px/120% Arial,Sans-Serif;height:24px;color:#69f;border-bottom:1px #d1d1d1 solid;padding:0 30px 0 15px;background-color:#36c;}.ModuleTitle_MenuContainer{color:#2C2C2C;}.ModuleTitle_MenuBar{cursor:pointer;}.ModuleTitle_MenuItem,.ModuleTitle_MenuItemSel{padding-right:20px;}.ModuleTitle_MenuBreak,.ModuleTitle_MenuArrow,.ModuleTitle_RootMenuArrow,.ModuleTitle_MenuIcon{display:none;}#Menu_Tab{height:38px;margin:0 4px;padding:0;}#Menu_Tab_In{margin:0;padding:0;}#Menu_Tab .middle{height:38px;margin:0 21px 0 16px;background:url('images/menuHTab.mid.png') repeat-x;padding:3px 0 4px 0;}#Menu_Tab .left{float:left;width:16px;margin:0;padding:0;height:38px;background:url('images/menuHTab.left.png') no-repeat;}#Menu_Tab .right{float:right;width:21px;margin:0;padding:0;height:38px;background:url('images/menuHTab.right.png') no-repeat;}#Menu_Tab .right img{width:21px;height:38px;}#Menu_Tab .left img{width:16px;height:38px;}#Menu_Tab .clean{clear:both;height:1px;font-size:1px;line-height:0;margin:0;padding:0;}#LogoRow{height:69px;margin:0 12px 10px 10px;padding-top:20px;}#Menu{margin: 0 0 0 5px;padding-top:20px;}.ArrowPointer{cursor:pointer;}.icon{float:left;}.Settings,#dnn_ctr_ModuleContent{text-align:left;}#TopMenu{text-align:right;padding: 5px 0 0 15px;color: #6697D5;font-size: 11px;	font-weight: normal;font-style: normal;} a.TopLinks:link,a.TopLinks:visited,a.TopLinks:active{color: #6697D5;font-size: 11px;font-weight: bold;font-style: normal;text-decoration: none;}a.TopLinks:hover{color: #7ab4d4}.Grey_sep{width:100%;font-size:1px;position:relative;clear:both;}.Grey_sepLeft{padding-top:7px;padding-bottom:7px;background:url(images/sep.left.png) no-repeat;margin-right:20px;height:25px;}.Grey_sepRight{background:url(images/sep.right.png) no-repeat right;margin-top:-41px;height:25px;width:20px;float:right;}.News_sep{width:100%;position:relative;clear:both;background:url(images/frontnews.bg.gif) no-repeat; padding-top: 15px;padding-bottom: 5px;}.News_sep20{width:100%;position:relative;clear:both;background:url(images/subnews.bg.gif) no-repeat; padding-top: 15px;padding-bottom: 5px;min-width: 180px;}
/*AllWhiteSub*/
#WhiteBody{margin:0 0px 0px 5px;float:left;width: 940px;}.HomeBanner{padding:0;border-bottom: 1px solid #ccc;}.SubBanner{padding: 15px 5px 0 5px;border-bottom: 1px solid #ccc;}.AllWhiteSub_BoxMM{padding: 7px 0 0 0;background:#fff;width:100%;}.AllWhiteSub_BoxML{width:15px;background:transparent url('images/allwhitesub/C_WS_ML.png') repeat-y left top;}.AllWhiteSub_BoxML img{width:15px;height:10px;}.AllWhiteSub_BoxMR{width:15px;background:transparent url('images/allwhitesub/C_WS_MR.png') repeat-y right top;}.AllWhiteSub_BoxMR img{width:15px;height:10px;}.AllWhiteSub_BoxBM{background:transparent url('images/allwhitesub/C_WS_BM.png') repeat-x bottom;}.AllWhiteSub_BoxBL{width:15px;height:16px;background:transparent url('images/allwhitesub/C_WS_BL.png') no-repeat;}.AllWhiteSub_BoxBR{width:15px;height:16px;background:transparent url('images/allwhitesub/C_WS_BR.png') no-repeat;}.AllWhiteSub_BoxBR img{width:15px;height:16px;}#subBrand{margin:0 9px 0px 9px;height:62px;float:left;background: #44516C;width: 933px;}#subBrandBanner{margin:0 9px 0px 9px;float:left;background: #44516C;width: 933px;}.SubBrandPane{text-align:left;padding-left:30px;height:62px;}.SubBreadcrumb{padding-right: 30px;height:62px;text-align: right;}#subMenu{margin:0 9px 0px 9px;height:68px;float:left;width: 933px;}
/* Category Menu */
a#one3 {
		background: url(images/1345Services.png) no-repeat 0 0;
		display: block;
		height: 55px;
		overflow: hidden;
		text-indent: -999em;
		width: 157px;
		float: left;cursor: pointer;
	}	
a#one3:hover, a#one3:focus {
		background-position: 0 -62px;cursor: pointer;
	}	
a#GSMSystems {
		background: url(images/GSMSystems.png) no-repeat 0 0;
		display: block;
		height: 55px;
		overflow: hidden;
		text-indent: -999em;
		width: 156px;
		float: left;cursor: pointer;
	}	
a#GSMSystems:hover, a#GSMSystems:focus {
		background-position: 0 -62px;cursor: pointer;
	}	
a#CMSRedundancy {
		background: url(images/Redundancy.png) no-repeat 0 0;
		display: block;
		height: 55px;
		overflow: hidden;
		text-indent: -999em;
		width: 156px;
		float: left;cursor: pointer;
	}	
a#CMSRedundancy:hover, a#CMSRedundancy:focus {
		background-position: 0 -62px;cursor: pointer;
	}
a#Hardware {
		background: url(images/Hardware.png) no-repeat 0 0;
		display: block;
		height: 55px;
		overflow: hidden;
		text-indent: -999em;
		width: 156px;
		float: left;cursor: pointer;
	}	
a#Hardware:hover, a#Hardware:focus {
		background-position: 0 -62px;cursor: pointer;
	}
a#Software {
		background: url(images/Software.png) no-repeat 0 0;
		display: block;
		height: 55px;
		overflow: hidden;
		text-indent: -999em;
		width: 156px;
		float: left;cursor: pointer;
	}
a#Software:hover, a#Software:focus {
		background-position: 0 -62px;cursor: pointer;
	}
a#Surveillance {
		background: url(images/Surveillance.png) no-repeat 0 0;
		display: block;
		height: 55px;
		overflow: hidden;
		text-indent: -999em;
		width: 160px;
		float: left;
		cursor: pointer;
	}
a#Surveillance:hover, a#Surveillance:focus {
		background-position: 0 -62px;
		cursor: pointer;
	}
.NavL {height:78px;width:27px;background:url('images/NavL.png') no-repeat;margin:0;float: left;}
.NavR {height:78px;width:15px;background:url('images/NavR.png') no-repeat;margin:0;float: left;}


a#one3G {
		background: url(images/1345ServicesG.png) no-repeat 0 0;
		display: block;
		height: 61px;
		overflow: hidden;
		text-indent: -999em;
		width: 157px;
		float: left;cursor: pointer;
	}	
a#one3G:hover, a#one3G:focus {
		background-position: 0 -62px;cursor: pointer;
	}	
a#GSMSystemsG {
		background: url(images/GSMSystemsG.png) no-repeat 0 0;
		display: block;
		height: 61px;
		overflow: hidden;
		text-indent: -999em;
		width: 156px;
		float: left;cursor: pointer;
	}
	
a#GSMSystemsG:hover, a#GSMSystemsG:focus {
		background-position: 0 -62px;cursor: pointer;
	}	
a#CMSRedundancyG {
		background: url(images/RedundancyG.png) no-repeat 0 0;
		display: block;
		height: 61px;
		overflow: hidden;
		text-indent: -999em;
		width: 156px;
		float: left;cursor: pointer;
	}	
a#CMSRedundancyG:hover, a#CMSRedundancyG:focus {
		background-position: 0 -62px;cursor: pointer;
	}
a#HardwareG {
		background: url(images/HardwareG.png) no-repeat 0 0;
		display: block;
		height: 61px;
		overflow: hidden;
		text-indent: -999em;
		width: 156px;
		float: left;cursor: pointer;
	}	
a#HardwareG:hover, a#HardwareG:focus {
		background-position: 0 -62px;cursor: pointer;
	}
a#SoftwareG {
		background: url(images/SoftwareG.png) no-repeat 0 0;
		display: block;
		height: 61px;
		overflow: hidden;
		text-indent: -999em;
		width: 156px;
		float: left;cursor: pointer;
	}
a#SoftwareG:hover, a#SoftwareG:focus {
		background-position: 0 -62px;cursor: pointer;
	}
a#SurveillanceG {
		background: url(images/SurveillanceG.png) no-repeat 0 0;
		display: block;
		height: 61px;
		overflow: hidden;
		text-indent: -999em;
		width: 160px;
		float: left;
		cursor: pointer;
	}
a#SurveillanceG:hover, a#SurveillanceG:focus {
		background-position: 0 -62px;
		cursor: pointer;
	}
td.leftcell{
	padding-right: 10px;
	width: 33%;
	}
	
td.midcell{
	padding-left: 5px;
	padding-right: 5px;
	width: 33%;
	}

td.rightcell{
	padding-left: 10px;
	width: 33%;
	}
	
table.product{
	border-top: 1px dashed #a1aec4;
}

#intelipath table {
	width:100%;
	border-top:1px solid #e5eff8;
	border-right:1px solid #e5eff8;
	margin:1em auto;
		border-collapse:collapse;
	}
#intelipath caption {
	color: #9ba9b4;
	font-size:.94em;
		letter-spacing:.1em;
		margin:1em 0 0 0;
		padding:0;
		caption-side:top;
		text-align:center;
	}	
#intelipath tr.odd td	{
	background:#f7fbff
	}
#intelipath tr.odd .column1	{
	background:#f4f9fe;
	}	
#intelipath .column1	{
	background:#ffffff;
	}

#intelipath .column2	{
	background:#d0dafd;
	}

#intelipath td {
	color:#678197;
	border-bottom:1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	text-align:center;
	}				
#intelipath th {
	font-weight:normal;
	color: #678197;
	text-align:left;
	border-bottom: 1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	}							
#intelipath thead th {
	background:#f4f9fe;
	text-align:center;
	font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#66a3d3
	}	
#intelipath tfoot th {
	text-align:center;
	background:#f4f9fe;
	}	
#intelipath tfoot th strong {
	font:bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	margin:.5em .5em .5em 0;
	color:#66a3d3;
		}		
#intelipath tfoot th em {
	color:#f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
	}	
	
#intelipath	tr:hover td{background:#d0dafd;color:#339;}

.Gradient{background: #FFFFFF url('images/GradientLine.png') no-repeat right top;padding: 5px 11px 0 10px;margin:0 0 auto 0;width:25%;}
.Gradient:hover{background: #FFFFFF url('images/GradientLine.png') repeat-x right top;}
.GradientLeft{background: #FFFFFF url('images/GradientLine.png') no-repeat right top;padding:5px 11px 0 10px;margin:0 0 auto 0;width:25%;}
.GradientLeft:hover{background: #FFFFFF url('images/GradientLine.png') repeat-x right top;}
.GradientRight{padding:5px 10px 0 10px;;margin:0 0 auto 0;width:25%;}
.GradientRight:hover{background: #FFFFFF url('images/GradientLine.png') repeat-x right top;}

.AllWhiteHome_BoxML{width:4px;background:transparent url('images/allwhitesub/C_WS_ML.png') repeat-y left top;}.AllWhiteHome_BoxML img{width:4px;height:10px;}
.AllWhiteHome_BoxMR{width:3px;background:transparent url('images/allwhitesub/C_WS_MR.png') repeat-y right top;}.AllWhiteHome_BoxMR img{width:3px;height:10px;}
.AllWhiteHome_BoxMM{padding:0px;background:#fff;width:100%;}


a#SurveillanceNo {
		background: url(images/Surveillanceno.png) no-repeat 0 0;
		display: block;
		height: 55px;
		overflow: hidden;
		text-indent: -999em;
		width: 160px;
		float: left;
		cursor: pointer;
	}

a#SurveillanceGNo {
		background: url(images/SurveillanceGno.png) no-repeat 0 0;
		display: block;
		height: 61px;
		overflow: hidden;
		text-indent: -999em;
		width: 160px;
		float: left;
		cursor: pointer;
	}
.PageName{
		font:normal 20px/1.6em Arial,Sans-Serif;color:#fff;font-weight:normal;margin-top:0;margin-bottom: 0px;text-transform: uppercase;
}

.LightGreyTable{
		padding: 20px; border: 1px solid #CCC; background: url(images/LightGreyTableBack.png) repeat-x 0 bottom;
}

/*MOBOTIX STYLES*/


table.less-vertical-whitespace p
{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
table.less-vertical-whitespace td, table.less-vertical-whitespace th
{
	margin-top: 0 !important;
	padding: 0.5em 0.1em !important;
}

th.blueheader {
    padding: 4px;
	margin: 0;
    font-weight: bold;
    background-color: #369;
	color:#fff;
	text-align:center;
}
th.blueheader p, th.greyheader p {
	margin:0 !important;
	padding:0 !important;
	font-weight: bold !important;
	font-size: 1em !important;
}
th.blueheader a {
	color: #fff !important;
	font-weight: bold;
	font-size: 1.1em;
}

td.left-border-l, th.left-border-l
{
	border-left:1px solid #369;
}
td.left-border-b, th.left-border-b
{
	border-bottom:1px solid #369;
}
td.left-border-bl, th.left-border-bl
{
	border-left:1px solid #369; border-bottom:1px solid #369;
}
td.left-border-r, th.left-border-r
{
	border-right:1px solid #369;
}
td.left-border-rl, th.left-border-rl
{
	border-left:1px solid #369; border-right:1px solid #369;
}
td.left-border-rb, th.left-border-rb
{
	border-bottom:1px solid #369; border-right:1px solid #369;
}
td.left-border-rbl, th.left-border-rbl
{
	border-left:1px solid #369; border-bottom:1px solid #369;	border-right:1px solid #369;
}
td.left-border-t, th.left-border-t
{
	border-top:1px solid #369;
}
td.left-border-tl, th.left-border-tl
{
	border-left:1px solid #369; border-top:1px solid #369;
}
td.left-border-tb, th.left-border-tb
{
	border-bottom:1px solid #369; border-top:1px solid #369;
}
td.left-border-tbl, th.left-border-tbl
{
	border-left:1px solid #369; border-bottom:1px solid #369; border-top:1px solid #369;
}
td.left-border-tr, th.left-border-tr
{
	border-right:1px solid #369; border-top:1px solid #369;
}
td.left-border-trl, th.left-border-trl
{
	border-left:1px solid #369; border-right:1px solid #369; border-top:1px solid #369;
}
td.left-border-trb, th.left-border-trb
{
	border-bottom:1px solid #369; border-right:1px solid #369; border-top:1px solid #369;
}
td.left-border-trbl, th.left-border-trbl
{
	border-left:1px solid #369; border-bottom:1px solid #369; border-right:1px solid #369; border-top:1px solid #369;
}

