*
{
  	margin: 0;
  	padding: 0;
}

.center
{
    margin: 0pt auto;
}

table
{
  	border-collapse: collapse;
}

a img
{
  	border: 0;
}

/**************************
	Layout positioning
**************************/
.introTemp {
	color: black;
	border: 3px solid #c7c7c7;
	background-color: #FFFFCC;
	position: relative;
}

.introTemp p {
	margin-top: 10px;
	margin-left: 20px;
}

.introTemp h4 {
	margin-left: 20px;
}

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-size: 13px;
	font-family: verdana, sans-serif;
}

div#helpContainer {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div#helpFooter {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
}

/***************************
	Handy classes
***************************/
br.clear, div.clear
{
    clear: both;
}

.dom_template
{
	display: none ! important;
}

.center
{
	text-align: center;
}

.nowrap
{
	white-space: nowrap;
}

/***************************
	Form styling
***************************/
form
{
     display: inline;
}

.formReadonly .controls
{
    display: none;
}

form p
{
    position: relative;
    clear: both;
}

fieldset.error, div.error, fieldset.container
{
	padding: 0px;
	margin: 0px;
	position: static;
	border: 0;
	background-color: transparent;
	background: none;
}

.errorText
{
	background-color: red;
	float: left;
	width: auto;
	margin-bottom: 4px;
	margin-top: -3px;
	padding: 3px;
	color: white;
}

.disabledTextarea
{
    border: 1px solid #888;
    background-color: white;
    overflow: auto;
}

.feedback, .feedback_textarea
{
    position: absolute ! important;
    vertical-align: middle;
    margin-left: 10px;
    padding-left: 20px;
    background: url(../../image/silk/error.png) no-repeat left center;
    visibility: hidden;
    white-space: nowrap;
}

fieldset.controls
{
    background-color: #FFF;
    border: 1px solid #DDD;
    padding: 0.5em;
    padding-left: 1em;
    margin-top: 1em;
}

fieldset.group
{
    position: relative;
}

form fieldset.group div
{
    width: auto;
}

fieldset
{
    margin: 1em 0;
    padding: 1em;
    background: #f8f8f8;
    margin: auto 0;
    margin-bottom: 10px;
    border: 1px solid #DDD;
}

legend
{
	font-size: 18px;
	color: #30A0F9;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #fff;
	border: 1px solid #ddd;
}

label
{
    float: left;
    width: 170px;
    font-size: 14px;
    overflow: hidden;
}

label.cancel
{
    float: none;
    position: relative;
    padding-left: 0px;
}

p.required label, fieldset.required label, label.required
{
  	font-weight: bold;
}

p.radio, p.checkbox, fieldset.radio, fieldset.checkbox
{
   padding-left: 170px;
}

p.radio label, p.checkbox label, fieldset.radio label, fieldset.checkbox label
{
    white-space: nowrap;
    margin-top: 3px;
    cursor: pointer;
}

input, select, file, form.other
{
    width: 15em;
    font-size: 16px;
    padding: 2px;
    vertical-align: middle;
}

select
{
    width: 15.5em;
}

select.country option, select.state option
{
   width: 15em;
}

label.checkbox, label.radio, p.checkbox label
{
  	margin-top: 3px;
  	width: auto;
    cursor: pointer;
    width: auto;
}

optgroup option
{
   padding-left: 1em;
   color: black;
   background-color: #ffc;
}

optgroup
{
   font-style: normal;
   font-weight: bold;
}

textarea, .disabledTextarea
{
    padding: 2px;
    width: 40em;
    height: 10em;
    font-size: 14px;
    font-family: arial, verdana;
    color: #333;
}
.feedback_textarea
{
   line-height: 10em;
}

input.radio, input.checkbox, input.submit, input.button, input.reset
{
    width: auto;
}
input.submit, input.reset
{
	font-size: 10px;
	padding: 3px;
	font-weight: bold;
}
input.submit {
	background-color: #008cff;
	color: #fff;
	padding-left: 15px;
	padding-right: 15px;
}
input.reset {
	background-color: #ddd;
	color: #666;
}

input.radio, input.checkbox
{
    float: left;
    margin-right: 0.5em;
}

