/********************************
*	General body text       *
********************************/
body {
	color: #000000;
	background-color: #DFDFDF;
	font-family: Verdana;
	font-size: 12px;
}


/********************************
*	Smaller Text		*
********************************/
.smaller {
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
}


/********************************
*	Normal Text		*
********************************/
.normal {
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
}


/********************************
*	Normal Bold Text	*
********************************/
.normal_bold {
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}


/********************************
*	Large Bold Text	*
********************************/
.large_bold {
	color: #000000;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
}


/********************************
*	Large Bold Text (red)	*
********************************/
.large_bold_red {
	color: #FF0000;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
}


/********************************
*	Login Button            *
********************************/
button.login {
	background-color: #DFDFDF;
	color: #000000;
	font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif;
}


/********************************
*	login Text		*
********************************/
.login {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border-color: #000000;
	border-width: 1px;
}


/********************************
*	Menu Right Header Text 	*
********************************/
.menu_right_header {
	color: #000000;
	font-family: Verdana;
	font-size:10px;
	border: 0px;
	background-color: #DFDFDF;
	text-align: right;
}


/********************************
*	Record List Header	*
*	Comment			*
********************************/
.record_list_header_comment {
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	border-width: 0px;
	background-color: #BFBFBF;
	font-weight: normal;
	text-decoration: none;
	margin-left: 50px;
}


/********************************
*	Record List Tailer	*
*	Comment			*
********************************/
.record_list_tailer_comment {
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	border-width: 0px;
	background-color: #BFBFBF;
	font-weight: normal;
	text-decoration: none;
}


/********************************
*	Record Table Header	*
********************************/
.record_list_header {
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	border: 1px;
	background-color: #9F9F9F;
	font-weight: bold;
}

/********************************
*	Record Table Center Header *
********************************/
.record_list_center_header{
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	border: 1px;
	background-color: #9F9F9F;
	font-weight: bold;
	text-align: center;
}

/********************************
*	Record Table Content	*
********************************/
.record_list_content {
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	border: 0px;
	background-color: #EFEFEF;
	font-weight: normal;
	text-decoration: none;
}

/********************************
*	Record Table Center Content	*
********************************/
.record_list_center_content {
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	border: 0px;
	background-color: #EFEFEF;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}


/********************************
*	Record Table Content	*
*	1			*
********************************/
.record_list_content1 {
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	border: 0px;
	background-color: #DFDFDF;
	font-weight: normal;
	text-decoration: none;
}

/********************************
*	Record Table Center Content	*
*	1			*
********************************/
.record_list_center_content1 {
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	border: 0px;
	background-color: #DFDFDF;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}


/********************************
*	Record Table Content	*
*	2			*
********************************/
.record_list_content2 {
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	border: 0px;
	background-color: #CFCFCF;
	font-weight: normal;
	text-decoration: none;
}

/********************************
*	Record Table Content	*
*	2			*
********************************/
.record_list_content3 {
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	border: 0px;
	background-color: #CFCFCF;
	font-weight: bold;
	text-decoration: none;
}

/********************************
*	Record Table Content	*
*	(Red)			*
********************************/
.record_list_content_red {
	color: #FF0000;
	font-family: Verdana;
	font-size: 11px;
	border: 0px;
	background-color: #EFEFEF;
	font-weight: bold;
	text-decoration: none;
}


/********************************
*	Record Profile Header	*
********************************/
.record_profile_header {
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	border-width: 0px;
	background-color: #9F9F9F;
	font-weight: bold;
	text-decoration: none;
}


/********************************
*	Record Profile Header	*
*	Comment			*
********************************/
.record_profile_header_comment {
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	border-width: 0px;
	background-color: #CFCFCF;
	font-weight: normal;
	text-decoration: none;
}


/********************************
*	Record Profile Fields	*
*	Name			*
********************************/
.record_profile_field_title {
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	border-width: 1px;
	background-color: #AFAFAF;
	font-weight: bold;
	text-decoration: none;
}


/********************************
*	Record Profile Fields	*
*	Name			*
********************************/
.record_profile_field_title_no_border {
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	border-width: 0px;
	background-color: #AFAFAF;
	font-weight: bold;
	text-decoration: none;
}


/********************************
*	Record Profile Fields	*
*	Description		*
********************************/
.record_profile_field_title_desc {
	color: #000000;
	font-family: Verdana;
	font-size: 10px;
	border-width: 1px;
	background-color: #AFAFAF;
	font-weight: normal;
	text-decoration: none;
}


/********************************
*	Record Profile Fields	*
*	Background		*
********************************/
.record_profile_field_bg {
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	border-width: 1px;
	background-color: #EFEFEF;
	font-weight: normal;
	text-decoration: none;
}


/********************************
*	Record Profile Fields	*
*	Background 1		*
********************************/
.record_profile_field_bg1 {
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	border-width: 1px;
	background-color: #DFDFDF;
	font-weight: normal;
	text-decoration: none;
}


/********************************
*	Record Profile Fields	*
*	Background 2		*
********************************/
.record_profile_field_bg2 {
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	border-width: 1px;
	background-color: #CFCFCF;
	font-weight: normal;
	text-decoration: none;
}


/********************************
*	Record Profile Fields	*
*	Background 2		*
********************************/
.record_profile_field_bg_red {
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	border-width: 1px;
	background-color: #FF1F1F;
	font-weight: normal;
	text-decoration: none;
}


/********************************
*	Record Profile Fields	*
*	Background (red)	*
********************************/
.record_profile_field_red{
	color: #FF0000;
	font-family: Verdana;
	font-size: 11px;
	border-width: 1px;
	background-color: #EFEFEF;
	font-weight: normal;
	text-decoration: none;
}


/********************************
*	Record Profile Fields	*
********************************/
.record_profile_field {
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	border-width: 1px;
	border-color: #000000;
	background-color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}


/********************************
*	Record Profile Fields	*
*	(link)			*
********************************/
.record_profile_field_link {
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	border-width: 1px;
	border-color: #000000;
	font-weight: normal;
	text-decoration: none;
}


/********************************
*	General Normal Button	*
********************************/
.general_button {
	color: #000000;
	font-family: Verdana;
	border-width: 1px;
	font-size: 11px;
	border-color: #000000;
	background-color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
}


/********************************
*	General Normal Button	*
********************************/
.general_button_2 {
	color: #000000;
	font-family: Verdana;
	border-width: 1px;
	font-size: 11px;
	border-color: #0000FF;
	background-color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
}


/********************************
*	Error Message		*
********************************/
.warning_msg {
	color: #FF0000;
	font-family: Verdana;
	font-size: 12px;
}

/********************************
*	Tooltip		*
********************************/
/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted blue; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: auto; 
  background-color: #fb5;
  color: #444;
  text-align: Left;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

p {
	font-family: 		Arial, Helvetica; 
	font-size:		11px;
	margin:			0px;
	padding:		0px;
}

hr {	height: 1px; border: 1px; margin-top: 0px; }
br { 	font-size: 5px; line-height: 5px; }
