﻿
html { font-size: 100%; /* IE hack */ }

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-image: url('../images/header/nyt_backgnd_3gold.jpg');
	background-attachment: scroll;
	text-align: center; /* IE needs this to center the pictureframe */
}

/***************************** overall wrapper *************************/

.pictureframe {
	/*margin: 10px 10px 10px 10px; /*sets outer white zone*/
	border: 2px #aaa solid; /*sets main page border*/	
	padding: 0px;
	width: 95%;
	max-width: 900px;
	min-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	margin-bottom: 12px;
}


/****************************** page headers ******************************/

/* header image for HIK pages */
.headerGraphicsHIK {
	background-image:url('../images/header/css/hik_bk_150hi_128w.jpg');
	height: 150px;
	text-align: center;
	border:0px;
	margin:0px;
	padding:0px;
}


/* header nav bar for top of w web pages */
.headernavbar {
	/*display: block;*/
	background-image: url('../images/header/wahiduddins_web_bk_200w.jpg');
	background-color: #022B95;
	text-align: left;
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 34px;
}

.headernavbar a {
	display: inline;
	text-decoration: none;
	background-color: #3366CC;
	margin: 5px 5px 0px 5px;
	padding: 0px;
	float: left;
	border: 0px;
	height: 24px;
	width: 90px;
}

.headernavbar a.imgsl {
	background-image: url('../images/header/nav_sl.gif');
}

.headernavbar a.imgpl {
	background-image: url('../images/header/nav_pl.gif');
}

.headernavbar a.imgcl {
	background-image: url('../images/header/nav_cl.gif');
}

.headernavbar a:hover {
	background-color: #B68809;
}

.headernavbar img {
	/* note that this image is inside of div.headernavbar a */
	
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 24px;
}


/* header image for w web pages */
.headergraphics {
	display: block;
	background-image: url('../images/header/wahiduddins_web_bk_200w.jpg');
	background-color: #022B95;
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 110px;
	text-align: left;
}

.headergraphics img {
	border: 0px;
}


/*********** main table to contain leftCol, textBodyCol, rightCol ************/

.mainTable {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
}


/****************************** left column **********************************/

.leftCol {
	font-family: verdana, arial, hevetica, sans-serif;
	font-size: 8pt;
	width: 195px;
	background-color: #E3E4EC;
	border-right: 1px #D99702 solid;
	margin: 0;
	padding-top: 8px;
	padding-left: 5px;
	vertical-align:top;
	text-align: left;
	border-top: 2px #fff solid;
}

.leftCol a {
	display: block;  /* block and width are keys to full width highlighting */
	font-family: verdana, arial, hevetica, sans-serif;
	font-size: 7.5pt;
	color: #00f;
	padding: 2px 0px 2px 10px;
	margin: 0px;
	text-align: left;
	text-decoration: none;
}

.leftCol .mvIndex a {
	text-align:center;
}

.leftCol a:hover {
	color: #fff;
	background-color: #B68809;
}


.leftCol img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;	
}

.leftCol .spacer {
	border-top: 2px #fff solid;
	text-align: center;
	margin: 10px 15px 6px 15px; 
	height: 2px; /* fix for IE not displaying spacers, hasLayout */
}

.leftCol h6 {
	font-size: 7.5pt;
	font-weight: bold;
	padding: 12px 0px 0px 2px;
	margin: 0px;
}

.leftCol ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.leftCol li {
	margin: 0px;
	padding: 0px;
}

.leftCol li  a{
	margin: 0px;
	padding: 1px 0px 1px 10px;
	text-align: left;
	width: 100%; /* fix for IE hasLayout adding extra space */
}

/* side by side inline (homepage/rss) */
.sideBySide {
	display: inline;
	text-align: center;
	font-weight: bold;
}

.sideBySide a{
	display: inline;
	padding: 2px;
	margin: 14px;
	font-weight: bold;	
}


/* formatting for pdf javascript */
.pdfScript{
	margin-left: 8px;
	font-weight: bold;
	color: #0000ff;
	text-decoration: none;
}


/* site search form */
.leftCol form {
	padding: 0;
	margin: 0;
	text-align: center;
}


.searchform .spacer {
	border-top: 2px #fff solid;
	text-align: center;
	margin: 20px 15px 10px 15px; 
	height: 2px; /* fix for IE not displaying spacers, hasLayout */

}
 
/* input affects both the queryBox and submitButton, including their text */
.searchform input {
	/*background-color: #DE9D05;*/
	display: block;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 8pt;
	color: blue;
	text-align: center; /* positons text in the search box and button*/
	margin-left:auto;
	margin-right:auto;
}

/* changes when mvIndex is in the left column */

.mvIndex {
	text-align: center;
}


.book h5 {
	background-color: #eee;
	color: #222;
}

.book h6 {
	background-color: #fff;
	color: #222;
}


/******************************* main text column, overall setup*****************************/

.textBodyCol {
	background-color: #fff;
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-family:"Times New Roman", Times, serif;
	font-size: 100%;
	text-align: left;
		
}



.textBodyCol h1 {
	font-size: 18pt;
	text-align:center;
	font-weight: normal;
}

.textBodyCol h2 {
	font-size: 16pt;
	text-align:center;
	font-weight: normal;
}

.textBodyCol h3 {
	font-size: 12pt;
	font-weight: 700;
	text-align:center;
	/*margin: 1em 0em 1em 0em;*/
}


