/*
Palette
Dark blue 00304b
Light blue A4C3EB
Neutral grey 1078E1
neutral blue bg 99b0bc
text color: 666666
*/


h1 {
	font-size: 22px;
	line-height: 24px;
}

h2 {
	font-size: 18px;
	line-height: 22px;
}

h3 {
	font-size: 15px;
	line-height: 18px;
}

h4 {
	font-size: 13px;
	line-height: 15px;
	
}

.dashboard_right_table {
	width:100%;
	text-align:center;
	border:none;
	}
	
.dashboard_right_table:hover {
	background-color: #000000;
	}

.dashboard_table {
	width:100%;
	text-align:center;
	border:none;
	}

.dashboard_table:hover {
	background-color: #000000;
	}

.dashboard_td {
	background-color: #000000;
	}

.dashboard_td:hover {
	background-color: #000000;
	}

.dashboard_tr:hover {
	background-color: #000000;
}

.dashboard_numbers_table {
	width:75%;
	text-align:center;
	border:none;
	}

.dashboard_numbers_table:hover {
	background-color: #000000;
	}

.dashboard_numbers_small {
	font-size:15px;
	text-align:center;
	border:none;
	color:#666666;
	}

.dashboard_numbers_small:hover {
	background-color: #000000;
	}

.dashboard_numbers_big {
	font-size:65px;
	text-align:center;
	border:none;
	color:#666666;
	}

.dashboard_numbers_big:hover {
	background-color: #000000;
	}

.dashboard_right {
	border:none;
	height:15;
	color: #30607b;
	}

.dashboard_right_col2 {
	border:none;
	height:15;
	text-align:right;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding-left: 20px;
	}

.table_center {
	width: 50%;
}


p, li, ul, td, table, tr {
       line-height: 1.4em;
	color:#666666;
}

a {
    color: #1B689A;
}

h1 {
	line-height: 1em;
}

p#error {
	color: #FFF;
	font-size:large;
	border:#900 thin solid;
	background-color:#900;
	padding: 3px;
}

.borders {
	border:thin #00304b #00304b #00304b #00304b;
	background-color:#ffffff;
}

.no_borders {
	border: none;
	border-color:#FFF;
	background-color:#ffffff;
	border-bottom:none;
}
.cellpad {
	padding:5px;
}

.ref_chart {
	width: 75%;
	border: none;
	border-color:#FFF;
	background-color:#eeeeee;
	border-bottom:none;
}

.man_field {
	background: #ffffff;
	vertical-align:top;
	width: 800px;
	padding: 0px;
	height: 535px;
}


/*#txt {
	height: 50px;
	}
*/

div#header {
	position: static;
/*	background-image: url(images/structure/header_bg.png); 
	background: #00304b;
	background-repeat: no-repeat;*/
	background: url("images/structure/header_bg.png") no-repeat scroll 0 0 #00304B;
	height: 90px;    /* adjust according your image size */
	width: 100%;
	z-index: -1;
}

div#reseller_logo {
	height: 60px;
	width: 250px;
	position: relative;
	top: 10px;
       left:-220px;
	z-index: 100; 
	background:#00304b; 
	visibility:hidden;
       float: left;
	}

div#header_logo {
	background: #00304b url(images/enistic2_logo_blue_header_strap.png) no-repeat 0;
	height: 80px;
	width: 430px;
	z-index: 10;
    float: left;
    margin-left: 10px;
}

div#footer {
	border-top: 2px solid #eaebed;
    position: static;
	margin-top: 10px;
    height: 20px;    /* adjust according your image size */
	width: 100%;
	vertical-align:middle;
    padding-top: 5px;
}

div#footer_text {
	position: static;
	top: 4px;
	height: 18px;    /* adjust according your image size */
	width: 100%;
	text-align:left;
	color:#8A8A8A;
	font-size: 0.8em;
	vertical-align:middle;
    padding-left: 10px;
}


body {
	height:auto !important;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1em;
	/*background-color: #99b0bc;*/
	color: #333;
    width: 100%;
    margin: 0px;
    text-align: center;
    background: #eeeeee;
}

div#pagewrapper {
	height:auto !important;
	background-color: #1078E1;
	margin: 0 auto;       /* this centers wrapper */
	background-color: #fff;;
	color: black;
    width: 920px;
    margin-top: 5px;

}

div#dkm_content {
	height:auto !important;
	height: 100%;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
	background-color: #00304b;
	color: #333;
	position: static;
	width: 100%;
/*	min-height: 400px; 
*/
}

div#dkm_content_inner {
	padding: 10px 10px 10px 10px;
/*	height:500px; 
	min-height:700px;
	height: 100%;
	height:auto !important;
*/
	background-color: #ffffff;
    min-height: 500px;
    width: 900px;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 12px;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a.logout {
	color:#ffffff; 
	text-decoration: none;
	}
