﻿html, body, form {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
}

.Header {
    background-color: black;
}

.HeaderSubImageStyle {
    padding: 0px;
    margin: 0px;
    border: 0;
    border-collapse: collapse;
    height: 42px;
}
.IDeclare {
    font-size: 40px;
    color: white;
}

.Welcome {
    color: white;
    text-align: left;
    font-size: 14px;
}

.BodyTitle {
    color: #002277;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
}

.GroupTitle {
    color: #002277;
    font-size: 12px;
    font-weight: bold;
}

legend {
    color: #002277;
    font-size: 12px;
    font-weight: bold;
}

.GroupLabels {
    color: grey;
    font-size: 12px;
}

.GroupValues {
    color: black;
    font-size: 12px;
}

.Status {
    color: green;
    font-weight: bold;
}

.HyperlinkAsButton {
    display: block;
    width: 60px;
    line-height: 20px;
    background-color: #808080;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    text-decoration: none;
    vertical-align: central;
}

.HyperlinkAsButton_Wider {
    display: block;
    width: 100px;
    line-height: 20px;
    background-color: #808080;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    text-decoration: none;
    vertical-align: central;
}

.HyperlinkAsButton_White {
    display: block;
    width: 140px;
    line-height: 20px;
    background-color: white;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    color: black;
    text-decoration: none;
    vertical-align: central;
}

.GridViewCommonRow {
    border-right: 1px solid white;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    Color: #676767;
}

.GridViewHeader {
    background-color: #808080;
    font-weight: bold;
    height: 30px;
    color: #FFFFFF;
}

.GridViewRow {
    background-color: #EFEFEF;
}

.GridViewAlternativeRow {
    background-color: #DDDDDD;
}

.NoData {
    color: #002277;
    font-size: 14px;
    font-weight: bold;
}

.GridLink {
    color: #676767;
    font-weight: bold;
    text-decoration: underline;
}

.LanguageLink {
    color: white;
    font-weight: bold;
    text-decoration: underline;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.50;
}

.pnl {
    background: #333;
    padding: 10px;
    border: 2px solid #ddd;
    float: left;
    font-size: 1.2em;
    color: White;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    box-shadow: 0px 0px 20px #999; /* CSS3 */
    -moz-box-shadow: 0px 0px 20px #999; /* Firefox */
    -webkit-box-shadow: 0px 0px 20px #999; /* Safari, Chrome */
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari, Chrome */
}

.close {
    DISPLAY: block;
    BACKGROUND: url(/Images/Close.png) no-repeat 0px 0px;
    LEFT: -12px;
    WIDTH: 26px;
    TEXT-INDENT: -1000em;
    POSITION: absolute;
    TOP: -12px;
    HEIGHT: 26px;
}

.UploadDiv {
    font-weight: bold;
    background-color: white;
}

.SaveAndLock {
    display: block;
    background-color: #bed0fc;
    background-image: url('../Images/SaveAndLock.gif');
    border: 0;
    height: 54px;
    width: 122px;
    cursor: pointer;
}

.DeclarationMessage {
    text-align: justify;
    font-weight: bold;
}

.ValidationError {
    color: red;
    font-weight: normal;
    font-size: 12px;
}

table.tblAdmin {
    font-family:Arial; 
}
table.tblAdmin td {
	font-size:11px;
}
table.tblAdmin input, textarea, select {
	font-family:Arial;
	font-size:11px;
}

.tdPartNos textarea {
    font-family:Arial;
    font-size:12px;
    line-height:20px;
    padding: 6px 10px 6px 10px;
}
.lblSearchResults {
    /*font-weight:bold;*/
    font-size:18px;
    color:#7c7c7c;
}

.darkClass
{
    background-color: #000000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat:no-repeat;
    background-position:center;

    filter:alpha(opacity=50); /* IE */
    opacity: 0.5; /* Safari, Opera */
    -moz-opacity:0.50; /* FireFox */
    /*z-index: 20;*/
    
    /*height: 100%;*/
    height:auto;
    width: 100%;

    min-height:100%;
    
    /*position:absolute;*/   
    position:fixed;
    top: 0px;
    left: 0px;
    z-index: 2;
}


.GridViewTable {
    position: absolute;
    left: 5%;
    width: 90% !important;
}