/* Common Tag Definitions */

body {
	font-family: Arial, Helvetica, sans-serif;
        color: #005AAB;
	font-size: 11px;
	background: #FFFFFF url(../images/bg/home-bg-tile2.gif) repeat-x;
	margin: 0 auto;
	
	/*width:expression(document.body.clientWidth > "90em" ? "90em": "auto" );*/
}

#main {
	background-color : #FFF4F0;
	/*background: #FFF;note heading */
	margin: 0 125px 0 172px;
	border-left : 0px solid #FFFFFF;
	border-right : 1px solid #333333;
}

#leftnav {
    width: 5px;
    background-color: #0000CC;
    text-align: center;
    margin: 0 auto;
    height: 100%;
    /*height: auto; */
    /*height: inherit; */
    /*min-height: 100%; */
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

a { 
	color: #005AAB;
	text-decoration: underline;
}

a:hover { 
	text-decoration: none;
}

a:visited {
	color: #005AAB;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

h5 {
	font-family : Arial, Helvetica, "Sans Serif";
	font-size : 1.1em;
	color : #005AAB;
	background-repeat : no-repeat;
	background-position : 0% 50%;
	background-image :  url(../images/icons/icon_arrowDownRtt.gif);
	padding : 0 0 0 11px;
	margin-bottom : 3px;
}

.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}

.orangetext {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        color: #FF6600;
}

.test {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

.whitetext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11.5px;
    font-weight: normal;
    color: #FFFFFF;
}

p {  
	font-size: 11px;
}

td {  
	font-size: 11px;
}

form {
	margin: 0;
	padding: 0;
}

input, select, checkbox, textarea {
	color: #005AAB;
	background: #E2FAFF;
 	border: thin solid #DCD9D9;
}

label {
	display: block;
}

.button {
	background: #CCCCCC;
}

input:focus, select:focus, checkbox:focus, textarea:focus {
	color: #005AAB;
	background: #E2FAFF;
}
/* Footer */
.footer {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
}
select.footer {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

li {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 9px;
}

ul {
	margin-left: 0px;
	padding-left: 7px;
}
ol {
	margin-left: 0px;
	padding-left: 7px;
}

ol li {
	list-style-type: decimal;
	list-style-position: outside;
}

.olitem {
	list-style-type: decimal;
}

.clearing {
	clear: both;
	font-size:1px;
	line-height:0;
}
/* note pad icon*/
a.resLink {
	min-height:14px;
	padding:0 0 2px 15px;
	color: #990000;
	height: auto;
	text-decoration: none;
	background-image:  url(../../images/icons/icon_article.gif);
	background-repeat: no-repeat;
	background-position:top left;
}
/* reslinkhover not in use*/
a.resLink:hover {
	text-decoration: underline;
}
/* icons Arrow \*/
a.resLinkArrow {
	min-height:14px;
	padding-left: 8px;
	height: auto;
	color: #990000;
	text-decoration: none;
	background:  url(../../images/icons/icon_linkArrow.gif) no-repeat 0 3px;
}
/* icons Arrow \*/
a.resLinkArrow:visited {
    min-height:14px;
    padding-left: 8px;
    height: auto;
    color: #BC0404;
    text-decoration: none;
    background:  url(../../images/icons/icon_linkArrow.gif) no-repeat 0 3px;
}
/* icons TV icon\*/
a.episodeLink {
	min-height:14px;
	padding: 0 0 2px 18px;
	color: #990000;
	height: auto;
	text-decoration: none;
	background-image:  url(../images/icons/icon_linkArrow.gif);
	background-repeat: no-repeat;
	background-position:top left;
}

a.episodeLink:hover,
a.resLinkArrow:hover  {
	text-decoration: underline;
}

a.snapshotLink {
	min-height:14px;
	padding:0 0 2px 15px;
	color: #990000;
	height: auto;
	text-decoration: none;
	background-image:  url(../images/icons/icon_snapshot.gif);
	background-repeat: no-repeat;
	background-position:top left;
}

a.snapshotLink:hover {
	text-decoration: underline;
}

/*
========================================================================
Nav - Menu left hand side
========================================================================
*/





/*
========================================================================
Resource Centre Article Treatment
========================================================================
*/

#sectionTitle {
	
	background-color : #F8EDE9; /*#E1E7CF*/
	padding : 0 0 0 0px;
	margin :0;
	border-bottom : 1px solid #FFFFFF;
}

#sectionTitle2 {
	background-color : #F8EDE9;
	padding : 0px 0px 0px 0px;
	margin :0;
    border-bottom : 1px solid #FFFFFF;
    right: auto;
}

#sectionTitle img {
	display: block;
}

#articleExtract {
	border-bottom : 1px #FFFFFF solid;
}

#articleBody {
	width: auto;
	min-height: 750px;
/*	height:750px; */
	border-top : 17px #F4E8E5 solid;
	padding : 10px 10px 10px 10px;
}

#articleBody2 {
    margin-left: 171px;
    width: auto;
    min-height: 750px;
/*  height:750px; */
    border-top : 17px #F4E8E5 solid;
    padding : 10px 10px 10px 10px;
}

#articleBody P {
	max-width: 60em;
/*	width:expression(document.body.clientWidth < 765 ? "400px" : "auto" );*/
}

#articleSource {
	background-color : #f3f5e8;
	border-bottom : 1px #FFFFFF solid;
	padding : 10px 10px 10px 10px;
}

