﻿@import url(uklad.css);

 
/* =========================================================== */
.clear {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.textLeft {
  text-align: left;
}
.textRight{
  text-align: right;
}
.textCenter {
  text-align: center;
}
.noFloat,
.form fieldset div label.noFloat {
  float: none;
}
/* definicje fontow */

body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  line-height: 140%;
  color: #7C7C7C;
  background: #BEBBBB;
}

body #kontener {
//  font-size: 92.5%;
  font-size: 12px;
}

img {
  border: none;
}

p, h1, h2, ul, ol, form, legend, fieldset {
  margin: 0;
}

a {
  color: #7C7C7C;
}

a:hover {
  text-decoration: none;
}

select,
input,
textarea,
form {
  font-family: Arial, Helvetica, sans-serif;
}

fieldset {
  border: none;
}

table,
td,
tr,
th {
  border: none;
}

table {
  margin: 2px 0 16px;
}

table a {
  font-weight: bold;
}

table a img {
  vertical-align: middle;
}

tr {
  background: url(/i/bgrd_content.gif) left bottom repeat-x;
}

tr.distinct {
  background-color:#EFE9D1;
}

td,
th {
  padding: 2px 0 8px 16px;
}

td.opcje {
  text-align: right;
  padding-right: 16px;
}

tr.naglowekTabeli th {
  padding: 0 0 2px;
  background: #FFF url(/i/bgrd_content.gif) left bottom repeat-x;
  text-align: left;
}

.uklad th a,
.uklad th b {
  display: block;
  padding: 6px 0 4px 16px;
  color: #000;
  background: #FFF url(/i/bgrd_th.png) left top repeat-x;
  text-decoration: none;
}

.uklad th a span {
  padding-right: 12px;
}

.uklad th a.sortA span {
  background: transparent url(/i/sort_a.gif) center right no-repeat;
}

.uklad th a.sortZ span {
  background: transparent url(/i/sort_z.gif) center right no-repeat;
}

textarea {
  font-size: 100%;
  line-height: 1.4;
}
table {
  font-size: 100%;
}

#stopka {
  clear: both;
  padding: 20px 0;
  text-align: center;
  /*background: url(/i/bgrd_stopka.jpg) left top repeat-x;*/
  background-color: #BEBBBB;
  
}

#stopka p {
  line-height: 260%;
}

#stopka p span a {
  margin: 0 6px;
}

.uklad {
  padding: 4px 0 20px;
  color: #000;
  line-height: 1.8;
  background-color: #F0F0F0;
}

.uklad a {
  color: #7C7C7C;
}

.uklad h1,
.uklad h2,
.wyszukiwarka legend,
.uklad #artykul .left h2,
.uklad #artykul .right h2 {
  padding-bottom: 8px;
  color: #7C7C7C;
  text-align: left;
  font-weight: normal;
  font-size: 167%;
  line-height: 1;
/*  background: url(/i/bgrd_content.gif) bottom left repeat-x;*/
}

.wyszukiwarka legend {
  color: #FFFFFF;
}
.formFirstFieldset
{
	height: 0px;
}
.wyszukiwarka .formFirstFieldset {
	height: 18px;
}

.uklad #artykul .left h2,
.uklad #artykul .right h2 {
  margin-top: 8px;
}



.uklad h1 {
  margin-top: 8px;
  background: none;
}

.wyszukiwarka legend {
  margin: 0px 0 0 -10px;
  background: none;
}

.uklad h1 span,
.uklad h2 span,
.wyszukiwarka legend span {
  display: block;
  padding-left: 16px;
  background: url(/i/bullet_h.gif) 0px 1px no-repeat;
}

.baner {
  padding-bottom: 9px;
/*  background: url(/i/bgrd_baner.jpg) bottom left repeat-x;*/
}

.baner img {
  display: block;
}

.ads,
.info,
.uwaga {
/*  border: solid 1px #CCC;*/
  text-align: center;
}

