*
{
	font-family: Tahoma, sans-serif;
	color:#333;
}

body
{
	padding: 0px;
	margin: 0px;
	width:100%;
	background-color:#255498;
}

#bg
{
	width:100%;
	background: url('../i/bg/bg.jpg') #6aa0cc repeat-x left bottom;
	height:100%;
}

#headerBg
{
	width:822px;
	background: url('../i/bg/header_bg.jpg') no-repeat right top;
	height:100%;
}

#footerBg
{
	width:822px;
	background: url('../i/bg/footer_bg.jpg') no-repeat left bottom;
	height:100%;
}

#siteBlock
{
	padding-top:30px;
}

.copyright
{
	padding: 1em 0 2em 35px;
}

.copyright p
{
	font-size:70%;
	line-height:1.3em;
	color:#fff;
}

.lt
{
	background: url('../i/bg/lt.gif') no-repeat left top;
	padding-left:11px;
}

.rt
{
	background: url('../i/bg/rt.gif') no-repeat right top;
	padding-right:11px;
}

.ct
{
	width:100%;
	height:11px;
	overflow:hidden;
	background: url('../i/bg/line.gif') #d7efff repeat-x left top;	
}

.lb
{
	background: url('../i/bg/lb.gif') no-repeat left bottom;
	padding-left:11px;
}

.rb
{
	background: url('../i/bg/rb.gif') no-repeat right bottom;
	padding-right:11px;
}

.cb
{
	width:100%;
	height:11px;
	overflow:hidden;
	background: url('../i/bg/line.gif') #f3faff repeat-x left 10px;	
}

.leftline
{
	background: url('../i/bg/line.gif') repeat-y left top;
	padding-left:1px;
}

.rightline
{
	background: url('../i/bg/line.gif') repeat-y right top;
	padding-right:1px;
}

.centerBlock
{
	width:100%;
	background: url('../i/bg/site_bg.jpg') #f3faff repeat-x left top;
}


#error404Block
{
	padding: 0 0 100px 200px;
}

#error404Block h1
{
	font-size:150%;
	color:#fff;
	margin:0;
}

#error404Block p
{
	margin: 0.4em 0 2.5em 0;
}

#error404Block a
{
	font-size:75%;
}

/* general
-------------------------*/

p
{
	font-size:75%;
	color:#333;
	line-height:1.5em;
	margin-top:0.5em;
}

h1
{
	font-size:130%;
	margin: 0 0 0.5em 0;
	clear:both;
}

h3
{
	font-size:110%;
	font-weight:normal;
	color:#333;
	margin: 0.5em 0 0.8em 0;
	clear:both;
}

ul, ol
{
	margin-top: 0.5em;
	padding-left:0;
	margin-left:0;
	font-size:75%;
	color:#333;
	line-height:1.4em;
}

div.code
{
	color:#666;
	font-size:70%;
	line-height:1.3em;
	background-color:#d7efff;
	padding: 0.5em 15px;
}

li
{
	text-indent:0;
	margin: 0.4em 0 0.4em 3em;
}

ol li
{
	list-style-type:decimal;
	text-indent:0;
}

table
{
	border-collapse: collapse;
	width: 100%;
	border:0;
}

td
{
	margin: 0em;
	padding: 0em;
	vertical-align: top;
}

img.borderImg
{
	border: 1px solid #ccc;
}

.none
{
	display:none;
}

.visible
{
	display:block;
}


/* links
-------------------------*/

a
{
	text-decoration:underline;
	color:#3e79b3;
}
a:hover
{
	text-decoration:underline;
	color:#74b5e0;
}


/* paragraph
-------------------------*/

div.pContent
{
	clear:both;
	padding-bottom:1em;
}

div.pContent p
{
	line-height:1.6em;
}

div.imgTop
{
	padding: 0.8em 0 0.5em 0;
}

div.imgLeft
{
	float:left;
	padding: 0.5em 1em 0.8em 0;
}

div.imgRight
{
	float:right;
	padding: 0.5em 0 0.8em 1em;
}

div.imgBottom
{
	padding: 0.4em 0 0.8em 0;
}

p.caption
{
	font-size:70%;
	color:#999;
	font-style:italic;
	margin: 0.5em 0;
}

.pTable
{
	clear:both;
	border-collapse:collapse;
	margin: 0.5em 0 1.2em 0;
}

.pTable th
{
	font-size:80%;
	padding: 1.2em 10px 0.5em 10px;
	border-bottom: 1px solid #74b5e0;
}

.pTable .highlight td
{
	background-color:#d7efff;
}

.pTable td
{
	font-size:75%;
	padding: 0.5em 10px;
}

.pTable td p
{
	font-size:100%;
	margin:0;
	line-height:normal;
}

table.normal
{
	clear:both;
	border-collapse:collapse;
	margin-bottom:1.2em;
	border: 1px solid #4685c5;
}

table.normal td,
table.normal th
{
	font-size:75%;
	padding: 0.5em 10px;
	border: 1px solid #4685c5;
}

table.normal td p
{
	font-size:100%;
	margin:0;
	line-height:normal;
}

div#paragraphFile
{
	padding: 0.5em 10px 0.5em 28px;
	height: 26px;
}

div#paragraphFile a
{
	font-size:80%;
}

div#paragraphFile small
{
	font-size:70%;
	color:#ccc;
}

div.attach
{
	background: url('../i/icons/default.gif') no-repeat left center;
}

div.pdf
{
	background: url('../i/icons/pdf.gif') no-repeat left center;
}

div.word
{
	background: url('../i/icons/word.gif') no-repeat left center;
}

div.excel
{
	background: url('../i/icons/excel.gif') no-repeat left center;
}

div.zip
{
	background: url('../i/icons/zip.gif') no-repeat left center;
}

h3.pHeader
{
	font-size:85%;
}

h3.pHeader a
{
	color:#3e79b3;
	text-decoration:none;
	border-bottom: 1px dashed #3e79b3;
}

h3.pHeader a:hover
{
	color:#74b5e0;
	text-decoration:none;
	border-bottom: 1px dashed #74b5e0;
}

h3.pHeader a.cur
{
	border-bottom: 1px dashed #f28b05;
	color:#f28b05;
	text-decoration:none;
}


/* image preview */

#imagePreviewBg,
#imagePreviewBgFix
{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: url('../i/bg/black.png') repeat left top;
	z-index:100;
}

#imagePreviewBgFix
{
	// background-image: none;
	// filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../i/bg/black.png', sizingMethod='scale');
}

#imagePreviewBlock
{
	position:relative;
	left:0;
	top:0;
	background-color:#fff;
	border: 1px solid #000;
	padding: 50px;
	float:left;
}

#imagePreviewBlock .close,
#imagePreviewBlock .closeOver
{
	position: absolute;
	right: 10px;
	top: 10px;
	width: 11px;
	height: 12px;
	background-image: url('../i/close_preview.gif');
	background-repeat: no-repeat;
	cursor:pointer;
	cursor:hand;
}

#imagePreviewBlock .close
{
	background-position: 0 0;
}

#imagePreviewBlock .closeOver
{
	background-position: 0 -20;
}