body  {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Helvetica,Tahoma,Verdana, Sans-Serif;
	font-size: 13px;
	text-align: justify;
	color: #000000;
}
img {
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
td {
	vertical-align: top;
}
a {
	color: #000000;
}
a:hover {
	color: #FF6600;
}
.sepHref{
	margin: 0px 5px 0px 5px;
}
#test {
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	color: #FF0000;
	font-size: 20px;
	font-weight: bold;
	z-index: 10000;
	background: #FFFFFF;
	border:3px solid #FF0000;
}
.fontSize11 {
	font-size: 11px;
}
.head2UserView {
	display: block;
}
.head2Print {
	display: none;
}
#report{
background: none #EBEBEB !important;
background-color: #EBEBEB;
}
#report ul.report-entries {
border:1px solid #F7F7F7;
border-bottom:1px solid #DDD;
border-right:1px solid #DDD;
list-style-type:none;
margin:0;
padding:0;
}
#report ul.report-entries li {
border-top:1px solid #FAFAFA;
border-bottom:1px solid #DDD;
padding:5px 10px;
}
#report ul.report-entries li h4 {
color:#1860a7;
font-size:14px;
margin:5px 0 0;
padding:0;
}
#report ul.report-entries li h3 {
width: 840px;
}
#report ul.report-entries li h4 em {
font-weight:400;
font-style:normal;
}
#report ul.report-entries li p.info {
font-size:12px;
margin:5px 0;
}
#report ul.report-entries li p.info a {
font-weight:400;
text-decoration:none;
color:#555;
}
#report ul.report-entries li p.info a:hover {
color:#000;
text-decoration:underline;
}
#report ul.report-entries li p.description {
color:#333;
margin:10px 0 5px;
}
#report ul.report-entries li.report-entry-warnings h4 {
color:#C90;
}
#report ul.report-entries li.report-entry-informations h4 {
color:#48a1be;
}
#report ul.report-entries li:hover {
background-color:#F1F1F1;
}
#submitDiploma{
  width: 64px;
  height: 64px;
  border: 0px;
  background: url('../framework/diploma.png') no-repeat;
}
#go2AO{
    padding: 10px !important;
    background-color: #F0F0F0 !important;
    border: 1px solid #ccc !important;
    color: #FF6600 !important;
    font-size: 12px !important;
    width:240px;
    text-align: center;
    font-weight: bold !important;
    text-decoration: none !important;
    border-radius: 8px !important;
    position: relative    !important;
    margin-top: 20px;
    margin-left: 50px;
    display: block;
}
.eventShowTextAll p img{
	margin: 5px;
	padding: 5px;
	border: 1px solid #ccc;
}
 
.finansialTables{ text-align: center;}
.finansialTables td{
	border:1px solid #CCC;
}
.in{ width: 50px; background-color:#CCC; float: left; padding: 5px; min-height:15px}
.out{width: 50px; background-color:#FF6600; float: right; padding: 5px; min-height:15px}
.no{display: none;}
input[readonly="readonly"]
{
    background-color:#ececec;
}
sub{ line-height:1px;}

.greyImage{
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%);
}