/* CSS Document */

/*container has a grey line marking the bottom*/
#container{
	position:absolute;
	width:500px;
	}
#containerLine{
	width:500px;
	height:1px;
	background-image:url(../images/container_bg.gif);
	background-repeat:repeat-x;
	}	
	
/*entry areas are different colours*/	
.entry_blue{
	width:500px;
	height:60px;
	left:0px;
	background-image:url(../images/blue_bg.gif);
	background-repeat:repeat-x;
	}
	
.entry_white{
	width:500px;
	height:60px;
	background-image:url(../images/white_bg.gif);
	background-repeat:repeat-x;
	}	
	
/*section containers followed by their text areas*/
.date{
	padding-left:15px; 
	height:40px;
	/*	padding-top:10px; */
	text-decoration:none;
	font-size:12px;
	color:#666666 !important;
	}
.date a, .title a, .source a{
	text-decoration:none;
	}
.date_txt{
	 
	width:80px;
	height:40px;
	padding: 10px 10px 10px 15px;
	font-size:12px;
	font-weight:normal;
	color:#666666;
	}	
.title a
	{
		color:#666666 !important;
	}
	
	
	
.title{
	height:40px;
	padding-left:8px;
	text-decoration:none;
/*	padding-top:10px; */
	font-size:12px;
	color:#666666 !important;
	}
	
.title_txt{
	width:240px;
	height:40px;
	padding:10px;
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
 	}
.title_txt a,.title_txt p  
{
	color:#01A6F9 !important;
	text-decoration:underline;
	font-size:12px !important;
 
}

 
.source{
	height:40px;
	padding-left:10px;
/*	padding-top:10px; */
	font-size:12px!important;
	color:#666666;
	}	
.source a
	{
		color:#666;
		font-size:12px!important;
	}

	
	
.source_txt
	{
 	width:120px;
	height:40px;
	padding: 10px 10px 10px 15px;
	font-size:12px;
	font-weight:normal;
	color:#666666;
	}		
.pagination
{
	color:#666666;
	padding-top:20px;
	padding-left:100px;
}


#pageNumbers, #pageNumbers a
{
	
	color:#01A6F9; 
	display:inline;
	font-size:12px;
	font-weight:normal;
	margin-left:7px;	
}

#pageNumbers
{
	
	color:#666666;
	margin-left:35px;
	position:relative;
	top:30px;	
}

.gridHeader { font-weight:bold; color:#666666!important; }
.gridHeader A {font-size:12px!important;padding-right:15px; padding-left:3px; padding-bottom:0px; color:#666666!important; padding-top:0px; text-decoration:none; background: url(../../images/sort.gif) no-repeat 95% 50%; }
.gridHeader A:hover   { text-decoration: underline; }
.gridHeaderSortasc A  { background: url(../../images/sort_asc.gif) no-repeat 95% 50%; }
.gridHeaderSortdesc A { background: url(../../images/sort_desc.gif) no-repeat 95% 50%; }



/*************** Homepage *****************/
/* CSS Document */

/* container has two columns */
#container{
	position:absolute;
	width:525px;
	height:420px;
	background:#FFFFFF;
}

#left{
	position:absolute;
	width:260px;
	height:420px;
}

#right{
	position:absolute;
	width:265px;
	height:420px;
	left:260px;
}

/* left */
#talkbox{
	width:260px;
	height:420px;
}

/* left structure & background */
#talkboxTop{
	width:260px;
	height:10px;
	background:url(../images/top.gif) no-repeat;
	vertical-align:bottom;
	background-color:#e4f1fa;
}

#talkboxBody{
	width:260px;
	background-color:#e4f1fa;
	top:10px;
}

#talkboxBottom{
	width:260px;
	background-image:url(../images/bottom.gif);
	height:41px;
}

/* left content */
#title{
	width:240px;
	height:40px;
	top:10px;
	padding-left:10px;
	padding-right:10px;
	background-color:#e4f1fa;
	font-weight:bold;
	
}

#headlineBox{
	width:240px;
	top:40px;
	padding-left:10px;	
	padding-right:10px;
	background-color:#e4f1fa;
}

.headline{
	width:240px;
	padding-top:5px;
	padding-bottom:5px;	
	background-color:#e4f1fa;
}

.linebreak{
	width:240px;
	height:1px;
	background-image:url(../images/linebreak.gif);
	background-repeat:repeat-x;
}

/* right content*/
 

#rightHeadline{
	width:225px;
	top: 105px;
	padding:20px;
	
}

#rightText{
	bottom:0px;
	width:225px;
	padding:20px;
	
}

/* Issues and Answers */

/*container has a grey line marking the bottom*/
div.question_blue{

	background-color: #EEF7FF;
	border-top: 1px #cccccc solid;	
	width:400px;
	height:100%;
	display:block;	
	font-size:12px;
	font-weight:normal;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
	
}


div.question_white{
	background-color:white;
	border-top: 1px #cccccc solid;	
	width:400px;
	height:100%;
	display:block;
	font-size:12px;
	font-weight:normal;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
}

span.Q
{
	font-size:16px;
	font-weight:bold;
	padding-right:10px;
}

span.A
{
	font-size:16px;
	font-weight:bold;
	padding-right:10px;
}
 

