*
{
	margin: 0px;
	padding: 0px;
}
html, body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 1.5em;
	height: 100%;
	background: #FFFFFF url(/img/neuplex/background.jpg) top left repeat-x;
}
body
{
	overflow-y: none; !important
	overflow-y: scroll;
}
img
{
	border: 0px;
}
ul, ol
{
	list-style-position: inside;
}
li
{
	line-height: 2em;
}
h1
{
	font-size: 18px;
	line-height: 2em;
}

#page_frame
{
	width: 1000px;
	height: 100%;
	background: #FFFFFF url(/img/neuplex/page_background.jpg) top left repeat-y;
	margin: 0px auto 0px auto;
}
#page_dummy
{
	float: left;
	width: 0px;
	height: 100%;
	margin: -50px 0px 0px 0px;
}
#page
{
	float: left;
	width: 100%;
	background: #FFFFFF url(/img/neuplex/page_background.jpg) top left repeat-y;
}
#page_header
{
	background: url(/img/neuplex/page_header.jpg) top left no-repeat;
	height: 100px;
	width: 990px;
	margin: 5px;
}
#page_header ul, #page_header li
{
	list-style: none;
}
#page_header li
{
	float: left;
	font-size: 12px;
	color: #FFFFFF;
	padding: 5px 10px 5px 10px;
}
#page_header a, #page_header a:link, #page_header a:active, #page_header a:visited, #page_header a:hover
{
	color: #FFFFFF;
}
#page_menu
{
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#page_menu ul, #page_menu li
{
	list-style: none;
}
#page_menu li
{
	float: left;
	padding: 5px 10px 5px 10px;
}
#page_body
{
	clear: both;
	padding: 5px;
	background: #FFFFFF url(/img/neuplex/page_background.jpg) top left repeat-y;
}
#page_footer
{
	float: left;
	clear: both;
	width: 100%;
	height: 50px;
	font-size: 11px;
	border-top: solid 1px #006699;
	background: #FFFFFF url(/img/neuplex/page_background.jpg) top left repeat-y;
}

#page_menu .menu_item
{
	cursor: pointer;	
	color: #003366;
}
#page_menu .menu_item a, #page_menu .menu_item a:link, #page_menu .menu_item a:active, #page_menu .menu_item a:visited, #page_menu .menu_item a:hover
{
	color: #003366;
	text-decoration: none;
}
#page_menu .menu_item_mosueover
{
	color: #FFFFFF;
	background: #0066FF url(/img/neuplex/menu_item_mouseover_background.jpg) top left repeat-x;
}
#page_menu .menu_item_mosueover a, #page_menu .menu_item_mosueover a:link, #page_menu .menu_item_mosueover a:active, #page_menu .menu_item_mosueover a:visited, #page_menu .menu_item_mosueover a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
#page_menu .menu_line_break
{
	border-right: dotted 1px #CCCCCC;
}

.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.clear_both
{
	clear: both;
}

.text_larger
{
	font-size: 120%;
}
.text_smaller
{
	font-size: 90%;
}
.text_align_left
{
	text-align: left;
}
.text_align_right
{
	text-align: right;
}
.text_align_center
{
	text-align: center;
}
.text_bold
{
	font-weight: bold;
}
.text_italic
{
	font-style: italic;
}
.text_line_through
{
	text-decoration: line-through;
}

.text_red
{
	color: #FF0000;
}


.width_5
{
	width: 5%;
}
.width_10
{
	width: 10%;
}
.width_15
{
	width: 15%;
}
.width_20
{
	width: 20%;
}
.width_25
{
	width: 25%;
}
.width_30
{
	width: 30%;
}
.width_35
{
	width: 35%;
}
.width_40
{
	width: 40%;
}
.width_45
{
	width: 45%;
}
.width_50
{
	width: 50%;
}
.width_55
{
	width: 55%;
}
.width_60
{
	width: 60%;
}
.width_65
{
	width: 65%;
}
.width_70
{
	width: 70%;
}
.width_75
{
	width: 75%;
}
.width_80
{
	width: 80%;
}
.width_85
{
	width: 85%;
}
.width_90
{
	width: 90%;
}
.width_95
{
	width: 95%;
}
.width_100
{
	width: 100%;
}

.theme_color
{
	color: #003366;
}
.theme_color_2
{
	color: #006699;
}
.view
{
	padding: 5px;
}
.sink_bottom
{
	height: 100%;
}
.enclose_view
{
	border: dotted 1px #006699;
	padding: 5px 10px 5px 10px;
	color: #333333;
}
