﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: #b6b7bc;
    font-size: 1.1em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

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   
----------------------------------------------------------*/
.ajax__calendar_day_disabled
{
    width: 150px;
    height: 20px; /*border: 1px solid #ccc;*/
    font-family: Tahoma;
    font-size: small;
    text-decoration: line-through !important;
    color: #9E9E9E;
    text-decoration: none;
    cursor: default;
}
.pageOUT
{
    width: 980px;
    background-color: #fff;
    margin: 0px auto 0px auto;
    border: 1px solid #496077;
    min-height: 1250px;
}

.page
{
    width: 980px;
    background-color: #fff;
    margin: 0px auto 0px auto;
    border: 1px solid #DEDEDE;/*#496077;*/
    min-height: 840px;
    max-height: 100%;
   
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #ffffff;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}
.mainLong
{
    padding: 0px 0px;
    margin: 0px 0px 0px 0px;
}
.main
{
    padding: 0px 0px;
    margin: 12px 8px 8px 8px;
}

.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;
    width: 960px;
}


/* 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.5em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}
input.btn
{
    border: 1px solid #ccc;
}
input.textEntry1
{
    width: 150px;
    height: 20px;
    border: 1px solid #ccc;
    font-family: Tahoma;
    font-size: small;
    font-weight: bold;
}
input:focus
{
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}
input.textEntry
{
    width: 280px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 280px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 100%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: table-column;
    float: left;
    text-align: left;
    width: auto;
    background-color: #3B5998;
    vertical-align: middle;
    height: 50px;
}
.titleIn
{
    display: table-column;
    float: left;
    text-align: left;
    width: auto;
    background-color: #3B5998;
    vertical-align: top;
    height: 25px;
    color: #FFFFFF;
    font-weight: bold;
}

.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: 1em;
    color: #FF3399;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}


.Links
{
    font-family: Tahoma;
    font-size: 10pt;
    font-weight: bold;
    color: #3B5998;
}

.button
{
    background: #CAE1FF;
    font-family: "Helvetica Neue" , ", " , "Lucida Grande" ", " Segoe UI ", Arial, Helvetica, Verdana, sans-serif";
    font-size: 12px;
    font-weight: bold;
    color: #001563;
    height: 25px;
}

.button:hover
{
    background: #A2B5CD;
    font-family: "Helvetica Neue" , ", " , "Lucida Grande" ", " Segoe UI ", Arial, Helvetica, Verdana, sans-serif";
    font-size: 12px;
    font-weight: bold;
    color: #191970;
    height: 25px;
}

.list1 li
{
    background-image: url(~/Images/arrow2.gif);
    line-height: 24px;
    padding-left: 20px;
}

.list1 li.hover
{
    background-image: url(~/Images/arrow2.gif);
    line-height: 24px;
    list-style: none;
    padding-left: 20px;
}
/*-----------------MGRID---------------------*/
.mGrid1
{
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
}
.mGrid1 td
{
    padding: 2px;
    border: solid 1px #c1c1c1;
    color: #404040;
    font-family: Tahoma;
    font-weight: bold;
    font-size: smaller;
}
.mGrid1 th
{
    padding: 4px 2px;
    color: #E5E5E5;
    background: #3B5998 url(../Imagess/grd_head.png) repeat-x top;
    border-left: solid 1px #525252;
    font-size: 0.9em;
}
.mGrid1 .alt
{
    background: #3B5998 url(../Images/grd_alt.png) repeat-x top;
}
.mGrid1 .pgr
{
    background: #3B5998 url(../Images/grd_pgr.png) repeat-x top;
}
.mGrid1 .pgr table
{
    margin: 5px 0;
}
.mGrid1 .pgr td
{
    border-width: 0;
    padding: 0 6px;
    border-left: solid 1px #666;
    font-weight: bold;
    color: #E5E5E5;
    line-height: 12px;
}
.mGrid1 .pgr a
{
    color: #E5E5E5;
    text-decoration: none;
}
.mGrid1 .pgr a:hover
{
    color: #E5E5E5;
    font-weight: bold;
    text-decoration: none;
}