.ads,
.info,
.uwaga {
  text-align: -moz-center;
}

#kontener .uklad .info.logowanie {
  margin: 10px 0 24px;
  font-weight: bold;
}

#kontener .uklad .info.logowanie big {
  display: block;
  margin: 6px 0 6px 0;
  padding: 0; 
}

#kontener .uklad .info.logowanie span {
  height: 185px;
}

.info,
.uwaga {
  text-align: left;
}

.ads span,
.info span,
.uwaga span {
  display: block;
/*  padding: 8px 8px 0;*/
  background: #F0F0F0;
  /*border: solid 1px #FFF;*/
}

.info span {
  padding: 8px 8px 8px 54px;
  background: #F0F0F0 url(/i/ikona_info.png) 12px 12px no-repeat;
}

.uwaga span {
  padding: 8px 8px 8px 54px;
  background: #F0F0F0 url(/i/ikona_uwaga.png) 12px 12px no-repeat;
}

.ads span * {
  display: block;
/*  margin-bottom: 8px;*/
}

.uklad #kolumna-dwa #aktualnie-rekrutuja {
  position: relative;
  margin-bottom: 12px;
  text-align: center;
}

.uklad #kolumna-dwa #aktualnie-rekrutuja #prev {
  position: absolute;
  top: 70px;
  right: 236px;
}

.uklad #kolumna-dwa #aktualnie-rekrutuja #next {
  position: absolute;
  top: 70px;
  right: 62px;
}

#aktualnie-rekrutuja .firma {
  display: block;
  width: 250px;
  margin: 0 auto;
  font-weight: bold;
  cursor: pointer;
}

#aktualnie-rekrutuja .logo {
  display: block;
  margin: 8px 0 0;
  width: 232px;
  height: 78px;
  padding: 8px;
  line-height: 78px;
  border: solid 1px #CCC;
  background: #FFF;
}

#aktualnie-rekrutuja .logoslajd {
  display: block;
  margin: 0px 0px 0px 0px;
  width: 300px;
  height: 120px;
  padding: 9px;
  line-height: 120px;
/*  border: solid 1px #CCC;*/
  background: #FFF;
}

#aktualnie-rekrutuja .nazwaslajd {
  display: block;
  width: 320px;
  height: 3px;
/*  background: url(/i/bgrd_content_2.jpg) 0px 0px repeat-x;*/
  padding-top: 0px;
}

#aktualnie-rekrutuja .logo img {
  vertical-align: middle;
}

#aktualnie-rekrutuja .nazwa {
  display: block;
  width: 250px;
  background: url(/i/bgrd_content_2.jpg) 0px 0px repeat-x;
  padding-top: 3px;
}

.uklad #kolumna-jeden .grupa a {
  margin-top: 0px;
  margin-bottom: 0px;
}

.uklad #kolumna-jeden .topbaner {
  margin-bottom: 0px;
}


.uklad #kolumna-jeden .banerlinks table, 
.uklad #kolumna-jeden .banerlinks td, 
.uklad #kolumna-jeden .banerlinks tr, 
.uklad #kolumna-jeden .banerlinks th {
  margin: 0px;
  padding: 0px;
  background: none;
}

.uklad #kolumna-jeden .banerlinks td{
  width: 197px;
} 

.uklad #kolumna-jeden .banerlinks td.tleft {
  padding-right: 16px;
} 

.uklad #kolumna-jeden .banerlinks td.tright {
  padding-right: 0px;
} 

.uklad #kolumna-jeden .banerlinks table{
  margin: 0px;
} 

.grupa .left {
  margin-right: 16px;
}

.uklad #kolumna-jeden .listy {
  width: 608px;
  margin: 8px 0px 16px 16px;
}

.listy ul {
  width: 19%;
  margin: 0 1% 0 0;
  padding: 0;
  list-style: none;
}

