/* GENERAL */

html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 12px;
}

body {
	text-align: center;
	height: 100%;
	background: #f0f0f0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

div#container {
	background:url(/web/20110621072056im_/http://arabnews.com/static/ver1/gfx/bg_container.gif);
	margin:0 auto;
	overflow: hidden;
	text-align:left;
	width: 994px;
}

div#canvas {
	margin: 0 7px;
	width: 980px;
}

ul, ol, li, fieldset {
	margin: 0;
	padding: 0;
	border: none;
}


/* CLEARING OF FLOATS */

.clearfix {
	clear:both;
	display: inline-table;
	/* Hides from IE-mac \*/
	height: 1%;
	display: block;
	/* End hide from IE-mac */
}

html>body .clearfix {
	height: auto;
}

/* GENERAL FONT SETTINGS */

h1, h2, h3 {
	color: #000;
	font-family: Georgia, sans-serif;
	font-weight: normal;
}

h4, h5, h6 {
	color: #000;
	font-weight: normal;
}

h1 {
	font-size: 24px;
	margin:0px 0 5px 0;
}

h2 {
	font-size: 18px;
	margin:0px 0 5px 0;
}

h3 {
	font-size: 14px;
	margin:0px 0 3px 0;
}

h4, h5, h6 {
	font-size: 12px;
	margin: 0px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}
a,
a:active,
a:visited { 
	color: #328c00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

textarea, input {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

img {
	border:none;
}

/* PARAGRAPHS */

p {
	line-height: 17px;
	margin: 0px;
}

p.summary {
	margin: 0;
}

p.comments {
	background:url(/web/20110621072056im_/http://arabnews.com/static/ver1/gfx/comment.gif) no-repeat;
	margin: 3px 0 0 0;
	padding: 0 0 0 18px;
}

p.related {
	margin: 3px 0 0 0;
}

p.dateline {
	font-size: 11px;	
	color: #666;
}
	
a.rss {
	background:url(/web/20110621072056im_/http://arabnews.com/static/ver1/gfx/rss.gif) no-repeat left center;
	padding: 0 0 0 15px;
}

a.delicious {
	background:url(/web/20110621072056im_/http://arabnews.com/static/ver1/gfx/delicious.gif) no-repeat left center;
	padding: 5px 0 5px 23px;
}

a.digg {
	background:url(/web/20110621072056im_/http://arabnews.com/static/ver1/gfx/digg.gif) no-repeat left center;
	padding: 5px 0 5px 23px;
}

a.facebook {
	background:url(/web/20110621072056im_/http://arabnews.com/static/ver1/gfx/facebook.gif) no-repeat left center;
	padding: 5px 0 5px 23px;
}

a.google {
	background:url(/web/20110621072056im_/http://arabnews.com/static/ver1/gfx/google.gif) no-repeat left center;
	padding: 5px 0 5px 23px;
}

a.buzz {
	background:url(/web/20110621072056im_/http://arabnews.com/static/ver1/gfx/buzz.gif) no-repeat left center;
	padding: 5px 0 5px 23px;
}

/* HEADER */

div#pageHeader {
	margin: 8px 0 0 0;
	padding: 0 20px;
}

div#pageHeader div.tcHeader {
	height:20px;
	border-bottom: 1px solid #d9d9d9;
}

div#pageHeader div.tcContent {
	clear: both;
	height: 60px;
	margin: 20px 0;
}

div#dateLine {
	font-size:10px;
	float: left;
	color: #328c00;
}

div#dateLine p {
	line-height: 12px;
}

div#userStatus {
	float: right;
	color: #328c00;
}

div#userStatus a {
	font-size: 9px;
	font-weight:bold;
	text-transform: uppercase;
}

div#userStatus ul * {
    list-style: none;
    display: inline;
}

div#userStatus li {
	border-right: 1px solid #328c00;
    padding: 0 5px;
}

div#userStatus li.last {
    border: none;
}

div#logo {
	float: left;
}

div#weather {
	width:180px;
	float:right;
	padding:5px 0;
}

div#weather img {
	float:left;
	margin: 0 10px 0 0;
}

div#weather div.tcContent {
	height: 50px;
	margin: 0 !important;
}

div#pageHeader div.tcFooter {
	clear:both;
	height:35px;
	border-bottom: 4px solid #d9d9d9;
	margin: 0 0 13px 0;
	padding: 0 0 0 10px;
}

div.pageTitle h5 {
	padding: 0 20px;
	font-size:24px;
	font-weight:bold;
	color: #999;
	margin: 0 0 10px 0;
}

/* RSS */

div#rss {
	padding: 5px 10px;
	font-size: 11px;
	float:right;	
}

