﻿body
{
	color: black;
	font-size: 9pt;
	font-family: Arial;
	vertical-align: top;
	direction: ltr;
	text-align: left;
}

.inputTitle
{
}

#BigSeperator
{
	border-bottom: black thin solid;
	background-color: #a0522d;
	width: 100%;
	position: static;
	height: 15px;
}

#BlankSeparator
{
	width: 5px;
	height: 100%;
}

#spdiv
{
	width: 315px;
	height: 1px;
	position: static;
}

h1
{
	font-size: 180%;
	color: #b2a480;
	margin: 0 0 0 0;
	padding-top: 1em;
	font-weight: bold;
	font-family: 'Trebuchet MS' , Verdana, Helvetica, Arial, sans-serif;
}

h2
{
	font-family: 'Trebuchet MS' , Verdana, Helvetica, Arial, sans-serif;
	font-size: 130%;
	color: #696969;
	margin: 0 0 0 0;
	padding-top: 0px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: gray 1px dotted;
	text-align: left;
	font-variant: small-caps;
	text-decoration: none;
	padding-top: 0px;
}

h3
{
	font-size: 130%;
	color: #a0522d;
	background-color: white;
	margin: 0 0 0 0;
	padding-top: 0px;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
	font-variant: small-caps;
	text-decoration: none;
	padding-top: 0px;
	font-family: Arial;
}

h2.h2-special
{
	text-align: right;
}

input, textarea
{
	width: auto;
	border: 1px black solid;
	background: beige;
	padding: 0px;
	color: #663300;
	font-weight: normal;
	font-style: normal;
	font-family: 'Courier New';
	font-variant: normal;
	font-size: 100%;
}

input.disabled
{
	width: auto;
	border: 0px;
	background: white;
	padding: 0px;
	color: black;
	font-weight: normal;
	font-style: normal;
	font-family: 'Courier New';
	font-variant: normal;
	font-size: 100%;
}

input.special
{
	width: auto;
	background: white;
	padding: 0px;
	color: #696969;
	font-weight: normal;
	font-style: normal;
	font-family: 'Courier New';
	font-variant: normal;
	font-size: 100%;
	border-right: gray 1px dotted;
	border-top: gray 1px dotted;
	border-left: gray 1px dotted;
	border-bottom: gray 1px dotted;
}

input.simple
{
	width: auto;
	background: white;
	padding: 0px;
	color: #696969;
	font-weight: normal;
	font-style: normal;
	font-family: 'Courier New';
	font-variant: normal;
	font-size: 100%;
	border-top-style: none; border-right-style: none; border-left-style: none; border-bottom-style: none;
}

textarea.special
{
	width: auto;
	background: white;
	padding: 0px;
	color: #696969;
	font-weight: normal;
	font-style: normal;
	font-family: 'Courier New';
	font-variant: normal;
	font-size: 100%;
	border-right: gray 1px dotted;
	border-top: gray 1px dotted;
	border-left: gray 1px dotted;
	border-bottom: gray 1px dotted;
}

input.btn
{
	color: black;
	font-family: Arial;
	font-weight: bold;
	font-size: 95%;
	background-color: #f5f5dc;
	font-style: normal;
	cursor: pointer;
	cursor: hand;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}

.selectBox
{
	width: auto;
	border: 1px black solid;
	background: beige;
	padding: 0px;
	color: #663300;
	font-size: 95%;
	font-weight: normal;
	font-style: normal;
	font-family: 'Courier New';
}

