/* ============ Style 1 ============= */
/* ========== HEADINGS  ========== */
div.p_table_1_1 h1.col1,
div.p_table_1_1 h1.col2,
div.p_table_1_1 h1.col3,
div.p_table_1_1 h1.col4
	{
	color: #808080 !important;
	}
	
div.p_table_1_1 h1 span
	{
	color: #5bc2d4 !important;
	}
	
div.p_table_1_1 h2.col1,
div.p_table_1_1 h2.col2,
div.p_table_1_1 h2.col3,
div.p_table_1_1 h2.col4
	{
	color: #808080 !important;
	}
	
div.p_table_1_1 h2.caption
	{
	color: #808080 !important;
	}		
	
div.p_table_1_1 h2.caption span
	{
	color: #5bc2d4 !important;
	text-shadow: none !important;
	}	
	
div.p_table_1_1 h3.col1,
div.p_table_1_1 h3.col2,
div.p_table_1_1 h3.col3,
div.p_table_1_1 h3.col4
	{
	color: #808080 !important;
	}
	
/* ========== 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-color: #353535 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #424242, #2b2b2b) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#424242', endColorstr='#2b2b2b') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#424242', endColorstr='#2b2b2b') !important; /* IE8 */
	background: -ms-linear-gradient(top, #424242, #2b2b2b) !important; /* IE9 */
	background: -moz-linear-gradient(top, #424242, #2b2b2b) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #424242, #2b2b2b) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #424242, #2b2b2b) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #424242), color-stop(1, #2b2b2b)) !important; /* Chrome 10, Safari */	
	}
	
/* --- 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 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #363636, #1f1f1f) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#363636', endColorstr='#1f1f1f') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#363636', endColorstr='#1f1f1f') !important; /* IE8 */
	background: -ms-linear-gradient(top, #363636, #1f1f1f) !important; /* IE9 */
	background: -moz-linear-gradient(top, #363636, #1f1f1f) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #363636, #1f1f1f) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #363636, #1f1f1f) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #363636), color-stop(1, #1f1f1f)) !important; /* 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 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #424242, #2b2b2b) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#424242', endColorstr='#2b2b2b') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#424242', endColorstr='#2b2b2b') !important; /* IE8 */
	background: -ms-linear-gradient(top, #424242, #2b2b2b) !important; /* IE9 */
	background: -moz-linear-gradient(top, #424242, #2b2b2b) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #424242, #2b2b2b) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #424242, #2b2b2b) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #424242), color-stop(1, #2b2b2b)) !important; /* 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 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #363636, #1f1f1f) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#363636', endColorstr='#1f1f1f') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#363636', endColorstr='#1f1f1f') !important; /* IE8 */
	background: -ms-linear-gradient(top, #363636, #1f1f1f) !important; /* IE9 */
	background: -moz-linear-gradient(top, #363636, #1f1f1f) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #363636, #1f1f1f) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #363636, #1f1f1f) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #363636), color-stop(1, #1f1f1f)) !important; /* Chrome 10, Safari */	
	}
	
/* ========== 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 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #424242, #2b2b2b) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#424242', endColorstr='#2b2b2b') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#424242', endColorstr='#2b2b2b') !important; /* IE8 */
	background: -ms-linear-gradient(top, #424242, #2b2b2b) !important; /* IE9 */
	background: -moz-linear-gradient(top, #424242, #2b2b2b) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #424242, #2b2b2b) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #424242, #2b2b2b) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #424242), color-stop(1, #2b2b2b)) !important; /* 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 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #363636, #1f1f1f) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#363636', endColorstr='#1f1f1f') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#363636', endColorstr='#1f1f1f') !important; /* IE8 */
	background: -ms-linear-gradient(top, #363636, #1f1f1f) !important; /* IE9 */
	background: -moz-linear-gradient(top, #363636, #1f1f1f) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #363636, #1f1f1f) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #363636, #1f1f1f) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #363636), color-stop(1, #1f1f1f)) !important; /* 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 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #424242, #2b2b2b) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#424242', endColorstr='#2b2b2b') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#424242', endColorstr='#2b2b2b') !important; /* IE8 */
	background: -ms-linear-gradient(top, #424242, #2b2b2b) !important; /* IE9 */
	background: -moz-linear-gradient(top, #424242, #2b2b2b) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #424242, #2b2b2b) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #424242, #2b2b2b) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #424242), color-stop(1, #2b2b2b)) !important; /* 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 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #363636, #1f1f1f) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#363636', endColorstr='#1f1f1f') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#363636', endColorstr='#1f1f1f') !important; /* IE8 */
	background: -ms-linear-gradient(top, #363636, #1f1f1f) !important; /* IE9 */
	background: -moz-linear-gradient(top, #363636, #1f1f1f) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #363636, #1f1f1f) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #363636, #1f1f1f) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #363636), color-stop(1, #1f1f1f)) !important; /* Chrome 10, Safari */	
	}
	
/* ========== 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 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #424242, #2b2b2b) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#424242', endColorstr='#2b2b2b') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#424242', endColorstr='#2b2b2b') !important; /* IE8 */
	background: -ms-linear-gradient(top, #424242, #2b2b2b) !important; /* IE9 */
	background: -moz-linear-gradient(top, #424242, #2b2b2b) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #424242, #2b2b2b) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #424242, #2b2b2b) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #424242), color-stop(1, #2b2b2b)) !important; /* 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;
	background-color: #353535 !important; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #363636, #1f1f1f) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#363636', endColorstr='#1f1f1f') !important; /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#363636', endColorstr='#1f1f1f') !important; /* IE8 */
	background: -ms-linear-gradient(top, #363636, #1f1f1f) !important; /* IE9 */
	background: -moz-linear-gradient(top, #363636, #1f1f1f) !important; /* Firefox */ 
	background: -o-linear-gradient(top, #363636, #1f1f1f) !important; /* Opera 11  */
	background: -webkit-linear-gradient(top, #363636, #1f1f1f) !important; /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #363636), color-stop(1, #1f1f1f)) !important; /* Chrome 10, Safari */	
	}