/* MENU */

div#menu {
	clear:both;
	background:url(/web/20110621072056im_/http://arabnews.com/static/ver1/gfx/bg_menu.gif) repeat-x;
    height: 23px;
}

div#menu ul {
	text-transform: uppercase;
	padding: 5px 0;
	font-size: 11px;
	float:left;
}

div#menu li {
	display: inline;
	padding: 5px 10px;
	border-right: 1px solid #393939;
}

div#menu a {
	color: #fff;
}

div#menu li.active {
	background-color: #328c00;
}

div#menu ul.submenu {
  position: relative;
	font-weight:bold;
	text-transform: none;
	background: none;
	border-bottom: 1px solid #d9d9d9;
	width:100%;
	clear:both;
}

div#menu ul.submenu li {
	padding: 5px 3px 5px 10px;
	border: none;
}

div#menu ul.submenu a {
	color: #000;
}

div#menu ul.submenu li.active {
	background: none;
}

div#menu ul.submenu li.active a {
	color: #328c00;
}

/* BREAKING NEWS */

div#breakingNews {
}

div#breakingNews * {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:10px;
    white-space:nowrap;
}

div#breakingNews h3, div#breakingNews h4 {
	font-weight: bold;
	margin: 13px 10px;
	text-transform: uppercase;
	color: #ff3300;
	float:left;
	line-height: 10px;
}

div#breakingNews h3 {
	margin-left:0;
}

div#breakingNews a.button {
	display: block;
	float:left;
	margin: 12px 3px;
	width:10px;
	height:10px;
	text-indent:-9000px;
}

div#breakingNews a.left {
	background:url(/web/20110621072056im_/http://arabnews.com/static/ver1/gfx/button_left.gif) no-repeat;
}

div#breakingNews a.right {
	background:url(/web/20110621072056im_/http://arabnews.com/static/ver1/gfx/button_right.gif) no-repeat;
}

div#breakingNews h4 a {
	color: #666;
}

/* SEARCH */

div#search {
	float: right;
	margin: 8px 0;
}

div#search input.field {
	border: 1px solid #999;
	height: 15px;
	width: 160px;
	margin: 0 5px 0 0;
	color: #666;
}

div#search input.button {
	width: 62px;
	height: 18px;
	position:relative;
	top:1px;
	border: none;
	background:url(/web/20110621072056im_/http://arabnews.com/static/ver1/gfx/button_m.gif) no-repeat;
	font-size: 10px;
	color: #fff;
	font-weight:bold;
	text-transform: uppercase;
}

div#searchadvanced {
    width: 600px;
	margin: 8px auto;
}

div#searchadvanced input.field {
	border: 1px solid #999;
	height: 15px;
	width: 500px;
	margin: 0 5px 0 0;
	color: #666;
}

div#searchadvanced input.button {
	width: 62px;
	height: 18px;
	position:relative;
	top:1px;
	border: none;
	background:url(/web/20110621072056im_/http://arabnews.com/static/ver1/gfx/button_m.gif) no-repeat;
	font-size: 10px;
	color: #fff;
	font-weight:bold;
	text-transform: uppercase;
}

/* ARCHIVE SEARCH DIV */
div#searchArchive {

    margin: 10px 0 0 0;
}

/* MAIN CONTENT */

div#mainContent {
	float: left;
	margin:0 0 0 20px;
	padding: 0 9px 0 0;
	width: 620px;
	border-right: 1px solid #f6f6f6;
}

div#mainContent div.last {
	border-bottom: none !important;
	padding:0 !important;
}

div#mainContent div.col1 {
	float: left;
	margin:0;
	width: 380px;
}

div#mainContent div.col2 {
	float: left;
	margin:0 0 0 20px;
	width: 220px;
}

div#mainContent div.col3 {
	width: 620px;
	min-height: 200px;
}

div#mainContent div.col4, div#mainContent div.col5{
	float: left;
	margin: 0 0 0 10px;
	width: 300px;	
}

div#mainContent div.col4 {
	margin: 0;
	padding: 0 9px 0 0;
	border-right: 1px solid #f6f6f6;
}

div#mainContent div.group {
	clear: both;
	margin:0 0 10px 0;
}

div#mainContent div.groupHeader {
	background: url(/web/20110621072056im_/http://arabnews.com/static/ver1/gfx/bg_stroke.gif) repeat-x;
	margin: 0 0 3px 0;
}

div#mainContent div.groupHeader h5 {
	font-size:10px;
	font-weight:bold;
	color: #aaa;
	text-transform: uppercase;
	padding: 0 7px 0 0;
	background-color: #fff;
	display: inline;
}