input:focus, textarea:focus, select:focus
{
    background: #ffc;
}

input.submit:focus
{
	color: #008cff;
}

input.required, textarea.required, select.required
{
    border-color: red;
}

formem.required
{
    color: red;
}

form, .formDiv
{
    height: 2em;
    width: 11em;
}

label, input, select, form .other, textarea, .disabledTextarea
{
    margin-top: 5px;
    margin-bottom: 5px;
}

select
{
    padding: 0 !important;
}

a.cancel, a.menu
{
 	color: red !important;
}

.hidden
{
	display: none;
}

.progressIndicator {
	padding: 15px;
	width: 30px;
	height: 20px;
	background-image: url(../../image/indicator.gif);
	background-position: center center;
	background-repeat: no-repeat;
	clear: none;
}


/* textarea container */
div.textarea
{
 	margin-bottom: 7px;
 	margin-left: 170px;
}

input.wide
{
  	width: 35em;
}

.wider
{
	width: 50em;
}

input.money, input.number
{
  	width: 5em;
}

input.date
{
  	width: 6em;
}

label.wide
{
	display: block;
	float: none;
}

select.narrow
{
    width: 5em;
}

/**************************
	Formatting
**************************/

legend {
	background-color:#cccccc;
	color:#30A0F9;
	font-size:18px;
	padding-left:10px;
	padding-right:10px;
}

body {
	background-image: none;
	background-color: #FFFFFF;
}
p {
  	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: 21px;
}

.top {
	margin-top: 40px;
	margin-bottom: 0px;
}

.topP {
	margin-top: 30px;
	margin-bottom: 0px;
}

.subList {
	list-style-type: circle;
	margin-top: 0px;
}

.subList li {
	margin-top: -5px;
}


ol {
	list-style-type: decimal;
  	padding: 5px;
  	padding-left: 20px;
  	padding-top: 15px;
  	margin-bottom: 10px;
}

ol li {
	margin-bottom: 10px;
	margin-left: 15px;
}

#getting_started {
	list-style-type:square;
	margin-bottom:10px;
	margin-left:15px;
	text-align:justify;
	width:850px;
	line-height: 21px;
}

#helpTopicTree ul {
	list-style-type: circle;
}


ul {
  	padding: 5px;
  	padding-left: 20px;
  	padding-top: 0;
  	margin-bottom: 10px;
	list-style-type: square;
}

ul li	{
	margin-bottom: 10px;
	margin-left: 15px;
}

h1 {
	font-size: largest;
	font-weight: bold;
	margin: 0px;
	padding-top: 5px;
	padding-left: 5px;
    font-size: 1.5em;
}

h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px dotted #c9c9c9;
	padding-top: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
    font-size: 1.2em;
}

h3
{
    font-size: 1.1em;
	letter-spacing: 0.07em;
}

h4 {
	margin-top: 40px;
	margin-bottom: 10px;
	font-size: 1.0em;
}

a {
	color: #0029A3;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
}

#helpText a
{
    text-decoration: underline;
}

#helpText a:visited {
	color:#3399CC;
}

#helpText .tasks a, #helpText .seeAlso a
{
	text-decoration: none;
}

#footerLinkLeft {
	background: transparent url(../../image/doc/arrow_left2.gif) no-repeat scroll 0% 50%;
	padding-left: 20px;
}

#footerLinkRight {
	background: transparent url(../../image/doc/arrow_right2.gif) no-repeat scroll 100% 50%;
	padding-right: 20px;
}


a.external
{
	background-image: url(../../image/doc/exLink.gif) !important;
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 17px;
}

a.note
{
	background-image: url(../../image/silk/gif/information.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}

a.bread {
	font-size: 9px;
}

.fixed
{
    font-family: monospace;
    background-color: #ffd;
    padding: 1px;
}

#clear {
	clear: both;
}

#fake {
	list-style-type: none;
}

.mass_action {
	float: left;
}

span.command
{
	font-family: monospace;
	font-weight: bold;
}

