body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}
button{
    background-color: #D3D3D3;
    border: 1px solid #CFC9CC;
    height: 23px;
}
table{
	font-size: 12px;
}
input[type='submit'],input[type="button"]{
    background-color: #E9F2F6;
    border: 1px solid #CFC9CC;
    height: 23px;
}
input[type='text']{
    -moz-border-radius: 3px 3px 3px 3px;
    border: 1px solid #C5C5C5;
    font-family: Arial,Helvetica,sans-serif;
    padding-left: 2px;
    vertical-align: middle;
}
a:link {
    color: #000;
    text-decoration: none;
}
a:visited {color: #000;TEXT-DECORATION: none};


.fieldset {
	margin-top:20px;
    border: 2px solid #F6EFF3;
}
.legend {
    color: #000000;
}

.crud_modify_table{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E1E1E1;
    border-collapse: collapse;
    color: #444444;
    height: 25px;
    margin-bottom:8px;
    margin-top:10px;
    overflow:hidden;
    width:99%;
}
.crud_modify_table .textfield{
	background: none repeat scroll 0 0 #EFEFEF;
    height: 26px;
}
.crud_modify_table td{
 	border: 1px solid #F6EFF3;
    height: 24px;
    padding: 2px 10px;
    text-align: left;
}

.input_table{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E1E1E1;
    border-collapse: collapse;
    color: #444444;
    height: 25px;
    margin-bottom: 8px;
    margin-top: 10px;
    overflow: auto;
    width: 99%;
    word-break:break-all;
}
.input_table .textfield {
    background: none repeat scroll 0 0 #E8F5F7;
    border-color: #C3E6EA;
    border-style: solid;
    height: 28px;
    line-height: 1.5;
    text-align: left;
    width:15%;
}

.input_table td {
    border: 1px solid #C3E6EA;
    /*height: 24px;*/
    word-wrap : break-word ;
    padding: 2px 10px;
    text-align: left;
}

.input_table_treeshow{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E1E1E1;
    border-collapse: collapse;
    color: #444444;
    height: 25px;
    margin-bottom: 8px;
    margin-top: 10px;
    overflow: auto;
    width: 99%;
}
.input_table_treeshow .textfield {
    background: none repeat scroll 0 0 #E8F5F7;
    border-color: #C3E6EA;
    border-style: solid;
    height: 28px;
    line-height: 1.5;
    text-align: left;
}
.input_table th {
    border: 1px solid #C3E6EA;
    /*height: 24px;*/
    word-wrap : break-word ;
    padding: 2px 10px;
    text-align: center;
}

#box{width:500px;font-size:12px;width:100%}
#box ul{margin:0;padding:0;list-style:none}
#box #tab{height:25px;padding-left:10px;border-bottom:1px solid #AACBEE;text-valign:center;}
#box #tab li{width:80px;height:18px;padding-top:7px;margin-right:10px;text-align:center;float:left;background:#c3e6ea;cursor:pointer}
#box #tab li.on{width:78px;height:19px;padding-top:5px;border:1px solid #AACBEE;border-bottom:none;color:#00f;background:#ffffff;position:relative;top:1px}
#box #tab_con{border:1px #AACBEE;border-top:none;padding:10px}
#box #tab_con li{display:none}
#box #tab_con #tab_con_1{display:block}





