﻿html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button
{
	margin: 0;
	padding: 0;
	border: 0;
}
h1, h2, h3, h4, h5, h6
{
}
/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1
{
	margin: 0;
	font-size: 1.6em;
	font-weight: normal;
	color: steelblue;
}
h2
{
	margin: 0.5em 0;
	font-size: 1.5em;
	font-weight: normal;
}
h3
{
	margin: 0.5em 0;
	font-size: 1.4em;
	font-weight: normal;
}
h4
{
	margin: 0.5em 0;
	font-size: 1.2em;
	font-weight: bold;
}
h5
{
	margin: 0;
	font-size: 10px;
	font-weight: bold;
}
h6
{
	margin: 0.5em 0;
	font-size: 0.8em;
	font-weight: bold;
	direction: rtl;
	text-align: right;
}
p
{
	margin: 1em 0;
	line-height: 1.4;
}
a
{
	text-decoration: underline;
	color: Blue;
}
a:hover
{
	text-decoration: none;
}
#sahbaTitle
{
}
#sahbaTitle A
{
	text-decoration: none;
}

/*background-color: #1a76b7; 'Jello Mold' page construction technique based on http://www.positioniseverything.net/articles/jello.html */
#myBody
{
	direction: rtl;
	width: 98%;
	text-align: center;
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #333333;
}
#middleDiv
{
	vertical-align: top;
	margin: 2px 2px 0px 2px;
	border: 1px solid white;
	padding: 2px;
	background-color: white; /*background-image:url(Images/header_bg.jpg); 	background-repeat:no-repeat; 	background-position:top right; 	*/
}
#rightColumn
{
	float: right;
	width: 110px;
	margin-top: 2px;
	margin-left: -3px; /* IE 3px display bug fix (in conjunction with the rule following below)*/ ;
text-align:right;
font-size:0.9em;
height:400px;
background-color:White;
}
html > body #rightcolumn
{
	margin-left: 0;
}
#centerColumn
{
	height: 1%;
	margin: 2px;
	direction: rtl;
	background-color: White;
	text-align: center;
	border: solid 0px LightGrey;
	padding: 4px;
}
html > body #centercolumn
{
	height: auto;
	margin-left: 152px;
	margin-right: 152px;
}
#centerContainer
{
	width: 98%;
	text-align: center;
}
#centerInputFormContainer
{
	width: 500px;
	text-align: center;
}
#maincontent fieldset
{
	margin-bottom: 1em;
	padding: 1em;
	border: 1px dotted #EEA2CD;
	color: #573922;
}
* html #maincontent legend
{
	padding: 0.5em;
	background-color: #FFFFFF;
}
.button
{
	font-family: Tahoma;
	cursor: hand;
}
.control
{
	margin: 1px;
	font-size: 96%;
	font-family: Tahoma;
}
#footerDiv
{
	background-color: White;
	position: relative;
	margin: 0px 2px 2px 2px;
	border: 0px solid red; /*background-image:url(Images/header_bg.jpg); 	background-repeat:no-repeat; 	background-position:top right; 	*/
	text-align: center;
	vertical-align: middle;
}
#footer
{
	margin: 02px;
	padding: 0.5em;
	font-size: smaller;
	text-align: center;
}
#footer a
{
	padding: 0 0.5em;
}
#divContentPartHeader
{
	/*font-size: 14px;*/
	font-weight: bold;
}
#divContentPartHeaderImage
{
	float: right;
	vertical-align: middle;
}
#pnlContent
{
	width: 95%;
	border: solid 1px blue;
}
#divContentPart
{
	padding: 2px;
	text-align: justify;
}
.contentPart
{
	border: solid 1px #92b0dd;
	color: #333;
	margin: 5px;
	margin-top: 10px;
	width: 500px;
}
.contentPartHeader
{
	/*background-image: url(Images/grd-1px_1.1.gif); 	color: #18397c; 	 	*/
	color: #07519a;
	border: solid 1px #b0bec7;
	background-position: left bottom;
	background-repeat: repeat-x;
	padding: 2px;
	vertical-align: middle;
	background-color: #e2eaf8;
	border-bottom-color: #aacdee;
	font-size: 14px;
	font-weight: bold;
}
.contentPartDetails
{
	color: #666;
	border: solid 0px #b0bec7;
	text-align: justify;
	padding: 2px;
	margin-top: 4px;
}
.contentPartDetails A
{
	color: teal;
	margin: 4px;
	padding: 4px;
	text-align: justify;
	text-decoration: none;
}
.contentPartDetails A:hover
{
	color: green;
	font-size: 18px;
	text-align: justify;
	text-decoration: underline;
}
.contentPartDetails HR
{
	color: silver;
}