.listy ul li {
  margin: 0;
  padding: 0 0 0 10px;
  background: url(/i/bullet_li.gif) 0px 10px no-repeat;
}

.listy.kategorii ul {
  width: 31%;
}

.wyszukiwarka {
  color: #FFF;
  /*background: #275DAE url(/i/bgrd_wyszukiwarka_2.png) right bottom no-repeat;*/
  background: #A09C9C url(/i/logo_ipk_search.png) right bottom no-repeat;
}

.wyszukiwarka fieldset {
}

.wyszukiwarka.zaawansowana fieldset {
  background-image: none;
}

.wyszukiwarka a {
  color: #FFF;
  margin-left: 112px;
}

.wyszukiwarka label {
  float: left;
  width: 105px;
  text-align: right;
}

.wyszukiwarka.zaawansowana .w-kolumna-2 label {
  width: 85px;
}

#kolumna-dwa .wyszukiwarka.zaawansowana label {
  float: left;
  width: 105px;
  text-align: right;
}

.wyszukiwarka label.noFloat,
#kolumna-dwa .wyszukiwarka.zaawansowana label.noFloat {
  float: none;
  width: auto;
  text-align: left;
}

.wyszukiwarka input.text,
.wyszukiwarka select {
  float: right;
  width: 170px;
  border-left: #C7C5C5 solid 1px;
  border-bottom: #ECEBEB solid 1px;
  border-right: #C2BFBF solid 1px;
  border-top: #FFFFFF solid 1px;
}

.wyszukiwarka input.text {
  width: 166px;
  border-left: #C7C5C5 solid 1px;
  border-bottom: #ECEBEB solid 1px;
  border-right: #C2BFBF solid 1px;
  border-top: #FFFFFF solid 1px;
  
}

.wyszukiwarka input.checkbox {
  vertical-align: middle;
}

.wyszukiwarka input.button {
  width: 122px;
  margin-left: 4px;
  padding: 4px 0px 6px;
  color: #FFF;
  font-size: 118%;
/*  font-weight: bold;*/
  background: transparent url(/i/bgrd_button.png) left bottom no-repeat;
  border: none;
  cursor: pointer;
}

.wyszukiwarka.zaawansowana #ref {
  float: left;
  width: 100px;
  margin-left: 6px;
}

.wyszukiwarka.zaawansowana #oferty-IPK {
  margin-left: 56px;
}

#kolumna-dwa .wyszukiwarka.zaawansowana #oferty-IPK {
  margin-left: 110px;
}

.wyszukiwarka.zaawansowana input.button {
  float: right;
}

.uklad .wyszukiwarka .w-kolumna-2 p {
  float: none;
}

.uklad .wyszukiwarka .w-kolumna-1 p,
.uklad .wyszukiwarka .w-kolumna-2 p,
.uklad .wyszukiwarka.zaawansowana .w-kolumna-2 p {
  float: left;
  margin-bottom: 12px;
  vertical-align: middle;
}

#kolumna-jeden .wyszukiwarka .w-kolumna-1,
#kolumna-jeden .wyszukiwarka.zaawansowana .w-kolumna-2,
#kolumna-dwa .wyszukiwarka.zaawansowana .w-kolumna-1,
#kolumna-dwa .wyszukiwarka.zaawansowana .w-kolumna-2 {
  float: left;
  width: 282px;
  margin: 0;
}

#kolumna-jeden .wyszukiwarka .w-kolumna-2 {
  float: left;
  width: 200px;
  margin: 44px 0 0 12px;
}

#kolumna-jeden .wyszukiwarka.zaawansowana .w-kolumna-2 {
  width: 262px;
  margin-top: 0;
}

#sciezka {
  font-size: 92%;
}

#sciezka a {
  color: #000;
}

#top {
  margin: 21px 0 0 0;
  background: url(/i/bgrd_top.png) left bottom repeat-x;
}

#top div {
  position: relative;
  height: 255px;
