/***********************************************************************/
/* ------ Basics Start ----------------------------------------------- */
/*                                                                     */

* {
	margin: 0;
	padding: 0;
	}
html {
	font-size: 11px;
	}
body {
	font-family: Arial, Helvetica, Verdana, serif;
	font-size: 1em;
	color: black;
	line-height: 16px;
	/*
	position: absolute;
	height: 100%;
	*/
	text-align: center;
	}
p {
	padding-bottom: 12px;
	white-space: normal;
	}
a {
	outline: 0;
	color: blue;
	}
a img {
	border: 0;
	}

table {
	border-collapse: collapse;
	}
	
select,
input {
	padding: 0px;
	font-size: 9px;
	margin-right: 4px;
	}
input {
	color: #767676;
	}

option {
	padding: 0;	
	padding-left: 4px;
	padding-right: 4px;
	text-align: right;
	}

.pR {
	display: inline;
	float: right;
	margin-right: 10px;
	}
.pR img {
	vertical-align: middle;
	margin-left: 4px;
	margin-right: 4px;
	}

.blue,
.blue a {
	color: #2892D5;
	}

b.typeTitle {
	display: block;
	font-size: 1.1em;
	line-height: 1.8em;
	}
b.typeTitle a {
	color: #2892D5;
	}
b.typeTitle a:hover {
	color: #333333;
	}
	
b.subTitle {
	display: block;
	line-height: 1.8em;s
	}	
/*                                                                     */
/* ------ Basics End ------------------------------------------------- */
/***********************************************************************/

#container {
	/*
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	padding-bottom: 12px;
	min-height: 1000px;
	*/
	width: 970px;
	text-align: left;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #bfd6e5;
	border-right: 1px solid #bfd6e5;
	}

/***********************************************************************/
/* ------ Header Start ----------------------------------------------- */
/*                                                                     */

#custHeader {
	height: 40px;
	line-height: 26px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.1em;
	letter-spacing: 1px;
	text-align: center;
	font-weight: bold;
	}
.custHeaderContent {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}
#custHeader img {
	vertical-align: middle;
	padding-right: 12px;
	padding-left: 12px;
	}
#custHeader a {
	font-size: .9em;
	padding-right: 12px;
	padding-left: 12px;
	line-height: 40px;
	}
	
#headerShadow {
	background-image: url(../gif/customer_under_header.png);
	background-position: top;
	background-repeat: repeat-x;
	height: 5px;
	}

.dropNaviTemp {
	height: 20px;
	background-color: #7aa7c2;
	border-bottom: 5px solid #2a7eae;
	}

/*                                                                     */
/* ------ Header End ------------------------------------------------- */
/***********************************************************************/


/***********************************************************************/
/* ------ Content Start ---------------------------------------------- */
/*                                                                     */
	/*
#custContent {
width: 980px;
	margin-left: auto;
	margin-right: auto;
	}*/

.fullRow {
	height: 17px;
	line-height: 17px;
	padding-top: 15px;
	padding-left: 12px;
	}
.mainTab {
	list-style: none;
	font-size: 1.1em;
	}
.mainTab li {
	display: inline;
	float: left;
	padding-right: 20px;
	font-weight: bold;
	}
	
.boxType {
	/*padding: 12px;*/
	margin: 12px;
	border: 1px solid #c6c6c6;
	/* Following is not supported by IE or Opera yet */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	/* Following is not supported at all yet except for Safari 3+ */
	box-shadow: 3px 3px 3px #888;
	}
.boxType b.typeTitle {
	padding: 12px;
	padding-bottom: 0;
	}
.boxType p {
	padding: 12px;
	padding-top: 5px;
	}
.boxType label {
	font-weight: bold;
	padding-right: 2px;
	}
.boxType ul {
	padding-left: 22px;
	padding-right: 12px;
	padding-bottom: 12px;
	}
.boxType li {
	padding-top: 8px;
	}
.boxType li a {
	text-decoration: none;
	color: #000000;
	}
.boxType li:hover a {
	text-decoration: underline;
	}
.productCase {
	height: 100px;
	text-align: center;
	}
.productCase img {
	float: left;	
	}
.productCase b {
	font-size: 14px;
	display: block;
	}
.productCase b.feProd {
	line-height: 30px;
	}
	
/*************************************/  
/* ------ Left Column Start -------- */

#custLeftCol {
	float: left;
	width: 294px;
	/*padding: 12px;*/
	/* Following needed for IE */
	position: relative;
	padding-top: 0;
	top: 12px;
	}
	

/* ------ Left Column End ---------- */
/*************************************/


/*************************************/
/* ------ Main Content Start ------- */

#custMainContent {
	/*padding: 12px;
	padding-left: 0;*/
	margin-right: 12px;
	margin-left: 306px;
	}

#custMainContent .boxType {
	background-repeat: repeat-x;
	}

#custMainContent .boxType b.typeTitle {
	padding-bottom: 12px;
	font-size: 14px;
	}
#custMainContent .boxType img {
	vertical-align: middle;
	padding-bottom: 4px;
	}
	
#mainBox {
	margin-top: 12px;
	padding-top: 12px;
	}
	
/* -- Tabs -- */
.boxTabs {
	background-repeat: repeat-x;
	background-position: bottom;
	height: 29px;
	}
