*
{
  margin:0 auto 0 auto;
  text-align:left;
}

body 
{
  margin:0;
  padding:0;
  text-align:left;
  font:12px Arial,Helvetica,sans-serif;
  font-size:13px;
  color:#061C37;
  background: #1c478e;
  background-image:url(../images/background.png);
  background-repeat:repeat-x;
}

table,tr,td,th
{
  margin:0 !important;
}

table
{
  padding:10px 0 10px 0;
}

th
{
  text-align:center;
}

td
{
  padding:5px 20px 5px 20px;
}

label
{
  display:inline-block;
  width:150px;
}

input
{
  margin:0 5px 0 5px;
}
		
h2
{
  padding-bottom:10px;
}

h3
{
  font-size:16px;
  font-weight:bold;
  padding:10px 0 10px 0;
  color:#054dbc;
}

h4
{
  font-size:15px;
  font-weight:bold;
  padding-bottom:5px;
  color:#054dbc;
}

p
{
  margin:10px 0 10px 0;
}

#container
{
  //Removed this. This sets the LHS margin.
  //  width:960px;
}


#header
{
  height:85px;
  //Removed the width - This sets the LHS margin.
  //width:960px;	
}

#header h1
{
  float:left;
  padding:20px 0 0 20px;
  text-align:left;
  color:#FFFFFF;
  font-size:43px;
}


#header h2
{
  float:right;
  padding:40px 20px 0 0;
  text-align:right;
  color:#A9D1FA;
  width:400px;
}

#menu
{
  display:block;
  float:left;
  clear:both;
  width:960px;
  height:54px;
  clear:both;
}

#menu ul 
{
  list-style:none;
  padding:0px;
  margin-left:auto;
  width:960px;
}

#menu li 
{
  list-style:none;
  padding:0px;	
  display:inline; 
}

#menu a 
{
  float:left;
  height:36px;
  display:block;
  text-align:center;
  text-decoration:none;
  color:#ffffff;
  font-weight:bold;
  padding-top:18px;
  font-size: 15px;
  padding-left:13px;
  padding-right:13px;
}

#menu a:hover
{
  color:#86AEF9;
}

#menu img
{
  float:right;
}

#leftmenu
{
  margin-top:15px;
  width:190px;
  float:left;
  background-color:#1C478E;
  border-radius:10px;
  padding:15px 20px 5px 10px;
}

#leftmenu ul
{
  list-style:none;
  padding:0px;
  width:204px;
}


#leftmenu h3
{
  list-style:none;
  padding:0px;
  color:#FFFFFF;
  padding-bottom:7px;
  border-bottom:2px solid #fff;
}

#leftmenu ul li
{
  list-style:none;
  padding:15px 0 8px 0;
  border-bottom:#fff dashed 1px;
}

#leftmenu ul li a, #leftmenu ul li a:visited
{
  color:#FFFFFF;
  text-decoration:none;
  font-size:14px;
  font-weight:bold;
}

#leftmenu ul li a:hover
{
  color:#7198E1;
}

#content
{
  //display:block;
  display:inline-block;
  clear:both;
  float:left;
  //float:center;
  margin-top:15px;
  margin-left:10px;
  margin-right:10px;
  //margin-right:10%;
  //margin:15px auto 0 auto;
  ////left:50%
  width:600px;
  //width:auto;
  height:auto;
  background:#fff;
  padding:15px;
  border-radius:10px;
  border:6px solid #1C478E;
}

#content2
{
  //Used in ChartUnitCallStatsByTime.html
  display:block;
  float:left;
  margin-top:15px;
  margin-left:10px;
  width:auto;
  height:auto;
  background:#fff;
  padding:15px;
  border-radius:10px;
  border:6px solid #1C478E;
}

#content ul 
{
  //color:#86AEF9;
  list-style:none;
  padding:0px;
  margin-left:auto;
  width:960px;
}

#content li 
{
  //This is the menu Hendings  
  color:#061C37;
  list-style:none;
  padding:0px;	
}

#content img.float
{
  float:right;
  margin:15px;
}

#content ul li a
{
  //These are the menu items. Needs to be color:#061c37;
  color:#061c38;
  //color:#ff0000;
  text-decoration:none;
  font-size:14px;
}

#content ul li a:visited
{
  //These are the menu items when you hover over them. Needs to #86AEF9.
  color:#86AEF9;
  //color:#ff0000;
}

#content ul li a:hover
{
  //These are the menu items when you hover over them. Happy to leave as Blue
  //color:#86AEF9;
  color:#0000ff;
}


.latest ul
{
  margin:0;
  padding:0;
  list-style:none;
}

.latest .developer
{
  float:right;
  width:170px;
}

.latest .developer ul
{
  margin-bottom:10px;
}

.latest .developer ul li
{
  line-height:1.5em;
}

#footer
{
  width:inherit;
  height:auto;
}

#footer h3 a,#footer h3 a:visited
{
  display:inline;
  text-align:center;
  font-size:12px;
  text-decoration:none;
  color:#7198E1;
}

table.dev-table,table.dev-table tr,table.dev-table td,table.dev-table th
{
  font-size:110%;
  border-bottom:1px dashed #000;
}

.blue-background
{
  background:#2658a9;
  padding:5px;
  color:#fff;
}

.blue-text
{
  color:#67A0F5;
}

.green-text
{
  color:#67C567;
}

.orange-text
{
  color:#D77D00;
}

.P1-text
{
  color:#ff0000;
}

.P2-text
{
  color:#0000ff;
}

.P3-text
{
  color:#00a000;
}

.white-text
{
  color:#ffffff;
}
