
body {	
	margin-left: 0cm;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	size: landscape;
}

.center
{
	width : 100%;
	text-align : center;
}

.right
{
	float: right;
	text-align: right;
}

.left
{
	float: left;
	text-align: left;
}

.vtop{
	vertical-align: top;
}

.vbottom{
	vertical-align: bottom;
}
.vmiddle{
	vertical-align: middle;
}



#content
{
	width:100%;
	margin-left : 0px;
	margin-right : 0px;
	margin-top:0px;
	background: transparent;
	text-align: center;
	border:none;
}

#user-detail{
	display: none;
}
#horizontal-menu{
	display: none;
}


#head
{
	height: 0%;
	display: none;
}

#foot
{
	width: 0px;
	display: none;
}


#text-box
{
	float:none;
	width:100%;
}

#text-content
{
	float:none;
	width : 100%;
	text-align : left;
	line-height: 140%;
}

#left-box{
	width: 0px;
	display: none;
}
#right-box{
	width: 0px;
	display: none;
}
	
#copyright {
	display:none;
}


.listing{
	width: 100%;
	text-align: center;
	background-color: #E3E3E3;
	font-size : 11px;
}


p {
		margin-left: 0px;
		margin-top: 0px;
		margin-bottom: 1cm;
		margin-right: 1cm;
		text-align: left;
}

span.highlight{
	background-color: #D73604;
	color : white;
	font-weight: bold;
	padding-right : 2px;
	padding-left : 2px;
}

hr{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	height: 1px;
	border-top: 1px solid #D2D1D1;
	border-bottom: none;
	border-left: none;
	border-right: none;
	color: #D2D1D1;
	}

h1 {
	width : auto;
	text-align: left;
	font-family: Verdana, Arial;
	font-weight : bold;
	border-bottom : 1px dotted  #efefef;
	color : gray;
	font-size: 14pt;
	line-height: 100%;
}


h2 {
	text-align:left;
	font-family: Verdana, Arial;
	font-size: 12pt;
	line-height: 100%;
	background-color: #cccccc;
}



h3{
	font-size: 11pt;
	color: #444444;
	background-color : #DADADA;
	font-family: Verdana, Arial;
}

h4{
	font-size: 11pt;
	margin-top: 0px;
	color: #000000;
	background-color: #e3e3e3;
	font-family: Verdana, Arial;
	text-align : left;
}

h5{
	font-size: 11px;
	margin-top: 0px;
}

ul{
	margin-left: 0px;
	margin-top: 2px;
	margin-bottom: 5px;
	list-style: square;
	font-weight: normal;
	/*color: #C2CACC;*/
}

li{

	text-align: left;
	margin-bottom: 0px;
}

ol{
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style: decimal;
}

ol.alpha{
	list-style: upper-alpha;
}

table{
	font-family: Verdana,Tahoma, Arial CE, Helvetica CE, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background: transparent;

}

td{
	padding : 3px 3px 3px 3px;
	border : none;
	text-align: left;
	/*-moz-border-radius: 6px;*/
}


td.nostyle{
	border : none;
	background-color : transparent;
}

table{
	width : 100%;
}
table td{
	padding : 1px 1px 1px 1px;
	background-color : #ffffff;
}


/*table.items-list td.cell1{
	background-color : #F08080;
}
table.items-list td.cell2{
	background-color : #DAF1E0;
}
table.items-list td.cell3{
	background-color : #C1E3CC;
}
table.items-list td.cell4{
	background-color : #e5e5e5;
}
table.items-list td.cell6{
	background-color : #F14545;
}
table.items-list td.cell7{
	background-color : #EFF2F5;
}
*/



form{
	margin: 0px 0px 0px 0px;
}

input{
	border: 1px inset;
	font-family: Verdana, Arial CE, Helvetica CE, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align : left;
	padding : 2px 2px 2px 2px;
}


select{
	border: 1px inset;
	font-family: Verdana, Arial CE, Helvetica CE, Arial, Helvetica, sans-serif;
	font-size: 10px;
	-moz-border-radius: 4px;
}

textarea{
	background-image: url(../images/input_bg.gif);
	background-position : right top;
	background-repeat : no-repeat;
	padding : 3px 3px 3px 3px;
	border:  1px inset;
	font-family: Verdana, Arial CE, Helvetica CE, Arial, Helvetica, sans-serif;
	font-size: 10px;
	-moz-border-radius: 4px;
}


fieldset{
	padding: 5px 5px 5px 5px;
	border: 1px solid #dddddd;
	margin-bottom : 10px;
}

legend{
	font-size: 11px;
	font-weight: bold;
	color: #888888;
}

label{
		color: #888888;
}

input.long{
	width: 300px;
}

input.button{
display:none;
}

input.button-red{
display:none;
}

.nn{
	background-image : none;
	/*background-color : #FFF5EE;*/
}

img{
	margin: 0px 0px 0px 0px;
	border: 0px;
}

img.right{
  float: right;
  margin-left: 2px;
}


img.tree-ico {
	vertical-align: middle;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.clear-all{
	clear: both;
}


a:link {	color: #555555;	text-decoration: none;}
a:active {color: #555555;text-decoration: underline;}
a:visited {color: #555555;text-decoration: none;}
a:hover {color: #555555;text-decoration: underline;}

a.tree-link:link 	{	color: #555555;	text-decoration: none;}
a.tree-link:active 	{color: #555555;text-decoration: underline;}
a.tree-link:visited 	{color: #555555;text-decoration: none;}
a.tree-link:hover 	{color: #555555;text-decoration: underline;}

a.highlight:link{color : #555555; font-weight: bold;}
a.highlight:active{color : #555555;	font-weight: bold;}
a.highlight:visited{color : #555555;	font-weight: bold;}
a.highlight:hover{color : #555555;	font-weight: bold;}


a.btn{
	display:none;
}

a.btn-red{
	display:none;
}

