﻿/*********************************************************
// 此皮肤为默认皮肤，不建议直接修改此文件
// 如果要建立自己的皮肤，建议新建一个css皮肤文档
*********************************************************/



/*********************************************************
// RButton
*********************************************************/
.RButton_skin1{
    min-width:75px;
    height:22px;
    margin-right:5px;
    cursor:pointer;
    border-radius:4px;
    background:#f0f0f0;
    border:1px solid #d0d0d0;
    padding:0 5px;
}
.RButton_hot_skin1{
    background:#d8d8d8;
}
.RButton_down_skin1{
    
}
.RButton_disabled_skin1{
    color:#808080;
    background:#d8d8d8;
}



/*********************************************************
// RSelect
*********************************************************/
.RSelect_skin1 {
    position: relative;
    width: 256px;
    /* min-width: 150px; */
    /* max-width: 256px; */
    padding-right: 5px;
    height: 26px;
    border: 1px solid #d0d0d0;
    background: white;
    cursor: default;
    border-radius: 4px;
    text-align: left;
    text-indent: 0px;
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    box-sizing: content-box;
}
.RSelect_must_skin1{
    background:#faf6df;
}
.RSelect_hot_skin1{
    border:1px solid #3e6a8d;
}
.RSelect_error_skin1{
    background-color:#fee6e6;
}
.RSelect_disabled_skin1{
    color:#808080;
    background:#d8d8d8;
}
.RSelectText_skin1{
    position:absolute;
    top:0px;
    left:0px;
    right:28px;
    bottom:0px;
    height:24px;
    line-height:24px;
    word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
    text-indent:3px;
}
.RSelectBtn_skin1{
    position:absolute;
    top:0px;
    right:0px;
    width:28px;
    height:24px;
    line-height:24px;
    text-align:center;
    font-size:20px;
    font-weight:bold;
    background-image:url(RSelectBtn.png);
    background-repeat:no-repeat;
    background-position:0 -2px;
}
.RSelectBtn_hot_skin1{
    background-image:url(RSelectBtn.png);
    background-position:-28px -2px;
}
.RSelectCon_skin1{
    position:absolute;
    top:0px;
    left:0px;
    width:1px;
    height:1px;
    z-index:9999;
}
.RSelectOffsetCon_skin1{
    position:relative;
    top:0px;
    left:0px;
    width:100px;
    max-height:155px;
    background:white;
    border:1px solid #3e6a8d;
    overflow-x:hidden;
    overflow-y:scroll;
    box-shadow: 0px 0px 12px gray;
	-moz-box-shadow: 0px 0px 12px gray;
	-webkit-box-shadow: 0px 0px 12px gray;
	filter:progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='gray');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='gray')";
}
.ROptionCon_skin1{
    display:none;
}
.ROption_skin1{
    width:100%;
    height:24px;
    max-width:800px;
    line-height:24px;
    border-bottom:1px dashed #f0f0f0;
    word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
    text-indent:3px;
    cursor:default;
}
.ROption_hot_skin1{
    background:#d0eaf8;
}
.ROption_selected_skin1{
    background:#b6e0f7;
}



/*********************************************************
// RInputText
*********************************************************/
.RInputText_skin1{
    width:250px;
    height:24px;
    border:1px solid #d0d0d0;
    border-radius:4px;
    padding:0 3px;
    text-indent:0px;
}
.RInputText_must_skin1{
    background:#faf6df;
}
.RInputText_hot_skin1{
    border:1px solid #3e6a8d;
}
.RInputText_error_skin1{
    background:#fee6e6;
}
.RInputText_disabled_skin1{
    color:#808080;
    background:#d8d8d8;
}



/*********************************************************
// RTextarea
*********************************************************/
.RTextarea_skin1{
    width:250px;
    height:100px;
    line-height:20px;
    border:1px solid #d0d0d0;
    padding:0 3px;
    text-indent:0px;
}
.RTextarea_must_skin1{
    background:#faf6df;
}
.RTextarea_hot_skin1{
    border:1px solid #3e6a8d;
}
.RTextarea_error_skin1{
    background:#fee6e6;
}
.RTextarea_disabled_skin1{
    color:#808080;
    background:#d8d8d8;
}



