﻿/*[User]*/
.UserControl .UserMenu { list-style: none; }
.UserControl .UserMenu li, .UserControl .UserMenu li A { position: relative; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.UserControl .UserMenu li {background:#EEE;}
.UserControl .UserMenu li.EditInfo A   { background-image:  url(../images/icons/Personal/me.png) }
.UserControl .UserMenu li.Edit A       { background-image:  url(../images/icons/Personal/EditInfo.png)}
.UserControl .UserMenu li.Pass A       { background-image:  url(../images/icons/Personal/key.png)    }
.UserControl .UserMenu li.History A    { background-image:  url(../images/icons/Personal/history.png)}
.UserControl .UserMenu li.Group A      { background-image:  url(../images/icons/Personal/group.png)  }
.UserControl .UserMenu li.Signout A    { background-image:  url(../images/icons/Personal/logout.png) }
.rtl .UserControl .UserMenu li A       { background-position: 98% center;background-repeat:no-repeat; }
.ltr .UserControl .UserMenu li A       { background-position: 5px center;background-repeat:no-repeat; }
.rtl .UserControl .UserMenu li A       { display: block; height: 100%; color: inherit; padding: 2px 25px 3px 3px; margin-bottom: 1px; }
.rtl .UserControl .UserMenu li:hover A { padding-right: 35px; }
.ltr .UserControl .UserMenu li A       { display: block; height: 100%; color: inherit; padding: 2px 3px 3px 25px; margin-bottom: 1px; }
.ltr .UserControl .UserMenu li:hover A { padding-left: 35px; }

/*[Captcha]*/
#captcha_sortable    { list-style: none; width: 140px; margin: 0 auto !important; display:block; }
#captcha_sortable li {float: left;width: 40px;height: 40px;margin: 1px;text-align: center;cursor: pointer;font: 20px/40px Arial;color: rgb(51, 51, 51);text-align: center;text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);vertical-align: middle;cursor: pointer;background-color: rgb(245, 245, 245);background-image: linear-gradient(to bottom, rgb(255, 255, 255), rgb(230, 230, 230));background-repeat: repeat-x;border-width: 1px;border-style: solid;-moz-border-top-colors: none;-moz-border-right-colors: none;-moz-border-bottom-colors: none;-moz-border-left-colors: none;border-image: none;border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgb(179, 179, 179);border-radius: 4px 4px 4px 4px;box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);}
#captcha_sortable li:hover, #captcha_sortable li:focus {text-decoration: none;background-position: 0px -15px;transition: background-position 0.1s linear 0s;}
#captcha_sortable li:hover {color: rgb(51, 51, 51);background-color: rgb(230, 230, 230);}
#captcha_sortable:after {content:'.';clear:both; display:block; visibility:hidden;}

/*[Page]*/
.TitlePage  { margin-bottom: 15px; display: block; font: 18px 'B yekan','Yekan', Arial; color: #333; -webkit-text-shadow: 0 1px 3px #CCC; text-shadow: 0 1px 3px #CCC; }
.SignUpPage { }
.LoginPage  { }
.ContactPage{ margin-top: 10px; }
.NewPasswordPage { margin-top: 10px; }
.ChangePasswordPage { }
.RolsPage { }
.FutherInfoPage { }
.UpdateUserInfoPage { }
.ReportViewer { margin: 5px; font-family:'B Yekan', 'Yekan';}

/*[SendFriendPage]*/
.SendFriendPage {background:#FFF; position:absolute; width:100%; height:100%;}
.SendFriendPage .SFPW  {margin:10px;}
.SendFriendPage .SFPW textarea {width:302px !important;min-width:302px;max-width:302px;min-height:65px !important;height:65px !important;}

/*[TrackHistoryPage]*/
.TrackHistoryPage { }
.TrackHistoryPage td,.TrackHistoryPage tr {border:none !important;}
.rtl .TrackHistoryPage .Grid            { border: none !important; text-align: right !important; }
.ltr .TrackHistoryPage .Grid            { border: none !important; text-align: left !important; }
.TrackHistoryPage .Grid .SmallColored   { color: red; }
.TrackHistoryPage .Grid td              { padding: 4px; }
.TrackHistoryPage .Grid td td           { -moz-transition: background 0.4s ease; -o-transition: background 0.4s ease; -webkit-transition: background 0.4s ease; transition: background 0.4s ease; }
.TrackHistoryPage .Grid td td:hover     { background: #F1F1F1; border-radius: 3px; }
.TrackHistoryPage .Grid .StrongNum      { direction: ltr; }

/*[PersonalPage]*/
.PersonalPage { }
.PersonalPage .HeaderPersonal   { margin-bottom: 5px; display: block; font: 16px 'B yekan','Yekan', Arial; color: #333; -webkit-text-shadow: 0 0 3px #BBB; text-shadow: 0 0 3px #BBB; }
.PersonalPage ul                { margin: 0 !important; }
.PersonalPage ul li             { list-style: none; background: #F1F1F1; margin-bottom: 3px; padding: 4px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
.PersonalPage ul li:hover       { background: #DDD; }
.PersonalPage ul li A           { display: block; height: 100%; }
.PersonalPage ul li img         { position: relative; top: 3px; }

/*[SITEMAP]*/
.SiteMapPage { }
.SiteMapPage td             { padding: 1px; width: 33%; vertical-align: bottom; border:none !important; }
.SiteMapPage .item-a span   { display: block; padding: 0px 5px 3px 5px; border-bottom: 1px solid #CCC; }
.SiteMapPage .Desc          { font-size: 12px; font-family: Tahoma; color: red; }
.SiteMapPage .SecTitle      { text-shadow: 1px 1px 1px #CCC; display: inline-block; position: relative; top: -2px; }
.SiteMapPage td br          { display: none; }
.SiteMapPage td span a      { line-height:25px; display: block; margin: 0px; padding: 1px 3px;  position: relative;background-color: #EEE;background-repeat: repeat-x;}
.SiteMapPage td span a:hover{ background: #D9D9D9; }
.SiteMapPage td span img    { max-width: 24px; margin: 0 3px; position: relative; top: 5px; }
.SiteMap td                 {border:none;padding:0;}

/*[CommentPage]*/
.CommentPageWrapper { direction: rtl; background: #F1F1F1; position: absolute; width: 90%; height: 100%; }
.CommentPage { margin: 25px; }
.CommentPage input[type="text"] { border: 1px solid #BBB; background: #F9F9F9; padding: 2px; height: 20px; width: 425px; }
.CommentPage textarea       { border: 1px solid #BBB; background: #F9F9F9; padding: 2px; min-width: 425px; max-width: 425px; width: 425px; min-height: 150px; max-height: 150px; height: 150px; }
.CommentPage .LabelForms    { display: block; }
.CommentPage .ItemForms     { margin-bottom: 5px; }
.CommentPage input[type="text"]:hover, .CommentPage textarea:hover { background: #F5F5F5; border-color: #AAA; }
.CommentPage input[type="text"]:focus, .CommentPage textarea:focus { background: #F5F5F5; -moz-box-shadow: inset 0 0 3px #BBB; -webkit-box-shadow: inset 0 0 3px #BBB; box-shadow: inset 0 0 3px #BBB; }
.ItemComment { background: #FFF; margin-bottom: 7px; border: 1px solid #CCC; -moz-box-shadow: 0 1px 3px #CCC; -webkit-box-shadow: 0 1px 3px #CCC; box-shadow: 0 1px 3px #CCC; padding: 7px; min-width:415px; }
.ItemComment .HeaderComment { background: #F4F4F4; height: 25px; padding: 0 7px; -webkit-text-shadow: 0 1px 2px #AAA; text-shadow: 0 1px 2px #AAA; font: 13.2px/25px 'B yekan','Yekan',tahoma; }
.ItemComment .BodyComment   { text-align: justify; }
.ItemComment .ManageComment { text-align: left; }

/*[ResultSearchPage]*/
.ResultSearchPage { }
.ResultSearchPage h2 {font-size:18px;}
.ResultSearchPage .ItemResult       { padding:5px 0; margin-bottom:5px; text-align:justify; }
.ResultSearchPage .HeaderItemResult { background:#F1F1F1; height:30px; line-height:30px; padding:0 3px; }
.ResultSearchPage .HeaderItemResult img { margin:0 3px; position:relative; top:4px; }
.ResultSearchPage .ResultCategory   { padding:3px; margin: 2px 0; }
.ResultSearchPage .MainSearchBox    { margin-bottom:4px; text-align:center; padding:10px 0 10px 0; }
.ResultSearchPage .MainSearchBox span { position:relative; display:inline-block; }
.ResultSearchPage .SelectedWord     { background:gold; }

/*[Grid]*/
.Grid           { width: 100%; margin-bottom: 15px;}
.Grid .even     { background: #EEE; color:#000;}
.Grid .odd      { background: #FFF; color:#000;}
.Grid .Head td  { background: #BBB; color:#FFF; height: 30px; border-color:#AAA;}

/*[Button]*/
.Btn { display: inline-block;*display: inline; padding: 4px 12px; margin-bottom: 3px; *margin-left: .3em; font-size: 13px; line-height: 20px; color: #333333; text-align: center; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); vertical-align: middle; cursor: pointer; background-color: #f5f5f5; *background-color: #e6e6e6; background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); background-image: linear-gradient(to bottom, #ffffff, #e6e6e6); background-repeat: repeat-x; border: 1px solid #cccccc; *border: 0; border-color: #e6e6e6 #e6e6e6 #bfbfbf; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); border-bottom-color: #b3b3b3; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); *zoom: 1; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); } .Btn:hover, .Btn:focus, .Btn:active, .Btn.Active, .Btn.Disabled, .Btn[disabled] { color: #333333; background-color: #e6e6e6; *background-color: #d9d9d9; } .Btn:active, .Btn.Active { background-color: #DDD; } .rtl .Btn:first-child { *margin-right: 0; } .ltr .Btn:first-child { *margin-left: 0; } .Btn:hover, .Btn:focus { text-decoration: none; background-position: 0 -15px; -webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear; transition: background-position 0.1s linear; } .Btn:focus { outline: none; } .Btn.Active, .Btn:active { background-image: none; outline: 0; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); } .Btn.Disabled, .Btn[disabled] { cursor: default; background-image: none; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } /******/ .Btn-Large { padding: 0 19px; font-size: 18px !important; line-height: 40px !important; height: 40px !important; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; } .Btn-Small { padding: 0px 10px; font-size: 12px !important; line-height: 30px !important; height: 30px !important; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .Btn-Mini { padding: 0 6px; font-size: 13px !important; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .Btn-Block { display: block; width: 100%; padding-right: 0; padding-left: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .Btn-Block + .Btn-Block { margin-top: 5px; } input[type="submit"].Btn-Block, input[type="reset"].Btn-Block, input[type="button"].Btn-Block { width: 100%; } /******/ .Btn-Yellow.Active, .Btn-Red.Active, .Btn-Green.Active, .Btn-Blue.Active, .Btn-Black.Active, /*Old Compatible*/ .BtnYellow.Active, .BtnRed.Active, .BtnGreen.Active, .BtnBlue.Active, .BtnBlack.Active { color: rgba(255, 255, 255, 0.75); } .Btn-Yellow, .BtnYellow { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #faa732; *background-color: #f89406; background-image: -moz-linear-gradient(top, #fbb450, #f89406); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406)); background-image: -webkit-linear-gradient(top, #fbb450, #f89406); background-image: -o-linear-gradient(top, #fbb450, #f89406); background-image: linear-gradient(to bottom, #fbb450, #f89406); background-repeat: repeat-x; border-color: #f89406 #f89406 #ad6704; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); } .Btn-Yellow:hover, .Btn-Yellow:focus, .Btn-Yellow:active, .Btn-Yellow.Active, .Btn-Yellow.Disabled, .Btn-Yellow[disabled], /*Old Compatible*/ .BtnYellow:hover, .BtnYellow:focus, .BtnYellow:active, .BtnYellow.Active, .BtnYellow.Disabled, .BtnYellow[disabled] { color: #ffffff; background-color: #f89406; *background-color: #df8505; } .Btn-Yellow:active, .Btn-Yellow.Active, /*Old Compatible*/ .BtnYellow:active, .BtnYellow.Active { background-color: #c67605; } .Btn-Red, .BtnRed { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #da4f49; *background-color: #bd362f; background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f)); background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f); background-image: -o-linear-gradient(top, #ee5f5b, #bd362f); background-image: linear-gradient(to bottom, #ee5f5b, #bd362f); background-repeat: repeat-x; border-color: #bd362f #bd362f #802420; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); } .Btn-Red:hover, .Btn-Red:focus, .Btn-Red:active, .Btn-Red.Active, .Btn-Red.Disabled, .Btn-Red[disabled], /*Old Compatible*/ .BtnRed:hover, .BtnRed:focus, .BtnRed:active, .BtnRed.Active, .BtnRed.Disabled, .BtnRed[disabled] { color: #ffffff; background-color: #bd362f; *background-color: #a9302a; } .Btn-Red:active, .Btn-Red.Active, /*Old Compatible*/ .BtnRed:active, .BtnRed.Active { background-color: #942a25; } .Btn-Green, .BtnGreen { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #5bb75b; *background-color: #51a351; background-image: -moz-linear-gradient(top, #62c462, #51a351); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351)); background-image: -webkit-linear-gradient(top, #62c462, #51a351); background-image: -o-linear-gradient(top, #62c462, #51a351); background-image: linear-gradient(to bottom, #62c462, #51a351); background-repeat: repeat-x; border-color: #51a351 #51a351 #387038; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); } .Btn-Green:hover, .Btn-Green:focus, .Btn-Green:active, .Btn-Green.Active, .Btn-Green.Disabled, .Btn-Green[disabled], /*Old Compatible*/ .BtnGreen:hover, .BtnGreen:focus, .BtnGreen:active, .BtnGreen.Active, .BtnGreen.Disabled, .BtnGreen[disabled] { color: #ffffff; background-color: #51a351; *background-color: #499249; } .Btn-Green:active, .Btn-Green.Active, /*Old Compatible*/ .BtnGreen:active, .BtnGreen.Active { background-color: #408140; } .Btn-Blue, .BtnBlue { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #49afcd; *background-color: #2f96b4; background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4)); background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4); background-image: -o-linear-gradient(top, #5bc0de, #2f96b4); background-image: linear-gradient(to bottom, #5bc0de, #2f96b4); background-repeat: repeat-x; border-color: #2f96b4 #2f96b4 #1f6377; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); } .Btn-Blue:hover, .Btn-Blue:focus, .Btn-Blue:active, .Btn-Blue.Active, .Btn-Blue.Disabled, .Btn-Blue[disabled], /*Old Compatible*/ .BtnBlue:hover, .BtnBlue:focus, .BtnBlue:active, .BtnBlue.Active, .BtnBlue.Disabled, .BtnBlue[disabled] { color: #ffffff; background-color: #2f96b4; *background-color: #2a85a0; } .Btn-Blue:active, .Btn-Blue.Active, /*Old Compatible*/ .BtnBlue:active, .BtnBlue.Active { background-color: #24748c; } .Btn-Black, .BtnBlack { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #363636; *background-color: #222222; background-image: -moz-linear-gradient(top, #444444, #222222); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222)); background-image: -webkit-linear-gradient(top, #444444, #222222); background-image: -o-linear-gradient(top, #444444, #222222); background-image: linear-gradient(to bottom, #444444, #222222); background-repeat: repeat-x; border-color: #222222 #222222 #000000; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); } .Btn-Black:hover, .Btn-Black:focus, .Btn-Black:active, .Btn-Black.Active, .Btn-Black.Disabled, .Btn-Black[disabled], /*Old Compatible*/ .BtnBlack:hover, .BtnBlack:focus, .BtnBlack:active, .BtnBlack.Active, .BtnBlack.Disabled, .BtnBlack[disabled] { color: #ffffff; background-color: #222222; *background-color: #151515; } .Btn-Black:active, .Btn-Black.Active, /*Old Compatible*/ .Btn-Black:active, .Btn-Black.Active { background-color: #080808; } button.Btn, input[type="submit"].Btn { *padding-top: 3px; *padding-bottom: 3px; } button.Btn::-moz-focus-inner, input[type="submit"].Btn::-moz-focus-inner { padding: 0; border: 0; } button.Btn.Btn-Large, input[type="submit"].Btn.Btn-Large { *padding-top: 7px; *padding-bottom: 7px; } button.Btn.Btn-Small, input[type="submit"].Btn.Btn-Small { *padding-top: 3px; *padding-bottom: 3px; } button.Btn.Btn-Mini, input[type="submit"].Btn.Btn-Mini { *padding-top: 1px; *padding-bottom: 1px; } A.Btn { color: #333; } A.BtnYellow, A.BtnRed, A.BtnGreen, A.BtnBlue, A.BtnBlack, /*Old Compatible*/ A.Btn-Yellow, A.Btn-Red, A.Btn-Green, A.Btn-Blue, A.Btn-Black { color: #FFF !important; } 

/*[Forms]*/
.Validate   { padding: 3px; }
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] { height: 20px; width: 180px; padding: 4px 4px; margin-bottom: 5px; font-size: 13px; line-height: 20px; color: #444444; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; vertical-align: middle; }
textarea { height: auto; width: 70%; max-width: 97.5%; min-height: 22px; }
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] { background-color: #ffffff; border: 1px solid #cccccc; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);  -webkit-transition: border linear .2s, box-shadow linear .2s; -moz-transition: border linear .2s, box-shadow linear .2s; -o-transition: border linear .2s, box-shadow linear .2s; transition: border linear .2s, box-shadow linear .2s;}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus { border-color: rgba(82, 168, 236, 0.8); outline: 0 !important; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6); }
input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] { width: auto; font-size: 13px; }
select { width: 190px; height: 30px; border: 1px solid #cccccc; background-color: #ffffff; }
select[multiple], select[size] { height: auto; }
select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: none; }
.Item-Form, .ItemForms      {margin-bottom: 3px;}
.Item-Form .Label, .ItemForms .LabelForms {display: inline-block; min-width: 25%;}
/*fix color picker bugs*/ .colorpicker input[type="text"], .colorpicker input[type="text"]:focus {border: none !important;width: auto !important;background: none !important;padding: 0 !important;line-height: 20px !important;font-size: 10px;margin: 0 !important;-moz-box-shadow: none !important;-webkit-box-shadow: none !important;box-shadow: none !important;-moz-transition: none !important;-o-transition: none !important;-webkit-transition: none !important;transition: none !important;vertical-align:text-top;color:#FFF !important;position:relative;top:1px;left:7px;}

/*[Information Box]*/
.InformationBox, .Color-Box { display:block; padding: 8px; margin-bottom: 10px; border: 1px solid #AAA; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.InformationBox .HeadBox, .Color-Box .Title-Box { padding: 5px 10px; font-size: 18px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; cursor: pointer; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }
.InfoBox, .Information-Box { background-color: #d9edf7; border-color: #a7d9e4; color: #3a87ad; }
.WarningBox, .Wraning-Box { background-color: #f6ecb9; border-color: #eacc93; color: #b66d00; }
.FailureBox, .Danger-Box { background: #eec5c5; border-color: #e59797; color: #bb2c2c; }
.SuccessBox, .Success-Box { background: #b4e99f; border-color: #97d365; color: #258001; }

/*[TreeView]*/
.treeview, .treeview ul, .treeview-rtl, .treeview-ltr, .treeview-rtl ul, .treeview-ltr ul { list-style:none; margin:0; padding:0 }
.treeview ul, .treeview-rtl ul, .treeview-ltr ul { margin:4px 0 0!important }
.treeview .hitarea, .treeview-ltr .hitarea { background:url(../images/Links/treeview-default.gif) -64px -25px no-repeat; height:16px; width:16px; margin-left:-16px; float:left; cursor:pointer }
.treeview-rtl .hitarea { background:url(../images/Links/treeview-default-rtl.gif) -64px -25px no-repeat; height:16px; width:16px; margin-right:-16px; float:right; cursor:pointer; position:relative; top:4px }
.hitarea { display:inline; float:none }
.treeview li, .treeview-rtl li, .treeview-ltr li { background:url(../images/Links/treeview-default-line.gif) 0 0 no-repeat; margin:0; padding:3px 0 3px 16px }
.treeview-rtl li { background:url(../images/Links/treeview-default-line-rtl.gif) right 0 no-repeat; margin:0; padding:3px 16pt 3px 0 }
.treeview a.selected, .treeview-rtl a.selected, .treeview-ltr a.selected { background-color:#eee }
#treecontrol { display:none; margin:1em 0 }
.treeview .hover, .treeview-rtl .hover, .treeview-ltr .hover {cursor:pointer; color:inherit; }
.treeview li.collapsable, .treeview li.expandable, .treeview-rtl li.collapsable, .treeview-rtl li.expandable, .treeview-ltr li.collapsable, .treeview-ltr li.expandable { background-position:0 -176px }
.treeview-rtl li.collapsable, .treeview-rtl li.expandable { background-position:right -170px }
.treeview .expandable-hitarea, .treeview-rtl .expandable-hitarea, .treeview-ltr .expandable-hitarea { background-position:-80px -3px }
.treeview-rtl .expandable-hitarea { background-position:right -3px }
.treeview li.last, .treeview-rtl li.last, .treeview-ltr li.last { background-position:0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable, .treeview-ltr li.lastCollapsable, .treeview-ltr li.lastExpandable { background-image:url(../images/Links/treeview-default.gif) }

.treeview li.lastCollapsable, .treeview-ltr li.lastCollapsable { background-position:0 -111px }
.treeview li.lastExpandable, .treeview-ltr li.lastExpandable { background-position:-32px -67px }
.treeview-rtl li.firstCollapsable, .treeview-rtl li.firstExpandable { background-position:right -179px }
.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea, .treeview-ltr div.lastCollapsable-hitarea, .treeview-ltr div.lastExpandable-hitarea { background-position:0 0 }
.treeview-rtl div.lastCollapsable-hitarea { background-position:-14px -92px }
.treeview-rtl div.lastExpandable-hitarea { background-position:-47px -48px }
.treeview-red li { background-image:url(../images/Links/treeview-red-line.gif) }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image:url(../images/Links/treeview-red.gif) }
.treeview-black li { background-image:url(../images/Links/treeview-black-line.gif) }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image:url(../images/Links/treeview-black.gif) }
.treeview-gray li { background-image:url(../images/Links/treeview-gray-line.gif) }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image:url(../images/Links/treeview-gray.gif) }
.treeview-famfamfam li { background-image:url(../images/Links/treeview-famfamfam-line.gif) }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image:url(../images/Links/treeview-famfamfam.gif) }
.treeview .placeholder, .treeview-rtl .placeholder, .treeview-ltr .placeholder { background:url(../images/Links/ajax-loader.gif) 0 0 no-repeat; height:16px; width:16px; display:block }
.filetree li { padding:3px 0 2px 16px }
.filetree span.folder, .filetree span.file { display:block; padding:1px 0 1px 16px }
.filetree span.folder { background:url(../images/Links/folder.gif) 0 0 no-repeat }
.filetree li.expandable span.folder { background:url(../images/Links/folder-closed.gif) 0 0 no-repeat }
.filetree span.file { background:url(../images/Links/file.gif) 0 0 no-repeat }
.treeview-rtl li.last, .treeview-rtl li.lastCollapsable, .treeview-rtl li.lastExpandable { background-position:right -1760px }

/*[SlideShow]*/
.imgLoaded{ width:100% !important; margin:0 !important}
.camera_wrap a, .camera_wrap img, .camera_wrap ol, .camera_wrap ul, .camera_wrap li, .camera_wrap table, .camera_wrap tbody, .camera_wrap tfoot, .camera_wrap thead, .camera_wrap tr, .camera_wrap th, .camera_wrap td .camera_thumbs_wrap a, .camera_thumbs_wrap img, .camera_thumbs_wrap ol, .camera_thumbs_wrap ul, .camera_thumbs_wrap li, .camera_thumbs_wrap table, .camera_thumbs_wrap tbody, .camera_thumbs_wrap tfoot, .camera_thumbs_wrap thead, .camera_thumbs_wrap tr, .camera_thumbs_wrap th, .camera_thumbs_wrap td { background: none; border: 0; font: inherit; font-size: 100%; margin: 0; padding: 0; vertical-align: baseline; list-style: none; }
.camera_wrap { display: none; float: left; position: relative; z-index: 0; }
.camera_wrap img { max-width: none!important; }
.camera_fakehover { height: 100%; min-height: 60px; position: relative; width: 100%; z-index: 1; }
.camera_wrap { width: 100%;  }
.camera_src { display: none; }
.cameraCont, .cameraContents { height: 100%; position: relative; width: 100%; z-index: 1; }
.cameraSlide { bottom: 0; left: 0; position: absolute; right: 0; top: 0; width: 100%; }
.cameraContent { bottom: 0; display: none; left: 0; position: absolute; right: 0; top: 0; width: 100%; }
.camera_target { bottom: 0; height: 100%; left: 0; overflow: hidden; position: absolute; right: 0; text-align: left; top: 0; width: 100%; z-index: 0; }
.camera_overlayer { bottom: 0; height: 100%; left: 0; overflow: hidden; position: absolute; right: 0; top: 0; width: 100%; z-index: 0; }
.camera_target_content { bottom: 0; left: 0; overflow: hidden; position: absolute; right: 0; top: 0; z-index: 2; }
.camera_target_content .camera_link { background: url(../images/blank.gif); display: block; height: 100%; text-decoration: none; }
.camera_loader { background: #fff url(../images/body/camera-loader.gif) no-repeat center; background: rgba(255, 255, 255, 0.9) url(../images/body/camera-loader.gif) no-repeat center; height: 36px; left: 50%; overflow: hidden; position: absolute; margin: -18px 0 0 -18px; top: 50%; width: 36px; z-index: 3; -moz-box-shadow: 0 1px 2px #000; -webkit-box-shadow: 0 1px 2px #000; box-shadow: 0 1px 2px #000; -moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px; padding: 2px; }
.camera_bar { bottom: 0; left: 0; overflow: hidden; position: absolute; right: 0; top: 0; z-index: 3; }
.camera_thumbs_wrap.camera_left .camera_bar, .camera_thumbs_wrap.camera_right .camera_bar { height: 100%; position: absolute; width: auto; }
.camera_thumbs_wrap.camera_bottom .camera_bar, .camera_thumbs_wrap.camera_top .camera_bar { height: auto; position: absolute; width: 100%; }
.camera_nav_cont { height: 65px; overflow: hidden; position: absolute; right: 9px; top: 15px; width: 120px; z-index: 4; }
.camera_caption { bottom: 0; display: block; position: absolute; width: 100%; direction: rtl; }
.camera_caption A { color: #FFF; }
.camera_caption > div { padding: 10px 20px; }
.camerarelative { overflow: hidden; position: relative; }
.imgFake { cursor: pointer; }
.camera_prevThumbs { bottom: 4px; cursor: pointer; left: 0; position: absolute; top: 4px; visibility: hidden; width: 30px; z-index: 10; }
.camera_prevThumbs div { background: url(../images/body/camera_skins.png) no-repeat -90px 0; display: block; margin-top: -20px; position: absolute; top: 50%; width: 30px; height: 30px; }
.camera_nextThumbs div { background: url(../images/body/camera_skins.png) no-repeat 0px 0; display: block; margin-top: -20px; position: absolute; top: 50%; width: 30px; height: 30px; }
.camera_nextThumbs { bottom: 4px; cursor: pointer; position: absolute; right: 0; top: 4px; visibility: hidden; width: 30px; z-index: 10; }
.camera_command_wrap .hideNav { display: none; }
.camera_command_wrap { left: 0; position: relative; right: 0; z-index: 4; }
.camera_wrap .camera_pag { position: relative; height: 16px; margin: -25px 5px 0; z-index:10000; }
.ltr .camera_wrap .camera_pag {float:right;}
.rtl .camera_wrap .camera_pag {float:left;}
.camera_wrap .camera_pag .camera_pag_ul { list-style: none; margin: 0; padding: 0; text-align: left; height: 16px; }
.camera_wrap .camera_pag .camera_pag_ul li { -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; cursor: pointer; display: inline-block; height: 16px; width: 16px; margin: 0; position: relative; text-align: left; text-indent: -9999px; margin: 0 4px; }
.camera_commands_emboss .camera_pag .camera_pag_ul li { -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 1), inset 0px 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 1), inset 0px 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0px 1px 0px rgba(255, 255, 255, 1), inset 0px 1px 1px rgba(0, 0, 0, 0.2); }
.camera_wrap .camera_pag .camera_pag_ul li > span { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; height: 8px; left: 4px; overflow: hidden; position: absolute; top: 4px; width: 8px; }
.camera_commands_emboss .camera_pag .camera_pag_ul li:hover > span { -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 1), inset 0px 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 1), inset 0px 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0px 1px 0px rgba(255, 255, 255, 1), inset 0px 1px 1px rgba(0, 0, 0, 0.2); }
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span { -moz-box-shadow: 0; -webkit-box-shadow: 0; box-shadow: 0; }
.camera_pag_ul li img { display: none; position: absolute; }
.camera_pag_ul .thumb_arrow { border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid; top: 0; left: 50%; margin-left: -4px; position: absolute; }
.camera_prev, .camera_next, .camera_commands { cursor: pointer; height: 30px; margin-top: -20px; position: absolute; top: 50%; width: 30px; z-index: 2; }
.camera_prev { left: 0; }
.camera_prev > span { background: url(../images/body/camera_skins.png) no-repeat -60px 0; display: block; height: 30px; width: 30px; }
.camera_next { right: 0; }
.camera_next > span { background: url(../images/body/camera_skins.png) no-repeat -90px 0; display: block; height: 30px; width: 30px; }
.camera_commands { right: 31px; }
.camera_commands > .camera_play { background: url(../images/body/camera_skins.png) no-repeat 0px 0; height: 30px; width: 30px; }
.camera_commands > .camera_stop { background: url(../images/body/camera_skins.png) no-repeat -30px 0; display: block; height: 30px; width: 30px; }
.camera_thumbs_cont { -webkit-border-bottom-right-radius: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -moz-border-radius-bottomleft: 4px; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; overflow: hidden; position: relative; width: 100%; }
.camera_commands_emboss .camera_thumbs_cont { -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 1), inset 0px 1px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 1), inset 0px 1px 1px rgba(0, 0, 0, 0.2); box-shadow: 0px 1px 0px rgba(255, 255, 255, 1), inset 0px 1px 1px rgba(0, 0, 0, 0.2); }
.camera_thumbs_cont > div { float: left; width: 100%; }
.camera_thumbs_cont ul { overflow: hidden; padding: 3px 4px 8px; position: relative; text-align: center; }
.camera_thumbs_cont ul li { display: inline; padding: 0 4px; }
.camera_thumbs_cont ul li > img { border: 1px solid; cursor: pointer; margin-top: 5px; vertical-align: bottom; }
.camera_clear { display: block; clear: both; }
.showIt { display: none; }
.camera_clear { clear: both; display: block; height: 1px; margin: -1px 0 25px; position: relative; }
.camera_caption { color: #fff; }
.camera_caption > div { background: #000; background: rgba(0, 0, 0, 0.8); display:none; }
.ltr .camera_caption > div { direction:ltr; }
.camera_wrap .camera_pag .camera_pag_ul li { background: #b7b7b7; }
.camera_wrap .camera_pag .camera_pag_ul li:hover > span { background: #b7b7b7; }
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span { background: #434648; }
.camera_pag_ul li img { border: 4px solid #e6e6e6; -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, .5); -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .5); box-shadow: 0px 3px 6px rgba(0, 0, 0, .5); width: 100px; height: 65px; }
.camera_pag_ul .thumb_arrow { border-top-color: #e6e6e6; }
.camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont { background: #d8d8d8; background: rgba(216, 216, 216, 0.85); }
.camera_wrap .camera_pag .camera_pag_ul li { background: #b7b7b7; }
.camera_thumbs_cont ul li > img { border-color: #000; }
/*[Margin / Padding]*/
.MT0PX { margin-top:0 }.MT1PX { margin-top:1px }.MT2PX { margin-top:2px }.MT3PX { margin-top:3px }.MT4PX { margin-top:4px }.MT5PX { margin-top:5px }.MT6PX { margin-top:6px }.MT7PX { margin-top:7px }.MT8PX { margin-top:8px }.MT9PX { margin-top:9px }.MT10PX { margin-top:10px }.MT11PX { margin-top:11px }.MT12PX { margin-top:12px }.MT13PX { margin-top:13px }.MT14PX { margin-top:14px }.MT15PX { margin-top:15px }.MB0PX { margin-bottom:0 }.MB1PX { margin-bottom:1px }.MB2PX { margin-bottom:2px }.MB3PX { margin-bottom:3px }.MB4PX { margin-bottom:4px }.MB5PX { margin-bottom:5px }.MB6PX { margin-bottom:6px }.MB7PX { margin-bottom:7px }.MB8PX { margin-bottom:8px }.MB9PX { margin-bottom:9px }.MB10PX { margin-bottom:10px }.MB11PX { margin-bottom:11px }.MB12PX { margin-bottom:12px }.MB13PX { margin-bottom:13px }.MB14PX { margin-bottom:14px }.MB15PX { margin-bottom:15px }.MRL0PX { margin-left:0; margin-right:0 }.MRL1PX { margin-left:1px; margin-right:1px }.MRL2PX { margin-left:2px; margin-right:2px }.MRL3PX { margin-left:3px; margin-right:3px }.MRL4PX { margin-left:4px; margin-right:4px }.MRL5PX { margin-left:5px; margin-right:5px }.MRL6PX { margin-left:6px; margin-right:6px }.MRL7PX { margin-left:7px; margin-right:7px }.MRL8PX { margin-left:8px; margin-right:8px }.MRL9PX { margin-left:9px; margin-right:9px }.MRL10PX { margin-left:10px; margin-right:10px }.MRL11PX { margin-left:11px; margin-right:11px }.MRL12PX { margin-left:12px; margin-right:12px }.MRL13PX { margin-left:13px; margin-right:13px }.MRL14PX { margin-left:14px; margin-right:14px }.MRL15PX { margin-left:15px; margin-right:15px }.MTB0PX { margin-top:0; margin-bottom:0 }.MTB1PX { margin-top:1px; margin-bottom:1px }.MTB2PX { margin-top:2px; margin-bottom:2px }.MTB3PX { margin-top:3px; margin-bottom:3px }.MTB4PX { margin-top:4px; margin-bottom:4px }.MTB5PX { margin-top:5px; margin-bottom:5px }.MTB6PX { margin-top:6px; margin-bottom:6px }.MTB7PX { margin-top:7px; margin-bottom:7px }.MTB8PX { margin-top:8px; margin-bottom:8px }.MTB9PX { margin-top:9px; margin-bottom:9px }.MTB10PX { margin-top:10px; margin-bottom:10px }.MTB11PX { margin-top:11px; margin-bottom:11px }.MTB12PX { margin-top:12px; margin-bottom:12px }.MTB13PX { margin-top:13px; margin-bottom:13px }.MTB14PX { margin-top:14px; margin-bottom:14px }.MTB15PX { margin-top:15px; margin-bottom:15px }.MALL0PX { margin:0 }.MALL1PX { margin:1px }.MALL2PX { margin:2px }.MALL3PX { margin:3px }.MALL4PX { margin:4px }.MALL5PX { margin:5px }.MALL6PX { margin:6px }.MALL7PX { margin:7px }.MALL8PX { margin:8px }.MALL9PX { margin:9px }.MALL10PX { margin:10px }.MALL11PX { margin:11px }.MALL12PX { margin:12px }.MALL13PX { margin:13px }.MALL14PX { margin:14px }.MALL15PX { margin:15px }.PT0PX { padding-top:0 }.PT1PX { padding-top:1px }.PT2PX { padding-top:2px }.PT3PX { padding-top:3px }.PT4PX { padding-top:4px }.PT5PX { padding-top:5px }.PT6PX { padding-top:6px }.PT7PX { padding-top:7px }.PT8PX { padding-top:8px }.PT9PX { padding-top:9px }.PT10PX { padding-top:10px }.PT11PX { padding-top:11px }.PT12PX { padding-top:12px }.PT13PX { padding-top:13px }.PT14PX { padding-top:14px }.PT15PX { padding-top:15px }.PB0PX { padding-bottom:0 }.PB1PX { padding-bottom:1px }.PB2PX { padding-bottom:2px }.PB3PX { padding-bottom:3px }.PB4PX { padding-bottom:4px }.PB5PX { padding-bottom:5px }.PB6PX { padding-bottom:6px }.PB7PX { padding-bottom:7px }.PB8PX { padding-bottom:8px }.PB9PX { padding-bottom:9px }.PB10PX { padding-bottom:10px }.PB11PX { padding-bottom:11px }.PB12PX { padding-bottom:12px }.PB13PX { padding-bottom:13px }.PB14PX { padding-bottom:14px }.PB15PX { padding-bottom:15px }.PRL0PX { padding-left:0; padding-right:0 }.PRL1PX { padding-left:1px; padding-right:1px }.PRL2PX { padding-left:2px; padding-right:2px }.PRL3PX { padding-left:3px; padding-right:3px }.PRL4PX { padding-left:4px; padding-right:4px }.PRL5PX { padding-left:5px; padding-right:5px }.PRL6PX { padding-left:6px; padding-right:6px }.PRL7PX { padding-left:7px; padding-right:7px }.PRL8PX { padding-left:8px; padding-right:8px }.PRL9PX { padding-left:9px; padding-right:9px }.PRL10PX { padding-left:10px; padding-right:10px }.PRL11PX { padding-left:11px; padding-right:11px }.PRL12PX { padding-left:12px; padding-right:12px }.PRL13PX { padding-left:13px; padding-right:13px }.PRL14PX { padding-left:14px; padding-right:14px }.PRL15PX { padding-left:15px; padding-right:15px }.PTB0PX { padding-top:0; padding-bottom:0 }.PTB1PX { padding-top:1px; padding-bottom:1px }.PTB2PX { padding-top:2px; padding-bottom:2px }.PTB3PX { padding-top:3px; padding-bottom:3px }.PTB4PX { padding-top:4px; padding-bottom:4px }.PTB5PX { padding-top:5px; padding-bottom:5px }.PTB6PX { padding-top:6px; padding-bottom:6px }.PTB7PX { padding-top:7px; padding-bottom:7px }.PTB8PX { padding-top:8px; padding-bottom:8px }.PTB9PX { padding-top:9px; padding-bottom:9px }.PTB10PX { padding-top:10px; padding-bottom:10px }.PTB11PX { padding-top:11px; padding-bottom:11px }.PTB12PX { padding-top:12px; padding-bottom:12px }.PTB13PX { padding-top:13px; padding-bottom:13px }.PTB14PX { padding-top:14px; padding-bottom:14px }.PTB15PX { padding-top:15px; padding-bottom:15px }.PALL0PX { padding:0 }.PALL1PX { padding:1px }.PALL2PX { padding:2px }.PALL3PX { padding:3px }.PALL4PX { padding:4px }.PALL5PX { padding:5px }.PALL6PX { padding:6px }.PALL7PX { padding:7px }.PALL8PX { padding:8px }.PALL9PX { padding:9px }.PALL10PX { padding:10px }.PALL11PX { padding:11px }.PALL12PX { padding:12px }.PALL13PX { padding:13px }.PALL14PX { padding:14px }.PALL15PX { padding:15px }.rtl .MR0PX, .ltr .ML0PX { margin-right:0 }.rtl .MR1PX, .ltr .ML1PX { margin-right:1px }.rtl .MR2PX, .ltr .ML2PX { margin-right:2px }.rtl .MR3PX, .ltr .ML3PX { margin-right:3px }.rtl .MR4PX, .ltr .ML4PX { margin-right:4px }.rtl .MR5PX, .ltr .ML5PX { margin-right:5px }.rtl .MR6PX, .ltr .ML6PX { margin-right:6px }.rtl .MR7PX, .ltr .ML7PX { margin-right:7px }.rtl .MR8PX, .ltr .ML8PX { margin-right:8px }.rtl .MR9PX, .ltr .ML9PX { margin-right:9px }.rtl .MR10PX, .ltr .ML10PX { margin-right:10px }.rtl .MR11PX, .ltr .ML11PX { margin-right:11px }.rtl .MR12PX, .ltr .ML12PX { margin-right:12px }.rtl .MR13PX, .ltr .ML13PX { margin-right:13px }.rtl .MR14PX, .ltr .ML14PX { margin-right:14px }.rtl .MR15PX, .ltr .ML15PX { margin-right:15px }.ltr .MR0PX, .rtl .ML0PX { margin-left:0 }.ltr .MR1PX, .rtl .ML1PX { margin-left:1px }.ltr .MR2PX, .rtl .ML2PX { margin-left:2px }.ltr .MR3PX, .rtl .ML3PX { margin-left:3px }.ltr .MR4PX, .rtl .ML4PX { margin-left:4px }.ltr .MR5PX, .rtl .ML5PX { margin-left:5px }.ltr .MR6PX, .rtl .ML6PX { margin-left:6px }.ltr .MR7PX, .rtl .ML7PX { margin-left:7px }.ltr .MR8PX, .rtl .ML8PX { margin-left:8px }.ltr .MR9PX, .rtl .ML9PX { margin-left:9px }.ltr .MR10PX, .rtl .ML10PX { margin-left:10px }.ltr .MR11PX, .rtl .ML11PX { margin-left:11px }.ltr .MR12PX, .rtl .ML12PX { margin-left:12px }.ltr .MR13PX, .rtl .ML13PX { margin-left:13px }.ltr .MR14PX, .rtl .ML14PX { margin-left:14px }.ltr .MR15PX, .rtl .ML15PX { margin-left:15px }.rtl .PR0PX, .ltr .PL0PX { padding-right:0 }.rtl .PR1PX, .ltr .PL1PX { padding-right:1px }.rtl .PR2PX, .ltr .PL2PX { padding-right:2px }.rtl .PR3PX, .ltr .PL3PX { padding-right:3px }.rtl .PR4PX, .ltr .PL4PX { padding-right:4px }.rtl .PR5PX, .ltr .PL5PX { padding-right:5px }.rtl .PR6PX, .ltr .PL6PX { padding-right:6px }.rtl .PR7PX, .ltr .PL7PX { padding-right:7px }.rtl .PR8PX, .ltr .PL8PX { padding-right:8px }.rtl .PR9PX, .ltr .PL9PX { padding-right:9px }.rtl .PR10PX, .ltr .PL10PX { padding-right:10px }.rtl .PR11PX, .ltr .PL11PX { padding-right:11px }.rtl .PR12PX, .ltr .PL12PX { padding-right:12px }.rtl .PR13PX, .ltr .PL13PX { padding-right:13px }.rtl .PR14PX, .ltr .PL14PX { padding-right:14px }.rtl .PR15PX, .ltr .PL15PX { padding-right:15px }.ltr .PR0PX, .rtl .PL0PX { padding-left:0 }.ltr .PR1PX, .rtl .PL1PX { padding-left:1px }.ltr .PR2PX, .rtl .PL2PX { padding-left:2px }.ltr .PR3PX, .rtl .PL3PX { padding-left:3px }.ltr .PR4PX, .rtl .PL4PX { padding-left:4px }.ltr .PR5PX, .rtl .PL5PX { padding-left:5px }.ltr .PR6PX, .rtl .PL6PX { padding-left:6px }.ltr .PR7PX, .rtl .PL7PX { padding-left:7px }.ltr .PR8PX, .rtl .PL8PX { padding-left:8px }.ltr .PR9PX, .rtl .PL9PX { padding-left:9px }.ltr .PR10PX, .rtl .PL10PX { padding-left:10px }.ltr .PR11PX, .rtl .PL11PX { padding-left:11px }.ltr .PR12PX, .rtl .PL12PX { padding-left:12px }.ltr .PR13PX, .rtl .PL13PX { padding-left:13px }.ltr .PR14PX, .rtl .PL14PX { padding-left:14px }.ltr .PR15PX, .rtl .PL15PX { padding-left:15px }