﻿/* -- Common element styles -- */
body { font: 12pt Arial; color: Navy; }
div { _zoom: 1; } /* IE6 bug trick */

img { border: none 0pt; }

ol {  }
ol li { list-style-type: decimal; list-style-position: inside; }
.content ul li,
#ArticleContent ul li { list-style-type: disc; list-style-position: inside; .list-style-position: outside; .margin: 0pt 1em 1em 1em; } /* FireFox bug trick */

a { color: #0063AB; text-decoration: none; }
a:hover { text-decoration: underline; }

/* -- Common langauge classes -- */
.awLtr { direction: ltr; text-align: left; }
.awRtl { direction: rtl; text-align: right; }
.awSep, .awSepA, .awSepB { font-size: 0pt; line-height: 0pt; clear: both; }

/* -- Hebrew as main language -- */
.awAgn { text-align: right; } .awAgnA { text-align: left; }
.awDir { direction: rtl; } .awDirA { direction: ltr; }
.awLng { direction: rtl; text-align: right; } 
.awLngA { direction: ltr; text-align: left; }
.awFlt { float: right; }
.awFltA { float: left; }
.awSep { clear: right; }
.awSepA { clear: left; }

/* -- English as main language -- 
.awAgn { text-align: left; } .awAgnA { text-align: right; }
.awDir { direction: ltr; } .awDirA { direction: rtl; }
.awLng { direction: ltr; text-align: left; } 
.awLngA { direction: rtl; text-align: right; }
.awFlt { float: left; }
.awFltA { float: right; }
.awSep { clear: left; }
.awSepA { clear: right; } */

.noBorders * { border: none; }
.debug1 { background-color: #eee; }
.debug2 { background-color: #dde; }
.debug3 { background-color: #ddd; }
.debug4 { background-color: #ccd; }
.debug5 { background-color: #ccc; }

.hidden { display: none; }
.hideChild div { display: none; }

.btnEdit { width: 16px; background: url(../images/edit.png) no-repeat 50% 50%; }
.btnDelete { width: 16px; background: url(../images/delete.png) no-repeat 50% 50%; }

.MarginTop { margin-top: 0.8em; }
.MarginBottom { margin-bottom: 0.8em; }

/* Footer Menu */
ul.vList { padding: 0.4em; line-height: 1em; margin-top: 0em;}
ul.vList li { display: inline; cursor: default; font-weight: bold; padding: 0.4em; }
ul.vList li a { text-decoration: none; font-size:11pt; color:#103155; }
ul.vList li a:hover { /*text-decoration: none; border-top: solid 1px #7DB6E8; border-bottom: solid 1px #7DB6E8;*/ }

#pageCredit { margin-top: 3px; text-align: center; color: #928C6A; direction: ltr; width: 100%; position: relative; }
#pageCredit img { vertical-align:bottom; border:none; }
#pageCredit a { color: #928C68; font-weight: bolder; text-decoration: none;font-size:11px;font-family:arial; }
#pageCredit a:hover { text-decoration: none; }
#pageCredit div, #pageCredit div a { font: 7.5pt Arial; font-weight: normal; }
#pageCredit a.atplogic { }
#pageCredit a.atplogic b { }

.x-form-item, .x-combo-list-item { font-family: Arial; font-weight: normal; }
.x-form-item label, .x-form-item .x-form-textarea { font-size: 13px;  font-weight:bold; color:#22456F;}
.x-form-item input.x-form-text, .x-combo-list-item { font-size: 13px; height: 17px; }


.CPage p { margin-bottom: 1em; }
.x-form-field-wrap .x-form-trigger { height: 19px; }
.x-form fieldset legend { font-size: 16px; }

#cbRightFacebookDiv {width:100%; float: right;}
