/* AJAD WEB CSS  */

#containerMain{
	margin: 0 auto;
	width: 650px;
}

#container {
	margin: 0 auto;
	border: #999999 thin solid;
	width: 650px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
sectionHeader {
	font-size: 14px;
	color: #FF6600;
	font-weight: bold;
}


/* Header */
#HEADER {
	clear: both;
	padding: 0px;
	height: 110px;
	background-color: #00CCFF;
}
#masthead {
	clear: both;
}
#headerNav {
	float:left;
	height: 18px;
	padding-top: 9px;
	padding-left: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}
#searchbox {
	float: right;
	height: 18px;
	padding-top: 7px;
	padding-right: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	
}


/* Body columns */
#MAIN {
	clear: both;
}
#column1 {
	float: left;
	width: 22%; 
	height: 100%;
	background-color:#D7D7D7;
	padding: 7px;
}
#content {
	float: left;
	width: 44%; 
	padding: 5px;
	margin-left: 12px;
}

#content #breadcrumb {
	height: 15px;
	clear: both;
	font-size: 9px;
	color: #999999;
}
#content #sectionHeader {
	clear: both;
	color: #666666;
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
}
#content #main {
	clear: both; 
	color: #000000;
	margin-top: 10px;
	font-size: 12px;
}

/* For 2 columns only  */
#content2Columns {
	float: left;
	width: 66%; 
	padding: 5px;
	margin-left: 12px;
}
#content2Columns #breadcrumb {
	height: 15px;
	clear: both;
	font-size: 9px;
	color: #999999;
}
#content2Columns #sectionHeader {
	clear: both;
	color: #666666;
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
}
#content2Columns #main {
	clear: both; 
	color: #000000;
	margin-top: 10px;
	font-size: 12px;
}

/* For single column only  */
#contentSingle {
	float: left;
	width: 95%; 
	padding: 5px;
	margin-left: 12px;
}
#contentSingle #breadcrumb {
	height: 15px;
	clear: both;
	font-size: 9px;
	color: #999999;
}
#contentSingle #sectionHeader {
	clear: both;
	color: #666666;
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
}
#contentSingle #main {
	clear: both; 
	color: #000000;
	margin-top: 10px;
	font-size: 12px;
}

#column3 {
	float: right;
	width: 25%; 
	padding: 5px;
	margin-left: 3px;
	font-size: 9px;
}

/* Content Article for 3, 2 and 1 column*/
.articleTitle {
	color: #FF6600;
	font-size: 12px;
	font-weight: bold;
}

/* For tables with thin borders*/
#main.borderedTable table  {
	border-top: #CCCCCC 1px solid; 
	border-bottom: #CCCCCC 1px solid; 
	border-left: #CCCCCC 1px solid; 
}

#bordered th    {
	vertical-align: top;
	line-height: 110%;
	padding: 5px;	
	border-right: #CCCCCC 1px solid;
}

#bordered td    {
	vertical-align: top;
	line-height: 110%;
	padding: 5px;	
	border-top: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
}


/*Footer*/
#FOOTER {
	clear: both;
	background-color: #A3EDFF;
	height: 50px;
	padding-top: 3px;
	border-top:  #999999 thin solid;
}
#footerLeft {
	float: left;
	width: 70%;
	padding: 7px;
	font-size:10px;
	color:#333333;
}
#footerRight {
	float: right;
	width: 25%;
	padding: 7px; 
	font-size:10px;
	color:#333333;
}
#headerNav a:link {
	color: #000000;
	text-decoration: none;
}
#headerNav a:visited {
	color: #000000;
	text-decoration: none;
}
#headerNav a:hover {
	color: #666666;
	text-decoration: underline;
}
/* Common links*/
a:link {
	text-decoration: none;
}
a:visited {
	color: #0033FF;
	text-decoration: none;
}
a:hover {
	color: #0033FF;
	text-decoration: underline;
}

/* SECTION SPECIFIC STYLES */

/* Archives link classes */
.article a:link {
	color: #003366;
	text-decoration: none;
}
.article a:visited {
	color: #003366;
	text-decoration: none;
}
.article a:hover {
	color: #003366;
	text-decoration: underline;
}

/* Home: Feature title link*/
#main a:link.orangeUnderline {
	color: #FF6600;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#main a:visited.orangeUnderline {
	color: #FF6600;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#main a:hover.orangeUnderline {
	color: #FF6600;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

/* Home: In This Issue*/
#issue a:link {
	color: #666666;
	text-decoration: none;
}
#issue a:visited {
	color: #666666;
	text-decoration: none;
}
#issue a:hover {
	color: #666666;
	text-decoration: underline;
}
