﻿.ErrorDiv
{
	color: red;
	font-weight: bold;
}

.ErrorText
{
	color: red;
}

h1
{
	margin-top: 8px;
	margin-bottom: 6px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 1px;
	font-size: large;
	font-weight: bold;
	color: #195173;
	/*background-color: #c9d9d5;*/
}
h2
{
	margin-top: 25px;
	margin-bottom: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 1px;
	font-size: medium;
	font-weight: bold;
	color: #195173;
	/*background-color: #d9e9e5;*/
}
h3
{
	margin-top: 12px;
	margin-bottom: 2px;
	font-weight: bold;
	font-size: small;
	color: #195173;
}

.SmallText
{
	font-size: smaller;
}

li.PaddingTopSmall
{
	padding-top: 2px
}
li.PaddingTopMedium
{
	padding-top: 4px
}
li.PaddingTopLarge
{
	padding-top: 10px
}

.HiddenStyle
{
	display: none;
}

td.ListLayout
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}

.DefaultPageTopTextDiv
{
	font-weight: bold; 
	margin-top: 10px;
}
.DefaultPageLeftTd
{
	vertical-align: top; 
}
.DefaultPageRightTd
{
	width: 215px; 
	vertical-align: top; 
	padding-left: 15px;
}

.BigImage
{
	padding-top: 4px;
	padding-bottom: 0px;	
}
.SmallImage
{
	padding-top: 10px;
	padding-right: 10px;	
}

/*Code*/
.CodeBlock
{
	padding-top: 6px;	
}
.CodeTab
{
	padding-right: 20px;
}
.CodeBlack
{
	font-size: small;
	font-family: Courier New;
	color: #000000;
}
.CodeBlue
{
	font-size: small;
	font-family: Courier New;
	color: #0000ff;
}
.CodeGreenDark
{
	font-size: small;
	font-family: Courier New;
	color: #008080;
}
.CodeGreenLight
{
	font-size: small;
	font-family: Courier New;
	color: #008000;
}
.CodeRedDark
{
	font-size: small;
	font-family: Courier New;
	color: #800000;
}
.CodeRedLight
{
	font-size: small;
	font-family: Courier New;
	color: #ff0000;
}


.TableRightText
{
	padding-right: 5px; 
	vertical-align: top;
	width: 250px;
}
.TableBorder
{
	border: solid 2px #eeeeee; 
	padding: 6px;
}

.ShopInitElementDiv
{
	border: solid 2px #eeeeee; 
	padding-top: 6px;
	padding-bottom: 8px;
	padding-left: 6px;
	padding-right: 6px;
	width: 440px;
}

.TrialProductDiv
{
	border: solid 2px #eeeeee; 
	padding-top: 0px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	width: 500px;
}
.ShopProductDiv
{
	border: solid 2px #eeeeee; 
	padding-top: 0px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	width: 590px;
}
.ShopProductTab
{
	padding-right: 10px;
}
.OrderTd
{
	padding-top: 4px;
	padding-bottom: 4px;
}
.OrderQuantityTd
{
	text-align: center;	
	padding-top: 6px;
	padding-bottom: 6px;
}
.OrderPriceTd
{
	text-align: right;	
	padding-top: 6px;
	padding-bottom: 6px;
}
.OrderThinLineHr
{
	background-color: #eeeeee;
	height: 3px;
	margin-bottom: 6px;
}
.OrderThickLineHr
{
	background-color: #eeeeee;
	height: 6px;
	border-style: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}

.SupportCaseElements
{
	border: solid 2px #eeeeee; 
	margin-top: 2px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-left: 5px;
	padding-right: 5px;
}

.ReceiptDiv
{
	Width: 570px;
}
.ReceiptTopTable
{
	width: 100%;
}
.ReceiptTopTd
{
	width: 50%;
	vertical-align: top;
}

.HiddenTextBox
{
	display: none;
}
