/* DEFAULT SETTING */

body {
	color: #717072;
	font-weight: normal;
	font-family: verdana;
	font-size: 11px;
	line-height: 120%;
	background: url(../images/page-bg.png) repeat-x #E3E3D9;
}

.fl { 
	width: auto;
	float: left;
}

.fr {
	width: auto;
	float: right;
}

.clr {
	clear: both;
}

a:link, a:visited {
	color: #468CB2;
	text-decoration: underline;
}

.hand {
	cursor: pointer;
	cursor: hand;
}

/* LOGIN */

.login-form { width: 285px; display: none; margin: 10% auto 0px auto; }

.login-box {
	width: 285px; 
	background: #F8F8F6; 
	border: 1px solid #D0D1C3; 
	padding: 15px 0px 5px 0px;
	font-weight: bold;
	margin: 5px 0px 15px 10px;
}

.login-row { width: 165px; margin-bottom: 10px; }
.login-label { width: 165px; text-align: left; margin-bottom: 3px; }


/*  MENU  */

.menu {
	margin-right: 10px;
	color: #61CAE8;
	font-weight: bold;
}

.menu a:link, .menu a:visited {
	color: #61CAE8;
	text-decoration: none;
}

.menu a:hover {
	text-decoration: underline;
}


/* LAYOUT */

.page {
	width: 700px;
	margin: 10px auto 10px auto;
} 

.header {
	/*width: 100%;*/
	margin: 0px 0px 15px 0px;
}

.footer {
	padding: 10px;
	color: #717072;
}

.logo {
	width: 285px;
	height: 80px;
	margin-left: 10px;
	float: left;
	background: url(../images/logo.png) no-repeat;
}


.body {}

.body-top {
	width: 700px;
	height: 7px;
	background: url(../images/body-top.png) no-repeat;
	overflow: hidden;
}

.body-mid {
	width: 658px;
	padding: 0px 20px;
	border-left: 1px solid #D0D1C3; 
	border-right: 1px solid #D0D1C3; 
	background: #F8F8F6;
	overflow: hidden;
}

.body-bot {
	width: 700px;
	height: 7px;
	background: url(../images/body-bot.png) no-repeat;
}


/* SEARCHBOX */

.searchBox {
	width: 100%;
	margin: 0px 0px 15px 0px;
	/*overflow: hidden;*/
}

.searchBox-bodyL {
	background: #F8F8F6;
	float: left;
	padding-left: 10px;
}

.searchBox-bodyR {
	width: 82px;
	padding-left: 10px;
	padding-top: 10px;
	background: #F2F1EC;
	/*border-left: 1px dotted #D0D1C3; */
	float: right;
}

.searchBox-top {
	width: 700px;
	height: 7px;
	background: url(../images/search-top.png) no-repeat;
	overflow: hidden;
}

.searchBox-mid {
	width: 698px;
	/*padding: 0px 0px 5px 0px;*/
	border-left: 1px solid #D0D1C3; 
	border-right: 1px solid #AAAA92; 
	background: url(../images/search-bg1.png) repeat-y #F8F8F6;
}

.searchBox-bot {
	width: 700px;
	height: 7px;
	background: url(../images/search-bot.png) no-repeat;
}

.searchBox-ico {
	width: 85px;
	height: 30px;
	background: url(../images/search-ico.png) no-repeat;
}


/* FORM / INPUT  -  STYLE */

form {
	margin: 0px;
	padding: 0px;
}

/*ie 6*/
/*.input input {
	width: 155px;
	height: 16px;
	border: 0px;
	font-size: 12px;
	padding-top: 2px;
}*/

:focus {outline:none;}

.input input {
	width: 150px;
	height: 14px;
	margin: 2px 5px 0px 5px;
	padding: 3px 0px 0px 0px;
	font-size: 11px;
	border: 0px;
	background: url(../images/bg.png) #fff;
}

.input {
	width: 165px;
	height: 24px;
	/*padding: 1px 5px;*/ /*ie6 0px 5px*/
	background: url(../images/input-bg.png) no-repeat;
}

.input-view {
	width: 165px;
	height: 24px;
}


.textarea textarea {
	width: 240px;
	height: 74px;
	margin: 2px 5px 0px 5px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	border: 0px;
	background: url(../images/bg.png) #fff;
}

.textarea {
	width: 250px;
	height: 80px;
	/*padding: 1px 5px;*/ /*ie6 0px 5px*/
	background: url(../images/textarea-bg.png) no-repeat;
}


