body {
        font-size: 13px;
        font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
        margin:0px;
        padding:0px;
        background-color: #c6c6c6;
  /*background-image: url('../pic/tlo.jpg');*/
}


#main {
        width:770px;
        height: 100%;
        margin: 0px auto;
        padding:0px;
        text-align:left;
        background-image: url('../pic/inner.jpg');
        background-repeat: repeat-y;
        background-position: center;
        border: 5px solid #FFFFFF;
}


#header {
  background-image: url('../pic/top.jpg');
  background-repeat: no-repeat;
  background-position: right;
  width: 770px;
  height: 152px;
  position: relative;
  top: 0px;
}


#inner {
  background-image: url('../pic/inner.jpg');
}



#left {
  background-image: url('../pic/left.jpg');
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
  float: left;
  position: relative;
  width:277px;
  height: 549px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  top: 0px;
  text-align: right;

}


#left div.menu {
  text-align: right;
  margin: 0px;
  padding: 0px;
}


#left div.menu div.description {
  height:17px;
  width:270px;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='pic/menu_blue.png',sizingMethod='scale');
  background-position: right;
  background-repeat: no-repeat;
  font-size: 14px;
  font-weight: bold;
  color: #173344;
  text-align: right;
  display: block;
  padding: 0px;
  padding-right: 7px;
  text-decoration: none;
  margin-top: 10px;
  margin-left: 0px;
  margin-right: 0px;
}


#left div.menu div.description[class] {
  background-image: url('../pic/menu_blue.png');
  background-repeat: repeat-y;
  height: auto;
  width: auto;
  padding-right: 18px;
}


#left div.menu a.menu_link, #left div.menu a.menu_link:visited {
  height:17px;
  width:270px;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='pic/menu_white.png',sizingMethod='scale');
  background-position: right;
  background-repeat: no-repeat;
  font-size: 13px;
  font-weight: bold;
  color: #173344;
  text-align: right;
  display: block;
  padding: 0px;
  padding-right: 7px;
  text-decoration: none;
  margin-top: 1px;
  
}


#left div.menu a.menu_link[class], #left div.menu a.menu_link[class]:visited {
  background-image: url('../pic/menu_white.png');
  background-repeat: repeat-y;
  height: auto;
  width: auto;
  padding-right: 18px;
}


#left div.menu a.menu_link:hover {
  height:17px;
  width:270px;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='pic/menu_white_hover.png',sizingMethod='scale');
  background-position: right;
  background-repeat: no-repeat;
  color: #173344;
  border-top: 1px;
  text-decoration: none;
  text-transform: uppercase;
}


#left div.menu a.menu_link[class]:hover {
  background-image: url('../pic/menu_white_hover.png');
  background-repeat: repeat-y;
  height: auto;
  width: auto;
}


#left div.menu div.under_menu {
  text-align: center;
  margin: 20px;
}

#content {
  background-image: url('../pic/content.jpg');
  background-repeat: no-repeat;
  background-position: left top;
  background-color: transparent;
  float: right;
  width: 493px;
  padding:0px;
  text-align: justify;
  color: #D8DEE2;
  height: 100%;
  min-height: 549px;
  
}


#cleaner {
  clear: both;
  height: 1px;
  margin: -1px 0 0 0;
  padding: 0;
  border: none;
  visibility: hidden;
}


#footer {
  background-image: url('../pic/bottom.jpg');
  background-repeat: no-repeat;
  background-position: left bottom;
  text-align: left;
  vertical-align: bottom;
  height: 30px;
  width: 770px;
  font-size: 11px;
  font-weight: bold;    
  color: #564b47;
  padding-top: 50px;
  padding-left: 0px;

/*   border: 1px solid black; */
  
}

#footer a {
  padding-left: 65px;
}


h1 {
  height:66px;
  width:473px;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='pic/h1.png',sizingMethod='scale');
  background-position: right;
  background-repeat: no-repeat;
  font-family: arial;
  font-size: 30px;
/*   color: #ffffff; */
  color: #173344;
  text-align: right;
  padding: 0px 20px 0px 0px;

  margin-top: 20px;
  margin-bottom: 15px;
  line-height: 40px;

}


