* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
}
h1, h2, h3 {
	color: #110d76;
}
.full {
	padding-left: 20px;
	background: #fff url('/portal/img/icons/Alarm-Tick-icon.png') 0 0 no-repeat;
}
.empty {
	padding-left: 20px;
	background: #fff url('/portal/img/icons/Alarm-Warning-icon.png') 0 0 no-repeat;
}
.empty_a {
	color: #ac0000;
}
button {
	width: 150px;
	height: 40px;
	margin: 40px 0 0 0;
	padding: 0;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.opacity {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.sprite {
	background-image:url('/portal/img/icons/refresh.png');
	background-repeat:no-repeat;
	float:right;
	width:112px;
	height:35px;
	margin:0;
}
.sprite:hover {
	background-position: 0 -35px;
}
/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 150px;
}
.l_left {
	float: left;
	width: 230px;
	height:130px;
	margin: 5px 10px;
	color: green;
	background: #f1f6fa;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}
.l_left p {
	color: #110d76;
	margin: 25px 7px 7px 25px;
	font: bold 16px/20px sans-serif;
}
.l_left a {
	color: #110d76;
	font-size: 12px;
}
p.title {
	margin:0;
	padding:5px 10px 5px 20px;
	color: #f1f6fa;
	background: #110d76;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.l_right {
	float: left;
	width: 750px;
	height:65px;
	margin: 10px 0;
	background: #fff url('/portal/img/logo.jpg') 230px 0px no-repeat;
}
.l_right2 {
	float: left;
	width: 750px;
	height:65px;
	color: #666;
	font: bold 12px/18px sans-serif;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	border-left: 250px solid #fff;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-right: -100%;
}
#content {
	padding: 20px;
	border: 15px solid  #f1f6fa;
	-webkit-border-bottom-right-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-moz-border-radius-bottomright: 25px;
	-moz-border-radius-topright: 25px;
	border-bottom-right-radius: 25px;
	border-top-right-radius: 25px;
}
#content p {
	font: normal 16px/18px sans-serif;
	line-height: 200%;
}

#content table {
	border-collapse: collapse;
	border: 1px solid #999999;
}

#content tr {
	/* height: 125px; */
}
#content tr:hover {
	background: #f1f6fa;
}
#content td {
	width: 225px;
	vertical-align: top;
	padding: 5px 10px 5px 10px;
	border: 1px solid #999999;
}
#content td img {
	vertical-align: bottom;
}
#content td.heading {
	font: bold 14px/18px sans-serif;
}
div.list {
	height:125px;
	overflow: hidden;
}
div.list:hover {
	height:100%;
	min-height: 125px;
	overflow: visible;
	display: block;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 225px;
	min-height: 1220px;
	margin: 5px 10px;
	padding-left: 5px;
	position: relative;
	background:#110d76;
	color: #fff;
	left: -250px;
}
#sideLeft h2, #sideLeft h3, #sideLeft a {
	line-height: 150%;
	color: #f1f6fa;
}
#sideLeft h2, #sideLeft h3 {
	margin: 7px 0;
}
#sideLeft ul {
	margin: 0 0 0 20px;
}
#sideLeft li {
	margin: 5px 0;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: auto;
	padding: 20px;
	background: #f1f6fa;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

/* Login Page
-----------------------------------------------------------------------------*/
#login {
	border: 1px solid #417692;
	border-radius: 25px;
	margin: 70px auto;
	width: 350px;
	/* min-height: 300px; */
}
#login2 {
	border: 10px solid #f1f6fa;
	border-radius: 25px;
	width: 330px;
	/* min-height: 300px; */
}
#login3 {
	border: 1px solid #417692;
	border-radius: 15px;
	width: 268px;
	/* min-height: 300px; */
	padding: 30px;
}

#login3 h3 {
	font: bold 24px/20px sans-serif;
	margin-bottom: 35px;
}

#login3 p {
	font: normal 20px/20px sans-serif;
}

#login3 p.forgot {
	font: normal 12px/16px sans-serif;
	float: right;
}

#login3 p.forgot a {
	color: #ac0000;
}

#login3 input {
	width: 268px;
	height: 27px;
	font: normal 16px/20px sans-serif;
	margin-top: 5px;
}

#login3 .close {
	position: relative;
	right: -25px;
	top: -25px;
	width: 25px;
	float: right;
}

#login3 .logo {
	position: relative;
	right: 19px;
	top: -28px;
	width:150px;
	float: left;
}