@charset "utf-8";
/* 	
	Nerkon web
	_______________________________________________
*/

/*
	Print styles ----------------------------------
	_______________________________________________
*/

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 133%;
	background: #FFF url(background.png) repeat-x;
	color: #1a1a1a;
}

H1, H2, H3, H4, H5, H6
{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #466bd9;
	line-height: 133%;

	margin: 15px 0px 7px 0px;
}

H1 { font-size: 1.6em; margin-top: 0px;}
H2 { font-size: 1.4em;}
H3 { font-size: 1.2em; color: #222;}
H4 { font-size: 100%;}
H5 { font-size: 100%; color: #222;}
H6 { font-size: 100%;}

p { margin: 5px 0px 10px 0px;}

p.center { text-align:center;}

p.date
{
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #777777;
}

p.info
{
	color: red;
}

a
{
	color: #466bd9;
}

a:link,
a:visited
{
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

a img { 
	border: none;
}

ul
{
	padding: 0px 0px 7px 0px;
	list-style-type: none;
}

ol
{
	padding: 0px 0px 7px 15px;
}

ul li
{ 
	margin: 1px 0px 2px 0px;
	list-style-type: none;
	padding-left: 18px;
	background: url(ul-dot.png) 6px 5px no-repeat;
}

ul li ul
{
	padding: 4px 0px 7px 0px;
}

ul li ul li
{
	background: url(ul-arrow.png) 6px 5px no-repeat;
}
	
ol li {}

em { }

address
{
	font-style: normal;
}

strong
{
	color: #466bd9;
}

/* tables */

table
{
	margin: 10px 0px 10px 0px;
	font-size: 12px;
}

table.cms-editor-table.standard
{
	border: #FFFFFF solid 1px;
	border-right: none;
	border-bottom: none;
}

table.cms-editor-table.hightlighted
{
	border: #999999 solid 1px;
	border-right: none;
	border-bottom: none;
}

table.cms-editor-table.standard th,
table.cms-editor-table.standard td 
{
	border-right: #FFFFFF solid 1px;
	border-bottom: #FFFFFF solid 1px;
	background-color: #E6E6E6;
	color: #504a4a;
}

table.cms-editor-table.standard th
{
	color: #FFFFFF;
	background-color: #999999;
	font-weight: bold;
}

table.cms-editor-table.hightlighted th,
table.cms-editor-table.hightlighted td
{
	border-right: #999999 solid 1px;
	border-bottom: #999999 solid 1px;
	background-color: #cccccc;
	color: #504a4a;
}

table.cms-editor-table.hightlighted th
{
	color: #FFFFFF;
	background-color: #999999;
	font-weight: bold;
}

table.cms-editor-table.standard th,
table.cms-editor-table.standard td,
table.cms-editor-table.hightlighted th,
table.cms-editor-table.hightlighted td
{
	padding: 5px 5px 5px 10px;
}


/*
	Default classes -------------------------------
	_______________________________________________
*/

.clear
{
	clear: both;
	width: auto;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

.hidden
{
	display: none;
}

.imgL
{
	float: left;
	margin: 0px 10px 10px 0px;
}

.imgR
{
	float: right;
	margin: 0px 0px 10px 10px;
}

/* inputs and labels */

.form,
.custom-form,
.wrapper
{
	position: relative;
	float: left;
	height: auto;
	width: 100%;
}

input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 19px; /* 25px */
	padding: 6px 0px 0px 4px;
	border: 0;
	background: url(input-background.png) no-repeat;
}

select
{
}

textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 0;
	padding: 4px;
	background: url(input-background.png) no-repeat;
}

input.submit
{
	height: 25px;
	font-weight: bold;
	color: #FFFFFF;
	background: #466bd9;
	cursor: pointer;
	padding: inherit;
}

input.system-captcha-code
{
	width: 145px;
}

.captcha
{
	float: left;
	height: auto;
	width: 320px;
	
	padding-top: 15px;
	padding-bottom: 15px;
}

.system-captcha-image
{
	float: left;
	padding: 10px 30px;
	border: #CCC solid 1px;
}

.captcha-help
{
	display: block;
	text-align: left;
	font-size: 11px;
	line-height: 14px;
	
	padding-left: 170px;
}

table.customFormTable td.label
{
	font-weight: bold;
	vertical-align: top;
	padding-top: 10px;
}

table.customFormTable td
{
	padding-bottom: 2px;
}

table.customFormTable input
{
	width: 250px;
}

table.customFormTable input.submit
{
	width: auto;
	padding-left: 5px;
	padding-right: 5px;
}

table.customFormTable input.system-captcha-code
{
	width: 145px;
}

table.customFormTable textarea
{
	width: 400px;
	height: 200px;
}

table.customFormTable input,
table.customFormTable textarea
{
	border: #CCC solid 1px;
}

/*
	layout ----------------------------------------
	_______________________________________________
*/

#back
{
	position: relative;
	min-height: 100%;
	width: 100%;
	text-align: center;
}

#main
{
	margin: 0 auto 0 auto;
	height: auto;
	width: 100%;
}

/*  header --------------------------------------- */

#header
{
	display: none;
}

/*  menu --------------------------------------- */

/* submenu */
#submenu
{
	display: none;
}

/*  content ------------------------------------------ */

/* col-left */
#content
{
	float: left;
	height: auto;
	width: 100%;
}

/* col-right */
#col
{
	display: none;
}

/* box */
.box
{
	float: left;
	height: auto;
	width: 100%;
	text-align: left;
	margin-bottom: 20px;
	background: url(box-background-big.png) repeat-x;
}

#col .box
{
	font-size: 11px;
}

.box.flash
{
	background: url(flash-background.png) repeat-x;
}

.box .in
{
	float: left;
	height: auto;
	width: 800px;
	padding: 15px 25px 25px 25px;
}

.box.flash .in
{
	padding: 25px;
}

#col .box .in
{
	float: left;
	height: auto;
	width: 255px; /* 680px */
	padding: 15px;
}

.box H1.label,
.box H2.label,
.box H3.label,
.box H4.label,
.box H5.label,
.box H6.label
{
	font-size: 24px;
	margin: 0px 0px 20px 0px;
}

/* article box */
.item,
.arch,
.gallery-item,
.article-item,
.recommend-item
{
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 10px;
}

.recommend-item
{
	border-top: #d4d4d4 solid 1px;
	padding-top: 15px;
}

.item
{
	position: relative;
	overflow: hidden;
	height: 140px;
	margin-bottom: 0px;
}

.item H1,
.item H2,
.item H3,
.item H4,
.item H5,
.item H6
{
	font-size: 12px;
	color: #466bd9;
	margin: 0px;
}

.item HR
{
	position: absolute;
	left: 0px;
	bottom: 10px;
	height: 1px;
	width: 100%;
	border: none;
	background: url(col-left-separator.png) no-repeat;
}

.arch
{
	margin: 10px 0px 0px 0px;
	text-align: right;
}

.arch a
{
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #515050;
	text-decoration: none;
	padding-left: 20px;
	background: url(arrow-black-right.png) left no-repeat;
}

.arch a:hover
{
	text-decoration: underline;
}

/* article scroll effect */
.wrappcalInner,
.calInner
{
	position: relative;
	height: auto;
	width: 100%;
}

.wrappcalInner
{
	overflow: hidden;
	height: 280px;
}

/* notify */
.notify
{
	height: auto;
	width: 720px;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 10px 30px 0px 50px;
}

.notify.red
{
	border: #dbb2b2 solid 1px;
	color: #aa2121;
	background: #ffd5d5 url(ico-notify-red.png) 20px 50% no-repeat;
}

.notify.grey
{
	border: #999999 solid 1px;
	color: #504a4a;
	background: #cccccc url(ico-notify-grey.png) 20px 50% no-repeat;
}

.notify.yellow
{
	border: #ffe363 solid 1px;
	color: #a07415;
	background:#fff3a3 url(ico-notify-yellow.png) 20px 50% no-repeat;
}

/* mgallery */
.gallery-item
{
	margin-bottom: 25px;
}


.gallery-item .img
{
	float: left;
	height: 152px;
	width: 178px;
}

.photo-item
{
	overflow: hidden;
	float: left;
	height: 150px;
	width: 150px;
	
	background: #d4d4d4;
	
	margin: 0px 5px 15px 0px;
}

.photo-item img
{
	width: 142px;
	height: 142px;
}

.gallery-item .img a img,
.photo-item a img
{
	border: #d4d4d4 solid 4px;
}

.gallery-item .img a:hover img,
.photo-item a:hover img
{
	border: #466bd9 solid 4px;
}

.legend
{
	float: left;
	height: auto;
	width: 620px;
}

.legend H2,
.legend H3,
.legend H4,
.legend H5,
.legend H6,
.article-item H2,
.article-item H3,
.article-item H4,
.article-item H5,
.article-item H6
{
	font-size: 14px;
	margin-top: 0px;
}

/* articles */
.article-item
{
	margin-bottom: 25px;
}

.article-item img
{
	float: right;
	border: #d4d4d4 solid 1px;
	margin: 0px 0px 10px 25px;
}

.article-item p.date
{
	padding-left: 15px;
	background: url(ico-time.png) left 2px no-repeat;
}

/* pager */
.pager
{
	float: left;
	height: auto;
	width: 100%;
	font-weight: bold;
	border-top: #d4d4d4 solid 1px;
}

.pager.nav
{
	text-align: right;
}

.pager a
{
	font-weight: bold;
	color: #000000;
	padding-right: 5px;
}

.pager.nav a
{
	background: url(arrow-double-left.png) left no-repeat;
	padding-left: 10px;
}

.pager a.previous
{
	padding-left: 15px;
	background: url(arrow-submeny-right.png) right no-repeat;
}

.pager a.next
{
	padding-right: 15px;
	background: url(arrow-submeny-left.png) right no-repeat;
}

.pager a.active
{
	text-decoration: none;
}

.pager span.active
{
	background: url(pager-background.png) bottom repeat-x;
	padding: 0px 4px;
}

/* fulltext */
.fulltext,
.fulltext-tips,
.resume,
.f3-item,
.item-label,
.fragment
{
	height: auto;
	width: 100%;
}

.fulltext-tips
{
	width: 550px;
	padding: 0px 30px 0px 50px;
	border: #999999 solid 1px;
	color: #504a4a;
	background: #cccccc url(ico-notify-grey.png) 20px 50% no-repeat;
}

.fulltext H2.title
{
	font-size: 15px;
	line-height: 18px;
	color: #333333;
	
	margin: 7px 0px;
	padding: 0px 0px 7px 0px;

	border-bottom: #EE7F13 solid 1px;
}


/*  footer ------------------------------------------ */

#foot
{
	display: none;
	
}