﻿/* 
-----------------------------------------------------------------------------
NULL BROWSER DEFAULTS
-----------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body, div, p, h1, h2, h3, h4, ul, li, table {
	margin: 0;
	padding: 0;
	border: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: top;
}
ul {
	list-style: none;
}
iframe {
	border: 0;
}
/* 
-----------------------------------------------------------------------------
GLOBAL DEFAULT ELEMENTS
-----------------------------------------------------------------------------*/
body {
	/*background-image: url('Layout/bac-pix.gif');
	background-repeat: repeat;
	background-position: center top;*/
	color: #404040;
	font-style:normal; font-variant:normal; font-weight:normal; line-height:15px; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif
}

a:link {
	color: #086EB6;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #086EB6;
}
a:hover {
	text-decoration: underline;

}
a:active {
	text-decoration: none;
	color: #00559c;
}
a:focus {
	-moz-outline: 0;
	outline: 0;
	outline-offset: 0;
}


a img {
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-family: 'Verdana','Lucida Grande', 'Trebuchet MS','Lucida Sans Unicode','Lucida Sans Regular', sans-serif;
}
h1 {
	font-weight: normal;
	font-size: 24px;
}
h2 {
	font-size: 15px;
	margin: 0 0 6px 0;
}
h3 {
	font-size: 10px;
	text-shadow: none;
	text-transform: uppercase;
}
h4 {
	font-size: 13px;
	margin: 0 0 6px 0;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 11px;
}
p {
	margin: 0 0 18px 0;
	text-align: justify;
}
small {
	font-size: 10px;
	line-height: 1.2;
}
strong {
	font-weight: bold;
}
/* 
-----------------------------------------------------------------------------
HEADER CLASSES
-----------------------------------------------------------------------------*/
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}
h2 span {
	font-weight: normal;
}
h2.pad {
	margin-bottom: 15px;
}
div.left-col h4, div.left-col-solo h4 {
	margin: 0 0 6px 0;
}
h3 small {
	font-size: 10px;
	font-weight: normal;
	word-spacing: 0em;
}
h3.dash {
	padding: 3px;
}
h3.dash a {
	text-decoration: none;
}
h4 small {
	font-weight: normal;
}
h4.error {
	padding: 6px;
	font-size: 12px;
	font-weight: bold;
}
h6 {
	margin: 0 0 4px 0;
}
/*-----------------------------------------------*/
.hidden {
	visibility: hidden;
	display: none;
}
.visible
{
	visibility:visible;
	display:block;
}
.LineSeperator {
	background-position:  left 50%;
	background-image: url('Layout/dotted_line.gif');
	background-repeat: repeat-x;
	height: 1px;
	line-height: 1px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%
}
.comboBox {
	text-align: left;
	margin: 0px 0px 0px 4px;
	background-color: #f7f7f8;
	border-right: #b0aeae 1px solid;
	border-top: #b0aeae 1px solid;
	border-left: #b0aeae 1px solid;
	border-bottom: #b0aeae 1px solid;
	padding-right: 0px;
	padding-left: 2px;
	
}
.yellowNote {
	background: #FFFFCC left top;
	padding: 3px;
	border: 1px dashed #999999;
	font-size: 11px;
	color: #4d4d4d;
	text-align: left;
	font-weight: bold;
	display: block;
	text-align: left;
	height: auto;
	margin: 0px;
}
.yellowNote A {
	font-weight: bold;
	text-decoration: underline;
}
.yellowNote .info {
	color: Green;
	padding-top: 10px;
}
.yellowNote .error{
	color:red;
}