/* ARTICLES */

div#mainContent div.article {
	padding: 0px 0px 10px 0;
	margin: 0px 0px 10px 0;
	border-bottom: 1px dashed #d9d9d9;
}

div#mainContent div.article img {
	margin:3px 0 10px 0;
}

div#mainContent div.article table {
	border-collapse: collapse;
	margin-bottom: 13px;
}

div#mainContent div.article td {
	border: 1px solid #999;
	padding: 5px;
}


div#mainContent div.topstory h2 {
	
}

div#mainContent div.picturestory {
	background-color: #000;
	margin: 3px 0 10px 0;
	border: none;
}

div#mainContent div.picturestory h2 {
	color: #fff;
	padding: 0 10px;
}

div#mainContent div.picturestory p {
	color: #fff;
	padding: 0 10px;
}

div#mainContent div.picturestory a {
	color: #fff;
}

div#mainContent div.picturestory img {
	margin: 0 0 10px 0;
}


div#mainContent div.article p.summary img {
	float: left;
	margin: 3px 5px 0 0;
}

div#mainContent div.headlines {
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #d9d9d9;
}

div#mainContent div.headlines h4 {
	margin: 0 0 5px 0;
}

div#mainContent div.noBorder {
	border-bottom:0;	
}

/* TEASERS */

div#mainContent div.teasers {
	border-top: 1px dashed #d9d9d9;
	padding: 10px 0px;
}

div#mainContent div.teasers div.last {
	margin:0;
}

div#mainContent div.teaser {
	width: 140px;
	overflow: hidden;
	float:left;
	margin: 0 20px 0 0;
}

div#mainContent div.teaser h5{
	font-size:10px;
	font-weight:bold;
	color: #aaa;
	text-transform: uppercase;
	margin: 0 0 3px 0;
}

div#mainContent div.teaser img {
	margin: 0 0 8px 0;
}

/* POLL */

div#poll {
	margin: 0 0 20px 0;
}

div#poll div.tcHeader {
	background: url(/web/20110621072056im_/http://arabnews.com/static/ver1/gfx/bg_stroke.gif) repeat-x;
	margin: 0 0 3px 0;
}

div#poll div.tcHeader h5 {
	font-size:10px;
	font-weight:bold;
	color: #aaa;
	text-transform: uppercase;
	padding: 0 7px 0 0;
	background-color: #fff;
	display: inline;
}

div#poll div.tcContent {
	padding:10px;
	background-color: #f0f0f0;
}

div#poll div.tcContent h2 {
	color: #000;
}

div#poll div.tcContent input.radio {
	position:relative;
	top: 3px;
	margin:0 5px 0 0;
}

div#poll div.tcContent fieldset {
	border: none;
	margin: 10px 0;
	padding: 0;
}

div#poll div.tcContent input.button {
	width: 40px;
	height: 18px;
	border: none;
	background:url(/web/20110621072056im_/http://arabnews.com/static/ver1/gfx/button_s.gif) no-repeat;
	font-size: 10px;
	color: #fff;
	font-weight:bold;
	text-transform: uppercase;
	margin: 0 10px 0 0;
}

div#poll div.tcContent ul#pollresult {
    margin: 10px 20px 0;
}

/* CARTOON */

div#cartoon {
	margin: 0 0 10px 0;
}

div#cartoon div.tcHeader {
	background: url(/web/20110621072056im_/http://arabnews.com/static/ver1/gfx/bg_stroke.gif) repeat-x;
	margin: 0 0 3px 0;
}

div#cartoon div.tcHeader h5 {
	font-size:10px;
	font-weight:bold;
	color: #aaa;
	text-transform: uppercase;
	padding: 0 7px 0 0;
	background-color: #fff;
	display: inline;
}

div#cartoon div.tcContent img {
	border: 1px solid #d9d9d9;
	padding: 6px;
}

/* RIGHT COLUMN */

div#rightColumn {
	float: left;
	margin:0 0 0 10px;
	width: 300px;
	font-size: 11px;
}

div#rightColumn p {
	line-height: 14px;
}

div#rightColumn div.group {
	clear: both;
	margin:0 0 20px 0;
}

div#rightColumn div.last {
	border-bottom: none !important;
	margin:0 !important;
	padding: 0 !important;
}

/* POPULARITY LIST */

div#popularityList {
	margin: 0 0 20px 0;
}

div#popularityList ul {
	text-transform: uppercase;
	font-size: 10px;
	padding: 3px 0;
}

div#popularityList ul li {
	display: inline;
	padding: 0px 7px;
	border-right: 1px solid #d9d9d9;
}

