﻿/* -- Common element styles -- */
body { font: 12pt Arial; color: Navy; }
div { _zoom: 1; } /* IE6 bug trick */

ol {  }
ol li { list-style-type: decimal; list-style-position: inside; }
.content 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; }

/* -- 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; }
*/

/* -- 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; } 

.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;color:#cccccc;}
ul.vList li { display: inline; cursor: default; }
ul.vList li a { text-decoration: none; font-weight: bold; }
ul.vList li a:hover { /*text-decoration: none; border-top: solid 1px #7DB6E8; border-bottom: solid 1px #7DB6E8;*/ }

#pageCredit { margin-top: 3px; text-align: left; color: #5D5D5D; direction: rtl; }
#pageCredit a { color: #5D5D5D; font: 12px Arial; font-weight: bold; text-decoration: none; }
#pageCredit a:hover { text-decoration: none; }
#pageCredit div, #pageCredit div a { font: 7.5pt Arial; font-weight: normal; }

.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; }
.x-form-item input.x-form-text, .x-combo-list-item { font-size: 13px; line-height: 21px; height: 21px; }


.CPage p { margin-bottom: 1em; }
.x-form-field-wrap .x-form-trigger { height: 24px; }
.x-btn button { font-size: 13px; line-height: 15px; }
.x-form fieldset legend { font-size: 16px; }