html {
	margin: 0;
	padding: 0;
}
body { 
    padding: 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 { 
	font-family: Arial, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 16px; 
	margin-top: 16px; 
	font-weight: normal;
}
h2 { 
	font-family: Arial, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 12px; 
	margin-top: 12px; 
	font-weight: normal;
}
h3 { 
	font-family: Arial, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 9px; 
	margin-top: 9px; 
	font-weight: normal;
}
h4 { 
	font-family: Arial, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 5px; 
	margin-top: 5px; 
	font-weight: normal;
}
hr	{
    padding: 0px;
    margin: 5px 0px 5px 0px;
	height: 0px;
	color: #ccc;
}
a { 
	font-family: Arial, sans-serif;
	text-align: left;	
	letter-spacing: 1px; 
}
a:link { 
	text-decoration: none; 
	color: #3030FF;
	}
a:visited { 
	text-decoration: none; 
	}
a:hover, a:focus, a:active { 
	text-decoration: none; 
	color: #bb4444;
	}
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: bottom;
	}
td {
	padding: 3px;
	font-family: Arial, sans-serif;
	vertical-align: top;
}
.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); }
}
.btwDropMenu {
	padding: 3px;
	color: black;
	text-align: left;
	margin: 5px;
}
.btwDropMenu:hover {
	background-color: white;
	border: solid 1px #ccc;
	font-weight: bold;
	font-size: 1.2em;
}
.btwMainMenu {
	color: black;
	border: solid 1px #ccc;
	cursor: pointer;
	background-color: #ddeedd;
	padding: 3px 5px 3px 5px ;
}
.btwDropdown {
	color: black;
	position: relative;
	display: inline-block;
}
.btwDropdown-content {
	margin-left: -223px;
	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;
}
.btwDropdown:hover .btwDropdown-content {
	font-size: 0.95em;
	display: block;
}
.btwHeader {
	background-color: #eeeedd;
    padding: 10px;
	min-width:400px; 
	border-bottom: 1px solid #ccc;
}
.btwFooter {
	background-color: #eeeedd;
	padding: 10px;
	min-width:400px; 
	font-size: .85em;
	border-top: 1px solid #ccc;
}
.btwBold {
	font-weight: bold;
}
.btwSmall {
	font-size: 0.8em;
}
.btwBig {
	font-size: 1.2em;
}
.btwRed {
	color: red;
}
.btwBlack {
	color: black;
}
.btwBrowse {
	vertical-align: middle;
	padding: 0px 5px 0px 5px ;
	font-size: 0.9em;
}
.btwTextarea {
	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;
}
.btwTextarea:hover {
	border: 1px solid #ccc; 
	background-color: #ffffee;
}
.btwSelect {
	border: 1px solid #ccc;
	padding: 2px 5px 2px 5px ;
	background-color: #ffffff;
	max-width: 300px;
	cursor: pointer;
}
.btwSelect:hover {
	border: 1px solid #aaa; 
	background-color: #ffffdd;
}
.btwInput {
//	background-color: #eeeedd;
	background-color: #ffffff;
	border: 1px solid #ccc; 
	padding: 2px 5px 2px 5px ;
	cursor: text;
}
.btwInput:hover {
	border: 1px solid #aaa; 
	background-color: #ffffff;
}
.btwButton {
	margin-right: 10px;
	border: solid 1px #ccc;
	cursor: pointer;
	background-color: #ddeedd;
	padding: 2px 5px 3px 5px ;
}
.btwButton:hover {
	background-color: #ffffff;
	border: 1px solid #aaa; 
}
.btwButton.active {
	background-color: #eeeedd;
	border-left: solid 1px #ccc; 
	border-top: solid 1px #ccc; 
	border-right: solid 1px #ccc; 
	border-bottom: solid 1px #ffffdd; 
}
.btwWarning {
	background-color: #ffdddd;
}
.btwSansSerif {
	font-family: Arial, Sans-serif;
	padding: 2px 0px 2px 3px ;
}
option {
	background-color: #ffffdd;
}
option:hover {
	background-color: #ffffff;
}
.btwMiddle {
	vertical-align: middle;
}
.btwTop {
	vertical-align: top;
}
.btwLeft {
	float: left;
}
.btwRight {
	float: right;
}
.btwTextLeft {
	text-align: left;
}
.btwTextRight {
	text-align: right;
}
.btwTopMarg5 {
	margin-top: 5px;
}
.btwBottomMarg5 {
	margin-bottom: 5px;
}
.btwLeftMarg10 {
	margin-left: 10px;
}
.btwTopPad5 {
	padding-top: 5px;
}
.btwReadonly {
	background-color: #dddddd;
}	
.btwLoader {
  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;
}
.btwSmallLoader {
  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); }
}
.btwTab button {
	border: solid 1px #ccc;
	border-radius: 0px 0px 0px 0px;
	margin-right: 5px; 
	margin-bottom: -1px; 
	cursor: pointer;
	background-color: #eeeecc;
	padding: 5px 5px 5px 5px;
}
.btwTab button:hover {
	background-color: #ffffff;
	border: 1px solid #aaa; 
}
.btwTab button.active {
	background-color: #ffffdd;
	border-left: solid 1px #ccc; 
	border-top: solid 1px #ccc; 
	border-right: solid 1px #ccc; 
	border-bottom: solid 1px #ffffdd; 
}
.btwTabContent {
	border: solid 1px #ccc;
	background-color: #ffffdd; 
    margin-top: 0px;
	display: none;
}
.btwBorder {
	border: solid 1px #ccc;
}
.btwLabel{
	font-size: .85em;
	padding: 5px 0px 5px 0px ;
	vertical-align: top;
	text-align: right;
}
.btwContainer {
	padding: 10px;
	background-color: #ffffdd;
	border: solid 1px #ccc;
}
.btwPadding {
	padding: 10px;
}
.btwBackground {
	background-color: #ffffee;
}
.btwNarrow {
	min-width: 200px;
}
.btwWidth160 {
	width: 160px;
}
.btwNarrow:hover {
	background-color: #ffffff;
	border: 1px solid #aaa; 
}
.btwMedium {
	min-width: 500px;
}
.btwMedium:hover {
	background-color: #ffffff;
	border: 1px solid #aaa; 
}
.btwWide {
	min-width: 900px;
}
.btwRed {
	color: #ff0000;
}
.btwGreen {
	color: #00ff00;
}
.btwBlue {
	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;
}
.accordion {
	background-color: #ddeedd;
	font-size: .9em;
	cursor: pointer;
	padding: 2px;
	margin: 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
}
.accordion.active {
	background-color: #ddeedd;
	border-bottom: 1px solid #ccc;
}
.accordion:hover {
	background-color: #ffffff;
}
.accordion:after {
    content: '\25BC\2002\2002';
    font-weight: bold;
    float: left;
    margin-left: 5px;
}
.accordion.active:after {
	content: "\25B2\2002\2002";
}
.panel {
	background-color: #eeeecc;
	font-size: 1.2em;
	padding: 3px 0px 3px 0px ;
	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;"
	}