a.logout:hover {
	color:#ffffff; 
	text-decoration: underline;
}

a,
a:link 
a:active {
/*	border-bottom: 1px dashed #666666; */
	text-decoration: none;
	/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
	background-color: inherit;

}

a:visited {
	text-decoration: none;
	background-color: inherit;
}

/* remove underline on hover and change color */
a:hover {
	text-decoration: underline;
}

/*****************
basic layout 
*****************/

/*** header ***
we will hide text and replace it with a image
we need to assign a height for it so that the image wont cut off
*/

div#header h1 a {
/* you can set your own image here */
   display: block;
   height: 90px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

div#logged_in {
/*   position:absolute; */
   padding: 10px 10px 5px 5px;
/*   float: right;*/
   /*background: #00304b;*/
   color: white;
   height: 45px;
   text-align: right;
   font-size: 11px;
}


/* position for the search box */
div#search {
   float: right;
   width: 23em;    /* enough width for the search input box */
   text-align: right;
/*   padding: 1.1em 0 0.2em 0; 
   margin: 0 1em; */
   margin: -5px 5px 0 0;
}

.menu_button {
	height:45px;
	}

.menu_cell {
	height:55px;
	}

div.breadcrumbs {
   padding: 1.1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;        /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 1em;        /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 1px dotted #000;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 

 div#content {
   margin: 1.5em auto 2em 0;   /* some air above and under menu and content */
}


div#main {
   float:right;
   width: 76%; 
   margin-right: 2%; 
   margin-right: 2%; 
}

div#sidebar {
   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
   margin-left: 0;
   width: 20%;
}


div#footer p {
   font-size: 0.8em;
   padding: 1.5em;       /* some air for footer */
   text-align: center;  /* centered text */
   margin: 0;
}

div#footer p a {
   color: #fff; /* needed becouse footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted black;
   margin: 1em;
}

/* relational links under content */
div.left49 {
  width: 49%; /* 50% for both left and right might lead to rounding error on some browser */
}


div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}

	#mainContentainer{
		width:100%;
		margin:0 auto;
		text-align:left;
	}

	#mainContent{
	}

	#textContent{
		height:400px;
		overflow:auto;
		padding-left:5px;
		padding-right:5px;
	}

	#menuDiv{
		width:100%;
		overflow:hidden;
	}

	pre{


	color:#F00;

	}

	p,pre{
	}


/********************
CONTENT STYLING
*********************/
div#content {

}


/* HEADINGS */
div#content h2 {
	color: #294B5F; 
	font-size: 1.4em; 
	text-align: left; 
/* some air around the text */
	padding-left: 0.5em;
	padding-bottom: 1px;
/* set borders around header */
	border-bottom: 1px solid #e7ab0b; 
	border-left: 1.1em solid #e7ab0b; 
        line-height: 1.5em;
/* and some air under the border */
        margin: 0 0 0.5em 0;
}
div#content h3 {
   color: #294B5F; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #294B5F; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #294B5F; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */


blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;


}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
}

div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}

table {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border: #385C72 1px solid;
/*	border: medium #CCCCCC #CCCCCC #CCCCCC #CCCCCC solid; */
	width: 100%;
	}
	
table.no_border {
	font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
	border: #385C72 0px solid;
	border-collapse: collapse;
	width: 80%;
	background-color:#093;
	}
	

th {
	background:url(/menu/images_dhtmlsuite/menu_strip_bg.png);
	border-top: 1px solid #385C72;
	border-bottom: 1px solid #385C72;
	color: #dddddd;
	text-align: left;
	}
	
td.lowlight {
	border-top: 1px solid #ec008b;
	border-bottom: 1px solid #385C72;
/*	background: #ffffff; */
	color: #000000;
	text-align: center;
	}
	
textarea{
    width:100%;
    border: 1px solid #00304B;
    margin: 2px 0px;
    background: #eeeeee;
}

td {
/*	background: #ffffff; */
	border-bottom: 1px solid #385C72;
	padding: 0 0.5em;
	text-align: left;
	}

a:hover {
	color:#00304b;
}


/*tr:hover, tr.odd:hover {
	background-color: #DDDDDD;
	color: #000000;
}
*/
#td:first-child {
#	width: 190px;
#	}

#td+td {
#	border-left: 1px solid #CCC;
#	text-align: center;
#	}

.menu{margin:0; padding:0; width:200px; list-style:none;background:rgb(255,255,255);}
.menu li{padding:0; margin:0 0 1px 0; height:40px; display:block; }
.menu li a{text-align:left;height:40px; padding:0px 25px; font:16px Verdana, Arial, Helvetica, sans-serif; color:rgb(255,255,255); display:block; background:url('verMenuImages.png') 0px 0px no-repeat; text-decoration:none;}
.menu li a:hover{background:url('verMenuImages.png') 0px -40px no-repeat; color:rgb(255,255,255);}
.menu li a.active, .menu li a.active:hover{background:url('verMenuImages.png') 0px -80px no-repeat; color:rgb(255,255,255);}
.menu li a span{line-height:40px;}

