@font-face {
  font-family: 'BTitrBold';
  src: url('BTitrBold.eot?#') format('eot'),  /* IE6–8 */
       url('BTitrBold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('BTitrBold.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}
@font-face {
  font-family: 'BTraffic';
  src: url('BTraffic.eot?#') format('eot'),  /* IE6–8 */
       url('BTraffic.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('BTraffic.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}
html {
font-size: 100%;
height: 100%;
min-height:700px;
margin-bottom: 1px; /* Always show a scrollbar to avoid jumping when the scrollbar appears  */

}

body {
font-family: Arial, Helvetica, sans-serif;
color: #555;
background: #f0f0f0 url('../images/bg-body.gif') top left repeat-y;
font-size: 12px;
min-height: 700px;
direction: rtl;
}
a              { color: #57a000; text-decoration: none; }
a:hover     { color: #000; }
a:active     { color: #777; }
a:focus     { outline: 1px; }

img, a:link img, a:visited img {border-style: none}
a img {color: #FFFFFF}
a:link {color:#003399; text-decoration:none}
a:visited {color:#6699CC; text-decoration:none}
a:hover {text-decoration:underline}
hr {border-top:solid 1px #8A8A8A; border-bottom:none; height:1px}
body{font:8pt Tahoma,Arial,Helvetica,sans-serif; padding:0; border:0; border-spacing:0; margin:0; width: 98.6%; }
strong       { font-weight: bold; color: #333; }

small{ font-size: 0.85em; }

pre{ font-family: monospace; }

p{
padding: 5px 0 10px 0;
line-height: 1.6em;
}

/********************************      General Classes      ********************************/

.clear {
clear: both;
}
				
.align-left {
float: left;
}
				
.align-right {
float: right;
}

/************ Button ************/
.button {
font-family: Verdana, Arial, sans-serif;
display: inline-block;
background: #459300 url('../images/bg-button-green.gif') top left repeat-x !important;
border: 1px solid #459300 !important;
padding: 4px 7px 4px 7px !important;
color: #fff !important;
font-size: 11px !important;
cursor: pointer;
}
                
.button:hover {
text-decoration: underline;
}
                
.button:active {
padding: 5px 7px 3px 7px !important;
}
				
a.remove-link {
color: #bb0000;
}

a.remove-link:hover {
color: #000;
}

/********************************      Sidebar      ********************************/

#sidebar {
background: url('../images/bg-sidebar.gif') top left no-repeat;
width: 230px;
height: 100%;
position: absolute;
left: 0;
top: 0;
color: #888;
font-size: 11px;
}

#sidebar #sidebar-wrapper {
margin: 0 0 0 9px;
}

#sidebar a,
#sidebar a:active {
color:#ccc;
}

#sidebar a:hover {
color:#fff;
}

#sidebar #sidebar-title {
margin: 40px 0 40px 15px;
}

#sidebar #logo {
margin: 40px 0 40px 0;
}

#sidebar #profile-links {
padding: 0 15px 20px 15px;
text-align: right;
line-height: 1.5em;
}

/************ Sidebar Accordion Menu ************/

#sidebar #main-nav {
width: 206px;
padding: 0;
margin: 0 0 0 15px;
font-family: Helvetica, Arial, sans-serif;
}

#sidebar #main-nav li {
list-style: none;
padding-bottom: 10px;
text-align: right;
}

#sidebar #main-nav li a.nav-top-item {
background: transparent url('../images/bg-menu-item-green.gif') right center no-repeat; /* Background image for default color scheme - green */
padding: 10px 15px;
color: #fff;
font-size: 14px;
cursor: pointer;
display: block;
text-decoration: none;
}

#sidebar #main-nav li a.current {
background-image: url('../images/bg-menu-item-current.gif') !important;
color: #333;
font-weight: bold;
}
                
#sidebar #main-nav li a.current:hover {
color: #333;
}

#sidebar #main-nav ul {
padding: 0;
font-size: 12px;
margin: 0;
}

#sidebar #main-nav ul li {
list-style: none;
margin: 0;
text-align: right;
padding: 0;
}

#sidebar #main-nav ul li a {
padding: 8px 15px;
display: block;
color: #aaa;
font-size: 13px;
line-height: 1.2em;
}

