html {
	margin:0%;
	padding:0%;
	width:100%;
	height:100%;
	background: #fff url('/img/novator/background-top.jpg') left top repeat-x;
}

body {
	margin:0%;
	padding:0%;
	width:100%;
	height:100%;

	font-family: verdana;
	font-size:12px;
	color:#555555;
}

.menu_default {
	font-family: verdana;
	font-size:18px;
	color:#155989;
}

.menu_selected {
	font-family: verdana;
	font-size:18px;
	color:#9ca50e;
}

.sub_text {
	font-family: verdana;
	font-size:11px;
	color:#929292;
}

.title {
	font-family: verdana;
	font-size:24px;
	color:#dadada;
}

a {
	color: #2e78b8;
	font-family: verdana;
	font-size:14px;
}

a:hover {
	color: #1d507b;
	font-family: verdana;
	font-size:14px;
}

.item_title {
	color: #155989;
	font-family: verdana;
	font-size:14px;
}

.item_wrap1 {
	float:left;
	width: 260px;
	height: 101px;
	background: url('/img/novator/item_back1.gif') left top no-repeat;
	padding-left: 10px;
}

.item_wrap2 {
	float:left;
	width: 280px;
	height: 101px;
	background: url('/img/novator/item_back2.gif') left top no-repeat;
	padding-left: 10px;
}

input, textarea {
	border:1px solid gray;
}


/* This is where you can customize the appearance of the tooltip */
#tipDiv {
	position:absolute;
	visibility:hidden;
	left:0;
	top:0;
	z-index:2000;
	background-color:#fff;
	border:1px solid #D5D5D5;
	width:404px; padding:6px;
	color:#000;
	font-size:11px;
	line-height:1.3;
}
/* These are used in the wrapTipContent function */
#tip_img {
	text-align:left;
}

#tip_txt {
	text-align:left;
}

