
body, html {
	margin: 0;
	padding: 0;
	height: 100%;
	background: url('images/yog.png') no-repeat fixed center center;
	font-family:Arial, Helvetica, sans-serif;
	background: #f8f8f8;
	overflow: hidden;
	
}

div.topright {
	background-color: #f8f8f8;
	padding: 0px;
	margin-left: 350px;
	height: 50px;
	border-bottom: 0px solid #eaeaea;
	color: #fff;
}


div.topleft {
	height: 50px;
	background:#024282;
	background-color: #024282;
	padding: 0px;
	float: left;
	width: 350px;
}
div.body {
	padding: 0px;	
	font-family: tahoma;
}

div.left {
	background-color: #024282;
	padding: 0px;
	float: left;
	width: 350px;
	border-top: 0px solid #808080;
	border-left: 0px solid #808080;
	height: 100vh;
}
div.right {
	/*background: url('images/yog.png') no-repeat fixed center center;*/
	background-color: #f8f8f8;
	padding: 5px;	
	margin-left: 570px;
	border: 1px solid #fff;
	border-top: 0px solid #808080;
	border-left: 0px solid #808080;	
	
}	

p {
	padding: 5px;
	font-size: 90%;
}

.center {
	margin-top: 10%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}
	
	
.btmlist {
	width: 260px;
	margin: 20px 0 10px 0px;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul li {
	font: 130 13px/1 Calibri, arial, sans-serif, Verdana;
	border-bottom: 1px solid #ccc;
	line-height:2.2em;
	color: #0074c6;
}

ul li span{
	color: #c1272c;
}

ul li:last-child {
	border: none;
}

ul li a {
  text-decoration: none;

  -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
  -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
  -o-transition: font-size 0.3s ease, background-color 0.3s ease;
  -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
  transition: font-size 0.3s ease, background-color 0.3s ease;
  width: 260px;
}
ul li a:visited {
	color: #0074c6;
}

ul li a:hover {
	color: #c1272c;
}

.account-locked-message {
	background-color: #C70039; /* Light red background */
	color: white; /* White font color */
	padding: 10px 0 10px 225px;
	top:0;
	font-size: 16px;
	font-weight: 600;
}


/* This CSS is used for the Show/Hide functionality. */
.more {
	font-family:sans-serif;
	display: none;
	border-top: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9; 
	font-size: 12px;
	color: #062cfa;
	padding:5px 0;
}
a.showLink, a.hideLink {
	text-decoration: none;
	color: #ff0000;
	padding-left: 0px;
	font-size: 11px;
	/*background: url('down.gif') no-repeat left; */
}
a.hideLink {
	/*background: url('up.gif') no-repeat left; */
}
a.showLink:hover, a.hideLink:hover {
	border-bottom: 1px dotted #36f; 
	cursor: help;
}
