@charset "utf-8";
/* CSS Document */

body {
	list-style: none;
	/*background: #b2b3b8 url(../images/PageTexture.jpg) scroll 50% 0px;*/
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 11px;
	line-height: 125%;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}




/* @group Auto-clearing */

.autoclear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.autoclear { display: inline-block }

/* Hides from IE-mac \*/
* html .autoclear { height: 1% }
.autoclear { display: block }
/* End hide from IE-mac */
	
/* @end */

#container { 
	width: 710px; 
	margin: 0 auto;
/*	background: url(/images/common/bg-inner-container.gif) left bottom repeat-y;*/
	}

#masthead { ;
	height: 81px;
	margin-right: auto;
	margin-left: auto;
}	



/* @group Page */

.page {
	background: #fff url(../image_css/PageFrame.jpg) repeat-y -710px 0;
	margin: 0 auto;
	width: 710px;
	text-align: left;
}

.content {
	background: url(../image_css/PageFrame.jpg) no-repeat 0px 0px;
	padding: 4px 5px 0;
}
	
/* @end */

/*Navigatioon*/

#solidblockmenu{
	display: block;
	width: 710px;
	font: bold 12px Arial;
	text-align: center;
	line-height: 1em;
	background-image: url(../image_css/taust_nav.gif);
	height: 35px;
	margin-top: 0;
	margin-bottom: 5px;
}


#solidblockmenu * {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}


#solidblockmenu ul {
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 60px;
}


#solidblockmenu li{
display: inline;
	margin: 0 auto;
}

#solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

#solidblockmenu li a:visited{
color: white;
}

#solidblockmenu li a:hover, .solidblockmenu li .current{
	color: white;
	margin-bottom: 5px;
	text-decoration: none;
/*	background-color: transparent;*/
	background-image: url(../image_css/taust_nav_2.gif);
/*	background-repeat: repeat-x;*/
/*	background-position: center;*/
}



/* @group Main Content */

#main {
	float: left;
	width: 504px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 20px;
	padding-bottom: 10px;
}

#main a.readmore{
	text-decoration: none;
	font-weight: bold;
	color: #134992;
	clear: both;
	float: right;
	font-size: 10px;
}


#tabel{
	margin-left: 20px;


}

.centered { text-align: center }

img.centered {
	display: block;
	margin: 7px auto;
}

img.sidelogo {
	display: block;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
}


.right {
	float: right;
	margin: 5px 0 5px 15px;
}

.left {
	float: left;
	margin: 5px 15px 5px 0;
}

img.middle {
	display: block;
	margin: 15px auto;
}

h2 {
	color: #335d92;
	font-size: 1.7em;
	font-weight: bold;
	margin-top: 18px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
	line-height: normal;
}

h3 {
	color: #335d92;
	font-size: 1.4em;
	font-weight: bold;
	border-bottom: 1px solid #eee;
	text-transform: none;
	padding-bottom: 2px;
	margin-top: 35px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}

h4 {
	color: #666666;
	padding-bottom: 4px;
	border-bottom: dotted 1px #CCCCCC;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 150%;
	font-style: normal;
	line-height: 100%;
	font-weight: bold;
	font-variant: normal;
	margin-top: 14px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 10px;
}


h5 {
	color: #666666;
	padding-bottom: 4px;
	border-bottom: dotted 1px #CCCCCC;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 150%;
	font-style: normal;
	line-height: 100%;
	font-weight: bold;
	font-variant: normal;
	margin-top: 14px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 1px;
}



p, ul, ol {
	margin: 10px 20px;
	text-align: justify;
}

fieldset {
	border: 1px solid #d3caac;
	padding-top:0px;
	margin-bottom:20px;
	clear:both;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

legend {
	font-size:15px;
	padding-left:0px;
	padding-right:15px;
	margin-left:10px;
	font-size:14px;
	font-weight:bold;
	color:#111111;
	margin-bottom:10px;
}

ul {
	list-style-type: circle;
	padding-left: 20px;
}

ol { padding-left: 20px; }

code {
	display: block;
	text-align: left;
	color: #414141;
	border-left: 1px solid #414141;
	padding: 0 0 0 10px;
}

a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a img {
	border: none;
}

a:visited {
	color: #9352c1;
}

/*a:hover {
	color: #ca3d26;
	border-bottom-style: solid;
	border-bottom-color: #ca7224;
}*/

#main .separated {
	border-top: 1px dashed #ddd;
	padding: 20px 17px 0;
	margin: 10px 3px;
}