div#popularityList ul li.active {
	background: url(/web/20110621072056im_/http://arabnews.com/static/ver1/gfx/bg_tcHeader.gif) no-repeat;
	padding: 3px 7px 8px 7px;
	border: none;
}

div#popularityList ul li.noborder {
	border: none;
}

div#popularityList ul li.active a{
	color: #fff;
}

div#popularityList ul li.active a:hover{
	text-decoration: none;
}

div#popularityList ol {
	color: #666;
	line-height: 17px;
}

div#popularityList ol li {
	margin: 0 0 0 20px;
}

div#popularityList div.tcContent {
	padding: 10px;
	border: 1px solid #d9d9d9;
}

/* ARTICLE LIST */

div#articleList {
	margin: 0 0 20px 0;
}

div#articleList div.tcHeader h5 {
	font-size:10px;
	color: #fff;
	text-transform: uppercase;
	background: url(/web/20110621072056im_/http://arabnews.com/static/ver1/gfx/bg_tcHeader.gif) no-repeat;
	line-height: 17px;
	padding: 1px 7px 8px 7px;
	margin:0;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}

div#articleList div.tcContent {
	padding: 5px 10px 10px 10px;
	border: 1px solid #d9d9d9;
	border-top: none;
}

div#articleList ul {
	line-height: 17px;
}

div#articleList ul li {
	margin: 0 0 0 10px;
	list-style-type: square;
	color: #999;
}

/* WELCOME TEXT */

div#welcomeArea {
	margin: 0 0 20px 0;
}

div#welcomeArea div.tcHeader h5 {
	font-size:10px;
	color: #fff;
	text-transform: uppercase;
	background: url(/web/20110621072056im_/http://arabnews.com/static/ver1/gfx/bg_tcHeader.gif) no-repeat;
	line-height: 17px;
	padding: 1px 7px 8px 7px;
	margin:0;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}

div#welcomeArea div.tcContent {
	padding: 5px 10px 10px 10px;
	border: 1px solid #d9d9d9;
	border-top: none;
}

div#welcomeArea ul {
	line-height: 17px;
}

div#welcomeArea ul li {
	margin: 0 0 0 10px;
	list-style-type: square;
	color: #999;
}

/* GAMES */

div#games {
	margin: 0 0 20px 0;
}

div#games div.tcHeader {
	background: url(/web/20110621072056im_/http://arabnews.com/static/ver1/gfx/bg_stroke.gif) repeat-x;
	margin: 0 0 3px 0;
}

div#games div.tcHeader h5 {
	font-size:10px;
	font-weight:bold;
	color: #aaa;
	text-transform: uppercase;
	padding: 0 7px 0 0;
	background-color: #fff;
	display: inline;
}

div#games div.tcContent {
	background-color: #f0f0f0;
	padding: 5px 0;
	height:80px;
}

div#games div.buttonLink {
	font-size: 11px;
	color: #fff;
	font-weight:bold;
	text-transform: uppercase;
	width: 128px;
	float:left;
	margin: 5px 10px;
}

div#games div.buttonLink a {
	display: block;
	width: 128px;
	height: 29px;
	line-height: 30px;
	padding: 0 0 0 40px;
	color: #fff;
	background: url(/web/20110621072056im_/http://arabnews.com/static/ver1/gfx/button_link.gif) no-repeat;
}

/* LATEST COMMENTS */

div#latestComments {
	float:left;
	width:160px;
	margin: 0 10px 0 0;
	padding: 0 9px 0 0;
	border-right: 1px solid #f6f6f6;
}

div#latestComments div.tcHeader h5 {
	font-size:10px;
	color: #fff;
	text-transform: uppercase;
	background: url(/web/20110621072056im_/http://arabnews.com/static/ver1/gfx/bg_tcHeader.gif) no-repeat;
	line-height: 17px;
	padding: 1px 7px 13px 7px;
	margin:0;
}

div#latestComments div.tcContent div.item {
	padding: 0px 0px 10px 0;
	margin: 0px 0px 10px 0;
	border-bottom: 1px dashed #d9d9d9;
}

div#latestComments div.tcContent p.comments {
	margin:0;
	line-height:16px;
}


/* LATEST BLOGS */

div#latestBlogs, div#blogs {
	clear:both;
	margin: 0 0 20px 0;
}

div#latestBlogs div.tcHeader h5, div#blogs div.tcHeader h5 {
	font-size:10px;
	color: #fff;
	text-transform: uppercase;
	background: url(/web/20110621072056im_/http://arabnews.com/static/ver1/gfx/bg_tcHeader.gif) no-repeat;
	background-color: #f0f0f0;
	line-height: 17px;
	padding: 1px 7px 8px 7px;
	margin:0;
}

