
/* *************************** */
/* *** General Definitions *** */
/* *************************** */

.jmm_text {
	font-family: Arial;
	font-size: 12pt;
	color: #000000;
	text-align: center;
	margin-left: 0;
	margin-top: 4px;
}
.jmm_text_l {
	font-family: Arial;
	font-size: 12pt;
	color: #000000;
	text-align: left;
	margin-left: 0;
	margin-top: 4px;
}
.jmm_bullet {
	font-family: Arial;
	font-size: 12pt;
	color: #000000;
	text-align: left;
	margin-left: 0;
	margin-top: 2px;
	margin-bottom:0px;
	list-style-type:disc;
}
.jmm_bullet_10 {
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	text-align: left;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom:0px;
	list-style-type:disc;
}
.jmm_header {
	font-family: Arial;
	font-size: 18pt;
	color: #000000;
	text-align: center;
	margin-left: 0;
	margin-top: 0;
	font-variant:small-caps;
	letter-spacing:2pt;
	font-style:italic
}
.jmm_header_cond {
	font-family: Arial;
	font-size: 18pt;
	color: #000000;
	margin-left: 0;
	margin-top: 0;
	font-variant:small-caps;
	letter-spacing:0pt;
	font-style:italic
}
.jmm_header2 {
	font-family: Arial;
	font-size: 14pt;
	color: #FF0000;
	text-align: center;
	margin-left: 0;
	margin-top: 0;
	font-variant:small-caps;
	letter-spacing:1pt;
	font-style:italic
}
.jmm_header3 {
	font-family: Arial;
	font-size: 12pt;
	color: #FF0000;
	text-align: left;
	margin-left: 0;
	margin-top: 0;
	font-variant:small-caps;
	letter-spacing:0pt;
	font-style:italic
}
.jmm_header3_m {
	font-family: Arial;
	font-size: 12pt;
	color: #FF0000;
	text-align: center;
	margin-left: 0;
	margin-top: 0;
	font-variant:small-caps;
	letter-spacing:0pt;
	font-style:italic
}
.jmm_tableheader {
	font-family: Arial;
	font-size: 14pt;
	color: #FF0000;
	text-align: center;
	margin-left: 0;
	margin-top: 5;
	margin-bottom:5
}
.jmm_tablecontent {
	font-family: Arial;
	font-size: 12pt;
	color: #000000;
	text-align: center;
	margin-left: 0;
	margin-top: 0
}
.jmm_tablecontent_l {
	font-family: Arial;
	font-size: 12pt;
	color: #000000;
	text-align: left;
	margin-left: 0;
	margin-top: 0
}

.jmm_tableheader_1 {
	font-family: Arial;
	font-size: 12pt;
	color: #FF0000;
	margin-left: 0;
	margin-top: 0;
	font-variant:small-caps;
	letter-spacing:0pt;
	font-style:italic
}
.jmm_tabletext_1 {
	font-family: Arial;
	font-size: 12pt;
	color: #000000;
	margin-left: 5px;
	margin-top: 0px;
}
ul.jmm_tabletext_1 {
	font-family: Arial;
	font-size: 12pt;
	color: #000000;
	margin-left: 5px;
	margin-top: 0px;
	text-align:left;
	margin-right:0px;
	margin-bottom:0px;
}

/* ************************ */
/* *** Form Definitions *** */
/* ************************ */

