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

body {
        margin-left : 0px;
        margin-top : 0px;
        margin-right : 0;
        margin-bottom : 0;
        padding-left : 0;
        padding-right : 0;
        padding-top : 0;
        padding-bottom : 0;
        background-color : #f2f2f2;
        color : #000000;
        font-family: Arial;
        font-size:12px;
}
.bg_menu {
        background-image : url(../img/menu_bg.gif);
        background-repeat:repeat-x;
        height:30px;
}
.bg_sep {
        background-image : url(../img/separator.gif);
        background-repeat:repeat-y;
        width:12px;
        height:100%;
}
.bg_sepleft {
        background-image : url(../img/separator_left.gif);
        background-repeat:repeat-y;
        width:12px;
        height:100%;
}
.sep_line {
        background-image : url(../img/sep1.gif);
        background-repeat:repeat-x;
        height:1px;
}
h1{
        color : #ed2223;
        font-size : 18px;
        font-weight : bold;
         height:24px;
}
h2{
        color : #016ea1;
        font-size : 16px;
        font-weight : bold;
         height:20px;
}
h3{
        color : #666666;
        font-family : Arial;
        font-size : 11px;
        height:12px;
}
a{
                text-decoration : none;
        color : #016ea1;
        font-size : 14px;
}
a:hover {
                color : #666666;
        text-decoration : underline;
        font-size : 14px;
}
a.lang{
                text-decoration : underline;
        color : #016ea1;
        font-family : Verdana;
        font-size : 11px;
}
a.lang:hover {
        color : #666666;
        text-decoration : underline;
        font-family : Verdana;
        font-size : 11px;
        font-weight : normal;
}
 .h5  { height : 5px; }
 .h10  { height : 10px; }
 .h20  { height : 20px; }

 .h40  { height : 40px; }
 .h350  { height : 350px; }

a.footer{
        text-decoration : none;
        color : #676464;
        font-family : Verdana;
        font-size : 11px;
}
a.footer:hover {
                color : #3c332b;
        text-decoration : underline;
        font-family : Verdana;
        font-size : 11px;
        font-weight : normal;
}
a.pager{
		text-decoration : underline;
        color : #525662;
        font-family : Verdana;
        font-size : 20px;
}
a.pager:hover {
		color : #3c332b;
        text-decoration : underline;
        font-family : Verdana;
        font-size : 20px;
}
.title {
        color : #ed2223;
        font-size : 18px;
        font-weight : bold;
}
.text_sm{
                height: 17px;
        color : #676464;
        font-family : Verdana;
        font-size : 11px;
}
.blue_menu {
        color : #016ea1;
        border:solid #0ca1e5 1px;
        font-size : 14px;
        width:195px;
}
.text_blue {
        color : #016ea1;
        font-size : 14px;
}
.text_gray {
        color : #666666;
        font-size : 14px;
        font-weight : bold;
}
.content {
        color : #000000;
        font-size : 14px;
}
.small_at {
        color : #7c6e64;
        background-color : #ffffff;
        border-style: solid;
        border-color : #BEC3CA;
        border-bottom-width: 1px;
        border-top-width: 1px;
        border-left-width: 1px;
        border-right-width: 1px;
        font-family : Arial;
        font-size : 8pt;
}

.Standard {
padding:30px;
color:#1C0100;
border:thin solid #eeeeee;
border-style:solid;
border-width:1px 1px 1px 1px;
}
 .modal-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #131313;
	opacity: .85;
	filter: alpha(opacity=85);
	z-index: 101;
}
.modal-window {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	z-index: 102;
	background: #fff;
	border: solid 8px #000;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.close-window {
	position: absolute;
	width: 47px;
	height: 47px;
	right: -23px;
	top: -23px;
	background: transparent url(../img/btn/close-button.png) no-repeat scroll right top;
	text-indent: -99999px;
	overflow: hidden;
	cursor: pointer;
}