.textBodyCol h4 {
	font-size: 12pt;
	font-weight: 700;
	text-align:center;
	/*margin: 1em 0em 1em 0em;*/
	
}

.textBodyCol h5 {
	font-size: 12pt;
	font-weight: bold;
	text-align:center;
	margin: 1em 0em 2em 0em;
}

.textBodyCol h6 {
	font-size: 12pt;
	text-align: center;
	font-weight: bold;
}


.textBodyCol p {
	font-size: 12pt;
}


.textBodyCol a {
	color: #00f;
	text-decoration: none;
	border-bottom: 1px #00f dotted;
}

.textBodyCol a:hover {
	color: #fff;
	background-color: #B68809;
}



.searchformInline input {
	/*background-color: #DE9D05;*/
	display: inline;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 8pt;
	color: blue;
	text-align: center; /* positons text in the search box and button*/
	margin-left:auto;
	margin-right:auto;
}

.subs_box {
	background-color: #E3E4EC;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	padding: 15px;
	border: 1px #B68809 solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 500px;
	
}

.subs_box p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}



.sme p{
	margin: 30px 50px 30px 50px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align:center;
}

.sme li{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}


.left {
	text-align: left;
}


blockquote {
	margin: 15px 20px 10px 20px;
}

/***************************** wahid_web page setup *********************/

.wweb {
	margin: 35px 12px 35px 12px;
}

/*
.wweb h2{
	font-size: 18pt;
	font-weight: normal;
	text-align: left;
	line-height: 28pt;
}
*/
.wweb .footnote {
	font-size: 10pt;
	border-top: 1px #ddd solid;
	margin: 4em 2em 1em 2em;
}

.wweb .footnote p {
	font-size: 10pt;
}

.wweb .notes {
	margin: 20px 40px 20px 40px;
	font-size: 10pt;
}

.quotetext {
	margin: 20px 40px 20px 40px;
}

.quotesource {
	margin: 1em 4em 3.5em 7em;
	font-style: italic;
	font-size: smaller;
}

.wweb .updated  {
	font-size: 8pt;
	font-style: italic;
	text-align: right;
	color: #bbb;
}

.wweb .smaller p{
	font-size: smaller;
}


.bookBody .smaller {
	font-size: smaller;
}

.smaller {
	font-size: smaller;
}


.centered {
	text-align: center;
}


.wweb .checked  {
	font-size: 8pt;
	font-style: italic;
	text-align: right;
	color: #bbb;
}


.wweb .two_lines h2{
	text-align: left;
	line-height: 1.7em;
	margin-left: 10%;
}




.wweb .indented {
	margin: 40px;
}



/********************** wahid_web_w_right sidebar setup******************/

td.rightCol {
	font-family: verdana, arial, hevetica, sans-serif;
	font-size: 8pt;
	width: 160px;
	padding: 8px;
	margin: 0px;
	border-left: 1px #D99702 solid;
	background-color: #E3E4EC;
	text-align: left;
	line-height: 1.3em;
}


td.rightCol a {
	/*display: block;   block and width are keys to full width highlighting */
	font-family: verdana, arial, hevetica, sans-serif;
	color: #00f;
	margin: 0px;
	text-align: left;
	text-decoration: none;
}


td.rightCol a:hover {
	color: #fff;
	background-color: #B68809;
}



/******************message volumes page setup *****************************/

div.book {
	padding: 0px;
	margin: 0px;
}

div.bookTitle {
	font-size: 14pt;
	text-align: center;
	margin:  0px;
	padding: 5px 15px 5px 15px;
	color: #000;
}


div.bookBody {
	padding: .5em 2em 2em 2em;
}


div.bookBody .checked  {
	font-size: 8pt;
	font-style: italic;
	text-align: right;
	color: #bbb;
}


div.bookBody .footnote {
	font-size: 10pt;
	border-top: 1px #ddd solid;
	margin: 4em 2em 1em 2em;
}

div.bookBody .footnote p {
	font-size: 10pt;
}

div.bookBody .footnote a {
	color: #000;
	text-decoration: none;
	border: 0px;
}

div.bookBody .footnote a:hover {
	color: #000;
	background-color: inherit;
}

div.bookBody .superscriptLink {
	vertical-align: super;
	font-size: 8pt;
	border: 0px;
}

div.bookBody .superscriptLink a{
	border: 0px;
}

/**************************** body using fine text *****************/

.fineBody {
	padding: 15px 15px 30px 15px;
}


/***************************** right column *************************/

.rightCol {
	width: 0px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-color: #fff;	
}

.rightCol a {
	color: #00f;
	text-decoration: none;
}

.rightCol a:hover {
	color: #fff;
	background-color: #B68809;
}



/*********************** footer for name and address ************************/

.footer {
	background-color: #E3E4EC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666;
	text-align: center;
	margin: 0px;
	padding: 4px;
	border-top: 1px #D99702 solid;
}

/* also, remember to delete any noscreen class */

/******** changes for use with printer *********/

html { font-size: 100%; /* IE hack */ }

body {
	background-image: none;
	font-size: 100%;
}

.pictureframe {
	border: 0px;
	margin: 2em;	
}

.headergraphics {
	display: none;
}

.headerGraphicsHIK {
	display: none;
}


.footer {
	color: #000;
}

.checked{
	display: none;
}


.noprint {
	display: none;
}
