@import url('../../app_plugins/blueprint/screen.css');
@import url('layout.css');
@import url('wp-exceptions.css');

@font-face {
    font-family: 'FunctionProBook';
    src: url('FunctionPro-Book-webfont.eot');
    src: url('FunctionPro-Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('FunctionPro-Book-webfont.woff') format('woff'),
         url('FunctionPro-Book-webfont.ttf') format('truetype'),
         url('FunctionPro-Book-webfont.svg#FunctionProBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FunctionProLight';
    src: url('FunctionPro-Light-webfont.eot');
    src: url('FunctionPro-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('FunctionPro-Light-webfont.woff') format('woff'),
         url('FunctionPro-Light-webfont.ttf') format('truetype'),
         url('FunctionPro-Light-webfont.svg#FunctionProLight') format('svg');
    font-weight: normal;
    font-style: normal;

}
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;
}
a, a:active { outline: none; }
a:focus { -moz-outline-style: none; }
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;
}
