body {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

	margin: 35px 0px 0px 0px;
	background: url(../images/body-rept.jpg) no-repeat fixed; 

	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, input, textarea {
	padding: 0px;
	margin: 0px;
}
.regform {
	height:500px;
	font-weight:bold;
	font-size:14px;

	
	}
.main {
	width: 918px;
	margin: 0px auto;
}
.page {
	width: 918px;
	float: left;
}
.header {
	background-image: url(../images/Logo_ImerTV.png);
	background-repeat: no-repeat;
	background-position: left;
	width: 500px;
	height: 200px;
	float: left;
}
.header h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 48px;
	line-height: 48px;
	color: #000000;
	margin-top: 87px;
	margin-left: 98px;
}
.topmenu {
	background-image: url(../images/menu-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	height: 52px;
	float: left;
}
.topmenu>ul {
	height: 47px;
	list-style-type: none;
}
.topmenu>ul li {
    height: 47px;
    float: left;
    padding-left: 10px;
    position: relative;
}
.topmenu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 47px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
}
.topmenu ul li a:hover {
	color: #00ab86;
}
.content {
	background-color: #FFFFFF;
	width: 918px;
	float: left;
	padding-bottom: 13px;
}
.left-panel {
	width: 90%;

	margin:20px;
}

.title {
	font-size: 24px;
	line-height: 100%;
	text-transform: uppercase;
	color: #000000;
}
ul.list1 {
	margin: 12px;
	list-style-type: none;
}
ul.list1 li {
	margin-bottom: 5px;
}
.subtitle {
	font-size: 18px;
	line-height: 100%;
	color: #000000;
}
.right-panel {
	background-color: #ebebeb;
	width: 236px;
	float: right;
	padding-top: 20px;
}
.right-row1 {
	clear: both;
	padding-left: 14px;
}
.green {
	font-size: 12px;
	font-weight: bold;
	color: #003300;
	margin-bottom: 5px;
}
.right-row2 {
	font-weight: bold;
	line-height: 150%;
	background-color: #d8d7d7;
	clear: both;
	padding-top: 29px;
	padding-left: 19px;
	padding-bottom: 57px;
}
.footer {
	line-height: 62px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 841px;
	height: 79px;
	float: left;
	padding: 0px 36px 0px 41px;
}
.footer p {
	font-size: 12px;
	color: #FFFFFF;
	float: left;
}
.footer ul {
	float: right;
	list-style-type: none;
}
.footer ul li {
	display: inline;
	padding-right: 11px;
	padding-left: 11px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.footer ul li a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.footer ul li a:hover {
	text-decoration: underline;
}
.footer-link {
	color:#ffffff; 
	text-decoration:none; 
}

/* button
---------------------------------------------- */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	vertical-align: baseline;
	margin:2px;
	outline: none;
	cursor: auto;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}


.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .9em;
	}
.medium_2
{	font-size: 12px;
	width:100px;
	height:10px;
	font-weight:bold;
	padding: .5em;
	}
.medium_3
{	font-size: 12px;
	width:150px;
	height:10px;
	font-weight:bold;
	padding: .5em;
	}	
.normal {
	font-size: 12px;
	padding: .3em;
}
.small {
	font-size: 12px;
	font-weight:bold;
	width:20px;
	height:20px;
	text-align:center;
	vertical-align:middle;
}
/* button
---------------------------------------------- */
/* orange */
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f71d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f71d1d));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f71d1d');
}
/* white */
.white {
	
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white_2 {
	
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');

}
.white_3 {
	border-radius:0;
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');

}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
/* gray */
.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
/* blue */
.blue {
	font-weight:bold;
	border-radius:0;
	border:0;
	color:#000;
	padding:10px;
	background: #FAAFBE;
	text-align:center;
}
.blue2 {font-weight:bold;
	border-radius:0;
	border:0;
	color:#000;
	background: #FAAFBE;
	text-align:center;
}

/* green */
.green {
	border-radius:0;
	border:0;
	color:#000;
	padding:10px;
	background: #E5E4E2;

}
.green2 {font-weight:bold;
	border-radius:0;
	border:0;
	color:#000;
background: #E5E4E2;

}
.green3 {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
/* red */
.red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}

 .ui-autocomplete {
    max-height: 200px !important;
	max-width: 444px !important;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
  }
    * html .ui-autocomplete {
	}
.my_numbering
{
	float:left;
	margin-top:-30px !important;
	border:1px solid black;
}
.topmenu ul li ul {
    position: absolute;
    left: -10px;
    display: none;
    background: #035167;
    list-style: none;
}

.topmenu ul li:hover ul {
    display: block;
}