@charset "utf-8";
.style1 {color: #FF0000}

/* CSS Document */

body {
	margin:5;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
#wrapper {
	margin: 0 auto;
	width: 800px; /* Replace the xxxx with the the width of your site (eg 800px)*/
	text-align:left;	
}
#footer {
	text-align:center;		
}
table {
	margin:0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
#tabheader {
	border: 0px;
}
.list_name_a {
	float: left;
	width: 300px;
	padding-top: 4px;
}
.list_line_a {
	width: 700px;
	height: 30px;
}
.list_item_a {
	font-family: sans-serif;
	font-size: 12px;
	width: 300px;
	position: relative;
	left: 50px;
}
.list_a {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	list-style-type: none;
	width: auto;
}
.system_user {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;
	width: auto;
}
.lsp_logo {
    width: 250px;
    background: url("images/lsp_logo_white.png") no-repeat center;
    background-size: contain;
    height: 100%;
    float: right;
    margin-right: 20px;
}
.lsp_support {
    width: 33%;
    height: 100%;
}
.banner_logo .title {
    display: inline-flex;
    float: left;
    font-family: sans-serif;
	font-size: 32px;
	width: 33%;
	height: 100%;
	text-align: center;
	align-items: center; 
	color: #FFFFFF;
	margin-left: 20px;
}
.banner_logo {
    background-color: #000000; /* For browsers that do not support gradients */
	background-image: linear-gradient(to right, #000000, #666666);
    height: 67px;
    vertical-align: middle;
}
.system_date {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	float: left;
	width: auto;
}
.menu_bar{
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	height:16px;
	background-color:#cc0001;
	margin: 0px;
	padding: 2px;
}
.a {
color: #000; 
text-decoration:none;
font-family:Arial;
font-size:12px;
font-weight:bold;
padding-left:5px;
}
.a2 {
color: #FFF; 
text-decoration:none;
font-family:Arial;
font-size:12px;
font-weight:bold;
padding-left:5px;
}
.menu{
color: #FFF; 
text-decoration:none;
font-family:Arial;
font-size:12px;
font-weight:bold;
}
.system_text {
	font-family: sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #FFFFFF;
	height:16px;
	background-color: #333333;
	margin: 0px;
	padding: 2px;
}
.list_header_a {
	top: 1px;
	background-color: #999999;
	list-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #999999;
	border-bottom-color: #666666;
	border-left-color: #999999;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
}
.table_header_a {
	top: 1px;
	background-color: #999999;
	list-style: none;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
}
.table_row_a1 {
	top: 1px;
	background-color: #CCCCCC;
	list-style: none;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-family: sans-serif;
	font-size: 11px;
	/* text-align: center; */
}
.table_row_a2 {
	top: 1px;
	background-color: #BBBBBB;
	list-style: none;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-family: sans-serif;
	font-size: 11px;
	/* text-align: center; */
}
.page_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #666666;
}
.expired{
    background-color: #FFC8C8;
}