div#latestBlogs div.tcContent, div#blogs div.tcContent {
	padding:5px 10px 10px 10px;
	background-color: #f0f0f0;
}

div#latestBlogs div.tcContent div.item, div#blogs div.tcContent div.item {
	padding: 0px 0px 10px 0;
	margin: 0px 0px 10px 0;
	border-bottom: 1px dashed #d9d9d9;
}

div#latestBlogs div.tcContent div.item img, div#blogs div.tcContent div.item img {
	float:left;
	margin: 3px 5px 0 0;
}

div#latestBlogs div.tcContent div.content, div#blogs div.tcContent div.content {
	padding: 0 0 0 65px;
}

div#latestBlogs div.tcContent p.comments, div#blogs div.tcContent, p.comments {
	margin:0;
	line-height: 16px;
}

/* NEWSLETTER */

div#newsletter {
	margin: 0 0 20px 0;
}

div#newsletter div.tcHeader {
	background: url(/web/20110621072056im_/http://arabnews.com/static/ver1/gfx/bg_stroke.gif) repeat-x;
	margin: 0 0 3px 0;
}

div#newsletter div.tcHeader h5 {
	font-size:10px;
	font-weight:bold;
	color: #aaa;
	text-transform: uppercase;
	padding: 0 7px 0 0;
	background-color: #fff;
	display: inline;
}

div#newsletter div.tcContent {
	background-color: #f0f0f0;
	padding: 10px;
}

div#newsletter div.tcContent input.button {
	width: 40px;
	height: 18px;
	position:relative;
	top:1px;
	border: none;
	background:url(/web/20110621072056im_/http://arabnews.com/static/ver1/gfx/button_s.gif) no-repeat;
	font-size: 10px;
	color: #fff;
	font-weight:bold;
	text-transform: uppercase;
	padding: 0;
}

div#newsletter input.field {
	border: 1px solid #999;
	height: 15px;
	width: 225px;
	margin: 10px 5px 0 0;
	color: #666;
}

div#newsletter input.checkbox {
	margin:0 10px 0 0;
	float: left;
}

div#newsletter fieldset p {
	float: left;
	width: 250px;
	overflow: hidden;
}

/* SERVICE TOOLS */

div#serviceTools {
	float:right;
	line-height: 30px;
	font-size:10px;
	text-transform: uppercase;
	color: #666;
}

div#serviceTools a {
	color: #666;
}

div#serviceTools ul * {
    list-style: none;
    display: inline;
}

div#serviceTools li {
	border-right: 1px solid #ccc;
    padding: 0 5px;
}

div#serviceTools li.last {
    border: none;
}

/* BREAD CRUMBS */

div#breadcrumbs {
	float:left;
	font-weight: bold;
	margin: 13px 0px;
	line-height: 10px;
	font-size:10px;
	text-transform: uppercase;
	color: #666;
}

/* FOOTER */

div#pageFooter {
	clear:both;
}

div#pageFooter div.tcHeader {
	margin: 0 20px;
	border-top: 4px solid #d9d9d9;
}

div#pageFooter div.tcContent {
	clear: both;
	background-color: #999;
	padding: 20px;
	line-height: 17px;
}

div#pageFooter div.tcContent * {
	color: #fff;
}

div#pageFooter div.tcContent ul * {
	display: inline;
}

div#pageFooter div.tcContent li {
	font-weight: bold;
	border-right: 1px solid #ccc;
	margin: 0 7px 0 0;
}

div#pageFooter div.tcContent li ul {
	font-weight: bold;
}

div#pageFooter div.tcContent li ul li {
	font-weight: normal;
	border: none;
	margin:0;
}

div#pageFooter div.tcContent ul a {
	padding: 0 7px 0 0;
}

div#pageFooter div.tcContent li.last {
	border: none;
}

div#pageFooter div.tcContent div.copyright {
	font-size:11px;
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
}

div#pageFooter div.tcContent div.copyright ul {
	margin: 0 0 0 6px;
	display:inline;
	border-left: 1px solid #ccc;
	padding-left: 7px;
}

div#pageFooter div.tcContent div.copyright ul li {
	font-weight:normal;
}

/* AD POSITIONS */

div#pageHeader div.ad {
	text-align: center;
	margin: 0px 20px;
}

div#pageHeader div.leaderboard {
	margin: 20px;
}

div#rightColumn div.rectangle {
	margin: 0 0 20px 0;
}

div#rightColumn div.skyscraper {
	float: left;
}

