/* CSS Stylesheet | popup.css
	* Copyright 2005-2008 Crimson Services, Inc.	* All rights reserved.
	* This stylesheet contains rules that are for popup and should be availale only to popups.
*/

DIV#titlebar {
	height: 26px;
}

DIV#titlebar IMG#logo {
	float: left;
	margin: 0 9px;
}

DIV#titlebar A:link, DIV#titlebar A:visited, DIV#titlebar A:hover {
	float: right;
	display: block;
	height: 26px;
	margin: 0 5px 0 0;
	padding: 5px 0 0 0;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}

DIV#titlebar A:link, DIV#titlebar A:visited {
	background: url(../images/icons/icon_x_1_up.gif) no-repeat 92% 10px;
	padding-right: 10px;
	color: #FFF;
	text-decoration: underline;
}

DIV#titlebar A:hover {
	background: url(../images/icons/icon_x_1_over.gif) no-repeat 92% 10px;
	padding-right: 10px;
	color: #657CA7;
	text-decoration: none;
}

P {
	margin: 0 0 14px 0;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #443;
}
