

/* -------------IMAGE STYLES---------------- */


/*
img

{

    max-width: 500px;

    max-height: 500px;

}
*/


/* ----------------FONT STYLES----------------- */



.warning_heading

{

    color: #ff6308;

    font-weight: bold;

}



.field_name

{

    color: black;

    font-weight: normal;

/*    font-style: italic; */

/*    font-size: 8pt;*/

}



.field_option

{

    color: black;

    font-weight: normal;

}



.link_name

{

   /* color: black;*/

    font-style: italic;

}



.page_navigation

{

    color: black;

    font-weight: bold;

}



.page_name

{

    color: black;

    font-weight: bold;

}



.button_name

{

   /* color: black;*/

    font-weight: bold;

}



.section_name

{

    color: #6e88a9;

    font-weight: bold;

}



.user_input

{

	font-family: Courier New;

	color: #000000;

/*	font-size:13px;*/

	font-weight: bold;

}



/* ---------------TABLE STYLES------------------ */



table.faq

{

   /* font-size: 8pt; */

    border-left:  1px #C0D2DB solid;

    border-right: 1px #C0D2DB solid;

}



th

{

 /*   font-size:8pt;*/

}



tr.headline

{

    padding-left: 2px;

   /* color: black;*/

    text-align: left;

    background-color: #C0D2DB;

    font-weight: bold;

}



tr.subheading

{

   /* color: black;*/

    background-color: #dae8e8;

    text-align: left;

    font-weight: 100;

}



tr.table_line_1

{

   /* color: black;*/

    background-color: #dae8e8;

    text-align: left;

    font-weight: 100;

}



tr.table_line_2

{

   /* color: black;*/

    background-color: white;

    text-align: left;

    font-weight: 100;

}



td.table_text

{

   /* color: black;*/

    vertical-align: top;

    border-bottom: 1px #C0D2DB solid;

}



td.divide_title

{

    padding-left: 2px;

    vertical-align: top;

    horizontal-align: left;

    border-bottom: 1px #C0D2DB solid;

}



td.field_title

{

    color: #6e88a9;

    font-weight: bold;

    padding-left: 2px;

    vertical-align: top;

    text-align: left;

    border-bottom: 1px #C0D2DB solid;

}



/* ---------------LIST STYLES------------------ */



ul

{

  /*  color: #000000;*/

  /*  font-size: 8pt;*/

    margin-top: 0.5em;

    margin-bottom: 0.5em;

}



ol

{

/*    color: #000000;*/

  /*  font-size: 8pt;*/

    margin-top: 0.5em;

    margin-bottom: 0.5em;

}



li

{

/*color: #000000;*/

  /*  font-size: 8pt;*/

    margin-top: 0em;

    margin-bottom: 0.5em;

    margin-right: 0.5em;

}

/* Used for the expand/collapse on FAQ articles */
.hidden {
	display: none;
}
.plusBg {
	background-image: url("../plus.gif");
	background-repeat: no-repeat;
	padding-left: 20px;
}
.plusBg:hover, .minusBg:hover  {
	cursor: pointer;
	cursor: hand;
}
.minusBg {
	background-image: url("../minus.gif");
	background-repeat: no-repeat;
	padding-left: 20px;
}

