﻿@charset "utf-8";
/* CSS Document */

*{padding:0; margin:0;}

.accr_menu{float:left; clear:both; width:100%; height:auto;  position:relative; display:table}
.accr_menu ul.tablnks{float:left; width:100%; height:78px; background:#ccc url(/_layouts/15/IMAGES/OFMWebsite/img/tabShdw.jpg) no-repeat center bottom; }
.accr_menu ul.tablnks li{float:left; list-style:none; height:60px; font:bold 14px/60px arial; color:#fff; background:#2D66FF; width:194.2px; text-align:center; border-right:2px solid #fff;}
.accr_menu ul.tablnks li.active{background: url(/_layouts/15/IMAGES/OFMWebsite/img/Tabactivebg.png) no-repeat center top; height:74px !important;}
.accr_menu ul.tablnks li:hover{background: url(/_layouts/15/IMAGES/OFMWebsite/img/Tabactivebg.png) no-repeat center top; cursor:pointer;}
.accr_menu ul.tablnks li:nth-child(5){border-right:0px;}
.accr_menu ul.tablnks li.twoLine{ height: 48px; line-height: 20px; padding-top: 12px;}
.accr_menu .sld_cont{overflow:hidden }
.accr_menu .cont{width:98%; padding:1% 1% 20px;}
.accr_menu h2.title{margin:0px; padding:5px 0; text-indent:10px; width:100%; background:#51bfeb url(/_layouts/15/IMAGES/OFMWebsite/img/accrArrdw.png) right center no-repeat; font:bold 14px arial; color:#fff; float:left; clear:both; display:none; margin-bottom:3px;}
.accr_menu h2.active{ background:#4c4d4f url(/_layouts/15/IMAGES/OFMWebsite/img/accrArrUpWht.png) right center no-repeat; color:#fff;}

.accr_menu div.sld:nth-of-type(1), .accr_menu div.sld:nth-of-type(1) div{display:block}
.accr_menu div{float:left; clear:both;width:100%; height:auto; }
.accr_menu div h3{font:normal 30px arial; margin-bottom:10px; color:#64008F;}
    .accr_menu div h5 {
        font: normal 18px arial;
        margin-bottom: 20px;
        color: #64008F;
    }
.accr_menu div p{ margin-bottom:15px; line-height:20px;}
/*.accr_menu div a{color:#00529b; text-decoration:underline}*/

.accr_menu input{width:150px; height:23px; line-height:23px; border:1px solid #abadb3;}
.accr_menu select{width:150px; height:23px; line-height:23px; border:1px solid #abadb3;}

.accrNxtPrv{float:left; clear:none; width:96% !important; padding:20px 2%; background:url(/_layouts/15/IMAGES/OFMWebsite/img/gryLineBg.jpg) repeat; margin-bottom:45px;}
.accrNxtPrv .left{float:left; width:350px; color:#333; font:bold 16px arial; clear:none; text-align:left}
.accrNxtPrv .right{float:right; width:350px; color:#333; font:bold 16px arial; clear:none; text-align:right}
.accrNxtPrv .left img{margin-right:10px;}
.accrNxtPrv .right img{margin-left:10px;} 
.accrNxtPrv span{font:normal 16px arial !important;}

/* styles for the devices which are below 1020 resolution*/
@media (max-width: 1020px) 
{
	
.accr_menu ul.tablnks{display:none;}
.accr_menu h2.title{display:block; height:60px; line-height:60px;}
.accr_menu div.sld{display:block !important}

.accr_menu div.sld:nth-of-type(1) div{display:block}
.accrNxtPrv{ display:none}

}



