body {
	margin: 0px;
	padding: 0px;
}

html {
	color: #00447c;
	background: #ddd;
	font-family:Verdana,Arial,sans-serif;
}

a {
	font-size: 10px;
	color: #00447c;
	text-decoration: none; 
}

a:hover {
	text-decoration: underline;
}

.normal {
	font-size: 11px;
}

.small {
	font-size: 11px; 
}

.verysmall {
	font-size: 2px; 
}

.comment{
	font-size: 11px;
	color: #00447c;
	font-weight: normal;
}

.labelLanguage {
	color: #abaeb3;
	font-size: 12px;
}

.reportData {
	color: #3192ba;
	font-weight: bold;
}

.reportTable {
	background-color: #f3f6fa;
}

.dotted {
	border-bottom: thin dotted #000000;
}

.legal {
	color: #3192ba;
	font-size: 10px;
	text-align: justify;
}

.borderless {
	border: 0;
	text-decoration: none;
	border: none;
}

.indent {
	padding-left: 20px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.errorMessage {
	color: #ff3333;
	font-size: 12px;
	font-weight: bold;
}

.NO{
	float: left;
}
.SPC{
	float: left;
}

#menu_lang {
	/* text-transform: uppercase; */
	float: right;
}

label {
	display: none;
}
legend {
	display: none;
}

fieldset {
	border:0px solid black;
	font-size: 11px;
}
select {
	font-size: 11px;
}


.tx-srlanguagemenu-pi1{
	float:right;
	margin-top: 5px;
	margin-right: 5px;
}

.arabic{
	direction: rtl;
	text-align: right;
	padding-right: 10px;
	font-size: 14px;
}

.large{
	font-size: 12px;
}

.banner{
	margin: 10px 0px 10px 0px;
}

.marginRight{
	margin-right: 60px;
}

.red{
	color: red;
}