@charset "utf-8";
/***********************************************
	Base UI Primer Styles
	-------------------------------------
	Created By: Beau Liddell
	Created Date: 4/2010
	Modified Date: 4/2010
	Notes: just changed reset.css to base-screen.css
	       to comply with local development practice
	
*************************************************/
/* Reset.css */
html, body{
	width:100%;
	height:100%;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, label, legend,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
div#uiCenterRightPaneContent fieldset, div#uiCenterRightPaneContent form
{
    position:relative;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.hidden { position:absolute; top:0; left:-9999px; width:1px; height:1px; overflow:hidden; }
/*+- OmniWorks Replacement History - ia7`framework`web`include`css:base-screen.css;1 */
/*       1*[1622003] 31-MAY-2012 08:14:55 (GMT) TFeng2 */
/*         "[IA 8.0] Automatically migration -> From ia to ia7 ( ia\framework\web\include\css\base-screen.css;4 )" */
/*+- OmniWorks Replacement History - ia7`framework`web`include`css:base-screen.css;1 */