/*********************************************************
// RInputRadio
*********************************************************/
.RInputRadio_skin1{
    margin:0 3px;
    cursor:default;
    vertical-align:middle;
    display:inline-block;
    *display:inline;
    *zoom:1;
}
.RInputRadio_disabled_skin1{
    color:#808080;
}
.RInputRadioIcon_skin1{
    display:inline-block;
    *display:inline;
    *zoom:1;
    width:16px;
    height:16px;
    margin-top:5px;
    margin-right:3px;
    vertical-align:top;
    background-image:url(RInputRadio.png);
    background-repeat:no-repeat;
    background-position:0px 0px;
}
.RInputRadioIcon_checked_skin1{
    background-position:0px -16px;
}
.RInputRadioIcon_hot_skin1{
    background-position:-16px 0px;
}
.RInputRadioIcon_checked_hot_skin1{
    background-position:-16px -16px;
}
.RInputRadioIcon_down_skin1{
    background-position:-32px 0px;
}
.RInputRadioIcon_checked_down_skin1{
    background-position:-32px -16px;
}
.RInputRadioIcon_disabled_skin1{
    background-position:-48px 0px;
}
.RInputRadioIcon_checked_disabled_skin1{
    background-position:-48px -16px;
}
.RInputRadioText_skin1{
    line-height:26px;
}



/*********************************************************
// RInputCheckbox
*********************************************************/
.RInputCheckbox_skin1{
    margin:0 3px;
    cursor:default;
    vertical-align:middle;
    display:inline-block;
    *display:inline;
    *zoom:1;
}
.RInputCheckbox_disabled_skin1{
    color:#808080;
}
.RInputCheckboxIcon_skin1{
    display:inline-block;
    *display:inline;
    *zoom:1;
    width:16px;
    height:16px;
    margin-top:5px;
    margin-right:3px;
    vertical-align:top;
    background-image:url(RInputCheckbox.png);
    background-repeat:no-repeat;
    background-position:0px 0px;
}
.RInputCheckboxIcon_checked_skin1{
    background-position:0px -16px;
}
.RInputCheckboxIcon_hot_skin1{
    background-position:-16px 0px;
}
.RInputCheckboxIcon_checked_hot_skin1{
    background-position:-16px -16px;
}
.RInputCheckboxIcon_down_skin1{
    background-position:-32px 0px;
}
.RInputCheckboxIcon_checked_down_skin1{
    background-position:-32px -16px;
}
/*.RInputCheckboxIcon_disabled_skin1{
    background-position:0px 0px;
}
.RInputCheckboxIcon_checked_disabled_skin1{
    background-position:0px -16px;
}*/
.RInputCheckboxIcon_disabled_skin1 {
    background-position: -48px 0px;
}

.RInputCheckboxIcon_checked_disabled_skin1 {
    background-position: -48px -16px;
}
.RInputCheckboxText_skin1{
    line-height:26px;
}



/*********************************************************
// RInputRadioGroup
*********************************************************/
.RInputRadioGroup_skin1{
    display:inline-block;
    *display:inline;
    *zoom:1;
    width:250px;
    white-space:normal;
    word-break:break-all;
    line-height:26px;
}
.RInputRadioGroup_must_skin1{
    background:#faf6df;
}
.RInputRadioGroup_error_skin1{
    background:#fee6e6;
}
.RInputRadioGroup_disabled_skin1{
    color:#808080;
    background:#d8d8d8;
}
.RInputRadioGroup .RControlType_RInputRadio_skin1{
    
}



/*********************************************************
// RInputCheckboxGroup
*********************************************************/
.RInputCheckboxGroup_skin1{
    display:inline-block;
    *display:inline;
    *zoom:1;
    width:250px;
    white-space:normal;
    word-break:break-all;
    line-height:26px;
}
.RInputCheckboxGroup_must_skin1{
    background:#faf6df;
}
.RInputCheckboxGroup_error_skin1{
    background:#fee6e6;
}
.RInputCheckboxGroup_disabled_skin1{
    color:#808080;
    background:#d8d8d8;
}
.RInputCheckboxGroup .RControlType_RInputCheckbox_skin1{
    
}