h1[class] {
  background-image: url('../pic/h1.png');
  background-repeat: no-repeat;
  height: auto;
  width: auto;
}

h1[class].h1_large {
  background-image: url('../pic/h1_large.png');
  background-repeat: no-repeat;
  height: auto;
  width: auto;
  font-size: 25px;
}

h1[class].small_font {
  background-image: url('../pic/h1_small.png');
  background-repeat: no-repeat;
  height: auto;
  width: auto;
  font-size: 15px;
}

h2 {
  text-align: left;
  color: #d5deab;
  margin-left: 20px;
  margin-right: 20px;
  border-bottom: 1px solid white;
}

h3 {
  text-align: left;
  color: #D8DEE2;
  margin: 20px 20px -10px 20px;
  
}


p {
 margin: 10px 15px;
 padding: 5px;
 text-align: justify;
 text-indent: 15px;
}


p:first-letter {
 font-size: 120%;
 font-weight: bold;
 color: #FFFFFF;
}

#subtopic p:first-letter {
 font-size: 100%;
}

#subtopic p {
 margin: 10px 15px;
 padding: 5px;
 text-align: justify;
 text-indent: 15px;
}

p.pic {
  font-size: 90%;
  color: #9c9c9c;
  text-align: right;
  text-align: center;
  margin: auto;
  text-indent: 0px;
}

p.pic a {
  display: block;
}

p.pic a img{
  border: 1px solid black;
}


p.pic span {
  font-weight: bold;
}


h2 + p.after_h {
  
  font-size: 110%;
  text-align: left;
  color: #d5deab;
  font-weight: bold;
  text-indent: 0px;
  margin: -20px 0px 0px 15px;
  

}

p.after_h:first-letter {
 font-size: 100%;
 color: #d5deab;
}


/* /////////////////////////////////////////// */

div.pics {
  margin-top: 10px;
  text-align: center;
}

img {
  border: 1px solid black;
}


img.events {
  margin: 5px;
  border: 1px solid #93a5c9;
/*  width: 120px;
  height: 80px;*/
  float: center;
  align: center;
}


/*--------------------------*/
div.block_tab {
  margin: 5px 0px 5px 70px;
}

div.pic_act
{
  display: block;
  font-size: 90%;
  color: #9c9c9c;
  text-align: right;
  text-align: center;
  margin: auto;
  text-indent: 0px;
  margin-bottom: 25px;
}


div.pic_act img
{
  border: 1px solid black;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-left: 6px;
  margin-right: 6px;
}

div.activity {
  margin: 10px;
  margin-top: 20px; 
  border-top: 1px solid #627A88;
}
/*--------------------------*/

/* img.png {
  border: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='pic/logos/logo_uws_small.png',sizingMethod='scale');
} */

a { 
  color: #DEB166;
  font-weight: bold;
  text-decoration: none;
}

a:hover{ 
  color: #DEB166;
  text-decoration: underline;
}

a img {
  border: none;
}

#content div.links {
  text-align: right;
  margin: 0px 25px 25px 0px;
}

#content div.links a.content_link, #content div.links a.content_link:visited {
  height:17px;
  width:250px;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='pic/menu_white.png',sizingMethod='scale');
  background-position: right;
  background-repeat: no-repeat;
  font-size: 12px;
  font-family: Arial, Verdana;
  font-weight: bold;
  color: #173344;
  text-align: right;
  display: block;
  padding: 0px;
  padding-right: 18px;
  text-decoration: none;
  margin-top: 1px;
  margin-right: -5px;
}

#content div.links a.content_link[class], #content div.links a.content_link[class]:visited {
  background-image: url('../pic/menu_white.png');
  background-repeat: repeat-y;
  height: auto;
  width: auto;
  padding-right: 18px;
}


#content div.links a.content_link:hover {
  height:17px;
  width:250px;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='pic/menu_white_hover.png',sizingMethod='scale');
  background-position: right;
  background-repeat: no-repeat;
  color: #173344;
  border-top: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

#content div.links a.content_link[class]:hover {
  background-image: url('../pic/menu_white_hover.png');
  background-repeat: repeat-y;
  height: auto;
  width: auto;
}


div.error {
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
    border: none;
    text-align: center;
    font-weight: bold;
    color: red;
    width: 100%;
    font-size: 18px;
}

