/****************************
 Global Elements
*****************************/
html{
	height:100%;
}
body{
	min-width:970px;
	min-height:575px;
	height: 100%;
}
/* General margin/padding reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td {
	margin:0;
	padding:0;
}
#flagPanel a{
	cursor:pointer;
}
#backBtn,#nextBtn{
	cursor:pointer;
	display:none;
}
#ArchiveByYear,#ArchiveByCountry{
	width:185px; 
	color:#1c777f; 
}
#blogFeedLink,#newsFeedLink{
	cursor:pointer;
}
.overlayBg{
	background-color:#000000; 
	z-index:1000; 
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	
	top:0;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}
.overlayer{
	display:none;
	position:absolute;
	min-width:970px;
	width:100%;
	min-height:575px;
	height:100%;
	top:0;
	left:0;
	z-index:999;
}
.overtable{
	position:absolute;
	z-index:1001;
	top:350px;
	left:50%;
	margin-left: -340px;
	margin-top: -237px;
}
.overtableShare{
	position:absolute;
	z-index:1001;
	top:50%;
	left:50%;
	margin-left: -340px;
	margin-top: -90px;
}
a:link, a:focus, a:active, a:visited { 
	outline:none;
	text-decoration:none;
	color:#99CC99;
}

a:hover { 
	text-decoration: underline; /*line-through;*/
}

body {
	background-color: #000000;
	font:75%/1.4 Arial, Helvetica, Verdana, "sans-serif normal";
	color:#FFFFFF;
	text-align:center; /* IE 5 */ 
	min-height: 100%; 
	height: 100%;
	font-size: 12px;
}

img {
	display:block;
	border:none;
}

p {
	line-height:14px; 
	text-align:left;
}

p a:hover {text-decoration:underline;}

h1 { 
	font-size:20px; 
	color:#6cc067; 
	padding:40px 10px 0 0; 
	line-height:22px; 
	width:310px; 
	text-align:left;
	
}

li {
	line-height:14px; 
	text-align:left;
}

.greybg {
	background-attachment: scroll;
	background-image: url(../images/bg0.jpg);
	background-repeat: repeat-x;
	background-position:top;
}

.img_middle {vertical-align:middle;}

.td_10 {width:10px;}

.td_215 {width:215px;}

.td_33 {width:33%; padding-right:10px}

.table_content {height:100%;}

.topnav_table {height:95px;}

.width_100 {width:100%;}

/****************************
 Top Nav Div
****************************/
#topnavDiv {
		float:left;
}
#topnavDiv ul{
	margin:0px;
	padding:0px;
}
#topnavDiv ul li{
	padding:0;
	margin:0;
	list-style:none;
	float:left;
	display: -moz-inline-box;
	display:inline-block;
}
#topnavDiv ul li a{
	cursor:pointer;
}
#counterDiv{
	width:215px; 
	float:right;
}
/****************************
 Container Elements
*****************************/

#container {
	min-height:100%;
	position:relative;
	overflow:hidden;
	/*font-size:80%;*/
	padding: 0px;
	margin-left:auto;
	margin-right:auto;
}

/****************************
 Header Elements
*****************************/

#header {
	height:118px;
	/*font-size:80%;*/
	overflow:hidden;
	padding: 10px;
	padding-bottom:0px;
	position:relative;
	color:#FFFFFF;
	text-align:left;
	width:98%;
	margin-left:auto;
	margin-right:auto;
}

/****************************
 Content Elements
*****************************/

#content {
	/*font-size:80%;*/
	overflow:hidden;
	padding: 10px;
	padding-top:5px;  
	padding-bottom:70px;   /* Height of the footer */
	position:relative;
	color:#FFFFFF;
	text-align:left;
	width:98%;
	margin-left:auto;
	margin-right:auto;
}

/* Boxes Elements */

.transcontainer {
	position: relative;
	width: 100%;
	height:100%;
}

.translucentbkg {
	width: 100%;
	height:100%;
	background-image: url(../images/transbg.png) !important;	/* Mozilla only */
	background-color: transparent !important;					/* Mozilla only */
	background-image: none;										/* IE only */
	background-color: #000000;									/* IE only */
}

.translucentborder {
	background-image: url(../images/transbg.png) !important;	/* Mozilla only */
	background-color: transparent !important;					/* Mozilla only */
	background-image: none;										/* IE only */
	background-color: #000000;									/* IE only */
}

.translucentborder_top {
	width:100%;
	background-image: url(../images/transbg.png) !important;	/* Mozilla only */
	background-color: transparent !important;					/* Mozilla only */
	background-image: none;										/* IE only */
	background-color: #000000;									/* IE only */
}

.opaquetext { 
	position: relative;
	padding: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.opaquetext:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .opaquetext {height: 1%;}
/* End hide from IE-mac */ 

.opaquetext a { 
	color:#99CC99;
}

.opaquetext_s { 
	position: relative;
	padding: 5px;
}

.opaquetext_s a { 
	color:#99CC99;
}

.greenboxtd {
	text-align:left;
	background-image: url(../images/greenbox_bg_ext.gif);
}

#greenbox{
	padding: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-attachment: scroll;
	background-image: url(../images/greenbox_bg.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	color: #7fc0ce;
}

#greenbox_s {
	padding: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-attachment: scroll;
	background-image: url(../images/greenbox_bgs.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	color: #7fc0ce;
}

#greenbox a, #greenbox_s a { 
	color:#7fc0ce;
}

/* SHARE BOX */
.boxsharedtd{
	text-align:left;
	background:url(../images/sharebox_middle.jpg) no-repeat top left;
}
.greenboxsharetd {
	text-align:left;
	background-image: url(../images/greenboxshare_bg_ext.gif);
}

