/*  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 #99bbe8; /*da0000*/
  padding: 5px;
  font-weight: bold;
  background: #FFeeee;
  color: #000000;
  margin: 5px 0 5px;
}
.alert {
  border: solid 2px #99bbe8; /*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;
}/*                                               */
body {
  background: #eeeeee url(../../css/setka.png);
  font: 11pt arial;
}

/*  main                                          */
.main {
	background: #ffFFff;
	padding: 0 5px 0 5px;
	margin: 0 35px 0 35px;
}

/*  head                                          */
.head {
	height: 120px;
	background: url(../../css/head.png) #628ECA;
	position: relative;
	border-bottom: solid 5px #628ECA;
}
.head .logo {
	background: url(../../css/logo.png) no-repeat;
	_background: none;
	position: absolute;
	height: 72px;
	width: 280px;
	top: 21px;
	left: 26px;
}
.head .baner {
	float: right;
	height: 60px;
	width: 468px;
	margin: 10px 10px 0 0;
	border:solid 1px blue;
}
.head .menu {
	position: absolute;
	left: 70px;
	top: 88px;
	width: 1000px;
}
.head .menu li {
  list-style: none;
  float: left;
  margin: 0 0 0 3px;
}
.head .menu a {
  display: block;
  width: auto;
  padding: 0 5px 0 5px;
  _width: 50px;
  height: 30px;
  background: url(../../css/head-b.png) #ffFFff;
  text-align: center;
  line-height: 30px;
  text-decoration: none;
  color: #204c8d;
  font-weight: bold;
  border: solid 1px #628eca;
}
.head .menu a.act,
.head .menu a:hover {
  background: url(../../css/head-a.png);
  color: #ffFFff;
}

/*  body                                          */
.body {
	padding: 20px;
}
.body table {
  margin: 0 0 5px 0px;
}
.body .tr {
	background: #eeeeee;
}
.body table.tline  {
  background: #ccCCcc;
}
.body .tline tr {
  background: #ffFFff;
}

/*  foot                                          */
.foot {
	height: 60px;
	background: url(../../css/head.png) #628ECA;
	position: relative;
	border-top: solid 5px #628ECA;
}
.foot .menu {
	position: absolute;
	left: 70px;
	top: 0px;
	width: 1000px;
}
.foot .menu li {
  list-style: none;
  float: left;
  margin: 0 0 0 3px;
}
.foot .menu a {
  display: block;
  width: auto;
  padding: 0 5px 0 5px;
  _width: 50px;
  height: 30px;
  background: url(../../css/foot-b.png) #ffFFff;
  text-align: center;
  line-height: 30px;
  text-decoration: none;
  color: #204c8d;
  font-weight: bold;
  border: solid 1px #628eca;
}
.foot .menu a.act,
.foot .menu a:hover {
  background: url(../../css/foot-a.png);
  color: #ffFFff;
}
.foot .copy {
	 text-align: center;
	 padding:  38px 0 0 0;
}
.foot .copy a {
	 color: #ffFFff;
	 font-weight: normal;
	 font-size: 10pt;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> 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(../../lib/js/thickbox/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;
}
.text h1 {
	background: url(../../css/h1.png) #204C8D;
	margin: 10px 0 10px 0;
	padding: 10px;
	font-size: 18pt;
	font-weight: bold;
	color: #ffffff;
	clear: both;
}
.text h2 {
	background: url(../../css/h2.png) #cccccc;
	margin: 10px 0 10px 0;
	padding: 10px;
	font-size: 14pt;
	font-weight: bold;
	color: #204C8D;
	clear: both;
}
.text h3 {
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 10px;
	font-size: 12pt;
	font-weight: bold;
	color: #204C8D;
	border-bottom: solid 1px #cccccc;
	clear: both;
}
.text pre {
	background: #FFFAE9;
	border: solid 1px #E5E5E5;
	border-left: solid 5px #E5E5E5;
	padding: 5px;
	margin: 3px 0 3px 0;
	font-family: fixedsys;
}
.text p {
	margin: 5px 0 5px 0;
}
.text img {
  border: solid 1px #cccccc;
  padding: 3px;
  margin: 5px 0 5px 0;
}
body {
  font: 11pt arial;
}
.text table {
  font: 11pt arial;
}
.text td,.text  th {
  padding: 5px;
}
.text ul,.text  ol {
  margin: 5px 0 5px 25px;
}
.text b,.text  strong {
	font-weight: bold;
}
.text input,
.text textarea {
  border: solid 1px #ccCCcc;
  background: #ffFFff;
  padding: 1px;
}
.text a {
  color: #0000A0;
}
.text a.act,
.text a:hover {
  color: #A00000;
}
