html, body, div, dl, dt, dd, ul, ol, li, h1, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
        margin: 0;
        padding: 0;
    }
    media screen body {
        text-align: center;
        font-family: arial,sans-serif,sans;
        color: #404040;
        background: #F2F2F2;
        font-size: 12px;
    }
    td {
        padding:2px;
    }
    
    fieldset {
        border: 1px solid;
        padding: 10px;
        margin-bottom: 10px;
        display: block;
        border-color: #b5b8c8;
        overflow: hidden;
    }
    fieldset legend {
        font: bold 11px tahoma, arial, helvetica, sans-serif;
        color: #15428b;
    }

    .boldText {
        font-weight: bold;
    }
    .boldMaroonText {
        font-style: italic;
        color: rgb(34, 34, 34);
    }
input {
    font-size:11px;
    padding:2px;
   /* border:1px solid #eee; */
}
select {font-size:12px;}

body{
	
	margin:0px;
	padding:0px;
	/*text-align:center;*/
	color:#000;
	font-family:arial;
	font-size:0.8em;
}
body table{
	font-size:12px;
}
body img
{
	border:none;
}

body a
{
	color:#153b79;
}
body a:hover{
	color:#888;
}

body .clr
{
	clear:both;
	font-size:1px;
}
#wrapper{
	text-align:left;
	/*margin-left:auto;
	margin-right:auto;*/
	/*width:900px;*/
	position:relative;
	overflow: hidden;

    background:#69c9f6;
	/*width:expression(document.body.clientWidth < 780+110 ? "780px" :  document.body.clientWidth-110);*/
}
#header{
	margin-top:20px;
	height:100px;
	margin-left:35px;
    
}
#logo{
	float:left;
}
hr{
	display:none;
}
#header input{
	float:right;
	margin-top:30px;
	font-size:12px;
	color:#6c5937;
	padding:7px;
	border:0px;
	width:250px;
}
#leftpart{
	width:264px;
	float:left;
}
#leftmenu{
	padding:25px 0px 25px 30px;
	background:#fff;
}
#leftmenu ul li{
	display:block;
	list-style-type:none;
	overflow:hidden;
	padding-bottom:7px;
}
#leftmenu ul li span{
	display:block;
	padding-top:10px;
}
#leftmenu ul li a{
	font-size:1.4em;
	text-decoration:none;
}
#leftmenu ul li img{
	float:left;
	margin-right:7px;
}
#rightpart{ 
}
h2{
	font-size:1.2em;
	color:#fff;
	font-weight:normal;
	display:block;
	background:#153b79;
	padding:7px 0 6px 12px;
}
h2 a {
    color:#fff;
}
#content{
	/*margin-top:10px;*/
	background:#f3fafe;
	padding:25px;
	/*font-size: 1.2em;*/
}
#content .borderli{
	overflow:hidden;
	margin-bottom:25px;
	padding-bottom:20px;
}
#content .borderli.last{
	border-bottom:0px solid #d5d7d3;
	margin-bottom:0px;
	padding-bottom:0px;
}
#content .borderli .news{
	float:left;
	width:50%;
}
#content .borderli .news img{
	float:left;
	margin-right:15px;
}
#content .borderli .news p{
	overflow:hidden;
	display: block;
}


#contentPrint{
	/*margin-top:10px;*/
	background:#f3fafe;
	padding:0px;
	/*font-size: 1.2em;*/
}
#contentPrint .borderli{
	overflow:hidden;
	margin-bottom:25px;
	padding-bottom:20px;
}
#contentPrint .borderli.last{
	border-bottom:0px solid #d5d7d3;
	margin-bottom:0px;
	padding-bottom:0px;
}
#contentPrint .borderli .news{
	float:left;
	width:50%;
}
#contentPrint .borderli .news img{
	float:left;
	margin-right:15px;
}
#contentPrint .borderli .news p{
	overflow:hidden;
	display: block;
}


#contentBase{
	/*margin-top:10px;*/
	background:#f3fafe;
	padding:0px;
	/*font-size: 1.2em;*/
}
#contentBase .borderli{
	overflow:hidden;
	margin-bottom:25px;
	padding-bottom:20px;
}
#contentBase .borderli.last{
	border-bottom:0px solid #d5d7d3;
	margin-bottom:0px;
	padding-bottom:0px;
}
#contentBase .borderli .news{
	float:left;
	width:50%;
}
#contentBase .borderli .news img{
	float:left;
	margin-right:15px;
}
#contentBase .borderli .news p{
	overflow:hidden;
	display: block;
}


#contentCixaris{
	/*margin-top:10px;*/
	background:#f3fafe;
	padding:25px;
	/*font-size: 1.2em;*/
}
#contentCixaris .borderli{
	overflow:hidden;
	margin-bottom:25px;
	padding-bottom:20px;
}
#contentCixaris .borderli.last{
	border-bottom:0px solid #d5d7d3;
	margin-bottom:0px;
	padding-bottom:0px;
}
#contentCixaris .borderli .news{
	float:left;
	width:50%;
}
#contentCixaris .borderli .news img{
	float:left;
	margin-right:15px;
}
#contentCixaris .borderli .news p{
	overflow:hidden;
	display: block;
}



#footer{
	background:#153b79;
	font-size:0.9em;
	color:#fff;
	padding-top:10px;
    /*width:865px;*/
    padding-left:35px;
}
table.blank{
    border:0;
}
table.blank td {
    padding:0;
    margin:0;
}

.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:arial;
	font-size:11px;
	padding:3px 5px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}
.button:active {
position:relative;
top:1px;
}

.errorbox{background:#f4dddd; color:#d60000; font-size:11px; padding:10px  5px; border-radius:3px;}
.errorbox ul li{
	list-style-type: disc;
	padding: 0;
	margin:0;
	padding-left: 5px;
	list-style-position: inside;
}

input.error{
	border-color: #d60000;
}
select.error{
	border-color: #d60000;
    border-width:1px;
}


#PopupBlockerNotify {
    color:red;
    font-weight:bold;

}


#ResultTable{
	border-collapse: collapse;
	width:75%;
}
#ResultTable td{
	border:1px solid #b5b8c8;
}
#ResultTable th{
	border:1px solid #b5b8c8;
	padding-right:20px;
}

#ResultTable thead tr{
    font-weight: bold; 
}

 

.fieldsetcls {
    border: 1px solid;
    padding: 10px;
    margin-bottom: 10px;
    display: block;
    border-color: #b5b8c8;
    overflow: hidden;
    min-width: 600px;
    max-width: 900px;
}

.infobox{background:#69c9f6; color:#153b79; font-size:14px; padding:5px  5px; margin-bottom:10px; border-radius:2px;}

.resultheader {
    color:#153b79; font-size:14px;
}

.infobox ul li{
	list-style-type: disc;
	padding: 0;
	margin:0;
	padding-left: 5px;
    padding-bottom: 5px;
	list-style-position: inside;
}


.mybtn {
 width:40px;
 text-align:center;
 font-size:12px;
}

.table {
    border-collapse: collapse !important;
}
.table td,
.table th {
  background-color: transparent !important;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #ddd !important;
}
 

.table {
  /*width: 100%;*/
  max-width: 100%;
  margin-top:5px;
  margin-bottom: 10px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: transparent;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}


@media print {
  #printpage   {
    display:none;
  }

    #section-to-print {
     left:5px;
     top:10px; 
    }

}

