﻿/* Used to style grid tables

-------------------------------------------------------------- */

/* OIGHomeGrid
-------------------------------------------------------------- */

/* OIGCategoryGrid
-------------------------------------------------------------- */
.oig_CategoryGrid .dfwp-list
{
    border-left: 1px solid #ccc;    
}    

.table-cell-header-date{
	font-size:1em;
	background: none repeat scroll 0 0 #c3d9ff;
	border-bottom:3px solid #CCCCCC;
	padding-top:0px;   
	padding-right:0px;
    padding-bottom:0px;
	padding-left:6px;
	text-align:left;
	width:70px;
	color:Black;
	float:left;
}

.table-cell-header-title{
    font-size:1em;
    background: none repeat scroll 0 0 #c3d9ff;
    border-bottom:3px solid #CCCCCC;
	padding-top:0px;   
	padding-right:0px;
    padding-bottom:0px;
	padding-left:10px;
    text-align:left;
    color:Black;
	float:left;
	width:574px;	
}	

.row{
    float:left;
	padding-top:4px;    
	padding-right:6px;
	padding-bottom:6px;
	padding-left:6px;
	line-height:1.2em;
}
	
.row-date{
    font-weight:bold;
    float:left;
    height:15px;
    width:70px;
}

.row-title{
    float:left;
	width:565px;
	/* line-height:1.2em; */
	padding-left:10px;
}

.row-title a:hover{
	text-decoration:underline;
}	

/* Year Filter
-------------------------------------------------------------- */

div.year-list-header ul li a:hover{
    text-decoration:underline;
    color:#282828;
}

div.year-list-header ul li a{
    font-weight:bold;
    color:#666666;
}

div.year-list-header ul li{
	padding: 0 1em 0 0.5em;
	border:none;
	display:inline;
}

div.year-list-header ul{
    margin:0 0 0.4em;
    padding:0;
}	
	
div.year-list-header{
	margin:0;
	padding:0;
}	

/* Year Filter Scrollable
-------------------------------------------------------------- */

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/

.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 580px;
	height:1.5em;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
.items div {
	float:left;
}