/* default.css */
/* these are default styles, no layout properties */
/* commented backslash hack v2 \*/
html, body {
	margin: 0;
}
/* end hack */
body {
	background: white;
	color: #000000;
}

form {
	position: relative;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	background: transparent;
}
iframe {
	position: relative;
	border: 0px solid black;
	padding: 0px;
	margin: 0px;
	background: transparent;
}
h1,h2,h3,h4,h5,h6 {
	border: 0px solid black;
	padding: 0px;
	margin: 0px;
	background: transparent;
}
p {
	position: relative;
	border: 0px solid black;
	padding: 0px;
	margin: 0px;
	background: transparent;
}
ul {

}
ol {

}
img {
	/* this is the trick for all floating images that won't display: */
	position: relative;
}
.sectionActive {
	font-weight: bold;
	background: transparent;
	text-decoration: none;
}
.sectionInactive {
	font-weight: normal;
	background: transparent;
	text-decoration: none;
}
.section {
  position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
  background: transparent;
}



/* ---- all the menu styles ---------------------------- */
#lLoginout {
	position: relative;
	float: right;
	margin-right: 20px;
	margin-top: 10px;
	border: 0px solid red;
	text-align: right;
}
/* the main menu */
.lMenu {
	position: relative;
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, "Trebuchet MS", sans-serif;
	/*font-style: italic;*/
	font-weight: normal;
	border: 0px solid black;
}
.lMenuItem {
	position: relative;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	float: left;
	padding-right: 0px;
}
.lMenuItemA {
	position: relative;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	float: left;
	padding-right: 0px;
}
.lFooterMenu {
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.lFooterMenuItem {
	position: relative;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	float: right;
}
.lFooterMenuItemA {
	position: relative;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	float: right;
	border: 0px solid red;
}
/* the sub menu */
.lSubMenu {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, "Trebuchet MS", sans-serif;
	/*font-style: italic;*/
	border: 0px solid black;
}
.lSubMenuItem {
	position: relative;
	margin: 0px 0px 5px 0px;
	padding: 4px;
	padding-left: 8px;
}
.lSubMenuItemA {
	position: relative;
	margin: 0px 0px 5px 0px;
	padding: 4px;
	padding-left: 8px;
}
.lFontsizes {
	position: relative;
	/*position: absolute;*/
	float: right;
	border: 0px solid red;
	top: 0px;
	right: 0px;
	height: 25px;
}
.lSubMenuBottom {
	position: absolute;
	bottom: 10px;
	left: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
/* the admin menu */
.lAdminMenu {
	position: relative;
	margin: 0px;
	padding: 0px;
	background: #333333;
	padding-left: 10px;
	text-align: left;
	height: 20px;
	line-height: 20px;
	text-align: left;

}
.lAdminMenuItem {
	position: relative;
	float: left;
	margin: 0px;
	margin-right: 10px;
	background: transparent;
}

/* ---- all the link & menu-link styles ---------------------------- */
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
a.menu:link, a.menu:visited {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-weight: normal;
}
a.menu:hover, a.menu:active {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-weight: normal;
}
a.menuA:link, a.menuA:visited {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-weight: bold;
}
a.menuA:hover, a.menuA:active {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-weight: bold;
}
a.menuPrivate:link, a.menuPrivate:visited {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-weight: normal;
}
a.menuPrivate:hover, a.menuPrivate:active {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-weight: normal;
}
a.menuPrivateA:link, a.menuPrivateA:visited {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-weight: bold;
}
a.menuPrivateA:hover, a.menuPrivateA:active {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-weight: bold;
}


a.footermenu:link, a.footermenu:visited {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-weight: normal;
}
a.footermenu:hover, a.footermenu:active {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-weight: normal;
}
a.footermenuA:link, a.footermenuA:visited {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-weight: bold;
}
a.footermenuA:hover, a.footermenuA:active {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-weight: bold;
}
a.footermenuPrivate:link, a.footermenuPrivate:visited {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-weight: normal;
}
a.footermenuPrivate:hover, a.footermenuPrivate:active {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-weight: normal;
}
a.footermenuPrivateA:link, a.footermenuPrivateA:visited {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-weight: bold;
}
a.footermenuPrivateA:hover, a.footermenuPrivateA:active {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-weight: bold;
}



a.submenu:link, a.submenu:visited {
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}
a.submenu:hover, a.submenu:active {
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}
a.submenuA:link, a.submenuA:visited {
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	font-weight: bold;
}
a.submenuA:hover, a.submenuA:active {
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	font-weight: bold;
}
a.submenuPrivate:link, a.submenuPrivate:visited {
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}
a.submenuPrivate:hover, a.submenuPrivate:active {
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}
a.submenuPrivateA:link, a.submenuPrivateA:visited {
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	font-weight: bold;
}
a.submenuPrivateA:hover, a.submenuPrivateA:active {
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	font-weight: bold;
}
a.pagelink:link, a.pagelink:visited {
	position: relative;
	margin: 2px;
	padding: 2px;
	text-decoration: none;
	font-weight: normal;
}
a.pagelink:hover, a.pagelink:active {
	position: relative;
	margin: 2px;
	padding: 2px;
	text-decoration: none;
	font-weight: normal;
}
a.pagelinkA:link, a.pagelinkA:visited {
	position: relative;
	margin: 2px;
	padding: 2px;
	text-decoration: none;
	font-weight: bold;
}
a.pagelinkA:hover, a.pagelinkA:active {
	position: relative;
	margin: 2px;
	padding: 2px;
	text-decoration: none;
	font-weight: bold;
}
a.pagelinkprint:link, a.pagelinkprint:visited {
	margin: 2px;
	padding: 2px;
	text-decoration: none;
	font-weight: normal;
}
a.pagelinkprint:hover, a.pagelinkprint:active {
	margin: 2px;
	padding: 2px;
	text-decoration: none;
	font-weight: normal;
}

a.adminmenu:link, a.adminmenu:visited {
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}
a.adminmenu:hover, a.adminmenu:active {
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}
a.adminmenuA:link, a.adminmenuA:visited, a.adminmenuA:hover, a.adminmenuA:active {
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	font-weight: bold;
}


.txtColor {
	color: #606060;
	color: #8D2F2F;
}
.rowActive {
	background: white;
}
.rowInactive {
	background: url('../images/layout/back_inactive.gif');
}
.searchFound {
	background-color: #ffff80;
}

/* ---- all the content styles ---------------------------- */

#clear {
	position: relative;
	clear: both;
}
.clear {
	position: relative;
	clear: both;
}
.cnt {
	position: relative;
	margin: 0px 0px 20px 0px;
	text-align: justify;
}
.cntPrivate {
	position: relative;
	margin: 0px 0px 20px 0px;
	text-align: justify;
}
.cntPagelink {
	position: relative;
	/*clear: both; */
	margin: 30px 0px 10px 0px;
	padding: 0px;
	text-align: right;
	border: 0px solid red;
}
hr {
	height: 1px;
	font-size: 0px;
	margin-top: 15px;
}
.lineMng {
	margin:0px;
	width: 100%;
	position: relative;
	height: 1px;
	/*clear: both;*/
}

#row {
	position: relative;
	margin: 5px 0px 5px 0px;
	width: 100%;
	/*clear: both;*/
}
#rowsmall {
	position: relative;
	margin: 0px 0px 0px 0px;
	width: 100%;
	clear: both;
}
#label {
	position: absolute;
	padding: 0px 0px 0px 5px;
	top: 0px;
	left: 0px;
	width: 30%;
	border: 0px solid;
	text-align: left;
}
#item {
	margin-left: 31%;
	padding: 0px 0px 0px 5px;
	border: 0px dashed;
	text-align: left;
}

