/**
* SECTION:RESET
*
* Reset all styles so browser specific styles
* are overriddden.
*/

*
{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

:focus
{
	outline:0;
}

ul
{
	list-style:none;
}

ol
{
	margin-left:32px;
}

table
{
	border-collapse: collapse;
	border-spacing:0px;
}

caption,
th,
td
{
	text-align:left;
	font-weight:normal;
}

/**
* SECTION:SITE_DEFAULTS
*
* Define default styles for this website.
*/

body
{
	color:#454545;
	background-color:#fff;

	font-family:arial;
	font-size:13px;

	background-image:url(../../images/layout/bg.jpg);
	background-repeat:repeat-x;

	line-height:18px;

}

*html body
{
	text-align:center;
}

p
{
	padding-bottom:12px;
}


/**
* SUBSECTION:LINKS
*
* Define default link styles for this website.
*/

a
{
	text-decoration:none;
}

a:link
{
	color: #00457c;
}

a:visited
{
	color: #00457c;
}

a:hover
{
	color: #0672c8;
	text-decoration:underline;
}

a:active
{
	color: #00457c;
}

a .altText
{
	display:none;
}

.acmMenu a
{
	position:absolute;
}


/**
* SUBSECTION:HEADINGS
*
* Define default heading styles for this website.
*/

h1,h2,h3,h4,h5,h6
{
	font-weight:bold;
	color:#00457c;
	padding:6px 0;
}

h1, h2
{
	font-size:120%;
}

h3, h4
{
	font-size:110%;
}

h5, h6
{
	font-size:100%;
}

i
{
	font-style:italic;
}
/**
* SECTION:ACM WIDGETS
*
* Default styles for acm specific components.
*/

/**
* SUBSECTION:ACM WINDOWS
*
* Default styles for acm window component.
*/

#windowOverlay
{
	display:none;
	position:absolute;
	width:100%;
	left:0pt;
	top:0pt;
	z-index:999;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.window
{
	display:none;
	position:fixed;
	margin:20% 30%;
	top:0px;
	width:495px;
	z-index:1000;
}

.windowTitleBar
{
	padding:8px;
	background-repeat:no-repeat;
	background-image:url(../../images/layout/windowTitle.jpg);
	height:37px;
	font-weight:bold;
	color:#fff;
}

.windowCloseBtn
{
	position:absolute;
	right:10px;
	height:20px;
	width:110px;
	background-repeat:no-repeat;
	background-image:url(../../images/layout/windowCloseBtn.jpg);
	background-position:right;
	font-weight:normal;
}

.windowBody
{
	margin-top:-16px;
	padding:10px;
	background-repeat:repeat-y;
	background-image:url(../../images/layout/windowBody.jpg);
}

.windowFooter
{
	height:7px;
	background-repeat:no-repeat;
	background-image:url(../../images/layout/windowFooter.jpg);
}

/**
* SUBSECTION:ACM TAB BOX
*
* Default styles for acm tabbox component.
*/

.tabbox li
{
	float:left;
	cursor:pointer;
}

.tabWnd
{
	clear:left;
	display:none;
}

.tabWnd li
{
	float:none;
	list-style-type:disc;
	margin-left:32px;
}

#strike {
	text-decoration:line-through;
}

#showred {
	color:red;
	font-weight:bold;
}