/* ================================
    CSS STYLES FOR DNN Event Module 
   ================================

See Themes Subdirectory for Creating Themes that will be loaded by the Module Instance Settings

*/
ul.event_details, ul.eventseries_details
{
    list-style-type: none;
    margin-left: 0px;
    padding-lefT: 0px;
}
ul.event_details li, ul.eventseries_details li
{
    float: left;  
    padding-right: 10px;
    list-style-type: none;        
}

/* BEGIN styles for Paging */
.paging 
{
    margin-top: 10px;
}

.paging a.pagingLink, .paging a:visited.pagingLink, .paging a:active.pagingLink
{
	margin: 0px;
	padding: 4px;
	border: 1px solid #5167C0;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	color: black;
	height : 17px;
}

.paging a:hover.pagingLink
{
	margin: 0px;
	padding: 4px;
	border: 1px solid #5167C0;
	background: #5167C0;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	color: #ffffff;
	height : 17px;
}

.paging a.currentPageNumber, .paging a:visited.currentPageNumber, .paging a:active.currentPageNumber
{
	margin: 0px;
	padding: 4px;
	border: 1px solid #5167C0;
	background: #5167C0;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	color: white;
	height : 17px;
}
/* END styles for Paging */


table.event_adminallevents
{
    border-collapse: collapse;
    background:#EFF4FB url(images/teaser.gif) repeat-x;
	border-left:1px solid #686868;
	border-right:1px solid #686868;
	font:0.9em/155% 'Trebuchet MS',helvetica,arial,verdana; 
	color: #333;
    margin: 10px 0;
}

table.event_adminallevents td, table.event_adminallevents th
{
    padding: 5px;
}

table.event_adminallevents thead th, table.event_adminallevents tfoot th, table.event_adminallevents tfoot td {
		background:#333 url(images/llsh.gif) repeat-x;
		color:#fff
}

table.event_adminallevents thead th a, table.event_adminallevents tfoot th a, table.event_adminallevents tfoot td a {
        color: #fff;
        text-decoration: none;        
}

table.event_adminallevents thead th a:hover, table.event_adminallevents tfoot th a:hover, table.event_adminallevents tfoot td a:hover {
        color: #fff;
        text-decoration: underline;        
}

table.event_adminallevents tbody th, table.event_adminallevents tbody td {
		border-bottom: dotted 1px #333;
}

table.event_adminallevents tbody th {
		white-space: nowrap;
}

table.event_adminallevents tbody th a {
		color:#333;
}

table.event_adminallevents .odd {}

table.event_adminallevents tbody tr:hover {
		background:#F2F5A9
}

.event_adminnoevents
{
    padding: 15px;
    background-color: #EAF0FA;
    margin: 10px 0;
    font:0.9em/155% 'Trebuchet MS',helvetica,arial,verdana; 
	color: #333;
	border: dotted 1px #333;
}

div.grippie {
	background:#EEEEEE url(images/grippie.png) no-repeat scroll center 2px;
	border-color:#DDDDDD;
	border-style:solid;
	border-width:0pt 1px 1px;
	cursor:s-resize;
	height:9px;
	overflow:hidden;
}
.resizable-textarea textarea {
	display:block;
	margin-bottom:0pt;
	width:100%;
	height: 20%;
}

/* tooltip styling. uses a background image (a black box with an arrow) */ 
div.tooltip { 
    background:transparent url(images/black_arrow_big.png) no-repeat scroll 0 0; 
    font-size:14px; 
    height:153px; 
    padding:30px; 
    width:310px; 
    font-size:14px; 
    display:none; 
    color:#fff; 
} 
 
/* tooltip title element (h3) */ 
div.tooltip h3 { 
    margin:0; 
    font-size:18px; 
    color:#fff; 
}