/* @end */

/* @group Navigation */




/* @group IE Hacks */

/* For IE mac & win */

* html #navigation ul { display: inline-table; }
* html #navigation li { display:  block; float: left; }

/* For IE win only \*/
* html #navigation ul { font-size: 0; padding-bottom: 9px; }
* html #navigation li { display: inline; float: none; padding-right: 0; padding-bottom: 10px; }
* html #navigation span { display: inline-block; float: none; }
* html #navigation a { display: inline-block; float: none; font-size: 11px; }
/* End IE win */

/* @end */

/* @group IE7 Hacks */

*:first-child+html #navigation * {
	float: none;
	display: inline-block;
}
*:first-child+html #navigation ul { padding: 0 0 8px }

*:first-child+html #navigation ul li {
	display: inline;
	padding: 0 1px 8px;
	margin-bottom: -8px;
}

/* @end */




/* @group Subnavigation */

#subnavigation {
	background: #ededed url(../images/SubNav.gif) no-repeat 0px 0px;
	margin: 0;
	padding: 0 0 0 10px;
	border-bottom: 1px solid #d5d5d5;
	display: block;
	line-height: 1.2em;
}

#subnavigation ul {
	margin: 0;
	padding: 0;
}

#subnavigation li {
	list-style: none;
	float: left;
	margin-bottom: -1px;
}

/* \*/
* html #subnavigation li { 
	margin-bottom: 0; position: relative; top: 1px; }
/* */

#subnavigation li.active {
	background: url(../images/SubNav.gif) no-repeat 50% 100%;
}

#subnavigation a, #subnavigation a:hover, #subnavigation a:visited {
	color: #444444;
}

#subnavigation a {
	display: block;
	padding: 10px 10px 10px 21px;
	float: left;
	text-decoration: none;
	background-repeat: no-repeat;
	background-image: url(../images/SubNavIcons.gif);
}

#subnavigation a:active {
	color: #444444;
}

#subnavigation .active a {
	color: #444444;
	cursor: default;
}

#subnavigation a, #subnavigation a:hover, #subnavigation a:visited {
	border-style: none;
}

/* @end */

/* @group Sidebar */

#side {
	float: right;
	color: #5b5b5b;
	width: 173px;
	background: #ededed url(../images/PageFrame.jpg) no-repeat -532px -4px;
	padding-top: 10px;
}

#side h2 {
	font: normal 1em/1.2em Arial, Helvetica, sans-serif;
	color: #464646;
	margin: 12px 10px 5px;
	clear: both;
	text-align: center;
}

#side p {
	margin: 3px 10px 6px;
	padding: 0;
	text-align: left;
}

#side ul {
	margin: 0;
	padding: 0;
}

#side ul li {
	list-style: none;
	padding-left: 27px;
	background-image: url(../image_css/SideBullet.gif);
	background-repeat: no-repeat;
	background-position: 12px 0px;
	padding-bottom: 8px;
}

#side ul li .logo {
	list-style: none;
	padding-left: 25px;
}

#side a {
	border: none;
	color: #5b5b5b;
	text-decoration: none;
}

#side a {
	border: none;
	color: #5b5b5b;
	text-decoration: none;
}

#side .separated {
	border-top: 1px solid #ddd;
	padding-top: 8px;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	border-bottom: 1px solid #ddd;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #3e68bf;
}

#side .separated::before {
	display: block;
	content: "";
	height: 1px;
	width: 100%;
	margin: -13px 0 12px;
	background-color: #f5f5f5;
}

#side a.go {
	display: block;
	text-decoration: none;
	color: #5b5b5b;
	padding: 1px 10px 2px 17px;
	margin: 0;
}

