@media screen
{

    body
    {
        font:  75%/140% Tahoma, Verdana, Arial, Helvetica, sans-serif;
        color: #454545;
        margin: 0;
        padding: 0;
	background-image: url("/img/bg.jpg");
	background-repeat: no-repeat;
	background-position: 00px 00px;

    } 
    
    img
    {
	border: 0;
    }
    #header
    {
	padding-top: 20px;
    }
    
    #header #logo
    {
        margin:0 auto;
        display: block;
        height: 134px;
        width: 347px;
	background-image: url("/img/logo.gif");
	background-repeat: no-repeat;
	background-position: 0% 0%;
    }


    #header #logo span
    {
        display: none;
    }
    
    #bodycontainer
    {
        width: 750px;
        display: block;
        margin: 0 auto;
    }

    #screenshots
    {
        float: right;
        display: block;
        height: 100%;
        padding-bottom: 10px;
	padding-top: 30px;
        width: 170px;
        margin-top: 0px;
        /*
	border-style: solid;
        border-width: 1px;
        */
        text-align: center;
        font-size: 10px;
        
    }

    .date {
       font-size: 10px;
       display: block;
       text-decoration: underline;
    }

    a .download {
	    font-weight: bold;
    }

    #screenshots img
    {
        /*
	border: 1px solid black;
	*/
	behavior: url("/css/pngalpha.htc");
    }
    
    #screenshots h1
    {
        margin-top: 5px;
        margin-bottom: -5px;
        font-size: 14px;
        color: #7d1516;
    }

    #screenshots .screenshot
    {
        padding-top: 15px;
        margin: 0 auto;
        text-align: center;
    }
    
    #screenshots img:hover
    {
        background-color: #7d1516;
        
    }
    
    .screenshot a
    {
        text-decoration: none;
        color: #454545;
    }
    
    a:visited, a:link
    {
        text-decoration: none;
        color: #454545;
    }
    
    


    #screenshotcontainer
    {
        margin: 0 auto;
        margin-top: 40px;
        width: 1044px;
        text-align: center;
    }
    
    #screenshotcontainer img
    {
        padding: 0px;
	behavior: url("/css/pngalpha.htc");
    }
    
    #screenshotcontainer a
    {
        font-size: 16px;
        font-weight: bold;
    }
    
    
    #bodytxt
    {
        margin-left: 20px;
        margin-top: 20px;
        display: block;
        width: 550px;
        height: 900px;
    }
        
    #bodytxt h1
    {
        color: #7d1516;
        padding-top: 40px;
        padding-bottom: 5px;
        border-bottom: dashed 1px #7d1516;
    }
    
    #bodytxt p
    {
        margin-left: 10px;
    }
    
    #bodytxt a
    {
        text-decoration: none;
        border-bottom: 1px dashed;
        color: #7d1516;
    }
    
    #bodytxt li
    {
        margin-left: 0px;
    }
        
    

    #footer
    {
        text-align: center;
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #999999;
    }
    
    
    #spacer
    {
        height: 400px;    
    }

    #icons
    {
        margin: 0 auto;
        text-align: center;
        margin-bottom: 15px;
    }
    
    #icons img
    {
        padding: 2px;
        
    }
    
    #footer a
    {
        color: #999999;
        text-decoration: none;
    }
    
    #footer .footer-text-seperator
    {
        color: #E5E5E5;
    }
    
    
    /* FORM */
    form
    {
      width: 45em;
      margin: 0;
      margin-top: 2em;
      padding: 1.25em;
      text-align: left;
    }

    
    form div.header,
    form div.item,
    form div.Input,
    form div.Textarea,
    form div.Select1,
    form div.Submit
    {
      display: block;
    }
    
    form .header label
    {
      font-weight: bold;
      display: block;
      padding-right: 0.5em;
    }

    
    form .group-children
    {
	margin-bottom: 30px;
    }
    
    form .header label
    {
      font-size: 175%;
    }
    
    form .Binding label
    {
      font-size: 100%;
    }

    /* .first-child  .Binding */
    form  .group-children .header label
    {
      text-align: right;
      float: left;
      width: 7.5em;
      margin-top: 0.33em;
      clear: both;
    }
    
    form .widget input
    {
      width: 300px;
    }
    

    
    form .widget textarea
    {
      height: 5em;
      width: 80%;
    }
    
    form .Submit
    {
      margin-top: 1em;
      text-align: right;
      float: right;
      margin-right: 100px;
    }
    
    form .invalid
    {
      background-image: url(/img/form_exclamationmark.gif);
      background-repeat: no-repeat;
      background-position: 100% 3;
    }
    
    form .required .header label
    {
      color: #CBE6FF;
      font-weight: bold;
    }
    
    form .Input input
    {
      margin-bottom: 3px;
    }

    

}

