﻿*
{
}

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: em;
    color: #666666;
    font-variant: normal;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 /*Login Page*/
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-weight: 600;
}

h2 /*Screen Titles*/
{
    font-variant: normal;
    font-size: 1.5em;
    font-weight: 700;
    padding-bottom: 10px;
    padding-top: 0px;
    color: #376091;
}

h3 /*Modal Popup Titles*/ /*Multiview Tab Headers*/
{
    font-size: 1.1em;
    color: #666666;
    font-variant: normal;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0px;
    color: #376091;
    vertical-align: top;
}

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: 1200px;
    background-color: #fff;
    margin: 2px auto 20px auto;
    border: 1px solid #496077;
}

.header /*Login and top bar on each page along with H1*/
{
    font-size: 1.1em;
    font-weight: 900;
    font-family: Arial;
    margin: 0px;
    padding: 2px 0px 2px 10px;
    background: #376091;
    color: #ffffff;
}
.footer
{
    font-size: 11px;
    font-family: Arial;
    color: #404040;
}

body
{
}

.blankline_Standard
{
    height: 7px;
}

.storyTitle
{
    font-family: Calibri,Verdana,Arial;
    font-size: 28px;
    border-style: none;
    color: Green;
    font-style: normal;
    padding: 2;
  
}

.storyTitleArth
{
    font-family: Calibri,Verdana,Arial;
    font-size: 28px;
    border-style: none;
    color: Orange;
    font-style: normal;
    padding: 2;
  
}

.storyAuthor
{
    font-family: Calibri,Verdana,Arial;
    font-size: 15px;
    background-color: transparent;
    border-style: none;
    color: #676767;
    font-style: italic;
    padding: 2;
}


.normaltext
{
    font-family: Calibri,Verdana,Arial;
    font-size: 15px;
    border-style: none;
    color: #676767;
    font-style: normal;
    padding: 2;
    background-color: transparent;
}

.normaltextDevnagri
{
    font-family: Calibri,Verdana,Arial;
    font-size: 22px;
    border-style: none;
    color: #676767;
    font-style: normal;
    padding: 2;
    background-color: transparent;
}

.watermarktext
{
    font-family: Calibri,Verdana,Arial;
    color: #999999;
    font-style: italic;
    font-size: 15px;
}

.date
{
    font-family: Calibri,Verdana,Arial;
    color: Gray;
    font-size: 12px;
    padding-right: 60px;
    font-style: italic;
}

.lblWiki
{
    font-family: Calibri,Verdana,Arial;
    padding-left: 82px;
    color: #333333;
}

.title
{
    font-family: Cambri;
    color: Green;
    font-size: 40px; /* padding-right: 10px; */
}

.titleDevnagri
{
    font-family: Cambri;
    color: Orange;
    font-size: 50px; /* padding-right: 10px; */
}


.greenText
{
    font-family: Calibri,Verdana,Arial;
    color: Green;
    font-size: 15px;
    
}

.orangeText
{
    font-family: Calibri,Verdana,Arial;
    color: Orange;
    font-size: 15px;
    
}

.panelStyle
{
    height: 420px;
    background-color: White;
    filter: alpha(opacity=40);
    
}

.panelStyleSeen
{
    height: 420px;
    background-color: White;
    filter: alpha(opacity=100);
    
}


.image_top_align
{
    vertical-align: bottom;
}

.image_top_align
{
    vertical-align: top;
}

/*AutoComplete flyout */
.autocomplete_list
{
    visibility: hidden;
    margin: 0px !important;
    padding: 0px;
    background-color: inherit;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: default;
    text-align: left;
    list-style-type: none;
    overflow: auto;
    font-weight: normal;
    font-size: 11px;
    z-index: 100;
    font-family: Arial;
}
/* AutoComplete highlighted item */
.autocomplete_highlighted_listitem
{
    background-color: Highlight;
    color: HighlightText;
    padding: 3px;
    font-family: Arial;
}

/* AutoComplete item */
.autocomplete_listItem
{
    background-color: window;
    color: windowtext;
    padding: 3px;
    font-family: Arial;
}