﻿/* Default CSS Stylesheet for a new Web Application project */
BODY
{
    margin: 0px 0px 0px 0px;
    background-color: #022973; /*White;*/
    font-family: Verdana, Arial, helvetica;
    font-size: 10pt;
    color: Black;
    text-decoration: none;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
}

IMG
{
    border-width: 0px;
}

H1
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 2em;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

H2
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.75em;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

H3
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.58em;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

HR
{
    border-width: 0;
    background-color: #C0C0C0;
    height: 1px;
}

A:link
{
    text-decoration: none;
    color: #3333cc;
}

A:visited
{
    text-decoration: none;
}

A:active
{
    text-decoration: none;
    color: #990000;
}

A:hover
{
    text-decoration: underline;
    color: red;
}

input[type=text], textarea
{
    border-style: solid;
    border-width: 1px;
    border-color: #A4AFC0;    
}

INPUT, SELECT, TEXTAREA
{
    font-family: Verdana, Arial, helvetica;
    font-size: 10pt;
}

td, th
{
    vertical-align: top;
   /* text-align: left;*/
}

Table.MainTable
{
    padding: 0;
    width: 95%;
    background-color: White;
    border-color: Maroon;
    border-collapse: collapse;
    border-width: 0px;
    vertical-align: top;
    text-align: left;
    color: #FFFFFF;
    text-decoration: none;
}

.Form
{
    color: black;
    border-width: 1px;
    border-style: solid;
    border-color: #C9AD86;
    border-collapse: collapse;
    text-align: left;
}

TD.TableHeader, TR.TableHeader
{
    color: Black; /*#0033cc;*/
    background-color:#C8D7EA;/* #C9AD86;*/
    font-weight: bold;
    text-align: center;
}

td.TopCell
{
    background-color: #790000;
    height: 10px;
    font-size: 10px;
    text-align: right;
    vertical-align: middle;
    padding-right: 2px;
}

TD.HeaderCell
{
    /*filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#3399FF', endColorStr='#FEEACB', gradientType='1');*/ /*filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#FEEACB', endColorStr='#AFD4FF', gradientType='1');*/
    background-image: url('images/header_back_silver.jpg');
    background-repeat: repeat-x;
    padding: 2px 2px 2px 2px;
    text-decoration: none;
    text-align: center;
    vertical-align: top;
    width: 100%;
    color: #FFFFFF;
    background-color: #666666;
}

span.SiteTitle, div.SiteTitle, h1.SiteTitle
{
    font-family: Lucida Sans Unicode, verdana, arial;
    color: #0033CC;
    font-size: 18px;
    font-weight: bold;
}

span.SiteSubTitle, div.SiteSubTitle, h3.SiteSubTitle
{
    font-family: Lucida Sans Unicode, verdana, arial;
    color: gray;
    font-size: 14px;
}

TD.SubHeaderCell
{
    font-family: Verdana, Arial, helvetica;
    font-size: 12px;
    color: #FFFFFF; /*filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#996600', endColorStr='#FEEACB', gradientType='1');*/
    border-bottom: solid 1px #C9AD86;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 22px;
    background-color: #022973;
    padding-left: 4px;
    padding-right: 2px;
}

td.SubHeaderCell a:link
{
    color: white;
    text-decoration: none;
}

td.SubHeaderCell a:visited
{
    color: white;
    text-decoration: none;
}

td.SubHeaderCell a:hover
{
    color: white;
    text-decoration: underline;
}


TD.LeftCell
{
    background-color: white;
    background-image: url(images/back_left.png);
    background-repeat: repeat-x;
    color: Black;
    border-right: solid 1px silver;
    padding: 4px 1px 1px 4px;
    text-decoration: none;
    width: 14%;
}

TD.MainCell
{
    font-family: Verdana, Arial, helvetica;
    font-size: 10pt;
    color: Black;
    padding: 4px 6px 2px 6px;
    text-decoration: none;
    width: 72%;
}

TD.RightCell
{
    background-color: #f7f7f7;
    font-family: Verdana, Tahoma, Arial, helvetica;
    font-size: 10pt; /*filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#FFFFFF', endColorStr='#FEEACB', gradientType='1');*/ /*	background-image: url(images/back_left.jpg);	*/
    background-repeat: no-repeat;
    color: Black;
    border-left: solid 1px silver;
    padding: 1px 1px 1px 1px;
    text-decoration: none;
    width: 14%;
}