div.error2 {
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 50px;
    border: none;
    text-align: center;
    font-weight: bold;
    color: red;
    width: 100%;
    font-size: 18px;
}

div.info {
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 250px;
    border: none;
    text-align: center;
    font-weight: bold;
    color: #d5deab;
    /*color: #0e1f29;*/
    width: 100%;
    font-size: 18px;
}

div.info2 {
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 30px;
    border: none;
    text-align: left;
    font-weight: bold;
    color: #d5deab;
    /*color: #0e1f29;*/
    width: 100%;
    font-size: 16px;
 
}


div.news {
  margin: 10px;
  margin-top: 20px; 
  border-top: 1px solid #627A88;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

div.news div.date {
  background: transparent;
  margin-right: 3px;
  font-size: 80%;
  font-weight: none;
  text-align: right;
}

div.news div.topic {
  background: #475F6E url('../pic/news_topic.jpg') repeat-y left top;
  font-size: 90%;
  font-weight: bold;
  color: #FFFFFF;
  padding: 0px 5px 2px 5px;
}

div.news div.content {
/*  text-align: justify;*/
  border: 1px solid #8FA0AB;
  padding: 5px;
  font-size: 100%;

/*  margin: 15px;*/
  text-align: justify;


}

img.news {
  margin-right: 5px;
  border: 1px solid #93a5c9;
  margin: none;
  float: left;
}

/*a img.news  {
  padding: 5px;
  margin: 5px;
}*/

div.page_divs {
  margin: 10px;
  margin-top: 20px; 
  border-top: 1px solid #93a5c9;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;

  text-align: center;

}

div.doc_types {
  /* border: 1px solid #93a5c9; */
  padding: 0px;
  margin: 0px 5px 40px 5px;
  font-size: 85%;
  text-align: center;
}

div.doc_types a{

}
/*
div.logo {
  text-align: center;
}*/

div.png_logo {
  height:200px;
  width:400px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  text-align: center;
  vertical-align: center;
  margin: auto;
}


div.png_logo_small {
  height:60px;
  width:120px;
/*   background-image: url ('/pic/logos/psnc.gif'); */
  background-image: url ('/pic/icons/mail.gif');
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  text-align: center;
  vertical-align: center;
  margin: auto;

}


/*td.png_logo_small {
  background-image: url ('../pic/logos/logo_psnc_small.png');
  height:60px;
  width:120px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  text-align: center;
  vertical-align: center;
  margin: auto;
}*/

ol.nomargin {
  margin: 0px 0px 0px 0px;
  padding: 2px 10px 2px 20px;
}

ul, ol {
  margin: 10px 15px 10px 20px;
}

table.event tbody tr td ul ol {
  margin: 10px 15px 10px 0px;
}

table.event tbody tr td ul li {
  padding-bottom: 10px;
}



/* /////////////////////////////////////////// */


/* table */
table{
    font-size: 100%;
    margin: auto;
    padding: 5px 10px;
    /*border-collapse: collapse;*/
}

table.registration {
    font-size: 100%;
    margin: auto;
    padding: 5px 10px;
    empty-cells: hide;
}

table.event {
  padding: 20px;
  
}

table.event tr td {
  padding: 10px;
}


table.registration tr td{
    text-align:center;
}

tr {
    margin: 0;
    
}

td {
  padding: 2px 10px 2px 10px;
  text-align: left;
}

thead tr{
  font-size: 12px;
  font-weight: bold;
  padding: 3px;
  margin: 0px;
  background-color: #0e1f29;
  text-align: center;
  }

thead tr td {
  padding: 0px;
  text-align: center;
  border-bottom: solid #0e1f29 1px;
}


tbody tr{
  padding: 5px 10px 5px 10px;
  font-size: 12px;
  font-weight: normal;
/* background-color: #b3cedf; */
/* background-color: #0e1f29; */
/*  background-color: #0e1f29; */
}


tbody tr td{
  border-bottom: solid #d1dadf 1px;
  border-right: solid #d1dadf 1px;
  border-left: solid #d1dadf 1px;
  border-top: solid #d1dadf 1px;
}

tbody tr td.required {
  color: red;
}


b.required {
  color: red;
}

tr.edit td {

}




tr.edit td a.edit {
  background-image: url('../pic/icons/edit.gif');
  background-repeat: no-repeat;
  background-position: left top;
  margin-right: 5px;
  padding-left: 17px;
  display: block;
}

tr.edit td:first-child {
/*   border-left: 1px solid red; */
}


tfoot tr{
  padding: 3px;
  margin: 0px;
  /* background-color: #b3cedf; */
  background-color: #0e1f29;
  text-align: center;
  font-weight: none;
}

tfoot tr td {
  border-bottom: 1px solid #818698;
  text-align: center;
}

/* table activities */
tbody.activities tr td{
  border-bottom: solid #d1dadf 0px;
  border-right: solid #d1dadf 0px;
  border-left: solid #d1dadf 0px;
  border-top: solid #d1dadf 0px;
}

/* table form*/

table.form {
/*   border-top: 1px solid #818698;
   border-bottom: 1px solid #818698;*/
}

table.form tbody tr td {
  padding: 2px 5px 2px 10px;
  text-align: left;
}

table.form thead tr td {
  display: none;
}

table.form tfoot tr {
  background: transparent;
  border: none;
}


table.form tfoot tr td {
  background: transparent;
  border: none;
}

table.form tbody tr td:first-child {
  font-weight: bold;
}


/* table form_login */

table.form_login {
  margin-top: 50px;
  margin-bottom: 50px;
}


table.form_login thead tr td {
  display: none;
}

table.form_login tfoot tr {
  background: transparent;
  border: none;
}


table.form_login tfoot tr td {
  background: transparent;
  border: none;
}

table.form_login tbody tr td:first-child {
   font-weight: bold;
}


/* table partners */

table.partners tr td {
  text-align: center;
}

/* table inner */

table.inner {
  margin: 0px;
  padding: 0px;
}


table.inner tr {
  border: none;
  margin: 0px;
  padding: 10px;
}


table.inner tr td {
  border: none;
  margin: 0px;
  padding: 5px 2px;
}


tr td div.date {
  font-weight: bold;
  color: white;
  padding-bottom: 3px;
  font-size: 80%;
}

tr td div.source {
  font-weight: bold;
  color: white;
  padding-bottom: 10px;
  font-size: 90%;
}

tr td div.source a {
  font-weight: bold;
/*   color: white; */
  padding-bottom: 10px;
}

tr td div.authors {
  font-weight: bold;
  color: white;
  font-size: 90%;
  padding-bottom: 10px;
}


tr td div.title {
  font-weight: bold;
  color: white;
  padding-bottom: 10px;
  font-size: 110%;
}

tr td div.description {
  font-weight: none;
  color: white;
  font-size: 90%;
  text-align: justify;
}

/* table-agenda */
table.agenda tbody tr td{
    text-align:center;
}

table.agenda2 {
    table-layout:auto;
}

textarea, select, input {
    font-family: Arial;
    font-size: 14px;
    color: #000000;
    margin: 1px;
    border: 1px solid #818698;
    /* background-color: #b5d0e1; */
    background-color: #b0bcc4;
}

textarea, input[type="password"], input[type="text"] { padding: 1px 5px; }

textarea:hover, input:hover, select:hover{
    background-color: #d9e1ff;
}

textarea:focus, textarea:active, input:focus, input:active, select:focus, select:active {
    background-color: #e5edff;
}


textarea:focus, textarea:active, input:focus, input:active {
    background-color: #e5edff;
}

table.invisible{
    border-spacing: 10px;
}

table.invisible td{
    border: 0px;
}

tr.odd_row {
    background:#21445a;
}

td.yes{
    text-align:center;
    background:green;
}

td.no{
    text-align:center;
    background:red;
}

#popup {
    position: absolute;
    left: 500px;
    bottom: 50px;
    z-index: 2;
    background: black;
    border: 1px solid white;
    width: 100px;
    height: 50px;
    display: none;
}

#dark {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    background: #000000;
    opacity:.75;
    filter: alpha(opacity=75);
    width: 10px;
    height: 10px;
    display: none;
}

/*
pre {
color: #564b47;
background-color:transparent;
font-family: Courier, Monaco, Monospace;
}
*/