/*------------------------------MGRID2------------------------*/

.mGrid2
{
    width: 100%;
    background-color: #fff;
    margin: 2px 0 5px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
}
.mGrid2 td
{
    padding: 0px;
    border: solid 1px #c1c1c1;
    color: #404040;
    font-family: Tahoma;
    font-weight: bold;
    font-size: x-small;
}
.mGrid2 th
{
    padding: 1px 0px;
    color: #fff;
    background: #3B5998 url(../Imagess/grd_head.png) repeat-x top;
    border-left: solid 1px #525252;
    font-size: 0.9em;
}
.mGrid2 .alt
{
    background: #3B5998 url(../Imagess/grd_alt.png) repeat-x top;
}
.mGrid2 .pgr
{
    background: #3B5998 url(../Imagess/grd_pgr.png) repeat-x top;
}
.mGrid2 .pgr table
{
    margin: 2px 0;
}
.mGrid2 .pgr td
{
    border-width: 0;
    padding: 0 2px;
    border-left: solid 1px #666;
    font-weight: bold;
    color: #fff;
    line-height: 5px;
}
.mGrid2 .pgr a
{
    color: #fff;
    text-decoration: none;
}
.mGrid2 .pgr a:hover
{
    color: #C1CDCD;
    text-decoration: none;
}


/*-------------------------GRIDVIEW NEW---------------------------------*/

.GridviewDiv
{
    font-size: 62.5%;
    font-family: 'Lucida Grande' , 'Lucida Sans Unicode' , Verdana, Arial, Helevetica, sans-serif;
    color: #303933;
}
Table.Gridview
{
    border: solid 1px #df5015;
}
.GridviewTable
{
    border: none;
}
.GridviewTable td
{
    margin-top: 0;
    padding: 0;
    vertical-align: middle;
}
.GridviewTable tr
{
    color: #000000;
    background-color: #df5015;
    height: 30px;
    text-align: center;
}
.Gridview th
{
    color: #000000;
    border-right-color: #abb079;
    border-bottom-color: #abb079;
    padding: 0.5em 0.5em 0.5em 0.5em;
    text-align: center;
}
.Gridview td
{
    border-bottom-color: #f0f2da;
    border-right-color: #f0f2da;
    padding: 0.5em 0.5em 0.5em 0.5em;
}
.Gridview tr
{
    color: Black;
    background-color: White;
    text-align: left;
}
:link, :visited
{
    color: #DF4F13;
    text-decoration: none;
}
/*-------------------WATERMARK------------------------------*/

.watermarked
{
    color: Gray;
    border: solid 1px #808080;
    font-style: italic;
    font-size: smaller;
    font-family: Verdana;
}
.nonwatermarked
{
    border: solid 1px #808080;
    padding: 2px;
}

/*-------------------Error------------------------------*/

.Error
{
    border: 1px solid #FF3399;
    background-color: #FFCCFF;
    font-family: Tahoma;
    font-size: 10px;
    font-weight: bold;
    color: #CC0066;
    text-align: center;
    width: 60%;
}

/*------------------Table Allignment --------------------*/
table.imagetable
{
	color: #333333;
	border-width: 1px;
	border-color: #999999;
	border-collapse: collapse;
}
table.imagetable th
{
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #999999;
}
table.imagetable td
{
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #999999;
}
/*----------------Mgrid Plane---------------*/
.mGridP
{
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #000000;
    border-collapse: collapse;
}
/*---------------MGrid Plane-------------------*/
.mGridP td
{
    padding: 2px;
    border: solid 1px #000000;
    color: #000000;
    font-family:Trebuchet MS;
    /*font-weight: bold;*/
    font-size: smaller;
}
.mGridP th
{
    padding: 4px 2px;
    color: #000000;
    
    border-left: solid 1px #000000;
    font-size: 0.9em;
}

.ajax__calendar_container {
    position: absolute;
    z-index: 100003 !important;
    background-color: white;
}
