/********* tag *******/
body{
	font-family: arial,sans-serif;
	font-size: 0.85em;
	font-weight: normal;
	margin: 0 0 0 0;
	background-color: #ffffff;
	text-align: center;
}

textarea{
	font-family: sans-serif;
	font-weight: normal;
}

div{
	overflow: visible;
}

A:link {
	color: #000099;
	text-decoration: none;
}
A:visited{
	color: #000099;
	text-decoration: none;
}
A:hover{
	text-decoration: underline;
}
a.add_record{
	font-size: 1.5em;
	font-weight: normal;

}
div.close_box{
    cursor:pointer;
	clear:both;
	padding:6px;
    width:30px;
    background-color:#F0F0F6;
    background-image:url(../img/blank_red_button.gif);
    background-repeat:no-repeat;
}
div.hover_display{
	position:absolute;
	width:470px;
	height:335px;
	-moz-opacity:0.97;
	filter:alpha(opacity=97);
	visibility:hidden;
	margin-top:40px;
	padding:15px;
	left:300px;
	text-align:left;
	background-color:#F0F0F6;
	border-width:1px;
	border-color:gray;
	border-style:solid;
	z-index:1;
	overflow:auto;
/*	overflow:none;*/
}
/*********** id ************/
#wrapper{
	position: relative;
	width: 760px;
	margin: 15px auto;
	text-align: left;
}

#frame{
	position: relative;
	left: 0;
	top: 0;
	width: 730px;
	padding: 5px 10px 30px 10px;
	background-color: #eeeedd;
}

.large_border{
	border: #777777 3px solid;
}

#content{
	position: relative;
	padding: 0px;
}

#user_fieldset{
	position: relative;
	border: 0;
	top: 40px;
	left: 40px;
	margin-bottom: 50px;
}

#user_fieldset label{
	width:5em;
	float: left;
	text-align: right;
	margin-bottom:0.3em;
}

#user_fieldset input{
	margin-bottom:0.5em;
	margin-left:0.5em;
}

#user_fieldset legend{
	padding-top:0.25em;
}
/**** class *****/
.thumbnail{
	width: 105px;
	margin: 3px;
}

.subcontent_box{
	position: relative;
	width: 680px;
	margin: 10px auto 0px auto;
	padding: 5px;
	background-color: #ffffff;
}

.subcontent{
	position: relative;
	top: 5px;
	left: 5px;
	padding: 5px;
	width: 660px;
	text-align: left;
	margin-bottom: 5px;
	font-weight: bold;
}

input.subcontent{
	width: 380px;
}
.text_input{
	border: 1px solid #777777 ;
	font-size: 0.85em;
	background: #ffffff;
	padding: 3px;
}

input.text_input:focus, input.text_input:hover, textarea.text_input:focus, textarea.text_input:hover{
	background: #eeeeee;
	border: 1px solid #333333;
}

input.login{
	margin: 0em 0em 0.5em 0.5em;
}

label.login{
	width: 5em;
	float: left;
	text-align: right;
	margin: 0 0 0.3em 0;
}

.medium_area{
	height: 3em;
}
div.tab_action{
	clear:both;
	float:left;
	position:relative;
}

.container{
	position: relative;
	margin: auto;
}

.center_div{
	margin: 0 auto;
}

.left_div{
	left: 0px;
}

.right_div{
	position: relative;
	right: 0px;
	width: 680px;
}
.center_text{
	text-align: center;
}

.right_text{
	text-align: right;
}

.left_text{
	text-align: left;
}

.bordered{
	border: #777777 1px solid;
}

.no_border{
	border: 0;
}

.small_textsize{
	font-size: 0.75em;
}

.medium_textsize{
	font-size: 1.25em;
}

.large_textsize{
	font-size: 1.75em;
	font-stretch: wider;
}

.sub_textsize{
	font-size: 1.15em;
}

.medium_textweight{
	font-weight: bold;
}

.heavy_textweight{
	font-weight: bolder;
}

.italic{
	font-style:italic;
}

a.stop {
	text-decoration: none;
	color: red;
	font-weight: bold;
}

.warning {
	text-decoration: none;
	color: red;
	font-weight: bold;
	font-style: italic;
}

.flat_button{
	background-color: #cccccc;
	border: 1px #888888 solid;
	font-size: 0.95em;
	padding: 2px;
}

div.faq_style{
	clear:both;
	position:absolute;
	float:left;
	visibility:hidden;
}
div.group_list_header{
	clear:both;
	font-size: 1.5em;
	font-weight: bold;
}
div.received_header{
	clear:both;
	font-size: 1.3em;
	font-weight: bold;
}

h2.left_align{
	clear:both;
	float:left;
}

h2.left_align{
	clear:both;
	float:left;
}
