/* == Global settings ======================================================= */
html {
	background: #e0e0e0 url('/content/borders/corel/siteBackground.jpg') no-repeat left top;
}
body {
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
}
table {
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
}
.required {
	font-weight: bold;
}
.warning {
	color: #ff9300;
}
abbr, acronym, span.abbr {
	border-bottom: 1px dashed #000;
	cursor: help;
}
legend {
	color: #355a8f;
	font-weight: bold;
}
input.text {
	border: 1px solid #b3d4ff;
	font-family: verdana, helvetica, sans-serif;
	font-size: 1em;
	padding: .1em;
	width: 10em;
}
input.submit {
	background: #ddd url('/content/borders/corel/button-bg.gif') repeat-x top left;
	border: 1px solid #ddd;
	color: #355a8f;
	font-family: verdana, helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}
input.text:hover, input.submit:hover, input:focus {
	border: 1px solid #999;
}
input.searchSubmit {
	top:1px;
	position:relative;
}
input.searchText {
	border: 1px solid #b3d4ff;
	font-family: verdana, helvetica, sans-serif;
	font-size: 1em;
	padding: .1em;
	width: 13em;
	top:-3px;
	position:relative;	
	height:19px;
}

/* == Header (borderHeaderDiv) ============================================== */
#borderHeaderDiv {
	background: #355a8f url('/content/borders/corel/headerBg.jpg') top right no-repeat;
	margin-top: .625em;
}
#borderHeaderDiv h2 {
	height: 60px;
	line-height: 60px;
	text-indent: -500px;
	width: 350px;
}
#logoutLink {
	margin-top: 3px;
}
#logoutLink {
	font-size: .6875em;
	color: #fff;
	float: right;
	margin-right: 200px;
}
#logoutLink a {
	color: #fff;
	text-decoration: underline;
}
#logoutLink a:hover {
	text-decoration: none;
}
#topBar {
	background: #518bdc url('/content/borders/corel/topBarBg.jpg') top right repeat-x;
	font-size: .6875em;

	position: absolute;
	top: 72px;
	width: 974px;
}
html > body #topBar {
	top: 62px;
}
#breadcrumb-trail {
	float: left;
	padding-top: .6em;
	text-indent: 1.4em;
}
#breadcrumb-trail li {
	display: inline;
	margin-right: .2em;
}
#breadcrumb-trail a {
	background: url('/content/borders/corel/bullet.gif') center right no-repeat;
	color: #000;
	padding-right: 1em;
	text-decoration: none;
}
#breadcrumb-trail a:hover {
	text-decoration: underline;
}
#breadcrumb-trail a.endLink {
	background: none;
	color: #fff;
	text-decoration: none;
}
#breadcrumb-trail a.endlink:hover {
	cursor: default;
	text-decoration: none;
}
#searchForm {
	float: right;
	padding: .3em .625em 0 0;
}
/* == Subheader (borderSubHeaderDiv) ======================================== */
#borderSubHeaderDiv {
	background: #355a8f url('/content/borders/corel/subHeaderBg.jpg') top left no-repeat;
}
#borderSubHeaderDiv h1 {
	color: #fff;
	font: bold 1em verdana, helvetica, sans-serif;
	padding-top: .7em;
	margin-left: 1em;
}
/* == Wrapper around middle section (borderMiddleDiv) ======================= */
#borderMiddleDiv {
	background-color: #fff;
	background-image: url('/content/borders/corel/mainBg_logOut.gif');
	background-repeat: x-repeat;
	float: left;
}
/* == Main content (bordercontentDiv) ======================================= */
#bordercontentDiv {
	font-size: .75em;
	line-height: 1.4em;
	padding: .625em 0 .625em 0;
}
#bordercontentDiv p {
	line-height: 1.4em;
	padding-bottom: 1em;
	text-align: justify;
}
#bordercontentDiv h1 {
	color: #355a8f;
	font: normal 1.3em verdana, helvetica, sans-serif;
	padding-bottom: .8em;
}
#bordercontentDiv h2 {
	color: #334e56;
	font: bold 1.1em verdana, helvetica, sans-serif;
	padding-bottom: .6em;
padding-top:.4em;

}
#bordercontentDiv ul {
	line-height: 1.4em;
	list-style-image: url('/content/borders/corel/bullet.gif');
	margin-left: 1.6em;
	padding: 0 0 .4em 0;
}
#bordercontentDiv ol {
	line-height: 1.4em;
	padding: 0 0 .4em 0;
}
#bordercontentDiv ol li { 
list-style-type: decimal;
list-style-position:inside; 

   } 
