body 
{
	direction : rtl;
	font-family: Tahoma, Arial;
	background-color: #bbb;
}

#page 
{
	/*border : 1px solid black;*/
	text-align: center;
	width:80%;
	/*background-color: #333333;*/
	font-size: 14px;
	/*margin-right: 10%;
	margin-left:10%;*/
	margin: auto;
	/*border-left: 1px solid #F7BE81;*/
	display: block;
	-webkit-box-shadow: 0 0 10px #fff;
	box-shadow: 0 0 10px #fff;
}

.logo_website
{
	background-image: url("../images/elwyn-logo2019.png");
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 471px 96px;
	height: 96px;
}

.webtitle {
	font-family: Tahoma, Arial;
	float: right;
	padding-right: 20px;
	padding-top: 40px;
	font-size: 34px;
	font-weight:bold;
	vertical-align: text-bottom;
}

#header {
	background-image: url("../images/header.gif");
	background: #58ACFA;
	background: -webkit-linear-gradient(#58ACFA,#084B8A);
	background: -o-linear-gradient(#58ACFA,#084B8A);
	background: -moz-linear-gradient(#58ACFA,#084B8A);
	background: linear-gradient(#58ACFA,#084B8A);
	text-align :right;
	width: 100%;
	height: 40px;
	display: block;
	font-size: 16px;
	color: #ffffff;
	/*text-shadow: -0.1em 0.1px #000;*/
	z-index: 9981;
}

#header a {
	color: #fff;
}

#headerMenu a 
{
    text-decoration: none;
}

#headerMenu :hover 
{
    text-decoration: none;
	text-shadow:none;
}

.menuItem
{
    padding-top: 10px;
    padding-right: 0px; 
    width: 13.2%;
    height: 30px;
    /* border-left: 1px solid #633201;
	border-right: 1px solid #ffffff;*/
    color: #fff;
	text-shadow: -0.1em 0.1px #000;
    float: right;
    text-decoration: none;
    text-align: center;
	font-weight:bold;
}

.headerMenu2 {
    background-image: url("../images/header.gif");
    text-align :right;
    width: 100%;
    height: 40px;
	display: block;
	font-size: 16px;
	color: #000000;
	text-shadow: -0.1em 0.1px #bbbbbb;
	z-index: 9982;
}

.headerMenu2 a 
{
    text-decoration: none;
}

.headerMenu2 :hover 
{
    text-decoration: none;
	text-shadow:none;
}

.menuItem2
{
    padding-top: 10px;
    padding-right: 0px; 
    width: 13.2%;
    height: 30px;
    /* border-left: 1px solid #633201;
	border-right: 1px solid #ffffff;*/
    color: #000000;
    float: right;
    text-decoration: none;
    text-align: center;
	font-weight:bold;
}

.subMenu, .content .subMenu
{
    border-bottom: 1px solid #8A2908;
    background-color: #ffffff;
    text-align: right;
    width: 170px;
    text-decoration: none;
    height: 23px;
	padding-top: 5px;
    padding-right: 10px;
    color: #000000;
	/*position:absolute;*/
	z-index: 9999;
	text-shadow: none;
	display: block;
}

.subMenu:hover, .content .subMenu:hover
{
	background-color: #8A2908;
	/*background-color: white;*/
	color: #ffffff;
	text-shadow:none;
	
}

a .subMenu
{
	color: #ffffff;
}

.menu_child 
{
    border: 1px solid #000000;
	position:absolute;
	z-index: 9990;
}

.menu_child a
{
	display: block;
}

.menu_child a:hover
{
	display: block;
	color: #ffffff;
}

.curr_menuItem 
{
    padding-top: 10px;
    padding-right: 0px; 
    width: 13.2%;
    height: 30px;
    /*border-left: 1px solid #888888;*/
    float: right;
    text-decoration: underline;
    text-align: center;
    color: #dddddd;
    /*background-image: url("../images/header_active.gif");*/
    font-weight:bold;
	text-shadow: -0.1em 0.1px #333333;
}

.a:link {text-decoration: none;}
.a:active {text-decoration: none;}
.a:visited {text-decoration: none}

.menuItem:hover
{
    /*background-image: url("../images/header_hover.gif");*/
    padding-top: 10px;
    padding-right: 0px; 
    /*width: 14.2%;*/
    height: 30px;
    /*border-left: 1px solid #000000;*/
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-weight:bold;
	text-shadow: 0.1em 0.1em black;
}

.menuItem:active 
{
    color:Yellow;
}

#middle {
	width: 100%;
	position: relative;
	background-color: #0B3861;
	color: #ffffff;
}

#middle:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#content 
{
	background-color: #ffffff;
	color: #000000;
	padding-top: 20px;
	padding-bottom: 100px;
	padding-right: 5px;
	margin-right: -5px;
	width: 79%;
	float: left;
	min-height: 410px;
	/*position:relative;
	border-left: 1px solid #444444;
	display: block;*/
	text-align: right;
	display: block;
	z-index: 9980;
}

#content a, #content a:visited, #content a:link {
	color: #c53505;
}