.inputForm
{
	width: 95%;
	padding: 2px;
}
.newTitle
{
	margin-top: 8px;
	margin-right: 4px;
	float: right;
	width: 100px;
	text-align: right;
	direction: rtl;
	margin-top: 4px;
}
.newContent
{
	padding: 2px;
	text-align: left;
	direction: ltr;
	width: 300px;
	font-family: Tahoma Sans-Serif; /*font-size: 10pt;*/ ;
float:right;
}
.errorLabel
{
	text-align: left;
	color: Red;
	direction: ltr;
}
.showLabel
{
	color: Black;
}
.titleLabel
{
	font-weight: bold;
}
.fieldLabel
{
	float: right;
	text-align: left;
	width: 98%;
}
.fieldLabelTitle
{
	text-align: center;
	width: 98%;
}
.fieldText
{
	width: 95%;
	margin: 1px;
	font-size: 96%; /**/ ;
font-family:Tahoma;
}
.fieldTitle
{
	border: solid 0px white;
	vertical-align: middle;
	padding: 2px; /**/
	font-size: 12pt;
	font-weight: bold;
}
.title
{
	border: solid 0px white;
	color: White;
	vertical-align: middle;
	padding: 6px;
	padding-top: 15px;
	font-size: 12pt;
	width: 500px;
}
.formViewDetails
{
	width: 98%;
	height: 250px;
}
A.help
{
	text-align: center;
	border: #ccc 1px solid;
	padding-right: 1px;
	padding-left: 1px;
	font-weight: bold;
	font-size: 1em;
	z-index: 84;
	padding-bottom: 0px;
	color: #666;
	padding-top: 0px;
	position: relative;
	background-color: #eee;
	text-decoration: none;
	display: inline-block;
	width: 25px;
}
A.help:hover
{
	border: #333 1px solid;
	z-index: 85;
	color: #fff;
	background-color: #5c86be;
}
A.help SPAN
{
	display: none;
	font-weight: normal;
	font-size: 8pt;
	cursor: default;
	font-family: Tahoma,Verdana,Arial,sans-serif;
	direction: rtl;
	text-align: justify;
}
A.help:hover SPAN
{
	border: #333 1px solid;
	padding-right: 10px;
	display: block;
	padding-left: 10px;
	left: -40px;
	padding-bottom: 8px;
	width: 200px;
	color: #333;
	padding-top: 5px;
	border-bottom: #333 1px solid;
	position: absolute;
	top: 20px;
	background-color: #eee;
	text-align: justify;
	direction: rtl;
	z-index: 85;
}
A.helpA
{
	text-align: center;
	border: #ccc 1px solid;
	padding-right: 1px;
	padding-left: 1px;
	font-weight: bold;
	font-size: 1em;
	z-index: 24;
	padding-bottom: 0px;
	color: #666;
	padding-top: 0px;
	position: relative;
	background-color: #eee;
	text-decoration: none;
	display: block;
	width: 25px;
}
.helpSpan
{
	border: #333 1px solid;
	padding-right: 10px;
	padding-left: 10px;
	left: -40px;
	padding-bottom: 8px;
	width: 200px;
	color: #333;
	padding-top: 5px;
	border-bottom: #333 1px solid;
	position: absolute;
	top: 20px;
	background-color: #eee;
	text-align: justify;
	direction: rtl;
}
A.info
{
	border-right: #ccc 1px solid;
	padding-right: 6px;
	border-top: #ccc 1px solid;
	padding-left: 6px;
	font-weight: bold;
	font-size: 1em;
	z-index: 24;
	padding-bottom: 0px;
	border-left: #ccc 1px solid;
	color: #666;
	padding-top: 0px;
	border-bottom: #ccc 1px solid;
	font-family: Courier New, Courier, Monospace;
	position: relative;
	background-color: #eee;
	text-decoration: none;
}
A.info:hover
{
	border-right: #333 1px solid;
	border-top: #333 1px solid;
	z-index: 25;
	border-left: #333 1px solid;
	color: #fff;
	border-bottom: #333 1px solid;
	background-color: #5c86be;
}
A.info SPAN
{
	display: none;
	font-weight: normal;
	font-size: 1em;
	cursor: default;
	font-family: Tahoma,Verdana,Arial,sans-serif;
}
A.info:hover SPAN
{
	border-right: #333 1px solid;
	padding-right: 10px;
	border-top: #333 1px solid;
	display: block;
	padding-left: 10px;
	left: -40px;
	padding-bottom: 8px;
	border-left: #333 1px solid;
	width: 200px;
	color: #333;
	padding-top: 5px;
	border-bottom: #333 1px solid;
	position: absolute;
	top: 20px;
	background-color: #eee;
	text-align: left;
}
.gridLink
{
	text-decoration: none;
}
.treeView A
{
	color: Black;
	margin: 3px;
}
.oddRow
{
	background-color: #ccccff;
}
.row
{
}
.financialShowForm
{
	width: 95%;
	padding: 2px;
	border: solid 1px #ccccff;
}
.mag
{
	background-image: url(MagsImages/BGMag.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 4px;
	height: 125px;
	margin: 1px;
}
.magHeader
{
	width: 100px;
	background-image: url(MagsImages/BGHeader.gif);
	background-repeat: no-repeat;
	padding-top: 12px;
	height: 35px;
}
.magImgs
{
	width: 75;
	height: 110;
}