#sidebar #main-nav ul li a:hover,
#sidebar #main-nav ul li a.current,
#sidebar #main-nav ul li a.current:hover {
color: #fff;
}

#sidebar #main-nav ul li a.current {
background: transparent url('../images/menu-current-arrow.gif') right center no-repeat !important;
}


/************ Messages ************/

#messages p,
#messages form {
border-top: 1px solid #ddd;
padding: 10px 0;
}

#messages h4 {
padding: 10px 0;
}
				
#messages fieldset {
margin: 0;
}
				
#messages textarea {
margin: 0 0 15px 0;
}
/********************************      Main Content      ********************************/

/************ Layout ************/

#main-content {
margin: 0 30px 0 260px;
padding: 40px 0 0 0;
}

.main-right 
{
position:relative;
float:right;
width: 150px;
min-height:750px;
height:750px;
                
border: 1px solid #ddd;
background-color: #ddd;
font-family:Tahoma;
font-size:8pt;
padding: 15px 10px 0 10px;
}
.main-left {
width: 826px;
}
               
#page-intro {
font-size: 17px;
padding: 0 0 20px 0;
}

				
#footer {
border-top: 1px solid #ccc;
position:fixed;
bottom:0px;
padding: 0;
font-size: 12px;
width:100%;
float:left;
direction:ltr;
left:0px;
background-color:White;
text-align:center;
}
/************ Lists ************/

#main-content ul,
#main-content ol {
padding: 10px 0;
}

/* Unordered List */

#main-content ul li {
background: url('../images/icons/bullet_black.png') center left no-repeat;
padding: 1px 0 4px 2px;
}

/* Ordered List */

#main-content ol {
padding: 0 0 0 2px;
}

#main-content ol li {
list-style: decimal;
padding: 1px 0;
}

/*************** Content Box ***************/

.content-box {
border: 1px solid #ccc;
margin: 0;
background: #fff;
width:99.8%;
direction:ltr;
}

.content-box-header {
background: #e5e5e5;
margin-top: 1px;
height: 48px;
}
.content-box-header1 {
-webkit-border-radius:5px 5px 0 0;
-moz-border-radius:5px 5px 0 0;
border-radius:5px 5px 0 0;
background: #e5e5e5;
margin-top: 10px;
height: 30px;
border: 1px solid #666;
border-bottom: 0;
                
}

.content-box-header2 {
background: #e5e5e5;
margin-top: 1px;
height: 40px;
}
.content-box-header2 h3 {
padding: 12px 180px 10px;
float: right;
}

.content-box-header3 {
background: #e5e5e5;
margin-top: 1px;
height: 40px;
position:absolute;
float:left;
}
ul.content-box-tabs {
float: right;
padding: 12px 15px 0 0 !important;
margin: 0 !important;
}

ul.content-box-tabs li {
float: left;
margin: 0;
padding: 0 !important;
background-image: none !important;
}
                
ul.content-box-tabs li a {
color: #333;
padding: 1px 1px;
display: block;
margin: 1px;
border-bottom: 0;
}

ul.content-box-tabs li a:hover {
color: #57a000;
}              
                
ul.content-box-tabs li a.current {
background: #fff;
border: 1px solid #ccc;
border-bottom: 0;
margin: 0;
}

.content-box-content {
padding: 0px;
font-size: 13px;
border-top: 1px solid #ccc;
min-height:300px;
}
                
/************ Table ************/

#main-content table {
width: 100%;
border-collapse: collapse;
}
                
#main-content table thead th {
font-weight: bold;
font-size: 1px;
border-bottom: 1px solid #ddd;
}
                
#main-content tbody {
border-bottom: 1px solid #ddd;
}
                
#main-content tbody tr {
background: #fff;
}
              
#main-content tbody tr.alt-row {
background: #f3f3f3;
}
                
#main-content table td,
#main-content table th {
padding: 1px;
line-height: 1.3em;
}        
				
#main-content table tfoot td .bulk-actions {
padding: 1px 0 5px 0;
} 
				
#main-content table tfoot td .bulk-actions select {
padding: 1px;
border: 1px solid #ccc;
}      
				
/*************** Pagination ***************/

#main-content .pagination {
text-align: right;
padding: 0 0 0 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}
.pagination a {
margin: 0 5px 0 0;
padding: 3px 6px;
}

.pagination a.number {
border: 1px solid #ddd;
}

