@charset utf-8;

	body {
		color:#000;
		background-color:#77D7B2;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:normal;
		margin:0;
		padding:0;
		height: 100%;
	}

	ul,ol,dl {
		margin:0;
		padding:0;
	}

	p {
		margin-top:0;
		padding-right:0;
		padding-left:0;
	}

	a img {
		border:none;
	}

	a:link,a:visited {
		color:#3e0101;
		text-decoration:none;
	}


	a:hover,a:active,a:focus {
		text-decoration:none;
		color:#F1F1F1;
	}

	.clearfloat {
		clear:both;
		height:0;
		font-size:1px;
		line-height:0;
	}

	.container {
		width:1101px;
		overflow:hidden;
		margin-right: auto;
		margin-left: auto;
		clear: both;
		min-height: 100%;
		height: 100%;
		height: auto !important;
	}

	#header_container {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		position: fixed;
		top: 0px;
		height: 40px;
		background-color: #dfdfdf;
		z-index: 10000;
	}
	
	#header_logo {
		position:fixed;
		top:0;
		left:0;
		width: 133px;
		height: 40px;
		background-color: #f00;
		background-image: url(https://netcells.net/_graphics/logosmall1.png);
		background-repeat: no-repeat;
		background-position: center center;
		display: block;
		float: left;
	}
	
	#header_credo {
		position:fixed;
		top:0;
		left:133px;
		height: 27px;
		font-family: "Lucida Grande", Verdana, Sans-serif;
		font-size: 0.9em;
		font-style: italic;
		letter-spacing: 7px;
		line-height: 12px;
		padding-top: 13px;
		padding-left: 10px;
	}
	
	.page_intro {
		float: left;
		width: 520px;
		font-size: .90em;
		line-height:1em;
		color:#555;
		padding: 1px 15px 16px 15px;
		border-bottom:#222 1px solid;
	}
	
	#header_time {
		padding-top: 13px;
		font-size: 12px;
		float: right;
		padding-right: 35px;
		color: gray;
		font-size:.65em;
	}

	#header_credo strong {
		font-weight: normal;
		color: #F00;
	}

	.headshadow { 
		position:fixed; left: 0; top: 40px; width: 100%; margin: 0px; z-index:1;
	}
	
	#content {
		/*position:fixed;*/
		background-color:#fefcfc;
	}

	.sidebar1 {
		position: fixed;
		top: 40px;
		left:0;
	} 
	
	#page_title {
		float: left;
		background-color: #5c65b9;
		padding: 4px 14px 5px 12px;
		color: #FFF;
		font-weight: bold;
		font-size: 18px;
		margin-bottom: 18px;
		font-style: italic;
		position:relative;
		left:-1px;
	}
	
	#page_title em {
		color: #d7fab7;
		font-size: 14px;
		font-weight: normal;
	}
	
	#text  {
		width:660px;
		margin-right:auto;
		margin-left:auto;
		font-weight: normal;
	}
	
	#right_menu {
		/*background-image:url(.http://alphacell.net/_html/images/right_menu.jpg); */
		float:right;
		position:fixed;
		width:223px;
		z-index: 100;
		right: 0px;
		margin-left: 10px;
		top: 85px;
	}

	#right_menu_box {
		float:right;
		position:fixed;
		width:220px;
		z-index: 100;
		right: 0px;
		margin-left: 10px;
		top: 85px;
		background-color: #77D7B2;  
		filter:alpha(opacity=73); opacity:0.73;
	}

	.menu_button {
		float:right;
		height:27px;
		width:208px;
		background-color:#c7c7c7;
		margin-bottom:5px;
		font-size:18px;
		padding-top:3px;
		padding-left:14px;
		color:#3e0101;
		display:block;
	}

	.menu_button:hover {
		background-color:#4B8670;
		color:#F1F1F1;
	}
	
	.faq_trans {
		padding: 1px 7px 2px 7px;
		position: absolute;
		right: 55px;
		bottom: 0px;
		background-color: #eaeaea;
		font-size:.77em;
		clear: both;
		color: #4a1a18;
	}

	#footer {
		position:fixed;
		bottom:0;
		right:0;
		width:303px;
		height:18px;
		font-size:.9em;
		background-color:#fefcfc;
		padding:3px 2px 4px 8px;
		z-index: 10;
		border-radius: 4px 0px 0px 0px;
		-moz-border-radius: 4px 0px 0px 0px;
		-webkit-border-radius: 4px 0px 0px 0px;
	}

	.copyright {
		color:#d72727;
	}
	.red_font {
		color: #F00;
	}
	.green_front {
		color: #65ad62;
	}
	.brown_font {
		color: #5a3225;
	}

	button {
		cursor: pointer;
	}

	.sys_inf { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:0.86em; line-height:9pt; letter-spacing:1px; color:#777777; font-style:italic; }
	.note { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: 10px; color: #555555 }