/* 
	Tool and Highlight Structure
	
	This stylesheet information defines tool and highlight structures used throughout
	the website. All color, picture, and text formatting is defined here.

	Date:		8-1-2005
	Author:		Mike McMahon
*/

div.tool{
	padding: 5px;
}

div.tool_bottom_left{
	background-image: url(http://www.cse.unr.edu/images/tool/bottom_left.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

div.tool_bottom{
	background-image: url(http://www.cse.unr.edu/images/tool/bottom.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

div.tool_top{
	background-image: url(http://www.cse.unr.edu/images/tool/top.png);
	background-repeat: repeat-x;
	background-position: top;
}

div.tool_left{
	background-image: url(http://www.cse.unr.edu/images/tool/left.png);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #FFFFFF;
//	background-color: #F7F9FA;
}

div.tool_right{
	background-image: url(http://www.cse.unr.edu/images/tool/right.png);
	background-repeat: repeat-y;
	background-position: right;
}

div.tool_bottom_right{
	background-image: url(http://www.cse.unr.edu/images/tool/bottom_right.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
div.tool_top_left{
	background-image: url(http://www.cse.unr.edu/images/tool/top_left.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 10px;
}

div.tool_top_right{
	background-image: url(http://www.cse.unr.edu/images/tool/top_right.png);
	background-repeat: no-repeat;
	background-position: top right;
}

div.tool_title{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4px;
	font-size: 11px;
	color: #000000;
	text-align: center; 
	padding: 4px; 
	border: 1px; 
	border-style: solid; 
	border-color: #D4E0E7; 
	background-color: #EAF0F3; 
	background-image: url(http://www.cse.unr.edu/images/menu/selected.png);
}
