/* For changing to square bullet point in expand and collapse */
/* for future update that is going to implement single square_ul class only */
.square_ul, ul.square, .expand_square_list{
	list-style-image:url("../images/background/bullet-list-square.png");
	text-align: justify;
}

/* Typo*/
.sqaure_list {    
    padding-left: 26px !important;
    line-height: 1.5em;
    text-align: justify;
}
.sqaure_list li{
    padding-bottom: 12px;
}
/* Typo */

.square_list {    
    padding-left: 26px !important;
    line-height: 1.5em;
    text-align: justify;
}
.square_list li{
    padding-bottom: 12px;
}

/* For changing to square bullet point in cascade list*/
.sqaure_cascading_list {
    color: black;
    padding-left: 26px !important;
    line-height: 1.5em;
    padding-bottom: 12px;
    text-align: justify;
    list-style-type: square !important;
	font-size: 87.5%;
	margin-left: 0px !important;
}
.sqaure_cascading_list li{
    padding-left: 0px;
    padding-bottom: 12px;
	list-style-image: url('../images/background/bullet-list-square.png');
    line-height: 1.5em;
}

/* For changing to square bullet point in cascade list in table*/
.sqaure_cascading_list_table {
    padding-left: 26px !important;
    line-height: 1.5em;
    padding-bottom: 12px;
    text-align: justify;
    list-style-type: square !important;
	margin-left: 0px !important;
}
.sqaure_cascading_list_table li{
    padding-left: 0px;
    padding-bottom: 12px;
	list-style-image: url('../images/background/bullet-list-square.png');	
    line-height: 1.5em;
	font-size:100% !important;
}

/* For changing to square bullet point in cascade list with no padding in cascading list with more than one hierarchy*/
.sqaure_cascading_list_no_padding {    
    padding-left: 26px !important;
    line-height: 1.5em;
    padding-bottom: 0px;
    text-align: justify;
    list-style-type: square !important;
	font-size: 87.5%;
	margin-left: 0px !important;
}
.sqaure_cascading_list_no_padding li{
    padding-left: 0px;
    padding-bottom: 12px;
	list-style-image: url('../images/background/bullet-list-square.png');	
    line-height: 1.5em;
}
.sqaure_cascading_list_no_padding ul{    
    padding-left: 26px !important;
    line-height: 1.5em;
    padding-bottom: 0px;
    text-align: justify;
    list-style-type: square !important;
	font-size: 100%;
	margin-left: 0px !important;	
}

.colorList ul li, .font_size2 {
	font-size:100% !important;
}

/* For eliminating all the padding*/ 
#noPadding, .no_padding{
	padding: 0px !important;
}
#noPadding  h3{
	padding: 0px;
}
#noPadding  p{
	padding: 0px;
}
#noPadding  li{
	padding: 0px;
}

/* For adding the line spacing*/
#line_spacing{
	padding-bottom: 12px !important;
}
#line_spacing li{
	padding-bottom: 12px !important;
}
#font_size_line_spacing{
	font-size: 87.5%;
	line-height: 1.5em;
}
#font_size, .font_size {
	font-size: 87.5%;
}

/* For updating the font size and font type */
.tableStyle03 {
	font-family: Arial, Helvetica, sans-serif;
}
.template_content.template23 p {
    font-size: 87.5%;
    line-height: 1.5em;
}
.standard_font{
    font-size: 87.5%;
    line-height: 1.5em;
	padding-bottom: 18px;
}
.standard_font p{
	padding-bottom: 18px;
}

/*For enlarging the font size in the table*/
table.table_font_size td{
	font-size: 100% !important;
}

table.table_paragraph td p{
	line-height: 1.5em !important;
	padding: 0px !important;
}

table.table_top td {
	vertical-align: top;
}

/*For adding padding in table*/
#table_padding td{
	padding-bottom:14px;
}