div#pageHeader div.tcContent div.ad {
	float:left;
	margin: 0 10px;
}

div#pageFooter div.ad {
	text-align: center;
	margin: 20px 0px 10px 0;
}

/* ARTICLE PAGE */

div#mainContent div.full {
	margin:0;
	padding:0;
	border:0;
}
div#mainContent div.info {
	margin:0;
	padding:0;
	border:0;
}
div#mainContent div.full div.col1 {
	width: 460px;
}

div#mainContent div.full div.col2 {
	width: 140px;
}

div#mainContent div.full h1 {
	font-size:28px;
	margin:0px 0 15px 0;
}

div#mainContent div.info h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color: #999;
	margin: 0 0 10px 0;
}

div#mainContent div.full h6 {
	font-weight: bold;
	margin: 10px 0 5px 0;
}

div#mainContent div.full p {
	margin: 0 0 15px 0;
}

div#mainContent div.info p {
	margin: 0 0 15px 0;
}

div#mainContent div.full p img {
	float:right;
}

div#mainContent div.full div.col1 img {
	margin: 5px 0px 5px 5px;
}

div#mainContent div.full p.author {
	font-size:11px;
	color: #666;
	margin: 0;
}

div#mainContent div.full p.caption {
	font-size:11px;
	color: #666;
	margin: -5px 0 11px 0;
}

div#mainContent div.full p.dateline {
	font-size:11px;
	color: #666;
}

div#mainContent div.full div.related {
	margin: 0 0 20px 0;
	font-size:11px;
}

div#mainContent div.full div.related h5 {
	font-size: 10px;
	color: #000;
	font-weight: bold;
	border-top: 3px solid #000;
	padding: 5px 0 10px 0;
	text-transform: uppercase;
}

div#mainContent div.full div.related p {
	margin:0;
	line-height: 13px;
}

div#mainContent div.full div.related li {
	list-style-type: none;
	padding: 0px 0px 5px 0;
	margin: 0px 0px 5px 0;
	border-bottom: 1px dashed #d9d9d9;
}

div#mainContent div.full div.related li.last {
	border: none;
}

/* COMMENTS */

div#comments {
	margin: 0 0 20px 0;
	border-top: 4px solid #d9d9d9;
	border-bottom: 4px solid #d9d9d9;
}

div#comments div.tcHeader h5 {
	font-size: 18px;
	font-weight:bold;
	color: #999;
	margin: 5px 0 10px 0;
	width: 140px;
	float:left;
}

div#comments div.tcHeader ul {
	float:right;
	text-transform: uppercase;
	font-size: 9px;
	font-weight:bold;
	margin: 8px 0px;
	padding: 4px 0 3px 0;
	width: 300px;
	height: 24px;
	overflow: hidden;
	text-align: center;
	background:url(/web/20110621072056im_/http://arabnews.com/static/ver1/gfx/bg_comment.gif) no-repeat;
}

div#comments div.tcHeader ul li {
	display: inline;
	padding: 0px 7px;
	border-right: 1px solid #d9d9d9;
}

div#comments div.tcHeader ul li.last {
	border: none;
}

div#comments div.tcContent {
	color: #666;
}

div#comments div.tcContent div.item {
	clear: both;
}

div#comments div.tcContent div.commentInfo {
	float:left;
	margin: 0 20px 20px 0;
	width: 140px;
	font-size:11px;
}

div#comments div.tcContent div.comment {
	float:left;
	width: 460px;
	margin: 0 0 20px 0;
}

div#comments div.tcContent p.author {
	font-weight: bold;
	color: #000;
	font-size:12px;
}

div#comments div.tcFooter {
	border-top: 1px dashed #d9d9d9;
	height: 30px;
}

div#comments div.tcFooter ul {
	float:right;
	text-transform: uppercase;
	font-size: 9px;
	font-weight:bold;
	margin:10px 0;
}

div#comments div.tcFooter ul li {
	display: inline;
	padding: 0px 7px;
	border-right: 1px solid #d9d9d9;
}

div#comments div.tcFooter ul li.last {
	border: none;
}

/* COMMENT FORM */

div#commentForm {
	margin: 0 0 20px 0;
}

div#commentForm div.tcHeader h5 {
	font-size:10px;
	color: #fff;
	text-transform: uppercase;
	background: url(/web/20110621072056im_/http://arabnews.com/static/ver1/gfx/bg_tcHeader.gif) no-repeat;
	background-color: #f0f0f0;
	line-height: 17px;
	padding: 1px 7px 8px 7px;
	margin:0;
}

div#commentForm div.tcContent {
	padding:10px 10px 1px 10px;
	background-color: #f0f0f0;
}

