body {
    font-size: 12px;
    font-family: Verdana, Helvetica;
    margin: 0px;
    background-image: url("background.gif");
	color: #000;
}
#container {
    position: absolute;
	top: 15px;
	left: 50px;
	bottom: 15px;
	right: 50px;
}
#pagetop {
    position: absolute;
    top: 0px;
    left: 50px;
    right: 50px;
    height: 30px;
    text-align: right;
}
#header {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100px;
    background: #fff;
    border-left: 1px solid black;
    border-top: 1px solid black;
    border-right: 1px solid black;
}
#header_item_l {
    position: absolute;
}
#header_item_r {
    position: absolute;
    right: 0px;
	margin-right: 10px;
	line-height: 15px;
	text-align: right;
}
#menu {
    position: absolute;
    top: 101px;
    left: 0px;
    right: 0px;
/*    height: 30px; */
    height: 60px;
    text-align: center;
    background: url("menu_bg.jpg");
    border-left: 1px solid black;
    border-right: 1px solid black;
}
.menu_item {
    position: relative;
    height: 23px;
    line-height: 24px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
	cursor: pointer;
	background: #c5d6fa;
	margin-top: 5px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	color: #2255ca;
	font-weight: bold;
}
.menu_item_select {
    position: relative;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
	cursor: pointer;
	background: #ffffff;
	margin-top: 5px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	color: #000000;
	font-weight: bold;
}
#submenu {
    position: absolute;
    top: 131px;
    bottom: 0px;
    left: 0px;
    width: 150px;
    text-align: center;
    overflow: auto;
    background: #ffffff;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
}
.submenu_item {
    position: relative;
    height: 30px;
    line-height: 30px;
	cursor: pointer;
    background: #ffffff;
	color: #2255ca;
	font-weight: bold;
	border-bottom: 1px solid black;
}
.submenu_item_select {
    position: relative;
    height: 30px;
    line-height: 30px;
	cursor: pointer;
	color: #000000;
	background: #c5d6fa;
	font-weight: bold;
	border-bottom: 1px solid black;
}
#content {
    position: absolute;
    top: 131px;
    bottom: 0px;
    left: 151px;
    right: 211px;
    overflow: auto;
    padding: 10px;
    background: #fff;
    z-index: 1;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}
#extra {
    position: absolute;
    top: 131px;
    bottom: 0px;
    right: 0px;
    width: 210px;
    overflow: auto;
    background: #fff;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}
.extra_item {
    position: relative;
    margin-bottom: 3px;
    padding: 10px;
}
#footer {
    position: absolute;
    bottom: 0px;
    height: 15px;
    line-height: 15px;
    left: 0px;
    right: 0px;
	color: #ceccd1;
    text-align: center;
}
#footer_l {
    position: relative;
	top: 0px;
    left: 0px;
    width: 300px;
    text-align: left;
}
#footer_c {
    position: absolute;
	top: 0px;
	left: 300px;
    right: 300px;
    text-align: center;
}
#footer_r {
    position: absolute;
	top: 0px;
	right: 0px;
    width: 300px;
    text-align: right;
}

.tablist {
 border-spacing: 2px 0px;
}

.tab {
 padding: 5px 10px;
 border-top: 1px solid black;
 border-left: 1px solid black;
 border-right: 1px solid black;
 background: #dfe6ef;
 color: #000000;
 cursor: pointer;
 white-space: nowrap;
}

.tab_sel {
 padding: 5px 10px;
 border-top: 1px solid black;
 border-left: 1px solid black;
 border-right: 1px solid black;
 background: #cccccc;
 color: #000000;
 cursor: pointer;
 white-space: nowrap;
}

.form {
 border: 1px solid #009ad9;
 background: #eee;
 padding: 0px 10px;
 margin-right: 5px;
 margin-bottom: 5px;
}
.form_title {
 position: relative;
 line-height: 30px;
 font-size: 16px;
 font-weight: bold;
}
.form_footer {
 position: relative;
 font-size: 10px;
 padding: 15px 0px;
 line-height: 20px;
}
.form_item {
 position: relative;
 line-height: 15px;
 margin-top: 5px;
}
.form_value {
 position: relative;
 line-height: 20px;
}
.form_textarea {
 width: 98%;
 height: 100px;
}
.form_textbox{
 width: 98%;
}
.form_checkbox{
}
.form_radiobox{
}
.form_selectbox{
}
.form_button {
 border: 1px solid #009ad9;
 background: #009ad9;
 height: 25px;
 color: #fff;
}

/* Table Layout */
.items {
	width: 100%;
	border: #2255ca 1px solid;
	padding: 0px;
	border-spacing: 2px;
	margin-bottom: 10px;
}
.item_head {
	height: 35px;
	background: #dddddd;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.item {
	height: 50px;
	background: #eeeeee;
	color: #000000;
	text-align: center;
}
.item_foot {
	height: 35px;
	background: #e8e8e8;
	color: #000000;
	text-align: center;
}

.item_l				{height: 20px; background: #2255ca; color: #ffffff; text-align: left;}
.item_c				{height: 20px; background: #2255ca; color: #ffffff; text-align: center;}
.item_r				{height: 20px; background: #2255ca; color: #ffffff; text-align: right;}
.value_l			{height: 20px; background: #eeeeee; color: #000000; text-align: left;}
.value_c			{height: 20px; background: #eeeeee; color: #000000; text-align: center;}
.value_r			{height: 20px; background: #eeeeee; color: #000000; text-align: right;}

.textbox			{font-family: Verdana,Helvetica; font-size: 11px; background-color: #ffffff; color: #000000; border: #2255ca 1px solid;}
.button				{font-family: Verdana,Helvetica; font-size: 11px; background-color: #2255ca; color: #ffffff; border: #ffffff 1px solid;padding: 5px;}
.file				{font-family: Verdana,Helvetica; font-size: 11px; background-color: #ffffff; color: #000000; border: #2255ca 1px solid;}
.selectbox			{font-family: Verdana,Helvetica; font-size: 11px; background-color: #ffffff; color: #000000; border: #000000 1px solid;}
.dropdown			{font-family: Verdana,Helvetica; font-size: 11px; background-color: #ffffff; color: #000000; border: #000000 1px solid;}

img {
	border: 0;
}

A:link				{background: none; color: #2255ca; text-decoration: none; font-weight: bold;}
A:active			{background: none; color: #2255ca; text-decoration: none; font-weight: bold;}
A:visited			{background: none; color: #2255ca; text-decoration: none; font-weight: bold;}
A:hover				{background: none; color: #000000; text-decoration: none; font-weight: bold;}
