body {  
    color: black;
    background-color: white;   
    font: 12px arial, verdana, tahoma, sans-serif;
    text-align: center;
}

a:link {
    color: black;
}

a:visited {
    color: black;
}

a img {
    border: 0px;
}

a.special
{
   color: black;
   padding: .1em .5em .1em .5em;
   font-family: Arial,verdana, tahoma, sans-serif;
   font-weight: bold;
   text-decoration: none;
   background-color: white;
   border-style:solid;
   border-width: 2px;
   border-color: #404040;
   float: right;
}

div#page {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}   

div#mainContent{
    padding-top: .2em;
    text-align: left;
}

div#leftPane {
    float: left;
    width: 360px;
}

div#rightPane {
    float: right;
    width: 400px;
}


div#header {
    font-size: 12px;
    text-align: left;
}

div#footer {
    padding-top: 1em;
    font-size: 12px;
    text-align: center;
    clear: both;
}

div#previewPane {
    width: 700px;
}

div#viewText {
    width: 680px;
    background-color: #f8f8f8;
    border: 1px dotted #888888;
    padding: 10px 10px;
    overflow: auto;
}

div#viewText p {
    margin: 0px;
    padding: 1em;
}

div#viewLink {
    width: 100%;
    background-color: #f8f8f8;
    border: 1px dotted #888888;
    padding: 10px 10px;
}

div#viewLink p {
    margin: 0px;
    padding: 1em;
}

div#createBox {
    width: 320px;
    padding: .2em 0em 0em 1em;
    border: 1px dotted #888888;    
}

div#createBox p {
    margin-top: .5em;
    margin-bottom: 1em;   
}

div#createBox form {
    margin: 0px;
    padding: 0px;
}

table.feature
{ 
    font-family: Verdana;
    font-weight: normal;
    font-size: 11px;
    width: 350px;
    border-spacing: 0px;
    margin-top: 0px;   
    border-collapse: collapse;    
}

table.feature th
{ 
    border-bottom: 1px dotted white;
    font-weight: normal;
    font-size: 11px;
    color: white;
    background-color: #717171;
    text-align: left;
    padding: 2px 2px 2px 2px;
}

table.feature td
{ 
    font-weight: normal;
    font-size: 11px;
    color: #404040;
    background-color: white;
    text-align: left;
    padding: 2px 2px 2px 5px;
}



p.strong {
    font-weight: bold;
}

input.btn
{
   font-family:Arial,verdana, tahoma, sans-serif;
   font-weight:bold;
   background-color: white;
   border-style:solid;
   border-color: #404040;
}

span.hint 
{
    font-size: 10px;
}