/* For aligning text in FAQ*/
#faq_content, .justify{
	text-align: justify;
	text-justify: inter-ideograph;
}

/* For aligning line height*/
#faq_content p{
	line-height: 1.5em;
}

/* For updating the font size and line spacing in download form*/
.downloadDescription{
	font-size:87.5%;
    line-height: 1.5em;
	text-align:justify;	
}
.downloadDescription p{
	font-size:100%;
}
.newsBoxTable {
	text-align: justify;
	line-height: 1.5em;
}
.notes p{
	text-align:justify;	
}

/* decimal number order list */
.decimal_ol, ol.decimal {
	list-style-type: decimal;
	list-style-image: none;
}

.square_ul li > .decimal_ol li, ul.square li > ol.decimal li {
	margin: 0;
	padding-top: 3px !important;
}

.square_ul .decimal_ol, ul.square ol.decimal {
	margin: 0 0 0 20px;
	padding: 0;
}

.decimal_ol .square_ul, ol.decimal ul.square {
	margin: 0;
	padding: 0;
}

ol.low_roman {
	list-style-type: lower-roman;
	list-style-image: none;
}

ol.low_alpha {
	list-style-type: lower-alpha;
	list-style-image: none;
}

ol.up_alpha {
	list-style-type: upper-alpha;
	list-style-image: none;
}

/* Does not support in IE8
.low_alpha_ol {
    counter-reset: list;
    margin: 0;
}

.low_alpha_ol > li {
    list-style: none;
    position: relative;
}

.low_alpha_ol > li:before {
    counter-increment: list;
    content: "(" counter(list, lower-alpha) ") ";
	left: -1.4em;
}
*/

/* sub-title */
.sub_title, .padding_btm {
	padding-bottom: 14px;
}

.margin_btm {
	margin-bottom: 14px;
}

/* service with single title only */
.service_a_title {
	font-weight: bold;
	line-height: 1.5em;
	color: black !important;
	font-size: 87.5%;
}

/* font style */
.strong {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.line_height {
	line-height: 1.5em !important;
}

.black {
	color: black;
}

.purple, .purple li {
	color: #800080 !important;
}

.brown {
	color: #800000 !important;
}

.grey_font_color{
	color: #333;
}

.center {
	text-align:center;
}

/* photo boxes */
.photo_outer_box {
	width: auto;
	text-align:center;
}

.photo_inner_box {
	position:relative;
	margin:0 auto;
}

.photo_txt {
	padding-top: 14px;
	padding-bottom: 14px;
}

/* width style */
.width_100p {
	width:100%;
}

.width_95p {
	width:95%;
}

.width_90p {
	width:90%;
}

.width_85p {
	width:85%;
}

.width_80p {
	width:80%;
}

.width_75p {
	width:75%;
}

.width_70p {
	width:70%;
}

.width_65p {
	width:65%;
}

.width_60p {
	width:60%;
}

.width_55p {
	width:55%;
}

.width_50p {
	width:50%;
}

.width_45p {
	width:50%;
}

.width_40p {
	width:40%;
}

.width_35p {
	width:35%;
}

.width_30p {
	width:30%;
}

.width_25p {
	width:25%;
}

.width_20p {
	width:20%;
}

.width_15p {
	width:15%;
}

.width_10p {
	width:10%;
}

.width_5p {
	width:5%;
}

/* table cell style */
.table_cell td, .table_cell th {
	padding-bottom:12px;
	line-height:1.5em;
}

/* hack template19 form download */
.template19 .newsBoxTable table .contentCell p {
	padding: 0px !important;
	line-height:1.5em !important;
}

.template19 .newsBoxTable table .contentCell .pgraph {
	padding-bottom: 12px !important;
}

/* hack template3.1 dropdown with information page */
.template_content > div.contentContainer01 > p {
	line-height: 1.5em;
}

.ie_word {
	word-break: break-all;
	display: inline-block;
	float: left;
}
.text-align_justify {
	text-align: justify;
}