TD.FooterCell
{
    font-family: Verdana, Arial, helvetica;
    font-size: 8pt;
    color: #000000; /*filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#3399FF', endColorStr='#FEEACB', gradientType='1');*/ /*filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#FEEACB', endColorStr='#AFD4FF', gradientType='1');*/ /*background-image: url(images/back_footer.jpg);*/
    background-color: #DDDDDD;
    border-top: solid 1px silver;
    padding-top: 2px;
    padding-bottom: 2px;
    text-decoration: none;
    text-align: center;
    width: 100%;
}

td.FooterCell a:link
{
    color: black;
    text-decoration: none;
}

td.FooterCell a:visited
{
    color: black;
    text-decoration: none;
}

A.SubHeaderLink:hover
{
    text-decoration: underline;
    color: #ffefd5;
}

A.SubHeaderLink
{
    text-decoration: none;
    color: yellow;
    font-size: 8pt;
}

A.LeftLink
{
    text-decoration: none;
    color: blue;
}

A.LeftLink:hover
{
    text-decoration: underline;
    color: red;
}

div.PageTitle, H1.PageTitle, h2.PageTitle
{
    font-family: Verdana, Arial, helvetica;
    font-size: 14px;
    font-weight: bold;
    color: #0033cc;
    padding-bottom: 10px;
    margin: 0;
}

div.PageSubTitle, h2.PageSubTitle
{
    font-family: Verdana, Arial, helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #006600;
    padding-bottom: 10px;
    margin: 0;
}

div.PageHeadTitle
{
    font-family: Verdana, Arial, helvetica;
    font-size: 17px;
    font-weight: bold;        
    margin-bottom: 10px;
    text-align: center;
    background-color: #C8D7EA;
    color:#005995;
    padding-top:3px;
    padding-bottom:3px;    
}

.Highlight
{
    font-weight: bold;
    color: #006600;
}

div.Box, table.Box, span.Box
{
    background-color: White;
    border: 1px solid #cccccc;
    border-collapse: collapse;
    padding: 2px;
}


/*GridView - Starts*********************************/
TABLE.GridTable
{
    color: #333333;
    border-width: 1px;
    border-style: solid;
    border-color: #C0C0C0;
}

TR.GridHeader
{
    background-color: #C8D7EA;
    color: black;
    font-weight: bold;
    text-align: center;
}

TR.GridHeader a:link
{
    color: blue;
    font-size: 14px;
    font-weight: bold;
}

TR.GridHeader a:visited
{
    color: blue;
}

TR.GridRow
{
    background-color: #FAFAFA;
    color: black;
}

TR.GridAlternateRow
{
    background-color: white;
}


TR.GridSelectedRow
{
    background-color: #D1DDF1;
    font-weight: bold;
    color: #333333;
}

TR.GridEditRow
{
    background-color: #2461BF;
}

TR.GridFooter
{
    background-color: #C0C0C0;
    color: black;
    font-weight: bold;
}

TR.GridPager
{
    background-color: #C0C0C0;
    color: black;
    text-align: center;
}
/*GridView - Ends*********************************/

/*DetailsView - Starts*********************************/
TABLE.DetailsViewTable
{
    color: black;
    border-collapse: collapse;
    text-align: left;
    border-width: 1px;
    border-color: gray;
    border-style: solid;
}

TR.DetailsViewHeader
{
    color: black;
    background-color: #C8D7EA;
    font-weight: bold;
    text-align: center;
}

TR.DetailsViewFooter
{
    background-color: #C8D7EA;
    font-weight: bold;
    color: black;
    text-align: center;
}

TR.DetailsViewEditRow /*While in Insert/Edit Mode */
{
    background-color: white;
    font-weight: bold;
    color: black;
}

TR.DetailsViewCommandRow /*Insert-Cancel/Update-Cancel*/
{
    background-color: gray;
    font-weight: bold;
    color: white;
    text-align: center;
}

TR.DetailsViewRow /*Normal Mode, Display Only i.e. not in Insert/Edit mode*/
{
    background-color: white;
    text-align: left;
    color: Black;
}

TR.DetailsViewPager
{
    background-color: #2461BF;
    color: white;
    text-align: center;
}

TD.DetailsViewFieldHeader /*Field Names*/
{
    background-color: white;
}

TR.DetailsViewAlternateRow
{
    background-color: white;
}
/*DetailsView - Ends*********************************/

