
#dlogin h10{
        text-align:center;
        display:block;
        padding:15px 0 15px 0;
        font-size:1.5em;
        border-bottom:2px solid #0099E9;
        width:100%;
        color:#0099E9;
}
#dlogin h11{
        text-align:center;
        display:block;
        padding:10px 0 10px 0;
        font-size:0.8em;
        color:red;
        width:100%;

}

div#dlogin{
	 left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
        width:450px;
        height:300px;

}

#dlogin table{
        border-collapse:collapse;
        margin:0;
        padding:0;
	color:#6F4A73;

}
#dlogin form{
        padding:10px;
        position:absolute;
        width:300px;
        height:250px;
        margin:auto;
        left:0;
        right:0;
        top:0;
        bottom:0;
        background-color:#f7f7f7;
        color:#565656;
        border:1px solid #f4f4f4;
}
#dlogin table{
width:100%;
        margin:5px 0 5px 0;
}
#dlogin table td{
        padding:5px;
}
#dlogin input[type=text],#dlogin input[type=password]{
        float:right;
        width:100%;
        padding:5px;
        border:1px solid #D4D0C8;
}
#dlogin button{
        width:100%;
        height:50px;
        cursor:pointer;
}
#dlogin button{
        background-color:#0099E9;
        border:1px solid #6FA4FD;
        color:#f4f4f4;
        font-weight:bold;
        font-size:1em;
}
.clr{
        clear:both;
}
/* CSS Document */

body {
	background: #F7F7F7;
	line-height: 32px;
	color: #323C45;
	margin: 0;
	padding: 0;
	word-wrap:break-word !important;
	font-family: 'Open Sans', sans-serif;
	}

h1 {
	font-size:1em;
	text-align: center;
	color: #FFF;
	margin:0;
	padding:0 0 0 0;
}	

h3 {
	font-size: 30px;
	line-height: 34px;
	text-align: center;
	color: #FFF;
}

h3 a {
	color: #FFF;
}

a {
	color: #FFF;
}

#container {
	margin: 0 auto;
	max-width: 890px;
}

p {
	text-align: center;
}

.toggle,
[id^=drop] {
	display: none;
}

/* Giving a background-color to the nav container. */
nav { 
	margin:0;
	padding: 0;
	background-color: #609DDC;
	z-index:1000;
}

#logo {
	display: block;
	padding: 0 30px;
	float: left;
	font-size:20px;
	line-height: 60px;
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
	content:"";
	display:table;
	clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
	z-index:1000;
	float: right;
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	}
	
/* Positioning the navigation items inline */
nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	background-color: #568DC6;
	}

/* Styling the links */
nav a {
	display:block;
	padding:14px 20px;	
	color:#FFF;
	font-size:17px;
	text-decoration:none;
}


nav ul li ul li:hover { background: #000000; }

/* Background color change on Hover */
nav a:hover { 
	background-color: #000000; 
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute; 
	/* has to be the same number as the "line-height" of "nav a" */
	top: 60px; 
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:170px;
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
	position: relative;
	top:-60px;
	/* has to be the same number as the "width" of "nav ul ul li" */ 
	left:170px; 
}

	
/* Change ' +' in order to change the Dropdown symbol */
li > a:after { content:  ' +'; }
li > a:only-child:after { content: ''; }


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 768px) {

	#logo {
		display: block;
		padding: 0;
		width: 100%;
		text-align: center;
		float: none;
	}

	nav {
		margin: 0;
	}

	/* Hide the navigation menu by default */
	/* Also hide the  */
	.toggle + a,
	.menu {
		 z-index:1000;
		display: none;
	}

	/* Stylinf the toggle lable */
	.toggle {
		display: block;
		background-color: #568DC6;
		padding:14px 20px;	
		color:#FFF;
		font-size:17px;
		text-decoration:none;
		border:none;
		
	}

	.toggle:hover {
		background-color: #000000;
	}

	/* Display Dropdown when clicked on Parent Lable */
	[id^=drop]:checked + ul {
		display: block;
	}

	/* Change menu item's width to 100% */
	nav ul li {
		display: block;
		width: 100%;
		}

	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
	}

	nav ul ul ul a {
		padding: 0 80px;
	}

	nav a:hover,
 	nav ul ul ul a {
		background-color: #000000;
	}
  
	nav ul li ul li .toggle,
	nav ul ul a,
  nav ul ul ul a{
		padding:14px 20px;	
		color:#FFF;
		font-size:17px; 
	}
  
  
	nav ul li ul li .toggle,
	nav ul ul a {
		background-color: #212121; 
	}

	/* Hide Dropdowns by Default */
	nav ul ul {
		float: none;
		position:static;
		color: #ffffff;
		/* has to be the same number as the "line-height" of "nav a" */
	}
		
	/* Hide menus on hover */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}
		
	/* Fisrt Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
	}

	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */ 

	}

}

