body
{
    margin: 0;
    padding: 0;
    color: #555;
    font: normal 10pt Arial,Helvetica,sans-serif;
    background: #EFEFEF;

}

#page
{
    margin-top: 5px;
    margin-bottom: 5px;
    background: white;
    border: 1px solid #C9E0ED;
    //  width : 100%;
    text-align: center;
}

#header
{
    margin: 0;
    padding: 0;
}

#content
{
    //#padding: 20px 2px 20px 2px;
}

#sidebar
{
    padding: 20px 20px 20px 0;
}

#footer
{
    padding: 10px;
    margin: 10px 20px;
    font-size: 0.8em;
    text-align: center;
    border-top: 0px solid #6a6a6a;
}

#logo
{
    padding: 10px 20px;
    font-size: 200%;
}

#mainmenu
{
    // background:white url(bg.gif) repeat-x left top;
    //background-color:#003261;

    //  background: -webkit-linear-gradient(#003261,#386084); /* For Safari 5.1 to 6.0 */
    //  background: -o-linear-gradient( #003261,#386084); /* For Opera 11.1 to 12.0 */
    //  background: -moz-linear-gradient(#003261,#386084); /* For Firefox 3.6 to 15 */
   //   background: linear-gradient(#003261, #386084); /* Standard syntax */
   
    background-color: #003261;
    border-color:black;
    border-style: solid;
    border-width: 1px;
    height: 25px;
}

#mainmenu ul
{
    padding:6px 20px 5px 20px;
    margin:0px;
}

#mainmenu ul li
{
    display: inline;
}

#mainmenu ul li a
{
    color:#ffffff;
    background-color:transparent;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
    padding:6px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
    color: #6399cd;
    background-color:#EFF4FA;
    text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
    padding:.8em;
    margin-bottom:1em;
    border:2px solid #ddd;
}

div.flash-error
{
    background:#FBE3E4;
    color:#8a1f11;
    border-color:#FBC2C4;
}

div.flash-notice
{
    background:#FFF6BF;
    color:#514721;
    border-color:#FFD324;
}

div.flash-success
{
    background:#E6EFC2;
    color:#264409;
    border-color:#C6D880;
}

div.flash-error a
{
    color:#8a1f11;
}

div.flash-notice a
{
    color:#514721;
}

div.flash-success a
{
    color:#26f09;
}

div.form .rememberMe label
{
    display: inline;
}

div.view
{
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
    font-size: 0.9em;
    padding: 5px 20px;
}

div.breadcrumbs span
{
    font-weight: bold;
}

div.search-form
{
    padding: 10px;
    margin: 10px 0;
    background: #eee;
}

.portlet-decoration
{
    padding: 3px 8px;
    background: #B7D6E7;
    border-left: 5px solid #6FACCF;
}

.portlet-title
{
    font-size: 11px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: #298dcd;
}

.portlet-content
{
    font-size:0.9em;
    margin: 0 0 15px 0;
    padding: 5px 8px;
    background:#EFFDFF;
}

.portlet-content ul
{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin: 0;
    padding: 0;
}

.portlet-content li
{
    padding: 2px 0 4px 0px;
}

.operations
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.operations li
{
    padding-bottom: 2px;
}

.operations li a
{
    font: bold 12px Arial;
    color: #0066A4;
    display: block;
    padding: 2px 0 2px 8px;
    line-height: 15px;
    text-decoration: none;
}

.operations li a:visited
{
    color: #0066A4;
}

.operations li a:hover
{
    background: #80CFFF;
}

.btnNewStyle {
    -moz-box-shadow: 0px 2px 0px 0px #b8b8b8;
    -webkit-box-shadow: 0px 2px 0px 0px #b8b8b8;
    box-shadow: 0px 2px 0px 0px #b8b8b8;
    background-color:#d9d9d9;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    border:2px solid #a5b3a6;
    display:inline-block;
    cursor:pointer;
    color:#000000;
    font-family:Verdana;
    font-size:11px;
    padding:2px 10px;
    text-decoration:none;
    text-shadow:0px 1px 0px #bfcfbc;
}
.btnNewStyle:hover {
    background-color:#bcbdbb;
}
.marginLeft10{
    margin-left: 10%;
}
.imageLogo{
    margin-left: 1%;
    left:1%;
}
.hrCss{
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    margin-bottom: 2%;
    margin-top: 2%;
}

