/*  VIGI clear styles                            */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
  margin: 0px;
  padding: 0px;
}
fieldset,img {
  border: none;
}
address,caption,cite,code,dfn,em,strong,th,var {
  font-style:normal;
  font-weight:normal;
}
caption,th {
  text-align: left;
}
h1,h2,h3,h4,h5,h6 {
  font-size:100%;
  font-weight:normal;
  line-height: 100%
}
a {
  outline: none;
  text-decoration: none;
  font-weight: normal;
}
hr {
  border: solid #000000;
  border-width: 1px 0 0 0;
  height: 0px;
  line-height: 0px;
}
a.file {
  background: url(../../css/sys/file.gif) no-repeat;
  padding: 0 0 0 18px;
}
a.file i {
  font-style: normal;
}
a.http {
  background: url(../../css/sys/http.gif) no-repeat right 4px;
  padding: 0 12px 0 0;
}
a.mail {
  background: url(../../css/sys/mail.gif) 0 2px no-repeat;
  padding: 0 0 0 18px;
}

/*  input:button                                 */
span.button  {
  background: url(../../css/sys/buttons.gif) no-repeat 0 0px;
  padding: 0 0 0 10px;
  display: inline-block;
}
span.button input {
  background: url(../../css/sys/buttons.gif) no-repeat right 0;
  height: 21px;
  border: none;
  padding: 0 10px 1px 0;
  font-family: arial;
  font-size: 10pt;
  margin: 0;
}
span.button:hover {
  background: url(../../css/sys/buttons.gif) 0 -42px;
}
span.button:hover input {
  background: url(../../css/sys/buttons.gif) right -42px;
}

/*  input:file                                   */
span.butfile  {
  background: url(../../css/sys/buttons.gif) no-repeat 0 0px;
  display: inline-block;
  position: relative;
  height: 21px;
  width: 80px;               /*80*/
  overflow: hidden;
  margin: 0;
  padding: 0;
}
span.butfile span {
  background: url(../../css/sys/buttons.gif) no-repeat right 0;
  height: 21px;
  line-height: 21px;
  width: 60px;               /*60*/
  display: block;
  text-align: center;
  padding: 0 10px 1px 0;
  font-size: 10pt;
  font-family: arial;
  position: absolute;
  top: 0px;
  left: 10px;
  margin: 0;
}
span.butfile input {
  cursor: pointer;
  height: 21px;
  width: 70px;               /*70*/
  border: none;
  margin: 0;
  padding: 0;
  filter: alpha(opacity: 0);
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
}
span.butfile:hover {
  background: url(../../css/sys/buttons.gif) 0 -42px;
}
span.butfile:hover span {
  background: url(../../css/sys/buttons.gif) right -42px;
}

/*  msg                                          */
.error {
  border: solid 2px #da0000;
  padding: 5px;
  font-weight: bold;
  background: #FFeeee;
  color: #000000;
  margin: 5px 0 5px;
}
.alert {
  border: solid 2px #008000;
  padding: 5px;
  font-weight: bold;
  background: #eeFFee;
  color: #000000;
  margin: 5px 0 5px;
}

/*  capatcha                                     */
.capatcha {
  width: 300px;
  background: #ffFFff;
  border: solid 2px #eeEEee;
}
.capatcha td {  padding: 5px;}/*  head                                         */
.head {
  background: url(../../css/head2.png);
}
.head .one {
  height: 177px;
  background: url(../../css/head.png) no-repeat;
}
.head .addr p {
  font-family: verdana;
  font-size: 12px;
  line-height: 150%;
  color: #9B7678;
  text-align: left;
	font-weight: bold;
}
.head .addr a {
  font-weight: bold;
	color: #8B2E2E;
}
.head .menu {
  text-align: center;
  padding: 30px 0 0 0;
}
.head .menu li {
  list-style: none;
  display: inline;
  padding: 0 10px 0 10px;
  font-family: verdana;
  font-size: 22px;
  line-height: 40px;
}
.head .menu a {
  color: #D46F6F;
  text-decoration: underline;
  white-space: nowrap;
}

/*  text                                         */
.text {
  width: 1000px;
  margin: 20px auto 0 auto;
}
.text2 {
  background: url(../../css/alfa.png);
  _background: #ffffff;
  padding: 20px;
}

/*  foot                                         */
.foot p {
  text-align: center;
  padding: 30px 5px 5px 5px;
  color: #704F4F;
  font-size: 12px;
}
.text h1 {}
.text h2 {}
.text h3 {}
.text pre {
	background: #FFFAE9;
	border: solid 1px #E5E5E5;
	border-left: solid 5px #E5E5E5;
	padding: 5px;
	margin: 3px 0 3px 0;
	font-size: 10pt;
}
.text p {
	margin: 10px 0 10px 0;
  font-family: Verdana;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  line-height: 135%;
}
.text img {
  margin: 5px;
}
body {  background: url(../../css/bg.png);
  text-align: justify;
  font-family: Verdana;
  font-size: 14px;}
.text th {  padding: 3px;}
.text td {  padding: 3px;
  vertical-align: top;}
.text ul, ol {
  margin: 5px 0 5px 25px;
}
.text b, strong {
  font-weight: bold;
  color: #D46F6F;
}
.text a {  color: #8B2E2E;}/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../../css/sys/macffbghack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
.null .n1 {
  background: url(../../app/null/lo3.png) no-repeat 10px 0;
}
.null .n2 {
  background: url(../../app/null/lo2.png) no-repeat center 0;
}
.null .n3 {
  background: url(../../app/null/lo1.png) no-repeat right 0;
}