form.formular {
	font-family: tahoma, verdana, "sans-serif";
	font-size: 12px;
	padding: 15px;
	border: 0px solid #A5A8B8;
	background: #FFFFFF;
/*	border: 1px solid #A5A8B8;  */
/*	background: #EAEAEA;        */
}
form.black {
	font-family: tahoma, verdana, "sans-serif";
	font-size: 12px;
	padding: 20px;
	border: 1px solid #A5A8B8;
	background:#666666;
	color:#CCCCCC;
}
form.black legend{
	color:#CCCCCC;
}
.formular fieldset {
	margin-top: 10px;
	padding : 15px;
	border: 1px solid #C0C0C0;	
}
.formular .td fieldset {
	margin-top: 10px;
	padding : 15px;
	border: 1px solid #C0C0C0;	
}
.formular legend {
	font-size: 12px;
	color: #FF0000;
	font-weight: 900;
}
.formular fieldset label {
	float: none;
	text-align: inherit;
	width: auto;
}
.formular label span {
	font-family:Arial;
	font-size:8pt;
	color: #666666;
}
.black label span {
	color: #ccc;
}
.formular input, .formular textarea {
	display : block;
	margin-bottom: 5px;
}
.formular select {
	display : block;
	margin-bottom: 5px;
}
.formular .text-input {
	width: 250px;
	color: #666666;
	padding: 0px;
	border: 1px solid #C0C0C0;
	font-size: 10pt;
	margin-top: 1px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x;
}
.formular .text-select {
	width: 250px;
	color: #666666;
	padding: 0px;
	border: 1px solid #C0C0C0;
	font-size: 10pt;
	margin-top: 0px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x;
}
.text-input {
	width: 250px;
	color: #666666;
	padding: 4px 4px 3px;
	border: 2px solid #C0C0C0;
	font-size: 14px;
	margin-top: 4px;
	margin-bottom: 4px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x;
}
.formular .infos {
	background: #FFFFFF;
	color: #666666;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
	border:0px solid #C0C0C0;
}
.formular span.checkbox, 
.formular .checkbox {
	display: inline;
}
.formular .button {
	text-align:right;
	margin-top: 20px;
}
.submit {
	color: #666666;
	float:right;
	text-decoration: none;
}
.submitdelete {
	color: #FF0000;
	background-color: #fff;
	border: none;
	float: center;
	text-decoration: none;
	font-family:Arial;
	font-size:10pt;
	text-align:center;
	font-weight:bold;
	height:30px;
	width:25px;
	margin-top:0;
	margin-bottom:0;
}
.formular a.submit {
	background: url('/img/form/button-bg.png') repeat-x;
	border: 1px solid #AAA;
	padding: 4px;
}
input.button {
	background: url('/img/form/button-bg.png') repeat-x;
	border: 2px solid #AAA;
	padding: 4px 4px 1px;
	font-size:14px;
	margin-top:4px;
}
.formular input {
	background: url('/img/form/button-bg.png') repeat-x;
	border: 2px solid #AAA;
	padding: 4px;
}
.formular hr {
	clear: both;
	visibility: hidden;
}
.formular .fc-error {
	width: 250px;
	color: 555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 12px;
	margin-bottom: 15px;
	background: #FFEAEA;
}

/* ************************************* */
/* *** Form Definitions - Short Form *** */
/* ************************************* */