/*  background: url(/i/bgrd_menu.png) right top no-repeat;*/
}

#top #wersje {
  position: absolute;
  top: -18px;
  right: 0;
  list-style: none;
  line-height: 20px;
}

#top #wersje li {
  float: left;
  margin-left: 16px;
}

#top p,
#top p a {
  color: #0E2951;
}

#top p {
  margin-top: 6px;
}

#top #menu {
  position: absolute;
  bottom: 30px;
  padding: 0;
  font-size: 17px;
  line-height: 20px;
  list-style: none;
}

#top #menu li {
  float: left;
  margin: 0 2px 0 0;
  padding: 0;
  background: url(/i/bgrd_zakladka.png) left bottom repeat-x;
  border-bottom: none;
}

#top #menu li.aktywny {
  background: #75A3E7 url(/i/bgrd_aktywny.png) left bottom repeat-x;
}

#top #menu li#ipk {
  float: left;
  margin: 0 2px 0 0;
  padding: 0;
  background: url(/i/bgrd_zakladka.png) left bottom repeat-x;
  border-bottom: none;
}

#top #menu li a {
  display: block;
  padding: 5px 8px;
  text-decoration: none;
  color: #7C7C7C;
  font-size: 16px;;
}

#top #menu li a:hover {
  color: #BEBBBB;
}

#top #menu li.aktywny a:hover {
  color: #FFF;
}

#top #menu li#ipk a {
/*  padding-bottom: 3px;*/
}

#top #menu li#ipk a:hover {
  color: #BEBBBB;
}

#top #menu li.aktywny ul {
  position: absolute;
  margin: 6px 0 0 0;
  padding: 0;
  left: 0;
  list-style: none;
  width: 960px;
}

#top #menu li.aktywny ul li {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  color: #FFF;
  font-size: 13px;
  line-height: 18px;
}

#top #menu li.aktywny ul li a {
  display: block;
  padding: 2px 9px 4px;
  text-decoration: none;
}

#top #menu li.aktywny ul li a:hover,
#top #menu li.aktywny ul.niezalogowany li a {
  color: #6D95D0;
}

#top #menu li.aktywny ul li.aktywny {
  background: #F0F0F0 url(/i/bgrd_zakladka_2.png) left bottom repeat-x;
  border: solid 1px #F0F0F0;
  border-bottom: none;
}

#top #menu li.aktywny ul li.aktywny a,
#top #menu li.aktywny ul li.aktywny a:hover {
  color: #274A80;
}

.modul table {
  margin: 2px 0 8px;
}

.uklad #kolumna-jeden #info {
  margin-bottom: -2px;
  padding: 8px;
  color: #FFF;
  background: #1c3e62;
}

#info p {
  float: left;
}

#info form {
  float: right;
  vertical-align: middle;
}

#info form p label {
  float: left;
  padding: 0 6px 0 12px;
}

#info form .button {
  margin-left: 6px;
  padding: 1px 2px 2px;
  background: #1c3e62;
  border: none;
  color: #FFF;
  font-weight: bold;
  cursor: pointer;
}

#stronicowanie {
  clear: both;
  margin: 0 0 24px;
  text-align: center;
}

#stronicowanie li {
  display: inline;
  margin: 0 3px;
}

#stronicowanie li a {
  padding-bottom: 12px;
  background: url(/i/bgrd_stronicowanie.png) bottom right repeat-x;
}

#stronicowanie li a span {
  margin: 0;
  padding: 1px 5px;
  border: solid 1px #2D63B1;
  background: #FFF;
  text-decoration: none;
  font-weight: bold;
}

#stronicowanie li.aktywny a span {
  border: solid 1px #CCCCCC;
  color: #000;
}

.listaArtykulow {
  padding-bottom: 12px;
}

.listaArtykulow dt, dd {
  margin: 0;
  padding: 0;
}