.smallNote {
	font-family: Verdana;
	font-size: 9px;
	color: Gray;
	text-align: left;
}
.button {
	border-top: #9e9e9e 1px solid;
	border-bottom: #9e9e9e 1px solid;
	border-right: #9e9e9e 1px solid;
	border-left: #9e9e9e 1px solid;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	height: 20px;
	width: 100px;
	padding-bottom: 2px;
	font-family: Verdana;
	font-size: 10px;
	color: white;
	font-weight: bold;
	background-color: #076EB7;
	background-repeat: repeat;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	margin-left:4px;
	margin-top: 10px;
	margin-right: 4px;
	text-transform: uppercase;
}
.textBox {
	width: 100px;
	text-align: left;
	height: 14px;
	margin: 0px 0px 2px 4px;
	vertical-align: middle;
	background-color: #f7f7f8;
	border-right: #b0aeae 1px solid;
	border-top: #b0aeae 1px solid;
	border-left: #b0aeae 1px solid;
	border-bottom: #b0aeae 1px solid;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
}
.TextAreaEnglish 
{
	margin: 0px 0px 2px 4px;
	text-align: justify;
	direction: ltr;
	overflow: auto;
	display: block;
	background-color: #f7f7f8;
	border-right: #b0aeae 1px solid;
	border-top: #b0aeae 1px solid;
	border-left: #b0aeae 1px solid;
	border-bottom: #b0aeae 1px solid;
	width: 100px;
	height:100px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
}
.textBoxArabic {
	width: 100px;
	height: 14px;
	margin: 0px 4px 2px 0px;
	vertical-align: middle;
	background-color: #f7f7f8;
	border-right: #b0aeae 1px solid;
	border-top: #b0aeae 1px solid;
	border-left: #b0aeae 1px solid;
	border-bottom: #b0aeae 1px solid;
	padding-right: 2px;
	padding-left: 2px;
	text-align: right;
	direction: rtl;
	font-size: 12px;
	font-family: Tahoma;
}

.TextAreaArabic 
{
	margin: 0px 4px 0px 0px;
	text-align: justify;
	direction: rtl;
	padding: 5px 5px 1px 5px;
	background-color: #f7f7f8;
	border-right: #b0aeae 1px solid;
	border-top: #b0aeae 1px solid;
	border-left: #b0aeae 1px solid;
	border-bottom: #b0aeae 1px solid;
	padding-right: 2px;
	padding-left: 2px;
	overflow: auto;
	display: block;
	width: 100px;
	height:100px;
}
.leftTopTD
{
	text-align:left;
	vertical-align:top;
	width: 357px;
	 padding-left:2px;
}
.rightTopTD
{
	text-align:right;
	vertical-align:top;
}	
.seperator {
	clear: both;
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
.Title {
	font-size: 12px;
	color: #00549E;
	font-weight: bold;
	TEXT-TRANSFORM:uppercase;
}
.Title2
{
	color: #0168AD;
    font-size: 15px;
    font-weight: normal;	
}           
.SubTitle {
	font-size: 12px;
	color: #00549E;
	font-weight: bold;
	TEXT-TRANSFORM: capitalize;
}
.RedLink a{
	color:red !important;
	font-size: 10px;
}
/*-------------------------------------------------------------------------*/
#divMain
{
	width:995px; 
	margin:0 auto 0 auto;
}
/*---- Rounded corners Box-------------------*/
.td_RoundedCornersBoxHeader
{
    color: #0168AD;
    vertical-align: top;
    padding: 5px 2px 10px 2px;
    text-align:left
}
.td_RoundedCornersBox
{
    font-size: 9px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 14px;
    text-align: justify;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: left top;
    vertical-align: top;
}
.td_RoundedCornersBox table
{
  margin:0px 2px 0px 2px;
}
.td_RoundedCornersBox table tr td
{ 
	vertical-align: top;
}
.td_RoundedCornersBoxContent
{
    padding: 0px 2px 0px 2px;
    vertical-align:top;
    text-align:left;
}

/*---- End Rounded corners Box-------------------*/
.newsticker-jcarousellite { width:300px; margin:15px auto;}
.newsticker-jcarousellite * { margin:0; padding:0; }
.newsticker-jcarousellite ul li{ list-style:none; display:block; padding-bottom:1px; margin-bottom:2px; height:90px; text-align:left; }
