﻿@import url('http://fonts.googleapis.com/css?family=Hind:400,500,700&subset=latin,devanagari');


body {
	color: midnightblue;
	background-color: gainsboro;
	font-family: 'Hind', Arial;
	font-size: 105%;
	font-weight: normal;
	line-height: 21pt;
	text-align: justify;
}

pre
{
	border-right: darkslateblue 1px solid;
	border-top: darkslateblue 1px solid;
	border-left: darkslateblue 1px solid;
	border-bottom: darkslateblue 1px solid;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-family: 'Courier New';
	font-size: 105%;
	background-color: aliceblue;
}

H1 {
	border-right: medium none;
	padding-right: 2px;
	border-top: medium none;
	padding-left: 2px;
	font-size: 16pt;
	padding-bottom: 3px;
	text-transform: capitalize;
	border-left: medium none;
	color: darkblue;
	padding-top: 3px;
	border-bottom: cornflowerblue 1px solid;
	font-family: 'Hind', Arial;
	text-align: center;
}

H2 {
	font-size: 14pt;
	color: royalblue;
	font-family: 'Hind', Arial;
}

H3 {
	border-right: medium none;
	padding-right: 2px;
	border-top: medium none;
	padding-left: 2px;
	font-size: 16pt;
	padding-bottom: 3px;
	text-transform: capitalize;
	border-left: medium none;
	color: darkblue;
	padding-top: 3px;
	border-bottom: cornflowerblue 1px solid;
	font-family: 'Hind', Arial;
	text-align: center;
}

H4 {
	font-size: 14pt;
	color: royalblue;
	font-family: 'Hind', Arial;
}

H5 {
	font-size: 14pt;
	color: slateblue;
	font-family: 'Hind', Arial;
}


HR
{
	border-right: medium none;
	border-top: medium none;
	font-size: 1px;
	float: left;
	border-left: medium none;
	color: Navy;
	border-bottom: medium none;
	position: relative;
	height: 2px;
}


.Note
{
    border-right: darkgray 1px solid;
    padding-right: 10px;
    border-top: darkgray 1px solid;
    padding-left: 10px;
    font-size: inherit;
    padding-bottom: 5px;
    border-left: darkgray 1px solid;
    padding-top: 5px;
    border-bottom: darkgray 1px solid;
    background-color: whitesmoke;
}

.CenteredNormalText
{
    text-align:center;
}

.CenteredBoldText
{
    font-weight:bold;
    text-align:center;
}

.CenteredItalicText
{
    text-align:center;
    font-style:italic;
}

.InlineCopyright
{ 
    text-align:center;
    font-style: italic; 
    font-weight: bold; 
}


.ArticleTitleInCatalog
{
	border-right: medium none;
	border-top: medium none;
	font-size: inherit;
	font-weight:bold;
	margin-bottom: 5px;
	padding-bottom: 2px;
	border-left: medium none;
	color: royalblue;
	padding-top: 2px;
	border-bottom: medium none;
	background-color: lavender;
	text-align: center;
}

.ArticleCommentsPrompt
{
    font-size:16pt;
}

.AnnouncementBody
{
	border-right: slateblue 1px solid;
	padding: 10px;
	border-top: slateblue 1px solid;
	border-left: slateblue 1px solid;
	color: darkblue;
	border-bottom: slateblue 1px solid;
	background-color: ghostwhite;
}

.NewsletterBox
{
	border-right: crimson 1px solid;
	padding-right: 3px;
	border-top: crimson 1px solid;
	padding-left: 3px;
	font-weight: bold;
	padding-bottom: 3px;
	border-left: crimson 1px solid;
	color: crimson;
	padding-top: 3px;
	border-bottom: crimson 1px solid;
	background-color: antiquewhite;
	text-align: center;
}

.AuthorProfile
{
    border-style: solid none solid none;
    border-width: 2px;
    border-color: darkgray;
    padding: 10px;
    background-color: whitesmoke;
}

.TrainingCourseTitle {
	font-family: 'Hind', Arial;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 6px;
}

.TrainingCourseSubTitle {
	font-family: 'Hind', Arial;
	font-size: 15px;
	font-style: italic;
	text-align: center;
	padding: 6px;
}

.TrainingSchedule {
	font-family: 'Hind', Arial;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	padding: 10px;
}



img
{
    border:none;
}

.grid
{
    width:100%;
    border-spacing:0px;
    border:LightSteelBlue 1px solid;
    background-color: ghostwhite;
}

.grid th
{
    padding:6px;
    border:LightSteelBlue 1px solid;
    background-color: lavender;
}

.grid td
{
    padding:6px;
    border:LightSteelBlue 1px solid;
}

.Discount
{
    color:orangered;
    font-weight:bold;
}

.AdBarTitle
{
    color:#7a1227;
    font-size:14pt;
}

.AdBarText
{
    color:crimson;
    font-size:14pt;
}