.margTop1{
    margin-top:1%;
}
.margTop2{
    margin-top:2%;
}
.margTop3{
    margin-top:3%;
}
.margTop5{
    margin-top:5%;
}
.margRight2{
    margin-right: 2%;
}
.marginTopBot1{
    margin-bottom: 1%;
    margin-top: 1%;
}
.colorRed{
    color: red;
}
.colorGreen{
    color: green;
}
.tableForms{
    text-align: right;
    margin-left:auto; 
    margin-right:auto;
}
input[type="text"], input[type="password"], input[type="number"]{
    width: 20em;
}
.required{
    color: red;
}
.textAR{
    text-align: right;
}
.textAlignL{
    text-align: left;
}
.bold{
    font-weight: bold;
}
.normalFont{
    font-weight: normal;
}
.inlne-block{
    display: inline-block;
}
.fLeft{
    float: left;
}
.fRight{
    float: right;
}
.clear{
    clear: both;
}
.lastItemMenu{
    float: right;
    clear: both;
}
.bannerTimewe{
    height:90px;
}
.pading1{
    padding: 1%;
}
.marginR1{
    margin-right: 1%;
}
.marginL1{
    margin-left: 1%;
}
.visibleElement {
    visibility: visible;
}

.hiddenElement {
    visibility: hidden;
}

.squareAlertMsg .colorGreen.alignCente > p:nth-child(1){ margin-top:20px; }

.squareAlertMsg .colorRed.alignCente > p:nth-child(1){ margin-top:20px; }

.squareAlertMsg {
    background: #E7ECF0;
    width: 400px;
    width: 90%;
    min-height: 57px;
    float: right;
    float: none;
    border-color: #11406C;
    border-style: solid;
    border-width: 1px;
    display: none;
    margin:0 auto;
    position:relative;
}
.squarePagination{
    width: 40px;
    height: 30px;
    padding: 3px 20px 3px 20px;
    border-color: #11406C;
    border-style: solid;
    border-width: 1px;
    margin: 1%;
    text-align: center;
    font-weight: bold;
}
.squareExport {
    width: 100px; //170
    height: 45px;
    float: right;
    margin-right: 0.2%;
}
.exportIcon, .btnHistory, input[type="checkbox"]{
    cursor: pointer;
}
.exportIcon{
    padding: 2px 2px 0px 10px;
}

.exportIcon:hover{
    width:31px;
}
.selectedFlag{
    border-color: #11406C;
    border-style: solid;
    border-width: 2px;
}
.language{
    margin-right: 1%;
}
.searchInfo{
    width:500px;
    position:relative;
}
.center{
    margin-left: auto;
    margin-right: auto;
}

.terms-and-conditions-title,
.help-title
{

}
.terms-and-conditions-text,
.help-text
{ 
    padding: 10px; 
}
.help-text p 
{ 
    text-align: justify;
    text-indent: 10px; 
}

.help-container{ 
    text-align:left;  
    color:#000; 
    padding-left:40px;
}

.help-container .table-title,
.help-container p span.faqs-title{ 
    font-weight:bold; 
}
.help-container div.text-title{ padding-left:20px; }
.help-container div.text-content{ padding-left:40px; }
.help-container p span.faqs-title-inline{ font-weight:bold; }
.help-container p span.faqs-text{  }
.help-container .table-holder{    
    margin: 20px 0;
    padding-left: 40px;
}

.help-container .table{
    display: inline-block;
}
.help-container .table table,
.help-container .table tr,
.help-container .table td
{
    border: 1px solid #000;
    border-collapse: collapse;
}
.help-container .table td
{
    text-indent:5px;
}
.help-container .table table
{
    margin: 10px;
    text-align: left;
    width: 200px;
}

.tc-title { background-color:#7F7F7F; }
.tc { background-color:#F0F0F0; }
.tc-odd { background-color:#E1E1E1; }

.help-container .commands-table table
{
    margin: 10px;
    text-align: left;
    width: 100%;
    max-width:725px;
}

.help-container .faqs-command-title {
    display: inline-block;
    font-weight: bold;
}

.help-container .faqs-command-text {
    display: inline-block;
    font-weight: bold;
}

.tac-container{ 
    margin: 0px 20px; 
    text-align:left;  
    color:#000; 
    padding-left:20px;
}

.tac-container p {
    margin: 0;
}

.tac-title {
    font-weight: bold;
}

ol { list-style-type: lower-alpha; font-weight:bold;}
ol li span{ font-weight:normal;  }
ul { font-weight:normal;}


.tac-container p.tac-title {
    color: #7f7f7f;
    margin-top: 20px;
}

.tac-container .table{
    display: inline-block;
}
.tac-container .table table,
.tac-container .table tr,
.tac-container .table td
{
    border: 1px solid #000;
    border-collapse: collapse;
}
.tac-container .table td
{
    text-indent:5px;
}
.tac-container .table table
{
    margin: 10px;
    text-align: left;
    min-width: 200px;
}

.player {
    position:relative;
    top:10px;
    width:260px;
    overflow: hidden;
    direction: ltl;
    border-top-right-radius: 0.5em 0.5em;
    border-bottom-right-radius: 1em 0.7em;
}
/*list-style-type: lower-alpha;*/

/*
.squarePagination{
    display: none;
}
#btnNext{
    display: none;
}
*/

#oReportDiv{
    overflow: scroll;
}

#_history {
    position: relative;
}

#report {
    width: 100%;
    min-height: 200px;
}

#loader {
    width: 100%;
    height: 100%;
    display: none;
}

#loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
}

#frm {
    text-align: left;
}