form.formulars {
	font-family: tahoma, verdana, "sans-serif";
	font-size: 10px;
	padding: 10px;
	border: 0px solid #A5A8B8;
	background: #000000;
/*	border: 1px solid #A5A8B8;  */
/*	background: #EAEAEA;        */
}
.formulars fieldset {
	margin-top: 10px;
	padding : 15px;
	border: 1px solid #B5B8C8;	
}
.formulars legend {
	font-size: 12px;
	color: #FF6A00;
	font-weight: 900;
}
.formulars fieldset label {
	float: none;
	text-align: inherit;
	width: auto;
}
.formulars label span {
	font-family:Arial;
	font-size:8pt;
	color: #808080;
}
.formulars input .formulars select, .formulars textarea {
	display : block;
	margin-bottom: 5px;
}
.formulars .text-input {
	width: 150px;
	color: 555;
	padding: 0px;
	border: 1px solid #B5B8C8;
	font-size: 10pt;
	margin-top: 1px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x; 
	height: 17px;
}
.formulars .text-select {
	color: 555;
	padding: 0px;
	border: 1px solid #B5B8C8;
	font-size: 10pt;
	margin-top: 1px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x; 
	height: 17px;
}
.text-input {
	color: #555;
	padding: 4px 4px 3px;
	border: 2px solid #B5B8C8;
	font-size: 10pt;
	margin-top: 1px;
	margin-bottom: 2px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x;
}
.text-select {
	color: #555;
	padding: 4px 4px 3px;
	border: 2px solid #B5B8C8;
	font-size: 10pt;
	margin-top: 1px;
	margin-bottom: 2px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x;
}
.formulars .infos {
	background: #FFF;
	color: #333;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
	border:0px solid #B5B8C8;
}
.formulars span.checkbox, 
.formulars .checkbox {
	display: inline;
}
.formulars .button {
	text-align:right;
	margin-top: 20px;
}
.submit {
	color: #555;
	float:right;
	text-decoration: none;
}
.submitdelete {
	color: #FF0000;
	background-color: #fff;
	border: none;
	float: center;
	text-decoration: none;
	font-family:Arial;
	font-size:10pt;
	text-align:center;
	font-weight:bold;
	height:30px;
	width:25px;
	margin-top:0;
	margin-bottom:0;
}
.formulars a.submit {
	background: url('/img/form/button-bg.png') repeat-x;
	border: 1px solid #AAA;
	padding: 4px;
}
input.button {
	background: url('/img/form/button-bg.png') repeat-x;
	border: 2px solid #AAA;
	padding: 4px 4px 1px;
	font-size:14px;
	margin-top:4px;
}
.formulars input {
	background: url('/img/form/button-bg.png') repeat-x;
	border: 2px solid #AAA;
	padding: 4px;
}
.formulars hr {
	clear: both;
	visibility: hidden;
}
.formulars .fc-error {
	width: 150px;
	color: 555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 12px;
	margin-bottom: 15px;
	background: #FFEAEA;
}

/* *********************************************************** */
/* *** Form Definitions - People Section - Blue Background *** */
/* *********************************************************** */

form.formularp {
	font-family: tahoma, verdana, "sans-serif";
	font-size: 12px;
	padding: 15px;
	border: 0px solid #A5A8B8;
	background: #000080;
/*	border: 1px solid #A5A8B8;  */
/*	background: #EAEAEA;        */
}
.formularp fieldset {
	margin-top: 10px;
	padding : 15px;
	border: 1px solid #B5B8C8;	
}
.formularp .td fieldset {
	margin-top: 10px;
	padding : 15px;
	border: 1px solid #B5B8C8;	
}
.formularp legend {
	font-size: 12px;
	color: #FF6A00;
	font-weight: 900;
}
.formularp fieldset label {
	float: none;
	text-align: inherit;
	width: auto;
}
.formularp label span {
	font-family:Arial;
	font-size:8pt;
	color: #808080;
}
.formularp input, .formularp textarea {
	display : block;
	margin-bottom: 5px;
}
.formularp select {
	display : block;
	margin-bottom: 5px;
}
.formularp .text-input {
	width: 250px;
	color: 555;
	padding: 0px;
	border: 1px solid #B5B8C8;
	font-size: 10pt;
	margin-top: 1px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x;
}
.formularp .text-select {
	width: 250px;
	color: 555;
	padding: 0px;
	border: 1px solid #B5B8C8;
	font-size: 10pt;
	margin-top: 0px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x;
}
.text-input {
	width: 250px;
	color: #555;
	padding: 4px 4px 3px;
	border: 2px solid #B5B8C8;
	font-size: 14px;
	margin-top: 4px;
	margin-bottom: 4px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x;
}
.formularp .infos {
	background: #000000;
	color: #555;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
	border:0px solid #B5B8C8;
}
.formularp span.checkbox, 
.formularp .checkbox {
	display: inline;
}
.formularp .button {
	text-align:right;
	margin-top: 20px;
}
.submit {
	color: #555;
	float:right;
	text-decoration: none;
}
.submitc {
	color: #555;
	float: center;
	text-decoration: none;
}
.submitdelete {
	color: #FF0000;
	background-color: #fff;
	border: none;
	float: center;
	text-decoration: none;
	font-family:Arial;
	font-size:10pt;
	text-align:center;
	font-weight:bold;
	height:30px;
	width:25px;
	margin-top:0;
	margin-bottom:0;
}
.formularp a.submit {
	background: url('/img/form/button-bg.png') repeat-x;
	border: 1px solid #AAA;
	padding: 4px;
}
input.button {
	background: url('/img/form/button-bg.png') repeat-x;
	border: 2px solid #AAA;
	padding: 4px 4px 1px;
	font-size:14px;
	margin-top:4px;
}
.formularp input {
	background: url('/img/form/button-bg.png') repeat-x;
	border: 2px solid #AAA;
	padding: 4px;
}
.formularp hr {
	clear: both;
	visibility: hidden;
}
.formularp .fc-error {
	width: 250px;
	color: 555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 12px;
	margin-bottom: 15px;
	background: #FFEAEA;
}