.pagination a.current {
background: #469400 url('../images/bg-button-green.gif') top left repeat-x !important;
border-color: #459300 !important;
color: #fff !important;
}
				
.pagination a.current:hover {
text-decoration: underline;
}

/************ Shortcut Buttons ************/

.shortcut-button {
border: 1px solid #ccc;
display: block;
width: 100px;
margin: 0 0 10px 0;
}

.shortcut-button span {
border: 1px solid #fff;
display:block;
padding: 5px 1px 5px 1px;
text-align: center;
color: #555;
font-size: 13px;
line-height: 1.3em;
}

.shortcut-button span img {
margin-bottom: 5px;
}

.shortcut-button:hover {
background: #fff;				
}
				
.shortcut-button span:hover {
color: #57a000; 
}
.shortcut-buttons-set
{
margin-left:auto; 
margin-right:auto;
}
ul.shortcut-buttons-set li {
float: right;
margin: 5px 5px 0 5px;
padding: 0 !important;
background: 0;
}

/*************** Notifications ***************/
.error {
border-color: #df8f8f;
color: #665252;
}

/*************** jQuery WYSIWYG ***************/
.GridViewStyle
{
font-family: Arial, Sans-Serif;
font-size:small;
table-layout: auto;
border-collapse: collapse;
border:#999999 1px solid;
}
/*Header and Pager styles*/
.HeaderStyle, .PagerStyle /*Common Styles*/
{
background-image: url(../Images/HeaderWhiteChrome.jpg);
background-position:center;
background-repeat:repeat-x;
background-color:#fff;
border-bottom:solid 1px #999;
font-family:Tahoma;
}
.HeaderStyle th
{
padding: 5px;
color: #333;
}
.HeaderStyle a
{
text-decoration:none;
color:#333;
display:block;
text-align:left;
font-weight:normal;
}
.PagerStyle table
{
text-align:center;
margin:auto;
}
.PagerStyle table td
{
border:0px;
padding:5px;
}
.PagerStyle td
{
border-top: #999999 1px solid;
}
.PagerStyle a
{
color:#333;
text-decoration:none;
padding:2px 10px 2px 10px;
border-top:solid 1px #fff;
border-right:solid 1px #999;
border-bottom:solid 1px #999;
border-left:solid 1px #fff;
}
.PagerStyle span
{
font-weight:bold;
color:#333;
text-decoration:none;
padding:2px 10px 2px 10px;
}
/*RowStyles*/
.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td /*Common Styles*/
{
padding: 5px;
border-right: solid 1px #999;
}
.RowStyle td
{
background-color:#E4E4E4;
}
.AltRowStyle td
{
background-color: #fff;
}
.SelectedRowStyle td
{
background-color:#FF9;
}
.btn
{
border-radius: 5px;
margin:0 7px 0 0;
background-color:#dedede;
border:1px solid #bbb;
border-bottom:2px solid #bbb;
border-right:2px solid #bbb;

font-family:Tahoma, Arial, Verdana, sans-serif;
font-size:12px;
line-height:130%;
text-decoration:none;
font-weight:bold;
color:#565656;
cursor:pointer;
padding:5px 10px 6px 10px; /* Links */
}
.btn:hover{
border-bottom:2px solid #ccc;
border-right:2px solid #ccc;
background-color:#bcbcbc;
}
.desc
{
font-family:Tahoma, Arial, Verdana, sans-serif;
font-size:8pt;
color:#bbb;
}
.box
{
box-shadow:rgba(0,0,0,0.15) 0 0 1px;
color:#444;
font:normal 12px/14px Tahoma, Arial, Sans-serif;
overflow:hidden;
}
.login
{
border: 1px solid #666;
border-top:0;
height:240px;
width:300px;
position:absolute;
}
changepass
{
border: 1px solid #666;
border-top:0;
position:absolute;
height:250px;
width:332px;
}
.boxBody
{
background:#fefefe;
border-top:1px solid #dde0e8;
border-bottom:1px solid #dde0e8;
    
padding:10px 20px;
}

