﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    /*background: #b6b7bc;*/
    font-size: medium;
    font-family: Calibri;
    
     background: #b6b7bc;
    color: #696969;
   
   
}

a:link, a:visited
{
    color: #034af3;
    text-decoration: none;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
    
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
   
}
input[type=text], textarea
{
    background-color: #FCF5D8;
    
}

h1
{
    font-size: 1.6em;
   
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 100%;
    background-color: #fff;
    margin: 0px auto 0px auto;
    border: 1px solid #305D7B;
    border-radius: 25px;
    
   
}
.pagePopUp
{
    width: 70%;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}
.header
{
    background: #4b6c9e;
    width: 100%;
    border-radius: 25px;
    
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
    text-shadow: 2px 2px 4px #000000;
}

.main
{
    padding: 0px 0px;
    /*margin: 8px 8px 8px 8px;*/
    min-height: 420px;
}
.mainPopUp
{
    text-align:center;
    min-height: 420px;
    }
.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}
.text
{
    text-align:left;
}

.number
{
    text-align:right;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
    
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 220px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 220px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}
.label1
{
    background-color:transparent;
    border-color:transparent;
    cursor:pointer;    
}
.gridHeader
{
    background-color:#3a4f63;
    width:100%;
    color:#ffffff;
    text-align:center;
    height:auto !important;
}
.DDGridView
{
    border-color:Black !important;
      
    }
.button {
   border-top: 1px solid #96d1f8;
   background: #4b6c9e;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: #4b6c9e;
   padding: 2px 4px;
   -webkit-border-radius: 11px;
   -moz-border-radius: 11px;
   border-radius: 11px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-family: Calibri;
   text-decoration: none;
   vertical-align: middle;
    font-weight: 700;
    font-size: large;
}
   .hidButton
   {
       display:none;
       }
.button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
}
.left-align
{ 
text-align:left;

}
.txtBoxMedium {
width: 50px;
}
.txtBoxDate {
width: 80px;
}
.txtBoxLarge {
width: 100px;
}
.txtBoxXLarge {
width: 200px;
}
.tdHeader { 
          background-color: #CCCCCC; 
          text-align:left;
    } 
.td{ 
        border:1px solid #96C2F1;              
    } 

/*
th
{
    color: White; font-weight: bold; background-color: #465c71;
}
td
{
    color: black; background-color: #c9c9c9;
}
table
{
    border-color:Black !important;
    }
    
    */
    
.ctrDropDown {     width:150px; /*this is the actual width of the dropdown list*/ } 
.ctrDropDownClick {     width:auto; /* this the width of the dropdown select box.*/ }      

.info, .success, .warning, .error, .validation {
  border: 1px solid;
  margin: 10px 0px;
  padding:10px 0px 10px 0px;
  background-repeat: no-repeat;
  background-position: 10px center;
}
.info {
  color: #00529B;
  background-color: #BDE5F8;
  background-image: url('~/images/info.png');
}
.success {
  color: #4F8A10;
  background-image:url('~/images/success.png');
  background-color: #DFF2BF;  
  }
.warning {
  color: #9F6000;
  background-color: #FEEFB3;
  background-image: url('~/images/warning.png');
}
.error {
  color: #D8000C;
  background-image: url('~/images/error.png');
}

.alignCenter
{
    text-align:center;
    }
    
.alignLeft
{
    text-align:left;
    }   
 .alignRight
 {
     text-align:right;
     } 
    
.textColorBlack
{
    color:Black !important;    
    background-color: #eeece1;
    }    
.search
{
   position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    font-size: 1.1em;
    display: block;
    text-align: justify;
    padding:10px 0px 10px 0px;
    color: White !important;
    border-color:#9F6000;
    /*width: 87%;*/    
    /*left: 2px;*/    
    width:100%;
    vertical-align:middle;
}    
    .search-title
    {
        font-size: 1.5em;
        color: White;
        font-variant: small-caps;
        text-transform: none;
        margin-bottom: 0px;
        font-size: 1.5em;
        font-weight: 600;
        text-align:center;
        }

/****************************************************/
.modalBackground
{
  background-color:#CCCCFF;
  filter:alpha(opacity=40);
  opacity:0.5;
}
 /*Position should be -1000px, so during loading you not gonna see popup initialization.*/
.ModalWindow
{
  border: solid1px#c0c0c0;
  background:#f0f0f0;
  padding: 0px10px10px10px;
  position:absolute;
  top:-1000px;
}
        
