﻿html {
    width: 100%;
    margin: 0;
    padding: 0;
    direction: ltr;
}
body {
    width: 100%;
    margin: 0; 
    padding: 0;
    background-image: url('/images/bkpattern.png');
    direction: ltr;
}

@font-face {
	font-family: 'RASAFont';
	src: url('/fonts/font.eot');                                    /* IE9 Compat Modes */
	src: url('/fonts/font.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('/fonts/font.woff') format('woff'),                    /* Modern Browsers */
	     url('/fonts/font.ttf')  format('truetype'),                /* Safari, Android, iOS */
	     url('/fonts/font.svg#svgFontName') format('svg');          /* Legacy iOS */
}
#dvSigninWindow {
    border: 1px solid #9999ff;
    padding: 8px;
    padding-right: 24px;
    background-color: #cde6ff;
    width: 262px;
    height: 400px;
    text-align: right;
    -moz-box-shadow: -1px 1px 1px rgba(0,0,0,.2);
    -webkit-box-shadow:0 2px 4px rgba(0,0,0,.2);
    box-shadow:0 2px 4px rgba(0,0,0,.2);    
}
#btSignin {
    font-family: RASAFont;
    font-size: 10pt;
    font-weight: Bold;
    text-align: center;
    vertical-align: middle;
    width: 112px;
    height: 35px;
    margin-right: -4px;
    background-color: #0066ff;
    color: #ffffff;
}
#btReturn {
    font-family: RASAFont;
    font-size: 10pt;
    font-weight: Bold;
    text-align: center;
    vertical-align: middle;
    width: 112px;
    height: 35px;
    margin-right: -4px;
    background-color: #ffd800;
    color: black;
}
#dvSignin {
    font-family: RASAFont;
    font-size: 10pt;
    color:#000000;
    text-align: right;
    width: 100%;
}
#dvIntroduce {
    font-family: RASAFont;
    font-size: 8pt;
    text-align: justify;
    width: 288px;
    line-height: 22px;
    direction: rtl;
}
#pnAppForm {
    font-family: RASAFont;
    font-size: 10pt;
    width: 90%;
    direction: rtl;
    margin: 5%;
    line-height: 32px;
}
.Register_Controls {
    font-family: RASAFont;
    font-size: 10pt;
    height:32px;
    width:220px;
    direction:rtl;
    border:1px solid silver;
    -moz-box-shadow: -1px 1px 1px rgba(0,0,0,.2);
    -webkit-box-shadow:0 2px 4px rgba(0,0,0,.2);
    box-shadow:0 2px 4px rgba(0,0,0,.2);
    border-top-left-radius: 3px 3px;
    border-top-right-radius: 3px 3px;
    border-bottom-left-radius: 3px 3px;
    border-bottom-right-radius: 3px 3px;
}
.Register_Buttons {
    font-family: RASAFont;
    font-size: 10pt;
}
.Password_Validation {
    font-family: RASAFont;
    font-size: 7pt;
    color: red;
}
.Description_Cell {
    font-family: RASAFont;
    font-size: 8pt;
    color: #009933;
    width: 100%;
    direction: rtl;
    text-align: right;
}
#dvHeader {
    width:100%; 
    height: 96px;
    border-bottom: 1px solid silver;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    background-color: whitesmoke;
}
a:link, a:hover, a:visited, a:focus {
    text-decoration: none;
    color: #0066FF;
}