/* ------------------------------------ *
 CSS
 dinsdag 17 augustus 2010 10:02:54
 CREATED BY Floris Reinders
 * ------------------------------------ */

body.index_bg
{
 background-color: #3399FF;
}

body
{
    background-color: #FFFFFF;
    color:#000000;
    font-family: "Arial";
    font-size: 10pt;
}
/**** PageTitle ***/

div.pagetitle
{
  background-color: #06539F;
  background-image:url("/images/button_bg.jpg");
  background-repeat:repeat-x;
  width:100%;
  height:30px;
  text-align:left;
  border: 1px solid #06539F;
  color: #FEC611;
  font-family: "Arial";
  font-size: 16pt;
  font-weight:bold;
 padding-left:0px;

}

/*** Button Bar items ***/

div.buttonbar
{
  background-image:url("/images/button_bg.jpg");
  text-align:center;
  height:25px;
  width:180px;
  background-repeat:repeat-x;
  border-style: solid;
  border-color: #ffffff;
  border-bottom-width:5px;
  background-color: #06539F;
  color: #FEC611;
  font-family: "Arial";
  font-size: 10pt;
  font-weight:bold;
}
/**** Right-Side Information Header ***/

div.side_header{
  text-align:center;
  height:16px;
  width:100%;
  background-repeat:repeat-x;
  border-style: none;
  border-color: #ffffff;
  border-width:0px;
  background-color: #06539F;
  color: #FEC611;
  font-family: "Arial";
  font-size: 10pt;
  font-weight:bold;
}

div.side_header_items{
  width:100%;  
  text-align:left;
  padding-top:2px;
  border-width:0px;
  background-image:url("/images/Side_Header_Top.jpg");
  background-repeat:repeat-x;
  background-color: #3399FF;
  font-family: "Arial";
  font-size: 10pt;
}



div.button_sub
{
  background-image:url("/images/button_sub_bg.jpg");
  background-color: #257ad4;
  margin-left:10px;
}
div.buttonbar a{
    color: #FEC611;
    text-decoration:none;
}
div.buttonbar a:visited {
    color: #FEC611;
}
div.buttonbar a:active {
    color: #00FF00;
}
div.buttonbar a:hover {
    color: #FF00FF;
}

table{
  text-align:left;
  border-color:#000000;
  border-style: none;
  border-bottom-width:1;
  padding:0px;
}
tr
(
  border-color:#000000; 
  border-style: none;  
)
table.agenda{
  text-align:left;
  }

td.side_header{
  width:180px;
  border-style: none;
  border-width:0px;
  text-align:left;
  vertical-align:top;
  font-size: 8pt;
}

td.maintitle_logo
{
  width:280px;
  height:120px;
  background-image:url("/images/awv-logo.png");
  text-align:center;
  background-repeat:no-repeat;

}
table.maintitle
{
  text-align:center;
  border-color:#000000;
  border-bottom-width:1;
}
td.maintitle_title
{
   text-align:center;
   background-image:url("/images/awv-title.png");
   text-align:center;
   background-repeat:no-repeat;
}

tr.old
{
  border-color:#222222;
  border-style: solid;
  border-width:1;
}
tr.new
{
  border-color:#222222;
  border-style: solid;
  border-width:1;

/**** Table Row Odd and Even coloring ***/

}
tr.odd
{
  background-image:url("/images/button_bg.jpg");
  background-repeat:repeat-x;
  background-color:#06539F;
}
tr.even{
 background-color:#3399FF;
}

td.odd
{
  color:#FFFFFF;
}
td.even
{
  color:#000000;
}
td.odd a
{
color: #FFFFFF;
}
td.odd a:visited
{
color: #FFFFFF;
}
td.even a
{
color: #FFFFFF;
}
td.even a:visited
{
color: #FFFFFF;
}



/**** End of Table Row Coloring ***/


a {
    color: #6539F1;
}
a:visited {
    color: #6539F1;
}
a:active {
    color: #00FF00;
}
a:hover {
    color: #FF00FF;
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
