/*
 	Obsessive Web Statistics
	Copyright (C) 2007 Dustin Spicuzza <dustin@virtualroadside.com>
	
	Plugins are encouraged to use these CSS classes. However, if you need more specific ones 
	for your plugin, then you should create your own CSS file and use add_to_head to include it. 
	Or, use the style attribute. Licensed under GPLv3.
*/

.decorate tr{
	background: #efefef;
}

.decorate th{
	background: #666666;
	color: #ffffff;
	border-right: 1px solid #999999;
	padding: 0.25em;
}

.decorate td{
	border-left: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf; 
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

.decorate tr.highlighted{
	background: #dddddd;
}

/* this is intended for plugins that want their items to flow, as opposed to fifty million things in a long column */
.floater{
	float: left;
	padding: 0 3em 1em 0;
}

/* this goes against seperating style from content.. */
.alignright{
	text-align: right;
}

/* plus/minus checkboxes */
.plus {
	border: 1px solid #aaaaaa;
	background: #ffffff;
	color: #aaaaaa;
	margin: 0 0.25em 0 0.25em;
	padding: 0;
	text-align: center;
	font-family: Courier, fixed;
	
	cursor: pointer;
	_cursor: hand;
}

.hide{
	display: none;
}



/* this is intended for limit plugins, to specify table rows that contain excessive options */
.excessive{
	background: #dddddd;
}

/* this is intended for add/subtract options that need a hand icon */
.addsub{
	cursor: pointer;
	_cursor: hand;
}
