﻿/*Pullquote General*/
.pullquote_general 
{
    width:630px;
    margin:0 0 10px 0;
    position:relative;
    overflow:hidden;
    padding:0px 0px 0px 0px;
    color:#000;
    float:left;
    
}  
    
.pullquote_general .scrollable 
{
    width:630px !important;
    height:255px;
    padding:0px;
    position:relative;
}
/* container for the scrollable items */
.pullquote_general .scrollable div.items {
    height:100px; 
    margin-left:5px !important;
    clear:both;
    position:absolute;
    width:20000em;
    padding:1px;
}
/* single item */
.pullquote_general .scrollable .floats  /*div.items floats*/
{
    float:left;
    height:135px;
    margin:5px 1px 0 0;
    width:630px;
    text-decoration:none;
    overflow:hidden;
}
.article_pullquotecontainer {
    width:630px;
}
.pullquote_general .article_pullquoteEachItem
{
	margin:0px 20px 0px 0px;
	float:left;
	width:190px;
}
.pullquote_general .thumbnail
{
	float:left;
    width:200px;	
}
.pullquote_general .title_date
{
	float:left;
	width:200px;    
}
.pullquote_general .pullquotedate
{
	margin:10px 0px;
}

.pullquote_general .pullquotetitle
{
	font-weight:bold;
	font-size:12px;	
}
.pullquote_general .pullquotetext
{
	clear:both;	
}
.pullquote_general a,
.pullquote_general a:hover
{
	color:#000;
	font-weight:bold;
}
.pullquote_general a
{
	text-decoration:none;
}
.pullquote_general a:hover
{
	text-decoration:underline;
}
.pullquote_general .paging
{
	float:left;
	width:100%;
}
.pullquote_general .paging .label
{
	float:left;
	padding:0px 10px 0px 0px;
	font-weight:bold;	
}
.pullquote_general .paging .currentpage
{
	float:left;	
	padding:2px;
	margin:0px 5px 0px 0px;
	font-weight:bold;
	border:1px solid #000000;
}
.pullquote_general .paging .pagelink
{
	float:left;	
	padding:2px;
	text-decoration:none;
	color:#A5A5A5;	
}

/* next / prev buttons */
.pullquote_general .matchnavigation a.prev{
    width:76px;
    height:23px;
    float:left;
    background-repeat:no-repeat;  
    margin:12px 0px 0px 192px;
    cursor:pointer;
    text-decoration:none;
}
.pullquote_general .matchnavigation a.next {
    width:76px;
    height:23px;
    float:right;
    background-repeat:no-repeat;  
    margin:12px 192px 0px 0px;
    cursor:pointer;
    text-decoration:none;
}
.pullquote_general .matchnavigation a.prev,
.pullquote_general .matchnavigation a.prev:hover 
{
    background:url('../images/20x20_previous_mc.png') no-repeat;        
}
.pullquote_general .matchnavigation a.prev .disabled
{
	background:url('../images/20x20_left_black.png') no-repeat;    	
}
.pullquote_general .matchnavigation a.next,
.pullquote_general .matchnavigation a.next:hover 
{
    background:url('../images/20x20_next_mc.png') no-repeat top right;       
}
.pullquote_general .matchnavigation a.next .disabled
{
	background:url('../images/20x20_right_black.png') no-repeat top right;        
}
.pullquote_general .matchnavigation .prev_navText{
    color:#666;
    float:left;
    line-height:90%;
    margin:1px 0 0 35px;
    width:50px;
}
.pullquote_general .matchnavigation .next_navText{
    color:#666;
    float:right;
    margin:1px 35px 0 0;
    width:40px;
    text-align:right;
    line-height:90%;
}
.pullquote_general .matchnavigation
{
    display:block;
    height:45px;
    width:630px;
}

.pullquote_general .scrollable div.items .floats
{
	display:block;
	float:left;	
	width:209px;
	height:250px;
}
/* Right Hand Side Pullquote */
.pullquote_general_rhs 
{
    width:300px;
    margin:0 0 10px 0;
    float:left;
    /*overflow:hidden;*/
    color:#000;
}  
    
.pullquote_general_rhs .scrollable 
{
    width:300px !important;
    height:225px;
    padding:0px;
    position:relative;
}
/* container for the scrollable items */
.pullquote_general_rhs .scrollable div.items {
    height:100px; 
    margin-left:5px !important;
    clear:both;
    position:absolute;
    width:100px;
    padding:1px;
}
/* single item */
.pullquote_general_rhs .scrollable .floats  /*div.items floats*/
{
    float:left;
    height:65px;
    margin:5px 1px 0 0;
    width:300px;
    text-decoration:none;
    overflow:hidden;

}
.article_pullquotecontainer {
    width:630px;
}
.pullquote_general_rhs .article_pullquoteEachItem
{
	margin:0px 20px 0px 0px;
	float:left;
	width:290px;
}
.pullquote_general_rhs .thumbnail
{
	float:left;
    width:200px;
	padding:0px 0px 10px 0px;
   display:none;
}


.pullquote_general_rhs .title_date
{
	float:left;
	width:290px;
    margin:0px 0px 0px 0px;
}

