body {
	margin: 0px; 
	padding: 0px; 
	font-family: 'Open Sans', sans-serif; 
	height: 100%;
}

#menu li {
	width: 100%;
	display: block;
	border-bottom: 1px solid #8a7268;
}

#menu li a:link, #menu li a:visited {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 7px;
}

#menu li a:hover {
	text-decoration: underline;
}

.labell {
	color: #333;
	font-size: 14px;
}

.inputt {
	display: block;
	width: 100%;
	height: 25px;
	border: 1px solid #ccc;
	outline: none;
}

.inputt2 {
	display: block;
	width: 70px;
	height: 25px;
	border: 1px solid #ccc;
	outline: none;
	float: left;
}

.inputt222 {
	height: 25px;
	border: 1px solid #ccc;
	outline: none;
}

.info {
	color: #999;
	font-size: 14px;
	padding-left: 15px;
}

.btn {
	margin: 0px auto;
	padding: 10px;
	background: #3F72D8;
	border: 1px solid #0072FF;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
}

#header {
	width: 100%; 
	height: 45px; 
	background: #1a2b47; 
	display: block;
}

#logo {
	font-size: 25px; 
	color: #fff; 
	display: block; 
	margin-left: 20px; 
	padding-top: 3px; 
	float: left;
}

#profilename {
	float: right; 
	cursor: pointer; 
	font-size: 15px; 
	color: #fff; 
	display: block; 
	margin-right: 20px; 
	padding-top: 11px;
}

a.exitt:link, a.exitt:visited {
	float: right; 
	font-size: 15px; 
	color: #fff; 
	display: block; 
	margin-right: 20px; 
	padding-top: 11px;
	text-decoration: none;
}

a.exitt:hover {
	text-decoration: underline;
}

#left {
	background: #243551;
}

#menu {
	margin: 0px; 
	padding: 0px; 
	list-style: none;
}

h3 {
	color: #444; 
	text-transform: uppercase; 
	font-weight: 300; 
	font-size: 50px; 
	margin-bottom: 20px;
}

#proforma {
	display: block; 
	width: 600px; 
	border: 1px solid #ccc; 
	margin: 0px auto; 
	background: #f9f9f9; 
	padding: 15px; 
	text-align: left;
}

#centre {
	width: 100%; 
	text-align: center;
}

.congr {
	width: 100%; 
	text-align: center; 
	font-size: 15px;
	font-weight: bold;
}

.congr2 {
	width: 100%; 
	text-align: center; 
	font-size: 15px;
	font-weight: bold;
	color: red;
}

a.levellist:link, a.levellist:visited {
	color: #1a2b47;
	display: block;
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
	text-align: left;
	padding-left: 10px;
}

a.levellist:hover {
	text-decoration: underline;
}

#tables table {
	margin-top: 25px;
	background: #fdfdfd;
	font-size: 14px;
	color: #000;
}

#tables {
	display: block;
	width: 90%;
	margin: 0px auto;
}

marquee {
	width: 500px;
	display: block;
}

.com_item {
	display: block;
	text-align: left;
	padding: 10px;
}

.com_login {
	color: #555;
	font-size: 12px;
	font-weight: bold;
}

.com_answer {
	display: block;
	color: #4CAF50;
	font-style: italic;
}

.ele {
	width: 500px;
	border: 1px dashed #cccccc;
	padding: 15px;
	text-align: left;
	margin: 15px auto;
}

.ele input[type="text"] {
	width: 100%;
	height: 40px;
	border: 1px solid #555555;
	outline: none;
}

.ele input[type="submit"] {
	width: 100%;
	height: 40px;
	border: none;
	background: #243551;
	cursor: pointer;
	outline: none;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}

.addme, .addme2, .addme3 {
	display: block;
	width: 500px;
	height: 40px;
	line-height: 40px;
	background: #243551;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	margin: 15px auto;
	text-decoration: none !important;
}

.cnm {
	width: 500px;
	height: 40px;
	border: 1px solid #555555;
	outline: none;
	display: block;
	margin: 0px auto;
}

.pagination {
  margin: 0px 0;
  font-size: 13px;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.pagination-centered {
  text-align: center;
}

.pagination a:link, .pagination a:visited {
	color: #0088cc;
	text-decoration: none;
}

.pagination a:link, .pagination a:visited {
	color: #005580;
	text-decoration: none;
}