#content a:hover {
	color: #3c0f00;
}

#sidebar
{
	width: 20%;
	float: right;
	color: #ffffff;
	padding-top: 5px;
	padding-right: 5px;
	/*min-height: 500px;*/
	/*min-width: 200px;*/
	text-align: right;
	/*display: block;*/
	/*position: relative;*/
	/*position:relative;*/
	display: block;
}

#sidebar a, #sidebar a:visited
{
	color: #FFFD2E;
}

#sidebar a:hover
{
	color: #06a0d4;
}

#footer  {
	background-color: #58ACFA;
	color: #ffffff;
	text-align :right;
	width: 100%;
	height: 80px;
	display: block;
	float:left;
}

.tbl
{
    /*background-color: #8a989f;*/
    padding-right: 1px;
    border: 0px;
    width: 99%;
    margin-bottom: 2px;
    border-spacing: 0px;
}

.tbl tr {
	height: 40px;
}

.tbl tr:hover {
	background-color: #01A9DB;
}

.tbl .title
{
    /*background-color: #1e4559;*/
	background: #58ACFA;
	background: -webkit-linear-gradient(#58ACFA,#084B8A);
	background: -o-linear-gradient(#58ACFA,#084B8A);
	background: -moz-linear-gradient(#58ACFA,#084B8A);
	background: linear-gradient(#58ACFA,#084B8A);
    background-repeat:repeat-x;
	/*text-shadow: -0.1em 0.1px #000;*/
	color: #fff;
    height: 40px;
    font-weight:bold;
    padding-right: 10px;
}

.tbl td
{
    /*border: 1px solid #4c9dc5;*/
    padding-top: 3px;
    padding-bottom: 3px;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #555555;
    border-bottom: 1px solid #ffffff;
    padding-right: 5px;
    text-align: right;
    border-spacing: 0px;
    border-collapse: collapse;
}

.tbl img
{
	max-width: 200px;
	max-height: 150px;
}

.trBKG1 
{
    background-color: #E0ECF8;
    border-spacing: 0px;
}

.trBKG2 
{
    background-color: #58D3F7;
    border-spacing: 0px;
}

.btns td div {
	text-align:center;
	float:right;
	width:33%;
	cursor: pointer;
	cursor: hand;
}

.btns td div:hover {
	background-color: #0B173B;
	color: #fff;
}

#map-canvas, #gmap {
	width: 600px;
	height: 500px;
}

#headcode
{
	direction: ltr;
	text-align: left;
}

.loginpage {
	width: 99%;
}
.loginpage form {
	width: 49%;
	height: 100%;
	float: right;
	padding-right: 5px;
	dislay: block;
}

.loginpage #register{
	border-right: 1px solid #444444;
}

input[type="text"], textarea, input[type="password"], input[type="email"], input[type="tel"], input[type="number"] {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #E0ECF8;
	border: 1px solid #0B173B;
	padding: 3px;
	margin-bottom: 5px;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"]{
	min-height: 20px;
	height: 20px;
}

select {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #E0ECF8;
	border: 1px solid #0B173B;
	padding: 3px;
	margin-bottom: 5px;
	line-height: 1;
	min-width: 150px;
}

input[type="button"],input[type="submit"], button, input[type="file"] {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #000;
	border: 1px solid #444;
	background-color: #fff;
	min-height: 30px;
	min-width: 50px;
	padding: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

input[type="button"]:hover,input[type="submit"]:hover, button:hover, input[type="file"]:hover {
	background-color: #D3FBDE;
}

input[type="button"]:active,input[type="submit"]:active, button:active, input[type="file"]:active {
	position: relative;
	top: 1px;
}

input[type="button"]:disabled,input[type="submit"]:disabled, button:disabled, input[type="file"]:disabled {
	background-color: #ccc;
	color: #666;
}

.btnback, .btnnext, .navuserspage {
	display: inline-block;
}

.captcha {
	direction: ltr;
	display: inline-block;
	position: relative;
}

#recaptcha_challenge_field {
	padding-right: 3px;
	padding-left: 3px;
}

.imagechoose {
	margin-bottom: 5px;
}

.fileUploadDiv {
    position: relative;
    overflow: hidden;
	display: inline-block;
}

.fileUploadDiv span{
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #000;
	border: 1px solid #444;
	background-color: #fff;
	min-height: 20px;
	padding: 5px;
	display: inline-block;
	vertical-align: middle;
}

.fileUploadDiv input#attchmentDoc {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

#uploadFileName {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #8A4B08;
	padding: 5px;
	min-width: 70%;
	min-height: 20px;
	vertical-align: middle;
	margin-right: 4px;
}

.naviList 
{
    float:right;
    margin-left: 30px;
    margin-bottom: 2px;
}

.naviList .nextPage 
{
    background-color: #ffffff;
    background-image: url("../images/go-back.png");
    background-repeat:no-repeat;
    background-position:center;
    width: 46px;
    height: 46px;
    border: 1px solid #000000;
    float:left;
    margin-right: 10px;
}

.naviList .nextPage:hover
{
    background-image: url("../images/go-back.png");
    background-repeat:no-repeat;
    background-color:#b7e7ff;
    width: 46px;
    height: 46px;
    border: 1px solid #0B3861;
    float:left;
    margin-right: 10px;
}

.naviList .backPage 
{
    background-color: #ffffff;
    background-image: url("../images/go-next.png");
    background-repeat:no-repeat;
    background-position:center;
    width: 46px;
    height: 46px;
    border: 1px solid #000000;
    float:left;
}

.naviList .backPage:hover
{
    background-image: url("../images/go-next.png");
    background-repeat:no-repeat;
    background-color:#b7e7ff;
    width: 46px;
    height: 46px;
    border: 1px solid #0B3861;
    float:left;
}

.naviList #mnt, .naviList #year
{
	float:left;
	height: 46px;
}

#userfields {
	margin-top: 20px;
}

#userfields label {
	min-width: 200px;
	margin-left: 10px;
	display: inline-block;
}

#toggleBW, #toggleInv, #fontUp, #fontDown {
	margin-top: 5px;
	border: 2px solid white;
	padding: 1px;
	width: 25px;
	height: 25px;
	display: inline-block;
	text-align: center;
	margin-right: 3px;
}

#toggleBW:hover, #fontUp:hover, #fontDown:hover {
	border: 2px solid black;
	color: #000;
	background-color: #fff;
	cursor: pointer;
	cursor: hand;
}

#toggleInv:hover {
	border: 2px solid yellow;
	color: yellow;
	background-color: #000;
	cursor: pointer;
	cursor: hand;
}

input[type="radio"] {
	margin: 5px 20px 5px 2px;
	cursor: pointer;
	cursor: hand;
}

.lblrb {
	cursor: pointer;
	cursor: hand;
}
