/*login*/
@font-face {
  font-family: "UniversNextArabic";
  src: url("/fonts/UniversNextArabic-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

body, a, p, td, th, h3, font, input, select, textarea {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
}
body
{
  margin: 8px;
  background-color: #fff;
  color: #333333;
}
img {border: 0;}
th {font-weight: normal;}
h3 {
    margin: 0;
    padding: 0.3em;
    text-align: center;
}
a, a:active, a:visited
{
  color: #1f75cc;
  outline: none;
}
a.button, a.button:visited, a.tab, a.tab:visited, a.axislist
{
  color: #333333;
  text-decoration: none;
}
a.tab
{
  width: 80px;
  display: block;
  text-align: center;
}
hr
{
  height: 1px;
  background-color: #666666;
  border-style: none;
}
select,
input[type="text"]{
  height: 24px;
  padding: 2px;
}
select,
input[type="text"],
input[type="button"],
input[type="password"],
textarea
{
  border: 1px solid;
  border-color: #e4e4ee;
  border-top-color: #aaadb2;
  color: #333333;
  background-color: #ffffff;
}
input, textarea
{
  color: black;
  padding: 1px 3px;
}
input.ui-button {
	font-family: Tahoma, Helvetica, sans-serif;
}
input.button
{
  height: 26px;
  color: #000;
  font-size: 11px;
  padding-left: 16px;
  padding-right: 16px;
  background: #f4fbff;
  border: 1px solid #aaccee;
}
input.button:hover
{
  background: #ddf1fd;
}
input.mainaction
{
  font-weight: bold;
  border: 1px solid #aaccee;
}
.alttext
{
  font-size: 11px;
}
.hint
{
  color: #666;
  font-size: 11px;
}
/** common user interface objects */
#mainscreen
{
  position: absolute;
  top: 110px;
  right: 20px;
  bottom: 20px;
  left: 20px;
}
#header
{
  position: absolute;
  top: 8px;
  left: 19px;
  width: 170px;
  height: 40px;
  z-index: 100;
}
#message
{
  position: absolute;
  display: none;
  top: -1px;
  left: 200px;
  right: 200px;
  z-index: 5000;
  opacity: 0.85;
}
#message div
{
  width: 400px;
  margin: 0 auto 0 auto;
  min-height: 22px;
  padding: 8px 10px 8px 46px;
}
#message div.notice,
#remote-objects-message
{
  background: url(/images/display/icons.png) 6px 3px no-repeat;
  background-color: #F7FDCB;
  border: 1px solid #C2D071;
}
#message div.error,
#message div.warning
{
  background: url(/images/display/icons.png) 6px -97px no-repeat;
  background-color: #EF9398;
  border: 1px solid #DC5757;
}
#message div.confirmation
{
  background: url(/images/display/icons.png) 6px -47px no-repeat;
  background-color: #A6EF7B;
  border: 1px solid #76C83F;
}
#message div.loading
{
  background: url(/images/display/loading.gif) 6px 3px no-repeat;
  background-color: #f4fbff;
  border: 1px solid #b9d5f1;
}
.box
{
  border: 1px solid #b9d5f1;
}
.boxcontent
{
  padding: 15px 10px 10px 10px;
}
.boxcontent table td.title
{
  color: #2c84e1;
  padding-right: 10px;
}
/***** common table settings ******/
#login {
   background: #eff9ff url(/themes/blue/images/login_bg.png) repeat-x;
  padding: 0;
  margin: 0;
}
#login-container {
  margin: 0;
    background: url(/themes/blue/images/login.png) no-repeat center top;
  padding: 155px 0 100px 0;
}
#login #logo {
  position: absolute;
  right: 0;
  bottom: 20px;
}
#login-form
{
  margin: 0 auto 0 auto;
  width: 420px;
  border: 1px solid #aaccee;
  background: #e9f4ff;
  -moz-box-shadow: 3px 3px 4px #c0dcee;
  -webkit-box-shadow: 3px 3px 4px #c0dcee;
  box-shadow: 3px 3px 4px #c0dcee;
}
#login-form .boxtitle {
  border-bottom: 1px solid #aaccee;
  height: auto !important;
}
#login-contents {
  padding: 10px 20px 0 20px;
}
#login-contents input[type="text"],
#login-contents input[type="password"] {
  height: auto;
}
#login-form {
	width: 450px;
}
#login-form table td {
  padding: 3px;
}
#login-form table td.title
{
  text-align: right;
  white-space: nowrap;
  color: #E37612; font-weight: bold;
  width: 1%;
}
#login-form table
{
  width: 100%;
  margin: 0;
}
#login-form table input {
  width: 99%;
  padding: 3px;
}
#login-button {
  text-align: right;
  padding: 6px 0 10px 0;
}
#login-button .button {
  height: auto;
  padding: 4px 20px 4px 20px;
}
#loginuser, #loginpwd
{
  width: 200px;
}
#console
{
  opacity: 0.8;
}
.disabled
{
  color: #999;
}
font.bold
{
  font-weight: bold;
}
/***** onclick menu list *****/
fieldset
{
  margin-bottom: 1em;
  border: 1px solid #bfd9f2;
  padding: 4px 8px 9px 8px;
}
legend
{
  color: #1f75cc;
}
fieldset.tabbed
{
  margin-top: 22px;
  padding-top: 12px;
}
.messagebar-inner {
  background-color: #F6F6F6;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-right:10px;
  padding-bottom:10px;
  padding-top:2px;
}
.messagebar-bar {
  color: #FFFFFF;
  margin: 0 auto;
  width:450px;
  display: none;
  border: 1px solid #afb7cf;
  border-top: none;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #F6F6F6;
  z-index: 240;
  right: 33%;
  text-align: center;
}
.messagebar-close {
    width: 16px;
    height: 16px;
    float: left;
    background: url(/images/close.png) top left no-repeat;
}
.messagebar-close:hover {
  display: block;
  background-position: 0px -16px;
}
#langChange {
	width: 100px;
	direction:ltr;
}
#status {
	background-color: #E6E7E8;
}
#status-form {
  margin: 0 auto 0 auto;
  width: 639px;
  border: 1px solid #999;
  -moz-box-shadow: 3px 3px 4px #999;
  -webkit-box-shadow: 3px 3px 4px #999;
  box-shadow: 3px 3px 4px #999;
}

#status-form .boxtitle {
	width: auto;
	height:35px;
	margin: 0px;
	text-align:center;
 	vertical-align:middle;
	padding: 0;
	font-size:13px;
	color:#cc0033;
	font-weight:bold;
	list-style-type: none;
	padding-top: 10px;
	background: url(/themes/inet/images/title_bg.jpg) #fff top right no-repeat;
}
#status #logo {
  position: absolute;
  right: 0;
  bottom: 20px;
}
#status-container {
  margin: 0;
  padding: 155px 0 100px 0;
}
.copyright {
  font-family: "UniversNextArabic", sans-serif;
  text-align:center;color: #8d8d8d;font-size: 10px;
}
.copyright a {
  font-family: "UniversNextArabic", sans-serif;
  text-decoration: none;
  color: #1382ca;
}
