html {
	margin: 0;
	padding: 0;
}
body { 
    padding: 5px 5px 5px 5px;
    margin: auto;
	font-family: Arial, sans-serif;
	max-width: 1200px;
	color: black;
	background-color: #ffffee;
}
p { 
	font-family: Arial, sans-serif;
	text-align: left;	
	letter-spacing: 1px; 
	margin-top: 3px;
}
h1, h2, h3, h4 { 
	font-family: Arial, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 5; 
	margin-top: 0; 
	font-weight: normal;
}
hr	{
    padding: 0px;
    margin: 5px 0px 5px 0px;
	height: 0px;
	color: #ccc;
}
a { 
	font-family: Arial, sans-serif;
	color: black;
	text-align: left;	
	letter-spacing: 1px; 
}
a:link { 
	text-decoration: none; 
	color: black;
	}
a:visited { 
	text-decoration: none; 
	color: black;
	}
a:hover, a:focus, a:active { 
	text-decoration: none; 
	color: #bb4444;
	}
li {
	padding-top: 4px;
}
table {
	font-family: Arial, sans-serif;
	font-size: .85em;
}
th {
	font-family: Arial, sans-serif;
	font-weight: bold;
	padding: 4px;
	text-align: left;
}
tr	{
	vertical-align: middle;
	}
