* {
	margin: 0px;
	padding: 0px;
}

@media print {	}

.text-coler-red {
	color:red;
}

#extented_description, #extended_date{
	display:none;
}
#show {
	height:0px;
	visibility:hidden;
	position:relative;
}

my-a {
	font-weight:bold;
	text-decoration: none;
}

my-img {
	border: none;
}

my-textarea, my-button, my-input {
	font-family: 'tahoma';
	font-size:25px;
	font-weight:bold;
	width: 280px;
}

my-label {
	margin:10px;
}

my-noscript {
	z-index:9999;
	width:100%;
	height:100%;
	background-color: white;
}

my-nav, my-ul, my-li {
	display: inline;
}

my-input[type=checkbox] {
	-webkit-appearance: checkbox;
	-webkit-transform: scale(2,2);
	-webkit-background-size: 20px 20px; /* shrink high resolution background */
	background: url("checkbox.png");
	background-repeat: no-repeat;
	padding: 5px;
	margin: 5px;
	height: 20px;   
	width: 20px;
	display: inline-block;
	border-radius: 5px;
}

#my-header-wrapper {
	margin: auto;
	width:100%;
	background-color: black;
}
#my-footer-wrapper {
	margin: auto;
	width:100%;
	background-color: black;
	position: relative;
}
#my-logo {
	text-align: center;
	width: 100%;
	z-index: 5;
	background: hsla(80, 90%, 40%, 0.7);
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#my-main-wrapper {
	margin: auto;
	max-width: 1280px;
	min-height: 100%;
	background-color: black;
}
#my-inner-wrapper {
	margin: auto;
	width: 100%;
	background-color: white;
}
#my-content-wrapper {
	margin: auto;
	width:100%;
	overflow:auto;
}
#my-navigation-box {
	display: inline;
	position: fixed;
	right: 0px;
	width: 3em;
	margin-top: +3em;
	bottom: 10%;
	z-index: 5;
	background: hsla(80, 90%, 40%, 0.7);
	color: white;
	font-weight: bold;
	font-size: large;
	text-align: left;
	padding: 0.5em 0.5em 0.5em 0.5em;
	box-shadow: 0 1px 3px black;
	border: solid hsla(80, 90%, 40%, 0.5);
	border-right: none;
	border-radius: 3em 3em 3em 3em;
}
#my-search-box {
	text-align: center;
	padding: 0.5em 0.5em 0.5em 0.5em;
	position: relative;
	margin-top: +1em;
}
#my-search-form {
	position: relative;
	width: 200px;
	display: inline;
	line-height: 0px;
	padding: 5px;
	
}
#my-search-input {
	position: relative;
	width: 200px;
	height: 50px;

}
#my-search-submit {
	position: relative;
	width: 50px;
	height: 50px;
	border : none;
	color : transparent;
	background: hsla(80, 90%, 40%, 0);
	background-position: 0px 0px;
	background-size: 100% 100%;
	background-origin: content-box;
    background-repeat: no-repeat;
	background-image: url("../images/search.png");
}
#my-copyright {
	padding: 20px;
	color: white;
	text-align: center;
}