div.p_table_1
	{
	width: 100%;
	/*height: 100%;*/
	font-size: 13px;
	font-family: arial, sans-serif;
	font-weight: normal;
	color: #444444;
	line-height: normal ;
	visibility: visible;
	}

/* --- hyperlinks --- */
div.p_table_1 a
	{
	color: #444444;
	text-decoration: none;
		padding: 10px 15px;
	}
	
/* --- lists --- */
div.p_table_1 ul
	{
	margin: 0px ;
	padding: 0px ;
	list-style-type: none;
	overflow: visible;
	}
	
div.p_table_1 li
	{
	margin: 0px ;
	padding: 0px ;
	list-style-type: none ;
	list-style-image: none ;
	font-size: 13px ;
	line-height: normal ;
	text-shadow: none ;
	overflow: visible ;
	text-indent: 0 ;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	}
	
div.p_table_1 li img
	{
	display: inline ;
	padding: 0 ;
	margin: 0 ;
	box-shadow: none ;
	-webkit-box-shadow: none ;
	-moz-box-shadow: none ;
	background: none ;
	border: none ;
	visibility: visible ;
	}

/* --- div aligns --- */
div.p_table_1 .align_center
	{
	text-align: center;
	}
	
/* --- div rounded corners --- */
/* --- border radius 3px --- */	
div.p_table_1 .radius3
	{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	}
	
/* --- border radius 5px top left --- */	
div.p_table_1 .radius5_topleft
	{
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	}
	
/* --- border radius 5px top right --- */	
div.p_table_1 .radius5_topright
	{
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	}
	
/* ==================== HEADINGS  ==================== */
/* ------ common styles ------  */
div.p_table_1 h1,
div.p_table_1 h2,
div.p_table_1 h3
	{
	margin: 0px ;
	padding: 0px ;
	font-weight: normal ;
	border: none ;
	line-height: normal ;
	letter-spacing: 0;
	text-transform: none;
	background: none;
	text-shadow: none ;
	text-align: inherit ;
	font-style: normal ;
	width: auto ;
	float: none ;
	position: static ;
	box-shadow: none ;
	-moz-box-shadow: none ;
	-webkit-box-shadow: none ;
	}
	
div.p_table_1 h1
	{
	font-family: 'Yanone Kaffeesatz', arial, sans-serif ;
	font-size:35px; ;
	}
	
div.p_table_1 h1 span
	{
	font-family: 'Yanone Kaffeesatz', arial, sans-serif; 
	font-size: 100%; 
	text-shadow: none; 
	font-weight: normal; 
	padding: 0 ;
	background: none; 
	}

div.p_table_1 h2
	{
	font-family: 'Yanone Kaffeesatz', arial, sans-serif ;
	font-size: 20px ;
	}

div.p_table_1 h2 span
	{
	font-family: 'Yanone Kaffeesatz', arial, sans-serif ;
	font-size: 30px ;
	border: none ;
	font-weight: normal ;
    padding: 0 ;
	background: none ;
	}
	
div.p_table_1 h3
	{
	font-family: arial, sans-serif ;
	font-size: 13px ;
	}	
	
