html, body {
	background-color: white;
   font-family: Arial, Helvetica, sans-serif;
   font-size:12px;
}
h1 {
	color: green;
	font-weight:bold;
	font-size:20px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:36px;
}

h2 {
	color: green;
	font-weight:bold;
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:28px;
}

h3 {
	color: green;
	font-weight:bold;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:18px;
}

.copyright {
	font-weight: bold;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: yellow;
}
.text_10 {
	font: normal 10px Arial, Helvetica, sans-serif;
	color: yellow;
}
.text_10_link {
	font: normal 10px Arial, Helvetica, sans-serif;
	color: yellow;
	text-decoration: underline;
	cursor: pointer;
}

.text_12 {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: yellow;
}
.text_12_link {
	font: normal 10px Arial, Helvetica, sans-serif;
	color: yellow;
	text-decoration: underline;
	cursor: pointer;
}

.text_14 {
	font: normal 14px Arial, Helvetica, sans-serif;
	color: yellow;
}
.text_16 {
	font: normal 16px Arial, Helvetica, sans-serif;
	color: yellow;
}

.title_10 {
	font: bold 10px Arial, Helvetica, sans-serif;
	color: yellow;
}
.title_12 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: yellow;
}
.title_14 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: yellow;
}
.title_16 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: yellow;
}
.letter_box {
	font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	width: 20px;
	text-align: center;
}
.letter_box_header {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: yellow;
	width: 20px;
	text-align: center;
}

.input_button {
	background-color: green;
	color: white;
	font: bold 12px Arial, Helvetica, sans-serif ;
	padding: 2px;
	text-align: center;
	border: 2px solid yellow;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;
	width: 100px;
}

.input_button:hover {
	background-color: #339933;
	color: yellow;
	border: 2px solid GrayText;

}

.img_btn {
	cursor: pointer;
}
.tooltip_head {
	background: ActiveCaption;
   font-family: Arial, Helvetica, sans-serif;
   font-size:12px;
   font-weight:bold;
   text-align: center;
	color: white;
   padding:1px;
   border: 1px solid blue;
}

.tooltip_body {
   width:350px;
	background-color: white;
   font-family: Arial, Helvetica, sans-serif;
   font-size:12px;
	line-height: 14px;
   border-left:1px solid blue;
   border-right:1px solid blue;
   border-bottom:1px solid blue;
   padding:2px;
	text-align: left;
}
.border_all {
	border: 1px solid yellow;
}
.border_top {
	border-top: 1px solid yellow;
	padding: 2px;

}
.border_topbot {
	border-top: 1px solid yellow;
	border-bottom: 1px solid yellow;
	padding: 2px;
}
.border_bot {
	border-bottom: 1px solid yellow;
}

.bordertlr {
	border-top: 1px solid yellow;
	border-left: 1px solid yellow;
	border-right: 1px solid yellow;
}
}.borderlbr {
	border-left: 1px solid yellow;
	border-bottom: 1px solid yellow;
	border-right: 1px solid yellow;
}
.border_left {
	border-left: 1px solid yellow;
}
.border_right {
	border-right: 1px solid yellow;
}

.red12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
	font-weight: normal;
}
.red12bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
	font-weight: bold;
}
.red14bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: red;
	font-weight: bold;
}

.black10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
	font-weight: normal;
}
.black10bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
	font-weight: bold
}
.black10boldlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
	font-weight: bold;
	text-decoration: underline;
}
.black11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	font-weight: normal
}
.black12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	font-weight: normal
}
.black12bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	font-weight: bold
}
.black12link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	text-decoration: underline;
}
.black14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: Black;
}
.black14bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: Black;
	font-weight: bold
}
.black14link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: Black;
	text-decoration: underline;
}

.white12boldlink {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: underline;
}
.white12 {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}
.white12bold {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
}
.white14 {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
}
.white14bold {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: white;
}
.white14boldlink {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-decoration: underline;
}

/* JQuery Alerts CSS */
#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 2px #00C;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #FFF;
	background: url(images/menu_bkgrd.png) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(images/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(images/info.gif);
}

#popup_content.confirm {
	background-image: url(images/important.gif);
}

#popup_content.prompt {
	background-image: url(images/help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}