div#commentForm div.tcContent div.content {
	float:left;
	font-size:11px;
}

div#commentForm div.tcContent div.content p {
	line-height: 13px;
}

div#commentForm fieldset {
	margin: 10px 0 10px 0;
}

div#commentForm label {
	float:left;
	display:block;
	width: 140px;
	margin: 4px 10px 0 0;
	text-transform: uppercase;
	font-size:10px;
	font-weight:bold;	
}

div#commentForm input.field,  div#commentForm select{
	border: 1px solid #999;
	height: 17px;
	width: 440px;
	color: #666;
	margin: 0 0 0 150px;
	display: block;
	font-size: 12px;
}

div#commentForm textarea {
	font-size: 12px;
	border: 1px solid #999;
	width: 440px;
	color: #666;
}

div#commentForm img.captcha {
	margin: 10px 0 0 150px;
}

div#commentForm input.captchaImg {
	margin: 10px 0 0 150px;
}

div#commentForm fieldset p {
	margin: 0 10px 10px 150px;	
}

div#commentForm fieldset p.note {
	float: right;
	margin: 0 10px 0 0;
	font-size:11px;
	color: #666;
}

div#commentForm fieldset p.error {
	float: right;
	margin: 0 10px 0 0;
	font-size:11px;
	color: #ff0000;
}

div#commentForm div.content p {
	margin: 0;
}

div#commentForm input.button {
	float:right;
	margin: 5px 0;
	width: 62px;
	height: 18px;
	border: none;
	background:url(/web/20110621072056im_/http://arabnews.com/static/ver1/gfx/button_m.gif) no-repeat;
	font-size: 10px;
	color: #fff;
	font-weight:bold;
	text-transform: uppercase;
}

div#commentForm fieldset.terms {
	display:block;
	font-size:11px;
}

div#commentForm div.terms {
	background-color: #fff;
	border: 1px solid #999;
	padding:10px;
	font-size:11px;
	overflow: auto;
	width: 555px;
	height: 150px;
	margin: 10px;
}

div#commentForm div.terms h4 {
	margin: 0 0 10px 0;
	font-weight: bold;
}

div#commentForm div.terms p {
	margin: 0 0 10px 0;
	line-height: 13px;
}

/* ARTICLE TOOLS */

div#articleTools {
	margin: 4px 0 15px 0;
}

div#articleTools ul {
	text-transform: uppercase;
	font-size: 9px;
	font-weight:bold;
}

div#articleTools ul li {
	display: inline;
	padding: 0px 5px 0 7px;
	border-left: 1px solid #d9d9d9;
}

div#articleTools ul li.first {
	padding-left:0;
	border: none;
}

div#articleTools ul li.last {
	padding-right:0;
}

div#articleTools ul.tools {
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
	border-top: 1px solid #d9d9d9;
}

div#articleTools ul.tools li {
	display: block;
	border: none;
	padding: 0;
	line-height:20px;
}

div#articleTools div.tcContent {
	padding: 10px;
	border: 1px solid #d9d9d9;
}

div#searchHeader {
	background-color: #f0f0f0;
	padding: 10px;
    margin: 10px;
}

div#searchPagerTop {
	padding: 10px;
}

#searchBody {
    list-style: none;
    margin: 20px 10px;
}

div#searchFooter {
    clear: both;
    text-align: center;
    margin: 10px;
}

div#thankyou {
    margin: 20px; 
}

.artToolTipFriend {
    display: none;
}
div#tipForm {
	margin: 8px 0px 0px 0px;
}
div#tipForm h5{
	font-size:10px;
	font-weight:bold;
	color: #aaa;
	text-transform: uppercase;
	margin: 0 0 3px 0;
}
div#tipForm label {
	margin: 0px 5px 0 0;
	display: block;
    text-transform: uppercase;
	font-size:10px;
	font-weight:bold;
}
div#tipForm input.field {
	border: 1px solid #999;
	height: 17px;
	width: 100%;
    color: #666;
	margin: 0 0 0 0;
	font-size: 12px;
}
div#tipForm textarea {
	font-size: 12px;
	border: 1px solid #999;
	width: 100%;
	color: #666;
}

div#tipForm fieldset p.note {
	float: right;
	margin: 0 5px 0 0;
	font-size:11px;
	color: #666;
}
div#tipForm input.button {
	float: right;
	margin: 5px 0;
	width: 62px;
	height: 18px;
	border: none;
	background:url(/web/20110621072056im_/http://arabnews.com/static/ver1/gfx/button_m.gif) no-repeat;
	font-size: 10px;
	color: #fff;
	font-weight:bold;
	text-transform: uppercase;
}