#side p a.go {
	margin: 0 -10px;
}

#side a.go:hover {
	background: #f8f8f8 url(../images/GoArrow.gif) -190px 50% no-repeat;
}

#side a.go:active {
	background: #d4d4d4 url(../images/GoArrow.gif) -390px 50%  no-repeat;
	color: #ffffff;
}

#side a.go.email {
	background: url(../images/GoMail.gif) no-repeat 6px 0.2em;
	padding-left: 28px;
}

#side a.go.email:hover {
	background: #f8f8f8 url(../images/GoMail.gif) no-repeat -194px 0.2em;
}

#side a.go.email:active {
	background: #d4d4d4 url(../images/GoMail.gif) no-repeat -394px 0.2em;
}

#side a.go.feed {
	background: url(../images/GoFeed.gif) no-repeat 9px 0.4em;
	padding-left: 28px;
	font-size: 12px;
	line-height: normal;
}

#side a.go.feed:hover {
	background: #f8f8f8 url(../images/GoFeed.gif) no-repeat -191px 0.4em;
}

#side a.go.feed:active {
	background: #d4d4d4 url(../images/GoFeed.gif) no-repeat -391px 0.4em;
}

#go-about a { background-position: -300px 50%; }
#go-about a, #go-about.active a, #go-about a:active { background-position: 0 50%; }
#go-screenshots a { background-position: -900px 50%; padding-left: 31px; }
#go-screenshots a, #go-screenshots.active a, #go-screenshots a:active { background-position: -600px 50%; }
#go-support a { background-position: -1500px 50%; padding-left: 29px; }
#go-support a, #go-support.active a, #go-support a:active { background-position: -1200px 50%; }

/* @group User Balloon */

/* @end */

/* @end */

/* @group Sidebar Actions */

#side #actions {
	margin-top: 3px;
	padding-top: 1em;
	margin-bottom: 12px;
}

#recently.inner{
	padding-bottom:40px;
	padding-top: 10px;
}

#recently ul {
margin:0;
padding:0px 0px 0 1px
}

#recently ul li a {
display:block;
color:#fff;
padding:9px 5px 9px 25px
}

#recently ul li:hover {
background:#342A28 url(images/dotted-line-light.gif) repeat-x bottom left
}

#recently ul.related {
background-color:#D3E7EB;
border-right:1px solid #3D3329;
margin:0;
padding:0
}

#recently ul.related li a {
display:block;
color:#3D3329;
background:none;
padding:5px
}

#recently ul.related li:hover {
background:#BCDAE0 url(images/dotted-line-light.gif) repeat-x bottom left
}

#recently ul.related li a:hover {
color:#fff;
background:none
}

ul#actions li {
	padding: 0;
	background: none;
}

#actions a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	background-repeat: no-repeat;
	margin: 0;
	padding: 3px 10px 3px 6px;
}

#actions a:hover {
	background-color: #f8f8f8;
}

#actions a:active {
	background-color: #d4d4d4;
	color: #ffffff;
}

#dl, .dl { background-position: 12px 50%}
#dl:active, .dl:active { background-position: -388px 50%}
#bn { background-position: -192px 50%}
#bn:active { background-position: -592px 50%}

/* @end */

/* @group Footer */

#footer {
	background: url(../image_css/PageFrame.jpg) no-repeat -1420px 0;
	width: 710px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 0;
	color: #3d3d3d;
	text-shadow: #fff 0px 1px 1px;
	text-align: center;
}

#footer a { color: #3d3d3d; border: none; }

#copyright {
	background: url(../images/Copyright.jpg) no-repeat 0px 4px;
	width: 228px;
	height: 15px;
	display: block;
	overflow: hidden;
	text-indent: -1000em;
	float: right;
	padding: 0;
	margin: 0 5px 0 0;
}


.arc90_imgcaption {
	text-align: center;
	border: 1px solid #DDD;
	padding: 3px;
	width: 3em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.arc90_imgcaptionTXT { font-size: .8em; color: #666; text-align: left; } 
.floatl { float: left; margin-right: 1em; }
.floatr { float: right; margin-left: 1em; }
	
/* @end */