.listaArtykulow dt {
  font-weight: bold;
  font-size: 117%;
}

.listaArtykulow dd.data,
#artykul #data {
  color: #666;
  font-size: 92%;
}

.listaArtykulow dd.foto {
  float: left;
  margin: 6px 6px 0 0;
}

.listaArtykulow dd.foto img {
  padding: 2px;
  background: #FFF;
  border: solid 1px #CCC;
}

.listaArtykulow dl {
  margin: 0 0 12px 0;
}

.uklad #artykul {
  padding-top: 0;
}

#artykul div#data {
  margin: 0 0 14px;
  font-weight: bold;
  line-height: 1.2;
}

#artykul div#foto {
  color: #666;
  font-size: 92%;
  text-align: right;
}

#artykul div#foto img {
  display: block;
}

.uklad #artykul p,
.uklad #artykul ul,
.uklad #artykul ol {
  margin: 0 0 12px 0;
}


.uklad #artykul h2 {
  margin: 0 0 12px 0;
  padding: 0;
  background: none;
  color: #000;
  font-size: 109%;
  font-weight: bold;
}

.form fieldset {
  position: relative;
  padding: 0;
  margin-bottom: 15px;
  border: solid 1px #CCC;
  line-height: 1.75;
}

.form fieldset legend {
  margin-left: 15px;
  color: #999999;
  font-weight: bold;
}

.form fieldset legend span {
  padding: 0;
  background: #F0F0F0;
}

#kolumna-jeden .form fieldset div.border,
#kolumna-dwa .form fieldset div.border {
  clear: both;
  margin: -10px 0 0 0;
  padding: 12px;
  background: #F0F0F0;
  border: solid 1px #FFF;
}

.form fieldset div.border p {
  clear: both;
  padding: 4px 0;
}

.form fieldset div.border .grupa {
  clear: both;
  margin-left: 37% !important;
  padding: 0;
}

#kolumna-dwa .form fieldset div.border .grupa {
  margin-left: 25% !important;
}

.form fieldset div.border .grupa label {
  width: auto;
  display: inline;
}

.form fieldset div.border .grupa p.kolumna {
  float: left;
  clear: none;
  width: 30%;
  padding-bottom: 10px;  
}

.form fieldset div.border .grupa p.kolumna input.text {
  width: 100px;
  vertical-align: middle;
}

.form fieldset div.border p.oferta-branze select {
  width: auto;
}

.form fieldset div label {
  float: left;
  padding-right: 4px;
  width: 37%;
  text-align: right;
}

#kolumna-dwa .form fieldset div label {
  width: 25%;
}

.form fieldset div label span {
  display: block;
  line-height: 1;
  margin-top: -4px;
  font-size: 84%;
}

.form fieldset div input.text {
  width: 170px;
}

.form fieldset div input#etykieta {
  width: 500px;
}

.form fieldset div select {
  width: 174px;
}

.form input.radio,
.form input.checkbox {
  margin: 0 2px 2px;
  vertical-align: middle;
}

.form fieldset div textarea {
  width: 500px;
  height: 160px;
  overflow: auto;
}

.form fieldset .buttonFile {
  font-family: "MS Sans Serif", sans-serif;
  font-weight: normal;
  font-size: 10px;
  margin-left: 3px;
}

.form p.grupaZgoda {
  margin-left: 175px;
}

p.grupaZapis {
  text-align: center;
}

p.grupaZapis .buttonZapis,
p.grupaZapis .buttonZapisOff,
p.grupaZapis .buttonAkcja {
  width: 121px;
  margin: 8px 8px 0 8px;
  padding: 4px 0px 5px;
  color: #FFF;
//  font-size: 118%;
  font-size: 13px;
  font-weight: bold;
  border: none;
  cursor: pointer;
}
p.grupaZapis .buttonZapis {
  background: none repeat scroll 0 0 #1C3E62
}
p.grupaZapis .buttonZapisOff {
  background: none repeat scroll 0 0 #1C3E62
}
p.grupaZapis .buttonAkcja {
  background: none repeat scroll 0 0 #1C3E62
}

