
/*********************************************** system  **************************************************/

.pnlMenu{
	background-image: url(systoolbar_bg.png);
    background-repeat: repeat-x;
	width: 95%;
	height: 47px;
	padding-bottom: 15px;
	padding-top: 5px;
	padding-left: 6px;
	padding-right: 6px;
}

.idv_menu_btn{
	background-image: url(systoolbar_btn_bg.png);
	background-position: top;
	display: block;
	width: 78px;
	height: 25px;
	color: #ffffff;
	font-family: Tahoma;
	font-weight: bold;
	text-align: center;
	border: 0 none;
	float: left;
}

.idv_menu_btn_right{
	float: right;
}

input.idv_menu_btn{
	padding-bottom: 5px;
	font-size: 11px;
}

a.idv_menu_btn{
	padding-top: 5px;
	height: 20px;
}


.idv_menu_btn:hover{
	background-position: bottom;
	text-decoration: none;
}


.pager{
 	text-align: center;
}

.validation_box{
	display: block;
	background-color: #ffeaea;
	border: 1px solid #ff8989;
	color: #ff0000;
	padding: 10px;
	margin-bottom: 10px;
}

.validation_box ul{
	margin-left: 20px;
	list-style-type: disc;
}

.validation_failed{
	background-color: #ffeaea;
	border: 1px solid #ff8989;
}


/*********************************************** table ************************************************/

.cnt_table{
	width: 100%;
	line-height: 15px;
}

.cnt_table .tbl_hdr{
	background-color: #bedc6c;
	font-weight: bold;
	color: #ffffff;
}

.cnt_table .row_even{
	background-color: #eff9d5;
}

.cnt_table .row_odd{

}



/*********************************************** frame ************************************************/

.cnt_frame{
	list-style-type: none;
	width: 100%;
	margin-bottom: 15px;
}

.cnt_frame>li{
	line-height: 30px;
	min-height: 30px;
	clear: both;
	width: 100%;
	display: block;
	background-image: url(cnt_dot_spacer.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

.cnt_frame .header{
	display: block;
	clear: both;
	width: 100%;
	background-color: #f9fcf1;
	font-weight: bold;
	text-indent: 7px;
	border: 1px solid #e7f2c9;
	background-image: none;
	line-height: 25px;
	margin-bottom: 2px;
	min-height: 25px;
}

.cnt_frame li .label {
	display:block;
	float:left;
	font-weight:bold;
	width:100px;
	text-indent: 15px;
	padding-right: 10px;
}

.cnt_frame li>input, .cnt_frame li>textarea, .cnt_frame li>select{
	margin-top: 4px;
	margin-bottom: 4px;
    width: 400px;
    orphans: inherit;
}

.cnt_frame li input.numeric{
    width: 100px;
    text-align: right;
}

.cnt_frame li input.date{
    width: 150px;
}

.cnt_frame li>select{
    width: 200px;
    orphans:inherit;
}

.cnt_frame li input[type="checkbox"] {
    width: 10px;
}

.cnt_frame li input[type="radio"] {
    width: 20px;
}

.cnt_frame .frm_content{
	width: 100%;
	border: 1px solid #f2f1f1;
	margin-bottom: 15px;
}

.cnt_frame .frm_content p{
	margin: 10px;
}



/********************************************** login box ***************************************/

.login_box{
	background-image: url(cnt_login_bg.png);
	width: 284px;
	height: 97px;
	padding: 0px 5px;
}

.login_box h4{
	line-height: 16px;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	text-indent: 30px;
	margin-bottom: 10px;
	margin-left: -5px;
}

.login_input{
	background-image: url(cnt_login_input.png);
	border: 0px;
	width: 177px;
	height: 17px;
	font-size: 11px;
	font-family: Tahoma;
	line-height: 21px;
	text-indent: 4px;
	padding-top: 4px;
}

.login_button{
	margin-top: 15px;
	background-image: url(cnt_login_button.png);
	border: 0px;
	width: 56px;
	height: 21px;
	color: #ffffff;
	cursor: pointer;
}

.login_box a{
	color: #a7cf38;
	line-height: 20px;
	margin-left: 10px;
	font-size: 10px;
}

.login_box a:hover{
	text-decoration: underline;
}




