/*

*/



/* the boxes in the about us page */
.squareBoxBlue{
    background: #EFF8FE;
}
.squareBox, .squareBoxBlue{
    width: 93%;
    border: 1px solid #6BB7E8;
    padding: 0 12px 12px 12px;
    margin-bottom: 20px;
}
.squareBox div, .squareBoxBlue div{
    width: 100%;
    margin-top: 1px;
    border-top: 1px dotted #6BB7E8;
    padding: 13px 0;
}
.squareBox div div, .squareBoxBlue div div{
    width: auto;
    border: 0px;
    padding: 0px;
    margin: 0px;
}
.squareBox h1, .squareBoxBlue h1{
    border-bottom: 1px dotted #6BB7E8;
}
.squareBox h2, .squareBoxBlue h2{
    border-bottom: 1px dotted #6BB7E8;
    color: #AB0059 !important;
}
.squareBox h3, .squareBoxBlue h3
{
    font-size: 0.9em;
}
.squareBox div div img, .squareBoxBlue div div img{
    margin-right: 12px;
    border: 1px solid #C9C9C9;
    padding: 1px;
}
.newLawsList li {
    border-bottom: 1px dotted #6BB7E8;
    padding: 8px 0;
    font-weight: bold;
    margin-left:0!important;
    list-style-type:none!important;
    list-style-position:outside!important;
}
.newLawsList a{
    text-decoration: none !important;
}



/* Search result page */
.searchForm
{
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1.5em;
}
.searchForm form
{
    text-align: right;
    display: inline;
}
.searchForm h2
{
    display: inline;
    padding: 0 2em 0 0;
}
.searchForm p
{
    padding-top: 1em;
}

/* search result listing setting */
/*.searchList
{
    border-top: 1px solid #6BB7E8;
}
.searchList div
{
    width: 100%;
    border-top: 1px dotted #6BB7E8;
    padding-bottom: 10px;
}
.searchList div:first-child, .searchList .first
{
    border-top: 0px;
}
.searchList h3
{
    font-size: 0.9em;
    padding-bottom: 5px;
}
.searchList h3 a, .searchList h3 a:hover
{
    text-decoration: none !important;
}
.searchList p{
    padding: 0;
}
.searchList p span
{
    line-height: 150%; 
    font-size: 85%;
}
*/

/* the page list setting */
.pageNum
{
    width: 100%;
    padding: 1em 0;
    font-weight: bold;
}
.pageNum a, .pageNum a:hover
{
    text-decoration: none !important;
}
.pageNum span
{
    padding: 0 8px;
}
.pageNum .active
{
    color: #5BACE1;
}
/* PUBLICATIONS FORM */
#midCol .publications td {
    font-size:.9em;
    vertical-align:top;
}
#midCol .publications td strong, #midCol .publications td span {
    display:block;
    text-align:left;
    clear:left;
}
#midCol .publications td span {
    margin-bottom:.2em;
}
#midCol .publications li {
    text-align:right;
    font-size:94%;
    margin-bottom:.5em;
    display:block;
    list-style-position:outside;
    list-style-type:none;
}
#midCol .publications li label {
    float:left;
    line-height:1.6em;
}
#midCol .publications .title {
    width:51%;
    padding-right:4%;
}
#midCol .publications .sku {
    width:45%;
}
#midCol .publications .sku ul {
    margin-top:1.2em;
}
#midCol form fieldset table {
    margin-left:5px;
}
#midCol .publications li input {
    width:1.3em;
    font-size:1.4em;
}
/* Lawyer Homepage specific styles*/
#lPage .squareBox, #lPage .squareBoxBlue{
    width: 45.6%;
    float: left;
    border: 1px solid #6BB7E8;
    padding: 0 12px 12px 12px;
    margin-bottom: 20px;
}
#lPage .squareBoxBlue
{
    margin-right: 12px;
}
#lPage .alert
{
    border: 1px solid #6BB7E8;
    padding: 10px 0px 10px 12px;
    width: 98%;
    margin: 12px 0px;
}
#lPage .alert h2
{
    display: inline;
    margin-right: 15px;
}
#lPage .alert span
{
    color: #3C5A72;
    font-weight: bold;
}
/* End Lawyer Homepage specific styles*/

/* Language specific styles*/

*[lang|="din"]     {font-family: "Arial Unicode MS", arial, Helvetica, sans-serif;} 

/* End Language specific styles*/

