html
{
    height: 100%;
}

body
{
	font: 13px/27px helvetica,arial,sans-serif;
	height: 100%;
    margin: 0;
/*    background-repeat: no-repeat;
    background-attachment: fixed;
	background: -moz-linear-gradient(top, rgba(9,27,51,1) 0%, rgba(63,76,107,0.25) 100%); /* FF3.6+ */
/*	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(9,27,51,1)), color-stop(100%,rgba(63,76,107,0.25))); /* Chrome,Safari4+ */
/*	background: -webkit-linear-gradient(top, rgba(9,27,51,1) 0%,rgba(63,76,107,0.25) 100%); /* Chrome10+,Safari5.1+ */
/*	background: -o-linear-gradient(top, rgba(9,27,51,1) 0%,rgba(63,76,107,0.25) 100%); /* Opera 11.10+ */
/*	background: -ms-linear-gradient(top, rgba(9,27,51,1) 0%,rgba(63,76,107,0.25) 100%); /* IE10+ */
/*	background: linear-gradient(to bottom, rgba(9,27,51,1) 0%,rgba(63,76,107,0.25) 100%); /* W3C */
/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#091b33', endColorstr='#403f4c6b',GradientType=0 ); /* IE6-9 */
}

.menusection
{
	height: 29px;
	width: 90%;
	float: left;
	margin-left: 15px;
}

.logoutsection
{
	height: 29px;
	width: 6%;
	float:left;
}

.logoutsection a
{
/*	color:#F2F2F2;*/
	font-weight: bold;
	cursor: pointer;
/*	color: rgb(187, 187, 187);*/
	color:#C60;
	text-decoration: none;
}

.logoutsection a:hover
{
	color:#C93;
/*	color:rgb(255, 255, 255);*/
}

.menusection a
{
/*	color:#F2F2F2;*/
	color:#06C;
	font-weight: bold;
	cursor: pointer;
/*	color: rgb(187, 187, 187);*/
	text-decoration: none;
}

.menusection a:hover
{
/*	color:rgb(255, 255, 255);*/
	color:#006;
}

ul.menu
{
	list-style-type:none;
	margin:0;
	padding:0;
	list-style: none outside none;
}

ul.menu li
{
	padding-left:15px;
	display:inline;
}

.curvesection, .leftuppersection, .rightuppersection, .rightlowersection, .leftlowersection, .infosection, .changepasswordsection, .managetablesection, .managepanssection
{ -webkit-border-radius: 10px; border-radius: 10px; }


.leftsection {width:75%; height: 95%; float:left; margin-left: 25px;}
.rightsection{width:20%; height: 95%; float:left; margin-left: 10px;}