.formCell0 {
	float: left;
}

.formCell {
	margin-right: 10px;
	float: left;
}

.formCell2 {
	margin-right: 20px;
	float: left;
}

.formRow {
	margin-bottom: 5px;
}

.formRow label {
	font-weight: bold;
}

.lineH {
	font-size: 1px;
	height: 1px;
	border-top: 1px solid #E6E6DC;
}

.button-box {
	width: auto;
	padding: 10px 10px 5px 10px;
	float: right;
}

.button-box div {
	margin-left: 15px;
}

.button {
	width: 72px;
	height: 24px;
	float: left;
	cursor:pointer;
	cursor:hand;
}

.button-nfl {
	width: 72px;
	height: 24px;
	cursor:pointer;
	cursor:hand;
}

.button-search {
	background: url(../images/button-search.png) no-repeat;
}

.button-addnew {
	background: url(../images/button-addnew.png) no-repeat;
}

.button-delete {
	background: url(../images/button-delete.png) no-repeat;
}

.button-save {
	background: url(../images/button-save.png) no-repeat;
}

.button-apply {
	background: url(../images/button-apply.png) no-repeat;
}

.button-cancel {
	background: url(../images/button-cancel.png) no-repeat;
}

.button-close {
	background: url(../images/button-close.png) no-repeat;
}

.button-login {
	background: url(../images/button-login.png) no-repeat;
}


/*  RESULT  */

/* w:658 -10,-10 = 638*/

.resultRow {
	height: 55px;
	padding: 10px;
	border-top: 1px solid #E6E6DC;
	background: #F2F3EE;
	/*font-size: 11px;*/
}

.resultRow2 {
	height: 55px;
	padding: 10px;
	border-top: 1px solid #E6E6DC;
	/**font-size: 11px;*/
}

.resultImg {
	float: left;
}

.resultDetails {
	float: left;
	margin-left: 33px;
}

.resultDetails2 {
	width: 85%;
	float: left;
	margin-left: 33px;
}

.resultDetails a:link, .resultDetails a:visited,
.resultDetails2 a:link, .resultDetails2 a:visited {
	color: #61CAE8;
	text-decoration: underline;
}

.resultCell-1, .resultCell-2, .resultCell-3, .resultCell-4, .resultCell-5 {
	width: 105px;
	font-weight: bold;
	float: left;
}

.resultCell-5 {
	text-align: right;
	width: 120px;
}

.resultDesc {
	border-top: 1px solid #E6E6DC;
	margin-top: 2px;
	padding-top: 1px;
}

.resultDesc-label {
	width: 90px;
	font-weight: bold;
	float: left;
}

.resultDesc-d {
	width: 445px;
	height: 40px;
	float: left;
}


/*	DETAIL  */

.detail-title {
	font-size: 14px;
	font-weight: bold;
	/*padding: 5px;*/
	margin: 10px 0px;
}

.detail-link {
	color: #61CAE8;
	text-decoration: underline;
	cursor:pointer;
	cursor:hand;
}

.detailRow {
	padding: 5px 0px;
}

.detailRow-label {
	width: 100px;
	text-align: left;
	font-weight: bold;
	margin-top: 5px;
	float: left;
}

.detailRow-view {
	width: 100px;
	text-align: left;
	font-weight: normal;
	margin-top: 5px;
}

.detailRow-view2 {
	width: 250px;
	text-align: left;
	font-weight: normal;
	margin-top: 5px;
	text-align: justify;
}

.detail-image {
	width: 280px;
	float: left;
	margin: 5px 0px 0px 20px;
	text-align: left;
	font-weight: bold;
}

.icon-box { margin: 0px 0px; }

.icon-delete {
	width: 10px;
	height: 10px;
	background: url(../images/icon-delete.png) no-repeat;
}

.icon-view {
	width: 10px;
	height: 10px;
	background: url(../images/icon-view.png) no-repeat;
}

/* NAV */

.nav-box {
	float: right;
}

.nav-box div{
	margin: 0 2px;
}

.nav-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
.nav-icon { width: 14px; height: 15px; background: url(../images/nav.png); }

.nav-first1 { background-position: 0 0; }
.nav-first0 { background-position: 0 -16px; }
.nav-back1 { background-position: -15px 0; }
.nav-back0 { background-position: -15px -16px; }

.nav-last1 { background-position: -30px 0; }
.nav-last0 { background-position: -30px -16px; }
.nav-next1 { background-position: -45px 0; }
.nav-next0 { background-position: -45px -16px; }