﻿.AdanLink { margin:0; text-align:center; vertical-align:middle; width:100%; /*background-color:#fff;*/ }

.AdanLink a { font-size:8px; font-weight:bold; font-family:Tahoma; line-height:20px; color:#333; }

.AdanLink a:hover { color:red; }

.Central { margin:0 auto; }

a { text-decoration:none; border:none; outline:none; }

img { border:none; outline:none; }

.BlackDiv { z-index:100; position:fixed; left:0; right:0; top:0; bottom:0; background:#000000 url(Images/BgBlackDiv.png) repeat;
            opacity:0.9; filter:alpha(opacity = 90); }

.BgImage,
.BgImageWhite,
.BgImageViolet { background-color:#333; position:absolute; z-index:1; top:0; right:0; bottom:0; left:0; opacity:0.6;
                 filter:alpha(opacity=60); }

.BgImageWhite { background-color:#fff; }

.BgImageViolet { background-color:#CC00CC; }

.BgImageMenu { background-color:#fff; position:absolute; z-index:1; top:0; right:0; bottom:0; left:0; opacity:0.8; filter:alpha(opacity=80); }

.Requred,
.RequredMultiLine { position:relative; color:Red; width:1px!important; margin-right:-4px; }

.RequredMultiLine { vertical-align:top; line-height:30px; }

.SmallText,
.MedText,
.LongText,
.MultiLineText,
.ToolbarText { background-color:#ffffff; padding:5px; border:solid 1px #BBB;
                 font-family:Tahoma; font-size:11px; font-weight:normal; color:#000000;
				 moz-border-radius:5px; webkit-border-radius:5px; -khtml-border-radius:5px; border-radius:5px;
				 behavior:url(ie-css3.htc); }

.SmallText,
.ToolbarText { width:150px; }

.MedText { width:300px; }

.LongText,
.MultiLineText { width:500px; }

.MultiLineText { height:150px; max-height:100px; }

.ToolbarText { padding:5px; margin-top:-1px; }

.SmallText:hover,
.MedText:hover,
.LongText:hover,
.MultiLineText:hover,
.ToolbarText:hover,
.SmallText:focus,
.MedText:focus,
.LongText:focus,
.MultiLineText:focus,
.ToolbarText:focus,
.TextWithButton:hover,
.TextWithButton:focus { background-color:#f3fafd; }

.TextWithButton { width:148px; color:#aaa; border:1px solid #BBB; border-left:none; margin:0; background-color:#fff; line-height:25px;
                  padding:0 5px; height:25px;
                   -webkit-border-top-right-radius:5px;  -moz-border-radius-topright:5px; border-top-right-radius:5px;
                   -webkit-border-bottom-right-radius:5px; -moz-border-radius-bottomright:5px; border-bottom-right-radius:5px; }

select.SmallText { width:162px; }
/*======================================================== Buttons Begin ==========================================================*/

.Btn { background-color:#ddd; margin:0 5px; padding:5px 20px; /*border:solid 1px #BBB;*/ border:none; font-weight:normal; cursor:pointer;
	   moz-border-radius:5px; webkit-border-radius:5px; -khtml-border-radius:5px; border-radius:5px; behavior:url(ie-css3.htc);
	   font-family:Tahoma; font-size:11px; color:#000000; }

.BtnInGrid { background-color:transparent!important; margin:0; padding:8px; border:none; font-weight:normal; cursor:pointer; }

.BtnAdminMin,
.BtnAdminMed { width:45px; display:inline-block; margin:0; padding:5px 20px 5px 10px; background-color:#f3f3f3!important; }

.BtnAdminMed { width:80px; }

.BtnAdminLogout { background-color:#FF6A6A!important; }

.btnHome { background:#ddd url(Images/Home.png) no-repeat right center; }
.btnNew { background:#ddd url(Images/New.png) no-repeat right center; }
.btnDelete { background:#ddd url(Images/Delete.png) no-repeat right center; }
.btnAdd { background:#ddd url(Images/Add.png) no-repeat right center; }
.btnCancel { background:#ddd url(Images/Cancel.png) no-repeat right center; }
.btnSave { background:#ddd url(Images/Save.png) no-repeat right center; }
.btnAccept { background:#ddd url(Images/Accept.png) no-repeat right center; }
.btnDown { background:#ddd url(Images/Down.png) no-repeat right center; }
.btnUp { background:#ddd url(Images/Up.png) no-repeat right center; }
.btnLogin { background:#ddd url(Images/Login.png) no-repeat right center; }
.btnLogout { background:#ddd url(Images/Logout.png) no-repeat right center; }
.btnSearch { background:#ddd url(Images/Search.png) no-repeat right center; }
.btnReload { background:#ddd url(Images/Reload.png) no-repeat right center; }
.btnBack { background:#ddd url(Images/Back.png) no-repeat right center; }
.btnNext { background:#ddd url(Images/Next.png) no-repeat right center; }
.btnPrev { background:#ddd url(Images/CarouselPrev.png) no-repeat 2px center; }
.btnForward,
.btnForwardBig { background:#ddd url(Images/CarouselForward.png) no-repeat 65px center; }
.btnForwardBig { background-position:85px center; }
.btnUpload { background:#ddd url(Images/Upload.png) no-repeat right center; }
.btnPrint { background:#ddd url(Images/Print.png) no-repeat right center; }
.btnPdf { background:#ddd url(Images/Pdf.png) no-repeat right center; }
.btnMail { background:#ddd url(Images/Mail.png) no-repeat right center; }
.btnUser { background:#ddd url(Images/User.png) no-repeat right center; }
.btnRed { background:#ddd url(Images/Red.png) no-repeat right center; }
.btnBlue { background:#ddd url(Images/Blue.png) no-repeat right center; }
.btnGreen { background:#ddd url(Images/Green.png) no-repeat right center; }
.btnYellow { background:#ddd url(Images/Yellow.png) no-repeat right center; }
.btnRegister { background:#ddd url(Images/Register.png) no-repeat right center; }
.btnEdit { background:#ddd url(Images/Edit.png) no-repeat right center; }

.Btn:hover,
.Btn:focus { background-color:#6593a4!important; }

.BtnAdminLogout:hover,
.BtnAdminLogout:focus { background-color:Red!important; }

.LeftBtn { float:left; }

.RightBtn { float:right; }

.btnInTextBox { background-color:#ddd; width:30px; border:1px solid #BBB; border-right:none; cursor:pointer; margin:0; height:27px;
                padding:0; position:absolute;
                -webkit-border-top-left-radius:5px; -moz-border-radius-topleft:5px; border-top-left-radius:5px;
                -ebkit-border-bottom-left-radius:5px; -moz-border-radius-bottomleft:5px; border-bottom-left-radius:5px; }
                      
.btnInTextBox:hover,
.btnInTextBox:focus { background-color:#6593a4!important; }

.btnSearchInTextBox { background:#ddd url(Images/Search.png) no-repeat center center; }
.btnAcceptInTextBox { background:#ddd url(Images/Accept.png) no-repeat center center; }

/*======================================================== Buttons End ==========================================================*/

.CheckBoxListDiv { width:300px; background-color:#FFFFFF; border:solid 1px #CCCCCC; padding:5px; margin-right:108px; margin-top:-18px; }

.CheckBoxListDiv2 { width:620px; background-color:#FFFFFF; border:solid 1px #CCCCCC; padding:5px; margin:-10px 115px 3px 0; }

.mCheckBoxListDiv { background-color:#FFFFFF; border:solid 1px #CCCCCC; padding:5px; margin:-15px 113px -12px 0; }

.DatePicker { width:150px; border:solid 1px #CCC; padding:5px; font-family:Tahoma; font-size:11px; cursor:pointer;
              moz-border-radius:5px; webkit-border-radius:5px; -khtml-border-radius:5px; border-radius:5px;
              background:#ffffff url('Images/Cal.png') no-repeat 5px center; }

.DatePicker:hover { background-color:#eeeeee; }

.shadow {
	-moz-box-shadow: 1px 1px 14px #000;
	-webkit-box-shadow: 1px 1px 14px #000;
	box-shadow: 1px 1px 14px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction= 135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.shadow2 {
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	box-shadow: 0px 0px 5px #ccc;
	border:1px solid #eee;
}

.shadow3 {
	-moz-box-shadow: 1px 1px 14px #000;
	-webkit-box-shadow: 1px 1px 14px #000;
	box-shadow: 1px 1px 14px #000;
}

.shadow4 { border:1px solid #eee; }

.PleaseWait { moz-border-radius:5px; webkit-border-radius:5px; -khtml-border-radius:5px; border-radius:5px; behavior:url(ie-css3.htc);
			  height:20px; width:120px; background:#fff url(Images/PleaseWait.gif) no-repeat center 5px;
			  padding:35px 10px 0 5px; border:2px dotted #f3fafd; color:#000; font-family:Tahoma; font-size:11px; direction:rtl;
			  position:fixed; top:50%; left:50%; margin-top:-27px; margin-left:-67px; z-index:80000; }
