﻿.UpperCaseLabel
{
	margin: 0px 1px 0px 0px;
	padding: 0 0 0 0;
	font-size: 10pt;
	text-transform: uppercase;
	color: black;
	font-family: Arial, Verdana, Tahoma;
	vertical-align: middle;
	text-align: left;
	background-color: Transparent;
}

.LabelHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	vertical-align: middle;
}

.LabelTextRO
{
	font-size: small;
	font-family: Verdana;
	vertical-align: middle;
	text-align: justify;
	color: red;
	font-weight: bold;
}

.LabelTitle
{
	font-size: xx-small;
	font-family: Verdana;
	vertical-align: middle;
	text-align: justify;
	color: Black;
}

.LiteralNormal
{
	font-size: xx-small;
	font-family: Verdana;
	width: 100%;
	vertical-align: middle;
	text-align: justify;
	color: red;
	vertical-align: middle;
}

.LabelMessage
{
	font-size: xx-small;
	font-family: Verdana;
	vertical-align: middle;
	text-align: justify;
	color: red;
}

.LabelNormal
{
	font-family: Verdana;
	font-size: xx-small;
	color: Black;
}

.LabelNormalBold
{
	font-family: Verdana;
	font-size: xx-small;
	font-weight: bold;
	color: Black;
}

.LabelNormalBoldAlert
{
	font-family: Verdana;
	font-size: xx-small;
	font-weight: bold;
	color: Red;
}

.LabelNormalWarningMessage
{
	font-family: Verdana;
	font-size: xx-small;
	font-weight: bold;
	color: tomato;
	vertical-align: middle;
}


.LabelNormalBoldMessage
{
	font-family: Verdana;
	font-size: xx-small;
	font-weight: bold;
	color: seagreen;
}

.EditBoxNormal
{
	background-color: #ffffff;
	width: 115px;
	font-family: Verdana;
	font-size: xx-small;
	color: Black;
	border-right: #cc0033 1px solid;
	border-top: #cc0033 1px solid;
	border-left: #cc0033 1px solid;
	border-bottom: #cc0033 1px solid;
}

.Button
{
	font-family: Verdana;
	font-size: 7pt;
	cursor: pointer;
	color: #cc0033;
	background-color: #ffffff;
	border-right: #cc0033 1px solid;
	border-top: #cc0033 1px solid;
	border-left: #cc0033 1px solid;
	border-bottom: #cc0033 1px solid;
}

.Hyperlink
{
	font-family: Verdana;
	font-size: 7pt;
	cursor: pointer;
	color: #cc0033;
	background-color: Transparent;
	border: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	cursor: pointer;
}

.NormalTextBox
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	vertical-align: middle;
	border-right: #ff0066 1pt solid;
	border-top: #ff0066 1pt solid;
	border-left: #ff0066 1pt solid;
	border-bottom: #ff0066 1pt solid;
}

.ReadOnlyTextBox
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	border-right: #ff0066 1pt solid;
	border-top: #ff0066 1pt solid;
	border-left: #ff0066 1pt solid;
	border-bottom: #ff0066 1pt solid;
	color: #0000cc;
}


.GridHeader
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle; /*text-align: center;*/
	color: white;
	background-color: #808080;
	height: 30px;
}

.GridItem
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	vertical-align: middle; /*text-align: left;*/
	color: Black;
	background-color: #c8c8c8;
	height: 20px;
}

.GridAlternatingItem
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	vertical-align: middle; /*text-align: left;*/
	color: Black;
	background-color: #f0f0f0;
	height: 20px;
}

.GridEditItem
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	vertical-align: middle; /*text-align: left;*/
	color: Black;
	background-color: #9999cc;
	height: 20px;
}

.GridSelectedItem
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle; /*text-align: left;*/
	color: yellow;
	background-color: lightgrey;
	height: 20px;
	color: navy;
}

.GridFooter
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle; /*text-align: left;*/
	color: white;
	background-color: #507CD1;
}

.GridPager
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	vertical-align: middle;
	text-align: center;
	color: white;
	background-color: #2461BF;
}

.GridContainer
{
	border-right: black 1pt solid;
	border-top: black 1pt solid;
	border-left: black 1pt solid;
	border-bottom: black 1pt solid;
	width: 100%;
}

