* { padding: 0; }

body 
{
	margin: 10px 10px 10px 10px;
	/*margin: 10px 0px 0 20px;*/
	/*width: 1024px;*/
	font: 100% Arial, Helvetica, sans-serif;
	line-height: 9pt;
	padding: 0;

/*	font: 70%/120% Arial, Helvetica, sans-serif;*/
}

body, input, select, textarea, table, td { font-family: arial,verdana,helvetica,sans-serif; font-size: 11px; }
body 
{ 
	color: #333;  
	background-color: #fff; 
	text-align: left; 
	/*
	background-image:url('/sysimages/comodo_seal.gif');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:right bottom;
	*/
}

form {
	margin: 0px; 
	padding: 1px;
}

.specialImage{
  position:fixed;
  bottom:0;
  right:0;
  z-index:-100; /* or higher/lower depending on other elements */
}

div#login
{
	background: white url(/sysimages/container.gif) top left repeat-x;
	/*background-color: #D6ECFF;*/
	border:1px solid gray; 
	min-height:200px; 
	width:300px; 
	margin-bottom: 1em; 
	padding: 10px;
}

div#app_basic
{
	background: white url(/sysimages/bg_gradient_orange.gif) top left repeat-x;
	/*background-color: #D6ECFF;*/
	position: relative;
	border:1px solid gray; 
	min-height:200px; 
	width:300px; 
	margin-bottom: 1em; 
	padding: 10px;
	float: left;
	top: 0;
}

div#countrydivcontainer
{
	background: white url(/sysimages/container.gif) top left repeat-x;
	border:1px solid gray; 
	width:590px; 
	min-height:400px; 
	margin-bottom: 1em; 
	padding: 5px;
}

div#provincedivcontainer
{
	background:#fff;
	border:1px solid silver; 
	padding: 5px;
}

h1, h2, h3, h4, h5, h6 { font-family: arial, helvetica, sans-serif, verdana; font-weight: bold;}

h1 { font-size: 1.8em;}
h2 { font-size: 1.5em; margin: 1.2em 0em 0.4em 0em; }
h3 { font-size: 1.4em; margin: 1.2em 0em 0.4em 0em; }
h4 { font-size: 1.2em; margin: 0em 0em 0em 0em; }
h5 { font-size: 1.0em; margin: 1.2em 0em 0.4em 0em; }
h6 { font-size: 0.8em; margin: 1.2em 0em 0.4em 0em; }

/*
h1 { font-size: 1.8em; margin: 0em 0em 0em 0em; }
h2 { font-size: 1.5em; margin: 0em 0em 0em 0em; }
h3 { font-size: 1.4em; margin: 0em 0em 0em 0em; }
h4 { font-size: 1.2em; margin: 0em 0em 0em 0em; }
h5 { font-size: 1.0em; margin: 0em 0em 0em 0em; }
h6 { font-size: 0.8em; margin: 0em 0em 0em 0em; }
*/

input {font: 11px; margin-left: 3px;}
textarea {font-size: 11px; margin-left: 3px;}
select {font-size: 11px;}
table {font-size: 11px;}
td {font-size: 11px;}

/*
a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-weight: normal;
	font-size: 11px;
}
*/

img {
	border: 0;
}

label {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-weight: normal;
	font-size: 11px;
}

/*
input {
	border: 1px solid #000;
}

select {
	width:185px;
}
*/

table.editor
{
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	width: 280px;
	background-color: #666;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.editor td.editor_title
{
	background-color: #666;
	color: #fff;
	padding: 4px;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
} 

table.editor td
{
	padding: 4px;
} 

table.list
{
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	width: 590px;
	background-color: #666;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.list td.item
{
	background-color: #CCC;
	color: #000;
	padding: 4px;
	text-align: left;
	border: 1px #fff solid;
}

table.list td.list_title,table.list td.headers
{
	background-color: #666;
	color: #fff;
	padding: 4px;
	text-align: left;
	border-bottom: 2px #fff solid;
	font-weight: bold;
} 

table.list td.list_title
{
	font-size: 16px;
} 

table.list td.headers
{
	font-size: 11px;
}


table.sorter {
	margin: 1em auto;
	border-collapse: collapse;
}

table.sorter  td {
	padding: 0.5em;
}

.table2 td{
	padding: 2px;
}
.table2 input{
	padding: 1px;
}

thead th,
tfoot th {
	padding: 0.5em;
	text-align: left;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
}

tbody tr.odd {
	background-color: #DDF;
}

td.numeric,
th.numeric {
	text-align: right;
}

div#dtree
{
	position: relative;
	border:1px solid gray; 
	min-height:200px; 
	margin-left: 0px;
	float: left;
	top: 0;
	padding: 5px;
	width: 200px;
	border: 1px silver solid;
}

.dtree a:link
{
	font-size: 1.1em;
	color: blue;
	text-decoration: none;
}

.dtree a:visited
{
	font-size: 1.1em;
	color: blue;
	text-decoration: none;
}

.dtree
{
	position: relative;
	border:1px solid gray; 
	min-height:200px; 
	margin-left: 0px;
	float: left;
	top: 0;
	font-size: 1.1em;

	padding: 5px;
	width: 200px;
	border: 1px silver solid;
}

input.btn
{ 
	color:#333; 
	font: bold 120% arial,'trebuchet ms',helvetica,sans-serif; 
	padding-left: 4px;
	padding-right: 4px;
} 

input.btn1
{ 
	color:#333; 
	font: 100% arial; 
	padding-left: 2px;
	padding-right: 2px;
} 

div#div_instruction
{
	font: bold 120% arial,'trebuchet ms',helvetica,sans-serif; 
	margin-left: 10px; 
	margin-bottom: 1em; 
	line-height:12pt;
}

div#div_help
{
	border:1px solid #ECE5B6;
	margin-bottom: 1em; 
	padding: 5px; 
	display:block;"
	line-height:9pt;
}

div#div_menu
{
	background: white url(/sysimages/div_menu.gif) top left repeat-x;
	border:1px solid gray;
	height:22px; 
	width:917px;
	padding-left: 4px;
	padding-right: 4px;
	text-decoration:none;
}

div#div_menu1{
	background: white url(/sysimages/div_menu.gif) top left repeat-x;
	border:1px solid gray;
	height:22px; 
	width:1226px;
	padding-left: 4px;
	padding-right: 4px;
	text-decoration:none;
}

div#div_header
{
	background: white url(/sysimages/div_header.gif) top left no-repeat;
	border-left:1px solid gray;
	border-right:1px solid gray;
	border-top:1px solid gray;
	height:42px; 
	width:917px;
	padding-left: 4px;
	padding-right: 4px;
	text-decoration:none;
}

div#div_header_list{
	background: white url(/sysimages/div_header1.gif) top left no-repeat;
	border-left:1px solid gray;
	border-right:1px solid gray;
	border-top:1px solid gray;
	height:42px; 
	width:1226px;
	padding-left: 4px;
	padding-right: 4px;
	text-decoration:none;
}

.tbl {
	width: 100%;
}
.tbl1 th {
	padding: 6px;
	background-color: black;
	color: white;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.tbl1 td {
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid lavender;
	font-size: 1em;
}