#greenboxshare{
	padding: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-attachment: scroll;
	background-image: url(../images/greenboxshare_bg.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	color: #7fc0ce;
}

#greenbox_sshare {
	padding: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-attachment: scroll;
	background-image: url(../images/greenboxshare_bgs.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	color: #7fc0ce;
}

#greenbox a, #greenbox_s a { 
	color:#7fc0ce;
}
/* END SHARE BOX */

.deepblueboxtd {
	background-image: url(../images/deepbluebox_bg_ext.gif);
}

#deepbluebox {
	padding: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-attachment: scroll;
	background-image: url(../images/deepbluebox_bg.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	color: #8bbaea;
	width:185px !important;
}

#deepbluebox_s {
	padding: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-attachment: scroll;
	background-image: url(../images/deepbluebox_bgs.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	color: #8bbaea;
}

#deepbluebox a, #deepbluebox_s a { 
	color:#8bbaea;
}

.blueboxtd {
	background-image: url(../images/bluebox_bg_ext.gif);
}

#bluebox {
	padding: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-attachment: scroll;
	background-image: url(../images/bluebox_bg.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	color: #56a2c3;
}

#bluebox_s {
	padding: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-attachment: scroll;
	background-image: url(../images/bluebox_bgs.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	color: #56a2c3;
}

#bluebox a, #bluebox_s a { 
	color:#56a2c3;
}

/* Spread The Knowledge */ 

#downloadContainer {
	text-align:left;
	width:620px !important;
}

#downloadBlogSticker {
	float:left;
	padding: 10px;
	width:250px !important;
}


#downloadBanner1 {
	float: left;
	padding: 10px;
	width:300px !important;
}

.codefield {
	position:relative;
	padding: 3px;
	overflow:hidden;
	font-size: 9px;
	color: #297598;
	background-color: #FFFFFF;
	height: 10px;
	width: 190px;
	border: 1px solid #0099CC;
}

/* HIV Facts */ 
.pdfList{
	float:left;
	padding:30px;
	padding-top:10px;
	padding-bottom:10px;
	width:40%;
}

#pdflist ul li{
	/* background: url(../images/pdf_icon.gif) no-repeat left; */ 
	/*list-style-image: url(../images/pdf_icon.gif);*/
	background:url(../images/pdf_icon.gif) no-repeat 0px 5px;
	list-style:none;
	width:95%;
	float:left;
	padding:4px 5px 4px 20px;
}

/* Blog */

.articleheader {
	width:100%;
	height:50px;
}

.articleheader_icon {
	float:left;
	width:30px;
	height:50px;
}

.articleheader_title {
	float:left;
	height:50px;
}

.articleheader_titletext {
	font-size:16px;
	font-weight:bold;
	color:#99cc99;
}

.articlecontent {
	width:100%;
}

.articlefunction {
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
}

.articlefirstcomments {
	width:50%;
	padding:20px;
}

.articlecomments {
	width:50%;
	padding:20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
}

.articlecomments_text {
	color:#56a2c3;
}

.articleaddcomments {
	width:50%;
	padding:20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
}

/* News */
.newsheader {
	width:100%;
	height:40px;
}

.newsheader_icon {
	float:right;
	width:30px;
	height:40px;
}

.newsheader_title {
	float:left;
	/*height:40px;*/
	height:auto;
}

.newsheader_titletext {
	font-size:16px;
	font-weight:bold;
}

.newscontent {
	width:100%;
	display:none;
}


/****************************
 Footer Elements
*****************************/

#footer {
	overflow:hidden;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	color:#808080;
	text-align:left;
	width:100%;
	height: 45px;
	background-color:#000000;
	white-space: nowrap;
	display: -moz-inline-box;
	display: inline-block;
	line-height: 12px;
}
#footer td
{
	white-space: nowrap;
}

#footer img{
	display: -moz-inline-box;
	display: inline-block;
}

#footer a {text-decoration:none; color:#808080;}
#footer a:hover, #footer a:active {text-decoration:none;}

/****************************
	Supporters list
****************************/
#supporters{
	height:20px;
	line-height:25px;
	overflow:hidden;
	width:380px;
}
#supporters ul,li{
	margin-top:3px;
	padding:0;
}
#supporters li{
	height:25px;
	padding-left:10px;
}
#partners{
	height:25px;
	line-height:25px;
	overflow:hidden;
}
#partners li{
	height:25px;
	text-align:right;
	list-style:none;
	padding:0px;
	margin:0px;
}
#partners ul{
		margin:0;
		padding:0;
}


/*************************
	Blog BOX
**************************/
a.jScrollArrowUp {
	background: url(../images/basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(../images/basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}
#blogBox {
	height: 195px;
	overflow: auto;
}
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 2px;
	top: 0;
	height: 100%;
	width:5px !important;
	/*background: #aaa;*/
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
	right: 2px;
	width:2px !important;
	background:#8bbaea;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0px;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0px;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
/********************************
	Watch Page
*********************************/
#playList{
	padding: 15px;
	padding-top: 4px;
	padding-bottom: 0px;
	background-attachment: scroll;
	background-image: url(../images/greenbox_bg.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	color: #7fc0ce;
}
#playList ul{
	margin:0px !important;
	padding:0px !important;
}
#playList ul li{
	margin:-2px;
	padding:-2px;
	list-style:none;
	display:list-item;
	width:100%;
}
.line{
	padding:-5px !important;
	margin:-5px !important;
}
#playList ul li a{
	cursor:pointer;
}
.hidden{
	display:none;
}