p.grupaZapis a.buttonAkcja,
p.grupaZapis a.buttonZapis,
p.grupaZapis a.buttonZapisOff {
  display: block;
  margin: 0 auto;  
  text-align: center;
  padding: 0 0 5px;
}


.form p.blad {
  color: #BD2430;
}

/*cv*/

.form a span {
  text-decoration: underline;
}

.form a:hover span {
  text-decoration: none;
}

.form legend a {
  position: absolute;
  right: 16px;
  top: -21px;
}

.form legend a:hover {
  text-decoration: none;
}

.form legend a span,
.form a span {
  padding: 2px 4px;
  background: #FFF;
  border: solid 1px #CCC;
  font-weight: bold;
}

.form legend .mceEditor a span,
.form .mceEditor a span {
  padding: 0;
  border: none;
  font-weight: normal;
}

.form big {
  font-weight: bold;
}

.form dl {
  clear: both;
  margin: 0;
  width: 100%;
}

.form dl dt {
  float: left;
  width: 290px;
  margin-right: 8px;
  text-align: right;
}

.form dl dt label {
  float: none;
  padding: 0;
  width: none;
}

.form dl dd {
  float: right;
  width: 634px;
  text-align: left;
  font-weight: bold;
}

.form div.modul {
  position: relative;
  margin: 8px 0 0 0 !important;
  padding-top: 8px;
  background: url(/i/bgrd_content.gif) top left repeat-x;
}

.form div.modul.noLine {
  margin: 0 !important;
  padding-top: 0;
  background-image: none;
}

.form div.modul p {
  position: absolute;
  right: 3px;
  top: 6px;
}

.form div.modul.noLine p {
  top:0px;
}

.form div#foto {
  float: left;
  margin: 4px 0 0 0;
  padding: 0;
  width: 144px;
}

.form #foto img {
  padding: 1px;
  border: solid 1px #CCC;
  background: #FFF;
}

.form div#daneOsobowe {
  float: left;
  margin-left: 8px;
  width: 750px;
}

.form div#daneOsobowe p {
  padding: 0;
}

.form #daneOsobowe dl {
  clear: both;
}

.form #daneOsobowe dt {
  width: 138px;
}

.form #daneOsobowe dd {
  width: 604px;  
}

#kolumna-jeden .modul .boks {
  width: 304px;
}

#kolumna-jeden .modul .boks .listy {
  width: 304px;
  margin: 0;
}

#kolumna-jeden .modul .boks .listy ul {
  width: 304px;
}

#kolumna-dwa #kalendarz {
  width: 100%;
  margin: 8px 0 32px;
}

#kolumna-dwa #kalendarz .aktywny {
  font-weight: bold;
}

#kolumna-dwa #kalendarz p {
  margin: 8px 0 0 0;
}

#kolumna-dwa #kalendarz ul.left {
  margin-top: 8px;
  padding-left: 50px;
}

#kolumna-jeden #artykul .left {
  width: 200px;
}

#kolumna-jeden #artykul .right {
  width: 410px;
}

#kolumna-jeden #testy{
	width:761px;
	border:0px solid #275DAE;
	border-right:1px solid #275DAE;
	border-bottom:1px solid #275DAE;
    background: #D9E6F5 url(/i/testy_back.png) left top no-repeat;
	padding:15px;
	margin-top:20px;
	margin-bottom:50px;
	min-height: 300px
}

#kolumna-jeden #testy h1{
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 130px;
  color: #FF6600;
  text-align: left;
  font-weight: normal;
  font-size: 167%;
  line-height: 1;
}

#kolumna-jeden #testy h3{
  padding-top: 15px;
  font-size: 1.2em;
}