/**************************
	Header
**************************/
#helpHeader {
	padding: 10px;
	background-color: #FFF9D8;
	height: 60px;
}
#helpTitle {
  	color: #CC0000;
	font-size: 20px;
  	font-weight: bold;
  	position: absolute;
  	top: 53px;
  	left: 150px;
}
#helpNav {
  	background-color: #ABCDEF;
  	padding: 4px;
  	padding-left: 14px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	position: relative;
	line-height: 21px;
}

#helpNav a {
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	color: #0029A3;
}

#helpContent {
  	padding: 10px;
}
#breadCrumbLast {
  	font-weight: bold;
	font-size: 12px;
}

/**************************
	Sidebar navigation
**************************/
#helpTopicTree
{
	position: absolute;
}

#helpTopicTree ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
	margin-left: 5px;
}

#helpTopicTree ul ul, .tasks ul, .seeAlso ul
{
	padding: 0;
	margin-left: 10px;
	width: auto;
	background-color: inherit;
    list-style-type: none;
}

.tasks ul li, .seeAlso ul li
{
	margin-bottom: 3px;
}

#helpTopicTree li {
	margin-left: 0px;
	margin-bottom: 3px;
}

#helpTopicTree ul ul ul li {
	padding-left: 10px;
	background:	transparent url(../../image/doc/box3.png) no-repeat 0px;
	background-position: 6px left;
}

#helpTopicTree a {
	color: #143788;
	/* or #A7A282 */
	font-family: Verdana,Arial,sans-serif;
	font-weight: bold;
	font-size: 13px;
}

#helpTopicTree .current {
	color: black;
	/* or #990022 */
	font-size: larger;
}

fieldset {
	background:#F8F8F8;
	border:2px solid #DDDDDD;
	margin:auto 0pt 10px;
	padding:1em;
	float:left;
	padding:5px;
	width:200px;
}
/**************************
	Footer
**************************/
#helpFooter {
	border-top: 1px solid #AAAAAA;
	background-color: #F8F8F8;
	padding-bottom: 10px;
	padding-top: 5px;

}
#helpFooterContent {
	text-align: center;
	padding: 5px;
}


/**************************
	Content
**************************/
.tasks, .seeAlso
{
	float: left;
/*	width: 97%; */
	margin-top: 15px;
	margin-bottom: 15px;
}

.seeAlso fieldset, .tasks fieldset {
	border:1px solid #DDDDDD;
	margin-top: 0px;
	margin-bottom: 0;
	padding:15px;
	padding-top: 0;
	width: 250px;
	position: relative;
}

.tasks fieldset legend, .seeAlso fieldset legend {
    position: absolute;
    top: -10px;
    left: 10px;
}

.tasks ul
{
	list-style-type: none;
	line-height: 20px;
	margin-top: 20px;
}

.tasks ul li
{
	background:	transparent url(../../image/doc/arrow_down2.gif) no-repeat scroll 0%;
	padding-left: 20px;
}

#external_li
{
	background:	transparent url(../../image/doc/arrow_right2.gif) no-repeat scroll 0%;
	padding-left: 20px;
}


.seeAlso fieldset {
	border:1px solid #DDDDDD;
	margin-top: 5px;
	margin-bottom: 15px;
	padding:10px;
}


.seeAlso #more {
	margin-left: 15px;
	font-size: 12px;
}

#image img
{
	padding:5px;
	background:silver;
	border:1px solid black;
}

#helpContent img
{
  	border: 2px solid #CCCCCC;
	display:block;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}

p.caption
{
	margin-top: -15px;
	font-size: smaller;
}

ol img {
	margin-left: -5px !important;
}

.current
{
  	font-weight: bold;
}

del, del p {
  	color: #DDDDDD;
  	text-decoration: line-through;
}

code {
	font-family: courier;
	font-size: 12px;
}


ins {
  	font-weight: bold;
  	text-decoration: none;
  	color: rgb(255, 100, 100);
}

p.note {
	margin: 5px;
	font-family: verdana, sans-serif;
	margin-top: 20px;
	margin-left: 0px;
	margin-bottom: 20px;
	padding: 5px;
	font-size: 13px;
	color: #465584;
	background-color: #F1F7FC;
	width: 96%;
/*	yellow	background-color: #FCFFDB;*/
	border: 1px dotted #728DCc;
}

