body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
    
    padding:0px;
    margin:0px;
} 

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #333;
	text-decoration: none;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

a {
	color:#555;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	border-style: none;
	border-width: 0px;
	border-color:#000
}

a:hover {
	color:#666;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	border-style: none;
	border-width: 0px;
	border-color:#000;
}

a.toggle_change_list
{
    color:#444;
    font-size: 80%;
    font-style:normal;
    font-weight: normal;
}

a:hover.toggle_change_list 
{
    color:#666;
    font-size: 80%;
    font-style:normal;
    font-weight: normal;
}

a.pt_lite_submenu {
	color:#900;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: underline;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	border-style: none;
	border-width: 0px;
	border-color:#000
}

a:hover.pt_lite_submenu {
	color:#666;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	border-style: none;
	border-width: 0px;
	border-color:#000;
}

a.white {
	color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	border-style: none;
	border-width: 0px;
	border-color:#000
}

a:hover.white {
	color:#CCC;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	border-style: none;
	border-width: 0px;
	border-color:#000;
}

a.faq_question {
	color:#333;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	border-style: none;
	border-width: 0px;
	border-color:#000;
}

a:hover.faq_question {
	color:#333;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	border-style: none;
	border-width: 0px;
	border-color:#000;
}

a.dictionary_term {
	color:#333;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	border-style: none;
	border-width: 0px;
	border-color:#000;
}

#overlay
{
    visibility: visible;
    position: absolute;
    left: 0px;
    top: 0px;
    width:100%;
    height:100%;
    text-align:center;
    z-index: 1000;
    background-image:url("../img/overlay-background.png");
}

#overlay div
{
    font-size:14px;
    color:#5f5f5f;
    font-weight:bold;
    width:300px;
    margin: 100px auto;
    background-color: #fff;
    border:1px solid #f00;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #f4f4f4;
    border-radius: 5px 5px 5px 5px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#dfdfdf');
    background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#dfdfdf));
    background: -moz-linear-gradient(top,  #f3f3f3,  #dfdfdf);
    padding:15px;
    text-align:center;
}

input[disabled].input
{
color: #000;
background: #efefef;
border: 1px solid #ff0000;
}

input[disabled].input:hover
{
}

input[disabled].setting
{
color: #000;
background: #efefef;
border: 1px solid #ff0000;
}

input[disabled].setting:hover
{
}

.input
{
color: #000;
background: #fff;
border: 1px solid #ff0000;
width:200px;
}

.input:hover
{
    border: 1px solid #f00;
    background: #f0f0f0;
}

.button
{
color:#f00; 
font: bold 100% 'trebuchet ms',helvetica,sans-serif;
width: 130px;
}

dl {
  position: relative;
  width: 350px;
}
dt {
  clear: both;
  float:left;
  width: 330px;
  padding: 0px 0 2px 0;
  text-align: left;
}
dd {
  float: left;
  width: 200px;
  margin: 0 0 8px 0;
  padding-left: 0px;
}

input.setting
{
color: #000;
background: #fff;
border: 1px solid #ff0000;
width:250px;
}

input.radio
{
float: left;
color: #000;
background: #fff;
border: 1px solid #ff0000;
}
div.label_radio_setting
{
  float: left;
  padding: 3px 0px 0px 0px;
  text-align: left;
  width:100px;
}

input.setting:hover
{
    border: 1px solid #f00;
    background: #f0f0f0;
}

div.setting{
clear:both;
padding: 0;
}
div.label_setting{
  float: left;
  padding: 5px 0 0px 0;
  text-align: left;
  width:130px;
}
div.input_setting{
  float:left;
  width: 260px;
  margin: 0 0 6px 0;
  padding-left: 0px;
}

.submenu {
	color:#F00;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 1px;
	border-color:#000
}

a.submenu {
	color:#F00;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	border-style: none;
	border-width: 0px;
	border-color:#000
}

a:hover.submenu {
	color:#666;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	border-style: none;
	border-width: 0px;
	border-color:#000
}

tr.table_header
{
    font-weight: bold;
}

ul.change_list
{
    list-style-image: url("../img/strzalka.gif");
}

#submenu
{
position:relative;

width:170px;
height:530px;
float:left;
padding: 0px 0px 0px 20px;
margin: 0px;
}

#content
{
overflow: auto;
position:relative;
width:683px;
float:right;
padding: 0px 40px 0px 20px;
}

/******************************************
              SUBMENU
*******************************************/
#submenu-frame
{
    margin: 0px;
    padding: 5px 0px 0px 0px;
    width: 170px;
}

#submenu-header-frame-content
{
    text-align: center;
    overflow: auto;
    margin: 0px 0px 0px 0px;
    padding: 2px 0px 0px 0px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    height: inherit;
    background: #ff0000;
    background-image: url('../img/submenu/submenu_header.gif');
    background-repeat: repeat-x;
}

#submenu-frame-content
{
    text-align: left;
    overflow: auto;
    margin: 0px 0px 0px 0px;
    padding: 5px 10px 10px 10px;
    background: #fff;
    color: #72bf44;
    font-size: 12px;
    font-weight: bold;
    height: inherit;
}

a#submenu-link
{
    color: #000;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none; 
}

a:hover#submenu-link
{
    color: #333333;
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline; 
}

#submenu-frame-lb
{
    width: 5px;
    height: 5px;
    float: left;
    overflow: hidden;
    background-image: url('../img/submenu/submenu_frame_lb.gif');
}
#submenu-frame-b
{
    height: 5px;
    overflow: hidden;
    background-image: url('../img/submenu/submenu_frame_b.gif');
    background-repeat: repeat-x;
    padding-bottom:10px;
}
#submenu-frame-rb
{
    height: 5px;
    width: 5px;
    float: right;
    overflow: hidden;
    background-image: url('../img/submenu/submenu_frame_rb.gif');
    position: relative;
    bottom: 0px;
}

/******************************************
              DIALOG
*******************************************/

#dialog-frame
{
    margin: 0px;
    padding: 5px 0px 0px 0px;
    width: 670px;
}

#dialog-header-frame-content
{
    text-align: left;
    overflow: auto;
    margin: 0px 0px 0px 0px;
    padding: 2px 0px 0px 10px;
    background: #ff0000;
    background-image: url('../img/submenu/submenu_header.gif');
    background-repeat: repeat-x;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    height: inherit;
}

#dialog-frame-content
{
    text-align: left;
    overflow: auto;
    margin: 0px 0px 0px 0px;
    padding: 5px 10px 10px 10px;
    background: #fff;
    height: inherit;
}

a#dialog-link
{
    color: #000;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    padding-right:10px;
}

a:hover#dialog-link
{
    color: #333333;
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
}

#dialog-frame-lb
{
    width: 5px;
    height: 5px;
    float: left;
    overflow: hidden;
    background-image: url('../img/submenu/submenu_frame_lb.gif');
}
#dialog-frame-b
{
    height: 5px;
    overflow: hidden;
    background-image: url('../img/submenu/submenu_frame_b.gif');
    background-repeat: repeat-x;
    padding-bottom: 10px;
}
#dialog-frame-rb
{
    height: 5px;
    width: 5px;
    float: right;
    overflow: hidden;
    background-image: url('../img/submenu/submenu_frame_rb.gif');
    position: relative;
    bottom: 0px;
}

