﻿/* ------------ tag styles ---------------- */
html, body
{
	background: #d9dfff;
	font-family: Tahoma, sans-serif;
	font-size: 12px !important;
	line-height: 18px;
	
	color: #353535;
	margin: 0 0 10px 0;
	padding-bottom: 10px;
}

h1, h2, h3, h4, h5, h6, p, td, ul, ol, li, dl, dt, dd
{
	font-family: Tahoma, sans-serif;
	font-size: 12px !important;
	line-height: 18px;
	
	color: #353535;
	margin: 2px 2px 2px 2px;
}

ul
{
 list-style-type: disc;
 list-style-image: url(Images/arrowli.gif);
 margin-left: 40px;
 padding-left: 0px;
}

li
{
	margin-left: 3px;
	padding-left: 3px;
	text-indent: 3px;
}

h1, h2, h3, h4, h5, h6
{
	color: #4d60bf;
	margin-top: 20px;
	margin-bottom: 15px;
	letter-spacing: normal;
}

h1
{
	font-size: 24px !important;
}

h2
{
	font-size: 16px !important;
}

h3
{
	font-size: 14px !important;
}

h4
{
	font-size: 13px !important;
	font-style: normal;
}

h5
{
	font-size: 13px !important;
	font-weight: normal;
}

p
{
	margin-left: 10px;
	margin-top: 12px;
	margin-bottom: 12px;
}

.ph
{
	font-size: 18px !important;
	font-weight: bold;
	color: #6cb244;
}

.phc
{
	color: #6cb244;
}

a:link
{
	text-decoration: underline;
}

a:visited
{
	text-decoration: underline;
}

code
{
	line-height: normal;
	letter-spacing: normal;
	color: #4d60bf;
}

/* ------------ content styles ---------------- */
#content
{
	overflow: hidden;
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 10px 0px 10px;
	border: solid 1px #b7b7b7;
	width: 1000px;
}

#header
{
}

#logo
{
	float: left;
	width: 100px;
	height: 60px;
}

#logo img
{
	border: none;
}

a img
{
	border: none;
	vertical-align: middle;
}

#headerRight
{	
	margin-left: 110px;
	padding-top: 1px;
	width: 850px;
	height: 60px;
}

#headerLinks
{
	width: 870px;
	text-align: right;
	margin-top: 35px;
	margin-left: 10px;
}

.pathSeparator
{
	margin-left: 5px;
	margin-right: 5px;
	color: red;
}

.highlight
{
	background-color: #ececff;
	border: solid 1px;
  color: #000080;
}

.largeText p
{
	font-size: 14px !important;
}

/* ------------ green line ---------------- */
#con
{
	width: 1000px;	
}

/* header, content, footer */
#conh, #conc, #conf
{
	padding: 2px;	
}

#conh, #conf
{
	background: url(Images/glv.gif) repeat-y left;
}

#conc
{
	background: url(Images/glv.gif) repeat-y right;
}

/* separator top and bottom lines */
#contl .ll, #contl .rl,
#conbl .ll, #conbl .rl
{
	font-size: 1px;
	width: 1000px;
	height: 3px;
}

#contl .ll
{
	background: url(Images/gbl.gif) no-repeat top left;
}

#contl .cl,
#conbl .cl
{
	font-size: 1px;
	width: 994px;
	height: 3px;
	
	margin-left: 3px;
	background: url(Images/glh.gif) repeat-x center;
}

#contl .rl
{
	background: url(Images/gtr.gif) no-repeat bottom right;
}

#conbl .ll
{
	background: url(Images/gtl.gif) no-repeat bottom left;
}

#conbl .rl
{
	background: url(Images/gbr.gif) no-repeat top right;
}


/* ------------ menu, container, footer ---------------- */

#menu
{
	clear: both;
	border-left: solid 3px #85cc3d;
	border-right: solid 3px #85cc3d;
	background: url(Images/MenuSlice.gif) repeat-x;
	height: 26px;
}

#menuItems
{
  padding: 0;
	margin: 0;
}

.menuStyle
{
	position: relative;
	top: 4px;
	margin-left: 10px;
	font-size: 12px !important;
}

