@charset "UTF-8";
/* CSS Document */
*{margin:0;padding:0;}

ol
{
  padding-left:20px;
	}

ul
{
  padding-left:20px;
	}

a
{
	text-decoration:none;
	color:#003300;
	}
	
a:hover
{
	text-decoration:none;
	color:#003300;
		}	

.button
{
	
	height:50px;
	border-bottom :#eeeeee solid 1px;
}

.menu_button
{
	/*padding-top:5px;
	padding-bottom:5px; */
	border-bottom :#eeeeee solid 1px;
}


.news_list
{
	min-height:36px;
	border-bottom :#eeeeee solid 1px;
	padding:5px;
	
}




.button:before
{
	  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
	}

.text
{
  display: inline-block;
  vertical-align: middle;
}



.icon
{
	float:left;
	border:none;
	}

.header
{
	width:100%;
	position:fixed;
	top:0px;
	z-index:2000;
	}


.header_place_holder
{
	width:100%;
	position:relative;

	}


	.movie_content
{
		padding:0px;
		font-size:16px;
		color:#333;
		text-align:center;
}	
.content
{
		padding:15px;
		line-height:21px;
		color:#333;
}	

.content img
{
   max-width:300px;
display: block;
    margin-left: auto;
    margin-right: auto;	   
}	


.content p
{
	margin-top:10px;
	}


.sitemap_icon
{
	width:50px;
	height:50px;
	position:absolute;
	right: 10px;
	top:5px;
	}


.settings
{
	width:50px;
	height:50px;
	position:absolute;
	right: 60px;
	top:5px;
	}

.back
{
	width:50px;
	height:50px;
	position:absolute;
	left: 10px;
	top:5px;
	}	
.demo-code{ background-color:#ffffff; border:1px solid #333333; display:block; padding:10px;}
.option-table td{ border-bottom:1px solid #eeeeee;}


.movie_item
{
	
	width:120px;
	height:150px;
	border:#cccccc 1px solid;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	cursor:pointer;
	background-color:#FFFFFF;
	text-decoration:none;
}

.movie_item:hover
{

		-moz-box-shadow: 0px 3px 8px #444;
	-webkit-box-shadow: 0px 3px 8px #444;
	box-shadow: 0px 3px 8px #444;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=, Direction=135, Color='#444444')";
	

}

.movie_item ul
{
	position:absolute;
	background: url(images/movie_grad.png) 0 0;
	background-repeat: no-repeat;
	width:120px;
	height:14px;
	margin-top:71px;
}


.movie_item span
{
	margin:5px;
	font-size:12px;
	color:#333;
	text-decoration:none;
}

.movie_grad
{
	position:absolute;
	background: url(images/movie_grad.png) 0 0;
	background-repeat: no-repeat;
	width:120px;
	height:14px;
	margin-top:71px;
}

.my_table
{
	border-collapse:collapse;
	border:1px solid #999;
	font-size:12px;

	color:#333333;

	}
.my_table td
{
	border-collapse:collapse;
	border:1px solid #999;
	    line-height:18px;
			padding:5px;
	}	
	
	
.my_table_no_border
{
	border-collapse:collapse;
	border:none;
	font-size:12px;

	color:#333333;

	}
.my_table_no_border td
{
	border-collapse:collapse;
	border:none;
	    line-height:18px;
			padding:5px;
	}		

.content_text
{

	line-height:23px;
	color:#333333;
}



.content_text li
{
	color:#333333;
	list-style-type:decimal;
	margin-left:30px;
}

.content_text ul li
{
	color:#333333;
	list-style-type:circle;
	margin-left:30px;
}


.content_text ol
{
	color:#333333;
	list-style-type:circle;
	margin-left:30px;
}




	
	.content_text2
{
	line-height:23px;
	color:#333333;
	list-style-type:decimal;
	margin-left:30px;
}


.content_text2 ol li
{
	color:#333333;
	list-style-type:lower-alpha;
	margin-left:30px;
}

.content_text2 ol li ol
{
	color:#333333;
	list-style-type:lower-roman;
	margin-left:30px;
}

.content_text2 ol li ol li
{
	color:#333333;
	list-style-type:lower-roman;
	margin-left:30px;
}

.disc_style
{
	color:#333333;
	list-style-type:disc;
	margin-left:30px;
	line-height:24px;
}

.image_border
{
	margin:5px;
	border:#cccccc 1px solid;
	background-color:#FFFFFF;
	padding:5px;
	}
	
.pdf_icon
{
	background: url(../images/image_sprite.png) 0px -704px;
	background-repeat: no-repeat;
	width:40px;
	height:40px;
	font-size:14px;
	text-indent:45px;
	color:#003333;
	line-height:41px;

	text-decoration:none;
}