﻿div.contentTextRight
{
    margin:10px 0;
    padding: 10px 10px;
    height:358px;
    /* height = 260 - (maring-top+bottom) - (padding-top+bottom) */
    float:left;
    width:652px;
    /* width = 672 - (padding-right+left)*/
    line-height:15px;
    overflow:auto;
}
div.contentTextRight a
{
    text-align: right;
}
div.contentImage
{
    height:150px;
    width:677px;
}
img.contentImage
{
    margin:0;
    display:block;
    border:0;
    height:250px;
    width:677px;
}
div.contentText
{
    width:677px;
    height:250px;
}
div.titrelinksPanel
{
    float:left;
    text-align:left;
}
div.contentTitle
{
    display:block;
    vertical-align:bottom;
    padding-right:18px;
    height:50px;
    width:659px;
    /* width = 677px - padding-right */
    text-align:left;
    font-size:20px;
    padding-top: 5px;
    padding-left: 10px;
}
span.littleOrange
{
    color:#F26401;
    font-size:13px;
    font-family:Arial;
}
span.question
{
    color:#F26401;
    font-size:16px;
    font-weight:normal;         
}
span.lowalignright
{
    padding-right: 10px;    
}

div.titrelinksPanel a 
{
    font-size:11px;
    display:block;
    color:#595959;
}
div.titrelinksPanel a:hover 
{
    color:#F26401;
}
table.test 
{
    font-size:13px;  
}
table.form
{
    font-size:15px;
}
table.form td
{
    border-bottom: dotted 1px #CCCCCC;
    height: 28px;  
    padding:0;
    margin:0;
}
table.test td
{
    border-bottom: dotted 1px #CCCCCC;
}
table.test td.pointsdroit
{
    border-right: dotted 1px #CCCCCC;
}
table.test td.lastcolumn
{
    text-align:center;
}

table.test td.onlyright
{
    border-bottom: none;
    border-right: dotted 1px #CCCCCC;
}

table.noborder td
{
    border-bottom: none;
    text-decoration: none;
}
table input.form
{
    border:none;
    background-color:#CCCCCC;
    width:150px;
}    
table.test td.none , table.form td.none 
{ 
    border-bottom:none;
}
.errormessage
{
    color:Red;
    margin-left:5px;
}   