div.dottedline {
    border-bottom: 1px dashed #d9d9d9;margin:10px 0px 10px 0px;
}

/* IMAGE GALLERY */

div.gallery {
	position: relative; 
	visibility: hidden; 
	border: 0;
	margin: 0 0 10px 0;
}

div.gallery .gallerydesctext {
	overflow: hidden;
}

div.gallery .gallerystatus {
	margin: 0 8px;
	font-size: 12px;
}

div.gallery img {
	margin:0 !important;
}

.profileError {
    color: #ff0000;
    font-weight: bold;
}
.profileMessage {
    font-weight: bold;
}

/* BLOGS */
.blogFp {
    width: 460px;
}

.blogEntryInfo {
    float: right;

	padding: 5px 0 10px 0;
    width: 140px;
}
.blogEntryInfo h5 {
	font-size: 10px;
	color: #000;
	font-weight: bold;
	border-top: 3px solid #000;
	padding: 5px 0 10px 0;
	text-transform: uppercase;
}

.blogAuthorName {
    text-transform:uppercase;
}

div#blogsList {
	margin: 0 0 20px 0;
}

div#blogsList div.tcHeader {
	background: url(/web/20110621072056im_/http://arabnews.com/static/ver1/gfx/bg_stroke.gif) repeat-x;
	margin: 0 0 3px 0;
}

div#blogsList div.tcHeader h5 {
	font-size:10px;
	font-weight:bold;
	color: #aaa;
	text-transform: uppercase;
	padding: 0 7px 0 0;
	background-color: #fff;
	display: inline;
}

div#blogsList div.tcContent {
	background-color: #f0f0f0;
	padding: 5px 0;
}
div#blogsList h2 {
    margin-left: 8px;
}
/* EXTERNAL CONTENT */

div.externalContentContainer {
  width: 620px;
  padding: 0 0 0 0;
  margin: 0px 0 15px 0;
}

div.externalContentContainer .ecLine {
    border-top:1px dashed #D9D9D9;
    margin: 0 0 12px 0;
}

div.externalContentContainer .ecHeader {
    background-color: #ed1c24;
    height:30px;
}

div.externalContentContainer .ecHeader .ecHeaderText {
    color: #fff;
    line-height:30px;
    font-weight: bold;
    font-size: 14pt;
    padding: 0 0px 0 20px;
    margin: 0 7px 0 0;
    float:left;
    text-transform:uppercase;
}


div.externalContentContainer .ecHeader img {
    padding: 7px 0 0 0;
}
div.externalContentContainer .ecTeasers {
    background-color:#f3f3f3;
    padding: 15px 0px 5px 15px;
}

div.externalContentContainer .ecTeasers .ecTeaser {
    float:left;
    margin: 0 10px 0 0;
    padding: 0 0 0 0;
    width: 140px;
}

div.externalContentContainer .ecTeasers .ecTeaser img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div.externalContentContainer .ecTeasers .ecTeaser .ecHeadline {
    font-size: 13px;
    margin: 10px 0 5px 0;
    overflow: hidden;
}

div.externalContentContainer .ecTeasers .ecTeaser .ecHeadline a {
    color: #ed1c24;
    font-family: Georgia, sans-serif;
}

div.externalContentContainer .ecTeasers .ecTeaser .ecIntro {
    font-size: 12px;
    color: #000;
    overflow: hidden;
    margin: 0 0 10px 0;
    padding: 0 2px 0 0;
    height:57px;
}

div.externalContentContainer .ecFooter {
    background-color: #000;
    height:20px;
    color: #fff;
    line-height:20px;
    text-align:right;
    padding: 0 20px 0 0;
    font-weight: bold;
    font-size: 11px;
    text-transform:uppercase;
}

div.externalContentContainer .ecFooter a {
    color: #fff;
}

/* Paginator */
.paginator {
    text-decoration: none;
    width: 600px;
}

.paginator .active {
    margin: 10px;
}

.paginator .inactive {
    margin: 10px;
}


.paginator .inactive {
    cursor: default;
    color: #000;
    text-decoration: none;
}

/*
     FILE ARCHIVED ON 07:20:56 Jun 21, 2011 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 02:19:49 Sep 01, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 2299.04
  exclusion.robots: 0.17
  exclusion.robots.policy: 0.161
  cdx.remote: 0.061
  esindex: 0.006
  LoadShardBlock: 60.375 (3)
  PetaboxLoader3.datanode: 181.829 (5)
  CDXLines.iter: 12.713 (3)
  load_resource: 376.203 (2)
  PetaboxLoader3.resolve: 174.073 (2)
*/