﻿/* 
	1. global
	2. topPanel
	3. article
	4. footer
	5. video
*/
/* 1. global */
	body {
		font-size:14px;
		font-family:Arial, Helvetica, sans-serif;
		color:#000;
	}
	p {
		margin-bottom:8px;
		text-align:justify;
	}
	strong {
		font-weight:bold;
	}
	.msgResult 
	{
		font-weight:bold;
		color:#ca0203;
		text-align:right;
	}
/* 2. topPanel */
	#topPanel {
		background-color:#f7f7f7;	
		width:798px;
		border-left:1px solid #ccc;
		border-top:1px solid #ccc;
		border-right:1px solid #ccc;
		text-align:right;
		line-height:40px;
	}
	#topPanel a#print, #topPanel a#print:active, #topPanel a#print:visited {
		background:url(../img/article_toolbar_print.gif) right 2px no-repeat;
		padding:0 20px;
		margin:0 20px;
		color:#6a6060;
		font-size:15px;
		font-weight:bold;
		text-decoration:none;
	} #topPanel a#print:hover {
		color:#000;
		text-decoration:underline;
	}
	#topPanel a#send, #topPanel a#send:active, #topPanel a#send:visited {
		background:url(../img/article_toolbar_send.gif) right 2px no-repeat;
		padding:0 20px;
		margin:0 20px;
		color:#6a6060;
		font-size:15px;
		font-weight:bold;
		text-decoration:none;
	} #topPanel a#send:hover {
		color:#000;
		text-decoration:underline;
	}
/* 3. article */
	#divMainArtical	{
		background-color:#F7F7F7;
		border-left:solid 1px #ccc;
		border-right:solid 1px #ccc;
		border-bottom:solid 1px #ccc;
	}
	#divAtricalLeftImg
	{
		width:370px;
		float:right	
	}	
	#divAtricalLeftImg p
	{
		width:370px;
		float:right	
	}
	#divAtricalLeftImg2
	{
		width:220px;
		float:right	
	}	
	#divAtricalLeftImg2 p
	{
		width:380px;
		text-align:right;
		float:right	
	}
	#divAtricalRightImg
	{
		width:370px;
		float:left;	
	}	
	#divAtricalRightImg p
	{
		width:370px;
		float:left;	
	}
	#article50reasons {
		padding:20px;
		/*background:url(../img/articale50resons.jpg) left 500px no-repeat;*/
		border:solid 1px #ccc;
		background-color:White;
		margin:0 20px 20px 20px;
		width:715px;
	}
	#article50reasons h1 {
		font-size:24px;
		line-height:27px;
		color:#A6D247;
		font-weight:bold;
		
	}
	#articleIndex h1 {
		font-size:24px;
		line-height:20px;
		color:#A6D247;
		padding-right:20px;
		font-weight:bold;
		
	}
	#article50reasons h2 {
		font-size:17px;
		line-height:20px;
		color:#6a6060;
		font-weight:bold;
		margin:20px 0;
		text-align:right;
	}
	#article50reasons ol {
		margin-right:30px;
		text-align:right;
	}
	#article50reasons ol li {
		font-size:16px;
		color:#e56500;
		line-height:24px;
		list-style:decimal;
		font-weight:bold;
	}
	#article50reasons ol li span {
		font-size:14px;
		color:#000;
		font-weight:normal;
	}
	#article50reasonsCell {
		padding:20px;
		/*background:url(../img/articale50resons.jpg) left 500px no-repeat;*/
		border:solid 1px #ccc;
		background-color:White;
	}
	#article50reasonsCell h1 {
		font-size:24px;
		line-height:27px;
		color:#A6D247;
		font-weight:bold;
		
	}
	#spanWrittenBy a
	{
		text-decoration:underline;
		font-weight:bold;
		color:Blue;
	}
	.spanDownloadVideo a
	{
		text-decoration:underline;
		font-weight:bold;
		color:Blue;		
	}
	#article50reasonsCell h2 {
		font-size:17px;
		line-height:20px;
		color:#6a6060;
		font-weight:bold;
		margin:20px 0;
		text-align:right;
	}
	#article50reasonsCell ol {
		margin-right:30px;
		text-align:right;
	}
	#article50reasonsCell ol li {
		font-size:16px;
		color:#e56500;
		line-height:24px;
		list-style:decimal;
		font-weight:bold;
	}
	#article50reasonsCell ol li span {
		font-size:14px;
		color:#000;
		font-weight:normal;
	}
	div.divSeperator {
		clear:both;
		line-height:20px;
	}
	.imgSelected{
		opacity:0.4;
		filter:alpha(opacity=40);	
	}
	.divImgVideo
	{
		width:83px;
		text-align:center;	
	}
	.divSpaceImgVideo
	{
		padding:0 10px;	
	}
	.videoImg
	{
		cursor:hand;
		cursor:pointer;	
	}
/* 4. footer */

/* 5. video */
.divArticalWhitePlayer h1 {
	font-size:24px;
	line-height:27px;
	color:#A6D247;
	font-weight:bold;
	
}
.divArticalWhitePlayer h1 {
	font-size:24px;
	line-height:20px;
	color:#A6D247;
	padding-right:20px;
	font-weight:bold;
	
}
.divArticalWhitePlayer h2 {
	font-size:17px;
	line-height:20px;
	color:#6a6060;
	font-weight:bold;
	margin:20px 0;
	text-align:right;
}
.divArticalWhitePlayer ol {
	margin-right:30px;
	text-align:right;
}
.divArticalWhitePlayer ol li {
	font-size:16px;
	color:#e56500;
	line-height:24px;
	width:400px;
	list-style:decimal;
	font-weight:bold;
}
.divArticalWhitePlayer ol li span {
	font-size:14px;
	color:#000;
	font-weight:normal;
}
.divArticalWhitePlayer p {
	width:400px;
}
.divInfoPlayer p
{
	margin-right:30px;	
}
.divInfoPlayer a
{
	color:#E56500;	
}
