﻿/*[Select Color]*/
::selection      { background: #333; color: #FFF;}
::-moz-selection { background: #333; color: #FFF;}

/*[USER]*/
.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; }

/*[Page]*/
.TitlePage { margin-bottom: 5px; display: block; font: 16px 'b koodak', '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; }

/*[SendFriendPage]*/
.SendFriendPage {background:#FFF; position:absolute; }
.SendFriendPage .SFPW  {margin:10px;}
.SendFriendPage .SFPW textarea {width:372px !important;min-width:372px;max-width:372px;min-height:85px !important;height:85px !important;}

/*[TrackHistoryPage]*/
.TrackHistoryPage { }
.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 koodak', 'yekan', Arial; color: #333; -webkit-text-shadow: 0 0 3px #BBB; text-shadow: 0 0 3px #BBB; }
.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; }
.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; background: #ececec; display: block; margin: 0px; padding: 1px 3px; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; position: relative; text-shadow: 1px 1px 1px #FFF;  -webkit-transition: all .5s ease-out;-moz-transition: all .5s ease-out;-ms-transition: all .5s ease-out;-o-transition: all .5s ease-out;transition: all .5s ease-out;}
.SiteMapPage td span a:hover { background: #CCC; text-shadow: -1px 1px 1px #666; }
.SiteMapPage td span img { max-width: 24px; margin: 0 3px; position: relative; top: 5px; }

/*[CommentPage]*/
.CommentPageWrapper { direction: rtl; background: #F1F1F1; position: absolute; width: 100%; 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'; }
.ItemComment .BodyComment   { text-align: justify; }
.ItemComment .ManageComment { text-align: left; }

/*[ResultSearchPage]*/
.ResultSearchPage { }
.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%; text-align: center; margin-bottom: 15px; border: 1px solid #BBB !important; }
.Grid tr, .Grid td { border: none !important; }
.Grid tr { height: 25px; }
.Grid .Header { background: #BBB; height: 30px; }
.Grid .Item { background: #FFF; }
.Grid .Alter { background: #F1F1F1; }

/*[Button]*/
.Btn, .Btn:visited { height: 29px; font: 13.2px/29px 'b yekan', 'yekan', tahoma; color: #FFF; cursor: pointer; border: none; border-bottom: 1px solid #000; text-decoration: none; padding: 0 15px; display: inline-block; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.Btn:hover      { -moz-box-shadow: 0 0 3px #666 inset; -webkit-box-shadow: 0 0 3px #666 inset; box-shadow: 0 0 3px #666 inset; }
.Btn:active     { border-bottom: 1px solid #666; -moz-box-shadow: 0 0 3px #333 inset; -webkit-box-shadow: 0 0 3px #333 inset; box-shadow: 0 0 3px #333 inset; }
.BtnGray        { background: #959595; }
.BtnGray:hover  { background: #888; }
.BtnGray:active { background: #959595; }
.BtnGreen       { background: #61830c; }
.BtnGreen:hover { background: #537500; }
.BtnGreen:active{ background: #61830c; border-bottom: 1px solid #3d5500; }
.BtnBlue        { background: #00599d; }
.BtnBlue:hover  { background: #005494; }
.BtnBlue:active { background: #00599d; border-bottom: 1px solid #002a4a; }
.BtnRed         { background: #92001f; }
.BtnRed:hover   { background: #80001b; }
.BtnRed:active  { background: #92001f; border-bottom: 1px solid #530012; }

/*[Type="Text"]*/
input[type="text"], input[type="password"], select, textarea { -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }

/*[Forms]*/
.LightForms .Validate   { padding: 3px; }
.LightForms input[type="text"],
.LightForms input[type="password"] { border: 1px solid #BBB; background: #F9F9F9; padding: 2px; height: 20px; width: 170px; }
.LightForms select      { border: 1px solid #BBB; background: #F9F9F9; padding: 2px; height: 27px; width: 176px; }
.LightForms select:focus, .LightForms option:focus { outline: none !important; }
.LightForms textarea    { border: 1px solid #BBB; background: #F9F9F9; padding: 2px; max-width:99%; min-width:70%; min-height:100px; max-height:150px;}
.LightForms input[type="text"]:hover, .LightForms input[type="password"]:hover, .LightForms textarea:hover, .LightForms select:hover { background: #F5F5F5; border-color: #AAA; }
.LightForms input[type="text"]:focus, .LightForms input[type="password"]:focus, .LightForms textarea:focus, .LightForms select: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; }

.DarkForms .Validate   { padding: 3px; }
.DarkForms input[type="text"],
.DarkForms input[type="password"] { border: 1px solid #292929; background: #1f1f1f; padding: 2px; height: 20px; width: 170px; color:#BBB;}
.DarkForms select      { border: 1px solid #292929; background: #1f1f1f; padding: 2px; height: 27px; width: 176px;color:#BBB; }
.DarkForms select:focus, .DarkForms option:focus { outline: none !important; }
.DarkForms textarea    { color:#BBB; border: 1px solid #292929; background: #1f1f1f; padding: 2px; max-width:99%; min-width:70%; min-height:100px; max-height:150px;}
.DarkForms input[type="text"]:hover, .DarkForms input[type="password"]:hover, .DarkForms textarea:hover, .DarkForms select:hover { background: #161616; border-color: #111; }
.DarkForms input[type="text"]:focus, .DarkForms input[type="password"]:focus, .DarkForms textarea:focus, .DarkForms select:focus { background: #161616; -moz-box-shadow: inset 0 0 3px #000; -webkit-box-shadow: inset 0 0 3px #000; box-shadow: inset 0 0 3px #000; }

.ItemForms      {margin-bottom: 3px;}
.ItemForms .LabelForms {display: inline-block;   min-width: 25%;}
.InputMini      {width: 100px;}
.InputSmall     {width: 150px;}
.InputMedium    {width: 180px;}
.InputLarge     {width: 220px;}

.SGTC0001{overflow:hidden;border:1px solid #AAA;margin-bottom:5px}.SGTC0001 h2{display:block;height:35px}.rtl .SGTC0001 h2 span{display:block;font:16px/35px 'b koodak', koodak, Arial;color:#000;padding:0 5px}.ltr .SGTC0001 h2 span{display:block;font:bold 13px/35px Arial;color:#000;padding:0 5px}.SGTC0001 .TCB{text-align:justify;padding:7px 5px 2px}.rtl .SGTC0001 .TCB strong,.rtl .SGTC0001 .TCB b{font:14px 'b koodak', koodak, tahoma}.ltr .SGTC0001 .TCB strong,.ltr .SGTC0001 .TCB b{font:12px tahoma}.rtl .SGTC0001 .TCB span,.rtl .SGTC0001 .TCB p{font:normal 13px 'b yekan', yekan, tahoma!important}.ltr .SGTC0001 .TCB span,.ltr .SGTC0001 .TCB p{font:normal 12px tahoma!important}.SGTC0001 .TCB hr{border:none;border-top:1px solid #666}.SGTC0001 .FOT{height:20px;clear:both;padding:2px 5px}.SGTC0001 .FOT span{padding:0 3px}.SGTC0001 .BGCF1{background:#F1F1F1}.SGTC0001 .BGDY{background:url(../images/ContentTemplate/SGTC0001Dark.jpg) left top repeat-x}.SGTC0001 .BGDR{background:url(../images/ContentTemplate/SGTC0001Dark.jpg) left -45px repeat-x}.SGTC0001 .BGDO{background:url(../images/ContentTemplate/SGTC0001Dark.jpg) left -90px repeat-x}.SGTC0001 .BGDG{background:url(../images/ContentTemplate/SGTC0001Dark.jpg) left -135px repeat-x}.SGTC0001 .BGDB{background:url(../images/ContentTemplate/SGTC0001Dark.jpg) left -180px repeat-x}.SGTC0001 .BGDV{background:url(../images/ContentTemplate/SGTC0001Dark.jpg) left -225px repeat-x}.SGTC0001 .BGDC{background:url(../images/ContentTemplate/SGTC0001Dark.jpg) left -270px repeat-x}.SGTC0001 .BGDP{background:url(../images/ContentTemplate/SGTC0001Dark.jpg) left -315px repeat-x}.SGTC0001 .BGLY{background:url(../images/ContentTemplate/SGTC0001Light.jpg) left top repeat-x}.SGTC0001 .BGLR{background:url(../images/ContentTemplate/SGTC0001Light.jpg) left -45px repeat-x}.SGTC0001 .BGLO{background:url(../images/ContentTemplate/SGTC0001Light.jpg) left -90px repeat-x}.SGTC0001 .BGLG{background:url(../images/ContentTemplate/SGTC0001Light.jpg) left -135px repeat-x}.SGTC0001 .BGLB{background:url(../images/ContentTemplate/SGTC0001Light.jpg) left -180px repeat-x}.SGTC0001 .BGLV{background:url(../images/ContentTemplate/SGTC0001Light.jpg) left -225px repeat-x}.SGTC0001 .BGLC{background:url(../images/ContentTemplate/SGTC0001Light.jpg) left -270px repeat-x}.SGTC0001 .BGLP{background:url(../images/ContentTemplate/SGTC0001Light.jpg) left -315px repeat-x}
.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}
.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{color:red;cursor:pointer}.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-rtl li.lastCollapsable,.treeview-rtl li.lastExpandable .treeview-rtl li.firstCollapsable,.treeview-rtl li.firstExpandable,{background:url(../images/Links/treeview-default-line-rtl.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}
.General-Tab ul.tabs {margin:0;padding:0;font-size:0; border:1px solid #aaaaaa; border-bottom:none;}.General-Tab ul.tabs li { display:inline-block; *display:inline; font-size:13.2px;height:30px;}.General-Tab ul.tabs li a { cursor: pointer;display:block; height:100%; line-height:30px;  padding:0 7px; color:#000 !important}.General-Tab ul.tabs .tab-current {background:#FFF;}.General-Tab .tabsContent { display:none; border:1px solid #AAA; border-top:none; padding:4px; }.General-Tab ul.GrayTab {background:#F1F1F1 url(../images/ContentTemplate/SGTC0001Light.jpg) left top repeat-x;}.General-Tab ul.RedTab {background:#F1F1F1 url(../images/ContentTemplate/SGTC0001Light.jpg) left -45px repeat-x;}.General-Tab ul.GoldTab {background:#F1F1F1 url(../images/ContentTemplate/SGTC0001Light.jpg) left -90px repeat-x;}.General-Tab ul.GreenTab {background:#F1F1F1 url(../images/ContentTemplate/SGTC0001Light.jpg) left -135px repeat-x;}.General-Tab ul.BlueTab {background:#F1F1F1 url(../images/ContentTemplate/SGTC0001Light.jpg) left -180px repeat-x;}.General-Tab ul.VioletTab {background:#F1F1F1 url(../images/ContentTemplate/SGTC0001Light.jpg) left -225px repeat-x;}.General-Tab ul.CyanTab {background:#F1F1F1 url(../images/ContentTemplate/SGTC0001Light.jpg) left -270px repeat-x;}.General-Tab ul.PinkTab {background:#F1F1F1 url(../images/ContentTemplate/SGTC0001Light.jpg) left -315px repeat-x;}
.InformationBox { padding: 7px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; margin-bottom: 7px; display: block; text-align: justify; }.InformationBox ul li { margin-bottom: 5px; }.InformationBox ul li:last-child { margin: 0; }.InformationBox strong, .InfoBox b { font: 13.2px 'yekan',Arial; }.InformationBox .InformationBody { margin-top: 7px; }.InformationBox .HeadBox { cursor: pointer; font: 16px 'b koodak', 'koodak', Arial; padding: 4px; margin-top: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }.InfoBox    { background: #c1ddec; border-bottom: 1px solid #549ec5; color: #005a8a; }.InfoBox .HeadBox { background: #a6cde2; }.WarningBox { background: #ffdd8a; border-bottom: 1px solid #b66d00; color: #b66d00; }.WarningBox .HeadBox {background:#e6bd59; }.FailureBox { background: #eea9a9; border-bottom: 1px solid #ae3434; color: #a01010; }.SuccessBox { background: #a8de76; border-bottom: 1px solid #458e00; color: #275100; }
#captcha_sortable       { list-style: none; width: 126px; margin: 0 auto;} #captcha_sortable li { float: left;width: 40px;height: 40px;margin:1px;text-align: center;cursor: pointer;background:#1675b7;color: #fff;font: 20px/40px Arial;}