/*canvas*/

* .canvas {
  max-width: 600px;
  margin: auto;
}


/* Header */


h1.logoBannerRegIS-sr {
    background: url("./images/banners/regISsve-sr.jpg") no-repeat scroll left top transparent;
}

h1.logoBannerRegIS-en {
    background: url("./images/banners/regISsve-en.jpg") no-repeat scroll left top transparent;
}

h1.logoBannerRegIS-sr, a.logoBannerRegIS-sr, h1.logoBannerRegIS-en, a.logoBannerRegIS-en{
    float: left;
    height: 75px;
    margin: 0 0 0 0;
    width: 389px;
}

/*-------------------------------------------        Center	-------------------------------------------*/

.searchRegIS {
	float:left;
	clear:left;
	text-align:left;
	width:95%;
	margin:11px 11px 0px 0px;
	color:#8b8b8b;
	font:16px/20px bgb,arial,tahoma;
}

.searchRegIS form {
	margin:0;
	padding:0;
}

.searchRegIS input.txt {
	border-top:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	color:#333;
	font:18px/22px bgb,arial,tahoma;
	vertical-align:middle;
	width:200px;
}

.searchRegIS input.go {
	cursor:pointer;
	width:19px;
	height:19px;
	border-top:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	background:transparent url('./images/basic/ico_magnifier.png') no-repeat center;
	font:18px/22px bgb,arial,tahoma;
	vertical-align:middle;	
}

.tableRegIS table {
    border-collapse: collapse;
}

.searchRegISheader {
	float:right;
	clear:left;
	text-align:center;
	width:105px;
	margin:0px 0px 0px 0px;
	color:#dbdbdb;
	font:14px/17px bgb,arial,tahoma;
}

.searchRegISheader form {
	margin:0;
	padding:0;
}

.searchRegISheader input.txt {
	border-top:1px solid #a5a5a5;
	border-right:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	color:#333;
	font:12px/19px bgb,arial,tahoma;
	vertical-align:middle;
}

.searchRegISheader input.go {
	cursor:pointer;
	width:19px;
	height:19px;
	border-top:1px solid #a5a5a5;
	border-right:1px solid #a5a5a5;
	border-bottom:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	background:transparent url('./regis/images/basic/ico_magnifier.png') no-repeat top left;
	font:12px/19px bgb,arial,tahoma;
	vertical-align:middle;	
}

.headerRegIS  {
	color: #4E6074;
	font:12px/16px bgb,arial,tahoma;
	text-align:center;
	background-color: #D5D9E3;
	border-bottom: 1px solid #9AA4AD;
	padding: 3px 2px 1px 1px;
}

.headerRegISOdd {
	color: #4E6074;
	font:14px/18px bgb,arial,tahoma;
    font-weight: bold;
	background-color: #F0F0F8;
	border-bottom: 1px solid #9AA4AD;
	padding: 3px;
}

.headerRegISEven  {
	color: #4E6074;
	font:14px/18px bgb,arial,tahoma;
    font-weight: bold;
	background-color: #E6E6F2;
	border-bottom: 1px solid #9AA4AD;
	padding: 3px;
}

.tHitListRegIS  {
    background-color: #F8F8FC;
    border-bottom: 1px solid #9AA4AD;
    padding: 3px;
    vertical-align: top;
}

.tRegISOdd {
	font:14px/26px bgb,arial,tahoma;
	background-color: #F5F5FA;
    border-bottom: 1px solid #9AA4AD;
    padding: 3px;
    vertical-align: top;
	text-align: left;
}

.tRegISEven {
	font:14px/26px bgb,arial,tahoma;
    background-color: #EAEAF6;
    border-bottom: 1px solid #9AA4AD;
    padding: 3px;
    vertical-align: top;
	text-align: left;
}

.tRegISOdd:hover {
	background-color: #FFFDFD;
}

.tRegISEven:hover {
	background-color: #FFF8FA;
}

table#hit_lista td, table#hit_lista th {
    border-bottom: 1px solid #9AA4AD;
}