/* @group Core Elements */

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: Arial;
	line-height: 135%;
}

body,
body.f-default {
	font-size: 12px;
}

p {
  margin-top: 10px;
  margin-bottom: 15px;
}

h1, h2, h3, h4, h4 {
	padding-bottom: 5px;
	margin: 15px 0;
}

h1 { 
	font-size: 200%;
}

h2 {
	font-size: 175%;
}

h3 {
	font-size: 150%;
}

h4 {
	font-size: 120%;
}

a {
	text-decoration: none;
	color: #ab0900;
}

a:hover {
	text-decoration: underline;
}

/* @end */



.contentpane,
.contentpaneopen {
	width: 100%;
}

/* @end */

/* @group Structure */

#menu-bar {
	height: 56px;
	background: url(../images/menu-bg.jpg) 0 0 repeat-x; /*none*/
	padding-bottom: 10px;
}

#sidecol {
	float: left;
}

#topmodules,
#component,
#bottommodules {
	overflow: hidden;
}

/* @end */

/* @group Modules */

#bottommodules .moduletable {
	background: #fff url(../images/bottommod-bg.jpg) 0 0 repeat-x;
	border: 1px solid #D7EBF0;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px;
}
/* @end */

/* @group Horizontal Menu */

#horiz-menu {
	height: 56px;
}

#horiz-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#horiz-menu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	background: none;
}

#horiz-menu a {
	white-space: nowrap;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff; /*#fff;*/
	display: block;
	text-decoration: underline; /*none;*/
	float: left;
	height: 53px;
	line-height: 53px; /* 53px */
	font-weight: normal;
	text-transform: none;
	padding: 0px 15px 0px 15px;
	background: background: url(../images/menu-divider.jpg) 100% 0 no-repeat; /*none*/
}

#horiz-menu li.active,
#horiz-menu li.active_menu { /* Leave this in */
 /* background: none; */
 background: url(../images/active-menu-r.jpg) 100% 0;
 background-repeat: no-repeat;
}

#horiz-menu li.active a,
#horiz-menu li.active_menu a {
/* background: none; */
	background: url(../images/active-menu-l.jpg) 0 0 no-repeat; 
	background-repeat: no-repeat;
	text-decoration: none;
	font-weight: bold;
	color: #000;	
}

#horiz-menu a:hover {
	text-decoration: none; /*underline;*/
	color: #CEE7FF; /*#ccc;*/
}

#horiz-menu img {
	float: left;
	padding-top: 5px;
	padding-right: 190px; /* Set to 110px or 50px for new menu items (originally 170px) [280px for four items]*/
    /*
	position: absolute;
	top: 3px;
	right: 10px;
	*/
}

/* @end */


/* @group Content Styles */


/* @group Typography */

ul {
	padding-left: 0;
	margin-left: 10px;
}

ul li {
	list-style: none;
	margin-left: 0;
	margin-bottom: 5px;
	padding-left: 10px;
	background: url(../images/bullet-2.jpg) 0 6px no-repeat;
}

span.alert {
	color: #c00;
	border-top: 3px solid #fe7b7a;
	border-bottom: 3px solid #fe7b7a;
	background: #FFD6D6 url(../images/status-alert.jpg) 10px 50% no-repeat;
}

span.info {
	color: #0055BB;
	border-top: 3px solid #629de3;
	border-bottom: 3px solid #629de3;
	background: #D8E5F8 url(../images/status-info.jpg) 10px 50% no-repeat;
}

span.note {
	color: #B79000;
	border-top: 3px solid #fde179;
	border-bottom: 3px solid #fde179;
	background: #FEF6D8 url(../images/status-note.jpg) 10px 50% no-repeat;
}

span.download {
	color: #57861A;
	border-top: 3px solid #c2df88;
	border-bottom: 3px solid #c2df88;
	background: #EEF7DD url(../images/status-download.jpg) 10px 50% no-repeat;
}

/* @end */

/* @group Notice Styles */

span.alert,
span.info,
span.download,
span.note {
	display: block;
	padding: 10px 10px 10px 45px;
	margin: 15px 0;	
}

/* @end */

a.nounder:hover {
	text-decoration: none;
}

.clr {
	clear:both;
}

/* @end */

/* @group Modules */

.moduletable,
.moduletable-hilite1 {
	margin-top: 0px;	
	margin-bottom: 20px;
}

.moduletable h3,
.moduletable-hilite1 h3 {
	background: #DAEFFA url(../images/module-h3.jpg) 0 0 repeat-x;
	padding: 5px 0 5px 8px;
	font-family: Tahoma, Helvetica, Arial Narrow;
	font-size: 120%;
	color: #02576B;
	border-top: 1px solid #B7ECF5;
	border-left: 3px solid #B7ECF5;
	border-right: 3px solid #B7ECF5;
	border-bottom: 1px solid #B7ECF5;
	margin: 5px 0 10px 0;
}

/* @end */