td {
	padding: 3px;
	font-family: Arial, sans-serif;
	vertical-align: middle;
}
form {
	margin-bottom: 0px;
}
.loader {
  border: 16px solid #ffffbb;
  border-radius: 50%;
  border-top: 6px solid black;
  border-bottom: 6px solid black;
  border-left: 6px solid black;
  border-right: 6px solid white;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin .7s linear infinite;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.smallLoader {
  border: 8px solid #ffffbb;
  border-radius: 50%;
  border-top: 3px solid black;
  border-bottom: 3px solid black;
  border-left: 3px solid black;
  border-right: 3px solid white;
  width: 15px;
  height: 15px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin .7s linear infinite;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.tlzDropMenu {
	padding: 3px;
	color: black;
	text-align: left;
	margin: 5px;
}
.tlzDropMenu:hover {
	background-color: white;
	border: solid 1px #ccc;
//	font-weight: bold;
//	font-size: 1.1em;
}
.tlzDropdown {
	color: black;
	position: relative;
	display: inline-block;
}
.tlzDropdown-content {
	margin-left: -215px;
	margin-top: -5px;
	font-size: .5em;
	display: none;
	position: absolute;
	z-index: 1;
	border: solid 1px #ccc;
	background-color: #ddeedd;
	min-width: 350px;
	padding: 3px;
}
.tlzDropdown:hover .tlzDropdown-content {
	font-size: 0.95em;
	display: block;
}

.tlzAttDropMenu {
	padding: 3px;
	color: black;
	text-align: left;
	margin: 5px;
}
.tlzAttDropMenu:hover {
//	background-color: white;
	border: solid 1px #ccc;
	font-weight: bold;
	font-size: 1.2em;
}
.tlzAttDropdown {
	color: black;
	position: relative;
	display: inline-block;
}
.tlzAttDropdown-content {
	margin-left: -215px;
	margin-top: -5px;
	font-size: .5em;
	display: none;
	position: absolute;
	z-index: 1;
	border: solid 1px #ccc;
	background-color: #ddeedd;
	min-width: 350px;
	padding: 3px;
}
.tlzAttDropdown:hover .tlzAttDropdown-content {
	font-size: 0.95em;
	display: block;
}

.tlzMainMenu {
	color: black;
	border: solid 1px #ccc;
	cursor: pointer;
	background-color: #ddeedd;
	padding: 3px 5px 3px 5px ;
}
.tlzHeader {
	background-color: #eeeedd;
    padding: 10px;
	min-width:400px; 
	border-bottom: 1px solid #ccc;
}
.tlzFooter {
	background-color: #eeeedd;
	padding: 10px;
	min-width: 400px; 
	font-size: .85em;
	border-top: 1px solid #ccc;
}
.tlzTitle {
	font-weight: bold;
	font-size: 2em;
	text-align: center;
}
.tlzSmall {
	font-size: 0.8em;
}
.tlzBig {
	font-size: 1.2em;
}
.tlzBackWhite {
	background-color: white !important;
}
.tlzRed {
	color: red;
}
.tlzBlack {
	color: black;
}
.tlzBold {
	font-weight: bold;
}
.tlzTextRight {
	text-align: right;
}
.tlzTextCenter {
	text-align: center;
}
.tlzLeft {
	text-align: left;
}
.tlzNoWrap {
	white-space: nowrap;
}
.tlzBrowse {
	vertical-align: top;
	padding: 2px 5px 2px 5px ;
	font-size: 0.9em;
}
.tlzTextarea {
	word-wrap: normal;
	font-family: Arial, sans-serif;
	font-size: 1em;
	background-color: #ffffff;
	border: 1px solid #ccc; 
	padding: 2px 5px 2px 5px ;
	vertical-align: middle;
	text-decoration: none;
	cursor: text;
	text-transform: none;
}
.tlzTextarea:hover {
	border: 1px solid #ccc; 
	background-color: #ffffee;
}
.tlzSelect {
	border: 1px solid #ccc;
	padding: 2px 5px 2px 5px ;
	background-color: #ffffff;
	max-width: 300px;
	cursor: pointer;
}
.tlzSelect:hover {
	border: 1px solid #aaa; 
	background-color: #ffffff;
}
.tlzInput {
	background-color: #ffffff;
	border: 1px solid #ccc; 
	padding: 2px 5px 2px 5px ;
	cursor: text;
}
.tlzInput:hover {
	border: 1px solid #aaa; 
	background-color: #ffffff;
}
.tlzBigButton {
//	height: 50px;
	font-size: 1.2em;
	border: solid 1px #ccc;
	cursor: pointer;
	background-color: #ddeedd;
	padding: 15px;
}
.tlzButton {
	margin-right: 10px;
	border: solid 1px #ccc;
	cursor: pointer;
	background-color: #ddeedd;
	padding: 2px 5px 3px 5px ;
}
.tlzButton:hover {
	background-color: #ffffff;
	border: 1px solid #aaa; 
}
.tlzButton.active {
	background-color: #eeeedd;
	border-left: solid 1px #ccc; 
	border-top: solid 1px #ccc; 
	border-right: solid 1px #ccc; 
	border-bottom: solid 1px #eeeedd; 
}
.tlzWarning {
	background-color: #ffdddd;
}
.tlzSansSerif {
	font-family: Arial, Sans-serif;
	padding: 2px 0px 2px 3px ;
}
option {
	background-color: #ffffff;
}
option:hover {
	background-color: #eeeedd;
}
optgroup {
	font-weight: bold;
	font-style: italic;
}
.tlzMiddle {
	vertical-align: middle;
}
.tlzTop {
	vertical-align: top;
}
.tlzBottom {
	vertical-align: bottom;
}
.tlzLeft {
	float: left;
}
.tlzRight {
	float: right;
}
.tlzTextLeft {
	text-align: left;
}
.tlzTextRight {
	text-align: right;
}
.tlzTopMarg5 {
	margin-top: 5px;
}
.tlzTopMarg10 {
	margin-top: 10px;
}
.tlzTopMarg15 {
	margin-top: 15px;
}
.tlzBottomMarg5 {
	margin-bottom: 5px;
}
.tlzLeftMarg10 {
	margin-left: 10px;
}
.tlzTopPad5 {
	padding-top: 5px;
}
.tlzItalic {
	font-style: italic;
}
.tlzBold {
	font-style: strong;
}

.tlzReadonly {
	background-color: #dddddd;
}	
.tlzLoader {
  border: 16px solid #ffffbb;
  border-radius: 50%;
  border-top: 6px solid black;
  border-bottom: 6px solid black;
  border-left: 6px solid black;
  border-right: 6px solid white;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin .7s linear infinite;
}
.tlzSmallLoader {
  border: 8px solid #ffffbb;
  border-radius: 50%;
  border-top: 3px solid black;
  border-bottom: 3px solid black;
  border-left: 3px solid black;
  border-right: 3px solid white;
  width: 15px;
  height: 15px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin .7s linear infinite;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.tab {
	background-color: #ffffff;
}
.tlzTab button {
	border: solid 1px #ccc;
	border-radius: 0px 0px 0px 0px;
	margin-right: 5px; 
	margin-bottom: -1px; 
	cursor: pointer;
	background-color: #ffffee;
	padding: 5px 5px 5px 5px;
}
.tlzTab button:hover {
	background-color: #ffffff;
	border-left: solid 1px #aaa; 
	border-top: solid 1px #aaa; 
	border-right: solid 1px #aaa; 
	border-bottom: solid 1px #eeeedd; 
}
.tlzTab button.active {
	background-color: #eeeedd;
	border-left: solid 1px #ccc; 
	border-top: solid 1px #ccc; 
	border-right: solid 1px #ccc; 
	border-bottom: solid 1px #eeeedd; 
}
.tlzTabContent {
	border: solid 1px #ccc;
	background-color: #eeeedd; 
    margin-top: 0px;
	display: none;
}
.tlzBorder {
	border: solid 1px #ccc;
}
.tlzLabel{
	font-size: .85em;
	padding: 10px 10px 5px 0px ;
	vertical-align: top;
	text-align: right;
}
.tlzContainer {
	padding: 10px;
	background-color: #eeeedd;
	border: solid 1px #ccc;
}
.tlzHeaderContainer {
	padding: 10px;
	background-color: #eeeedd;
	border: solid #ccc;
	border-width: 0px 0px 1px 0px;
}
.tlzFooterContainer {
	padding: 10px;
	background-color: #eeeedd;
	border: solid #ccc;
	border-width: 1px 0px 0px 0px;
}
.tlzPadding {
	padding: 10px;
}
.tlzBackground {
	background-color: #ffffee;
}
.tlzNarrow {
	min-width: 200px;
}
.tlzWidth160 {
	width: 160px;
}
.tlzNarrow:hover {
	background-color: #ffffff;
	border: 1px solid #aaa; 
}
.tlzStandard {
	min-width: 300px;
}
.tlzMedium {
	min-width: 500px;
}
.tlzMaxMedium {
	max-width: 500px;
}
.tlzMedium:hover {
	background-color: #ffffff;
	border: 1px solid #aaa; 
}
.tlzWide {
	min-width: 900px;
}
.tlzEditor {
	width: 900px;
}
.tlzRed {
	color: #ff0000;
}
.tlzGreen {
	color: #00ff00;
}
.tlzBlue {
	color: #0000ff;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover, .close:focus {
	background-color: #ffffff;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.container{
  font-size: 0.85em;
}
.main{
	font-size: 0.85em;
}
button.accordion {
	background-color: #ddeedd;
//	background-color: #ffffee;
	margin-top: 5px;
	border: 1px solid #ccc;
	font-size: 1em;
	cursor: pointer;
    width: 100%;
    text-align: left;
    outline: none;
}
button.accordion.active {
	background-color: #eeeedd;
}
button.accordion:hover {
	background-color: #ddddcc;
}
button.accordion::before {
    content: '\25BC\2002\2002';
    font-weight: bold;
    float: left;
    margin-left: 5px;
}
button.accordion.active::before {
	content: "\25B2\2002\2002";
}
.panel {
	background-color: #ffffff;
	border: 1px solid #ccc;
    padding: 10px;
 	font-size: .94em;
	margin-top: -1px ;
	display: none;
	overflow: hidden;
	}
/* This for showing html code */
xmp.outline{
	font-family: Courier New, monospace, serif;
	font-size: .85em;
	border: 1px solid #ccc;
	margin-bottom: 5px;
	margin-top: 5px;
	overflow: auto;
	width: auto;
	padding: 2px;
	background-color: #eee;
	width: 650px!ie7;
	padding-bottom: 10px!ie7;
	max-height: 50px;"
	}