div.table2 {
	font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border: #ffffff 0px solid;
/*	border: medium #CCCCCC #CCCCCC #CCCCCC #CCCCCC solid; */
	width: 100%;
	}

/* END LISTS */
.heading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 110%;
}

.error_box
{
    border: 2px solid red;
    background: #FFDFDF;
    border: 2px solid red;
    margin-bottom: 10px;
    padding: 10px;
    width: 360px;
    color: red;
}

.error_box li
{
    color: red;
}

.report_form
{
    /*width: 480px;*/

}

.report_form .submitbtn
{
    text-align: right;
    margin-top: 10px;
}

input {
    /*border: 1px solid #00304B;*/
    margin: 2px 0px;
    background: #eeeeee;
}

.flags_outer {
    float: right;
    margin-right: 10px;
    color: white;
    position: relative;
    bottom: 15px;
    font-size: 11px;
}

input {
    /*border: 1px solid #00304B;*/
    margin: 2px 0px;
    background: #eeeeee;
}

.widget_outer {
    width: 292px;
    margin-bottom: 5px;
	margin:auto;
}

.widget_top {
    background: url(images/structure/widget-top.jpg);
    background-repeat: no-repeat;
    height: 5px;
}

.widget_title {
    color: black;
    font-weight: bold;
    padding-bottom: 10px;
}

.widget_top_with_bg {
    background: url(images/structure/widget-top-title.jpg);
    height: 13px;
    color: white;
    padding: 10px;
}

.widget_body {
    border: 1px solid #dddddd;
    border-top: 0px;
    background: #f2f2f2;
    color: black;
    padding: 5px;
}

.widget_body p{
	margin-top: 4px;	
}

.widget_body hr {
    border: 1px dotted #cccccc;
}

.home_col {
    float: left;
    width: 380px;
	margin: 4px 40px 4px 40px;
}

.home_col_spacer {
    float: left;
    width: 62px;
}

.home_image_col {
	float: left;
    width: 250px;
	margin: 4px 28px 4px 27px;
	text-align: center !important;
}

.home_col a:hover {
	color: #99CC67;
}
	
.green_home_col a:hover {
	color: #FFF;
}

.green_home_col a:link {
	color: #00304B;
}
	
.green_home_col {
	width: 340px;
	float: left;
	}

.home_image {
    padding-bottom: 10px;   
}

.home_image img {
    width: 920px;
}

/* home page image desctipion box */
#imgdsc0  {
    background:none repeat scroll 0 0 #727272;
    border:1px solid white;
    top:40px;
    color:white;
    padding:10px;
    float: right;
    position:relative;
    right:39px;
    width:385px;
    z-index:100;
    opacity: 0.8;
}

#imgdsc0 p {
    color: white;
}

.newsmenuheading, .newsmenudate,.newsmenusummary {
    color:#666666;
    font-size:1.05em;
    line-height:1.4em;
    font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
    padding: 10px 0px;
}

.newsmenuheading{
    font-weight: bold;
}

.newsmenudate {
    font-style: italic;    
}

.newsmenusummary {
}

.table_no_borders {
    border: 0px;
}

.table_no_borders td {
    border: 0px;
}

/* tooltips */
a.tooltip{
    position:relative; /*this is the key*/
    z-index:10;
    color: #666666;
    text-decoration:none;
    cursor: help;
}

a.tooltip:hover{
    z-index:11; 
}

a.tooltip span{
    display: none
}

a.tooltip:hover span{
    display:block;
    position:absolute;
    top:2em; 
    left:-1em; 
    width:300px;
    padding: 3px;
    border:1px solid black;
    background-color:#006AA1; 
    color:white;
    text-align: left;
}

/* jQuery TreeTable Core 2.0 stylesheet
 *
 * This file contains styles that are used to display the tree table. Each tree
 * table is assigned the +treeTable+ class.
 * ========================================================================= */

/* jquery.treeTable.collapsible
 * ------------------------------------------------------------------------- */
.treeTable tr td .expander {

  background-position: left center;
  background-repeat: no-repeat;
  cursor: pointer;
  padding: 0;
  zoom: 1; /* IE7 Hack */
}

.treeTable tr.collapsed td .expander {
  background-image: url(/images/toggle-expand-dark.png);
}

.treeTable tr.expanded td .expander {
  background-image: url(/images/toggle-collapse-dark.png);
}

/* jquery.treeTable.sortable
 * ------------------------------------------------------------------------- */