#articleDisclaimer {
	background-color : #f3f5e8;
	border-bottom : 1px #FFFFFF solid;
	padding : 10px 10px 10px 10px;
}

#indexContainer {
	background-image:  url(../../images/subNav/bg_subNav.gif);
	background-repeat: repeat-y;
}

#indexBody {
	margin-left: 171px;
	padding : 10px 10px 10px 10px;
	border-top : 17px #F4E8E5 solid;
	min-height: 750px;
	height: 750px;
}

#home {
	margin-left: 171px;
	min-height: 580px;
}

#home .hngText {
	height: 75px;
    border-top : 17px #FFFFFF solid;
	min-height:5px;
	margin-left:0px;
}

#home .episodeText P {
	margin-top: 2px;
}

#home .resourceText {
	height: 75px;
	min-height:75px;
	margin-left: 120px;
}

#home .resourceText P {
	margin-top: 2px;
}
	
#home .storyText {
    }

#home .storyText P {
	margin-top: 0px;
	}

#home .episodeImg {
	width: 100px;
	float: left;
}

#home .storyImg a {
	display: block;
}

#home .storyImg a:hover {
	display: block;
	background-color:#CC0000;
}

.homeDate {
    color: #666666;
	padding: 0px 0px 0px 0px;
	height: 30px;
	background-color:#CCCCCC;
	background-image:  url(../../images/home/bgt2.jpg);
	border-bottom: 1px solid #FFFFFF;
}

.episode {
	padding: 10px 10px 10px 10px; 
	background-color:#000000;
	border-bottom: 1px solid #999999;
}

.feature {
	padding: 10px 10px 10px 10px; 
	background-color:#F6EDED;
	border-bottom: 1px solid #CAD1B5;
}
.feature2 {
	padding: 10px 10px 10px 10px; 
	background-color:#F6EDED;
	border-bottom: 0px solid #FFFFFF;
}

.homeHeader {
	height:18px;
	padding:0; 
	background-color:#F8E8E8;
	border-bottom: 1px solid #FFFFFF;
}


.homeHeader P,
.feature P,
.feature2 P {
	margin-top: 0px;
}

/*
========================================================================
Weiv Banner and Ad on right hand side
========================================================================
*/

#nav {
	float: left;
	width:171px; 
}

#adTop,
#adBottom,
#adRight,
#adRightBottom {
	/*display:none;*/
}

#weivbannerTop {
	margin: 0 0 0 0px; 
	padding: 0px 0 0px 0;
	text-align: center;
	background-color: #FFFFFF;
	/*border: 1px solid #CCC;*/
	border-top: 0px solid #666;
}

#adBottom {
	clear: both;
	margin: 0px 0 0 0px; 
	padding: 5px;
	text-align: center;
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
}

#adRight {
	float:right;
	margin: 0 0 5px 0px;
	border-left: 5px solid #FFFFFF;
	z-index: 3;
}

#adRightBottom {
	border-top :1px solid #FFFFFF;
}

#adTop img,  
#adBottom img,
#adTop object,  
#adBottom object {
	padding: 0 0px 0 0;
	margin:0;
	background-color : #FFFFFF;
}

/*
========================================================================
Ads
========================================================================
*/

#fBreak {
	clear:both; /*Needs to be outside footer or inherits this on IE MAC */
	height: 8px; 
	border-top: 5px solid #FFF; 
	background:#727A66;
	font-size:1px;
}

#footer {
	background: #FFFFFF;
	color: #999999;
}

#footer a {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	color:#999999;
	text-decoration: underline;
}

#footerLinks {
	text-align: right;
	padding: 10px 5px 0 0;
	border-bottom: 1px solid #CCCCCC;
}

#fweiv {
	text-align: right;
	padding: 5px;
}

#footerLogos {
	float:left;
	padding: 5px 5px 25px 5px;
}

#footerCopyright {
	text-align: right;
	padding: 5px;
}

#footerBar {
	height: 70px;
	background:#990000;
	text-align:right;
	padding:5px;
}

#content-layout-wide tr p {
	font: .85em Verdana, sans-serif;
	text-align: center;
	padding: 2%;
	margin: 0px;
}

.abmiddle {
	position:absolute; top:0px;
	}	
	
.greyborder {
	border:1px solid;
	padding:1px;
    margin:1px;
    background: #F6EAE6;
}

.border {
	background-color: #F6EAE6; 
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC; 
    border-right: 1px solid #CCCCCC; 
    border-bottom: 1px solid #CCCCCC; 
}
	
.formborder {
	border:1px solid;
	padding:1px;
    margin:1px;
    background:  url(../../images/form/d.gif) no-repeat 0 100%;
}

.domainheadborder {
	border:1px solid;
	padding:1px;
    margin:1px;
    background:  url(../../images/bg/payment-bg.gif) no-repeat 0 100%;
}

.orderlistborder {
	border:1px solid;
	padding:1px;
    margin:1px;
    background:  url(../../images/bg/order-list-bg.gif) no-repeat 0 100%;
}

TABLE2.hosttable { 
    background:  url(../../images/icons/icon_linkArrow.gif) no-repeat 0 50%;
    background-color: #F6EAE6; 
    border-left: 1px solid #CCCCCC; 
    border-right: 1px solid #CCCCCC; 
    border-bottom: 1px solid #CCCCCC; 
    border-top: 1px solid #CCCCCC; 
    width:100%; 
}

