﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    height: auto;
    background-color: white;
}
 
a:link
{
   
    color: #98A9CA;
    font-size:medium;
   
     text-decoration   :  none;
    text-align: center;
}
a:visited
{

    font-size:medium;
  
     color : #98A9CA;
}
a:hover
{
    color: black;
 
    font-style:italic;

}
a:active
{
    color: white;
   
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.5em;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: auto;
   
    margin-left: auto;
    margin-right: auto;
    direction:rtl;
    height:auto;

    
}
.PageTitle
{
    color: blue; 
    font-size: x-large;
    font-weight: bold;
    
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
    top: 0px;
    right: 0px;
    height:270px;
    
}



#main
{
   
     margin-bottom: 0px;
     
      border-color :#5A7892;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

#footer
{
    color: #999;
    padding: 10px 0;
    line-height: normal;
    margin: 0;
    margin-bottom:5px;

    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/
Label
{
    font-size:medium;
    font-weight:lighter;
}
.Alert {
    color: #FF0000;
    font-weight: bold;
    text-decoration: blink;
    font-size: medium;
   
}

fieldset
{
    border: 1px solid #CCC;
    width:97%;
    height: auto;
    margin-top: 2%;
    margin-bottom: 1%;
   margin-right: auto;
    margin-left: auto;
    border-radius: 10px;

}

legend {
    font-size: 1.5em;
    color: #929292;
    font-weight: bold;
    margin-left: 110px;
    padding: 5px 10px;
    border: 1px solid #929292;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -border-radius: 5px;
    -khtml-border-radius: 5px;
    text-transform: capitalize;
    border-radius: 5px;
}

input[type="text"] {
    width: 90%;
    border: 1px solid #CCC;
    height: 22px;
    /*border-radius: 4px;*/
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
    /*background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);*/
    background-color: transparent;
  
    border-style:none;

    border-bottom-style:dotted;
}
.negative
{
    color:white;
}
input[type="password"] {
    width: 90%;
    border: 1px solid #CCC;
    height: 22px;
    /*border-radius: 4px;*/
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
    /*background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);*/
    background-color: transparent;
  
    border-style:none;
    border-bottom-style:dotted;
}

select {
   display: inline-block;
    padding: 4px 3px 5px 5px;
    width: 150px;
    outline: none;
    color: #74646e;
    border: 1px solid #C8BFC4;
    border-radius: 4px;
    box-shadow: inset 1px 1px 2px #ddd8dc;
    background-color: #fff;
    height: 30px;
}


/* TABLE
----------------------------------------------------------*/

table 
{
  /*border: solid 1px #e8eef4;
  border-collapse: collapse;*/
}

table td 
{
  
  font-size:medium;
 

}

/* MISC  
----------------------------------------------------------*/

.DivSystemName
{
    margin: 10px 65px auto auto;
    float: right;
    font-size: x-large;
    color: white;
    font-family: Arial;
    font-weight: bold;
}
.DivCompanyName

{

color : white;
font-size:large;
font-family: Arial;

}

.DivStdLogin
{

    float: left;
    font-size:smaller;
    color: #FFFFFF;
    font-family: Arial;
    width: 40%;
    height: 100%;
    margin-left: 5%;
}
.DivStdLogin
{

    float: left;
    font-size:smaller;
    color: #FFFFFF;
    font-family: Arial;
    width: 40%;
    height: 100%;
    margin-left: 5%;
}
.SiteMapBar
{
    margin-right: 50px;
    color: #FF0000;
    font-style: italic;
    font-weight: bold;
    margin-top:20px;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.HR
{
 width:400px;
 height:1px;
 background-color: #AA3804;
   
}

p { padding: 5px 0; }




.text-box
{
    width: 30em;
   
}

.display-label

{
    margin: 1em 0 0 0;
    font: normal 20px 'Yanone Kaffeesatz', sans-serif;
     border-style:dotted ;
    border-width:thin;
    text-align:center;
    font-size:medium;
    width:100px;
   
}
.display-field

{
    margin:1em 0 0 0;
   
    font: normal 20px 'Yanone Kaffeesatz', sans-serif;
    font-size:medium;
    border-style:solid ;
    border-width:thin;
     text-align:center;
     width:100px;
    
   
}
.editor-label
{
    margin: 1em 0 0 0;
    font-family:Times New Roman ;
    font-size:small;
     border-style:dotted ;
    border-width:thin;
    text-align:center;

   
}



.editor-field
{
    margin:1em 0 0 0;
   
    font: normal 20px 'Yanone Kaffeesatz', sans-serif;
    font-size:medium;

    
   
}