#bordercontentDiv a:link, #bordercontentDiv a:visited, #bordercontentDiv a:active {
	color: #ff9300;
}
#bordercontentDiv a:hover {
	text-decoration: none;
}
#bordercontentDiv a:link.standalone, #bordercontentDiv a:visited.standalone, #bordercontentDiv a:active.standalone {
	color: #ff9300;
	font-weight: bold;
	text-decoration: none;
}
table.withBorder {
	border: 0px solid #b6dded;
	margin-bottom: 1em;
	width: 100%;
}
table.withBorder a {
	color: #3564be;
}
table.withBorder a:hover {
	text-decoration: none;
}
table.withBorder th {
	background: #518bdc url('/content/borders/corel/topBarBg.jpg') top right repeat-x;
	color: #fff;
	padding: 3px;
}
table.withBorder td {
	padding: 3px;
}
table.withBorder th a {
	color: #fff;
}
table.withBorder tr.odd {
	background-color: #dceff8;
}
#bordercontentDiv a:link.th_link {
	color: #fff;
}
.withBorder .th_link {
	color: #15428b;
}
#ElementLinkListContentElement {
	margin-bottom: 5px;
}
#ElementLinkListContentImage {
	margin: 0 5px 5px 0;
}
/* == Left border (borderLeftDiv) =========================================== */
#borderLeftDiv {
	font-size: .7em;
}
/* == Right border (borderRightDiv) ========================================= */
#bodyLoggedOut #borderRightDiv {
	background-color: #f5f5f5;
	font-size: .75em;
}
#bodyLoggedIn #borderRightDiv {
	background-color: #f5f5f5;
	font-size: .7em;
}
#borderRightDiv a:link, #borderRightDiv a:visited, #borderRightDiv a:active {
	color: #ff9300;
	text-decoration: none;
}
#borderRightDiv a:hover {
	text-decoration: underline;
}
/* Login form */
#bodyLoggedOut #borderRightDiv fieldset {
	border: 1px solid #717171;
	padding: 5px;
	width: 320px;
	margin: 10px 0 0 20px;
}
#bodyLoggedOut #borderRightDiv fieldset fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}
#bodyLoggedOut #borderRightDiv label {
	width: 200px;
}
#bodyLoggedOut #borderRightDiv li {
	margin-bottom: .7em;
}
#bodyLoggedOut #borderRightDiv input.text {
	position: absolute;
	right: 75px;
	width: 15em;
}
#bodyLoggedOut #borderRightDiv input.checkbox {
	margin-left: .6875em;
}
#bodyLoggedOut #borderRightDiv input.submit {
	margin: 8px 0 0 91px;
}
#bodyLoggedOut #borderRightDiv .resendpw {
	margin-left: 90px;
}
#bodyLoggedOut #borderRightDiv p {
	line-height: 1.7em;
	margin: 10px 30px 10px 30px;
}
#bodyLoggedIn #borderRightDiv p {
	line-height: 1.5em;
}
/* Link lists */
#borderRightDiv h2 {
	color: #518bdc;
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 0;
}
#bodyLoggedIn #borderRightDiv fieldset {
	border: 1px solid #717171;
	padding: 5px;
	margin: 0 .625em .625em .625em;
}
#borderRightDiv a:link.listLink, #borderRightDiv a:visited.listLink {
	color: #717171;
	text-decoration: underline;
}
#borderRightDiv a:hover.listLink {
	text-decoration: none;
}
#borderRightDiv ul {
	line-height: 1em;
}
#borderRightDiv li {
	margin: 0 .1em .4em 0;
}
#borderRightDiv ul.quickLinks a {
	background: url('/content/borders/corel/bullet.gif') center left no-repeat;
	padding-left: .8em;
	text-decoration: none!important;
}
#borderRightDiv ul.quickLinks a:hover {
	color: #ff9300;
}
#myProfileSubmit {width: 149px;}
/* == Footer (borderFooterDiv) ============================================== */
#borderFooterDiv {
	background: #518bdc url('/content/borders/corel/footerBg.jpg') bottom left no-repeat;
	color: #fff;
	font-size: .6875em;
	height: 30px;
}
#borderFooterDiv a:link, #borderFooterDiv a:visited, #borderFooterDiv a:active {
	text-decoration: none;
	color: #fff;
}
#borderFooterDiv a:hover {
	text-decoration: underline;
}
#borderFooterDiv ul {
	padding: .8em 1em 0 1em;
	text-align: center;
}
#borderFooterDiv ul li {
	display: inline;
	padding: .4em;
}
/* == Search Results Page =================================================== */
.search-results-totals {
	margin: 5px 0 12px 0;
}
.search-results-custom1 p {
	padding-bottom: 0!important;
}
.search-breadcrumb-container a:link, .search-breadcrumb-container a:visited {
	font-size: .9em;
	color: #717171;
	text-decoration: none;
}
.search-breadcrumb-container ul {
	margin-left: 0!important;
	padding-top: 2px!important;
}
.search-breadcrumb-container li {
	display: inline;
	margin-right: .1em;
}
.search-breadcrumb-container a {
	background: url('/content/borders/corel/bullet.gif') center right no-repeat;
	padding-right: 1.2em;
}
.search-breadcrumb-container a:hover {
	color: #333!important;
	text-decoration: underline;
}

