/* basic styles */


div.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	background-color: #0077D0;
	padding: 0px;
	font-size: 20px;
	color: #FFFFFF;
}

body {
	/*height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;*/

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

	/*font-weight: normal;
	background-color: #FFFFFF;
	color: #000000;*/
	}

.center {
	margin-left: auto;
	margin-right: auto;
}



/* styles for outer table */
table#outermenu {
	border-collapse: collapse;
	border: 0px solid black;
	width: 100%;
}

#outermenu td {
	padding: 0px;
}
/* end styles for outer table */



/* styles for hover menu for the first level top menu buttons */
table#topmenu {
	border-collapse: collapse;
	border: 0px;
	width: 100%;
}

#topmenu td {
	background-color: #005FAA;
	color: #FFFFFF;
	text-align: center;
	padding: 14px;
	border: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 0.95em;
}

.cel_selected1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #123456;
	cursor: pointer;
	cursor: hand;
	background-image: url(../Images/topbutton.jpg);
	background-repeat: repeat-x;
}

.cel_unselected1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
/* end styles for hover for the first level top menu buttons */



/* styles for hover menu for the second level top menu buttons */
table#submenu {
	border-collapse: collapse;
	border: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 100%;
}

#submenu td {
	background-color: #0077D0;
	color: #FFFFFF;
	text-align: center;
	padding: 14px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-size: 0.9em;
}

.cel_selected2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: hand;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #005FAA;
	font-size: 0.9em;
}

.cel_unselected2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 0.9em;
}
/* end styles for hover menu for the second level top menu buttons */



/* styles for hover menu for the bottom menu links */
table#bottommenu {
	border-collapse: collapse;
	border: 0px;
	width: 100%;
}

#bottommenu td {
	background-color: #005FAA;
	text-align: center;
	padding: 14px;
	border: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 0.95em;
}

.cel_bottomselected {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	cursor: pointer;
	cursor: hand;
	text-decoration-line: underline;
}

.cel_bottomunselected {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	vertical-align: middle;
}

.cel_bottomhand {
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	cursor: hand;
}

#bottommenu td.cel_copyright {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: right;
	font-size: 0.75em;
}
/* end styles for hover for the first level top menu buttons */



.cel_free_version {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	vertical-align: middle;
	background-image: url(../Images/free_version1.png);
	background-repeat: no-repeat;
        background-size:410px 400px;
        width: 410px;
        height: 400px;
}

.cel_pay_version {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	vertical-align: middle;
	background-image: url(../Images/licensed_version1.png);
	background-repeat: no-repeat;
        background-size:410px 400px;
        width: 410px;
        height: 400px;
}