﻿/* CSS layout */
#container {
	width: 942px;
	background-color: #E7EDF5;
	height: auto;
	margin:0 auto;
}
#left_col {
	width: 225px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: right;
	float: left;
	height: auto;
	padding-top: 10px;
	margin-top: 2px;
}
#right_col 
{
    display:none;
    visibility:hidden;
	width: 150px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: right;
	float: right;
	height: auto;
	padding-right: 2px;
	padding-left: 2px;
	text-decoration: none;
	margin-top: 10px;
	line-height: 6px;
	top: 10px;
}
.page_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	position: relative;
	width: 700px;
	height: auto;
	background-color: #E7EDF5;
	margin-top: 2px;
	text-align: center;
	margin-bottom: 2px;
	margin-left: 10px;
	float: left;
	padding-top: 10px;
}

.frame1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	border: 1px solid #123875;
	padding: 4px;
	margin: 5px;
	position: relative;
	width: 525px;
	height: auto;
	display: block;
}
.frame2 {
	margin: 5px 10px 5px 8px;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	border: 1px solid #123875;
	position: relative;
	width: 250px;
	height: auto;
	float: right;
}
.frame3 {
	margin: 5px 7px 5px 5px;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	border: 1px solid #123875;
	position: relative;
	width: 250px;
	height: auto;
	float: right;
}
#masthead {
	height: 158px;
	position: relative;
	background-image: url('images/banner.jpg');
}

#nav{
	direction: rtl;
}
.StaticMenuItemStyle{
	border: 1pt solid #123875;
	background-color:#C7DFFB;
	width: 116px;
	padding: 2px 5px;
	font-weight: bold;
}
.StaticHoverStyle{
	border: 1pt solid #123875;
	background-color:#A7C5FA;
	width: 117px;
	padding: 2px 5px;
	font-weight: bold;
}
.DynamicMenuStyle{
	width: 135px;
	background-color: #A7C5FA;
	border: 1pt solid #123875;
}
.DynamicHoverStyle{
	border: 1pt solid #123875;
	background-color: #A7C5FA;
	color: #FFFFFF;
	font-weight: bold;
	text-align:right;
	padding: 2px;
	width: 135px;
}
.DynamicMenuItemStyle {
	background-color: #C7DFFB;
	border: 1pt solid;
	padding: 2px 5px;
	width: 135px;
	text-align:right;
	font-weight: bold;
	font-size:small;
}

/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
  
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}