.pullquote_general_rhs .pullquotetitle
{
	font-weight:bold;
	font-size:13px;	
}
.pullquote_general_rhs .pullquotedate
{
	color:#FFF;
        display:none;
}
.pullquote_general_rhs a
{
	text-decoration:none;
	color:#000;
	font-weight:bold;
}
.pullquote_general_rhs .paging
{
	float:left;
	width:100%;
}
.pullquote_general_rhs .paging .label
{
	float:left;
	padding:0px 10px 0px 0px;
	font-weight:bold;	
}
.pullquote_general_rhs .paging .currentpage
{
	float:left;	
	padding:2px;
	margin:0px 5px 0px 0px;
	font-weight:bold;
	border:1px solid #000000;
}
.pullquote_general_rhs .paging .pagelink
{
	float:left;	
	padding:2px;
	text-decoration:none;
	color:#A5A5A5;	
}
.pullquote_general_rhs .matchnavigation .next_button,
.pullquote_general_rhs .matchnavigation .prev_button .prev
{
    display:none;
    width:300px;
}
.pullquote_general_rhs .matchnavigation {
	height:1px;
	width:300px;
}

/* Support the Socceroos in OZ */
/*Pullquote General*/
.article_pullquote_support .scrollable div.items .floats
{
	display:block;
	float:left;	
	width:209px;
	height:250px;
}
.article_pullquote_support .disabled {
	visibility:hidden;		
}
.article_pullquote_support 
{
    width:630px;
    margin:0 0 10px 0;
    position:relative;
    overflow:hidden;
    padding:0px 0px 0px 0px;
    color:#000;
    float:left;
}  
    
.article_pullquote_support .scrollable 
{
    width:630px !important;
    height:255px;
    padding:0px;
    position:relative;
}
/* container for the scrollable items */
.article_pullquote_support .scrollable div.items {
    height:100px; 
    margin-left:5px !important;
    clear:both;
    width:20000em;
    padding:1px;
}
/* single item */
.article_pullquote_support .scrollable .floats  /*div.items floats*/
{
    float:left;
    height:135px;
    margin:5px 1px 0 0;
    width:630px;
    text-decoration:none;
    overflow:hidden;
}
.article_pullquotecontainer {
    width:630px;
}
.article_pullquote_support .article_pullquoteEachItem
{
	margin:0px 20px 0px 0px;
	float:left;
	width:190px;
}
.article_pullquote_support .thumbnail
{
	float:left;
    width:200px;
	padding:0px 0px 10px 0px;
}


.article_pullquote_support .title_date
{
	float:left;
	width:200px;
    margin:0px 0px 0px 0px;
}

.article_pullquote_support .pullquotetitle
{
	font-weight:bold;
	font-size:13px;	
}
.article_pullquote_support .pullquotedate
{
	color:#A5A5A5;
}
.article_pullquote_support a
{
	text-decoration:none;
	color:#000;
	font-weight:bold;
}
.article_pullquote_support .paging
{
	float:left;
	width:100%;
}
.article_pullquote_support .paging .label
{
	float:left;
	padding:0px 10px 0px 0px;
	font-weight:bold;	
}
.article_pullquote_support .paging .currentpage
{
	float:left;	
	padding:2px;
	margin:0px 5px 0px 0px;
	font-weight:bold;
	border:1px solid #000000;
}
.article_pullquote_support .paging .pagelink
{
	float:left;	
	padding:2px;
	text-decoration:none;
	color:#A5A5A5;	
}

.pullquote_general_rhs .pullquotetext a {
color:#039902;
}

/* next / prev buttons */
.article_pullquote_support .matchnavigation a.prev{
    width:76px;
    height:23px;
    float:left;
    background-repeat:no-repeat;  
    margin:12px 0px 0px 192px;
    cursor:pointer;
    text-decoration:none;
}
.article_pullquote_support .matchnavigation a.next {
    width:76px;
    height:23px;
    float:right;
    background-repeat:no-repeat;  
    margin:12px 192px 0px 0px;
    cursor:pointer;
    text-decoration:none;
}
.article_pullquote_support .matchnavigation a.prev {
    background:url('../images/previousarrow.png') no-repeat;        
}
.article_pullquote_support .matchnavigation a.prev:hover {
    background:url('../images/previousarrow.png') no-repeat;        
}
.article_pullquote_support .matchnavigation a.next {
    background:url('../images/nextarrow.png') no-repeat top right;       
}
.article_pullquote_support .matchnavigation a.next:hover {
    background:url('../images/nextarrow.png') no-repeat top right;       
}
.article_pullquote_support .matchnavigation .prev_navText{
    color:#666;
    float:left;
    line-height:90%;
    margin:1px 0 0 35px;
    width:50px;
}
.article_pullquote_support .matchnavigation .next_navText{
    color:#666;
    float:right;
    margin:1px 35px 0 0;
    width:40px;
    text-align:right;
    line-height:90%;
}
.article_pullquote_support .matchnavigation
{
    visibility:hidden;
    height:45px;
    width:630px;
}