.menuStyle a
{
	padding: 0px 10px 0px 10px;
	margin: 0;
}

.menuStyle li { list-style: none; }
.menuStyle li { padding: 0 5px 0 5px; margin: 0; }
.menuStyle li { float: left; }

.menuStyle a:link,
.menuStyle a:visited
{
	color: #ffffff;
	text-decoration: none;
}

.menuStyle a:hover
{
	background: #85cc3d;
}

.menuStyle a:active
{
	color: #ffffff;
}

.menuStyle .current a
{
	background: #85cc3d;
}

#breadcrumb
{
	height: 18px;
	padding-top: 5px;
	padding-left: 9px;
}

#container
{
	min-height: 600px;
	_height: 600px; /* IE hack*/
	margin-top: 0px;
	padding-left: 10px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.cf:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.cf { *display: inline-block; }
* html .cf { height: 1px; }

.containerend
{
	float: none;
}

#footer
{
	padding-left: 9px;
	height: 12px;
}

#footerSlice
{
	height: 15px;
	border-left: solid 3px #85cc3d;
	border-right: solid 3px #85cc3d;
	background: url(Images/FooterSlice.gif) repeat-x bottom;
}

.fieldname
{
	letter-spacing: normal;
	line-height: normal;
	font-weight: bold;
	color: #606060;
}

/* ------------ button section ---------------- */
.buttonRow
{
	width: auto;
	text-align: center;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}


/* ------------ advertisment view ---------------- */
.advertisment
{
	margin-left: auto;
	margin-right: auto;
}

.adFirstColumn,
.adSecondColumn
.adThirdColumn
{
	vertical-align: middle;
}

.adFirstColumn
{
	width: 150px;
}

.adSecondColumn
{
	width: 280px;
}

.adThirdColumn
{
	width: 400px;
}


/* ------------ column view ---------------- */
.columnVerticalCenter
{
	vertical-align: middle;
}

.columnVerticalTop
{
	padding-top: 20px;
	vertical-align: top;
}

.columnLarge
{
	width: 775px;
}

.columnMedium
{
	width: 500px;
}

.columnSmall
{
	width: 220px;
}

.largeContentSection
{
	min-height: 500px;
	_height: 500px; /* IE hack*/
}

/*-----------General page styles------------------*/
#bottomPlaceHolder
{
	margin-bottom: 100px;
}

#LanguageButtonsText
{
	float: left;
	height: 20px;
	padding-top: 3px;
}


/*----------- Tree view styles ------------------*/
.nodeStyle
{
	letter-spacing: normal;
	line-height: normal;
	font-weight: bold;
	color: #606060;
}

.nodeStyle a:link
{
	text-decoration: none;
}

.nodeStyle a:visited
{
	text-decoration: none;
}

.selectedNodeStyle
{
	color: red;
}


/*----------- N2 ------------------*/

/* Root page */
.rootPagePanel
{
	width: 1000px;
	padding: 10px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	background: white;
}

.rootPageTable
{
	width: 100%;
}

.rootPageTableColumn
{
	width: 30%;
}

.label { display:block; }

/* lists */
.list .a0 { background: #f4f8ed; }
.list,
.list .a1 { background: #fff; }
.list { padding-bottom:6px; background-position:50% 100%; }
.list .item { padding:5px; }

.item h1,
.item h2,
.item h3,
.item h4,
.item h5, 
.item h6
{
	margin-top: 0px;
}

/* date */
.date { font-size: 10px !important; color: #555555; display: block; margin-left: 8px; }


/* comments */
.inputForm { margin-top: 10px; }
.inputForm .row { margin-bottom:5px; }
.inputForm .label { width:120px; float:left; }
.inputForm .alternatives * { vertical-align:middle }
.inputForm .alternatives label { margin-right:10px; }
.inputForm textarea { width:340px; height:120px; }
.inputForm .tb { width:240px; }

._CommentInput .box { display: none; }
._CommentInput  { border-top: solid 1px #D0CFCB; margin-top: 10px; }

._CommentList { border-top: solid 1px #D0CFCB; margin-top: 10px;}

/* site map */
.siteMap ul { list-style: circle; margin-left: 20px; }
.siteMap ol { list-style: circle; margin-left: 20px; }