.grdvwTextBox
{
    border-right:#333333 1px solid;
    border-top:#333333 1px solid;
    border-left:#333333 1px solid;
    width:99%;
    border-bottom:#333333 1px solid;
}              
/*FROM MORAG*/
.clsButton
{
	border-right: #003399 1px solid;
	border-top: #afc4d5 1px solid;
	font-size: x-small;
	background: #CC9966;
	border-left: #afc4d5 1px solid;
	cursor: hand;
	color: white;
	border-bottom: #003399 1px solid;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-weight: bold;
	text-decoration: none;
	height:25px;
}
.clsSelectedButton
{
	height:25px;
	border-right: #003399 1px solid;
	border-top: #afc4d5 1px solid;
	font-size: x-small;
	background: #663300;
	border-left: #afc4d5 1px solid;
	cursor: hand;
	color: white;
	border-bottom: #003399 1px solid;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-weight: bold;
	text-decoration: none;
}
.clsSButton
{
	border-right: #003399 1px solid;
	border-top: #afc4d5 1px solid;
	font-size: xx-small;
	background: #B0C4DE;
	border-left: #afc4d5 1px solid;
	cursor: hand;
	color: white;
	border-bottom: #003399 1px solid;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	/*height: 21px;*/
	width: 25px;
	font-weight: bold;
	text-decoration: none;
}

.clsMButton
{
	border-right: #003399 1px solid;
	border-top: #afc4d5 1px solid;
	font-weight: bold;
	font-size: xx-small;
	background: #b0c4de;
	border-left: #afc4d5 1px solid;
	width: 40px;
	cursor: hand;
	color: white;
	border-bottom: #003399 1px solid;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	/*height: 21px;*/
	text-decoration: none;
}

.clsUCButton
{
	border-right: #003399 1px solid;
	border-top: #afc4d5 1px solid;
	font-weight: bold;
	font-size: xx-small;
	background: #b0c4de;
	border-left: #afc4d5 1px solid;
	width: 54px;
	cursor: hand;
	color: white;
	border-bottom: #003399 1px solid;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	/*height: 21px;*/
	text-decoration: none;
}

.clsMLButton
{
	border-right: #003399 1px solid;
	border-top: #afc4d5 1px solid;
	font-weight: bold;
	font-size: xx-small;
	background: #b0c4de;
	border-left: #afc4d5 1px solid;
	width: 130px;
	cursor: hand;
	color: white;
	border-bottom: #003399 1px solid;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	/*height: 21px;*/
	text-decoration: none;
}

.clsLButton
{
	border-right: #003399 1px solid;
	border-top: #afc4d5 1px solid;
	font-size: xx-small;
	background: #B0C4DE;
	border-left: #afc4d5 1px solid;
	cursor: hand;
	color: white;
	border-bottom: #003399 1px solid;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	/*height: 21px;*/
	width: 92px;
	font-weight: bold;
	text-decoration: none;
}

.clsXLButton
{
	border-right: #003399 1px solid;
	border-top: #afc4d5 1px solid;
	font-size: xx-small;
	background: #B0C4DE;
	border-left: #afc4d5 1px solid;
	cursor: hand;
	color: white;
	border-bottom: #003399 1px solid;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	/*height: 21px;*/
	width: 200px;
	font-weight: bold;
	text-decoration: none;
}


.clsTickButton
{
	border-right: #003399 1px solid;
	border-top: #afc4d5 1px solid;
	font-weight: bold;
	font-size: medium;
	background: url(Images/Button/Tick.gif) #b0c4de no-repeat center center;
	border-left: #afc4d5 1px solid;
	width: 18px;
	cursor: hand;
	color: seagreen;
	border-bottom: #003399 1px solid;
	font-family: 'Wingdings 2';
	height: 18px;
	text-decoration: none;
}
.clsTab
{
	font-size: xx-small;
	background: DarkBlue;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-weight: bold;
}
.clsTableError
{
	border-right: red thin solid;
	padding-right: 5px;
	border-top: red thin solid;
	padding-left: 5px;
	padding-bottom: 5px;
	margin: 0px;
	border-left: red thin solid;
	width: 100%;
	cursor: help;
	color: red;
	padding-top: 5px;
	border-bottom: red thin solid;
}
.clsTableInfo
{
	border-right: #003399 thin solid;
	padding-right: 5px;
	border-top: #003399 thin solid;
	padding-left: 5px;
	padding-bottom: 5px;
	margin: 0px;
	border-left: #003399 thin solid;
	width: 100%;
	cursor: help;
	color: #003399;
	padding-top: 5px;
	border-bottom: #003399 thin solid;
}