#kolumna-jeden #testy tr, #kolumna-jeden #testy td {
  background: none;
  padding: 0px;
  line-height:1.5em;
}

#kolumna-jeden #testy table.postep {
  padding: 0px;
  margin: 0px;
  font-size: 0.8em;
}

#kolumna-jeden #testy table.postep tr, #kolumna-jeden #testy table.postep td {
  background: none;
  padding: 0px;
  line-height:1em;
}

#kolumna-jeden #testy table.postep td.p2 {
  border: 1px solid red;
}

#kolumna-jeden #testy table.wyniki, table.w {
  padding: 0px;
  margin: 0px;
  width: 100%;
}

#kolumna-jeden #testy table.w2 {
  padding: 5px;
  margin: 0px;
}

#kolumna-jeden #testy table.w2 td{
  padding: 5px;
}

#kolumna-jeden #testy table.wyniki td.tytul{
	text-align: left;
	padding:3px;
	width: 500px;
}

#kolumna-jeden #testy .pytanie {
	padding-left:5px;
	font-size: 130%;
	font-weight: bold;
	color: #275DAE;
}

#kolumna-jeden #testy .pytbox {
	padding-left:300px;
	line-height:3em;
}

#kolumna-jeden #testy div.dwyniki {
	padding-left:83px;
}

#kolumna-jeden #testy .pytbox2 {
	padding-left:270px;
	line-height:3em;
}

#kolumna-jeden #testy .butcenter {
	padding-left: 370px;
	line-height:50px;
}

/* cv counter */
.cv_counter {
	font-weight: bold;
	color: #FF0000;
	border: 1px solid #000000;
	background: #275DAE;
	padding: 3px;
	height: 18px;
}

.cv_loader {
	border: 1px solid #000000;
	padding: 3px;
	height: 18px;
}

/* sposób dodania usera */
.add_self {
	background-color: #C2D7E5;
}

.add_ipk {
}

.add_import1 {
	background-color: #ffedb7;
}

.add_import2 {
	background-color: #feffb7;
}

table.search, table.search td, table.search tr {
	font-size: 11px;
	border: 0px solid #000000;
	background: none;
	padding: 1px;
	margin: 0px;
}

table.search table {
	margin: 0px;
}

table.search div.rightbox {
	width: 400px;
	height: 450px;
	overflow: auto;
}

table.search td input, table.search td select {
  font-size: 11px;
}


table.test3p_content
{
    margin: 0px 30px 0px 0px;
    border: 0px;
}
table.test3p_content tr
{
    border: 0px;
    padding: 0px;
    margin: 0px; 
    background: transparent;
}
td.test3p_left_banner
{
    width: 115px;
    border: none;
    text-align: left;
    vertical-align: top;
    padding: 0px;
    margin: 0px; 
    background: transparent;
}
td.test3p_left_banner img
{
    width: 75px;
    height: 372px;
    border: 0px;
}
td.test3p_menu
{
    height: 74px;
    border-bottom: solid 1px #1f4782;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    text-align: left;
    vertical-align: top;
    padding: 0px 0px 12px 0px;
    margin: 0px; 
    background: transparent;
    vertical-align: bottom;
}
td.test3p_menu, .test3p_menu_link, a.test3p_menu_link, a.test3p_menu_link:hover, a.test3p_menu_link:visited, a.test3p_menu_link_active, a.test3p_menu_link_active:hover, a.test3p_menu_link_active:visited, .test3p_text_bigger
{
    font-family: arial,sans-serif;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;                                                                  
}
a.test3p_menu_link, a.test3p_menu_link:hover, a.test3p_menu_link:visited, a.test3p_menu_link_active, a.test3p_menu_link_active:hover, a.test3p_menu_link_active:visited
{
    text-decoration: underline;
}
td.test3p_menu, .test3p_menu_link, a.test3p_menu_link, a.test3p_menu_link:hover, a.test3p_menu_link:visited, .test3p_text_bigger
{
    color: #1e447b;
}
.test3p_menu_link_active, a.test3p_menu_link_active, a.test3p_menu_link_active:hover, a.test3p_menu_link_active:visited
{
    color: #7289aa;
}
.test3p_menu_link_space
{
    margin-right: 10px;
    margin-left: 10px;
}