/*.leftuppersection 	{ width:100%; background-color:#F2F2F2; height:50%; float:left; }*/						
.leftuppersection 	{ width:100%; background-color:#F2F2F2; height:415px; float:left; }
/*.leftlowersection 	{ width:100%; background-color:#F2F2F2; height:48%; float:left; overflow: auto; margin-top: 10px;}*/
.leftlowersection 	{ width:128%; background-color:#F2F2F2; height:480px; float:left; overflow: auto; margin-top: 10px;}
/*.rightuppersection 	{ width:100%; background-color:#F2F2F2; height:38%; float:left;}*/
.rightuppersection 	{ width:600px; background-color:#F2F2F2; margin-top: 10px; margin-bottom: 10px; float:right; padding:5px;}					
/*.rightlowersection 	{ width:100%; background-color:#F2F2F2; height:60%; float:left; overflow: auto; margin-top: 10px;}*/
.rightlowersection 	{ width:100%; background-color:#F2F2F2; float:left; overflow: auto; margin-top: 10px;}

/*.infosection{  height:170px;}*/
.filtersection{ height:87%; overflow: auto;}

.printersection{text-align: center; padding-top: 160px; height:5%;}
.summarysection{ height:40%;}

.sectiontitle
{
	color:#039;
	font-weight:bold;
	padding-left: 5px;
	height: 25px;
}

.infolabel
{
	width:100px;
}

.popupwindow
{
	overflow: auto; 
	height:370px;
}

.buttonsection{ width:15%; float:left; margin-right: 15px;}
.buttonsection .graphbutton
{
	width:100%; height:45px; margin-top:7px; 
	-webkit-box-shadow:rgba(0,0,0,0.0.1) 0 1px 0 0;
	-moz-box-shadow:rgba(0,0,0,0.0.1) 0 1px 0 0;
	box-shadow:rgba(0,0,0,0.0.1) 0 1px 0 0;
	background-color:#445166;
	border:1px solid #29447E;
	font-family: Arial,sans-serif;
	font-size:12px;
	font-weight:700;
	padding:2px 6px;
	color:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	cursor: hand;
	cursor: pointer;
}

#chart {height:90%; width:95%; margin-left: 47px; margin-top: 10px;}

.ui-tabs {height: 97%;}

.ui-tabs .ui-tabs-nav li a {font-size:8pt !important;}

#table_data {height:97%; width:97%; text-align: center;}

.changepasswordsection{
	margin: 5px ; padding:4px; width:50%; height:50%; background-color:#F2F2F2;  float: left;
}

.managetablesection{
	margin: 5px ; padding:10px; width:auto; height:auto; background-color:#F2F2F2;  float: left;
}

.managepanssection{
	margin: 5px ; padding:10px; width:auto; height:auto; background-color:#F2F2F2;  float: left;
}

.styled-button{
	-webkit-box-shadow:rgba(0,0,0,0.0.1) 0 1px 0 0;
	-moz-box-shadow:rgba(0,0,0,0.0.1) 0 1px 0 0;
	box-shadow:rgba(0,0,0,0.0.1) 0 1px 0 0;
	background-color:#445166;
	border:1px solid #29447E;
	font-family: Arial,sans-serif;
	font-size:12px;
	font-weight:700;
	padding:2px 6px;
	height:28px;
	color:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.alert_link
{
	cursor:pointer;
}

#centreblock 
{
	text-align: center;
	background: #e3e3e3;
	border: 1px solid #CFCFCF;
	min-height: 330px;
	_height: 330px;
	width: 455px;
	position: absolute;
	left: 50%;
	margin-left: -257px;
	top: 50%;
	margin-top: -165px;
	-moz-border-radius-bottomright: 30px;
	-webkit-border-bottom-right-radius: 30px;
	_height: 100%; /* IE FIX */
	-webkit-border-radius: 10px; 
	border-radius: 10px;
}

.loginform label {
	font-size: 24px;
}

.loginform input {
	width: 40%;
	height: 30px;
	position: relative;
	top: -4px;
	font-size: 20px;
	padding: 0 .3em;
	color: #555555;
}

.loginform input#submit {
	width: 15%;
	font-size: 14px;
}

.errorsamsung galaxy s4 NZ release date
{
	color: #FF0000;
	font-style: italic;
}

.message
{
	width: 80%;
	margin: 0px auto;
}

.tableform input
{ 
	width: 90%;
}

.tooltipfont
{
	font-size:12px;
	font-style:italic;
}

.alert_red
{
	background-color: rgb(255, 0, 0);
	padding-left: 3px;
	padding-right: 3px;
}
.alert_orange
{
	background-color: rgb(255, 127, 0);
	padding-left: 3px;
	padding-right: 3px;
}
.alert_blue
{
	background-color: rgb(165, 242, 243);
	padding-left: 3px;
	padding-right: 3px;
}

/**Override the jquery**/

div.ui-datepicker
{
 font-size:12px;
}

div.ui-widget
{
  font: 13px/27px helvetica,arial,sans-serif;
}

.file_menu li:hover
{
  background-color:#CCCCCC;
}

#hidden-7
{ 
	overflow:hidden ;
	height:500px;	
	text-align:center ;
}

#toggle 
{ 
	display:none 
}

.handcursor
{
	cursor:hand;
	cursor:pointer;
}