.row {
	position: relative;
	margin: 5px 0px 5px 0px;
	width: 100%;
	min-height: 20px;
	/*clear: both;*/
}
.rowsmall {
	position: relative;
	margin: 0px 0px 0px 0px;
	width: 100%;
	clear: both;
}
.label {
	position: absolute;
	padding: 0px 0px 0px 5px;
	top: 0px;
	left: 0px;
	width: 30%;
	border: 0px solid;
	text-align: left;
}
.item {
	margin-left: 31%;
	padding: 0px 0px 0px 5px;
	border: 0px dashed;
	text-align: left;
}
.rowLeft {
	position: absolute;
	padding: 0px 0px 0px 5px;
	top: 0px;
	left: 0px;
	width: 30%;
	border: 0px solid;
	text-align: left;
}
.rowRight {
	margin-left: 31%;
	padding: 0px 0px 0px 5px;
	border: 0px dashed;
	text-align: left;
}


.txtLeft {
	text-align: left;
}
.txtCenter {
	text-align: center;
}
.txtRight {
	text-align: right;
}
.txtJustify {
	text-align: justify;
}
.floatLeft {
	position: relative;
	float: left;
	margin-right: 15px;
}
.floatRight {
	position: relative;
	float: right;
	margin-left: 15px;
}
.inLogin {
	margin: 0px;
	padding: 2px 2px 2px 2px;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, "Trebuchet MS", sans-serif;
	letter-spacing: 2px;
	border: 0;
	background: #ffffff;
	width: 120px;
}
.inLoginSubmit {
	margin: 0px;
	padding: 2px 5px 2px 5px;
	font-family: Verdana, Arial, Helvetica, "Trebuchet MS", sans-serif;
	border: 0;
	letter-spacing: 2px;
}