a.menu
{
    text-decoration: none;
    font-family: tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #3A3A3A;
}

a.menu:hover
{
    text-decoration: underline;
    font-family: tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #3A3A3A;
}

a.menu:visited
{
    font-family: tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #3A3A3A;
}

/* AJAX Control Toolkit */
.MyCalendar .ajax__calendar_container
{
    border: 1px solid #cccccc;
    background-color: #dddddd;
    color: red;
}

.RightAlign
{
    text-align: right;
}

.LeftAlign
{
    text-align: left;
}

.Registration
{
    background-color: #FCFCFD; /*#F0F0F0;*/
    border: solid 1px silver;
    border-collapse: collapse;
}

#lnkSigninWithFacebook
{    
    font-weight: bold;
    font-size: 11px;
    background: #5F78AB url(/images/FBLogo.png) no-repeat -0px -132px;
    display: inline-block;
    color: #FFFFFF;
    cursor: pointer;
}

#lnkSigninWithFacebook span
{
    padding: 3px 6px 4px 28px;
    border-top: 1px solid #29447E;
    border-right: 1px solid #29447E;
    border-bottom: 1px solid #1A356E;
    display: inline-block;
}

#lnkSigninWithTwitter
{
    cursor: pointer;
    background: url(/images/sign_in_with_twitter.png);
    display: inline-block;
    padding: 4px 73px 4px 73px;
}

#lnkSigninWithLinkedIn
{
    font-weight: bold;
    font-size: 11px;
    background: #ECECEC;
    display: inline-block;
    color: #333333;
    cursor: pointer;
}

#spnSigninWithLinkedInImg
{
    background: url(/images/LinkedInLogin.png) no-repeat 0px -276px;
    display:inline-block;
    height: 20px;
    width: 20px;
    position: absolute;
}

#spnSigninWithLinkedInText
{
    padding: 3px 6px 3px 28px;
    border-top: 1px solid #E2E2E2;
    border-right: 1px solid #BFBFBF;
    border-bottom: 1px solid #B9B9B9;    
    display: inline-block;
}

#lnkSigninWithGoogle
{    
    font-weight: bold;
    font-size: 11px;
    background: #4787ED url(/images/GoogleLogo.png) no-repeat 0px 1px;
    display: inline-block;
    color: #FFFFFF;
    cursor: pointer;
}

#lnkSigninWithGoogle span
{
    padding: 3px 6px 4px 25px;
    border: 1px solid #3079ED;
    border-right: 0px solid #29447E;    
    display: inline-block;
}

.Red
{
    color: Red;
}

#divRegistrationForm input[type=text], #divRegistrationForm textarea
{
    width: 400px;
}
div.DownloadCSVBox
{
    background-color: transparent; 
    border: solid 1px gray;
    padding: 4px 4px 4px 4px;
    text-align: left;
    width: 99%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border: solid 1px #447482;
}
.SectionName
{
    padding: 4px 4px 4px 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #C2D6F3;
    background: #E1ECFC;
    font-weight: bold;
    font-size: 13px;
    /*margin-bottom: 5px;*/
}

.SectionContents
{
    padding: 4px 4px 4px 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #C2D6F3;
    margin: 5px 0px 0px 0px;
    font-size: 11px;
    line-height: 19px;
    background: transparent;
    text-align: justify;
}
.ModelDialogOverlay
{
    opacity: 0.40;
    top: 0;
    left: 0;
    position: absolute;
    zoom: 1;
    z-index: 1001;
    cursor: wait;
}

.ModelDialog
{
    border: 1px solid #DDD;
    color: #333;
    outline: 0px;
    position: fixed;
    z-index: 1003;
    left: 15%;
    top: 15%;
    background: #EEE url(/Scripts/themes/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    padding: 2px;
}

.hidden
{
    display: none;
}

.ModelDialogHeading
{
    padding: 4px 12px;
    position: relative;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #E78F08;
     background: #F6A828 url(/Scripts/themes/images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
    color: white;
    font-weight: bold;
    zoom: 1;
    display: block;
}

.TblRowsStyle
{
    font-size: 12px;
    font-family: Verdana;
    color: #2B3139;
    text-align: left;
}

TR.GridRowBasicMember
{
    font-weight: bold;
    background-color: #FAFAFA;
    color: black;
}

TR.GridRowPremierMember
{
    font-weight: bold;
    background-color: #FEEFD3;
    color: black;
}
