﻿#contents p
{
    margin: 0;
    padding: 0 0 12px;
    font-size: 12px;
    line-height: 20px;
}

#contents .contentsection
{
    border-style: solid;
    border-width: 6px 1px 1px 1px;
    border-color: #EB6A5A #E3E3E3 #E3E3E3 #E3E3E3;
    margin: 0px 0px 26px 0px;
    padding: 16px 16px 8px 16px;
    background: none;
    height: auto;
    line-height: 1.3em;
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

#contents .contentsection.forbackground
{
    padding-right:190px;
}

#contents .contentsection p
{
    font-size: 12px;
    line-height: 20px;
}

#contents .contentsection.noborder
{
    margin: 0px 0px 26px 0px;
    padding: 0px;
    background: none;
    border: none;
    height: auto;
}

.frame
{
    border: 1px solid #C0C0C0;
    background-position: 0 bottom;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 12px 18px 12px 12px;
    overflow: hidden;
    border-radius: 5px;
}

div.halfsizeright
{
    float: right;
    width: 50%;
}

div.halfsizeleft 
{
	height: 500px;
	width: 50%;
	padding: 0 38px 0 10px;
}


#contents .frame h3
{
    font-weight: bold;
}


#contents .frame p
{
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding: 0 0 10px;
}

#contentcolumn
{
    float: left;
    
}

.innercontent
{
    width: 100%;
    padding-top: 8px;
}


#leftcolumn p, #rightcolumn p
{
    font-size: 11px;
    line-height: 20px;
}

#leftcolumn
{
    float: left;
    padding: 0 13px 0px 0px;
}
#contentcolumn
{
    float: left;
}
#rightcolumn
{
    float: right;
    padding: 0 0px 0px 13px;
}

#leftcolumn.lcr
{
    width: 28%;
}
#contentcolumn.lcr
{
    width: 52%;
    padding: 0 13px 0px 0px;
}
#rightcolumn.lcr
{
    width: 20%;
}

#leftcolumn.lc
{
     width: 30%;
}
#contentcolumn.lc
{
    width: 70%;
}

#contentcolumn.cr
{
    width: 80%;
}
#rightcolumn.cr
{
     width: 20%;
}


.frame.infobox
{
    border-color: rgb(126, 204, 194);
    background-color: rgb(232, 247, 244);
    padding: 10px;
    border-radius: 5px;
    border: 0px;
}

.frame.infobox p
{
padding-bottom: 0 !important; line-height: 18px !important;
}

.frame.infobox p.infosign
{
float: right !important; 
font-size: 32px !important; 
margin: 0 0 0px 15px !important; 
padding-bottom: 0 !important;
}

.fa-check-square-o.orangecheck
{ color: #ff9757;}

.fa-check-square-o.greycheck
{ color: #E3E3E3;  }

.fa-arrow-right.greenarrow
{ color: #EB6A5A; }

.fa-arrow-right.greyarrow
{ color: #E3E3E3; }