.inSelect {
	margin: 0px;
	padding: 0px 2px 0px 2px;
	padding: 1px;
	font-family: Verdana, Arial, Helvetica, "Trebuchet MS", sans-serif;
	border: 0px solid #000000;
	color: #000000;
	background: #ffffff;
}
.inSelectDate {
	margin: 0px; padding: 0px; padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, "Trebuchet MS", sans-serif;
	border: 1px solid #000000;
	color: #000000;
	background: #ffffff;
}

.inOption {
	margin: 0px;
	padding: 0px 2px 0px 2px;
	padding: 1px;
	font-family: Verdana, Arial, Helvetica, "Trebuchet MS", sans-serif;
	border: 0px solid #000000;
	color: #000000;
	background: #ffffff;
}

.inCheck {
	margin: 0px; padding: 0px; padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, "Trebuchet MS", sans-serif;
}

.inRadio {
	margin: 0px; padding: 0px; padding-left: 2px;
	font-family: Verdana, Arial, Helvetica, "Trebuchet MS", sans-serif;
}

.inSubmit {
	margin: 0px;
	padding: 0px 2px 0px 2px;
	padding: 2px 5px 2px 5px;
	font-family: Verdana, Arial, Helvetica, "Trebuchet MS", sans-serif;
	letter-spacing: 1px;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid black;
}
.inSubmitSmall {
	margin: 0px;
	padding: 0px 2px 0px 2px;
	font-family: Verdana, Arial, Helvetica, "Trebuchet MS", sans-serif;
	letter-spacing: 2px;
	border: 1px solid #000000;
	color: #000000;
	background: #ffffff;
	color: #ffffff;
	background: #BF4040;
}

.inText {
	margin: 0px;
	padding: 0px 2px 0px 2px;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, "Trebuchet MS", sans-serif;
	letter-spacing: 0px;
	border: 1px solid #606060;
	color: #000000;
	background: #ffffff;
	width: 450px;
}
.inTextSearch {
	margin: 0px;
	padding: 0px 2px 0px 2px;
	font-family: Verdana, Arial, Helvetica, "Trebuchet MS", sans-serif;
	border: 1px solid #606060;
	color: #000000;
	background: #ffffff;
}
.inTextSmall {
	margin: 0px;
	padding: 1px;
	font-family: Verdana, Arial, Helvetica, "Trebuchet MS", sans-serif;
	border: 1px solid #606060;
	color: #000000;
	background: #ffffff;
}

.inTextArea {
	margin: 0px;
	padding: 0px 2px 0px 2px;
	font-family: Verdana, Arial, Helvetica, "Trebuchet MS", sans-serif;
	letter-spacing: 0px;
/*	line-height: 140%;*/
	border: 1px solid #606060;
	color: #000000;
	background: #ffffff;
	overflow: auto;
	width: 450px;
	height: 200px;
}

.fsXXlarge {
	font-size: 19px;
	background: transparent;
}
.fsXlarge {
	font-size: 17px;
	background: transparent;
}
.fsLarge {
	font-size: 15px;
	background: transparent;
}
.fsMedium {
	font-size: 12px;
	background: transparent;
}
.fsSmall {
	font-size: 10px;
	background: transparent;
}
.fsXsmall {
	font-size: 9px;
	background: transparent;
}
.fsXXsmall {
	font-size: 8px;
	background: transparent;
}
