/*
img, div, td { 
    behavior: url('../js/iepngfix_v2/iepngfix.htc');
}
*/

*
{
	font-family:verdana;
    font-size : 10pt;
}

html{
    background-color : #ffefde;
}

body {
    display : block;
    background-position: top;
    background-image : url('../images/frame/bg.png');
    background-repeat: repeat-x;
    margin : 0;
	padding:0;
	padding-top:20px;
}

#main {
    margin-left : auto;
    margin-right: auto;
    overflow : hidden;
}

#toolbar  img
{
    margin-right : 20px;
}

#toolbar  img.back
{
    margin-right : 100px;
}

/********************
 * links
 */
a:link    {
  text-decoration:  underline;
  font-weight:      bold;
  color:            #000;
  } 
a:visited {
  text-decoration:  underline;
  font-weight:      bold;
  color:            #000;
  } 
a:hover   {
  text-decoration:  underline;
  font-weight:      bold;
  color:            gray;
  } 

a:active  {
  text-decoration:  underline;
  font-weight:      bold;
  color:            #000;
  }

h1 {
    font-size : 16pt;
}

h2 {
    font-size : 14pt;
}

h3 {
    font-size : 12pt;
}

h4 {
    font-size : 10pt;
    margin: 0;
    padding:0;
}

/*************
 *tables
 */
table {
    border : 0;
    border-collapse : collapse;
    empty-cells : show;
}

.hand:hover,
table tr.hand:hover,
table td.hand:hover {
   cursor:pointer; 
}

.controlers img {
    float : right;
    text-align : right;
}

#messageBox {
    width : 600px;
    text-align : left;
    border : solid #F47F1D 2px;  
    background-color : #FFB87F;
    padding: 10px;
    padding-left: 30px;
    margin : auto;
}

#messageBox * {
    font-siz : 14px;
    font-weight : bold;
}

#mailPDFContainer input,
#mailPDFContainer button
{
    display : none;
}

#mailPDFContainer.showTools input,
#mailPDFContainer.showTools button {
    display : inline;
    margin-left : 6px;
}

#mailPDFContainer.showTools img {
    display : none;
    margin-left : 6px;
}



