﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    background:#fff;
    font-size: .80em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin-left:5px;
    color: #293c9f;
    width:99%;
    max-height:450px;
    
}



/* HEADINGS   
----------------------------------------------------------*/

#grmodule
{
    float: left;
    top: 356px;
    width: 416px;
    height: 415px;
    padding-left: 50px;
    padding-right: 10px;
    z-index: 1;
    left: 0px;
    position: absolute;
}

#Panelfunction
{
    float: left;
    top: 10px;
    width: 500px;
    height: 350px;
    padding-left: 100px;
    padding-right: 10px;
}


#ContentPlaceHolder1_Panel1
{
    padding-left: 50px;
}
h1
{
    color: #ffffff;
    font-size: 3.0em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}


/* 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: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 4px solid #156766;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #68443C;
    width: 100%;
    color: White;
    top: 0px;
    left: 0px;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 520px;
    color: #669999;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: white;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    background-color: #4682B4;
    vertical-align:middle;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color: #68443C;
    width: 100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;   
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
   /* font-weight: 500;*/
   font-weight:bold;
  
   
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color:#5f7daf;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.25em;
    padding: 4px 18px;
    text-decoration: none;
    white-space: nowrap;
    font-size: medium;
  
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
     /*background-color: #156766;
   color: #cfdbe6;*/
    text-decoration: none;
    
    
    background-color: #465c71;

    color: #cfdbe6;
}

}


/* FORM ELEMENTS   
----------------------------------------------------------*/



legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    width: 959px;
}

