﻿fieldset
{
    width: 1024px;
    border-radius: 5px;
    text-align: left;
    padding: 4px;
    margin: 4px;
}

legend
{
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    color: Navy;
}

table
{
    display: table;
    float: left;
}
.tr
{
    padding: 10px;
    /*display: table-row;*/
}
.td
{
    padding: 10px;
    display: table-cell;
    text-align: left;
    vertical-align: top;
}

.HtmlEditorFor
{
    width: 450px;
    height: 20px;
    border: 1px solid #909090;
    padding: 5px;
}
.HtmlEditorFor:focus
{
    border: 1px solid #3385D6;
    box-shadow: 0 0 5px #3385D6;
}

textarea
{
    resize: none;
    width: 450px;
    height: 120px !important;
}

.HtmlLabelFor
{
    font-weight: bold;
    font-family: Verdana;
    font-size: 13px;
    color: #666;
}

.ValidationMessageFor
{
    font-family: Verdana;
    font-size: 12px;
    color: Red;
}

.A1
{
    width: 1020px;
}

.AboutUsRM1
{
    margin-top: 9px;
    font-family: Verdana;
    font-size: 14px;
    color: #484848;
}

.AboutUsRM2
{
    clear: both;
    text-align: left;
    font-size: 14px;
    padding-top: 5px;
    color: #707070;
    font-weight: bold;
}

.AboutUsRM2 p
{
    text-align: justify;
    padding: 0px;
    margin-top: -4px;
    font-family: Verdana;
    font-size: 13px;
}

.AboutUsRM2 ul li
{
    text-align: justify;
    padding: 0px;
    margin-top: -4px;
    font-family: Verdana;
    font-size: 15px;
}

.buttons
{
    background-color: #d6d6d0;
    border: 1px solid gray;
    cursor: pointer;
    font-family: Calibri;
    font-size: 15px;
}
.buttons
{
    font-weight: bold;
    height: 23px;
    width: 90px;
}

.buttons:hover
{
    background-color: #ece5b6;
    border: 1px solid Black;
    cursor: pointer;
    font-family: Calibri;
}
.buttons:hover
{
    font-size: 15px;
    font-weight: bold;
    height: 23px;
    width: 90px;
}


.divURLFormat
{
    color: Green;
    font-family: Verdana Times New Roman;
    font-size: 13px;
}

/*_VesselList Partial View Grid CSS Start*/

.divGridStyle
{
    height: 400px;
}

.GridStyle
{
    border: 1px solid #dddddd;
    margin-top: 5px;
    width: 100%;
}

.GridStyle tbody
{
    border: 1px solid #000000;
}

.GridStyle tbody tr td
{
    border: 1px solid #cccccc;
    color: #555555;
    font-family: Verdana;
    font-size: 13px;
    font-weight: normal;
    padding: 5px 2px 5px 4px;
}

.GridStyle tbody tr td a
{
    color: #555555;
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 2px 5px 4px;
    color: Navy;
}

.GridStyle tbody tr td span
{
    color: #555555;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    padding: 5px 2px 5px 4px;
    text-align: center;
}

/*.GridStyle tbody tr:hover {background-color: #d8d8d8;border: 1px solid #c0c0c0;color: Black;font-weight: bold;}*/

.GridStyle tbody tr th
{
    background: url("../images/brtop_bg.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #cccccc;
    color: Maroon;
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    height: 25px;
}

/*_VesselList Partial View Grid CSS End*/

.editBtn
{
    height: 20px;
    width: 20px;
    background: url(../Images/Edit.png) no-repeat top left;
    display: block;
    text-indent: -9999px; /* hides the link text */
}

.deleteBtn
{
    height: 20px;
    width: 16px;
    background: url(../Images/Delete.png) no-repeat top left;
    display: block;
    text-indent: -9999px; /* hides the link text */
}

.tabButtons
{
    vertical-align: middle;
    width:40px;
}

.tabButtons tbody tr td
{
    border: none;
    border-collapse: collapse;
    outline: none;
}

/*FOR Partial View _ViewNews Start*/

#news-container
{
    width: 235px;
    height: 280px !important;
    margin: 0px;
    padding: 0px;
    border: 1px solid #777;
}
#news-container
{
    font-size: 13px;
    font-family: "Open Sans" ,sans-serif;
    text-align: left;
}

#news-container ul li:nth-child(odd)
{
    background: #BCC6CC;
}

#news-container ul li:nth-child(even)
{
    background: #E5E4E2;
}

#news-container ul li div a
{
    text-decoration: none;
}

.divNewsMain
{
    width: 100%; /*padding:3px;*/
    color: #3f3f3f;
    height: 140px !important;
}

.divNewsTitle
{
    font-weight: bold;
    color: Black;
}

.divNewsDate
{
    width: 232px;
}

/*FOR Partial View _ViewNews END*/
/*********************************************************************************************************************/

/*News CSS Start*/
#news-container
{
    width: 100%;
    height: 100% !important;
    margin: 1px;
    padding: 0px;
    border: 1px solid #777;
}
#news-container
{
    font-size: 13px;
    font-family: "Open Sans" ,sans-serif;
    text-align: left;
}

#news-container ul li:nth-child(odd)
{
    background: #BCC6CC;
}

#news-container ul li:nth-child(even)
{
    background: #E5E4E2;
}

#news-container ul li div a
{
    text-decoration: none;
}

.divNewsMain
{
    width: 100%; /*padding: 3px;*/
    color: #3f3f3f;
    height: auto !important;
}

.divNewsTitle
{
    width: 100%;
    font-weight: bold;
    color: White;
    font-size: 12px; /*height:30px;*/
}

.divNewsBody
{
    width: 100%; /*padding: 3px 1px 3px 1px;*/
    font-size: 12px;
    color: #ababab;
}

.divNewsDate
{
    color: #ababab;
    width: 100%;
}
/*News CSS End*/
.demo2
{
    /*width:250px !important;list-style-type: none;border:1px solid white;*/
    margin-top: -10px;
    font-family: "Open Sans" ,sans-serif;
}
.news-item
{
    margin-left: -35px;
}
.txtbox1 {
    background-color: White;
    border: 1px solid #b2b299;
    box-shadow: 0 0 5px #b2b299;
    height: 28px;
    width: 550px;
}
.txtbox1 {
    border-radius: 4px;
    font-family: Calibri;
    font-size: 15px;
    padding: 3px;
}
.txtbox1:focus {
    border: 1px solid #666633;
    box-shadow: 0 0 5px #666633;
}
.lbl {
    color: #333333;
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
}
.newstxttab tbody tr td{padding:5px !important;}


.container {
    width:98%;
    padding:5px;    
    margin:10px auto;
    border:1px solid #333;
    border-radius:4px;
    box-shadow: 0 0 5px #555;
}



.divTitle{float:left;color:#FF4719;font-weight:bold;letter-spacing:1px;text-transform:uppercase;font-size:15px;width:85%;}

.divDate{float:right;color:#E6E6E6;font-weight:bold;letter-spacing:1px;text-transform:uppercase;font-size:10px;}

.divDescription{color:#cccccc;letter-spacing:1px;font-size:13px;}

@media screen and (max-device-width: 500px), screen and (max-width: 500px)
{
.divTitle{width:85%;}
.divDate{float:left;}
}
