@import url('../../app_plugins/blueprint/screen.css');
@import url('layout.css');
@import url('wp-exceptions.css');
body
{
	font-family: Verdana;
	font-size: 12px;
	color: #999;
	background: #e0e0e0 url('../img/browser/browser-bg.jpg') repeat-x top left;
}
p.black
{
	color: black;
}
a
{
	text-decoration: none;
}
a, a.blue
{
	cursor: pointer;
	color: #6383ae !important;
}
a:hover
{
	text-decoration: underline !important;
}
h2, h3
{
	color: #db6d1d;
}
h2, h3, h4, ul, li, p
{
	padding: 0 !important;
	margin: 0!important;
}
h4
{
	/*border-bottom: 1px dotted silver;*/
}
h4, li.title
{
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	color: #666;
}
ul
{
	list-style-type: none;
}
div.larger p
{
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
}
div.description p
{
	color: black;
}
/*input[type=text].login, input[type=password].login
{
	width: 150px;
}
input[type=submit].login, input[type=submit].submit
{
	border: none;
	background-color: #DB6D1E;
	color: white;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
}*/
.roll-over, .pop-link
{
	cursor: pointer;
}