body {
	text-align: center; /* IE Win quirks */
	margin: 0;
	padding: 0;
	color: #000;
	font: normal 9pt "Arial", sans-serif;
}
#top_bar {
	position: fixed;
	width: 100%;
	background-color: #ff9fa2;
	height: 25px;
	z-index: 100;
	border-bottom: 1px solid #0043ca;
}
#top_bar_layer {
	position: relative;
	width: 980px;
	margin: 0 auto;
	text-align: left;
}
#container {
	position: relative;
	width: 990px;
	padding: 40px 0 20px 10px;
	margin: 0 auto;
	text-align: left;
	background-color: #ffeee1;
}
#box_login {
	position: absolute;
	left: 305px;
	top: 150px;
	width:370px;
	border: 2px solid #999;
	background-color: #fff;
}
#footer_bar {
	position: fixed;
	width: 100%;
	background-color: #ff9fa2;
	height: 20px;
	z-index: 100;
	border-top: 1px solid #0043ca;
}
input {
	font-size: 10pt;
}
input.inp_date {
	width: 150px;
	font-size: 9pt;
}
p {
	font-size: 9pt;
	font-family: "Verdana", sans-serif;
}
p.inc_caption {
	font-size: 11pt;
	font-weight: bold;
}
.td_menu a {
	display: block;
	text-align: center;
	background-color: #aaa;
	padding: 3px;
	color: #000;
	text-decoration: none;
}
.td_menu a:hover {
	background-color: #444;
	color: #fff;
	text-decoration: none;
}
.td_select {
	display: block;
	text-align: center;
	padding: 3px;
	background-color: #444;
	color: #fff;
	text-decoration: none;
}
ul.ul_main { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: 420px;
}
ul.ul_main li { 
	display: block;
	font-size: 9pt; 
	height: 16px;
	margin: 4px; 
	padding: 6px 2px 2px; 
	font-weight: normal; 
	color: #000; 
}
ul.ul_menu_text { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: 300px;
}
ul.ul_menu_text li { 
	display: block;
	font-size: 9pt; 
	height: 16px;
	margin: 4px; 
	padding: 6px 2px 2px; 
	font-weight: normal; 
	color: #000; 
}
ul.ul_user { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: 550px;
}
ul.ul_user li { 
	display: block;
	font-size: 9pt; 
	height: 16px;
	margin: 4px; 
	padding: 6px 2px 2px; 
	font-weight: normal; 
	color: #000; 
}

p.item_name {
	width: 130px;
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
	height:16px;
}
p.item_visible {
	width: 80px;
	margin: 0;
	padding: 0;
	float: right;
	text-align: right;
}
img.button_img {
	width: 16px;
	height: 16px;
	border: 0;
}
p.add_item {
	margin: 5px 0 10px 5px;
	padding-bottom: 3px;
	font-weight: bold;
	border-bottom: 1px solid #000;
	width: 410px;
}
p.add_item a {
	color: #000;
	text-decoration: none;
}
p.add_item a:hover {
	color: #f00;
	text-decoration: none;
}
#file_browser {
	padding: 5px;
	margin: 0 10px 0 0;
	border: 1px solid #000;
	width: 640px; float:left;
	height: 400px;
	overflow: scroll;
}
div.hidden_option {
	display: none;
}
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 0px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url('../images/calendar.png') no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}
div.add_image {
	float: left;
	width: 100px;
	height: 75px;
	padding: 5px;
	margin: 5px;
	text-align: center;
	border: 1px solid #000;
}
ul.ul_images { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: 840px; 
}
ul.ul_images li { 
	float: left; 
	margin: 5px 5px 2px 2px; 
	padding: 5px; 
	width: 100px; 
	height: 75px; 
	text-align: center; 
	border: 1px solid #000;
	background-color: #fff;
}
p.chr_list {
	width: 25px;
	height: 25px;
	line-height: 25px;
	float: left;
	margin: 2px;
	border: 1px solid #000;
	font-size: 12pt;
	text-align: center;
}
p.chr_list a {
	display: block;
	color: #000;
	text-decoration: none;
}
p.chr_list a:hover {
	color: #aaa;
	text-decoration: none;
}
div.interest_object {
	padding: 5px;
	margin: 5px;
	width: 230px;
	/*height: 120px;*/
	border: 1px solid #000;
	float: left;
	background-color: #fff;
}
div.message_box {
	width: 410px;
	height: 87px;
	background-color: #fff;
	padding: 5px;
	margin: 5px 5px 0;
	overflow: hidden;
}
div.message_box p {
	font-size: 9pt;
	margin: 4px 0;
}
p.m_box_edit {
	float: left; 
	width: 200px;
	margin: 0;
	padding: 5px;
}
p.m_box_edit a {
	color: #000;
	text-decoration: none;
}
p.m_box_edit a:hover {
	color: #f00;
	text-decoration: none;
}
#interest_text {
	margin: 7px;
	color: #900;
}
#interest_text a {
	color: #900;
	text-decoration: none;
}
#interest_text a:hover {
	color: #009;
	text-decoration: none;
}
#edit_main_mask {
	position: fixed;
	z-index: 80;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	filter: alpha(opacity=80);
	opacity:  0.8;
	-moz-opacity: 0.8;
	display: none;
}
#edit_main {
	position: fixed;
	text-align: center;
	z-index: 100;
	width: 600px;
	height: 400px;
	margin: 20px 0 0 200px;
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid #0043ca;
	display: none;
}
td.selectitem a{
	height: 20px;
	padding: 2px 18px;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background-color: #aeb0ff;
	border-right: 1px solid #330099;
	border-left: 1px solid #330099;
}
td.menuitem {
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #330099;
}
td.menuitem a {
	height: 20px;
	padding: 2px 18px;
	color: #330099;
	text-decoration: none;
	border-right: 1px solid #330099;
	border-left: 1px solid #330099;
}
td.menuitem a:hover {
	background-color: #aeb0ff;
}
div.content{
	background-color: #fff;
	height:auto;
	width:750px;
	margin: 0 auto;
	padding:20px;
	border: 1px solid #aaa;
}
div.column {
	float: left;
	height: 20px;
	padding-top: 5px;
	background-color: transparent;
}
div.myline {
	clear: both;
	height: 25px;
}
td.infocel {
	text-align: center;
	width: 100%;
	color: #004684;
	background-color: #EEEEEE;
	border: 1px solid #004684;
	font: 9pt verdana, sans-serif;
}