.clsWarning
{
	border-right: #ff0066 2px solid;
	padding-right: 1px;
	border-top: #ff0066 2px solid;
	padding-left: 1px;
	font-weight: bold;
	font-size: x-small;
	padding-bottom: 1px;
	border-left: #ff0066 2px solid;
	color: #ff0066;
	padding-top: 1px;
	border-bottom: #ff0066 2px solid;
	text-align: center;
}

.clsInformation
{
	border-right: #000066 2px solid;
	padding-right: 1px;
	border-top: #000066 2px solid;
	padding-left: 1px;
	font-weight: bold;
	font-size: x-small;
	padding-bottom: 1px;
	border-left: #000066 2px solid;
	color: #000066;
	padding-top: 1px;
	border-bottom: #000066 2px solid;
	text-align: center;
	width:70%;
}
.clsTextBox
{
	border-top: #003399 1px solid;
	border-left: #003399 1px solid;
	border-right: #afc4d5 1px solid;
	border-bottom: #afc4d5 1px solid;
	font-size: x-small;
	background: #f5f5f5;
	color: #000066;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	text-decoration: none;
    scrollbar-base-color:#b0c4de;
    scrollbar-track-color: #ffffff;
    scrollbar-arrow-color: #ffffff;
    height:12px;
}
.clsMultiLineTextBox
{
	border-top: #003399 1px solid;
	border-left: #003399 1px solid;
	border-right: #afc4d5 1px solid;
	border-bottom: #afc4d5 1px solid;
	font-size: x-small;
	background: #f5f5f5;
	color: #000066;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	text-decoration: none;
	width:100%;
    scrollbar-base-color:#b0c4de;
    scrollbar-track-color: #ffffff;
    scrollbar-arrow-color: #ffffff;
}

.clsReadOnlyMultiLineTextBox
{
	border-top: #003399 1px solid;
	border-left: #003399 1px solid;
	border-right: #afc4d5 1px solid;
	border-bottom: #afc4d5 1px solid;
	font-size: x-small;
	background: #B0C4DE;
	color: #000066;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	text-decoration: none;
	width:80%;
    scrollbar-base-color:#b0c4de;
    scrollbar-track-color: #ffffff;
    scrollbar-arrow-color: #ffffff;
}

.clsReadOnlyTextBox
{
	border-top: #003399 1px solid;
	border-left: #003399 1px solid;
	border-right: #afc4d5 1px solid;
	border-bottom: #afc4d5 1px solid;
	font-size: x-small;
	background: #B0C4DE;
	color: #000066;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	height:12px;
	text-decoration: none;
    scrollbar-base-color:#b0c4de;
    scrollbar-track-color: #ffffff;
    scrollbar-arrow-color: #ffffff;
}
.clsReadOnlyLTextBox
{
	border-top: #003399 1px solid;
	border-left: #003399 1px solid;
	border-right: #afc4d5 1px solid;
	border-bottom: #afc4d5 1px solid;
	font-size: x-small;
	background: #B0C4DE;
	color: #000066;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	/*width:200px;*/
	width:90%;
	text-decoration: none;
    scrollbar-base-color:#b0c4de;
    scrollbar-track-color: #ffffff;
    scrollbar-arrow-color: #ffffff;
    height:15px;
}

.clsMTextBox
{
	border-top: #003399 1px solid;
	border-left: #003399 1px solid;
	border-right: #afc4d5 1px solid;
	border-bottom: #afc4d5 1px solid;
	font-size: x-small;
	background: #f5f5f5;
	color: #000066;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	width: 88px;
	text-decoration: none;
    scrollbar-base-color:#b0c4de;
    scrollbar-track-color: #ffffff;
    scrollbar-arrow-color: #ffffff;
    height:12px;
}