/* ==================== COLUMNS  ==================== */
/* ------ common styles ------  */
div.p_table_1 div.column_1,
div.p_table_1 div.column_2,
div.p_table_1 div.column_3,
div.p_table_1 div.column_4,div.p_table_1 div.column_5,div.p_table_1 div.column_6,div.p_table_1 div.column_7
{
/* transitions */
-webkit-transition: box-shadow 0.25s ease;
-moz-transition: box-shadow 0.25s ease;
-o-transition: box-shadow 0.25s ease;
-ms-transition: box-shadow 0.25s ease;
transition: box-shadow 0.25s ease; 
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
/* --- header row 1 ---  */
div.p_table_1 div.caption_column li.header_row_1 ,
div.p_table_1 div.column_1 li.header_row_1,
div.p_table_1 div.column_2 li.header_row_1,
div.p_table_1 div.column_3 li.header_row_1,
div.p_table_1 div.column_4 li.header_row_1,div.p_table_1 div.column_5 li.header_row_1,div.p_table_1 div.column_6 li.header_row_1,div.p_table_1 div.column_7 li.header_row_1
	{
	height: 35px;
	width: 100%;
	padding: 0 ;
	}

div.p_table_1 div.caption_column li.header_row_1 a,
div.p_table_1 div.column_1 li.header_row_1 a,
div.p_table_1 div.column_2 li.header_row_1 a,
div.p_table_1 div.column_3 li.header_row_1 a,
div.p_table_1 div.column_4 li.header_row_1 a,div.p_table_1 div.column_5 li.header_row_1 a,div.p_table_1 div.column_6 li.header_row_1 a,div.p_table_1 div.column_7 li.header_row_1 a
	{
	text-decoration: none ;
	}
/* --- header row 2 ---  */
div.p_table_1 div.caption_column li.header_row_2,
div.p_table_1 div.column_1 li.header_row_2,
div.p_table_1 div.column_2 li.header_row_2,
div.p_table_1 div.column_3 li.header_row_2,
div.p_table_1 div.column_4 li.header_row_2,div.p_table_1 div.column_5 li.header_row_2,div.p_table_1 div.column_6 li.header_row_2,div.p_table_1 div.column_7 li.header_row_2
	{
	height: 47px;
	width: 100%;
	padding: 0 0 14px ;
	}
	
div.p_table_1 div.caption_column li.header_row_2 a,
div.p_table_1 div.column_1 li.header_row_2 a,
div.p_table_1 div.column_2 li.header_row_2 a,
div.p_table_1 div.column_3 li.header_row_2 a,
div.p_table_1 div.column_4 li.header_row_2 a,div.p_table_1 div.column_5 li.header_row_2 a,div.p_table_1 div.column_6 li.header_row_2 a,div.p_table_1 div.column_7 li.header_row_2 a
	{
	text-decoration: none ;
	}
/* --- caption correction --- */
div.p_table_1 div.caption_column li.header_row_2
	{	
	height: 47px;
	width: 100%;
	padding: 7px 0px 7px 0 ;
	}
	
div.p_table_1 div.caption_column li.header_row_2 h2.caption
{
	padding-left: 10px ;
}
	
/* ==================== CAPTION COLUMN  ==================== */
div.p_table_1 div.caption_column
	{
	/*position: relative;*/
	width: 180px;
	/*height: 100%;*/
	float: left;
	}

/* =================== COLUMN STYLE 1  ==================== */
div.p_table_1 div.column_1
	{
	/*position: relative;*/
	width: 160px;
	/*height: 100%;*/
	float: left ;
	}
	
/* ==================== COLUMN STYLE 2  ==================== */
div.p_table_1 div.column_2
	{
	/*position: relative;*/
	width: 160px;
	/*height: 100%;*/
	float: left ;
	}	
	
/* ==================== COLUMN STYLE 3  ==================== */
div.p_table_1 div.column_3
	{
	/*position: relative;*/
	width: 160px;
	/*height: 100%;*/
	float: left ;
	}
	
/* ==================== COLUMN STYLE 4  ==================== */
div.p_table_1 div.column_4
	{
	/*position: relative;*/
	width: 160px;
	/*height: 100%;*/
	float: left ;
	}
	/* ==================== COLUMN STYLE5  ==================== */
div.p_table_1 div.column_5
	{
	/*position: relative;*/
	width: 160px;
	/*height: 100%;*/
	float: left ;
	}
	/* ==================== COLUMN STYLE 6  ==================== */
div.p_table_1 div.column_6
	{
	/*position: relative;*/
	width: 160px;
	/*height: 100%;*/
	float: left ;
	}
	/* ==================== COLUMN STYLE 7  ==================== */
div.p_table_1 div.column_7
	{
	/*position: relative;*/
	width: 160px;
	/*height: 100%;*/
	float: left ;
	}
/* ========== COLUMN HOVERS ========== */
div.p_table_1.p_table_hover_light div.column_1:hover,
div.p_table_1.p_table_hover_light div.column_2:hover,
div.p_table_1.p_table_hover_light div.column_3:hover,
div.p_table_1.p_table_hover_light div.column_4:hover,
div.p_table_1.p_table_hover_light div.column_5:hover,
div.p_table_1.p_table_hover_light div.column_6:hover,
div.p_table_1.p_table_hover_light div.column_7:hover,
div.p_table_1.p_table_hover_disabled div.column_1:hover,
div.p_table_1.p_table_hover_disabled div.column_2:hover,
div.p_table_1.p_table_hover_disabled div.column_3:hover,
div.p_table_1.p_table_hover_disabled div.column_4:hover,
div.p_table_1.p_table_hover_disabled div.column_5:hover,
div.p_table_1.p_table_hover_disabled div.column_6:hover,
div.p_table_1.p_table_hover_disabled div.column_7:hover
	{
	left: 0;
	top: 0;
	}
	
div.p_table_1.p_table_hover_disabled div.column_1:hover,
div.p_table_1.p_table_hover_disabled div.column_2:hover,
div.p_table_1.p_table_hover_disabled div.column_3:hover,
div.p_table_1.p_table_hover_disabled div.column_4:hover,
div.p_table_1.p_table_hover_disabled div.column_5:hover,
div.p_table_1.p_table_hover_disabled div.column_6:hover,
div.p_table_1.p_table_hover_disabled div.column_7:hover
	{
	position: static;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	z-index: 0;
	}
	
div.p_table_1 div.column_1:hover,
div.p_table_1 div.column_2:hover,
div.p_table_1 div.column_3:hover,
div.p_table_1 div.column_4:hover,
div.p_table_1 div.column_5:hover,
div.p_table_1 div.column_6:hover,
div.p_table_1 div.column_7:hover,
div.p_table_1 div.active_column,
div.p_table_1.p_table_hover_light div.active_column:hover,
div.p_table_1.p_table_hover_disabled div.active_column:hover
	{
	position: relative;
	z-index: 100;
	left: 0px;
	top: 0px;
	/* shadow */
	box-shadow: 5px 0px 30px rgba(0,0,0,0.5);
	-webkit-box-shadow: 5px 0px 30px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 0px 30px rgba(0,0,0,0.5);
	}

div.p_table_1.p_table_hover_light div.active_column,
div.p_table_1.p_table_hover_light div.active_column:hover
	{
	left: 0;
	top: 0;
	}

div.p_table_1.p_table_hover_light div.column_1:hover,
div.p_table_1.p_table_hover_light div.column_2:hover,
div.p_table_1.p_table_hover_light div.column_3:hover,
div.p_table_1.p_table_hover_light div.column_4:hover,
div.p_table_1.p_table_hover_light div.column_5:hover,
div.p_table_1.p_table_hover_light div.column_6:hover,
div.p_table_1.p_table_hover_light div.column_7:hover,
div.p_table_1.p_table_hover_light div.active_column,
div.p_table_1.p_table_hover_light div.active_column:hover
	{
	/* shadow */
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
	}

div.p_table_1 div.column_1:hover,
div.p_table_1 div.column_2:hover,
div.p_table_1 div.column_3:hover,
div.p_table_1 div.column_4:hover,
div.p_table_1 div.column_5:hover,
div.p_table_1 div.column_6:hover,
div.p_table_1 div.column_7:hover,
div.p_table_1 div.active_column:hover,
div.p_table_1.p_table_hover_light div.active_column:hover,
div.p_table_1.p_table_hover_disabled div.active_column:hover
	{
	z-index: 101;
	}
	
div.p_table_1.p_table_hover_light div.column_1:hover li.row_style_1,
div.p_table_1.p_table_hover_light div.column_2:hover li.row_style_1,
div.p_table_1.p_table_hover_light div.column_3:hover li.row_style_1,
div.p_table_1.p_table_hover_light div.column_4:hover li.row_style_1,
div.p_table_1.p_table_hover_light div.column_5:hover li.row_style_1,
div.p_table_1.p_table_hover_light div.column_6:hover li.row_style_1,
div.p_table_1.p_table_hover_light div.column_7:hover li.row_style_1,
div.p_table_1.p_table_hover_light div.column_1:hover li.row_style_2,
div.p_table_1.p_table_hover_light div.column_2:hover li.row_style_2,
div.p_table_1.p_table_hover_light div.column_3:hover li.row_style_2,
div.p_table_1.p_table_hover_light div.column_4:hover li.row_style_2,
div.p_table_1.p_table_hover_light div.column_5:hover li.row_style_2,
div.p_table_1.p_table_hover_light div.column_6:hover li.row_style_2,
div.p_table_1.p_table_hover_light div.column_7:hover li.row_style_2,
div.p_table_1.p_table_hover_light div.column_1:hover li.row_style_3,
div.p_table_1.p_table_hover_light div.column_2:hover li.row_style_3,
div.p_table_1.p_table_hover_light div.column_3:hover li.row_style_3,
div.p_table_1.p_table_hover_light div.column_4:hover li.row_style_3,
div.p_table_1.p_table_hover_light div.column_5:hover li.row_style_3,
div.p_table_1.p_table_hover_light div.column_6:hover li.row_style_3,
div.p_table_1.p_table_hover_light div.column_7:hover li.row_style_3,
div.p_table_1.p_table_hover_light div.column_1:hover li.row_style_4,
div.p_table_1.p_table_hover_light div.column_2:hover li.row_style_4,
div.p_table_1.p_table_hover_light div.column_3:hover li.row_style_4,
div.p_table_1.p_table_hover_light div.column_4:hover li.row_style_4,
div.p_table_1.p_table_hover_light div.column_5:hover li.row_style_4,
div.p_table_1.p_table_hover_light div.column_6:hover li.row_style_4,
div.p_table_1.p_table_hover_light div.column_7:hover li.row_style_4,
div.p_table_1.p_table_hover_light div.active_column li.row_style_1,
div.p_table_1.p_table_hover_light div.active_column li.row_style_2,
div.p_table_1.p_table_hover_light div.active_column li.row_style_3,
div.p_table_1.p_table_hover_light div.active_column li.row_style_4,
div.p_table_1.p_table_hover_light div.active_column li.row_style_5,
div.p_table_1.p_table_hover_light div.active_column li.row_style_6,
div.p_table_1.p_table_hover_light div.active_column li.row_style_7,
div.p_table_1.p_table_hover_disabled div.column_1:hover li.row_style_1,
div.p_table_1.p_table_hover_disabled div.column_2:hover li.row_style_1,
div.p_table_1.p_table_hover_disabled div.column_3:hover li.row_style_1,
div.p_table_1.p_table_hover_disabled div.column_4:hover li.row_style_1,
div.p_table_1.p_table_hover_disabled div.column_5:hover li.row_style_1,
div.p_table_1.p_table_hover_disabled div.column_6:hover li.row_style_1,
div.p_table_1.p_table_hover_disabled div.column_7:hover li.row_style_1,
div.p_table_1.p_table_hover_disabled div.column_1:hover li.row_style_2,
div.p_table_1.p_table_hover_disabled div.column_2:hover li.row_style_2,
div.p_table_1.p_table_hover_disabled div.column_3:hover li.row_style_2,
div.p_table_1.p_table_hover_disabled div.column_4:hover li.row_style_2,
div.p_table_1.p_table_hover_disabled div.column_5:hover li.row_style_2,
div.p_table_1.p_table_hover_disabled div.column_6:hover li.row_style_2,
div.p_table_1.p_table_hover_disabled div.column_7:hover li.row_style_2,
div.p_table_1.p_table_hover_disabled div.column_1:hover li.row_style_3,
div.p_table_1.p_table_hover_disabled div.column_2:hover li.row_style_3,
div.p_table_1.p_table_hover_disabled div.column_3:hover li.row_style_3,
div.p_table_1.p_table_hover_disabled div.column_4:hover li.row_style_3,
div.p_table_1.p_table_hover_disabled div.column_5:hover li.row_style_3,
div.p_table_1.p_table_hover_disabled div.column_6:hover li.row_style_3,
div.p_table_1.p_table_hover_disabled div.column_7:hover li.row_style_3,
div.p_table_1.p_table_hover_disabled div.column_1:hover li.row_style_4,
div.p_table_1.p_table_hover_disabled div.column_2:hover li.row_style_4,
div.p_table_1.p_table_hover_disabled div.column_3:hover li.row_style_4,
div.p_table_1.p_table_hover_disabled div.column_4:hover li.row_style_4,
div.p_table_1.p_table_hover_disabled div.column_5:hover li.row_style_4,
div.p_table_1.p_table_hover_disabled div.column_6:hover li.row_style_4,
div.p_table_1.p_table_hover_disabled div.column_7:hover li.row_style_4

	{
	height: 23px;
	padding: 9px 0 ;
	}
	
div.p_table_1 div.column_1:hover li.row_style_1,
div.p_table_1 div.column_2:hover li.row_style_1,
div.p_table_1 div.column_3:hover li.row_style_1,
div.p_table_1 div.column_4:hover li.row_style_1,
div.p_table_1 div.column_5:hover li.row_style_1,
div.p_table_1 div.column_6:hover li.row_style_1,
div.p_table_1 div.column_7:hover li.row_style_1,
div.p_table_1 div.column_1:hover li.row_style_2,
div.p_table_1 div.column_2:hover li.row_style_2,
div.p_table_1 div.column_3:hover li.row_style_2,
div.p_table_1 div.column_4:hover li.row_style_2,
div.p_table_1 div.column_5:hover li.row_style_2,
div.p_table_1 div.column_6:hover li.row_style_2,
div.p_table_1 div.column_7:hover li.row_style_2,

div.p_table_1 div.column_1:hover li.row_style_3,
div.p_table_1 div.column_2:hover li.row_style_3,
div.p_table_1 div.column_3:hover li.row_style_3,
div.p_table_1 div.column_4:hover li.row_style_3,
div.p_table_1 div.column_5:hover li.row_style_3,
div.p_table_1 div.column_6:hover li.row_style_3,
div.p_table_1 div.column_7:hover li.row_style_3,
div.p_table_1 div.column_1:hover li.row_style_4,
div.p_table_1 div.column_2:hover li.row_style_4,
div.p_table_1 div.column_3:hover li.row_style_4,
div.p_table_1 div.column_4:hover li.row_style_4,
div.p_table_1 div.column_5:hover li.row_style_4,
div.p_table_1 div.column_6:hover li.row_style_4,
div.p_table_1 div.column_7:hover li.row_style_4,
div.p_table_1 div.active_column li.row_style_1,
div.p_table_1 div.active_column li.row_style_2,
div.p_table_1 div.active_column li.row_style_3,
div.p_table_1 div.active_column li.row_style_4,
div.p_table_1 div.active_column li.row_style_5,
div.p_table_1 div.active_column li.row_style_6,
div.p_table_1 div.active_column li.row_style_7,
div.p_table_1.p_table_hover_disabled div.active_column:hover li.row_style_1,
div.p_table_1.p_table_hover_disabled div.active_column:hover li.row_style_2,
div.p_table_1.p_table_hover_disabled div.active_column:hover li.row_style_3,
div.p_table_1.p_table_hover_disabled div.active_column:hover li.row_style_4,
div.p_table_1.p_table_hover_disabled div.active_column:hover li.row_style_5,
div.p_table_1.p_table_hover_disabled div.active_column:hover li.row_style_6,
div.p_table_1.p_table_hover_disabled div.active_column:hover li.row_style_7
	{
	height: 23px;
	padding: 9px 5px ;
	}

div.p_table_1.p_table_hover_light div.column_1:hover li.header_row_1,
div.p_table_1.p_table_hover_light div.column_2:hover li.header_row_1,
div.p_table_1.p_table_hover_light div.column_3:hover li.header_row_1,
div.p_table_1.p_table_hover_light div.column_4:hover li.header_row_1,
div.p_table_1.p_table_hover_light div.active_column li.header_row_1,
div.p_table_1.p_table_hover_disabled div.column_1:hover li.header_row_1,
div.p_table_1.p_table_hover_disabled div.column_2:hover li.header_row_1,
div.p_table_1.p_table_hover_disabled div.column_3:hover li.header_row_1,
div.p_table_1.p_table_hover_disabled div.column_4:hover li.header_row_1
	{
	padding: 0 ;
	border-radius: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	}
	
div.p_table_1.p_table_hover_light div.column_1:hover li.header_row_1.radius5_topright,
div.p_table_1.p_table_hover_light div.column_2:hover li.header_row_1.radius5_topright,
div.p_table_1.p_table_hover_light div.column_3:hover li.header_row_1.radius5_topright,
div.p_table_1.p_table_hover_light div.column_4:hover li.header_row_1.radius5_topright,
div.p_table_1.p_table_hover_light div.column_5:hover li.header_row_1.radius5_topright,
div.p_table_1.p_table_hover_light div.column_6:hover li.header_row_1.radius5_topright,
div.p_table_1.p_table_hover_light div.column_7:hover li.header_row_1.radius5_topright,
div.p_table_1.p_table_hover_disabled div.column_1:hover li.header_row_1.radius5_topright,
div.p_table_1.p_table_hover_disabled div.column_2:hover li.header_row_1.radius5_topright,
div.p_table_1.p_table_hover_disabled div.column_3:hover li.header_row_1.radius5_topright,
div.p_table_1.p_table_hover_disabled div.column_4:hover li.header_row_1.radius5_topright,
div.p_table_1.p_table_hover_disabled div.column_5:hover li.header_row_1.radius5_topright,
div.p_table_1.p_table_hover_disabled div.column_6:hover li.header_row_1.radius5_topright,
div.p_table_1.p_table_hover_disabled div.column_7:hover li.header_row_1.radius5_topright
	{
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	}

div.p_table_1 div.column_1:hover li.header_row_1,
div.p_table_1 div.column_2:hover li.header_row_1,
div.p_table_1 div.column_3:hover li.header_row_1,
div.p_table_1 div.column_4:hover li.header_row_1,
div.p_table_1 div.column_5:hover li.header_row_1,
div.p_table_1 div.column_6:hover li.header_row_1,
div.p_table_1 div.column_7:hover li.header_row_1,
div.p_table_1 div.active_column li.header_row_1,
div.p_table_1.p_table_hover_disabled div.active_column:hover li.header_row_1
	{
	padding: 4px 5px 0 5px ;
	border-radius: 5px 5px 0px 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	}

div.p_table_1.p_table_hover_light div.column_1:hover li.header_row_2,
div.p_table_1.p_table_hover_light div.column_2:hover li.header_row_2,
div.p_table_1.p_table_hover_light div.column_3:hover li.header_row_2,
div.p_table_1.p_table_hover_light div.column_4:hover li.header_row_2,
div.p_table_1.p_table_hover_light div.column_5:hover li.header_row_2,
div.p_table_1.p_table_hover_light div.column_6:hover li.header_row_2,
div.p_table_1.p_table_hover_light div.column_7:hover li.header_row_2,

div.p_table_1.p_table_hover_light div.active_column li.header_row_2,
div.p_table_1.p_table_hover_disabled div.column_1:hover li.header_row_2,
div.p_table_1.p_table_hover_disabled div.column_2:hover li.header_row_2,
div.p_table_1.p_table_hover_disabled div.column_3:hover li.header_row_2,
div.p_table_1.p_table_hover_disabled div.column_4:hover li.header_row_2,
div.p_table_1.p_table_hover_disabled div.column_5:hover li.header_row_2,
div.p_table_1.p_table_hover_disabled div.column_6:hover li.header_row_2,
div.p_table_1.p_table_hover_disabled div.column_7:hover li.header_row_2

	{
	padding: 0 0 1px ;
	}

div.p_table_1 div.column_1:hover li.header_row_2,
div.p_table_1 div.column_2:hover li.header_row_2,
div.p_table_1 div.column_3:hover li.header_row_2,
div.p_table_1 div.column_4:hover li.header_row_2,
div.p_table_1 div.column_5:hover li.header_row_2,
div.p_table_1 div.column_6:hover li.header_row_2,
div.p_table_1 div.column_7:hover li.header_row_2,

div.p_table_1 div.active_column li.header_row_2,
div.p_table_1.p_table_hover_disabled div.active_column:hover li.header_row_2
	{
	padding: 5px 5px 15px ;
	}
	
div.p_table_1.p_table_hover_light div.column_1:hover li.footer_row,
div.p_table_1.p_table_hover_light div.column_2:hover li.footer_row,
div.p_table_1.p_table_hover_light div.column_3:hover li.footer_row,
div.p_table_1.p_table_hover_light div.column_4:hover li.footer_row,
div.p_table_1.p_table_hover_light div.active_column li.footer_row,
div.p_table_1.p_table_hover_disabled div.column_1:hover li.footer_row,
div.p_table_1.p_table_hover_disabled div.column_2:hover li.footer_row,
div.p_table_1.p_table_hover_disabled div.column_3:hover li.footer_row,
div.p_table_1.p_table_hover_disabled div.column_4:hover li.footer_row
	{
	padding: 10px 0 ;
	}
	
div.p_table_1 div.column_1:hover li.footer_row,
div.p_table_1 div.column_2:hover li.footer_row,
div.p_table_1 div.column_3:hover li.footer_row,
div.p_table_1 div.column_4:hover li.footer_row,
div.p_table_1 div.column_5:hover li.footer_row,
div.p_table_1 div.column_6:hover li.footer_row,
div.p_table_1 div.column_7:hover li.footer_row,
div.p_table_1 div.active_column li.footer_row,
div.p_table_1.p_table_hover_disabled div.active_column:hover li.footer_row
	{
    padding: 10px 5px ;
	}
	
/*==================== DATA ROWS  ====================*/
/* ------ common styles ------  */
div.p_table_1 li.row_style_1,
div.p_table_1 li.row_style_2,
div.p_table_1 li.row_style_3,
div.p_table_1 li.row_style_4,
div.p_table_1 li.row_style_5,
div.p_table_1 li.row_style_6,
div.p_table_1 li.row_style_7
	{	
	width: 100%;
	/*height: 100%;*/
	height: 23px;
	padding: 9px 0 ;
	float: left;
	}

div.p_table_1 li.row_style_1 span,
div.p_table_1 li.row_style_2 span,
div.p_table_1 li.row_style_3 span,
div.p_table_1 li.row_style_4 span,
div.p_table_1 li.row_style_5 span
div.p_table_1 li.row_style_6 span
div.p_table_1 li.row_style_7 span

	{
	display: block;
	padding: 0 5px ;
	font-size: 13px ;
	}
	
/* --- white ---  */
div.p_table_1 li.row_style_1
	{
	background: #ffffff ;
	}
	
/* --- light gray ---  */
div.p_table_1 li.row_style_2
	{
	background: #f6f6f6 ;
	}
	
/* --- mid gray ---  */
div.p_table_1 li.row_style_3
	{
	background: #ebebeb ;
	}
	
/* --- dark gray ---  */
div.p_table_1 li.row_style_4
	{
	background: #e3e3e3 ;
	}
	
	div.p_table_1 li.row_style_5
	{
	background: #e3e3e3 ;
	}
	div.p_table_1 li.row_style_6
	{
	background: #e3e3e3 ;
	}
	div.p_table_1 li.row_style_7
	{
	background: #e3e3e3 ;
	}
/*========== FOOTER  ==========*/
/* ------ common styles ------  */
div.p_table_1 li.footer_row
	{
	width: 100%;
	height: 40px;
	padding: 10px 0 ;
	float: left;
	text-align: center;
	border-top: 1px solid #d3d3d3;
	border-bottom: none;
	background-color: #e2e2e2 ; /* background color for non-css3 browsers */
	/* gradient */

	background-image: linear-gradient(to top, rgb(246,246,246) 21%, rgb(208,208,208) 61%);
	/* Chrome 10, Safari */	
	}
	
/* --- button --- */
div.p_table_1 a.sign_up,
div.p_table_1 .css3_grid_hidden_rows_control
	{
	width: 80%;
	height: 24px;
	padding: 0px 0px 0px 0px ;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 0px 1px 0px #ffffff; /* text shadow for firefox 3.6+ */ 
	border: 1px solid #b5b5b5;
	background-color: #d8d8d8; /* background color for non-css3 browsers */
	outline: none;
	font-size:15px;
	/* gradient */
	background-image: linear-gradient(to top, rgb(255,255,255) 21%, rgb(239,239,239) 61%);
	
	box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	/* font */
	font-weight: bold;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	}

/* --- button hover --- */
div.p_table_1 a.sign_up:hover,
div.p_table_1 .css3_grid_hidden_rows_control:hover
	{
	height:auto;
	padding: 0px 0px 0px 0px ;
	text-shadow: 0px 1px 0px #ffffff; /* text shadow for firefox 3.6+ */ 
	border: 1px solid #b5b5b5;
	background-color: #c9c9c9; /* background color for non-css3 browsers */
	outline: none;
	/* gradient */

	background-image: linear-gradient(to top, rgb(210,210,210) 21%, rgb(201,201,201) 61%);
	
	/* shadow */
	box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	}

/* --- button orange --- */	
div.p_table_1 a.sign_up.sign_up_orange
	{
	text-shadow: 0px 1px 0px #b37328; /* text shadow for firefox 3.6+ */ 
	border: 1px solid #da7411;
	color: #ffffff ;
	/* gradient */
	background: #ef9a36; /* Old browsers */
	background-image: linear-gradient(to top, rgb(244,184,115) 21%, rgb(239,154,54) 61%);

	}

/* --- button hover --- */
div.p_table_1 a.sign_up.sign_up_orange:hover
	{
	text-shadow: 0px 1px 0px #a96310; /* text shadow for firefox 3.6+ */ 
	border: 1px solid #cf5708;
	background-color: #c9c9c9; /* background color for non-css3 browsers */
	/* gradient */
	background: #e18416; /* Old browsers */

	
	background-image: linear-gradient(to top, rgb(244,184,115) 21%, rgb(239,154,54) 61%);

	}
	
/* --- button --- */
div.p_table_1 a.sign_up.sign_up_yellow
	{
	text-shadow: 0px 1px 0px #b88b12; /* text shadow for firefox 3.6+ */ 
	border: 1px solid #e49c00;
	color: #ffffff ;
	/* gradient */
	background: #f6ba18; /* Old browsers */

	
	background-image: linear-gradient(to top, rgb(249,207,94) 21%, rgb(246,186,24) 61%);
	
	}

/* --- button hover --- */

.sign_up.sign_up_yellow:hover
	{
	text-shadow: 0px 1px 0px #af7f00; /* text shadow for firefox 3.6+ */ 
	border: 1px solid #db8200;
	/* gradient */
	background: #e9aa00; /* Old browsers */

	
	}
	
/* --- button --- */
div.p_table_1 a.sign_up.sign_up_lightgreen
	{
	text-shadow: 0px 1px 0px #6f811c; /* text shadow for firefox 3.6+ */ 
	border: 1px solid #738d0b;
	color: #ffffff ;
	/* gradient */
	background: #94ac26; /* Old browsers */

	
	}

/* --- button hover --- */
div.p_table_1 a.sign_up.sign_up_lightgreen:hover
	{
	text-shadow: 0px 1px 0px #62750a; /* text shadow for firefox 3.6+ */ 
	border: 1px solid #567105;
	/* gradient */
	background: #839c0e; /* Old browsers */

	
	}

/* --- button --- */
div.p_table_1 a.sign_up.sign_up_green
	{
	padding: 6px 0px 0px 0px ;
	text-shadow: 0px 1px 0px #417627; /* text shadow for firefox 3.6+ */ 
	border: 1px solid #357519;
	color: #ffffff ;
	/* gradient */
	background: #579e34; /* Old browsers */

	}

/* --- button hover --- */
div.p_table_1 a.sign_up.sign_up_green:hover
	{
	text-shadow: 0px 1px 0px #316418; /* text shadow for firefox 3.6+ */ 
	border: 1px solid #1f580c;
	/* gradient */
	background: #418520; /* Old browsers */

	
	}
	
/* ==================== COLUMN RIBBONS  ==================== */
/* --- base --- */
div.p_table_1 div.column_ribbon
	{
	float: right;
	width: 42px;
	height: 42px;
	position: relative;	
	margin-bottom: -42px;
	}
	
/* --- hover--- */	
div.p_table_1.p_table_hover_light div.column_1:hover div.column_ribbon,
div.p_table_1.p_table_hover_light div.column_2:hover div.column_ribbon,
div.p_table_1.p_table_hover_light div.column_3:hover div.column_ribbon,
div.p_table_1.p_table_hover_light div.column_4:hover div.column_ribbon,
div.p_table_1.p_table_hover_light div.column_5:hover div.column_ribbon,
div.p_table_1.p_table_hover_light div.column_6:hover div.column_ribbon,
div.p_table_1.p_table_hover_light div.column_7:hover div.column_ribbon,
div.p_table_1.p_table_hover_light div.active_column div.column_ribbon,
div.p_table_1.p_table_hover_disabled div.column_1:hover div.column_ribbon,
div.p_table_1.p_table_hover_disabled div.column_2:hover div.column_ribbon,
div.p_table_1.p_table_hover_disabled div.column_3:hover div.column_ribbon,
div.p_table_1.p_table_hover_disabled div.column_4:hover div.column_ribbon,
div.p_table_1.p_table_hover_disabled div.column_5:hover div.column_ribbon,
div.p_table_1.p_table_hover_disabled div.column_6:hover div.column_ribbon,
div.p_table_1.p_table_hover_disabled div.column_7:hover div.column_ribbon,

	{
	right: 0px;
	}

div.p_table_1 div.column_1:hover div.column_ribbon,
div.p_table_1 div.column_2:hover div.column_ribbon,
div.p_table_1 div.column_3:hover div.column_ribbon,
div.p_table_1 div.column_4:hover div.column_ribbon,
div.p_table_1 div.column_5:hover div.column_ribbon,
div.p_table_1 div.column_6:hover div.column_ribbon,
div.p_table_1 div.column_7:hover div.column_ribbon,
div.p_table_1 div.active_column div.column_ribbon,
div.p_table_1.p_table_hover_disabled div.active_column:hover div.column_ribbon
	{
	right: -10px;
	}
	
/* ------ ribbon styles ------  */
/* --- style1--- */	
div.ribbon_style1_best { background: url(https://www.webdesignersofindia.com/img/ribbon_style1_best.png); }
div.ribbon_style1_buy { background: url(https://www.webdesignersofindia.com/img/ribbon_style1_buy.png); }
div.ribbon_style1_free { background: url(https://www.webdesignersofindia.com/img/ribbon_style1_free.png); }
div.ribbon_style1_free_caps { background: url(https://www.webdesignersofindia.com/img/ribbon_style1_free_caps.png); }
div.ribbon_style1_fresh { background: url(https://www.webdesignersofindia.com/img/ribbon_style1_fresh.png); }
div.ribbon_style1_gift_caps { background: url(https://www.webdesignersofindia.com/img/ribbon_style1_gift_caps.png); }
div.ribbon_style1_heart { background: url(https://www.webdesignersofindia.com/img/ribbon_style1_heart.png); }
div.ribbon_style1_hot { background: url(https://www.webdesignersofindia.com/img/ribbon_style1_hot.png); }
div.ribbon_style1_hot_caps { background: url(https://www.webdesignersofindia.com/img/ribbon_style1_hot_caps.png); }
div.ribbon_style1_new { background: url(https://www.webdesignersofindia.com/img/ribbon_style1_new.png); }
div.ribbon_style1_new_caps { background: url(https://www.webdesignersofindia.com/img/ribbon_style1_new_caps.png); }
div.ribbon_style1_no1 { background: url(https://www.webdesignersofindia.com/img/ribbon_style1_no1.png); }
div.ribbon_style1_off5 { background: url(https://www.webdesignersofindia.com/img/ribbon_style1_off5.png); }
div.ribbon_style1_off10 { background: url(https://www.webdesignersofindia.com/img/ribbon_style1_off10.png); }
div.ribbon_style1_off15 { background: url(https://www.webdesignersofindia.com/img/ribbon_style1_off15.png); }
div.ribbon_style1_off20 { background: url(https://www.webdesignersofindia.com/img/ribbon_style1_off20.png); }
div.ribbon_style1_off25 { background: url(https://www.webdesignersofindia.com/img/ribbon_style1_off25.png); }
div.ribbon_style1_off30 { background: url(https://www.webdesignersofindia.com/img/ribbon_style1_off30.png); }
div.ribbon_style1_off35 { background: url(https://www.webdesignersofindia.com/img/ribbon_style1_off35.png); }
div.ribbon_style1_off40 { background: url(https://www.webdesignersofindia.com/img/ribbon_style1_off40.png); }
div.ribbon_style1_off50 { background: url(https://www.webdesignersofindia.com/img/ribbon_style1_off50.png); }
div.ribbon_style1_off75 { background: url(https://www.webdesignersofindia.com/img/ribbon_style1_off75.png); }
div.ribbon_style1_pack { background: url(https://www.webdesignersofindia.com/img/ribbon_style1_pack.png); }
div.ribbon_style1_pro { background: url(https://www.webdesignersofindia.com/img/ribbon_style1_pro.png); }
div.ribbon_style1_sale { background: url(https://www.webdesignersofindia.com/img/ribbon_style1_sale.png); }
div.ribbon_style1_save { background: url(https://www.webdesignersofindia.com/img/ribbon_style1_save.png); }
div.ribbon_style1_save_caps { background: url(https://www.webdesignersofindia.com/img/ribbon_style1_save_caps.png); }
div.ribbon_style1_top { background: url(https://www.webdesignersofindia.com/img/ribbon_style1_top.png); }
div.ribbon_style1_top_caps { background: url(https://www.webdesignersofindia.com/img/ribbon_style1_top_caps.png); }
div.ribbon_style1_trial { background: url(https://www.webdesignersofindia.com/img/ribbon_style1_trial.png); }

/* --- style2--- */
div.ribbon_style2_best { background: url(https://www.webdesignersofindia.com/img/ribbon_style2_best.png); }
div.ribbon_style2_buy { background: url(https://www.webdesignersofindia.com/img/ribbon_style2_buy.png); }
div.ribbon_style2_free { background: url(https://www.webdesignersofindia.com/img/ribbon_style2_free.png); }
div.ribbon_style2_free_caps { background: url(https://www.webdesignersofindia.com/img/ribbon_style2_free_caps.png); }
div.ribbon_style2_fresh { background: url(https://www.webdesignersofindia.com/img/ribbon_style2_fresh.png); }
div.ribbon_style2_gift_caps { background: url(https://www.webdesignersofindia.com/img/ribbon_style2_gift_caps.png); }
div.ribbon_style2_heart { background: url(https://www.webdesignersofindia.com/img/ribbon_style2_heart.png); }
div.ribbon_style2_hot { background: url(https://www.webdesignersofindia.com/img/ribbon_style2_hot.png); }
div.ribbon_style2_hot_caps { background: url(https://www.webdesignersofindia.com/img/ribbon_style2_hot_caps.png); }
div.ribbon_style2_new { background: url(https://www.webdesignersofindia.com/img/ribbon_style2_new.png); }
div.ribbon_style2_new_caps { background: url(https://www.webdesignersofindia.com/img/ribbon_style2_new_caps.png); }
div.ribbon_style2_no1 { background: url(https://www.webdesignersofindia.com/img/ribbon_style2_no1.png); }
div.ribbon_style2_off5 { background: url(https://www.webdesignersofindia.com/img/ribbon_style2_off5.png); }
div.ribbon_style2_off10 { background: url(https://www.webdesignersofindia.com/img/ribbon_style2_off10.png); }
div.ribbon_style2_off15 { background: url(https://www.webdesignersofindia.com/img/ribbon_style2_off15.png); }
div.ribbon_style2_off20 { background: url(https://www.webdesignersofindia.com/img/ribbon_style2_off20.png); }
div.ribbon_style2_off25 { background: url(https://www.webdesignersofindia.com/img/ribbon_style2_off25.png); }
div.ribbon_style2_off30 { background: url(https://www.webdesignersofindia.com/img/ribbon_style2_off30.png); }
div.ribbon_style2_off35 { background: url(https://www.webdesignersofindia.com/img/ribbon_style2_off35.png); }
div.ribbon_style2_off40 { background: url(https://www.webdesignersofindia.com/img/ribbon_style2_off40.png); }
div.ribbon_style2_off50 { background: url(https://www.webdesignersofindia.com/img/ribbon_style2_off50.png); }
div.ribbon_style2_off75 { background: url(https://www.webdesignersofindia.com/img/ribbon_style2_off75.png); }
div.ribbon_style2_pack { background: url(https://www.webdesignersofindia.com/img/ribbon_style2_pack.png); }
div.ribbon_style2_pro { background: url(https://www.webdesignersofindia.com/img/ribbon_style2_pro.png); }
div.ribbon_style2_sale { background: url(https://www.webdesignersofindia.com/img/ribbon_style2_sale.png); }
div.ribbon_style2_save { background: url(https://www.webdesignersofindia.com/img/ribbon_style2_save.png); }
div.ribbon_style2_save_caps { background: url(https://www.webdesignersofindia.com/img/ribbon_style2_save_caps.png); }
div.ribbon_style2_top { background: url(https://www.webdesignersofindia.com/img/ribbon_style2_top.png); }
div.ribbon_style2_top_caps { background: url(https://www.webdesignersofindia.com/img/ribbon_style2_top_caps.png); }
div.ribbon_style2_trial { background: url(https://www.webdesignersofindia.com/img/ribbon_style2_trial.png); }

/* ==================== TOOLTIP  ==================== */
/* --- base --- */
div.p_table_1 span.css3_grid_tooltip
{
	position: relative ;
	display: inline-block ;
	border-bottom: 1px dotted #444444 ;
	cursor: pointer;
}

div.p_table_1 li.row_style_1 span.css3_grid_tooltip, 
div.p_table_1 li.row_style_2 span.css3_grid_tooltip, 
div.p_table_1 li.row_style_3 span.css3_grid_tooltip, 
div.p_table_1 li.row_style_4 span.css3_grid_tooltip,
div.p_table_1 li.row_style_5 span.css3_grid_tooltip
div.p_table_1 li.row_style_6 span.css3_grid_tooltip
div.p_table_1 li.row_style_7 span.css3_grid_tooltip
{
	padding: 0 ;
}

div.p_table_1 .header_row_1 span.css3_grid_tooltip,
div.p_table_1 .header_row_2 span.css3_grid_tooltip,
div.p_table_1 .footer_row span.css3_grid_tooltip
{
	border-bottom: none ;
}

div.p_table_1 span.css3_grid_tooltip>span:first-child
{
	min-width: 180px; /* Tooltip Width */
	font-family: arial, sans-serif ; /* Tooltip Base Font Family */
	font-size: 13px ; /* Tooltip Base Font Size */
	line-height: normal ;
	text-align: left ;
	padding: 10px 10px 12px 10px ;
	visibility: hidden;
    opacity: 0;
	position: absolute;
	z-index: 1000;

	/* CSS3 Transitions */
	-webkit-transition-duration: 0.25s;
	-moz-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	-ms-transition-duration: 0.25s;
	transition-duration: 0.25s;
	-webkit-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
	-moz-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
	-o-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
	-ms-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
	transition-timing-function: cubic-bezier(0.35,0,0.35,1);
	
	color: #ffffff ;
	
	background-image: linear-gradient(to top, rgb(78,78,78) 21%, rgb(64,64,64) 61%);
	
	/* CSS3 Gradients */
	background: #404040 ; /* Old browsers */
	
	/* CSS3 Borders */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	/* CSS3 Text-shadow */
	text-shadow: 0px 1px 0px rgba(0,0,0,0.4);
	
	left: -19px;
	bottom: 100%;
	margin-bottom: 30px; /* Start Position */
	
	/* CSS3 Transitions */
	-webkit-transition-property: opacity, margin-bottom, visibility;
	-moz-transition-property: opacity, margin-bottom, visibility;
	-o-transition-property: opacity, margin-bottom, visibility;
	-ms-transition-property: opacity, margin-bottom, visibility;
	transition-property: opacity, margin-bottom, visibility;
}

div.p_table_1.p_table_sliding span.css3_grid_tooltip>span:first-child
{
	min-width: 95px;
	width: 95px;
	left: -54px;
}

div.p_table_1 span.css3_grid_tooltip>span:first-child:before
{	
	content: "";
	display: block;
	width: 0px;
	height: 0px;
	position: absolute;
	border-left: 8px solid transparent ;
    border-right: 8px solid transparent ;
	border-top: 8px solid #000;
	border-bottom: 0 ;
	bottom: -8px;
	left: 15px;
	border-color: #404040;
}

div.p_table_1.p_table_sliding span.css3_grid_tooltip>span:first-child:before
{
	left: 50px;
}

/* --- On Hover --- */
div.p_table_1 span.css3_grid_tooltip:hover>span:first-child
	{	
	margin-bottom: 10px; /* End Position */
	visibility: visible;
	opacity: 1;
	}

/* --- On Focus --- */
div.p_table_1 span.css3_grid_tooltip input:focus + span:first-child,
div.p_table_1 span.css3_grid_tooltip textarea:focus + span:first-child
	{	
	margin-bottom: 10px; /* End Position */
	visibility: visible;
	opacity: 1;
	}
	
/* --- Decorative Line --- */
div.p_table_1 span.css3_grid_tooltip>span:first-child:after
	{
	content: "";
	display: block;
	border-top: 1px solid #808080;
	position: absolute;
	left: 0px;
	top: 1px;
	width: 100%;
	height: 10px;
	
	/* CSS3 Borders */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
	
/* --- misc --- */
.css3_grid_clearfix:after
{
    font-size: 0px;
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}
/* ============ Style 1 ============= */
/* ========== HEADINGS  ========== */
div.p_table_1_1 .blu.col1,
div.p_table_1_1 .blu.col2,
div.p_table_1_1 .blu.col3,
div.p_table_1_1 .blu.col4,
div.p_table_1_1 .blu.col5,
div.p_table_1_1 .blu.col6,
div.p_table_1_1 .blu.col7

	{
	color: #808080 ;
	}
	

	
div.p_table_1_1 .blu1.col1,
div.p_table_1_1 .blu1.col2,
div.p_table_1_1 .blu1.col3,
div.p_table_1_1 .blu1.col4,
div.p_table_1_1 .blu1.col5,
div.p_table_1_1 .blu1.col6,
div.p_table_1_1 .blu1.col7
	{
	color: #fff ;
	}
	
div.p_table_1_1 .blu1.caption
	{
	color: #808080 ;
	}		
	
div.p_table_1_1 .blu1.caption span
	{
	color: #5bc2d4 ;
	text-shadow: none ;
	}	
	
div.p_table_1_1 .blu2.col1,
div.p_table_1_1 .blu2.col2,
div.p_table_1_1 .blu2.col3,
div.p_table_1_1 .blu2.col4,
div.p_table_1_1 .blu2.col5,
div.p_table_1_1 .blu2.col6,
div.p_table_1_1 .blu2.col7
	{
	color: #808080 ;
	}
	
/* ========== CAPTION COLUMN  ========== */
/* --- header row 1 ---  */
div.p_table_1_1 div.caption_column li.header_row_1 
	{
	border-top: 1px solid #5f5f5f;
	border-bottom: 1px solid #1a1a1a;


background: rgba(11,86,161,1);
background: -moz-linear-gradient(top, rgba(11,86,161,1) 0%, rgba(1,59,100,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(11,86,161,1)), color-stop(100%, rgba(1,59,100,1)));
background: -webkit-linear-gradient(top, rgba(11,86,161,1) 0%, rgba(1,59,100,1) 100%);
background: -o-linear-gradient(top, rgba(11,86,161,1) 0%, rgba(1,59,100,1) 100%);
background: -ms-linear-gradient(top, rgba(11,86,161,1) 0%, rgba(1,59,100,1) 100%);
background: linear-gradient(to bottom, rgba(11,86,161,1) 0%, rgba(1,59,100,1) 100%);	

	}
	
/* --- header row 2 ---  */
div.p_table_1_1 div.caption_column li.header_row_2
	{
	border-top: 1px solid #434343;
	border-bottom: 1px solid #1f1f1f;
	background-color: #353535 ; /* background color for non-css3 browsers */
	/* gradient */

	background-image: linear-gradient(to top, rgb(54,54,54) 21%, rgb(31,31,31) 61%);/* Chrome 10, Safari */		
	}

/* ========== COLUMN STYLE 1  ========== */
/* --- header row 1 ---  */
div.p_table_1_1 div.column_1 li.header_row_1
	{
	border-top: 1px solid #5f5f5f;
	border-bottom: 1px solid #1a1a1a;
	background-color: #353535 ; /* background color for non-css3 browsers */
	/* gradient */
	

background: rgba(11,86,161,1);
background: -moz-linear-gradient(top, rgba(11,86,161,1) 0%, rgba(1,59,100,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(11,86,161,1)), color-stop(100%, rgba(1,59,100,1)));
background: -webkit-linear-gradient(top, rgba(11,86,161,1) 0%, rgba(1,59,100,1) 100%);
background: -o-linear-gradient(top, rgba(11,86,161,1) 0%, rgba(1,59,100,1) 100%);
background: -ms-linear-gradient(top, rgba(11,86,161,1) 0%, rgba(1,59,100,1) 100%);
background: linear-gradient(to bottom, rgba(11,86,161,1) 0%, rgba(1,59,100,1) 100%);


 /* Chrome 10, Safari */	
	}
	
/* --- header row 2 ---  */
div.p_table_1_1 div.column_1 li.header_row_2
	{
	border-top: 1px solid #434343;
	border-bottom: 1px solid #1f1f1f;
	background-color: #353535 ; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(to top, rgb(54,54,54) 21%, rgb(31,31,31) 61%); /* W3C */
	
	}
	
/* ========== COLUMN STYLE 2  ========== */
/* --- header row 1 ---  */
div.p_table_1_1 div.column_2 li.header_row_1
	{
	border-top: 1px solid #5f5f5f;
	border-bottom: 1px solid #1a1a1a;
	background-color: #353535 ; /* background color for non-css3 browsers */
	/* gradient */
	

background: rgba(11,86,161,1);
background: -moz-linear-gradient(top, rgba(11,86,161,1) 0%, rgba(1,59,100,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(11,86,161,1)), color-stop(100%, rgba(1,59,100,1)));
background: -webkit-linear-gradient(top, rgba(11,86,161,1) 0%, rgba(1,59,100,1) 100%);
background: -o-linear-gradient(top, rgba(11,86,161,1) 0%, rgba(1,59,100,1) 100%);
background: -ms-linear-gradient(top, rgba(11,86,161,1) 0%, rgba(1,59,100,1) 100%);
background: linear-gradient(to bottom, rgba(11,86,161,1) 0%, rgba(1,59,100,1) 100%);
 /* Chrome 10, Safari */	
	}
	
/* --- header row 2 ---  */
div.p_table_1_1 div.column_2 li.header_row_2
	{
	border-top: 1px solid #434343;
	border-bottom: 1px solid #1f1f1f;
	background-color: #353535 ; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(to top, rgb(54,54,54) 21%, rgb(31,31,31) 61%); /* W3C */
/* Chrome 10, Safari */	
	}
	
/* ========== COLUMN STYLE 3  ========== */
/* --- header row 1 ---  */
div.p_table_1_1 div.column_3 li.header_row_1
	{
	border-top: 1px solid #5f5f5f;
	border-bottom: 1px solid #1a1a1a;
	background-color: #353535 ; /* background color for non-css3 browsers */
	/* gradient */
	

background: rgba(11,86,161,1);
background: -moz-linear-gradient(top, rgba(11,86,161,1) 0%, rgba(1,59,100,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(11,86,161,1)), color-stop(100%, rgba(1,59,100,1)));
background: -webkit-linear-gradient(top, rgba(11,86,161,1) 0%, rgba(1,59,100,1) 100%);
background: -o-linear-gradient(top, rgba(11,86,161,1) 0%, rgba(1,59,100,1) 100%);
background: -ms-linear-gradient(top, rgba(11,86,161,1) 0%, rgba(1,59,100,1) 100%);
background: linear-gradient(to bottom, rgba(11,86,161,1) 0%, rgba(1,59,100,1) 100%);
 /* Chrome 10, Safari */	
	}
	
/* --- header row 2 ---  */
div.p_table_1_1 div.column_3 li.header_row_2
	{
	border-top: 1px solid #434343;
	border-bottom: 1px solid #1f1f1f;
	background-color: #353535 ; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(to top, rgb(54,54,54) 21%, rgb(31,31,31) 61%); /* W3C */


	}
	
/* ========== COLUMN STYLE 4  ========== */
/* --- header row 1 ---  */
div.p_table_1_1 div.column_4 li.header_row_1
	{
	border-top: 1px solid #5f5f5f;
	border-bottom: 1px solid #1a1a1a;
	background-color: #353535 ; /* background color for non-css3 browsers */
	/* gradient */

background: rgba(11,86,161,1);
background: -moz-linear-gradient(top, rgba(11,86,161,1) 0%, rgba(1,59,100,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(11,86,161,1)), color-stop(100%, rgba(1,59,100,1)));
background: -webkit-linear-gradient(top, rgba(11,86,161,1) 0%, rgba(1,59,100,1) 100%);
background: -o-linear-gradient(top, rgba(11,86,161,1) 0%, rgba(1,59,100,1) 100%);
background: -ms-linear-gradient(top, rgba(11,86,161,1) 0%, rgba(1,59,100,1) 100%);
background: linear-gradient(to bottom, rgba(11,86,161,1) 0%, rgba(1,59,100,1) 100%);
 /* Chrome 10, Safari */	
	}
	
	
	
	div.p_table_1_1 div.column_5 li.header_row_1
	{
	border-top: 1px solid #5f5f5f;
	border-bottom: 1px solid #1a1a1a;
	background-color: #353535 ; /* background color for non-css3 browsers */
	/* gradient */

background: rgba(11,86,161,1);
background: -moz-linear-gradient(top, rgba(11,86,161,1) 0%, rgba(1,59,100,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(11,86,161,1)), color-stop(100%, rgba(1,59,100,1)));
background: -webkit-linear-gradient(top, rgba(11,86,161,1) 0%, rgba(1,59,100,1) 100%);
background: -o-linear-gradient(top, rgba(11,86,161,1) 0%, rgba(1,59,100,1) 100%);
background: -ms-linear-gradient(top, rgba(11,86,161,1) 0%, rgba(1,59,100,1) 100%);
background: linear-gradient(to bottom, rgba(11,86,161,1) 0%, rgba(1,59,100,1) 100%);
 /* Chrome 10, Safari */	
	}
	
	div.p_table_1_1 div.column_6 li.header_row_1
	{
	border-top: 1px solid #5f5f5f;
	border-bottom: 1px solid #1a1a1a;
	background-color: #353535 ; /* background color for non-css3 browsers */
	/* gradient */

background: rgba(11,86,161,1);
background: -moz-linear-gradient(top, rgba(11,86,161,1) 0%, rgba(1,59,100,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(11,86,161,1)), color-stop(100%, rgba(1,59,100,1)));
background: -webkit-linear-gradient(top, rgba(11,86,161,1) 0%, rgba(1,59,100,1) 100%);
background: -o-linear-gradient(top, rgba(11,86,161,1) 0%, rgba(1,59,100,1) 100%);
background: -ms-linear-gradient(top, rgba(11,86,161,1) 0%, rgba(1,59,100,1) 100%);
background: linear-gradient(to bottom, rgba(11,86,161,1) 0%, rgba(1,59,100,1) 100%);
 /* Chrome 10, Safari */	
	}
	
	div.p_table_1_1 div.column_7 li.header_row_1
	{
	border-top: 1px solid #5f5f5f;
	border-bottom: 1px solid #1a1a1a;
	background-color: #353535 ; /* background color for non-css3 browsers */
	/* gradient */

background: rgba(11,86,161,1);
background: -moz-linear-gradient(top, rgba(11,86,161,1) 0%, rgba(1,59,100,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(11,86,161,1)), color-stop(100%, rgba(1,59,100,1)));
background: -webkit-linear-gradient(top, rgba(11,86,161,1) 0%, rgba(1,59,100,1) 100%);
background: -o-linear-gradient(top, rgba(11,86,161,1) 0%, rgba(1,59,100,1) 100%);
background: -ms-linear-gradient(top, rgba(11,86,161,1) 0%, rgba(1,59,100,1) 100%);
background: linear-gradient(to bottom, rgba(11,86,161,1) 0%, rgba(1,59,100,1) 100%);
 /* Chrome 10, Safari */	
	}
	
	
/* --- header row 2 ---  */
div.p_table_1_1 div.column_4 li.header_row_2
	{
	border-top: 1px solid #434343;
	border-bottom: 1px solid #1f1f1f;
	
	/* gradient */
	
	background-image: linear-gradient(to top, rgb(54,54,54) 21%, rgb(31,31,31) 61%); /* W3C */

	}
	
	div.p_table_1_1 div.column_5 li.header_row_2
	{
	border-top: 1px solid #434343;
	border-bottom: 1px solid #1f1f1f;
	
	/* gradient */
	
	background-image: linear-gradient(to top, rgb(54,54,54) 21%, rgb(31,31,31) 61%); /* W3C */

	}
	
	div.p_table_1_1 div.column_6 li.header_row_2
	{
	border-top: 1px solid #434343;
	border-bottom: 1px solid #1f1f1f;
	
	/* gradient */
	
	background-image: linear-gradient(to top, rgb(54,54,54) 21%, rgb(31,31,31) 61%); /* W3C */

	}
	
	div.p_table_1_1 div.column_7 li.header_row_2
	{
	border-top: 1px solid #434343;
	border-bottom: 1px solid #1f1f1f;
	
	/* gradient */
	
	background-image: linear-gradient(to top, rgb(54,54,54) 21%, rgb(31,31,31) 61%); /* W3C */

	}
/* ============ Style 2 ============= */
/* ========== HEADINGS  ========== */
div.p_table_1_2 h1.col1,
div.p_table_1_2 h1.col2,
div.p_table_1_2 h1.col3,
div.p_table_1_2 h1.col4,
div.p_table_1_2 h1.col5,
div.p_table_1_2 h1.col6,
div.p_table_1_2 h1.col7
	{
	color: #da4300 ;
	/* shadow */
	text-shadow: 0px 1px 0px #ffdd28;
	}
	
div.p_table_1_2 h1 span
	{
	color: #da4300;
	text-shadow: 0px 1px 0px #ffdd28;
	}
	
div.p_table_1_2 h2.col1,
div.p_table_1_2 h2.col2,
div.p_table_1_2 h2.col3,
div.p_table_1_2 h2.col4,
div.p_table_1_2 h2.col5,
div.p_table_1_2 h2.col6,
div.p_table_1_2 h2.col7
	{
	color: #da4300 ;
	text-shadow: 0px 1px 0px #ffdd28;
	}

div.p_table_1_2 h2.caption
	{
	color: #da4300 ;
	text-shadow: 0px 1px 0px #ffdd28;
	}		
	
div.p_table_1_2 h2.caption span
	{
	color: #da4300 ;
	text-shadow: 0px 1px 0px #ffdd28 ;
	}	
	
div.p_table_1_2 h3.col1,
div.p_table_1_2 h3.col2,
div.p_table_1_2 h3.col3,
div.p_table_1_2 h3.col4,
div.p_table_1_2 h3.col5,
div.p_table_1_2 h3.col6,
div.p_table_1_2 h3.col7
	{
	color: #da4300 ;
	}
	
/* ========== CAPTION COLUMN  ========== */
/* --- header row 1 ---  */
div.p_table_1_2 div.caption_column li.header_row_1 
	{
	border-top: 1px solid #ffe96d;
	border-bottom: 1px solid #ff8e00;
	background-color: #fcbb00 ; /* background color for non-css3 browsers */
	/* gradient */
	
background: rgba(18,51,106,1);
background: -moz-linear-gradient(top, rgba(18,51,106,1) 0%, rgba(27,73,121,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(18,51,106,1)), color-stop(100%, rgba(27,73,121,1)));
background: -webkit-linear-gradient(top, rgba(18,51,106,1) 0%, rgba(27,73,121,1) 100%);
background: -o-linear-gradient(top, rgba(18,51,106,1) 0%, rgba(27,73,121,1) 100%);
background: -ms-linear-gradient(top, rgba(18,51,106,1) 0%, rgba(27,73,121,1) 100%);
background: linear-gradient(to bottom, rgba(18,51,106,1) 0%, rgba(27,73,121,1) 100%);
/* Chrome 10, Safari */	
	}
	
/* --- header row 2 ---  */
div.p_table_1_2 div.caption_column li.header_row_2
	{
	border-top: 1px solid #ffec4a;
	border-bottom: 1px solid #ea8c00;
	background-color: #fcbb00 ; /* background color for non-css3 browsers */
	/* gradient */

background-image: linear-gradient(to top, rgb(251,214,1) 21%, rgb(253,178,0) 61%);
/* Chrome 10, Safari */	
	}

/* ========== COLUMN STYLE 1  ========== */
/* --- header row 1 ---  */
div.p_table_1_2 div.column_1 li.header_row_1
	{
	border-top: 1px solid #ffe96d;
	border-bottom: 1px solid #ff8e00;
	background-color: #fcbb00 ; /* background color for non-css3 browsers */
	/* gradient */
	
background: rgba(18,51,106,1);
background: -moz-linear-gradient(top, rgba(18,51,106,1) 0%, rgba(27,73,121,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(18,51,106,1)), color-stop(100%, rgba(27,73,121,1)));
background: -webkit-linear-gradient(top, rgba(18,51,106,1) 0%, rgba(27,73,121,1) 100%);
background: -o-linear-gradient(top, rgba(18,51,106,1) 0%, rgba(27,73,121,1) 100%);
background: -ms-linear-gradient(top, rgba(18,51,106,1) 0%, rgba(27,73,121,1) 100%);
background: linear-gradient(to bottom, rgba(18,51,106,1) 0%, rgba(27,73,121,1) 100%);
 /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table_1_2 div.column_1 li.header_row_2
	{
	border-top: 1px solid #ffec4a;
	border-bottom: 1px solid #ea8c00;
	background-color: #fcbb00 ; /* background color for non-css3 browsers */
	/* gradient */
background-image: linear-gradient(to top, rgb(251,214,1) 21%, rgb(253,178,0) 61%);
	}
	
/* ========== COLUMN STYLE 2  ========== */
/* --- header row 1 ---  */
div.p_table_1_2 div.column_2 li.header_row_1
	{
	border-top: 1px solid #ffe96d;
	border-bottom: 1px solid #ff8e00;
	
	/* gradient */
	

background: rgba(11,86,161,1);
background: -moz-linear-gradient(top, rgba(11,86,161,1) 0%, rgba(1,59,100,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(11,86,161,1)), color-stop(100%, rgba(1,59,100,1)));
background: -webkit-linear-gradient(top, rgba(11,86,161,1) 0%, rgba(1,59,100,1) 100%);
background: -o-linear-gradient(top, rgba(11,86,161,1) 0%, rgba(1,59,100,1) 100%);
background: -ms-linear-gradient(top, rgba(11,86,161,1) 0%, rgba(1,59,100,1) 100%);
background: linear-gradient(to bottom, rgba(11,86,161,1) 0%, rgba(1,59,100,1) 100%);
 /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table_1_2 div.column_2 li.header_row_2
	{
	border-top: 1px solid #ffec4a;
	border-bottom: 1px solid #ea8c00;
	background-color: #fcbb00 ; /* background color for non-css3 browsers */
	/* gradient */

	background-image: linear-gradient(to top, rgb(251,214,1) 21%, rgb(253,178,0) 61%);
	}
	
/* ========== COLUMN STYLE 3  ========== */
/* --- header row 1 ---  */
div.p_table_1_2 div.column_3 li.header_row_1
	{
	border-top: 1px solid #ffe96d;
	border-bottom: 1px solid #ff8e00;
	background-color: #fcbb00 ; /* background color for non-css3 browsers */
	/* gradient */

background: rgba(44,84,152,1);
background: -moz-linear-gradient(-45deg, rgba(44,84,152,1) 0%, rgba(10,40,110,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(44,84,152,1)), color-stop(100%, rgba(10,40,110,1)));
background: -webkit-linear-gradient(-45deg, rgba(44,84,152,1) 0%, rgba(10,40,110,1) 100%);
background: -o-linear-gradient(-45deg, rgba(44,84,152,1) 0%, rgba(10,40,110,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(44,84,152,1) 0%, rgba(10,40,110,1) 100%);
background: linear-gradient(135deg, rgba(44,84,152,1) 0%, rgba(10,40,110,1) 100%);
 /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table_1_2 div.column_3 li.header_row_2
	{
	border-top: 1px solid #ffec4a;
	border-bottom: 1px solid #ea8c00;
	background-color: #fcbb00 ; /* background color for non-css3 browsers */
	/* gradient */
background-image: linear-gradient(to top, rgb(251,214,1) 21%, rgb(253,178,0) 61%);
	}
	
/* ========== COLUMN STYLE 4  ========== */
/* --- header row 1 ---  */
div.p_table_1_2 div.column_4 li.header_row_1
	{
	border-top: 1px solid #ffe96d;
	border-bottom: 1px solid #ff8e00;
	background-color: #fcbb00 ; /* background color for non-css3 browsers */
	/* gradient */
	

background: rgba(44,84,152,1);
background: -moz-linear-gradient(-45deg, rgba(44,84,152,1) 0%, rgba(10,40,110,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(44,84,152,1)), color-stop(100%, rgba(10,40,110,1)));
background: -webkit-linear-gradient(-45deg, rgba(44,84,152,1) 0%, rgba(10,40,110,1) 100%);
background: -o-linear-gradient(-45deg, rgba(44,84,152,1) 0%, rgba(10,40,110,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(44,84,152,1) 0%, rgba(10,40,110,1) 100%);
background: linear-gradient(135deg, rgba(44,84,152,1) 0%, rgba(10,40,110,1) 100%);
 /* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table_1_2 div.column_4 li.header_row_2
	{
	border-top: 1px solid #ffec4a;
	border-bottom: 1px solid #ea8c00;
	background-color: #fcbb00 ; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(to top, rgb(251,214,1) 21%, rgb(253,178,0) 61%);
}
/* ============ Style 3 ============= */
/* ========== HEADINGS  ========== */
div.p_table_1_3 h1.col1,
div.p_table_1_3 h1.col2,
div.p_table_1_3 h1.col3,
div.p_table_1_3 h1.col4,
div.p_table_1_3 h1.col5
div.p_table_1_3 h1.col6
div.p_table_1_3 h1.col7

	{
	color: #e76666 ;
	}
	
div.p_table_1_3 h1 span
	{
	color: #ffffff ;
	}
	
div.p_table_1_3 h2.col1,
div.p_table_1_3 h2.col2,
div.p_table_1_3 h2.col3,
div.p_table_1_3 h2.col4,
div.p_table_1_3 h2.col5,
div.p_table_1_3 h2.col6,
div.p_table_1_3 h2.col7,
	{
	color: #ffffff ;
	}
	
div.p_table_1_3 h2.caption
	{
	color: #e76666 ;
	}	
	
div.p_table_1_3 h2.caption span
	{
	color: #ffffff ;
	text-shadow: none ;
	}	
	
div.p_table_1_3 h3.col1,
div.p_table_1_3 h3.col2,
div.p_table_1_3 h3.col3,
div.p_table_1_3 h3.col4,
div.p_table_1_3 h3.col5,
div.p_table_1_3 h3.col6,
div.p_table_1_3 h3.col7

	{
	color: #ffffff ;
	}
	
/* ========== CAPTION COLUMN  ========== */
/* --- header row 1 ---  */
div.p_table_1_3 div.caption_column li.header_row_1 
	{
	border-top: 1px solid #c44646;
	border-bottom: 1px solid #810000;
	background-color: #ab2727 ; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(to top, rgb(54,54,54) 21%, rgb(31,31,31) 61%); /* W3C */

	
	}
	
/* --- header row 2 ---  */
div.p_table_1_3 div.caption_column li.header_row_2
	{
	border-top: 1px solid #d04848;
	border-bottom: 1px solid #8f1d1d;
	background-color: #ab2727 ; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(to top, rgb(186,55,55) 21%, rgb(166,34,34) 61%);
	
	}

/* ========== COLUMN STYLE 1  ========== */
/* --- header row 1 ---  */
div.p_table_1_3 div.column_1 li.header_row_1
	{
	border-top: 1px solid #c44646;
	border-bottom: 1px solid #810000;
	background-color: #ab2727;
	background-image: linear-gradient(to top, rgb(54,54,54) 21%, rgb(31,31,31) 61%);

	}
	
/* --- header row 2 ---  */
div.p_table_1_3 div.column_1 li.header_row_2
	{
	border-top: 1px solid #d04848;
	border-bottom: 1px solid #8f1d1d;
	background-color: #ab2727 ; /* background color for non-css3 browsers */
	/* gradient */


background-image: linear-gradient(to top, rgb(186,55,55) 21%, rgb(166,34,34) 61%);

	}
	
/* ========== COLUMN STYLE 2  ========== */
/* --- header row 1 ---  */
div.p_table_1_3 div.column_2 li.header_row_1
	{
	border-top: 1px solid #c44646;
	border-bottom: 1px solid #810000;
	background-color: #ab2727 ; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(to top, rgb(54,54,54) 21%, rgb(31,31,31) 61%); /* W3C */

	}
	
/* --- header row 2 ---  */
div.p_table_1_3 div.column_2 li.header_row_2
	{
	border-top: 1px solid #d04848;
	border-bottom: 1px solid #8f1d1d;
	background-color: #ab2727 ; /* background color for non-css3 browsers */
	/* gradient */
		background-image: linear-gradient(to top, rgb(186,55,55) 21%, rgb(166,34,34) 61%); 
		

	}
	
/* ========== COLUMN STYLE 3  ========== */
/* --- header row 1 ---  */
div.p_table_1_3 div.column_3 li.header_row_1
	{
	border-top: 1px solid #c44646;
	border-bottom: 1px solid #810000;
	background-color: #ab2727 ; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(to top, rgb(54,54,54) 21%, rgb(31,31,31) 61%); /* W3C */

	}
	
/* --- header row 2 ---  */
div.p_table_1_3 div.column_3 li.header_row_2
	{
	border-top: 1px solid #d04848;
	border-bottom: 1px solid #8f1d1d;
	background-color: #ab2727 ; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(to top, rgb(186,55,55) 21%, rgb(166,34,34) 61%);  /* W3C */

	background: -ms-linear-gradient(top, #ba3737, #a62222) ; /* IE9 */
	background: -moz-linear-gradient(top, #ba3737, #a62222) ; /* Firefox */ 
	background: -o-linear-gradient(top, #ba3737, #a62222) ; /* Opera 11  */
	background: -webkit-linear-gradient(top, #ba3737, #a62222) ; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ba3737), color-stop(1, #a62222)) ; /* Chrome 10, Safari */	
	}
	
/* ========== COLUMN STYLE 4  ========== */
/* --- header row 1 ---  */
div.p_table_1_3 div.column_4 li.header_row_1
	{
	border-top: 1px solid #c44646;
	border-bottom: 1px solid #810000;
	background-color: #ab2727 ; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(to top, rgb(54,54,54) 21%, rgb(31,31,31) 61%); /* W3C */

	}
	
/* --- header row 2 ---  */
div.p_table_1_3 div.column_4 li.header_row_2
	{
	border-top: 1px solid #d04848;
	border-bottom: 1px solid #8f1d1d;
	background-color: #ab2727 ; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(to top, rgb(186,55,55) 21%, rgb(166,34,34) 61%);  /* W3C */
	
	}
/* ============ Style 4 ============= */
/* ========== HEADINGS  ========== */
div.p_table_1_4 h1.col1,
div.p_table_1_4 h1.col2,
div.p_table_1_4 h1.col3,
div.p_table_1_4 h1.col4,
div.p_table_1_4 h1.col5,
div.p_table_1_4 h1.col6,
div.p_table_1_4 h1.col7

	{
	color: #d9513b ;
	}
	
div.p_table_1_4 h1 span
	{
	color: #ffba58 ;
	}

div.p_table_1_4 h2.col1,
div.p_table_1_4 h2.col2,
div.p_table_1_4 h2.col3,
div.p_table_1_4 h2.col4,
div.p_table_1_4 h2.col5,
div.p_table_1_4 h2.col6,
div.p_table_1_4 h2.col7

	{
	color: #878787 ;
	}
	
div.p_table_1_4 h2.caption
	{
	color: #d9513b ;
	}
	
div.p_table_1_4 h2.caption span
	{
	color: #ffba58 ;
	text-shadow: none ;
	}	
	
div.p_table_1_4 h3.col1,
div.p_table_1_4 h3.col2,
div.p_table_1_4 h3.col3,
div.p_table_1_4 h3.col4,
div.p_table_1_4 h3.col5,
div.p_table_1_4 h3.col6,
div.p_table_1_4 h3.col7
	{
	color: #ffba58 ;
	}
	
/* ========== CAPTION COLUMN  ========== */
/* --- header row 1 ---  */
div.p_table_1_4 div.caption_column li.header_row_1 
	{
	border-top: 0;
	border-bottom: 1px solid #822c2c;
	background-color: #E9E9E9 ; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(to top, rgb(255,255,255) 21%, rgb(210,210,210) 61%);  /* W3C */

	background: -ms-linear-gradient(top, #ffffff, #d2d2d2) ; /* IE9 */
	background: -moz-linear-gradient(top, #ffffff, #d2d2d2) ; /* Firefox */ 
	background: -o-linear-gradient(top, #ffffff, #d2d2d2) ; /* Opera 11  */
	background: -webkit-linear-gradient(top, #ffffff, #d2d2d2) ; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #d2d2d2)) ; /* Chrome 10, Safari */	
	}
	
/* --- header row 2 ---  */
div.p_table_1_4 div.caption_column li.header_row_2
	{
	border-top: 1px solid #c65757;
	border-bottom: 1px solid #451515;
	background-color: #812C2C ; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(to top, rgb(174,58,58) 21%, rgb(95,33,33) 61%);  /* W3C */
	

	}

/* ========== COLUMN STYLE 1  ========== */
/* --- header row 1 ---  */
div.p_table_1_4 div.column_1 li.header_row_1
	{
	border-top: 0;
	border-bottom: 1px solid #822c2c;
	background-color: #E9E9E9 ; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(to top, rgb(255,255,255) 21%, rgb(210,210,210) 61%);  /* W3C */
	
/* Chrome 10, Safari */
	}
	
/* --- header row 2 ---  */
div.p_table_1_4 div.column_1 li.header_row_2
	{
	border-top: 1px solid #c65757;
	border-bottom: 1px solid #451515;
	background-color: #812C2C ; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(to top, rgb(174,58,58) 21%, rgb(95,33,33) 61%);  /* W3C */
	

	}
	
/* ========== COLUMN STYLE 2  ========== */
/* --- header row 1 ---  */
div.p_table_1_4 div.column_2 li.header_row_1
	{
	border-top: 0;
	border-bottom: 1px solid #822c2c;
	background-color: #E9E9E9 ; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(to top, rgb(255,255,255) 21%, rgb(210,210,210) 61%);  /* W3C */
	

	}
	
/* --- header row 2 ---  */
div.p_table_1_4 div.column_2 li.header_row_2
	{
	border-top: 1px solid #c65757;
	border-bottom: 1px solid #451515;
	background-color: #812C2C ; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(to top, rgb(174,58,58) 21%, rgb(95,33,33) 61%);  /* W3C */

	}
	
/* ========== COLUMN STYLE 3  ========== */
/* --- header row 1 ---  */
div.p_table_1_4 div.column_3 li.header_row_1
	{
	border-top: 0;
	border-bottom: 1px solid #822c2c;
	background-color: #E9E9E9 ; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(to top, rgb(255,255,255) 21%, rgb(210,210,210) 61%);  /* W3C */

	}
	
/* --- header row 2 ---  */
div.p_table_1_4 div.column_3 li.header_row_2
	{
	border-top: 1px solid #c65757;
	border-bottom: 1px solid #451515;
	background-color: #812C2C ; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(to top, rgb(174,58,58) 21%, rgb(95,33,33) 61%);  /* W3C */
	

	}
	
/* ========== COLUMN STYLE 4  ========== */
/* --- header row 1 ---  */
div.p_table_1_4 div.column_4 li.header_row_1
	{
	border-top: 0;
	border-bottom: 1px solid #822c2c;
	background-color: #E9E9E9 ; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(to top, rgb(255,255,255) 21%, rgb(210,210,210) 61%);  /* W3C */
	

	}
	
/* --- header row 2 ---  */
div.p_table_1_4 div.column_4 li.header_row_2
	{
	border-top: 1px solid #c65757;
	border-bottom: 1px solid #451515;
	background-color: #812C2C ; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(to top, rgb(174,58,58) 21%, rgb(95,33,33) 61%);  /* W3C */

	}
/* ============ Style 5 ============= */
/* ========== HEADINGS  ========== */
div.p_table_1_5 h1.col1,
div.p_table_1_5 h1.col2,
div.p_table_1_5 h1.col3,
div.p_table_1_5 h1.col4,
div.p_table_1_5 h1.col5,
div.p_table_1_5 h1.col6,
div.p_table_1_5 h1.col7
	{
	color: #ffffff ;
	}
	
div.p_table_1_5 h1 span
	{
	color: #ffffff ;
	}

div.p_table_1_5 h2.col1,
div.p_table_1_5 h2.col2,
div.p_table_1_5 h2.col3,
div.p_table_1_5 h2.col4,
div.p_table_1_5 h2.col5,
div.p_table_1_5 h2.col6,
div.p_table_1_5 h2.col7

	{
	color: #ffffff ;
	}
	
div.p_table_1_5 h2.caption
	{
	color: #ef9a36 ;
	}
	
div.p_table_1_5 h2.caption span
	{
	color: #f6ba18 ;
	text-shadow: none ;
	}	
	
div.p_table_1_5 h3.col1,
div.p_table_1_5 h3.col2,
div.p_table_1_5 h3.col3,
div.p_table_1_5 h3.col4,
div.p_table_1_5 h3.col5,
div.p_table_1_5 h3.col6,
div.p_table_1_5 h3.col7

	{
	color: #ffffff ;
	}
	
/* ========== CAPTION COLUMN  ========== */
/* --- header row 1 ---  */
div.p_table_1_5 div.caption_column li.header_row_1 
	{
	border-top: 0;
	background: #ffffff ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_5 div.caption_column li.header_row_2
	{
	background: #ffffff ;
	}

/* ========== COLUMN STYLE 1  ========== */
/* --- header row 1 ---  */
div.p_table_1_5 div.column_1 li.header_row_1
	{
	border-top: 0;
	background: #e18416 ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_5 div.column_1 li.header_row_2
	{
	background: #ef9a36 ;
	}
	
/* ========== COLUMN STYLE 2  ========== */
/* --- header row 1 ---  */
div.p_table_1_5 div.column_2 li.header_row_1
	{
	border-top: 0;
	background: #e9aa00 ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_5 div.column_2 li.header_row_2
	{
	background: #f6ba18 ;
	}
	
/* ========== COLUMN STYLE 3  ========== */
/* --- header row 1 ---  */
div.p_table_1_5 div.column_3 li.header_row_1
	{
	background: #839c0e ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_5 div.column_3 li.header_row_2
	{
	background: #94ac26 ;
	}
	
/* ========== COLUMN STYLE 4  ========== */
/* --- header row 1 ---  */
div.p_table_1_5 div.column_4 li.header_row_1
	{
	background: #418520 ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_5 div.column_4 li.header_row_2
	{
	background: #579e34 ;
	}
/* ============ Style 6 ============= */
/* ========== HEADINGS  ========== */
div.p_table_1_6 h1.col1,
div.p_table_1_6 h1.col2,
div.p_table_1_6 h1.col3,
div.p_table_1_6 h1.col4,
div.p_table_1_6 h1.col5,
div.p_table_1_6 h1.col6,
div.p_table_1_6 h1.col7

	{
	color: #da4300 ;
	}
	
div.p_table_1_6 h1 span
	{
	color: #da4300 ;
	}

div.p_table_1_6 h2.col1,
div.p_table_1_6 h2.col2,
div.p_table_1_6 h2.col3,
div.p_table_1_6 h2.col4,
div.p_table_1_6 h2.col5,
div.p_table_1_6 h2.col6,
div.p_table_1_6 h2.col7

	{
	color: #ffffff ;
	}
	
div.p_table_1_6 h2.caption
	{
	color: #da4300 ;
	}
	
div.p_table_1_6 h2.caption span
	{
	color: #ffffff ;
	text-shadow: none ;
	}	
	
div.p_table_1_6 h3.col1,
div.p_table_1_6 h3.col2,
div.p_table_1_6 h3.col3,
div.p_table_1_6 h3.col4,
div.p_table_1_6 h3.col5,
div.p_table_1_6 h3.col6,
div.p_table_1_6 h3.col7

	{
	color: #da4300 ;
	}
	
/* ========== CAPTION COLUMN  ========== */
/* --- header row 1 ---  */
div.p_table_1_6 div.caption_column li.header_row_1 
	{
	border-top: 0;
	background: #fcc601 ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_6 div.caption_column li.header_row_2
	{
	background: #fcc601 ;
	}

/* ========== COLUMN STYLE 1  ========== */
/* --- header row 1 ---  */
div.p_table_1_6 div.column_1 li.header_row_1
	{
	border-top: 0;
	background: #da4300 ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_6 div.column_1 li.header_row_2
	{
	background: #fcc601 ;
	}
	
/* ========== COLUMN STYLE 2  ========== */
/* --- header row 1 ---  */
div.p_table_1_6 div.column_2 li.header_row_1
	{
	border-top: 0;
	background: #da4300 ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_6 div.column_2 li.header_row_2
	{
	background: #fcc601 ;
	}
	
/* ========== COLUMN STYLE 3  ========== */
/* --- header row 1 ---  */
div.p_table_1_6 div.column_3 li.header_row_1
	{
	border-top: 0;
	background: #da4300 ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_6 div.column_3 li.header_row_2
	{
	background: #fcc601 ;
	}
	
/* ========== COLUMN STYLE 4  ========== */
/* --- header row 1 ---  */
div.p_table_1_6 div.column_4 li.header_row_1
	{
	border-top: 0;
	background: #da4300 ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_6 div.column_4 li.header_row_2
	{
	background: #fcc601 ;
	}
/* ============ Style 7 ============= */
/* ========== HEADINGS  ========== */
div.p_table_1_7 h1.col1
	{
	color: #faab00 ;
	}
	
div.p_table_1_7 h1.col2
	{
	color: #9bba0d ;
	}
	
div.p_table_1_7 h1.col3
	{
	color: #539a2d ;
	}
	
div.p_table_1_7 h1.col4
	{
	color: #268061 ;
	}
	div.p_table_1_7 h1.col5
	{
	color: #268061 ;
	}
	div.p_table_1_7 h1.col6
	{
	color: #268061 ;
	}
	div.p_table_1_7 h1.col7
	{
	color: #268061 ;
	}
	
div.p_table_1_7 h1.col1 span
	{
	color: #faab00 ;
	}

div.p_table_1_7 h1.col2 span
	{
	color: #9bba0d ;
	}
	
div.p_table_1_7 h1.col3 span
	{
	color: #539a2d ;
	}
	
div.p_table_1_7 h1.col4 span
	{
	color: #268061 ;
	}
	div.p_table_1_7 h1.col5 span
	{
	color: #268061 ;
	}
	div.p_table_1_7 h1.col6 span
	{
	color: #268061 ;
	}
	div.p_table_1_7 h1.col7 span
	{
	color: #268061 ;
	}
	
div.p_table_1_7 h2.col1,
div.p_table_1_7 h2.col2,
div.p_table_1_7 h2.col3,
div.p_table_1_7 h2.col4,
div.p_table_1_7 h2.col5,
div.p_table_1_7 h2.col6,
div.p_table_1_7 h2.col7
	{
	color: #ffffff ;
	}
	
div.p_table_1_7 h2.caption
	{
	color: #faab00 ;
	}
	
div.p_table_1_7 h2.caption span
	{
	color: #9bba0d ;
	text-shadow: none ;
	}	
	
div.p_table_1_7 h3.col1
	{
	color: #faab00 ;
	}
	
div.p_table_1_7 h3.col2
	{
	color: #9bba0d ;
	}
	
div.p_table_1_7 h3.col3
	{
	color: #539a2d ;
	}
	
div.p_table_1_7 h3.col4
	{
	color: #268061 ;
	}
	
/* ========== CAPTION COLUMN  ========== */
/* --- header row 1 ---  */
div.p_table_1_7 div.caption_column li.header_row_1 
	{
	border-top: 0;
	background: #ffffff ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_7 div.caption_column li.header_row_2
	{
	background: #ffffff ;
	}

/* ========== COLUMN STYLE 1  ========== */
/* --- header row 1 ---  */
div.p_table_1_7 div.column_1 li.header_row_1
	{
	border-top: 0;
	background: #faab00 ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_7 div.column_1 li.header_row_2
	{
	background: #ffffff ;
	}
	
/* ========== COLUMN STYLE 2  ========== */
/* --- header row 1 ---  */
div.p_table_1_7 div.column_2 li.header_row_1
	{
	border-top: 0;
	background: #9bba0d ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_7 div.column_2 li.header_row_2
	{
	background: #ffffff ;
	}
	
/* ========== COLUMN STYLE 3  ========== */
/* --- header row 1 ---  */
div.p_table_1_7 div.column_3 li.header_row_1
	{
	border-top: 0;
	background: #539a2d ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_7 div.column_3 li.header_row_2
	{
	background: #ffffff ;
	}
	
/* ========== COLUMN STYLE 4  ========== */
/* --- header row 1 ---  */
div.p_table_1_7 div.column_4 li.header_row_1
	{
	border-top: 0;
	background: #268061 ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_7 div.column_4 li.header_row_2
	{
	background: #ffffff ;
	}
/* ============ Style 8 ============= */
/* ========== HEADINGS  ========== */
div.p_table_1_8 h1.col1,
div.p_table_1_8 h1.col2,
div.p_table_1_8 h1.col3,
div.p_table_1_8 h1.col4,
div.p_table_1_8 h1.col5,
div.p_table_1_8 h1.col6,
div.p_table_1_8 h1.col7
	{
	color: #d9513b ;
	}
	
div.p_table_1_8 h1 span
	{
	color: #ffba58 ;
	}

div.p_table_1_8 h2.col1,
div.p_table_1_8 h2.col2,
div.p_table_1_8 h2.col3,
div.p_table_1_8 h2.col4,
div.p_table_1_8 h2.col5,
div.p_table_1_8 h2.col6,
div.p_table_1_8 h2.col7
	{
	color: #d9513b ;
	}
	
div.p_table_1_8 h2.caption
	{
	color: #d9513b ;
	}
	
div.p_table_1_8 h2.caption span
	{
	color: #ffba58 ;
	text-shadow: none ;
	}	
	
div.p_table_1_8 h3.col1,
div.p_table_1_8 h3.col2,
div.p_table_1_8 h3.col3,
div.p_table_1_8 h3.col4,
div.p_table_1_8 h3.col5,
div.p_table_1_8 h3.col6,
div.p_table_1_8 h3.col7
	{
	color: #ffba58 ;
	}
	
/* ========== CAPTION COLUMN  ========== */
/* --- header row 1 ---  */
div.p_table_1_8 div.caption_column li.header_row_1 
	{
	border-top: 0;
	background: #752828 ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_8 div.caption_column li.header_row_2
	{
	background: #752828 ;
	}

/* ========== COLUMN STYLE 1  ========== */
/* --- header row 1 ---  */
div.p_table_1_8 div.column_1 li.header_row_1
	{
	border-top: 0;
	background: #ffca64 ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_8 div.column_1 li.header_row_2
	{
	background: #802b2b ;
	}
	
/* ========== COLUMN STYLE 2  ========== */
/* --- header row 1 ---  */
div.p_table_1_8 div.column_2 li.header_row_1
	{
	border-top: 0;
	background: #ffba58 ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_8 div.column_2 li.header_row_2
	{
	background: #752828 ;
	}
	
/* ========== COLUMN STYLE 3  ========== */
/* --- header row 1 ---  */
div.p_table_1_8 div.column_3 li.header_row_1
	{
	border-top: 0;
	background: #ffca64 ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_8 div.column_3 li.header_row_2
	{
	background: #802b2b ;
	}
	
/* ========== COLUMN STYLE 4  ========== */
/* --- header row 1 ---  */
div.p_table_1_8 div.column_4 li.header_row_1
	{
	border-top: 0;
	background: #ffba58 ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_8 div.column_4 li.header_row_2
	{
	background: #752828 ;
	}
/* ============ Style 9 ============= */
/* ========== HEADINGS  ========== */
div.p_table_1_9 h1.col1,
div.p_table_1_9 h1.col2,
div.p_table_1_9 h1.col3,
div.p_table_1_9 h1.col4,
div.p_table_1_9 h1.col5,
div.p_table_1_9 h1.col6,
div.p_table_1_9 h1.col7

	{
	color: #ffffff ;
	}
	
div.p_table_1_9 h1 span
	{
	color: #ffffff ;
	}

div.p_table_1_9 h2.col1,
div.p_table_1_9 h2.col2,
div.p_table_1_9 h2.col3,
div.p_table_1_9 h2.col4,
div.p_table_1_9 h2.col5,
div.p_table_1_9 h2.col6,
div.p_table_1_9 h2.col7
	{
	color: #ffffff ;
	}
	
div.p_table_1_9 h2.caption
	{
	color: #999999 ;
	}
	
div.p_table_1_9 h2.caption span
	{
	color: #999999 ;
	text-shadow: none ;
	}	
	
div.p_table_1_9 h3.col1,
div.p_table_1_9 h3.col2,
div.p_table_1_9 h3.col3,
div.p_table_1_9 h3.col4,
div.p_table_1_9 h3.col5,
div.p_table_1_9 h3.col6,
div.p_table_1_9 h3.col7
	{
	color: #ffffff ;
	}
	
/* ========== CAPTION COLUMN  ========== */
/* --- header row 1 ---  */
div.p_table_1_9 div.caption_column li.header_row_1 
	{
	border-top: 0;
	background: #ffffff ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_9 div.caption_column li.header_row_2
	{
	background: #ffffff ;
	}

/* ========== COLUMN STYLE 1  ========== */
/* --- header row 1 ---  */
div.p_table_1_9 div.column_1 li.header_row_1
	{
	border-top: 0;
	background: #83c145 ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_9 div.column_1 li.header_row_2
	{
	background: #96cd56 ;
	}
	
/* ========== COLUMN STYLE 2  ========== */
/* --- header row 1 ---  */
div.p_table_1_9 div.column_2 li.header_row_1
	{
	border-top: 0;
	background: #44982b ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_9 div.column_2 li.header_row_2
	{
	background: #55a938 ;
	}
	
/* ========== COLUMN STYLE 3  ========== */
/* --- header row 1 ---  */
div.p_table_1_9 div.column_3 li.header_row_1
	{
	border-top: 0;
	background: #186f32 ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_9 div.column_3 li.header_row_2
	{
	background: #208240 ;
	}
	
/* ========== COLUMN STYLE 4  ========== */
/* --- header row 1 ---  */
div.p_table_1_9 div.column_4 li.header_row_1
	{
	border-top: 0;
	background: #0a4945 ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_9 div.column_4 li.header_row_2
	{
	background: #0e5b56 ;
	}
/* ============ Style 10 ============= */
/* ========== HEADINGS  ========== */
div.p_table_1_10 h1.col1,
div.p_table_1_10 h1.col2,
div.p_table_1_10 h1.col3,
div.p_table_1_10 h1.col4,
div.p_table_1_10 h1.col5,
div.p_table_1_10 h1.col6,
div.p_table_1_10 h1.col7
	{
	color: #ffffff ;
	}
	
div.p_table_1_10 h1 span
	{
	color: #ffffff ;
	}

div.p_table_1_10 h2.col1,
div.p_table_1_10 h2.col2,
div.p_table_1_10 h2.col3,
div.p_table_1_10 h2.col4,
div.p_table_1_10 h2.col5,
div.p_table_1_10 h2.col6,
div.p_table_1_10 h2.col7
	{
	color: #ffffff ;
	}
	
div.p_table_1_10 h2.caption
	{
	color: #999999 ;
	}
	
div.p_table_1_10 h2.caption span
	{
	color: #999999 ;
	text-shadow: none ;
	}	
	
div.p_table_1_10 h3.col1,
div.p_table_1_10 h3.col2,
div.p_table_1_10 h3.col3,
div.p_table_1_10 h3.col4,
div.p_table_1_10 h3.col5,
div.p_table_1_10 h3.col6,
div.p_table_1_10 h3.col7

	{
	color: #ffffff ;
	}
	
/* ========== CAPTION COLUMN  ========== */
/* --- header row 1 ---  */
div.p_table_1_10 div.caption_column li.header_row_1 
	{
	border-top: 0;
	background: #ffffff ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_10 div.caption_column li.header_row_2
	{
	background: #ffffff ;
	}

/* ========== COLUMN STYLE 1  ========== */
/* --- header row 1 ---  */
div.p_table_1_10 div.column_1 li.header_row_1
	{
	border-top: 0;
	background: #52b5d5 ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_10 div.column_1 li.header_row_2
	{
	background: #64c3de ;
	}
	
/* ========== COLUMN STYLE 2  ========== */
/* --- header row 1 ---  */
div.p_table_1_10 div.column_2 li.header_row_1
	{
	border-top: 0;
	background: #3591ca ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_10 div.column_2 li.header_row_2
	{
	background: #44a3d5 ;
	}
	
/* ========== COLUMN STYLE 3  ========== */
/* --- header row 1 ---  */
div.p_table_1_10 div.column_3 li.header_row_1
	{
	border-top: 0;
	background: #1f5f9f ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_10 div.column_3 li.header_row_2
	{
	background: #2972b0 ;
	}
	
/* ========== COLUMN STYLE 4  ========== */
/* --- header row 1 ---  */
div.p_table_1_10 div.column_4 li.header_row_1
	{
	border-top: 0;
	background: #1a3e7b ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_10 div.column_4 li.header_row_2
	{
	background: #234e8e ;
	}
/* ============ Style 11 ============= */
/* ========== HEADINGS  ========== */
div.p_table_1_11 h1.col1,
div.p_table_1_11 h1.col2,
div.p_table_1_11 h1.col3,
div.p_table_1_11 h1.col4,
div.p_table_1_11 h1.col5,
div.p_table_1_11 h1.col6,
div.p_table_1_11 h1.col7
	{
	color: #ffffff ;
	}
	
div.p_table_1_11 h1 span
	{
	color: #ffffff ;
	}

div.p_table_1_11 h2.col1,
div.p_table_1_11 h2.col2,
div.p_table_1_11 h2.col3,
div.p_table_1_11 h2.col4,
div.p_table_1_11 h2.col5,
div.p_table_1_11 h2.col6,
div.p_table_1_11 h2.col7

	{
	color: #ffffff ;
	}
	
div.p_table_1_11 h2.caption
	{
	color: #999999 ;
	}
	
div.p_table_1_11 h2.caption span
	{
	color: #999999 ;
	text-shadow: none ;
	}	
	
div.p_table_1_11 h3.col1,
div.p_table_1_11 h3.col2,
div.p_table_1_11 h3.col3,
div.p_table_1_11 h3.col4,
div.p_table_1_11 h3.col5,
div.p_table_1_11 h3.col6,
div.p_table_1_11 h3.col7
	{
	color: #ffffff ;
	}
	
/* ========== CAPTION COLUMN  ========== */
/* --- header row 1 ---  */
div.p_table_1_11 div.caption_column li.header_row_1 
	{
	border-top: 0;
	background: #ffffff ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_11 div.caption_column li.header_row_2
	{
	background: #ffffff ;
	}

/* ========== COLUMN STYLE 1  ========== */
/* --- header row 1 ---  */
div.p_table_1_11 div.column_1 li.header_row_1
	{
	border-top: 0;
	background: #f0b128 ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_11 div.column_1 li.header_row_2
	{
	background: #f3bf34 ;
	}
	
/* ========== COLUMN STYLE 2  ========== */
/* --- header row 1 ---  */
div.p_table_1_11 div.column_2 li.header_row_1
	{
	border-top: 0;
	background: #ed8000 ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_11 div.column_2 li.header_row_2
	{
	background: #f19300 ;
	}
	
/* ========== COLUMN STYLE 3  ========== */
/* --- header row 1 ---  */
div.p_table_1_11 div.column_3 li.header_row_1
	{
	border-top: 0;
	background: #d85200 ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_11 div.column_3 li.header_row_2
	{
	background: #e06400 ;
	}
	
/* ========== COLUMN STYLE 4  ========== */
/* --- header row 1 ---  */
div.p_table_1_11 div.column_4 li.header_row_1
	{
	border-top: 0;
	background: #b5280b ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_11 div.column_4 li.header_row_2
	{
	background: #c3350f ;
	}
/* ============ Style 12 ============= */
/* ========== HEADINGS  ========== */
div.p_table_1_12 h1.col1,
div.p_table_1_12 h1.col2,
div.p_table_1_12 h1.col3,
div.p_table_1_12 h1.col4,
div.p_table_1_12 h1.col5,
div.p_table_1_12 h1.col6,
div.p_table_1_12 h1.col7
	{
	color: #ffffff ;
	}
	
div.p_table_1_12 h1 span
	{
	color: #ffffff ;
	}

div.p_table_1_12 h2.col1,
div.p_table_1_12 h2.col2,
div.p_table_1_12 h2.col3,
div.p_table_1_12 h2.col4,
div.p_table_1_12 h2.col5,
div.p_table_1_12 h2.col6,
div.p_table_1_12 h2.col7
	{
	color: #ffffff ;
	}
	
div.p_table_1_12 h2.caption
	{
	color: #999999 ;
	}
	
div.p_table_1_12 h2.caption span
	{
	color: #999999 ;
	text-shadow: none ;
	}	
	
div.p_table_1_12 h3.col1,
div.p_table_1_12 h3.col2,
div.p_table_1_12 h3.col3,
div.p_table_1_12 h3.col4,
div.p_table_1_12 h3.col5,
div.p_table_1_12 h3.col6,
div.p_table_1_12 h3.col7
	{
	color: #ffffff ;
	}
	
/* ========== CAPTION COLUMN  ========== */
/* --- header row 1 ---  */
div.p_table_1_12 div.caption_column li.header_row_1 
	{
	border-top: 0;
	background: #ffffff ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_12 div.caption_column li.header_row_2
	{
	background: #ffffff ;
	}

/* ========== COLUMN STYLE 1  ========== */
/* --- header row 1 ---  */
div.p_table_1_12 div.column_1 li.header_row_1
	{
	border-top: 0;
	background: #957c45 ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_12 div.column_1 li.header_row_2
	{
	background: #a78f56 ;
	}
	
/* ========== COLUMN STYLE 2  ========== */
/* --- header row 1 ---  */
div.p_table_1_12 div.column_2 li.header_row_1
	{
	border-top: 0;
	background: #684b24 ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_12 div.column_2 li.header_row_2
	{
	background: #7b5d2f ;
	}
	
/* ========== COLUMN STYLE 3  ========== */
/* --- header row 1 ---  */
div.p_table_1_12 div.column_3 li.header_row_1
	{
	border-top: 0;
	background: #ce4e06 ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_12 div.column_3 li.header_row_2
	{
	background: #d86008 ;
	}
	
/* ========== COLUMN STYLE 4  ========== */
/* --- header row 1 ---  */
div.p_table_1_12 div.column_4 li.header_row_1
	{
	border-top: 0;
	background: #ab250f ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_12 div.column_4 li.header_row_2
	{
	background: #ba3114 ;
	}
	
/* ============ MediCenter styles ============= */
/* ========== HEADINGS  ========== */
div.p_table_1_13 h1.col1,
div.p_table_1_13 h1.col2,
div.p_table_1_13 h1.col3,
div.p_table_1_13 h1.col4,
div.p_table_1_13 h1.col5,
div.p_table_1_13 h1.col6,
div.p_table_1_13 h1.col7,
div.p_table_1_14 h1.col1,
div.p_table_1_14 h1.col2,
div.p_table_1_14 h1.col3,
div.p_table_1_14 h1.col4,
div.p_table_1_14 h1.col5,
div.p_table_1_14 h1.col6,
div.p_table_1_14 h1.col7,

div.p_table_1_15 h1.col1,
div.p_table_1_15 h1.col2,
div.p_table_1_15 h1.col3,
div.p_table_1_15 h1.col4,
div.p_table_1_15 h1.col5,
div.p_table_1_15 h1.col6,
div.p_table_1_15 h1.col7,
div.p_table_1_16 h1.col1,
div.p_table_1_16 h1.col2,
div.p_table_1_16 h1.col3,
div.p_table_1_16 h1.col4,
div.p_table_1_16 h1.col5,
div.p_table_1_16 h1.col6,
div.p_table_1_16 h1.col7,
div.p_table_1_17 h1.col1,
div.p_table_1_17 h1.col2,
div.p_table_1_17 h1.col3,
div.p_table_1_17 h1.col4,
div.p_table_1_17 h1.col5,
div.p_table_1_17 h1.col6,
div.p_table_1_17 h1.col7,
div.p_table_1_18 h1.col1,
div.p_table_1_18 h1.col2,
div.p_table_1_18 h1.col3,
div.p_table_1_18 h1.col4,
div.p_table_1_18 h1.col5,
div.p_table_1_18 h1.col6,
div.p_table_1_18 h1.col7
	{
	color: #ffffff ;
	}
	
div.p_table_1_13 h1 span,
div.p_table_1_14 h1 span,
div.p_table_1_15 h1 span,
div.p_table_1_16 h1 span,
div.p_table_1_17 h1 span,
div.p_table_1_18 h1 span
	{
	color: #ffffff ;
	}

div.p_table_1_13 h2.col1,
div.p_table_1_13 h2.col2,
div.p_table_1_13 h2.col3,
div.p_table_1_13 h2.col4,
div.p_table_1_13 h2.col5,
div.p_table_1_13 h2.col6,
div.p_table_1_13 h2.col7,
div.p_table_1_14 h2.col1,
div.p_table_1_14 h2.col2,
div.p_table_1_14 h2.col3,
div.p_table_1_14 h2.col4,
div.p_table_1_14 h2.col5,
div.p_table_1_14 h2.col6,
div.p_table_1_14 h2.col7,
div.p_table_1_15 h2.col1,
div.p_table_1_15 h2.col2,
div.p_table_1_15 h2.col3,
div.p_table_1_15 h2.col4,
div.p_table_1_15 h2.col5,
div.p_table_1_15 h2.col6,
div.p_table_1_15 h2.col7,
div.p_table_1_16 h2.col1,
div.p_table_1_16 h2.col2,
div.p_table_1_16 h2.col3,
div.p_table_1_16 h2.col4,
div.p_table_1_16 h2.col5,
div.p_table_1_16 h2.col6,
div.p_table_1_16 h2.col7,
div.p_table_1_17 h2.col1,
div.p_table_1_17 h2.col2,
div.p_table_1_17 h2.col3,
div.p_table_1_17 h2.col4,
div.p_table_1_17 h2.col5,
div.p_table_1_17 h2.col6,
div.p_table_1_17 h2.col7,
div.p_table_1_18 h2.col1,
div.p_table_1_18 h2.col2,
div.p_table_1_18 h2.col3,
div.p_table_1_18 h2.col4,
div.p_table_1_18 h2.col5,
div.p_table_1_18 h2.col6,
div.p_table_1_18 h2.col7
	{
	color: #ffffff ;
	}
	
div.p_table_1_13 h2.caption,
div.p_table_1_14 h2.caption,
div.p_table_1_15 h2.caption,
div.p_table_1_16 h2.caption,
div.p_table_1_17 h2.caption,
div.p_table_1_18 h2.caption
	{
	color: #999999 ;
	}
	
div.p_table_1_13 h2.caption span,
div.p_table_1_14 h2.caption span,
div.p_table_1_15 h2.caption span,
div.p_table_1_16 h2.caption span,
div.p_table_1_17 h2.caption span,
div.p_table_1_18 h2.caption span
	{
	color: #999999 ;
	text-shadow: none ;
	}	
	
div.p_table_1_13 h3.col1,
div.p_table_1_13 h3.col2,
div.p_table_1_13 h3.col3,
div.p_table_1_13 h3.col4,
div.p_table_1_14 h3.col1,
div.p_table_1_14 h3.col2,
div.p_table_1_14 h3.col3,
div.p_table_1_14 h3.col4,
div.p_table_1_15 h3.col1,
div.p_table_1_15 h3.col2,
div.p_table_1_15 h3.col3,
div.p_table_1_15 h3.col4,
div.p_table_1_16 h3.col1,
div.p_table_1_16 h3.col2,
div.p_table_1_16 h3.col3,
div.p_table_1_16 h3.col4,
div.p_table_1_17 h3.col1,
div.p_table_1_17 h3.col2,
div.p_table_1_17 h3.col3,
div.p_table_1_17 h3.col4,
div.p_table_1_18 h3.col1,
div.p_table_1_18 h3.col2,
div.p_table_1_18 h3.col3,
div.p_table_1_18 h3.col4
	{
	color: #ffffff ;
	}
	
/* ========== CAPTION COLUMN  ========== */
/* --- header row 1 ---  */
div.p_table_1_13 div.caption_column li.header_row_1,
div.p_table_1_14 div.caption_column li.header_row_1,
div.p_table_1_15 div.caption_column li.header_row_1,
div.p_table_1_16 div.caption_column li.header_row_1,
div.p_table_1_17 div.caption_column li.header_row_1,
div.p_table_1_18 div.caption_column li.header_row_1
	{
	border-top: 0;
	background: #ffffff ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_13 div.caption_column li.header_row_2,
div.p_table_1_14 div.caption_column li.header_row_2,
div.p_table_1_15 div.caption_column li.header_row_2,
div.p_table_1_16 div.caption_column li.header_row_2,
div.p_table_1_17 div.caption_column li.header_row_2,
div.p_table_1_18 div.caption_column li.header_row_2
	{
	background: #ffffff ;
	}

/* ========== COLUMN STYLE 1  ========== */
/* --- header row 1 ---  */
div.p_table_1_13 div.column_1 li.header_row_1,
div.p_table_1_14 div.column_1 li.header_row_1,
div.p_table_1_15 div.column_1 li.header_row_1,
div.p_table_1_16 div.column_1 li.header_row_1,
div.p_table_1_17 div.column_1 li.header_row_1,
div.p_table_1_18 div.column_1 li.header_row_1
{
	border-top: 0;
}
/* ========== COLUMN STYLE 2  ========== */
/* --- header row 1 ---  */
div.p_table_1_13 div.column_2 li.header_row_1,
div.p_table_1_14 div.column_2 li.header_row_1,
div.p_table_1_15 div.column_2 li.header_row_1
{
	border-top: 0;
}
/* ========== COLUMN STYLE 3  ========== */
/* --- header row 1 ---  */
div.p_table_1_13 div.column_3 li.header_row_1,
div.p_table_1_14 div.column_3 li.header_row_1,
div.p_table_1_15 div.column_3 li.header_row_1,
div.p_table_1_16 div.column_3 li.header_row_1,
div.p_table_1_17 div.column_3 li.header_row_1,
div.p_table_1_18 div.column_3 li.header_row_1
{
	border-top: 0;
}
/* ========== COLUMN STYLE 4  ========== */
/* --- header row 1 ---  */
div.p_table_1_13 div.column_4 li.header_row_1,
div.p_table_1_14 div.column_4 li.header_row_1,
div.p_table_1_15 div.column_4 li.header_row_1,
div.p_table_1_16 div.column_4 li.header_row_1,
div.p_table_1_17 div.column_4 li.header_row_1,
div.p_table_1_18 div.column_4 li.header_row_1
{
	border-top: 0;
}
/* --- footer row --- */
div.p_table_1_13 li.footer_row,
div.p_table_1_14 li.footer_row,
div.p_table_1_15 li.footer_row,
div.p_table_1_16 li.footer_row,
div.p_table_1_17 li.footer_row,
div.p_table_1_18 li.footer_row
{
	background: #F8F8F8 ;
}

/* --- column hovers ---*/
div.p_table_1_13 div.column_1:hover li.header_row_1, div.p_table_1_13 div.column_2:hover li.header_row_1, div.p_table_1_13 div.column_3:hover li.header_row_1, div.p_table_1_13 div.column_4:hover li.header_row_1, div.p_table_1_13 div.active_column li.header_row_1, div.p_table_1_13.p_table_hover_disabled div.active_column:hover li.header_row_1,
div.p_table_1_14 div.column_1:hover li.header_row_1, div.p_table_1_14 div.column_2:hover li.header_row_1, div.p_table_1_14 div.column_3:hover li.header_row_1, div.p_table_1_14 div.column_4:hover li.header_row_1, div.p_table_1_14 div.active_column li.header_row_1, div.p_table_1_14.p_table_hover_disabled div.active_column:hover li.header_row_1,
div.p_table_1_15 div.column_1:hover li.header_row_1, div.p_table_1_15 div.column_2:hover li.header_row_1, div.p_table_1_15 div.column_3:hover li.header_row_1, div.p_table_1_15 div.column_4:hover li.header_row_1, div.p_table_1_15 div.active_column li.header_row_1, div.p_table_1_15.p_table_hover_disabled div.active_column:hover li.header_row_1,
div.p_table_1_16 div.column_1:hover li.header_row_1, div.p_table_1_16 div.column_2:hover li.header_row_1, div.p_table_1_16 div.column_3:hover li.header_row_1, div.p_table_1_16 div.column_4:hover li.header_row_1, div.p_table_1_16 div.active_column li.header_row_1, div.p_table_1_16.p_table_hover_disabled div.active_column:hover li.header_row_1,
div.p_table_1_17 div.column_1:hover li.header_row_1, div.p_table_1_17 div.column_2:hover li.header_row_1, div.p_table_1_17 div.column_3:hover li.header_row_1, div.p_table_1_17 div.column_4:hover li.header_row_1, div.p_table_1_17 div.active_column li.header_row_1, div.p_table_1_17.p_table_hover_disabled div.active_column:hover li.header_row_1,
div.p_table_1_18 div.column_1:hover li.header_row_1, div.p_table_1_18 div.column_2:hover li.header_row_1, div.p_table_1_18 div.column_3:hover li.header_row_1, div.p_table_1_18 div.column_4:hover li.header_row_1, div.p_table_1_18 div.active_column li.header_row_1, div.p_table_1_18.p_table_hover_disabled div.active_column:hover li.header_row_1
{
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
div.p_table_1_13 div.column_1:hover, div.p_table_1_13 div.column_2:hover, div.p_table_1_13 div.column_3:hover, div.p_table_1_13 div.column_4:hover, div.p_table_1_13 div.active_column, div.p_table_1_13.p_table_hover_light div.active_column:hover, div.p_table_1_13.p_table_hover_disabled div.active_column:hover,
div.p_table_1_14 div.column_1:hover, div.p_table_1_14 div.column_2:hover, div.p_table_1_14 div.column_3:hover, div.p_table_1_14 div.column_4:hover, div.p_table_1_14 div.active_column, div.p_table_1_14.p_table_hover_light div.active_column:hover, div.p_table_1_14.p_table_hover_disabled div.active_column:hover,
div.p_table_1_15 div.column_1:hover, div.p_table_1_15 div.column_2:hover, div.p_table_1_15 div.column_3:hover, div.p_table_1_15 div.column_4:hover, div.p_table_1_15 div.active_column, div.p_table_1_15.p_table_hover_light div.active_column:hover, div.p_table_1_15.p_table_hover_disabled div.active_column:hover,
div.p_table_1_16 div.column_1:hover, div.p_table_1_16 div.column_2:hover, div.p_table_1_16 div.column_3:hover, div.p_table_1_16 div.column_4:hover, div.p_table_1_16 div.active_column, div.p_table_1_16.p_table_hover_light div.active_column:hover, div.p_table_1_16.p_table_hover_disabled div.active_column:hover
div.p_table_1_17 div.column_1:hover, div.p_table_1_17 div.column_2:hover, div.p_table_1_17 div.column_3:hover, div.p_table_1_17 div.column_4:hover, div.p_table_1_17 div.active_column, div.p_table_1_17.p_table_hover_light div.active_column:hover, div.p_table_1_17.p_table_hover_disabled div.active_column:hover
div.p_table_1_18 div.column_1:hover, div.p_table_1_18 div.column_2:hover, div.p_table_1_18 div.column_3:hover, div.p_table_1_18 div.column_4:hover, div.p_table_1_18 div.active_column, div.p_table_1_18.p_table_hover_light div.active_column:hover, div.p_table_1_18.p_table_hover_disabled div.active_column:hover
{
	box-shadow: 5px 0px 30px rgba(0,0,0,0.3);
	-webkit-box-shadow: 5px 0px 30px rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 0px 30px rgba(0,0,0,0.3);
}
div.p_table_1_13.p_table_hover_light div.column_1:hover, div.p_table_1_13.p_table_hover_light div.column_2:hover, div.p_table_1_13.p_table_hover_light div.column_3:hover, div.p_table_1_13.p_table_hover_light div.column_4:hover, div.p_table_1_13.p_table_hover_light div.active_column, div.p_table_1_13.p_table_hover_light div.active_column:hover,
div.p_table_1_14.p_table_hover_light div.column_1:hover, div.p_table_1_14.p_table_hover_light div.column_2:hover, div.p_table_1_14.p_table_hover_light div.column_3:hover, div.p_table_1_14.p_table_hover_light div.column_4:hover, div.p_table_1_14.p_table_hover_light div.active_column, div.p_table_1_14.p_table_hover_light div.active_column:hover,
div.p_table_1_15.p_table_hover_light div.column_1:hover, div.p_table_1_15.p_table_hover_light div.column_2:hover, div.p_table_1_15.p_table_hover_light div.column_3:hover, div.p_table_1_15.p_table_hover_light div.column_4:hover, div.p_table_1_15.p_table_hover_light div.active_column, div.p_table_1_15.p_table_hover_light div.active_column:hover,
div.p_table_1_16.p_table_hover_light div.column_1:hover, div.p_table_1_16.p_table_hover_light div.column_2:hover, div.p_table_1_16.p_table_hover_light div.column_3:hover, div.p_table_1_16.p_table_hover_light div.column_4:hover, div.p_table_1_16.p_table_hover_light div.active_column, div.p_table_1_16.p_table_hover_light div.active_column:hover,
div.p_table_1_17.p_table_hover_light div.column_1:hover, div.p_table_1_17.p_table_hover_light div.column_2:hover, div.p_table_1_17.p_table_hover_light div.column_3:hover, div.p_table_1_17.p_table_hover_light div.column_4:hover, div.p_table_1_17.p_table_hover_light div.active_column, div.p_table_1_17.p_table_hover_light div.active_column:hover,
div.p_table_1_18.p_table_hover_light div.column_1:hover, div.p_table_1_18.p_table_hover_light div.column_2:hover, div.p_table_1_18.p_table_hover_light div.column_3:hover, div.p_table_1_18.p_table_hover_light div.column_4:hover, div.p_table_1_18.p_table_hover_light div.active_column, div.p_table_1_18.p_table_hover_light div.active_column:hover
{
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
/* --- buttons --- */
div.p_table_1_13 a.sign_up,
div.p_table_1_13 a.sign_up:hover,
div.p_table_1_14 a.sign_up,
div.p_table_1_14 a.sign_up:hover,
div.p_table_1_15 a.sign_up,
div.p_table_1_15 a.sign_up:hover,
div.p_table_1_16 a.sign_up,
div.p_table_1_16 a.sign_up:hover,
div.p_table_1_17 a.sign_up,
div.p_table_1_17 a.sign_up:hover,
div.p_table_1_18 a.sign_up,
div.p_table_1_18 a.sign_up:hover
{
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	text-shadow: none;
	font-weight: normal;
	color: #FFF;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
/* --- radius --- */
div.p_table_1_13 .radius5_topleft,
div.p_table_1_14 .radius5_topleft,
div.p_table_1_15 .radius5_topleft,
div.p_table_1_16 .radius5_topleft,
div.p_table_1_17 .radius5_topleft,
div.p_table_1_18 .radius5_topleft,
div.p_table_1_13 .radius5_topright,
div.p_table_1_14 .radius5_topright,
div.p_table_1_15 .radius5_topright,
div.p_table_1_16 .radius5_topright,
div.p_table_1_17 .radius5_topright,
div.p_table_1_18 .radius5_topright
{
	border-radius: 0 ;
	-moz-border-radius: 0 ;
	-webkit-border-radius: 0 ;
}
/* --- footer --- */
div.p_table_1_13 li.footer_row,
div.p_table_1_14 li.footer_row,
div.p_table_1_15 li.footer_row,
div.p_table_1_16 li.footer_row,
div.p_table_1_17 li.footer_row,
div.p_table_1_18 li.footer_row
{
	border-color: #E0E0E0;
}

/* ============ Style 13 ============= */
/* ========== COLUMN STYLE 1  ========== */
/* --- header row 1 ---  */
div.p_table_1_13 div.column_1 li.header_row_1
	{
	background: #5EC2EA ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_13 div.column_1 li.header_row_2
	{
	background: #6ACAED ;
	}
	
/* ========== COLUMN STYLE 2  ========== */
/* --- header row 1 ---  */
div.p_table_1_13 div.column_2 li.header_row_1
	{
	background: #36A6DF ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_13 div.column_2 li.header_row_2
	{
	background: #42B3E5 ;
	}
	
/* ========== COLUMN STYLE 3  ========== */
/* --- header row 1 ---  */
div.p_table_1_13 div.column_3 li.header_row_1
	{
	background: #0274C4 ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_13 div.column_3 li.header_row_2
	{
	background: #0384CE ;
	}
	
/* ========== COLUMN STYLE 4  ========== */
/* --- header row 1 ---  */
div.p_table_1_13 div.column_4 li.header_row_1
	{
	background: #274894 ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_13 div.column_4 li.header_row_2
	{
	background: #3156A3 ;
	}

/* ========== COLUMN STYLE 4  ========== */
/* --- header row 1 ---  */
div.p_table_1_13 div.column_5 li.header_row_1
	{
	background: #274894 ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_13 div.column_5 li.header_row_2
	{
	background: #3156A3 ;
	}


/* ========== COLUMN STYLE 4  ========== */
/* --- header row 1 ---  */
div.p_table_1_13 div.column_6 li.header_row_1
	{
	background: #274894 ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_13 div.column_6 li.header_row_2
	{
	background: #3156A3 ;
	}


/* ========== COLUMN STYLE 4  ========== */
/* --- header row 1 ---  */
div.p_table_1_13 div.column_7 li.header_row_1
	{
	background: #274894 ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_13 div.column_7 li.header_row_2
	{
	background: #3156A3 ;
	}

/* --- buttons --- */
div.p_table_1_13 div.column_1 a.sign_up
{
	background: #6ACAED;
	border-color: #6ACAED;
}
div.p_table_1_13 div.column_2 a.sign_up
{
	background: #42B3E5;
	border-color: #42B3E5;
}
div.p_table_1_13 div.column_3 a.sign_up
{
	background: #0384CE;
	border-color: #0384CE;
}
div.p_table_1_13 div.column_4 a.sign_up
{
	background: #3156A3;
	border-color: #3156A3;
}
div.p_table_1_13 div.column_5 a.sign_up
{
	background: #3156A3;
	border-color: #3156A3;
}
div.p_table_1_13 div.column_6 a.sign_up
{
	background: #3156A3;
	border-color: #3156A3;
}

div.p_table_1_13 div.column_7 a.sign_up
{
	background: #3156A3;
	border-color: #3156A3;
}

/* ============ Style 14 ============= */
/* ========== COLUMN STYLE 1  ========== */
/* --- header row 1 ---  */
div.p_table_1_14 div.column_1 li.header_row_1
	{
	background: #96C442 ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_14 div.column_1 li.header_row_2
	{
	background: #A2CC4D ;
	}
	
/* ========== COLUMN STYLE 2  ========== */
/* --- header row 1 ---  */
div.p_table_1_14 div.column_2 li.header_row_1
	{
	background: #6CAD31 ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_14 div.column_2 li.header_row_2
	{
	background: #7CBA3D ;
	}
	
/* ========== COLUMN STYLE 3  ========== */
/* --- header row 1 ---  */
div.p_table_1_14 div.column_3 li.header_row_1
	{
	background: #379234 ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_14 div.column_3 li.header_row_2
	{
	background: #43A140 ;
	}
	
/* ========== COLUMN STYLE 4  ========== */
/* --- header row 1 ---  */
div.p_table_1_14 div.column_4 li.header_row_1
	{
	background: #00722D ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_14 div.column_4 li.header_row_2
	{
	background: #008238 ;
	}

/* ========== COLUMN STYLE 4  ========== */
/* --- header row 1 ---  */
div.p_table_1_14 div.column_5 li.header_row_1
	{
	background: #00722D ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_14 div.column_5 li.header_row_2
	{
	background: #008238 ;
	}

/* ========== COLUMN STYLE 4  ========== */
/* --- header row 1 ---  */
div.p_table_1_14 div.column_6 li.header_row_1
	{
	background: #00722D ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_14 div.column_6 li.header_row_2
	{
	background: #008238 ;
	}

/* ========== COLUMN STYLE 4  ========== */
/* --- header row 1 ---  */
div.p_table_1_14 div.column_7 li.header_row_1
	{
	background: #00722D ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_14 div.column_7 li.header_row_2
	{
	background: #008238 ;
	}

/* --- buttons --- */
div.p_table_1_14 div.column_1 a.sign_up
{
	background: #A2CC4D;
	border-color: #A2CC4D;
}
div.p_table_1_14 div.column_2 a.sign_up
{
	background: #7CBA3D;
	border-color: #7CBA3D;
}
div.p_table_1_14 div.column_3 a.sign_up
{
	background: #43A140;
	border-color: #43A140;
}
div.p_table_1_14 div.column_4 a.sign_up
{
	background: #008238;
	border-color: #008238;
}

div.p_table_1_14 div.column_5 a.sign_up
{
	background: #008238;
	border-color: #008238;
}

div.p_table_1_14 div.column_6 a.sign_up
{
	background: #008238;
	border-color: #008238;
}

div.p_table_1_14 div.column_7 a.sign_up
{
	background: #008238;
	border-color: #008238;
}

/* ============ Style 15 ============= */
/* ========== COLUMN STYLE 1  ========== */
/* --- header row 1 ---  */
div.p_table_1_15 div.column_1 li.header_row_1
	{
	background: #FEB80D ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_15 div.column_1 li.header_row_2
	{
	background: #FEC110 ;
	}
	
/* ========== COLUMN STYLE 2  ========== */
/* --- header row 1 ---  */
div.p_table_1_15 div.column_2 li.header_row_1
	{
	background: #FF9A00 ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_15 div.column_2 li.header_row_2
	{
	background: #FFA800 ;
	}
	
/* ========== COLUMN STYLE 3  ========== */
/* --- header row 1 ---  */
div.p_table_1_15 div.column_3 li.header_row_1
	{
	background: #EE6800 ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_15 div.column_3 li.header_row_2
	{
	background: #F17800 ;
	}
	
/* ========== COLUMN STYLE 4  ========== */
/* --- header row 1 ---  */
div.p_table_1_15 div.column_4 li.header_row_1
	{
	background: #C13815 ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_15 div.column_4 li.header_row_2
	{
	background: #CB451B ;
	}


/* ========== COLUMN STYLE 4  ========== */
/* --- header row 1 ---  */
div.p_table_1_15 div.column_5 li.header_row_1
	{
	background: #C13815 ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_15 div.column_5 li.header_row_2
	{
	background: #CB451B ;
	}
	
	/* ========== COLUMN STYLE 4  ========== */
/* --- header row 1 ---  */
div.p_table_1_15 div.column_6 li.header_row_1
	{
	background: #C13815 ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_15 div.column_6 li.header_row_2
	{
	background: #CB451B ;
	}
	
	/* ========== COLUMN STYLE 4  ========== */
/* --- header row 1 ---  */
div.p_table_1_15 div.column_7 li.header_row_1
	{
	background: #C13815 ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_15 div.column_7 li.header_row_2
	{
	background: #CB451B ;
	}
/* --- buttons --- */
div.p_table_1_15 div.column_1 a.sign_up
{
	background: #FEC110;
	border-color: #FEC110;
}
div.p_table_1_15 div.column_2 a.sign_up
{
	background: #FFA800;
	border-color: #FFA800;
}
div.p_table_1_15 div.column_3 a.sign_up
{
	background: #F17800;
	border-color: #F17800;
}
div.p_table_1_15 div.column_4 a.sign_up
{
	background: #CB451B;
	border-color: #CB451B;
}

div.p_table_1_15 div.column_4 a.sign_up
{
	background: #CB451B;
	border-color: #CB451B;
}
div.p_table_1_15 div.column_5 a.sign_up
{
	background: #CB451B;
	border-color: #CB451B;
}
div.p_table_1_15 div.column_6 a.sign_up
{
	background: #CB451B;
	border-color: #CB451B;
}
div.p_table_1_15 div.column_7 a.sign_up
{
	background: #CB451B;
	border-color: #CB451B;
}

/* ============ Style 16 ============= */
/* ========== COLUMN STYLE 1  ========== */
/* --- header row 1 ---  */
div.p_table_1_16 div.column_1 li.header_row_1
	{
	background: #F9814C ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_16 div.column_1 li.header_row_2
	{
	background: #FA8E57 ;
	}
	
/* ========== COLUMN STYLE 2  ========== */
/* --- header row 1 ---  */
div.p_table_1_16 div.column_2 li.header_row_1
	{
	background: #F0653B ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_16 div.column_2 li.header_row_2
	{
	background: #F37548 ;
	}
	
/* ========== COLUMN STYLE 3  ========== */
/* --- header row 1 ---  */
div.p_table_1_16 div.column_3 li.header_row_1
	{
	background: #D3442C ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_16 div.column_3 li.header_row_2
	{
	background: #DB5237 ;
	}
	
/* ========== COLUMN STYLE 4  ========== */
/* --- header row 1 ---  */
div.p_table_1_16 div.column_4 li.header_row_1
	{
	background: #B42A1F ;
	}
	
	
	
/* --- header row 2 ---  */
div.p_table_1_16 div.column_4 li.header_row_2
	{
	background: #C03427 ;
	}
	
	div.p_table_1_16 div.column_4 li.header_row_1
	{
	background: #B42A1F ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_16 div.column_4 li.header_row_2
	{
	background: #C03427 ;
	}


div.p_table_1_16 div.column_4 li.header_row_1
	{
	background: #B42A1F ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_16 div.column_4 li.header_row_2
	{
	background: #C03427 ;
	}



/* --- buttons --- */
div.p_table_1_16 div.column_1 a.sign_up
{
	background: #FA8E57;
	border-color: #FA8E57;
}
div.p_table_1_16 div.column_2 a.sign_up
{
	background: #F37548;
	border-color: #F37548;
}
div.p_table_1_16 div.column_3 a.sign_up
{
	background: #DB5237;
	border-color: #DB5237;
}
div.p_table_1_16 div.column_4 a.sign_up
{
	background: #C03427;
	border-color: #C03427;
}

/* ============ Style 17 ============= */
/* ========== COLUMN STYLE 1  ========== */
/* --- header row 1 ---  */
div.p_table_1_17 div.column_1 li.header_row_1
	{
	background: #35BED0 ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_17 div.column_1 li.header_row_2
	{
	background: #3EC7D7 ;
	}
	
/* ========== COLUMN STYLE 2  ========== */
/* --- header row 1 ---  */
div.p_table_1_17 div.column_2 li.header_row_1
	{
	background: #00A9C2 ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_17 div.column_2 li.header_row_2
	{
	background: #00B6CC ;
	}
	
/* ========== COLUMN STYLE 3  ========== */
/* --- header row 1 ---  */
div.p_table_1_17 div.column_3 li.header_row_1
	{
	background: #0087A8 ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_17 div.column_3 li.header_row_2
	{
	background: #0097B5 ;
	}
	
/* ========== COLUMN STYLE 4  ========== */
/* --- header row 1 ---  */
div.p_table_1_17 div.column_4 li.header_row_1
	{
	background: #005778 ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_17 div.column_4 li.header_row_2
	{
	background: #006688 ;
	}

/* --- buttons --- */
div.p_table_1_17 div.column_1 a.sign_up
{
	background: #3EC7D7;
	border-color: #3EC7D7;
}
div.p_table_1_17 div.column_2 a.sign_up
{
	background: #00B6CC;
	border-color: #00B6CC;
}
div.p_table_1_17 div.column_3 a.sign_up
{
	background: #0097B5;
	border-color: #0097B5;
}
div.p_table_1_17 div.column_4 a.sign_up
{
	background: #006688;
	border-color: #006688;
}

/* ============ Style 18 ============= */
/* ========== COLUMN STYLE 1  ========== */
/* --- header row 1 ---  */
div.p_table_1_18 div.column_1 li.header_row_1
	{
	background: #A18DCB ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_18 div.column_1 li.header_row_2
	{
	background: #AC99D2 ;
	}
	
/* ========== COLUMN STYLE 2  ========== */
/* --- header row 1 ---  */
div.p_table_1_18 div.column_2 li.header_row_1
	{
	background: #8177B9 ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_18 div.column_2 li.header_row_2
	{
	background: #9187C4 ;
	}
	
/* ========== COLUMN STYLE 3  ========== */
/* --- header row 1 ---  */
div.p_table_1_18 div.column_3 li.header_row_1
	{
	background: #5959A6 ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_18 div.column_3 li.header_row_2
	{
	background: #6969B3 ;
	}
	
/* ========== COLUMN STYLE 4  ========== */
/* --- header row 1 ---  */
div.p_table_1_18 div.column_4 li.header_row_1
	{
	background: #323F84 ;
	}
	
/* --- header row 2 ---  */
div.p_table_1_18 div.column_4 li.header_row_2
	{
	background: #3E4C94 ;
	}

/* --- buttons --- */
div.p_table_1_18 div.column_1 a.sign_up
{
	background: #AC99D2;
	border-color: #AC99D2;
}
div.p_table_1_18 div.column_2 a.sign_up
{
	background: #9187C4;
	border-color: #9187C4;
}
div.p_table_1_18 div.column_3 a.sign_up
{
	background: #6969B3;
	border-color: #6969B3;
}
div.p_table_1_18 div.column_4 a.sign_up
{
	background: #3E4C94;
	border-color: #3E4C94;
}
	
/* --- vertical align --- */
div.p_table_1 li span.css3_grid_vertical_align_table
{
	display: table;
	width: 100%;
	height: 100%;
	padding: 0 ;
}
div.p_table_1 li span.css3_grid_vertical_align
{
	display: table-cell;
	vertical-align: middle;
	padding: 0 ;
	text-align:center;
}
/* ========== NAVIGATION ARROWS  ========== */
.css3_grid_slider_container
{
	/*display: table-row;*/
	border-collapse: collapse;
}
.css3_grid_slider_container div.p_table_1, .css3_grid_slider_container div.p_table_2
{
	display: table-cell;
}
.css3_grid_arrow_area
{
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	padding: 0 20px;
}
a.css3_grid_slide_button_prev, a.css3_grid_slide_button_next
{
	float: left;
	background-image: url("https://www.webdesignersofindia.com/img/navigation_map.png") ;
	background-repeat: no-repeat;
	background-position: 0 0;
	border: none;
	outline: none;
}
a.css3_grid_slide_button_prev:hover, a.css3_grid_slide_button_next:hover
{
	text-decoration: none ;
	border: none;
}
/* --- style 1 --- */
a.css3_grid_slide_button_prev.css3_grid_slide_button_style1,
a.css3_grid_slide_button_next.css3_grid_slide_button_style1
{
	width: 21px;
	height: 21px;
}
a.css3_grid_slide_button_next.css3_grid_slide_button_style1
{
	background-position: -21px 0;
}
a.css3_grid_slide_button_prev.css3_grid_slide_button_style1:hover
{
	background-position: 0 -21px;
}
a.css3_grid_slide_button_next.css3_grid_slide_button_style1:hover
{
	background-position: -21px -21px;
}
/* --- style 2 --- */
a.css3_grid_slide_button_prev.css3_grid_slide_button_style2,
a.css3_grid_slide_button_next.css3_grid_slide_button_style2,
a.css3_grid_slide_button_prev.css3_grid_slide_button_style4,
a.css3_grid_slide_button_next.css3_grid_slide_button_style4
{
	width: 29px;
	height: 29px;
}
a.css3_grid_slide_button_prev.css3_grid_slide_button_style2
{
	background-position: 0 -52px;
}
a.css3_grid_slide_button_next.css3_grid_slide_button_style2
{
	background-position: -29px -52px;
}
a.css3_grid_slide_button_prev.css3_grid_slide_button_style2:hover
{
	background-position: 0 -81px;
}
a.css3_grid_slide_button_next.css3_grid_slide_button_style2:hover
{
	background-position: -29px -81px;
}
/* --- style 3 --- */
a.css3_grid_slide_button_prev.css3_grid_slide_button_style3,
a.css3_grid_slide_button_next.css3_grid_slide_button_style3
{
	width: 25px;
	height: 49px;
}
a.css3_grid_slide_button_prev.css3_grid_slide_button_style3
{
	background-position: 0 -120px;
}
a.css3_grid_slide_button_next.css3_grid_slide_button_style3
{
	background-position: -25px -120px;
}
a.css3_grid_slide_button_prev.css3_grid_slide_button_style3:hover
{
	background-position: 0 -169px;
}
a.css3_grid_slide_button_next.css3_grid_slide_button_style3:hover
{
	background-position: -25px -169px;
}
/* --- style 4 --- */
a.css3_grid_slide_button_prev.css3_grid_slide_button_style4
{
	background-position: 0 -228px;
}
a.css3_grid_slide_button_next.css3_grid_slide_button_style4
{
	background-position: -29px -228px;
}
a.css3_grid_slide_button_prev.css3_grid_slide_button_style4:hover
{
	background-position: 0 -257px;
}
a.css3_grid_slide_button_next.css3_grid_slide_button_style4:hover
{
	background-position: -29px -257px;
}
/* --- style 5 --- */
a.css3_grid_slide_button_prev.css3_grid_slide_button_style5,
a.css3_grid_slide_button_next.css3_grid_slide_button_style5
{
	width: 24px;
	height: 47px;
}
a.css3_grid_slide_button_prev.css3_grid_slide_button_style5
{
	background-position: 0 -296px;
}
a.css3_grid_slide_button_next.css3_grid_slide_button_style5
{
	background-position: -24px -296px;
}
a.css3_grid_slide_button_prev.css3_grid_slide_button_style5:hover
{
	background-position: 0 -343px;
}
a.css3_grid_slide_button_next.css3_grid_slide_button_style5:hover
{
	background-position: -24px -343px;
}
/* --- style 6 --- */
a.css3_grid_slide_button_prev.css3_grid_slide_button_style6,
a.css3_grid_slide_button_next.css3_grid_slide_button_style6
{
	width: 41px;
	height: 41px;
}
a.css3_grid_slide_button_prev.css3_grid_slide_button_style6
{
	background-position: 0 -400px;
}
a.css3_grid_slide_button_next.css3_grid_slide_button_style6
{
	background-position: -41px -400px;
}
a.css3_grid_slide_button_prev.css3_grid_slide_button_style6:hover
{
	background-position: 0 -441px;
}
a.css3_grid_slide_button_next.css3_grid_slide_button_style6:hover
{
	background-position: -41px -441px;
}
/* --- style 7 --- */
a.css3_grid_slide_button_prev.css3_grid_slide_button_style7,
a.css3_grid_slide_button_next.css3_grid_slide_button_style7,
a.css3_grid_slide_button_prev.css3_grid_slide_button_style8,
a.css3_grid_slide_button_next.css3_grid_slide_button_style8,
a.css3_grid_slide_button_prev.css3_grid_slide_button_style9,
a.css3_grid_slide_button_next.css3_grid_slide_button_style9,
a.css3_grid_slide_button_prev.css3_grid_slide_button_style10,
a.css3_grid_slide_button_next.css3_grid_slide_button_style10
{
	width: 35px;
	height: 35px;
}
a.css3_grid_slide_button_prev.css3_grid_slide_button_style7
{
	background-position: 0 -492px;
}
a.css3_grid_slide_button_next.css3_grid_slide_button_style7
{
	background-position: -35px -492px;
}
a.css3_grid_slide_button_prev.css3_grid_slide_button_style7:hover
{
	background-position: 0 -527px;
}
a.css3_grid_slide_button_next.css3_grid_slide_button_style7:hover
{
	background-position: -35px -527px;
}
/* --- style 8 --- */
a.css3_grid_slide_button_prev.css3_grid_slide_button_style8
{
	background-position: 0 -572px;
}
a.css3_grid_slide_button_next.css3_grid_slide_button_style8
{
	background-position: -35px -572px;
}
a.css3_grid_slide_button_prev.css3_grid_slide_button_style8:hover
{
	background-position: 0 -607px;
}
a.css3_grid_slide_button_next.css3_grid_slide_button_style8:hover
{
	background-position: -35px -607px;
}
/* --- style 9 --- */
a.css3_grid_slide_button_prev.css3_grid_slide_button_style9
{
	background-position: 0 -652px;
}
a.css3_grid_slide_button_next.css3_grid_slide_button_style9
{
	background-position: -35px -652px;
}
a.css3_grid_slide_button_prev.css3_grid_slide_button_style9:hover
{
	background-position: 0 -687px;
}
a.css3_grid_slide_button_next.css3_grid_slide_button_style9:hover
{
	background-position: -35px -687px;
}
/* --- style 10 --- */
a.css3_grid_slide_button_prev.css3_grid_slide_button_style10
{
	background-position: 0 -732px;
}
a.css3_grid_slide_button_next.css3_grid_slide_button_style10
{
	background-position: -35px -732px;
}
a.css3_grid_slide_button_prev.css3_grid_slide_button_style10:hover
{
	background-position: 0 -767px;
}
a.css3_grid_slide_button_next.css3_grid_slide_button_style10:hover
{
	background-position: -35px -767px;
}
/* ========== PAGINATION  ========== */
.css3_grid_pagination
{
	text-align: center;
	padding: 20px 0;
}
.css3_grid_pagination span
{
	display: none;
}
.css3_grid_pagination a
{
	display: inline-block;
	background-image: url("https://www.webdesignersofindia.com/img/navigation_map.png") ;
	background-repeat: no-repeat;
	margin-left: 3px;
	border: none;
}
.css3_grid_pagination a:hover
{
	border: none;
}
.css3_grid_pagination a:first-child
{
	margin-left: 0;
}
.css3_grid_pagination.css3_grid_pagination_style1 a
{
	width: 9px;
	height: 9px;
	background-position: 0 -812px;
}
.css3_grid_pagination.css3_grid_pagination_style1 a:hover,
.css3_grid_pagination.css3_grid_pagination_style1 a.selected
{
	background-position: 0 -821px;
}
.css3_grid_pagination.css3_grid_pagination_style2 a
{
	width: 11px;
	height: 11px;
	background-position: -19px -812px;
}
.css3_grid_pagination.css3_grid_pagination_style2 a:hover,
.css3_grid_pagination.css3_grid_pagination_style2 a.selected
{
	background-position: -19px -823px;
}
.css3_grid_pagination.css3_grid_pagination_style3 a
{
	width: 20px;
	height: 3px;
	background-position: -40px -812px;
}
.css3_grid_pagination.css3_grid_pagination_style3 a:hover,
.css3_grid_pagination.css3_grid_pagination_style3 a.selected
{
	background-position: -40px -815px;
}
/* ========== HIDDEN ROW  ========== */
div.p_table_1 li.css3_grid_hidden_row
{
	opacity: 1;  
	-moz-transition: all 0.25s cubic-bezier(0.35, 0, 0.35, 1);  /* FF4+ */
	-o-transition: all 0.25s cubic-bezier(0.35, 0, 0.35, 1); /* Opera 10.5+ */
	-webkit-transition: all 0.25s cubic-bezier(0.35, 0, 0.35, 1);  /* Saf3.2+, Chrome */
	-ms-transition: all 0.25s cubic-bezier(0.35, 0, 0.35, 1);  /* IE9 */
	transition: all 0.25s cubic-bezier(0.35, 0, 0.35, 1);   /* W3C */
}
div.p_table_1.css3_grid_clearfix div li.css3_grid_hidden_row.css3_grid_hide,
div.p_table_1.css3_grid_clearfix div:hover li.css3_grid_hidden_row.css3_grid_hide
{
	opacity: 0;
	height: 0 ;
	padding: 0 ;
}
div.p_table_1 .css3_grid_hidden_rows_control
{
	clear: both;
	float: left;
	width: 100%;
	margin-top: 20px ;
}
.css3_grid_hidden_rows_control .css3_grid_hide
{
	display: none;
}
div.p_table_1 .css3_grid_hidden_rows_control span
{
	font-family: arial;
	font-weight: bold ;
	color: #444444 ;
}

div.p_table_1 .blu1 span
	{
	font-family: 'Yanone Kaffeesatz', arial, sans-serif ;
	font-size:75%;
	border: none ;
	font-weight: normal ;
  
	background: none ;
	text-align:left;
	padding:2%;
	}
	div.p_table_1_1 .blu1 span
	{
	color: #5bc2d4 ;
	}
		@media only screen and (min-width:320px)
	{
		div.p_table_1_1 .blu span
	{
	color: #5bc2d4 ;
	font-size:85%;
	}
	}
	@media only screen and (min-width:768px)
	{
		div.p_table_1_1 .blu span
	{
	color: #5bc2d4 ;
	font-size:85%;
	}
	}