body	{
	font-family: Calibri, Verdana,  Arial, helvetica,  sans-serif;
	font-size: 14px;
	min-height: 800px;
	min-width: 1200px;
}

.cms_header {
	border-bottom: 2px solid #AE203D;
	margin-bottom:20px;
}

.cms_header img{
	vertical-align:10px;
}

.header_title {
	display: inline-block;
	margin-left: 65px;
    vertical-align: bottom;
    font-size: 36px;
    font-weight: normal;
	color:#AE203D;
}

.login_body {
    width: 500px;
    margin-top: 70px;
}

.login_form {
    width: 370px;
    border: 1px solid #AE203D;
    padding: 20px 20px 20px 20px;
}

.timeout_form {
    width: 440px;
    border: 1px solid #AE203D;
    padding: 20px 20px 20px 20px;
}

.input_field {
    display: block;
    padding: 6px;
}

.breadcrumb {
    display: block;
    margin-bottom: 5px;
    font-size: 20px;
}

.login_button {
	margin-left:20px;

}

.button_main {
	height:35px;
	margin-left:10px;
	width: 130px !important;
    height: 40px;
}

.button_entry {
	margin-left:50px;
}

.button_timeout {
	margin-left:320px;
}

input[type=submit] {
    cursor: pointer;
	width: 100px;
	padding: 5px;
	margin-top:6px;

}

input[type=text]:read-only{
    background: #dddddd;
}

.menu_user {
    font-style: italic;
}

.cms_leftnav {
    display: block;
    float: left;
    width: 190px;
	border-right: 1px solid #AE203D;
	margin-right: 50px;
	min-height: 800px;
}

ul {
	list-style-type: none;
    padding-left: 0px;
}

.main_page {
    position:absolute;
    width: 850px;
    height: 200px;
    margin-top: 13px;
	top:120px;
	left:250px;
}

h3{
	color:#AE203D;
}

p{
	color:#AE203D;
	padding-left: 10px;
}

p.left{	
	text-align:left;
}

a.red{
	color:red;
}

a.blue{
	color:blue;
}

label.login {
    display: inline-block;
    width: 120px;
    text-align: left;
}

.required_field {
    height: 24px;
    width: 200px;
}

p.error_message, p.error_message span.error_message, h3.error_message{
	position: relative !important;
}

.error_message {
    margin-top: 0px;
    font-size: 14px;
    color: red;
	vertical-align:top;
	position: absolute;
    width: 330px;
}

li{
    margin: 0px;
    padding: 10px;
    list-style: none;
    width: 100%;
    clear: both;
    margin-bottom:5px;
}

li#li_pageContent span.error_message{
	width: 110px;
}

li.left{
text-align:left
}

li.error{
	border: solid 2px red;
	padding:8px;
	width:95%;
	margin-bottom: 5px;
    padding-bottom: 20px;
}
li.tooltip{
    margin: 0px;
    padding: 0px 0px 10px 0px;
    list-style: none;
    width: 100%;
    clear: both;
}


.red_area{
	border: 4px solid #AE203D;
	padding: 20px;
	margin-bottom:10px;
}

.label_update{
	margin-right:10px;
	width: 75px;
    display: inline-block;
   	vertical-align: top;
}

.float_right{
	float: right;
}

#userId{
	text-transform:uppercase;
}

#tooltip_pageName{
	position:absolute;
	padding:5px;
	font-size:smaller;
	background-color: #C6C6C6;
	margin-left: 100px;
	width:450px;
	display:none;
	margin-top:10px;
	border-radius: 5px;
	z-index:10;
}

#tooltip_pageName::before {
	content: "";
	width: 0px;
	height: 0px;
	border: 0.8em solid transparent;
	position: absolute;
}

#tooltip_pageName.bottom::before {
	left: 3%;
	top: -18px;
	border-bottom: 10px solid #C6C6C6;
}

#tooltip_pageTitle{
	position:absolute;
	padding:5px;
	font-size:smaller;
	background-color: #C6C6C6;
	margin-left: 100px;
	width:320px;	
	display:none;
	margin-top:10px;
	border-radius: 5px;
	z-index:10;
}

#tooltip_pageTitle::before {
	content: "";
	width: 0px;
	height: 0px;
	border: 0.8em solid transparent;
	position: absolute;
}

#tooltip_pageTitle.bottom::before {
	left: 3%;
	top: -18px;
	border-bottom: 10px solid #C6C6C6;
}

#tooltip_pageContent{
	position:absolute;
	padding:5px;
	font-size:smaller;
	background-color: #C6C6C6;
	margin-left: 700px;
	margin-top:-430px;
	width:230px;	
	display:none;
	border-radius: 5px;
	z-index:10;
}

#tooltip_pageContent::before {
	content: "";
	width: 0px;
	height: 0px;
	border: 0.8em solid transparent;
	position: absolute;
}

#tooltip_pageContent.right::before {
	left: -18px;
	top: 40%;
	border-right: 10px solid #C6C6C6;
}



ul.tooltip li{
    list-style-type: disc;
	margin: 0px;
    padding: 0px 0px 10px 0px;
    width: 100%;
    clear: both;
}

ul.tooltip{
	padding-left:15px;
}

.center{
	margin: 10%;
}

.overlay_smaller_box {
	position: absolute;
	top: 160px;
	left: 350px;
	margin-left: -175px;
	z-index: 50;
	width: 300px;
	border-width: 3px;
	padding: 20px;
	background-color: #FFFFFF;
}

.overlay_popup {
	position: absolute;
	top: 30px;
	left: 430px;
	margin-left: -175px;
	z-index: 50;
	width: 200px;
	border-width: 3px;
	padding: 10px;
	background-color: #FFFFFF;
	border:1px solid black;
	box-shadow: 5px 5px 5px #888;
}



div#overlayGrey {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.7;
	filter: alpha(opacity = 70);
}

div#overlayGreyTimeout {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.7;
	filter: alpha(opacity = 70);
}


.paging-nav {
  text-align: right;
  padding-top: 10px;
}

.paging-nav a {
  margin: auto 1px;
  text-decoration: none;
  display: inline-block;
  padding: 1px 7px;
  background: #AE203D;
  color: white;
  border-radius: 3px;
}

.paging-nav .selected-page {
  background: white;
  font-weight: bold;
  color: #AE203D;
  border: 1px solid #AE203D;
}

.paging-nav .disabled-page {
  background: #E36881;
  font-weight: bold;
  color: #ffffff;
}


.paging-nav,
#tableData {
	width: 700px;
	margin-left: 10px;
}

table, th, td, tr{
	border: 1px solid black;
	border-collapse: collapse;
	text-align: center;
	padding: 5px;
}

th{	
	background: #AE203D;
	color: white;
}

.top-row{
	width: 500px;
}

.rhs-column{
	display: inline-block;
    float: right;
    position: absolute;
    top: 0px;
}

.main-message{
    display: inline-block;
    width: 500px;
}