td.test3p_content
{
    font-family: arial,sans-serif;
    font-size: 14px;
    color: #544e3a;
    border: 0px;
    text-align: left;
    vertical-align: top;
    padding: 13px 0px 0px 0px;
    margin: 0px; 
    background: transparent;
}

.btn_blue
{
	background-image: url(../i/bg_btn_blue.gif);
	background-position: center;
	background-repeat: repeat-x;	
	padding: 8px 6px 0px 6px;
	text-align: center;
	vertical-align: middle;
	color: #cfd9eb;
	height: 30px;
	cursor: pointer;
}
.btn_blue_active
{
	background-image: url(../i/bg_btn_blue_active.gif);
	background-position: center;
	background-repeat: repeat-x;	
	padding: 8px 6px 0px 6px;
	text-align: center;
	vertical-align: middle;
	color: #cfd9eb;
	height: 30px;
}
.btn_blue_hover
{
	background-image: url(../i/bg_btn_blue_hover.gif);
	background-position: center;
	background-repeat: repeat-x;	
	padding: 8px 6px 0px 6px;
	text-align: center;
	vertical-align: middle;
	color: #cfd9eb;
	height: 30px;
	cursor: pointer;
}
table.normal_table
{
    margin: 0px;
    border: 0px;
}
table.normal_table tr
{
    border: 0px;
    padding: 0px;
    margin: 0px; 
    background: transparent;
}
table.normal_table td
{
    border: 0px;
    padding: 0px;
    margin: 0px; 
    background: transparent;
}
table.form_table
{
    margin: 0px;
    border: 0px;
}
table.form_table tr
{
    border: 0px;
    padding: 0px;
    margin: 0px; 
    background: transparent;
}
table.form_table td
{
    border: 0px;
    padding: 5px;
    margin: 0px; 
    background: transparent;
    vertical-align: middle;
}
table.form_table th
{
    border: 0px;
    padding: 5px;
    margin: 0px; 
    background: transparent;
    vertical-align: middle;
    text-align: right;
    font-weight: normal;
}

table.list_results 
{
    margin: 2px 0 16px;
}

table.list_results a 
{
    font-weight: bold;
}

table.list_results a img 
{
  vertical-align: middle;
}

table.list_results tr 
{
    background: url(/i/bgrd_content.gif) left bottom repeat-x;
}

table.list_results tr.distinct 
{
    background-color:#EFE9D1;
}

table.list_results td, table.list_results th 
{
    padding: 2px 0 8px 16px;
}
/********************************************************/
input.form-text, input.form-password, input.form-email
{
	width: 170px;
}
input.form-checkbox
{
}
input.form-error
{
	border: 1px solid #FF0000;
}
/********************************************************/
p.big_edit_link, p.big_edit_link a
{
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
	cursor: pointer;	
	color: #2D63B1;
}
/********************************************************/
.light_blue_bold
{
	color: #275bae;
	font-weight: bold;
}
/********************************************************/
table.blue_boder_table
{
    margin: 0px;
    border: 0px;
	padding: 0px;
	border: 1px solid #275bae;
	border-collapse: collapse;
}
table.blue_boder_table tr
{
    border: 0px;
    padding: 0px;
    margin: 0px; 
    background: transparent;
}
table.blue_boder_table th
{
    border: 0px;
    padding: 3px;
    margin: 0px; 
    background: transparent;
	border: 1px solid #275bae;
	color: #275bae;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
table.blue_boder_table td
{
    border: 0px;
    padding: 3px;
    margin: 0px; 
    background: transparent;
	border: 1px solid #275bae;
}
/********************************************************/