/**************************
	Installation section
**************************/

#install_intro {
	margin-left: 20px;
	margin-top: 20px;
}

.install li {
	border-bottom: 1px dotted #c7c7c7;
	height: 200px;
	margin-top: 20px;
	margin-left: 10px;
	position: relative;
	list-style-type: none;
	padding-bottom: 10px;
}

.install img {
	position: relative ;
	left: 100px ;
	margin-top: -50px !important;

}

#install_li {
	color:#DDDDDD;
	font-size:500%;
	margin-right:20px;
	position: relative;
	line-height: 0.8em;
	top: 50px;
}

.install .descr {
	position: absolute;
	top: 0px;
	left: 400px;
	width: 300px;
	text-align:	justify;
}




/**************************
	Glossary
**************************/
a.acronym
{
    border-bottom: 1px dotted black;
    cursor: help;
    #margin-right: 5px; /* IE */
    color: black !important;
    position: relative;
}

a.acronym div.acronymFull
{
    display: none;
	background-color: #EEEFFF;
}

a.acronym:hover
{
    display: inline;
    text-decoration: none;
}

a.acronym:hover div.acronymFull
{
    display: block;
    position: absolute;
/*  background-color: yellow;*/
    border: 2px solid gray;
    padding: 5px;
    #margin-top: 17px;
    left: 0px;
    white-space: nowrap;
    color: black;
    z-index: 5;
}

/**************************
	Comments
**************************/
#helpComments h2
{
    border: none;
    margin-top: 0;
}

#helpComments
{
	background-color: #EEEFFF;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 40px;
	clear: both;
	position: relative;
}

#helpComments form label
{
	margin-top: 5px;
	float: none;
	display: block;
}

#commentContainer
{
	list-style-type: none;
	padding-top: 15px;
	padding-left: 0 !important;
	margin-left: 0 !important;
}


#commentContainer li
{
}

.commentHeader
{
	padding: 5px;
	clear: both;
	background-color: #DDDDDD;
}

.commentHeader .time
{
	float: right;
	clear: none;
}

.commentHeader .username
{
	display: inline;
	clear: none;
	float: left;
	font-weight: bold;
}

.commentText
{
	padding: 5px;
	clear: both;
}

.commentText textarea
{
	width: 100%;
	height: 250px;
}

small {
	font-size: 11px;
}

#top {
	color: #247cd4;
	font-size: 13px;
	float: right;
	padding-left: 10px;
}

/**********************
    Developers manual
**********************/
div.phpCode
{
    background-color: #FAFAFA;
    border: 1px solid #eee;
    padding: 5px;
    margin-bottom: 10px;
}

/***********************
    Search results
***********************/
ol.searchResults
{
	margin-left: 0;
}

ol.searchResults li
{
	margin-bottom: 1em;
}

ol.searchResults p
{
	margin: 0;
	width: 700px;
}

ol.searchResults .url
{
	color: green;
}

.searchStats
{
	margin-top: -10px;
	text-align: right;
	border-bottom: 1px solid #ddd;
}

.searchHighlight
{
	font-weight: bold;
}

.searchSpelling
{
	color: #cc0000;
	font-size: larger;
}

.searchSpelling a
{
	font-weight: bold;
	font-style: italic;
}

.page
{
    border: 1px solid #143788;
    padding: 2px 6px;
    text-decoration: none;
    margin-left: 2px;
    margin-right: 2px;
}

.currentPage
{
    background: #143788;
    font-weight: bold;
    color: white;
}

.resultPages .next
{
    background-image: url(../../image/silk/gif/resultset_next.gif);
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 22px;
    border: 0;
    text-decoration: underline;
}

.resultPages .previous
{
    background-image: url(../../image/silk/gif/resultset_previous.gif);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 22px;
    border: 0;
    text-decoration: underline;
}

.resultPages
{
    border-top: 1px solid #CCCCCC;
    padding-top: 10px;
}

.imgRegion
{
	font-weight: bold;
	color: #c10808;
}

/****************
	anti-spam
*****************/
#realComment
{
	display: none;
	visibility: hidden;
}