.boxTabs li {
	list-style-type: none;
	display: inline-block;
	float: left;
	height: 25px;
	margin-top: 4px;
	line-height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	}
.boxTabs li a {
	text-decoration: none;
	}
.boxTabs li.active {
	height: 28px;
	line-height: 28px;
	margin-top: 0;
	}

/* -- Items List -- */
.listItems {
	display: block;
	/*
	padding-top: 12px;
	*/
	border: 1px solid#D5D5D5;
	}
.listItems table  {
	/*width: 660px;*/
	}	
.listItems table td {
	vertical-align: top;
	padding: 8px;
	font-size: 1em;
	}
.listItems table td.itemMore {
	width: 64px;
	}

.courseList td.itemIcon div {
	margin-left: 10px;
	margin-right: 10px;
	/*
	padding: 4px;
	*/
	vertical-align: middle;
	text-align: center;
	}
.courseList td.itemInfo {
	padding-left: 12px;
	}
.infoName {
	font-size: 1.1em;
	padding-bottom: 5px;
	}
.infoName b {
	color: #000000;
	}
.attachments a {
	padding-bottom: 5px;
	font-weight: bold;
	text-decoration: none;
	}
.attachments a:hover {
	text-decoration: underline;
	}
.courseList td.itemAction {
	width: 120px;
	}

.listItems table.documentList td {
	padding-top: 4px;
	padding-bottom: 4px;
	}

.documentList td.itemIcon {
	padding-left: 10px;
	width: 40px;
	}
.documentList .infoName {
	font-size: 1em;
	}
.documentList td.itemInfo {
	padding-left: 10px;
	line-height: 14px;
	}
.documentList td.itemMore {
	font-size: .9em;
	}
.documentList td.itemAction {
	width: 100px;
	font-weight: bold;
	}


/* ------ Main Content End --------- */
/*************************************/


/*************************************/
/* ---------- FAQ Start ------------ */


.faqContent {
	padding-top: 15px;
	padding: 12px;
	}
.faqContent .title {
	height: 17px;
	line-height: 17px;
	padding-top: 15px;
	padding-left: 12px;
	}
.faqContent .title b {
	font-size: 1.5em;
	font-weight: bold;
	}
.faqContent .questions {
	padding-bottom: 12px;
	padding-top: 15px;
	}
.faqContent .questions li {
	list-style-position: inside;
	padding-left: 12px;
	font-size: 1.1em;
	padding-bottom: 6px;
	}
.faqContent .answers li {
	list-style-position: inside;
	font-size: 1.4em;
	padding-bottom: 6px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 16px;
	padding-left: 12px;
	padding-right: 12px;
	border-top: 1px solid #e7e7e7;
	}
.faqContent .answers li .text {
	font-size: .8em;
	line-height: 1.3em;
	color: #333333;
	font-weight: normal;
	padding-top: 12px;
	}
.faqContent .answers li .return {
	font-size: .8em;
	padding-top: 12px;
	}

/* ----------- FAQ End ------------- */
/*************************************/

/*************************************/
/* ------- Help Pages Start -------- */

.menu {
	background-color:#FFFFFF;
	}
.menu b.typeTitle {
	text-align: center;
	color: #ffffff;
	background-color: #2a7eae;
	padding: 0;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	}
.menu li {
	font-size: 1.05em;
	font-weight: bold;
	padding-top: 10px;
	}
.menu ul,
.menu li a {
	color: #278ecd;
	}
.menu li b {
	color: #000000;
	}
	
.section {
	padding: 12px;
	font-size: 1.2em;
	line-height: 1.4em;
	letter-spacing: .02em;
	color: #5b646a;
	}
.section b.typeTitle {
	color: #278ecd;
	font-size: 1.3em;
	line-height: 1.1em;
	padding-bottom: 8px;
	padding-top: 8px;
	}
.leftImg {
	float: left;
	margin-right: 24px;
	text-align: center;
	}
.centerImg {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
.rightImg {
	float: right;
	margin: 24px;
	text-align: center;
	}
.mainImg {
	display: block;
	}

.section ol,
.section ul {
	margin-left: 24px;
	}

.note {
	margin: 12px;
	margin-bottom: 0;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.8em;
	height: 1.8em;
	color: #ffffff;
	background-color: #7aa7c2;
	}

/* -------- Help Pages End --------- */
/*************************************/

/*                                                                     */
/* ------ Content End ------------------------------------------------ */
/***********************************************************************/



/***********************************************************************/
/* ------ Footer Start ----------------------------------------------- */
/*                                                                     */

	
.footer {
/*
	position: absolute;
	bottom: 0;
*/
	width: 980px;
	margin-top: 32px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	}
	
.preFooter {
	background-image: url(../img/f_footer.gif);
	background-repeat: repeat;
	height: 32px;
	text-align: center;
	line-height: 32px;
	color: #1f76ab;
	font-weight: bold;
	margin-top: 12px;
	}
.preFooter img {
	padding-right: 6px;
	vertical-align: middle;
	}
	
.footerLinks {
	text-align: center;
	padding: 12px;
	color: #595c5e;
	}
.footerLinks a {
	color: #595c5e;
	text-decoration: none;
	}
.footerLinks a:hover {
	color: #2792D5;
	text-decoration: underline;
	}

/*                                                                     */
/* ------ Footer End ------------------------------------------------- */
/***********************************************************************/