.autoCompleter
{
	background-image: url(../interface/images/completer_icon.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.autoCompleterS
{
	background-image: url(../interface/images/completer_icon_s.gif);
	background-position: right;
	background-repeat: no-repeat;
}


.selectBoxTitle
{
	width: auto;
	border: 1px black solid;
	background: beige;
	padding: 0px;
	color: black;
	font-size: 95%;
	font-weight: normal;
	font-style: normal;
	font-family: Arial;
}

.fncCheckbox
{
	width: auto;
	border: 0px black solid;
	background: white;
	padding: 0px;
	color: #663300;
	font-size: 30%;
}

div.blobStart
{
	width: 14pt;
	height: 8pt;
	background-color: #FFFFFF;
	border: solid 1px #000000;
	float: left;
	margin-right: 4pt;
}

div.blobEnd
{
	width: 14pt;
	height: 8pt;
	background-color: #b2a480;
	border: solid 1px #000000;
	float: left;
	margin-right: 4pt;
}

a
{
	color: #a0522d;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline overline;
}



.Simplecontainer
{
	padding: 0;
	border: none;
	background-color: transparent;
	text-align: left;
	font-family: Arial;
	color: gray;
	font-size: 100%;
}

.StandartContainer .hd
{
	padding: 0px;
	border: none;
	background-color: #a0522d;
	height: 22px;
	text-align: left;
	vertical-align: middle;
	overflow: visible;
	font-family: Arial;
	color: white;
	font-weight: bold;
	font-size: 100%;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
}
.StandartContainer .bd
{
	overflow: hidden;
	text-align: left;
	background-color: white;
	font-family: Arial;
	font-size: 100%;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 10px;
}
.StandartContainer .ft
{
	overflow: hidden;
	padding: 4px;
	background-color: white;
	vertical-align: middle;
	text-align: center;
	font-size: 100%;
}

.StandartContainer .close.nonsecure
{
	background-image: url(../clientScripts/yUIFramework/container/assets/myClose.gif);
}

div.yuimenu
{
	font-size: 100%;
}

div.yuimenu li
{
	font-size: 95%;
}

div.yuimenu li.selected
{
	background-color: Gray;
}

.required
{
	background-image: url(../clientScripts/validator/images/required.gif);
	background-position: right;
	background-repeat: no-repeat;
}



div#errorDisplay
{
	background-image: url(../clientScripts/validator/images/field-alert.gif);
	background-position: 5px 4px;
	background-repeat: no-repeat;
	border: 1px;
	border-color: #BB0000;
	border-style: solid;
	background-color: #ffdead;
	display: none;
	padding: 5px 0px;
	margin: 10px;
}

.StrongMessageDiv
{	
	border: 1px;
	border-color: #BB0000;
	border-style: solid;
	background-color: #ffdead;	
}

div#errorDisplay ul
{
	list-style-type: square;
	margin-top: 0px;
	margin-bottom: 0px;
}

input.invalid, textarea.invalid
{
	background-color: #ffdead;
	border-color: #BB0000 !important;
	border-style: solid;
}

tr.rn
{
	background-color: white;
	cursor: pointer;
	cursor: hand;
}

tr.rnH
{
	background-color: beige;
	cursor: pointer;
	cursor: hand;
}


.SearchTitleRow
{
	border-bottom: black 1px solid;
	background-color: #d2b48c;
	font-weight: bold;
	text-transform: uppercase;
}

.firstSearchCell
{
	padding-right: 10px;
	padding-left: 2px;
}

.normalSearchCell
{
	padding-right: 10px;
}

.lastSearchCell
{
	padding-left: 10px;
	padding-right: 2px;
}


#DetailTabView .yui-content
{
	padding: 10px;
	background-color: White;
	font-family: Arial;
}

#EditTabView .yui-content
{
	padding: 10px;
	background-color: White;
	font-family: Arial;
	width: 98%;
	background-color: transparent;
}

.copyST
{
	background-color: #a0522d;
	width: 150px;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}

.copySTr
{
	background-color: #99cc66;
	width: 0%;
	font-size: 80%;
	vertical-align: middle;
	text-align: center;
}

#SearchOutput
{
	padding-left: 10px;
	font-size: 95%;
}

.copyRowSep
{
	padding-top: 20px;
}

.chkInput
{
	border: 0px black solid;
	background: white;
}

.defTDPadding
{
	padding-left: 10px;
}

#DetailTabView .loading
{
	background-image: url(../interface/images/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

#DetailTabView .loading *
{
	display: none;
}

.ysearchcontainer
{
	position: absolute;
	z-index: 9050;
}
.ysearchcontainer .yui-ac-content
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	border: 1px solid #404040;
	background: #fff;
	overflow: hidden;
	text-align: left;
	z-index: 9050;
}
.ysearchcontainer .yui-ac-shadow
{
	position: absolute;
	left: 0;
	top: 0;
	margin: .3em;
	background: #a0a0a0;
	z-index: 9049;
	width: 100%;
}
.ysearchcontainer ul
{
	padding: 5px 0;
	width: 100%;
	margin: 0;	
}
.ysearchcontainer li
{
	padding: 0 5px;
	cursor: default;
	white-space: nowrap;
	margin: 0;
}
.ysearchcontainer li.yui-ac-highlight
{
	background: #ff8c00;
	margin: 0;
}

.helpLabel
{
    cursor: pointer;
    cursor: hand;
    background-color: #CCFF99;
}