.TableContainer
{
	border-right: fuchsia 1pt solid;
	border-top: fuchsia 1pt solid;
	border-left: fuchsia 1pt solid;
	border-bottom: fuchsia 1pt solid;
}

TABLE
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.FormRow
{
	height: 25px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	vertical-align: middle;
	width: 100%;
	padding-top: 0px;
	text-align: left;
}

.FormCell
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	vertical-align: middle;
	width: 210px;
	padding-top: 0px;
	text-align: left;
}

.ButtonPopup
{
	width: 70px;
	border-right: #009900 thin groove;
	border-top: #009900 thin groove;
	font-size: x-small;
	border-left: #009900 thin groove;
	border-bottom: #009900 thin groove;
	font-family: Arial, 'Lucida Console' , Tahoma;
	background-color: #ff9966;
}

div.box
{
	height: 200px !important;
	height: /**/ 200px;
	overflow: auto;
	padding: 4px;
}

div.container
{
	width: 100%;
	height: 200px;
	table-layout: fixed;
	border-right: darkred 1pt solid;
	border-top: darkred 1pt solid;
	border-left: darkred 1pt solid;
	border-bottom: darkred 1pt solid;
}

div.boxchapter
{
	height: 400px !important;
	height: /**/ 400px;
	overflow: auto;
	padding: 4px;
}

div.containerchapter
{
	width: 100%;
	height: 400px;
	table-layout: fixed;
	border-right: darkred 1pt solid;
	border-top: darkred 1pt solid;
	border-left: darkred 1pt solid;
	border-bottom: darkred 1pt solid;
}

.TreeItem
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	vertical-align: middle; /*text-align: left;*/
	color: Black;
}

.ImageRotator
{
	cursor: pointer;
	width: 170px;
	height: 170px;
}

#thumbBox
{
	/*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	background: #313131;
	visibility: hidden;
	z-index: 10;
	cursor: pointer;
	cursor: pointer;
}

#thumbBox .footerbar
{
	/*Footer DIV of thumbbox that contains "close" link */
	font: bold 16px Tahoma;
	letter-spacing: 5px;
	line-height: 1.1em;
	color: white;
	padding: 5px 0;
	text-align: right;
}


#thumbBox #thumbImage
{
	/*DIV within thumbbox that holds the enlarged image */
	background-color: white;
}

#thumbLoading
{
	/*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	background-color: #EFEFEF;
	padding: 5px;
	z-index: 5;
}

#BodyOpacity
{
	position: absolute;
	visibility: hidden;
	background-color: Black;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.ViewChaptersTitles
{
	background-color: Transparent;
	text-align: left;
	vertical-align: middle;
	font-family: Arial;
	font-size: 9pt;
	text-transform: uppercase;
	margin-left: 3px;
	color: white;
}

.ViewBookTitle
{
	background-color: Transparent;
	text-align: left;
	vertical-align: middle;
	font-family: Times New Roman;
	font-size: 16pt;
	margin-left: 3px;
	color: #AB0F24;
}

.ViewBookChapterList
{
	background-color: Transparent;
	text-align: left;
	font-family: 'Arial Narrow';
	font-size: 7pt;
	color: White;
	font-style: italic;
	cursor:hand;
}

.ViewBookChapterList2Index
{
	background-color: Transparent;
	text-align: left;
	font-family: 'Arial Narrow';
	font-size: 8pt;
	color: Black;
	margin-left:2px;
	font-weight:bold;
	margin-top:1px;
	cursor:hand;
}

.ViewBookChapterList2Text
{
	background-color: Transparent;
	text-align: left;
	font-family: 'Arial Narrow';
	font-size: 7pt;
	color: Black;
	text-transform:uppercase;
	margin:2px;
	cursor:hand;
}

.ViewBookChapterList3Index
{
	background-color: Transparent;
	text-align: left;
	font-family: 'Arial Narrow';
	font-size: 8pt;
	color: Black;
	margin-left:2px;
	font-weight:bold;
	margin-top:1px;
	cursor:hand;
}

.ViewBookChapterList3Text
{
	background-color: Transparent;
	text-align: left;
	font-family: 'Arial Narrow';
	font-size: 7pt;
	color: Black;
	text-transform:uppercase;
	margin:2px;
	cursor:hand;
}

.ViewBookChapterContent
{
	background-color: Transparent;
	text-align:justify;
	font-family: 'Arial Narrow';
	font-size: 8pt;
	color: Black;
}