/* *************************** */
/* *** MooMenu Definitions *** */
/* *************************** */

.button{
	border:3px solid #808080; 
	color:#FFFFFF;
	clear:both;
	display:block;
	float:left;
	font-size:10pt;
	font-weight:normal;
	height:31px;
	line-height:31px;
	width:185px;
/*	margin-right:30px; */
	font-family:Arial;
	padding-left:3px;
	padding-right:3px;
	padding-top:1px;
	padding-bottom:1px;
/*	background-color:#000000; */
/*	background-color:#C0C0C0; */
	background-repeat:no-repeat;
	background-attachment:scroll
}
	a.button {
		text-decoration:none;
	}
	.button span {
		background:url(img/button.png) left top no-repeat;
		display:block;
		height:25px;
		line-height:25px;
		padding-left:5px;
		padding-right:5px;
		margin-right:0px;
	}

.v-menu{
	border:solid 0px #7F9FBF; 
	width:190px;
	clear:both;
}
	ul.v-menu, .v-menu li{
		padding:0; 
		margin:0;
		list-style:none;
	}
	ul.v-menu{
		clear:both;
		margin-top:0px;
		padding-left:15px; padding-right:15px; padding-top:0px; padding-bottom:0px
	}
		.v-menu li a{
			font-family: Arial;
			font-size: 10pt;
			color: #000000;
			font-weight:normal;
			display:block;
			border-top:1px solid #DEDEDE;
			padding:0px;
			text-decoration:none;
			height:15px;
			line-height:15px;
			width:165px; 
			background-color:#C0C0C0;
		}
		.v-menu li a:hover{
			color:#FF6A00;
		}

/* *************************** */
/* *** MooTabs Definitions *** */
/* *************************** */

hiddenMel {
	display: none;
	padding: 0px;
}

#content_wrapMel {
	height: 0px;
}

#wrapMel {
	width: 100px;
	padding: 0px;
}

#tabsel li {
	float: left;
	background-color: transparent;
	margin-right: 0px;
	margin-left: 0px;
	cursor: pointer;
	color: #FFFFFF;
	font-family: "Arial Narrow";
	font-size: 12pt;
	height: 24px;
	line-height: 24px;
	text-align: left;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 1px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	list-style-type: none;
	text-decoration: underline; 
	font-weight:bold;
}
.tabsel li.active {
	border-top: 3px solid #55FF2A;
}
.tabsel li.over {
	border-top: 3px solid #30DA06;
}

.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
	
}


.mootabs_panel {
	display: none;
	position: relative;
	width: 100%;
	top: -1px;
	font-family: "Trebuchet MS";
	clear: both;
	color: #fff;
	overflow: auto;
	text-align:left;
	padding: 3px;
}

.mootabs_panel.active {
	background-color: #272822;
	display: block;
	
}
