﻿/* Hadara Technologies */
body {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal; /* normal, bold */;
	font-style: normal; /* normal,  italic */;
	font-variant: normal; /* normal, small-caps */;
	text-transform: none; /* none, uppercase,  lowercase,  capitalize */;
	text-decoration: none; /* overline underline */
	color: #666666;
	margin: 0;
}
p, dl, dd, dt, td, span, blockquote, div, q, th {
	font-size: 11px;
	margin: 0;

}
ul, ol, li {
	list-style-position:inside; 
	list-style-type: none; /* square circle disc decimal */
}


a:link, a:active, a:visited {
	color:#666666;
	font-size: 9px;	
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #0000FF;
}
input {
  font-size:10px;
}
textarea {
	word-wrap: break-all;
}
select {
}
option {
}
button {
}


/* predefined classes */

a:link.bottom-links, a:active.bottom-links, a:visited.bottom-links {
    color: #546C75;
    text-decoration: none;
    font-weight:bold;
}
a:hover.bottom-links {	text-decoration: none;}

a:link.top-links, a:active.top-links, a:visited.top-links {
    color: #ffffff;
    text-decoration: none;
}
a:hover.top-links {	text-decoration: none;}


a:link.subs-links, a:active.subs-links, a:visited.subs-links {
    color: #FFFFFF;
    text-decoration: none;
	font-size: 9pt;
    font-weight:normal;
}
a:hover.subs-links {text-decoration: none; color:#0000FF;}

a:link.breadcrumb, a:active.breadcrumb, a:visited.breadcrumb {
    color: #666666;
    text-decoration: none;
	font-size: 6pt;
    font-weight:normal;
}
a:hover.breadcrumb {text-decoration: none; color:#0000FF;}
.breadcrumb_static {
    color: #666666;
    text-decoration: none;
	font-size: 6pt;
    font-weight:normal;
}
.white 			{color: #FFFFFF; font-size:12px;}
.orang 			{color: #FE8000;}
.green 			{color: #5F9B03;}
.blue  			{color: #006bdc;}
.title-orang 	{color: #FE8000;	font-size: 12px;}
.title-green 	{color: #5F9B03;	font-size: 12px;}
.title-blue  	{color: #006bdc;	font-size: 12px; font-weight:bold;}


form { margin:0; padding:0;}

.title, .table-caption {font-weight: bold; text-align:right; line-height: 24px;}

.error {color: #FE8000; text-align:center; font-weight:bold}
.note {color: #FE8000; text-align:right;}
.item-numbers {list-style-type:decimal;}
.paragraph {text-align:justify; direction:rtl;}

form input.submit {
background-color : #c00;
color : #ccc;
font : bold 14px/14px verdana, geneva, helvetica;
border : 2px solid #ccc;
}
/* Css End */