.treeTable tr.selected, .treeTable tr.accept {
  background-color: #3875d7;
  color: #fff;
}

.treeTable tr.collapsed.selected td .expander, .treeTable tr.collapsed.accept td .expander {
  background-image: url(/images/toggle-expand-light.png);
}

.treeTable tr.expanded.selected td .expander, .treeTable tr.expanded.accept td .expander {
  background-image: url(/images/toggle-collapse-light.png);
}

.treeTable .ui-draggable-dragging {
  color: #000;
  z-index: 1;
}

.announcement,
.datatable {
    border: 0px solid #eee;
    border-left: 2px solid #006EA5;
    border-right: 2px solid #006EA5;
    background-color: white;
}

.announcement td,
.datatable td {
    border: 0px;
    border-bottom: 1px solid #eee;
    padding: 5px;
    font-size: 11px;
}

.datatable .shadedrow td {
	background-color: #EEE;
	color: #006EA5;
	}
	
.datatable .shadedheader th {
	background-color: #006EA5;
	color: #FFF;	
	}

/*
.datatable tr.even {
    background: #EEEEEE;
}

.datatable tr.odd {
    background: white;
}
*/
.announcement th,
.datatable th {
    padding: 5px;
    background: white;
    border-bottom: 0px solid #eee;
    border-top: 0px solid #eee;
    color: #006EA5;
    background: #eee;
}

.datatable  .socket_table_div {
    width: 99px;
    float: left;
    text-align: center;
}

.ajax_loader {
    text-align: center;
}

.quick_summary_table,
.drilldown_table {
    width: 100%;
    font-size: 11px;
    background: #97d4e6;
}

.quick_summary_table td,
.drilldown_table td {
    padding: 3px;
    border-bottom: 1px solid black;
}

.quick_summary_table th,
.drilldown_table th {
    font-size: 10px;
    border-bottom: 1px solid black;
}

.price {
    font-size: 15px;
}

.softwareguidetable {
	border: 0px;
	}
	
.softwareguidetable td {
	border-bottom: 0px;
	background-color: #88B57C;
	color: #FFF;
	}

.softwareguidetable td p {
	color: #FFF;
	}


/***** product page ******/

.product_header {
    font-size: 20px;
    font-weight: bold;
    padding-top: 10px;
    height: 25px;
}

.product_title {
    height: 20px;
    float: left;
}

.product_order_code {
    height: 20px;
    float: right;   
}

.horizontal_divide {
    padding-top: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #eeeeee;
}

.widget_two_thirds_outer {
    float: left;
    width: 590px;
}

.widget_two_thirds_top {
    background: url(images/structure/widget-top-two-thirds.jpg);
    background-repeat: no-repeat;
    height: 5px;    
}

.widget_two_thirds_body {
    border-bottom: 1px solid #ddd; 
    border-left: 1px solid #ddd; 
    border-right: 1px solid #ddd; 
    text-align: center;
    vertical-align: middle;
}

.accordion {
    width: 900px;
    border-bottom: solid 1px #c4c4c4;
}
.accordion h3 {
     background: #f2f2f2 url(/images/arrow-square.gif) no-repeat right -51px;
     padding: 7px 15px;
     margin: 0;
     font: bold 120%/100% Arial, Helvetica, sans-serif;
     border: solid 1px #c4c4c4;
     border-bottom: none;
     cursor: pointer;
}
.accordion h3:hover {
    background-color: #e3e2e2;
}
.accordion h3.active {
    background-position: right 5px;
}
.accordion div {
     background: #f7f7f7;
     margin: 0;
     padding: 10px 15px 20px;
     border-left: solid 1px #c4c4c4;
     border-right: solid 1px #c4c4c4;
} 

.grey_line {
    border: 1px solid #ddd;   
}

#largeImg {
    border: solid 1px #ccc;
    width: 580px;
    height: 280px;
    padding: 5px;
}
.thumbs img {
    border: solid 1px #ccc;
    width: 100px;
    height: 48px;
    padding: 4px;
}
.thumbs img:hover {
    border-color: #0072A9;
}

.simple_table {
    border: 0px;
}

.simple_table tr {
    border: 0px;
}

.simple_table td {
    border: 0px;
}

.what_options {
    width: 300px;
    float: left;
}

#meters_div,
#groups_div,
#categories_div {
    height: 200px;
    overflow: auto;
}

        table.agent_grid  {
            padding: 2px;
            border: 0px;
            border-left: 2px solid #026FA6;
            border-right: 2px solid #026FA6;
        }
        
        table.agent_grid td {
            padding: 6px;
            border: 1px solid #CFCFCF;
		text-align:center;
        }
table.agent_grid td a {
	color: white;
	font-weight: bold;
}
        table.agent_grid th {
            background: #eeeeee;
            border: 0px;
            color: #026FA6;
        }