@media all and (max-width : 330px) {

	nav ul li {
		display:block;
		width: 94%;
	}

}
ul._tabmenu{
	margin:0;
	padding:0;	
	font-size:0.9em;
}
._tabmenu li{
	display:inline;
	margin:0;
}
._tabmenu li a{
	text-decoration:none;
	margin:0;
	padding:10px 10px 10px 5px;
	color:#F5F7F6;
	font-size:0.8em;
	background:#64C3DE;
	border-right:1px solid #D1EDF5;
}
._tabdata{
	}
tr#_r0{
	background-color:#E3E3E3;
	
}
td#_r0{
        background-color:#000;

}
tr#_tbltotal td{
	border-top: 2px solid #C9C9C9 !important;
	 border-bottom: 2px solid #C9C9C9 !important;
	font-weight:bold;
}
table._data{
	border-collapse:collapse;
}
table._data tr th{
	background:#C9C9C9;
	color:#858587;
	padding:5px 5px 5px 5px;
	font-size:0.95em;
	border:1px solid #DEDEE0;
}
table._data tr td{
	color:#7E7D7B;
	padding:5px;
	font-size:0.9em;
	border:1px solid #F6F6F6;
	}
ul._tools{
	margin:0;
	padding:0;

}
ul._tools li{
	display:inline;
	list-style:none;
	margin:0;
	padding:0 0 0 3px;
}
ul._tools li a{
	border:1px solid #8AB9B3;
	text-decoration:none;
	padding:3px;
	background-color:#fff;
	color:#5E879D;
}
tr#_tblbtn td{
	padding:10px;
}
tr#_tblbtn td a{
	background-color:#548BC4;
	border:1px solid #4D84A2;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:0.9em;
	padding: 5px 10px 5px 10px;
	margin:5px;
}
._form input[type=text],._form select{
	border:1px solid #D4D0C8;
	padding:3px;
	color:#8D796E;

}
._form{
margin-top:10px;
 color:#8D796E;
}
._form td{
	color:;
	font-size:0.95em;
}
._form tr#_button td{
	padding:5px 0px 5px 0px;
}
._form td #_add{
        background:#71DF86;;
        border:1px solid #6CDF84;
        padding:5px;
	width:70px;
        margin:0;
        color:#F5F7F6;
}

._form td #_save{
	background:#54B5E0;
	border:1px solid #5AB7E0;
	padding:5px;
	margin:0;
	color:#F5F7F6;
	width:70px;
}
._form td #_cancel{
	background:#BEC2C3;
	border:1px solid #BDBEC0;
	padding:5px;
	margin:0;
	color:#F5F7F6;
	width:70px;
}
#_formbtn{
margin:0;
padding:0;
}
label{
	font-size:0.7em;
	padding-right:10px;
}
.error{
	border:1px solid red;
}
._notify td{
	background-color:#ED6454 !important;
	color:#FEFDF8 !important;
}
/*Chart*/
.mychart{
	z-index:1;
}
#_navbar{
}
.summary{
}
table.rank{
	width:100%;
	font-size:0.7em;
	border-collapse:collapse;
}
table.rank tr td{
	padding:3px;
	margin:0px;
	border-right:1px solid #fff;
}
table.rank tr#_d0{
}
