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

html, body
{
height:100%;
width:100%;
margin:0;
padding:0;
font-family:Verdana, Helvetica, sans-serif;
font-size:12px;
line-height:20px;
color:#2a2a2a;
}

html
{
overflow-y:scroll;
overflow-x:hidden;
}

body
{
background-color:#d3d3d3;
background:url(../images/bg.gif);
}

#border
{
width:1000px;
min-height:100%;
margin:0 auto;
padding-left:10px;
padding-right:10px;
background:url(../images/main-bg.png);
background-repeat:repeat-y;
}

#header
{
width:950px;
height:170px;
background-color:#FFFFFF;
border-left:50px solid #de0000;
}

#logo
{
float:left;
width:209px;
height:70px;
margin-top:30px;
margin-left:30px;
background:url(../images/logo.gif);
background-repeat:no-repeat;
}

#navigation
{
float:right;
height:31px;
/*width:502px;*/
margin-top:89px;
background-color:#aeaeae;
background:url(../images/nav-bg.gif);
background-repeat:repeat-x;
}

#logo a
{
width:209px;
height:70px;
display:block;
}

#banner
{
width:950px;
height:50px;
background-color:#d3d3d3;
background:url(../images/banner-bg.gif);
background-repeat:no-repeat;
}

#title
{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#FFFFFF;
font-size:28px;
padding-top:15px;
padding-left:40px;
width:500px;
float:left;
}

#searchbox
{
float:right;
width:192px;
height:35px;
padding-left:28px;
padding-top:15px;
margin-right:40px;
background:url(../images/search-bg.gif);
background-repeat:no-repeat;
}

#content
{
position:relative;
margin-bottom:40px;
margin-left:50px;
padding-left:40px;
padding-top:25px;
padding-right:40px;
}

#copyright
{
border-top:1px dotted #b1b1b1;
padding-top:5px;
padding-left:90px;
padding-right:40px;
font-size:10px;
margin-left:50px;
text-align:right;
width:820px;
height:40px;
color:#737373;
}

#copyright a
{
text-decoration:none;
color:#4e4e4e;
border-bottom:1px dotted;
color:#737373;
}

ul.actions
{
list-style-type:none!important;
float:right!important;
margin:0!important;
padding:3px!important;
padding-bottom:0 !important;
list-style-image:none !important;
}

#searchbox label
{
display:none;
}

#searchbox input
{
float:left;
margin-right:5px;
color:#666666;
}

ul.menu
{
list-style-type:none;
margin:0;
padding:0;
}

ul.menu li
{
float:left;
height:31px;
border-right:1px solid #b0b0b0;
}


ul.menu li a
{
display:block;
height:23px;
padding-top:4px;
padding-left:10px;
padding-right:10px;
color:#6a6a6a;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
text-decoration:none;
border-bottom:4px solid #959595;
}

ul.menu li a:hover, ul.menu li.current.active a
{
background-color:#959595;
border-bottom:4px solid #d60000;
color:#FFFFFF;
}

ul#ariext90 li a
{
border-right:1px solid #b0b0b0;
color:#6a6a6a !important;
font-weight:bold !important;
margin-bottom:-2px;
}

ul#ariext90 li a:hover
{
color:#8b8b8b !important;
}

ul#ariext90 li li a
{
border:0;
background-color:#959595;
color:#FFFFFF !important;
font-weight:normal!important;
font-size:11px!important;
margin:0;
padding:0;
padding-left:8px;
padding-top:4px;
padding-bottom:6px;
width:180px;
border-bottom:1px solid #808080;
}

ul#ariext90 li li a:hover
{
color:#d8d8d8!important;
}

h1, h2
{
font-family:Arial, Helvetica, sans-serif;
font-size:22px;
margin:0;
padding:0;
margin-bottom:12px;
color:#555555;
}

a
{
color:#d60000;
text-decoration:none;
}

a:hover
{
color:#999999;
}

#content ul, .blog ul, .blog ol
{
list-style-type: circle;
list-style-image: url(../images/list_button.gif);
margin:0;
padding:0;
padding-top: 2px;
padding-bottom: 2px;
padding-left:18px;
}

.list-title a
{
background:url(../images/list_button.gif);
background-repeat:no-repeat;
background-position: 0 5px;
margin:0;
padding:0;
padding-left:15px;
}
							

dl, dd
{
margin:0;
padding:0;
}

dl.article-info
{
border:1px dotted #999999;
margin-top:40px;
padding:4px;
width:250px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

.cat-children h3
{
	display: none;
}

.cat-children h3.item-title
{
	display: block;
	color: #d60000;
    text-decoration: none;
    font-size: 12px;
    line-height: 10px;
    font-weight: normal;
}


.box
{
float:right;
width:220px;
margin-left:40px;
border:1px dotted #999999;
}

.box .header
{
border-bottom:4px solid #959595;
background-color:#cccccc;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:15px;
padding-top:4px;
padding-bottom:3px;
padding-left:8px;
}

.box .content
{
padding:5px;
}

strong, b
{
font-size:13px;
color:#555555;
}

ul.pagenav
{
position:absolute;
top:25px;
left:865px;
list-style:none !important;
margin:0 !important;
padding:0 !important;
margin-right:10px;
}

ul.pagenav li
{
float:left;
}

.pagenav .previous a
{
background:url(../images/backward.png);
background-repeat:no-repeat;
width:6px;
height:12px;
display:block;
color:#f5f5f5;
margin-top:5px;
margin-right:5px;
}

.pagenav .next a
{
background:url(../images/forward.png);
background-repeat:no-repeat;
width:6px;
height:12px;
display:block;
color:#f5f5f5;
margin-top:5px;
}

#content img
{
border:0;
}

.imageborder-right
{
margin-right:15px;
margin-bottom:10px;
float:left;
}

fieldset.only
{
display:none;
}

fieldset
{
border:1px dotted #999999;
padding:10px;
}

.form-limit
{
margin-top:30px;
}

dd.result-created
{
border-bottom:1px dotted #999999;
padding-bottom:16px;
}

dt.result-title
{
padding-top:16px;
}

dt.result-title a
{
font-weight:bold;
font-size:14px;
}

.highlight
{
border-bottom:3px solid #d60000;
padding:2px;
font-weight:bold;
}

.result-category
{
font-style:italic;
}

.result-created
{
color:#666666;
font-size:11px;
}

hr
{
border: none 0;
margin-top:6px;
margin-bottom:6px;
border-top: 1px solid #cccccc;
height: 1px;
}

#xmap ul li
{
font-weight:bold;
}

#xmap ul li li
{
font-weight:normal;
}
#tip-90, .jmodedit, #tip-87 {
    display: none;
}