.box footer
{
background:#eff4f6;
border-top:1px solid #fff;
padding:22px 26px;
overflow:hidden;
height:32px;
}
.box label
{
display:block;
font:14px/22px Tahoma, Arial, Sans-serif;
margin:10px 10px 10px 6px;
}
.box footer label{
float:left;
margin:4px 0 0;
}
.box footer input[type=checkbox]{
vertical-align:sub;
vertical-align:middle;
margin-right:10px;
}
.box input[type=text],
.box input[type=password],
.txtField
{
border:6px solid #F7F9FA;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
-moz-box-shadow:2px 3px 3px rgba(0, 0, 0, 0.06) inset, 0 0 1px #95a2a7 inset;
-webkit-box-shadow:2px 3px 3px rgba(0, 0, 0, 0.06) inset, 0 0 1px #95a2a7 inset;
box-shadow:2px 3px 3px rgba(0, 0, 0, 0.06) inset, 0 0 1px #95a2a7 inset;
margin:0;
padding:8px 6px;
width:270px;
display:block;
}
.box input[type=text]:focus,
.box input[type=password]:focus,
.txtField:focus,
.cjComboBox:focus
{
border:6px solid #f0f7fc;
-moz-box-shadow:2px 3px 3px rgba(0, 0, 0, 0.04) inset, 0 0 1px #0d6db6 inset;
-webkit-box-shadow:2px 3px 3px rgba(0, 0, 0, 0.04) inset, 0 0 1px #0d6db6 inset;
box-shadow:2px 3px 3px rgba(0, 0, 0, 0.04) inset, 0 0 1px #0d6db6 inset;
color:#333;
}
.rightwrapper
{
margin-top:7px;
margin-right:7px;
box-shadow: 0 1px 1px #444444;
border:1px solid #bbbbbb;
border-radius: 8px;
vertical-align:top;
float:right;
width:190px;
background-color:#ffffff;
position: relative;
z-index: 90;
text-align:right;
}
.rightwrapper-header
{
width:100%;
background-color:#aaaaaa;
box-shadow: 0 1px 1px #444444;
border-top-left-radius: 8px 8px;
border-top-right-radius: 8px 8px;
height:25px;
padding-top:1px;
font-size:13px;
font-family:BTitrBold;
direction:rtl;
color: #ffffff;
}
.img-header
{
float:right; 
width:30px; 
height:30px;
}
.rightwrapper .menu
{
line-height:22px;
margin-right:7px;
margin-bottom:1px;
font-size:8pt;
}
.rightwrapper a
{
text-decoration: none; 
cursor: pointer; 
}
.cpmenu
{
    
font-size:10pt;
}
.hovermouse:hover
{
margin-right:5px;
border-bottom-left-radius: 5px 5px;
border-top-left-radius: 5px 5px;
background-color:#eeeeee;
}
.theme-item
{
border:1px solid gray;
border-radius:5px 5px;
padding:60px 2px 2px 2px;
height:70px;
    
}
.theme-item:hover
{
border:1px solid blue;
box-shadow: 0 5px 5px #444444;
}
.uibutton { 
border-left: 1px solid #999;
border-right: 1px solid #999;
border-top: 1px solid #999;
border-bottom: 1px solid #888;
position: relative; 
z-index: 1;
overflow: visible; 
display: inline-block; 
padding: 0.3em 0.6em 0.375em; 
margin: 0;
text-decoration: none; 
text-align: center;
font: bold 11px/normal 'lucida grande', tahoma, verdana, arial, sans-serif; 
white-space: nowrap; 
cursor: pointer; 
/* outline: none; */
color: #333; 
background-color: #eee;
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff;
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff;
zoom: 1;
display: inline;
background-image: linear-gradient(#f5f6f6, #e4e4e3);/* for IE 6 - 9 */
/* IE hacks */
}

.uibutton:hover,
.uibutton:focus,
.uibutton:active {
border-color: #777 #777 #666;
}

.uibutton:active {
border-color: #aaa;
background: #ddd;
filter: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

/* overrides extra padding on button elements in Firefox */
.uibutton::-moz-focus-inner {
padding: 0;
border: 0;
}
.uibutton.confirm {
border-color: #29447E #29447E #1A356E;
color: #fff;
background-color: #5B74A8;
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #8a9cc2;
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #8a9cc2;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #8a9cc2;
background-image: linear-gradient(#637bad, #5872a7);
/* for IE 6 - 9 */
top: -1px;
left: 0px;
}

.uibutton.confirm:active {
border-color: #29447E;
background: #4F6AA3;
filter: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
