.adminheading2 {
	display:none;
}

#crmform table tr td label {
	display: inline;
	float: none;
	font-size: 0.9em;
	margin-left: 5px;
	text-align: left;
	font-weight: normal;
}

fieldset {
	position: relative;
	display: block;
	padding-left: 10px;
	border: 1px solid #c9c9d2;
	background-color: #ffffff;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: 15px;
	padding-bottom: 5px;
}

#crmform fieldset {
	margin: 0px;
	padding-left: 10px;
	border: 1px solid #c9c9d2;
	border-top: 0px;
	background-color: #ffffff;
}

legend {
	position : relative;
	top : -10px;
	font-weight : bold;
	padding : 0px 10px 0px 10px;
	border: 1px solid #c9c9d2;
}

div.box fieldset {
	margin: 0px;
	padding-left: 10px;
	border: 1px solid #c9c9d2;
	background-color: #ffffff;
}


p {
	clear: left;
}

th {
	font-weight: bold;
}

input.button, input.slimbutton {
	width: auto;
	overflow: visible;
	/* background-color: #f6f6f6; */
	margin-top: 5px;
	padding-left: 0.25em;	
	padding-right: 0.25em;	
	
}


#crmform p {
	margin-bottom: 5px;
}


#crmform h3 {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left:0px;
	margin-right:0px;
	padding-bottom:3px;
	font-size: 14px;
	border-bottom: 1px dotted #7072c5;
	color: #000000;
}

#crmform legend {
	margin-bottom: 10px;
}

#crmform label {
	margin-top: 10px;
	display: block;
	font-size: 12px;
}

#crmform p label {
	margin-top: 10px;
	display: block;
	font-size: 12px;
}

#crmform table tr td label {
	display: inline;
	float: none;
	font-size: 12px;
	margin-left: 5px;
	text-align: left;
	font-weight: normal;
}


#crmform #tabmenu a {
	color: black;
	background: #b6d3ee;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}

#crmform #tabmenu a.active {
	background: #ffffff;
}

#crmform #tabmenu a:hover {
	color: #fff;
	background: #6b94d0; 
}

#crmform #tabmenu a:visited {
	/*color: #E8E9BE; */
}

#crmform #tabmenu a.active:hover {
	background: #ABAD85;
	/*color: #DEDECF; */
}

.infotxt {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}

.infobox {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 5px;
	background-color: #ffffff;
}

#crmform textarea {
	padding: 2px;
}

#crmform select {
	width: 15em;
}

#crmform input[type=text] {
	width: 15em;
}


#crmform .eviadateselect {
	width: 60px;
}

.tabmenu {
	color: black;
	border-bottom: 1px solid #c9c9d2;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	z-index: 1;
	padding-right: 10px 
}

.tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none; 
	background: transparent;
}

.tabmenu a {
	color: #ffffff;
	font-size: 0.9em;
	background: #9a9a9a;
	padding: 2px 5px 2px 5px;
	text-decoration: none; 
	/*background-image: url(../images/crm_serch_button.gif);
	background-position: top;
	background-repeat: repeat-x;*/
	border: 1px solid #c9c9d2;
}

.tabmenu a.active {
	/*background-image: url(../images/crm_main_box_header.gif);
	background-position: top;
	background-repeat: repeat-x;*/
	color: #000000;
	background-image: url(../images/crm_main_box_header.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #ffffff;
	border: 1px solid #c9c9d2;
	border-bottom: 0px solid #c9c9d2;
}

.tabmenu a:hover {
	background: #ccced2;
	border-top: 2px solid #c9c9d2;
	border-bottom: 0px solid #c9c9d2;
	border-left: 2px solid #c9c9d2;
	border-right: 0px solid #c9c9d2;
}

.tabmenu a:visited {
	/*color: #E8E9BE; */
}

.tabmenu a.active:hover {
	background: #ccced2;
	background-image: url(../images/crm_main_box_header.gif);
	background-position: top;
	background-repeat: repeat-x;
	border-top: 1px solid #c9c9d2;
	border-bottom: 0px solid #c9c9d2;
	border-left: 1px solid #c9c9d2;
	border-right: 1px solid #c9c9d2;
}