.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;
}
.modalBackground
{
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
}
.modalPopup
{
    background-color: White;
   
    border: 1px ridge #5a9384;
    border-radius: 12px;
    padding: 0;
}
.modalPopup .header
{
    background-color:#357272;
    height: 30px;
    color: White;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.modalPopup .body
{    
    line-height: 25px;
    text-align: center;
    font-weight: bold;
    max-height: 50%;
}
.modalPopup .footer
{
    padding: 6px;
}
.tableClass tr td
{
    font-weight: normal;
    color: black;
    padding: 3px 0 3px 0;
   
}
.tableClass tr td span
{
    color: #4682B4;
}

.tdHeading
{
    font-style: underline;
    font-size: large;
    font-weight: bold;
    color: #4682B4;
    padding-top: 10px;
}
.wordWheel .itemsMain1
{   
    color: #4682B4;
}

.wordWheel .itemsMain
{
    background: none;
    border-collapse: collapse;
    color: #4682B4;
    white-space: nowrap;
    text-align: inherit left;
    float:left;
}

.wordWheel .itemsSelected
{
    padding: 0px;
    margin: 0px;
    background-color: #4682B4;
    color: #ffffff;
    float:left;
    white-space: nowrap;
}
/*.ajax__calendar .ajax__calendar_container .ajax__calendar_body
{
    height: 200px;
}
*/

.listMain
{
    background-color: #FFFFFF;
    z-index: 1000;
    width: 150px;
    max-height: 250px;
    text-align: inherit;
    text-indent: -1;
    list-style: none;
    overflow: auto;
    border: 1px solid #4682B4;
    margin-left: 0px;
    margin-right:150px;
    margin-top: 0px;
    z-index: 9999999999 !important;
    padding:0px;
}


.tableClass tr td
{
    font-weight: normal;
    color: black;
    padding: 3px 0 3px 0;
}
.tableClass tr td span
{
    color: #4682B4;
}

 .btn
        {
            background: #26466D;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            text-shadow: 0px 1px 3px none;
            font-family: Calibri;
            color: #ffffff;
            font-size: 16px;
            padding: 4px 15px 4px 15px;
            text-decoration: none;
            min-height:30px;
            min-width:100px;
        }
 .btn_lg
        {
            background: #26466D;
            -webkit-border-radius: 20;
            -moz-border-radius: 20;
            border-radius: 20px;
            text-shadow: 0px 1px 3px none;
            font-family: Calibri;
            color: #ffffff;
            font-size: 16px;
            /*padding: 4px 15px 4px 15px;*/
            text-decoration: none;
            width:auto;
        }



        .accordion
{
    width: 100%;
   
}

.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #4682B4;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #70A8D2;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.accordionContent
{
    background-color: #F9FAF4;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 0px;
    padding-top: 0px;
}
.FormatRadioButtonList label
{
  margin-right: 25px;
}


.col
{
padding-right:5px;
padding-left:5px;

}
.col1
{
padding-right:6px;
padding-left:6px;
padding-bottom:3px;
padding-top:3px;
}

.col2
{
    padding-right:20px;
padding-left:20px;
padding-bottom:3px;
padding-top:3px;
    
}
.griGatepasshead>th
{
    padding:8px;
}

.myDataGridClass>tbody>tr>td /* Apply border to all cells */
{
   border:1px solid black;
}


  .completionList
        {
            border: solid 1px Gray;
            margin: 0px;
            padding: 0px;
            height: 80px;
            overflow: auto;
            background-color:white;          
        }
        .listItem
        {
            color: #191919;
        }
        .itemHighlighted
        {
            background-color: #8cc8f0;
        }

    
.MenuBorder
{
	font-size:10pt;
	font-family:Arial;
	background-color:#718DBC;
	border-left:Solid 3px #FFFFFF;
	border-right:Solid 3px #FFFFFF;
	border-bottom:Solid 1px #FFFFFF;
	background-repeat:repeat-x;	
	border-width:1px;
	border-style:solid;
	border-color:Black;
}

.SubMenuBorder
{
	font-size:10pt;
	font-family:Arial;
	color:Black;
	border-width:1px;
	background-color:#68443C;
	border-left:Solid 3px #000000;
	border-right:Solid 3px #000000;
	border-bottom:Solid 1px #000000;
	background-repeat:repeat-x;		
}

.SubMenuBorder li
{
    border-style:solid;
	border-color:White;	
	border-width:1px;
    margin-top:1px;
}

.menustyle
{
    border-radius:25%;
}

.content_resize  
{
    margin:0 auto; 
    padding:0; 
    padding-left:10px; 
    padding-top:10px; 
    width: 98%; 
    background:#F0EBDD; 
    border:3px solid #1C166F;     
    border-radius: 10px;    
}

.selectedMenuStyle
{
    -webkit-border-radius: 20;
    -moz-border-radius: 20;
    border-radius: 20px;
    text-shadow: 0px 1px 3px #000000;
    color: #ffffff;
    font-size: 14px;
    border:1px;
    border-style:double;
    border-color:Orange;
    }
  
/*** Start of Grid view Styles ***/  
.grid
{
    
    }
.grid tr:nth-child(even)
    {
        background-color:#ffffff;
    }
    .grid tr:nth-child(odd)
    {
        background-color:#F9EEE8;
    }

.rowOdd
{
         background-color:#F9EEE8;
}
.rowEven
{
    background-color:#ffffff;
}


.gridpaging{
    background-color:#fff;
   height:35px;
   padding:2px;
   margin:2% auto;
}

.gridpaging a{
  margin:auto 1%;
    border-radius:50%;
    background-color:#fff;      
      padding:5px 10px 5px 10px;
      color:#006699;
      text-decoration:none;
      -o-box-shadow:2px 2px 1.5px #006699;
      -moz-box-shadow:2px 2px 1.5px #006699;
      -webkit-box-shadow:2px 2px 1.5px #006699;
      box-shadow:2px 2px 1.5px #111;    
      border-color:#006699;      
      font-weight:bold;
}

.gridpaging a:hover{
    background-color:#F7E9E1;
    color:#000;
}

.gridpaging span{    
    color:#fff;
    font-weight:bold;
    background-color:#35586c;
     -o-box-shadow:1px 1px 1px #111;
      -moz-box-shadow:1px 1px 1px #111;
      -webkit-box-shadow:1px 1px 1px #111;
      box-shadow:1px 1px 1px #111;

    border-radius:50%;
    padding:5px 10px 5px 10px;
}
/*** End of Grid view Styles ***/


.outerborder {
    width: 96%;
    margin: 1%;
    padding: 1%;
    border: 1px solid #293c9f;
    border-radius: 5px;
}

.innerContent {
    width: 100%;
    padding: 0.5%;
}