.clsReadOnlyMTextBox
{
	border-top: #003399 1px solid;
	border-left: #003399 1px solid;
	border-right: #afc4d5 1px solid;
	border-bottom: #afc4d5 1px solid;
	font-size: x-small;
	background: #B0C4DE;
	color: #000066;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	width: 88px;
	text-decoration: none;
    scrollbar-base-color:#b0c4de;
    scrollbar-track-color: #ffffff;
    scrollbar-arrow-color: #ffffff;
    height:12px;
}
.clsFSTextBox
{
	border-top: #003399 1px solid;
	border-left: #003399 1px solid;
	border-right: #afc4d5 1px solid;
	border-bottom: #afc4d5 1px solid;
	font-size: x-small;
	background: #f5f5f5;
	color: #000066;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	width: 100%;
	text-decoration: none;
    scrollbar-base-color:#b0c4de;
    scrollbar-track-color: #ffffff;
    scrollbar-arrow-color: #ffffff;
}
.clsReadOnlyFSTextBox
{
	border-top: #003399 1px solid;
	border-left: #003399 1px solid;
	border-right: #afc4d5 1px solid;
	border-bottom: #afc4d5 1px solid;
	font-size: x-small;
	background: #B0C4DE;
	color: #000066;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	width: 100%;
	text-decoration: none;
    scrollbar-base-color:#b0c4de;
    scrollbar-track-color: #ffffff;
    scrollbar-arrow-color: #ffffff;
}
.clsXLTextBox
{
	border-top: #003399 1px solid;
	border-left: #003399 1px solid;
	border-right: #afc4d5 1px solid;
	border-bottom: #afc4d5 1px solid;
	font-size: x-small;
	background: #f5f5f5;
	color: #000066;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	width: 300px;
	text-decoration: none;
    scrollbar-base-color:#b0c4de;
    scrollbar-track-color: #ffffff;
    scrollbar-arrow-color: #ffffff;
}

.clsReadOnlyXLTextBox
{
	border-top: #003399 1px solid;
	border-left: #003399 1px solid;
	border-right: #afc4d5 1px solid;
	border-bottom: #afc4d5 1px solid;
	font-size: x-small;
	background: #B0C4DE;
	color: #000066;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	width: 300px;
	text-decoration: none;
    scrollbar-base-color:#b0c4de;
    scrollbar-track-color: #ffffff;
    scrollbar-arrow-color: #ffffff;
}

.clsSTextBox
{
	border-top: #003399 1px solid;
	border-left: #003399 1px solid;
	border-right: #afc4d5 1px solid;
	border-bottom: #afc4d5 1px solid;
	font-size: x-small;
	background: #f5f5f5;
	color: #000066;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	width: 50px;
	text-decoration: none;
    scrollbar-base-color:#b0c4de;
    scrollbar-track-color: #ffffff;
    scrollbar-arrow-color: #ffffff;
}

.clsReadOnlySTextBox
{
	border-top: #003399 1px solid;
	border-left: #003399 1px solid;
	border-right: #afc4d5 1px solid;
	border-bottom: #afc4d5 1px solid;
	font-size: x-small;
	background: #B0C4DE;
	color: #000066;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	width: 50px;
	text-decoration: none;
    scrollbar-base-color:#b0c4de;
    scrollbar-track-color: #ffffff;
    scrollbar-arrow-color: #ffffff;
}
.clsReadOnlySTextBoxCenterAlign
{
	border-top: #003399 1px solid;
	border-left: #003399 1px solid;
	border-right: #afc4d5 1px solid;
	border-bottom: #afc4d5 1px solid;
	font-size: x-small;
	font-weight:bold;
	background: #B0C4DE;
	color: #000066;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	width: 50px;
	text-decoration: none;
	text-align:center;
    scrollbar-base-color:#b0c4de;
    scrollbar-track-color: #ffffff;
    scrollbar-arrow-color: #ffffff;
}

.divGridView
{
    height:300px;
    border:1px solid black;
    }
.hideObject
{
    display:none;
    }    
.displayObject
{
    display:inline-table;
    }        
.Numeric
{
    text-align:right;
    }    
    fieldset
        {
            margin-top: 50px;
            margin-bottom: 36px;
            width: 90%;
            margin-left:auto;
            margin-right:auto;
        }
        legend
        {
            border-left: 1px solid #e5e5c3;
    border-right: 1px solid #505014;
    border-top: 1px solid #e5e5c3;
    border-bottom: 1px solid #505014;
    background: #CCCCCC;
    color: Maroon;
            padding: 0 10px;
            margin: -26px 0 0 -11px;
            font-weight: bold;
            height: 33px;
    width: 172px;
}
.tdLabel
{
    background-color: #CCCCCC; color: #000000;
    }        
table
{
    color: Black;
    /*padding:0px 5px 0x 5px;*/
    
    }
    .grid_paging a

{

     text-decoration: none;   }

.grid_paging a:hover

{

    text-decoration: underline;     }

.grid_paging a:link

{

   font-size: 15px;

    padding: 2px 6px;

    background-color :#EBECEE;

    border: 1px solid #B5BAC0;    }

.grid_paging span

    {            background-color: #263441;

            border: 1px solid #DBEAFF;

            color: #FFFFFF;

            padding: 2px 5px;    }   




.redtext
{
    color: red;
}


.odd {
  background-color: #DBDBDB;
}

.even {
  background-color: #ffffff;
}