﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #ffffff;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    color: #333333;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
    text-align: left;
}

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #333333;
    
    text-transform: none;
    font-weight: 200;
}

h1
{
    font-size: 1.6em;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;

}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

.page
{
    width: 780px;
    background-color: #fff;
    margin: 0px auto 0px auto;
}

.header
{
    position: relative;
    background: #ffffff;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    font-size:medium;
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 220px;
}

.footer
{
    color: #4e5766;
    text-align: center;
    line-height: normal;
}

.header_line{
background:url(../Template/images/header_line.jpg) center no-repeat;
height:13px;
float:left;
width:100%;
}
.logo{
float:left;
    width: 91px;
}

.headerimg{
float:right;	
}

.inputText 
{
    
    font-weight:normal;
    color:Gray;
 border: solid 1px #cccccc;
 background-color: #ffffff;
    margin-bottom: 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding:6px;
   font-size: 1.8em;
}
.inputText:focus
{
box-shadow: 0px 0px 0px 2px #a1a0a0;
background-color: #f2f2f2;
}
.inputTextAR
{
   font-size: 1.5em;
    font-weight:normal;
    color:Gray;
 border: solid 1px #cccccc;
 background-color: #f5f5f5;
 direction:rtl;
}
.inputText2 
{
   font-size: 1.3em;
    font-weight:normal;
    color:Gray;
 border: solid 1px #cccccc;
 background-color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding:4px;
   font-size: 1.5em;
}

.inputMenu
{
   font-size: .90em;
    font-weight:normal;
    color:Gray;
 border: solid 1px #cccccc;
 background-color: #f5f5f5;
}
.ButtonClick {
	font-size: 11px; 
	color: #000000; 
	font-family: verdana, arial, sans-serif;
	font-weight:bold;
}
.alert 
{
    font-size: 1em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    color: #ff0000;
}
