/*Telerik RadGrid CUSTOM MFDOffice2007s Skin*/

/*global*/  

.RadGrid_MFDOffice2007s
{
    border:1px solid #688caf;
    background:#fff;
    color:#333;
}

.RadGrid_MFDOffice2007s,
.RadGrid_MFDOffice2007s .rgMasterTable,
.RadGrid_MFDOffice2007s .rgDetailTable,
.RadGrid_MFDOffice2007s .rgGroupPanel table,
.RadGrid_MFDOffice2007s .rgCommandRow table,
.RadGrid_MFDOffice2007s .rgEditForm table,
.RadGrid_MFDOffice2007s .rgPager table,
.GridToolTip_MFDOffice2007s
{
/* TD
    font:12px/16px "segoe ui",arial,sans-serif;
*/
	font:11px tahoma,verdana,arial,sans-serif;
}

.RadGrid_MFDOffice2007s .rgMasterTable,
.RadGrid_MFDOffice2007s .rgDetailTable
{
    border-collapse:separate;
}

.RadGrid_MFDOffice2007s .rgRow,
.RadGrid_MFDOffice2007s .rgAltRow,
.RadGrid_MFDOffice2007s .rgHeader,
.RadGrid_MFDOffice2007s .rgResizeCol,
.RadGrid_MFDOffice2007s .rgPager,
.RadGrid_MFDOffice2007s .rgGroupPanel,
.RadGrid_MFDOffice2007s .rgGroupHeader
{
	cursor:default;
}

.RadGrid_MFDOffice2007s input[type="image"]
{
	cursor:pointer;
}

.RadGrid_MFDOffice2007s .rgRow td,
.RadGrid_MFDOffice2007s .rgAltRow td,
.RadGrid_MFDOffice2007s .rgEditRow td,
.RadGrid_MFDOffice2007s .rgFooter td,
.RadGrid_MFDOffice2007s .rgFilterRow td,
.RadGrid_MFDOffice2007s .rgHeader,
.RadGrid_MFDOffice2007s .rgResizeCol,
.RadGrid_MFDOffice2007s .rgGroupHeader td
{
/* TD
	padding-left:7px;
	padding-right:7px;
*/
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	padding-bottom:4px;
}

.RadGrid_MFDOffice2007s .rgClipCells .rgHeader,
.RadGrid_MFDOffice2007s .rgClipCells .rgRow>td,
.RadGrid_MFDOffice2007s .rgClipCells .rgAltRow>td
{
	overflow:hidden;
}

.RadGrid_MFDOffice2007s .rgHeader:first-child,
.RadGrid_MFDOffice2007s th.rgResizeCol:first-child,
.RadGrid_MFDOffice2007s .rgFilterRow>td:first-child,
.RadGrid_MFDOffice2007s .rgRow>td:first-child,
.RadGrid_MFDOffice2007s .rgAltRow>td:first-child
{
	border-left:0;
	padding-left:0px;
}

.RadGrid_MFDOffice2007s .rgAdd,
.RadGrid_MFDOffice2007s .rgRefresh,
.RadGrid_MFDOffice2007s .rgEdit,
.RadGrid_MFDOffice2007s .rgDel,
.RadGrid_MFDOffice2007s .rgFilter,
.RadGrid_MFDOffice2007s .rgPagePrev,
.RadGrid_MFDOffice2007s .rgPageNext,
.RadGrid_MFDOffice2007s .rgPageFirst,
.RadGrid_MFDOffice2007s .rgPageLast,
.RadGrid_MFDOffice2007s .rgExpand,
.RadGrid_MFDOffice2007s .rgCollapse,
.RadGrid_MFDOffice2007s .rgSortAsc,
.RadGrid_MFDOffice2007s .rgSortDesc,
.RadGrid_MFDOffice2007s .rgUpdate,
.RadGrid_MFDOffice2007s .rgCancel,
.RadGrid_MFDOffice2007s .rgUngroup
{
	width:16px;
	height:16px;
	border:0;
	margin:0;
	padding:0;
	background-color:transparent;
	background-image:url('Grid/sprite.gif');
	background-repeat:no-repeat;
	vertical-align:middle;
	font-size:1px;
	cursor:pointer;
}

.RadGrid_MFDOffice2007s .rgGroupItem input,
.RadGrid_MFDOffice2007s .rgCommandRow img,
.RadGrid_MFDOffice2007s .rgHeader input,
.RadGrid_MFDOffice2007s .rgFilterRow img,
.RadGrid_MFDOffice2007s .rgFilterRow input,
.RadGrid_MFDOffice2007s .rgPager img
{
	vertical-align:middle;
}

/*header*/

.RadGrid_MFDOffice2007s .rgHeaderDiv
{
	background:#d6e5f3 0 -8050px repeat-x url('Grid/sprite.gif');
}
.rgTwoLines .rgHeaderDiv
{
	background-position:0 -7550px;
}

.rgNoScrollImage .rgHeaderDiv
{
	background-image:none;
}

.RadGrid_MFDOffice2007s .rgHeader,
.RadGrid_MFDOffice2007s th.rgResizeCol
{
	border:solid #5d8cc9;
	border-width:0 0 1px 1px;
	padding-top:5px;
	padding-bottom:4px;
	background:0 -2300px repeat-x #c3d8f1 url('Grid/sprite.gif');
	text-align:left;
	font-weight:normal;
}

.RadGrid_MFDOffice2007s th.rgSorted
{
	border-bottom-color:#ff9b35;
	background-color:#ffca5e;
	background-position:0 -2600px;
}

.RadGrid_MFDOffice2007s .rgHeader,
.RadGrid_MFDOffice2007s .rgHeader a
{
    color:#00156e;
    text-decoration:none;
}

.RadGrid_MFDOffice2007s th.rgSorted,
.RadGrid_MFDOffice2007s th.rgSorted a
{
    color:#000;
}

.RadGrid_MFDOffice2007s .rgCheck
{
	height:15px;
	margin:0;
	padding:0;
}

/*rows*/

.RadGrid_MFDOffice2007s .rgRow td,
.RadGrid_MFDOffice2007s .rgAltRow td,
.RadGrid_MFDOffice2007s .rgEditRow td,
.RadGrid_MFDOffice2007s .rgFooter td
{
	border:1px solid;
	border-top:0;
	border-right:0;
/* TD
	padding-top:4px;
	padding-bottom:3px;
 */
	padding-top:0px;
	padding-bottom:0px;
}

.RadGrid_MFDOffice2007s .rgRow td,
.RadGrid_MFDOffice2007s .rgAltRow td
{
	border-color:#d0d7e5;
}

.RadGrid_MFDOffice2007s .rgRow .rgSorted,
.RadGrid_MFDOffice2007s .rgAltRow .rgSorted
{
	background-color:#f2f2f2;
}

.RadGrid_MFDOffice2007s .rgSelectedRow .rgSorted,
.RadGrid_MFDOffice2007s .rgActiveRow .rgSorted,
.RadGrid_MFDOffice2007s .rgHoveredRow .rgSorted,
.RadGrid_MFDOffice2007s .rgEditRow .rgSorted
{
	background-color:transparent;
}

.RadGrid_MFDOffice2007s .rgRow a,
.RadGrid_MFDOffice2007s .rgAltRow a,
.RadGrid_MFDOffice2007s .rgEditRow a,
.RadGrid_MFDOffice2007s .rgFooter a,
.RadGrid_MFDOffice2007s .rgEditForm a
{
	color:#00156e;
}

.RadGrid_MFDOffice2007s .rgSelectedRow
{
    background:#ffcb60 0 -3900px repeat-x url('Grid/sprite.gif');
}
*+html .RadGrid_MFDOffice2007s .rgSelectedRow .rgSorted{background-color:#ffcb60}
* html .RadGrid_MFDOffice2007s .rgSelectedRow .rgSorted{background-color:#ffcb60}

.RadGrid_MFDOffice2007s .rgActiveRow,
.RadGrid_MFDOffice2007s .rgHoveredRow
{
    background:#ecf4ff;
}
*+html .RadGrid_MFDOffice2007s .rgActiveRow .rgSorted,
*+html .RadGrid_MFDOffice2007s .rgHoveredRow .rgSorted{background-color:#ecf4ff}
* html .RadGrid_MFDOffice2007s .rgActiveRow .rgSorted,
* html .RadGrid_MFDOffice2007s .rgHoveredRow .rgSorted{background-color:#ecf4ff}

.RadGrid_MFDOffice2007s .rgEditRow
{
	background:#ffe5ad;
}
*+html .RadGrid_MFDOffice2007s .rgEditRow .rgSorted{background-color:#ffe5ad}
* html .RadGrid_MFDOffice2007s .rgEditRow .rgSorted{background-color:#ffe5ad}

.RadGrid_MFDOffice2007s .rgSelectedRow td,
.RadGrid_MFDOffice2007s .rgActiveRow td,
.RadGrid_MFDOffice2007s .rgHoveredRow td,
.RadGrid_MFDOffice2007s .rgEditRow td
{
/* TD
	border-left:0;
	padding-left:8px;
*/
	border-left:-1;    /* TD to prevent instable view on mouse over */
	padding-left:5px;  /* TD for Safari and Google Chrome */
	padding-left:4px;  /* TD for FireFox */
}

.RadGrid_MFDOffice2007s .rgSelectedRow td
{
	border-bottom-color:#ff9b35;
}

.RadGrid_MFDOffice2007s .rgActiveRow td,
.RadGrid_MFDOffice2007s .rgHoveredRow td,
.RadGrid_MFDOffice2007s .rgEditRow td
{
	border-bottom-color:#d0d7e5;
}

/*footer*/

.RadGrid_MFDOffice2007s .rgFooterDiv,
.RadGrid_MFDOffice2007s .rgFooter
{
	background:#9ab5db 0 -6500px repeat-x url('Grid/sprite.gif');
}

.RadGrid_MFDOffice2007s .rgFooter td
{
	border-width:1px 0;
	border-color:#567db0 #fff #fff;
	padding-left:8px;
/* TD added */
	padding-bottom:2px;
	padding-top:2px;
/* TD */
}

/*status*/

.RadGrid_MFDOffice2007s .rgPager .rgStatus
{
	width:35px;
	border:0;
	border-top:1px solid #5d8cc9;
	border-right:1px solid #9cb9dc;
	border-color:#5d8cc9 #9cb9dc;
	padding:3px;
}

.RadGrid_MFDOffice2007s .rgStatus div
{
	width:24px;
	height:24px;
	overflow:hidden;
	border:0;
	margin:0 auto;
	padding:0;
	background:transparent center center no-repeat url('Common/loading_small.gif');
	text-indent:-2222px;
}

/*pager*/

.RadGrid_MFDOffice2007s .rgPager
{
	background:#ecf3fc 0 -7000px repeat-x url('Grid/sprite.gif');
}

.RadGrid_MFDOffice2007s .rgPager td
{
	padding:0;
}

.RadGrid_MFDOffice2007s .rgPager .rgPagerCell
{
	border:0;
	border-top:1px solid #5d8cc9;
	border-left:1px solid #fff;
	padding:5px 0;
}

.RadGrid_MFDOffice2007s .rgWrap
{
	float:left;
	padding:0 10px;
	line-height:22px;
	white-space:nowrap;
}

.RadGrid_MFDOffice2007s .rgArrPart1
{
	padding-right:0;
}

.RadGrid_MFDOffice2007s .rgArrPart2
{
	padding-left:0;
}

.RadGrid_MFDOffice2007s .rgInfoPart
{
	float:right;
	color:#333;
}

.RadGrid_MFDOffice2007s .rgInfoPart strong
{
	font-weight:normal;
	color:#000;
}

.RadGrid_MFDOffice2007s .rgArrPart1 img,
.RadGrid_MFDOffice2007s .rgArrPart2 img
{
	margin:0 8px;
}

.RadGrid_MFDOffice2007s .rgPageFirst,
.RadGrid_MFDOffice2007s .rgPagePrev,
.RadGrid_MFDOffice2007s .rgPageNext,
.RadGrid_MFDOffice2007s .rgPageLast
{
	width:17px;
	height:22px;
	vertical-align:top;
}

.RadGrid_MFDOffice2007s .NextPrev .rgPageFirst,
.RadGrid_MFDOffice2007s .NextPrev .rgPagePrev,
.RadGrid_MFDOffice2007s .NextPrev .rgPageNext,
.RadGrid_MFDOffice2007s .NextPrev .rgPageLast
{
	vertical-align:middle;
}

.RadGrid_MFDOffice2007s .rgPageFirst
{
	margin:0 3px 0 0;
	background-position:0 -548px;
}
.RadGrid_MFDOffice2007s .rgPageFirst:hover
{
	background-position:0 -598px;
}
.RadGrid_MFDOffice2007s .rgPagePrev
{
	margin:0 3px 0 0;
	background-position:0 -698px;
}
.RadGrid_MFDOffice2007s .rgPagePrev:hover
{
	background-position:0 -748px;
}
.RadGrid_MFDOffice2007s .rgPageNext
{
	margin:0 0 0 3px;
	background-position:0 -848px;
}
.RadGrid_MFDOffice2007s .rgPageNext:hover
{
	background-position:0 -898px;
}
.RadGrid_MFDOffice2007s .rgPageLast
{
	margin:0 0 0 3px;
	background-position:0 -998px;
}
.RadGrid_MFDOffice2007s .rgPageLast:hover
{
	background-position:0 -1048px;
}

.RadGrid_MFDOffice2007s .rgPagerButton
{
	height:22px;
	border:1px solid #7793b9;
	margin:0 14px 0 0;
	padding:0 4px 2px;
	background:#e8f1fc repeat-x 0 -1550px url('Grid/sprite.gif');
	color:#00156e;
	font:12px/12px "segoe ui",arial,sans-serif;
	vertical-align:middle;
	cursor:pointer;
}

.RadGrid_MFDOffice2007s .rgNumPart
{
	padding:0;
}

.RadGrid_MFDOffice2007s .NumericPages .rgNumPart
{
	padding:0 10px;
}

.RadGrid_MFDOffice2007s .rgNumPart a:hover,
.RadGrid_MFDOffice2007s .rgNumPart a:hover span,
.RadGrid_MFDOffice2007s .rgNumPart a.rgCurrentPage,
.RadGrid_MFDOffice2007s .rgNumPart a.rgCurrentPage span
{
	background:no-repeat url('Grid/sprite.gif');
}

.RadGrid_MFDOffice2007s .rgNumPart a
{
	float:left;
	line-height:22px;
	margin:0;
	padding:0 5px 0 0;
	color:#00156e;
	text-decoration:none;
}

.RadGrid_MFDOffice2007s .rgNumPart span
{
	float:left;
	padding:0 0 0 5px;
}

.RadGrid_MFDOffice2007s .rgNumPart a:hover
{
	background-position:100% -1250px;
}

.RadGrid_MFDOffice2007s .rgNumPart a:hover span
{
	background-position:0 -1150px;
	cursor:pointer;
}

.RadGrid_MFDOffice2007s .rgNumPart a.rgCurrentPage,
.RadGrid_MFDOffice2007s .rgNumPart a.rgCurrentPage:hover
{
	background-position:100% -1450px;
	cursor:default;
}

.RadGrid_MFDOffice2007s .rgNumPart a.rgCurrentPage span,
.RadGrid_MFDOffice2007s .rgNumPart a.rgCurrentPage:hover span
{
	background-position:0 -1350px;
	cursor:default;
}

.RadGrid_MFDOffice2007s .NextPrevNumericAndAdvanced .rgAdvPart
{
	float:none;
	text-align:center;
}

.RadGrid_MFDOffice2007s .rgPager .RadSlider
{
	float:left;
	margin:0 10px 0 0;
}

.RadGrid_MFDOffice2007s .rgPager .rgPagerLabel,
.RadGrid_MFDOffice2007s .rgPager .RadComboBox,
.RadGrid_MFDOffice2007s .rgPager .RadInput_MFDOffice2007s
{
	margin:0 4px 0 0;
	vertical-align:middle;
}

*+html .RadGrid_MFDOffice2007s .rgPager .RadComboBox{margin-top:-1px;}
* html .RadGrid_MFDOffice2007s .rgPager .RadComboBox{margin-top:-1px;padding:1px 0;}

.RadGrid_MFDOffice2007s .rgPagerTextBox
{
	text-align:center;
}

/*sorting, reordering*/

.RadGrid_MFDOffice2007s .rgHeader .rgSortAsc
{
	background-position:3px -147px;
	height:10px;
}

.RadGrid_MFDOffice2007s .rgHeader .rgSortDesc
{
	background-position:3px -96px;
	height:10px;
}

.GridReorderTop_MFDOffice2007s,
.GridReorderBottom_MFDOffice2007s
{
	width:9px !important;
	height:9px !important;
	margin-left:-5px;
	background:0 0 no-repeat url('Grid/sprite.gif');
}

.GridReorderBottom_MFDOffice2007s
{
	background-position:0 -50px;
}

/*filtering*/

.RadGrid_MFDOffice2007s .rgFilterRow
{
	background:#d6e5f3;
}

.RadGrid_MFDOffice2007s .rgFilterRow td
{
    padding-top:5px;
    padding-bottom:6px;
    border:solid #9eb6ce;
    border-width:0 0 1px 1px;
}

.RadGrid_MFDOffice2007s .rgFilter
{
	width:22px;
	height:22px;
	margin:0 0 0 2px;
	background-position:0 -300px;
}

.RadGrid_MFDOffice2007s .rgFilter:hover
{
	background-position:0 -350px;
}

.RadGrid_MFDOffice2007s .rgFilterActive,
.RadGrid_MFDOffice2007s .rgFilterActive:hover
{
	background-position:0 -400px;
}

.RadGrid_MFDOffice2007s .rgFilterBox
{
	border:1px solid #abc1de;
	padding:2px 1px 3px;
	font:12px "segoe ui",arial,sans-serif;
	color:#000;
	vertical-align:middle;
}

/*grouping*/

.RadGrid_MFDOffice2007s .rgGroupPanel
{
	height:24px;
	border:0;
	border-bottom:1px solid #688caf;
	background:#ecf3fc;
}

.RadGrid_MFDOffice2007s .rgGroupPanel td
{
	border:0;
	padding:3px 4px;
	vertical-align:middle;
}

.RadGrid_MFDOffice2007s .rgGroupPanel td td
{
	padding:0;
}

.RadGrid_MFDOffice2007s .rgGroupPanel .rgSortAsc
{
	background-position:4px -144px;
}

.RadGrid_MFDOffice2007s .rgGroupPanel .rgSortDesc
{
	background-position:4px -94px;
}

.RadGrid_MFDOffice2007s .rgUngroup
{
	background-position:0 -7500px;
}

.RadGrid_MFDOffice2007s .rgGroupItem
{
	border:1px solid #4b78ca;
	padding:0 2px 1px 3px;
	background:#e6ebf5 0 -1900px repeat-x url('Grid/sprite.gif');
	color:#00156e;
	line-height:20px;
	font-weight:normal;
	vertical-align:middle;
}

.RadGrid_MFDOffice2007s .rgGroupHeader
{
    background:#d7e6f7;
    font-size:1.1em;
    line-height:21px;
	color:#567db0;
}

.RadGrid_MFDOffice2007s .rgGroupHeader td
{
	border-top:1px solid #fcfcfd;
	border-bottom:1px solid #6f92b3;
    padding:0 7px 0 8px;
}

.RadGrid_MFDOffice2007s td.rgGroupCol,
.RadGrid_MFDOffice2007s td.rgExpandCol
{
	background:#d7e6f7 none;
	border-color:#d7e6f7;
}

.RadGrid_MFDOffice2007s .rgGroupHeader .rgExpand
{
	background-position:5px -495px;
}

.RadGrid_MFDOffice2007s .rgGroupHeader .rgCollapse
{
	background-position:3px -93px;
}

.RadGrid_MFDOffice2007s .rgGroupHeader td p
{
    display:inline;
    margin:0;
    padding:0 10px;
}

.RadGrid_MFDOffice2007s .rgGroupHeader td div div
{
	top:-0.8em;
	padding:0 10px;
}

.RadGrid_MFDOffice2007s .rgGroupHeader td div div div
{
	top:0;
	padding:0;
	border:0;
}

/*editing*/

.RadGrid_MFDOffice2007s .rgEditForm
{
	border-bottom:1px solid #d0d7e5;
}

.RadGrid_MFDOffice2007s .rgUpdate
{
	background-position:0 -1800px;
}

.RadGrid_MFDOffice2007s .rgCancel
{
	background-position:2px -1848px;
}

/*hierarchy*/

.RadGrid_MFDOffice2007s .rgDetailTable
{
	border:1px solid #688caf;
	border-right:0;
}

.RadGrid_MFDOffice2007s .rgExpand
{
	background-position:5px -496px;
}

.RadGrid_MFDOffice2007s .rgCollapse
{
	background-position:3px -94px;
}

/*command row*/

.RadGrid_MFDOffice2007s .rgCommandRow
{
	background:#d6e6f4 0 -2099px repeat-x url('Grid/sprite.gif');
	color:#333;
}

.RadGrid_MFDOffice2007s .rgCommandCell
{
	border:0;
	padding:0;
}

.RadGrid_MFDOffice2007s thead .rgCommandCell
{
	border-bottom:1px solid #688caf;
}

.RadGrid_MFDOffice2007s tfoot .rgCommandCell
{
	border-top:1px solid #688caf;
}

.RadGrid_MFDOffice2007s .rgCommandTable td
{
	border:0;
	padding:3px 7px 4px;
}

.RadGrid_MFDOffice2007s .rgCommandTable
{
	border:1px solid #f6f7f9;
}

.RadGrid_MFDOffice2007s .rgCommandRow a
{
	color:#00156e;
	text-decoration:none;
}

.RadGrid_MFDOffice2007s .rgAdd
{
	margin-right:3px;
	background-position:0 -1650px;
}

.RadGrid_MFDOffice2007s .rgRefresh
{
	margin-right:3px;
	background-position:0 -1600px;
}

.RadGrid_MFDOffice2007s .rgEdit
{
	background-position:0 -1700px;
}

.RadGrid_MFDOffice2007s .rgDel
{
	background-position:0 -1750px;
}

/*multirow select*/

.GridRowSelector_MFDOffice2007s
{
	background:#00156e;
}

/*row drag n drop*/

.GridItemDropIndicator_MFDOffice2007s
{
    border-top:1px dashed #00156e;
}

/*tooltip*/

.GridToolTip_MFDOffice2007s
{
	border:1px solid #6187b8;
	padding:3px;
	background:#d7e3f2;
	color:#333;
}

/*rtl*/

.RadGridRTL_MFDOffice2007s .rgHeader,
.RadGridRTL_MFDOffice2007s .rgResizeCol
{
	text-align:right;
}

.RadGridRTL_MFDOffice2007s .rgHeader:first-child,
.RadGridRTL_MFDOffice2007s th.rgResizeCol:first-child,
.RadGridRTL_MFDOffice2007s .rgFilterRow>td:first-child,
.RadGridRTL_MFDOffice2007s .rgRow>td:first-child,
.RadGridRTL_MFDOffice2007s .rgAltRow>td:first-child
{
	border-left:1px solid;
	padding-left:7px;
}

.RadGridRTL_MFDOffice2007s .rgPager .rgStatus
{
	border-right:0;
	border-left-width:1px;
}

.RadGridRTL_MFDOffice2007s .rgWrap
{
	float:right;
}

.RadGridRTL_MFDOffice2007s .rgInfoPart
{
	float:left;
}

.RadGridRTL_MFDOffice2007s .rgNumPart
{
	width:220px;
}

.RadGridRTL_MFDOffice2007s .rgNumPart a
{
	float:right;
}

.RadGridRTL_MFDOffice2007s .rgPageFirst
{
	background-position:0 -998px;
}
.RadGridRTL_MFDOffice2007s .rgPageFirst:hover
{
	background-position:0 -1048px;
}
.RadGridRTL_MFDOffice2007s .rgPagePrev
{
	background-position:0 -848px;
}
.RadGridRTL_MFDOffice2007s .rgPagePrev:hover
{
	background-position:0 -898px;
}
.RadGridRTL_MFDOffice2007s .rgPageNext
{
	background-position:0 -698px;
}
.RadGridRTL_MFDOffice2007s .rgPageNext:hover
{
	background-position:0 -748px;
}
.RadGridRTL_MFDOffice2007s .rgPageLast
{
	background-position:0 -548px;
}
.RadGridRTL_MFDOffice2007s .rgPageLast:hover
{
	background-position:0 -598px;
}

.RadGridRTL_MFDOffice2007s .rgDetailTable
{
	border-right:1px solid;
	border-left:0;
}

/* TD The following code has been added. This is the default RadComboBox Skin */
/* RadComboBox Default skin */

/*global*/

.RadComboBox_MFDOffice2007s *
{
	margin: 0;
	padding: 0;
}

.RadComboBox_MFDOffice2007s,
.RadComboBox_MFDOffice2007s .rcbInput,
.RadComboBoxDropDown_MFDOffice2007s
{
	font: 12px "Segoe UI", Arial, sans-serif;
	color: #333;
	text-align: left;
}

.RadComboBox_MFDOffice2007s_rtl,
.RadComboBox_MFDOffice2007s_rtl .rcbInput,
.RadComboBoxDropDown_MFDOffice2007s_rtl
{
	text-align: right;
}

/* combobox */

.RadComboBox_MFDOffice2007s
{
	vertical-align: middle;
}

* html .RadComboBox_MFDOffice2007s { vertical-align: top; }

.RadComboBox_MFDOffice2007s table
{
	border: 0;
	border-collapse: collapse;
}

.RadComboBox_MFDOffice2007s table td.rcbInputCell
{
	width: 100%;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	padding: 0;
	border: 0;
}

* html .RadComboBox_MFDOffice2007s td.rcbInputCell
{
	height /**/: 22px;
	line-height /**/: 22px;
}

.RadComboBox_MFDOffice2007s .rcbInputCellLeft,
.RadComboBox_MFDOffice2007s .rcbInputCellRight,
.RadComboBox_MFDOffice2007s .rcbArrowCellLeft,
.RadComboBox_MFDOffice2007s .rcbArrowCellRight
{
	background: url('ComboBox/rcbSprite.png') no-repeat;
}

* html .RadComboBox_MFDOffice2007s .rcbInputCellLeft,
* html .RadComboBox_MFDOffice2007s .rcbInputCellRight,
* html .RadComboBox_MFDOffice2007s .rcbArrowCellLeft,
* html .RadComboBox_MFDOffice2007s .rcbArrowCellRight
{
	background: url('ComboBox/rcbSpriteIE6.png') no-repeat;
}

.RadComboBox_MFDOffice2007s td.rcbInputCellLeft { background-position: 0 0; }
.RadComboBox_MFDOffice2007s td.rcbInputCellRight { background-position: 100% 0; }

.RadComboBox_MFDOffice2007s .rcbHovered .rcbInputCellLeft { background-position: 0 0; }
.RadComboBox_MFDOffice2007s .rcbHovered .rcbInputCellRight { background-position: 100% 0; }

.RadComboBox_MFDOffice2007s .rcbFocused .rcbInputCellLeft { background-position: 0 0; }
.RadComboBox_MFDOffice2007s .rcbFocused .rcbInputCellRight { background-position: 100% 0; }

.RadComboBox_MFDOffice2007s .rcbHovered .rcbReadOnly td.rcbInputCellLeft { background-position: 0 -22px; }
.RadComboBox_MFDOffice2007s .rcbHovered .rcbReadOnly td.rcbInputCellRight { background-position: 100% -22px; }

.RadComboBox_MFDOffice2007s .rcbFocused .rcbReadOnly td.rcbInputCellLeft { background-position: 0 -44px; }
.RadComboBox_MFDOffice2007s .rcbFocused .rcbReadOnly td.rcbInputCellRight { background-position: 100% -44px; }

.RadComboBox_MFDOffice2007s .rcbInputCell .rcbInput
{
	width: 100%;
	background: transparent;
	border: 0;
	vertical-align: middle;
	padding: 2px 0 1px;
	outline: 0;
}

* html .RadComboBox_MFDOffice2007s .rcbInputCell .rcbInput
{
	height /**/: 18px;
	padding /**/: 2px 0 0; /* This should fix the ajax introduced height in IE6 */
}

.RadComboBox_MFDOffice2007s .rcbInputCell .rcbEmptyMessage
{
	color: #666;
	font-style: italic;
}

.RadComboBox_MFDOffice2007s .rcbReadOnly .rcbInput
{
	cursor: default;
}

.RadComboBox_MFDOffice2007s table td.rcbInputCell,
.RadComboBox_MFDOffice2007s .rcbInputCell .rcbInput
{
	padding-left: 2px;
}

.RadComboBox_MFDOffice2007s_rtl table td.rcbInputCell,
.RadComboBox_MFDOffice2007s_rtl .rcbInputCell .rcbInput
{
	padding-right: 2px;
	padding-left: 0;
}

.RadComboBox_MFDOffice2007s .rcbHovered .rcbInputCell .rcbInput
{
	color: #000;
}

.RadComboBox_MFDOffice2007s table td.rcbArrowCell
{
	width: 18px;
	padding: 0;
	border: 0;
}

.RadComboBox_MFDOffice2007s td.rcbArrowCellLeft { background-position: -18px -88px; }
.RadComboBox_MFDOffice2007s td.rcbArrowCellRight { background-position: 0 -88px; }

.RadComboBox_MFDOffice2007s .rcbHovered .rcbArrowCellLeft { background-position: -54px -88px; }
.RadComboBox_MFDOffice2007s .rcbHovered .rcbArrowCellRight { background-position: -36px -88px; }

.RadComboBox_MFDOffice2007s .rcbFocused .rcbArrowCellLeft { background-position: -90px -88px; }
.RadComboBox_MFDOffice2007s .rcbFocused .rcbArrowCellRight { background-position: -72px -88px; }

.RadComboBox_MFDOffice2007s td.rcbArrowCellHidden,
.RadComboBox_MFDOffice2007s .rcbHovered td.rcbArrowCellHidden,
.RadComboBox_MFDOffice2007s .rcbFocused td.rcbArrowCellHidden { background-position: -15px -88px; }
.RadComboBox_MFDOffice2007s table.rcbDisabled td.rcbArrowCellHidden { background-position: -123px -88px; }

.RadComboBox_MFDOffice2007s .rcbHovered .rcbReadOnly td.rcbArrowCellHidden { background-position: -51px -88px; }
.RadComboBox_MFDOffice2007s .rcbFocused .rcbReadOnly td.rcbArrowCellHidden { background-position: -87px -88px; }

.RadComboBox_MFDOffice2007s .rcbArrowCell a
{
	position: relative;
	outline: 0;
	overflow: hidden;
	display: block;
	width: 18px;
	height: 22px;
	text-decoration: none;
	text-indent: -9999px;
	font-size: 1px;
}

div.RadComboBox_MFDOffice2007s td.rcbArrowCellHidden,
div.RadComboBox_MFDOffice2007s .rcbArrowCellHidden a
{
	width: 3px;
}

/* Read-only styles */

.RadComboBox_MFDOffice2007s .rcbReadOnly td.rcbArrowCell { width: 16px; }
.RadComboBox_MFDOffice2007s .rcbReadOnly td.rcbArrowCell a { width: 16px; }

.RadComboBox_MFDOffice2007s .rcbReadOnly td.rcbArrowCellLeft { background-position: -18px -88px; }
.RadComboBox_MFDOffice2007s .rcbReadOnly td.rcbArrowCellRight { background-position: -2px -88px; }

.RadComboBox_MFDOffice2007s .rcbHovered .rcbReadOnly .rcbArrowCellLeft { background-position: -54px -88px; }
.RadComboBox_MFDOffice2007s .rcbHovered .rcbReadOnly .rcbArrowCellRight { background-position: -38px -88px; }

.RadComboBox_MFDOffice2007s .rcbFocused .rcbReadOnly .rcbArrowCellLeft { background-position: -90px -88px; }
.RadComboBox_MFDOffice2007s .rcbFocused .rcbReadOnly .rcbArrowCellRight { background-position: -74px -88px; }

.RadComboBox_MFDOffice2007s .rcbReadOnly td.rcbArrowCellHidden,
.RadComboBox_MFDOffice2007s .rcbReadOnly td.rcbArrowCellHidden a { width: 3px; } 
.RadComboBox_MFDOffice2007s .rcbReadOnly td.rcbArrowCellHidden { background-position: -15px -88px; }
.RadComboBox_MFDOffice2007s .rcbHovered .rcbReadOnly td.rcbArrowCellHidden { background-position: -51px -88px; }
.RadComboBox_MFDOffice2007s .rcbFocused .rcbReadOnly td.rcbArrowCellHidden { background-position: -87px -88px; }

/* dropdown */

.rcbSlide
{
	position: absolute;
	overflow: hidden;
	display: none;
	_height: 1px;
	float: left;
}

.RadComboBoxDropDown_MFDOffice2007s .rcbHeader,
.RadComboBoxDropDown_MFDOffice2007s .rcbFooter,
.RadComboBoxDropDown_MFDOffice2007s .rcbMoreResults a
{
	background-image: url('ComboBox/rcbSprite.png');
	background-repeat: no-repeat;
}

* html .RadComboBoxDropDown_MFDOffice2007s .rcbHeader,
* html .RadComboBoxDropDown_MFDOffice2007s .rcbFooter,
* html .RadComboBoxDropDown_MFDOffice2007s .rcbMoreResults a
{
	background-image: url('ComboBox/rcbSpriteIE6.png');
	background-repeat: no-repeat;
}

.RadComboBoxDropDown_MFDOffice2007s
{
	position: absolute;
	background: #fff;
	border: 1px solid #868686;
	cursor: default;
	font-size: 11px;
	color: #00156e;
}

.RadComboBoxDropDown_MFDOffice2007s_rtl
{
	text-align: right;
	direction: rtl;
}

.RadComboBoxDropDown_MFDOffice2007s .rcbScroll
{
	overflow: auto;
	position: relative;
}

.RadComboBoxDropDown_MFDOffice2007s .rcbList
{
	list-style: none outside;
	position: relative;
	margin: 0;
	padding: 0;
}

.RadComboBoxDropDown_MFDOffice2007s .rcbHeader,
.RadComboBoxDropDown_MFDOffice2007s .rcbFooter
{
	background-repeat: repeat-x;
	background-color: #f1f2f4;
	background-position: 0 -110px;
	padding: 5px 7px 4px;
}

.RadComboBoxDropDown_MFDOffice2007s .rcbHeader
{
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 1px;
}

.RadComboBoxDropDown_MFDOffice2007s .rcbFooter
{
	border-top: 1px solid #d5d5d5;
	margin-top: 1px;
}

.RadComboBoxDropDown_MFDOffice2007s .rcbNoWrap .rcbItem,
.RadComboBoxDropDown_MFDOffice2007s .rcbNoWrap .rcbHovered,
.RadComboBoxDropDown_MFDOffice2007s .rcbNoWrap .rcbDisabled,
.RadComboBoxDropDown_MFDOffice2007s .rcbNoWrap .rcbLoading
{
	white-space: nowrap;
}

.RadComboBoxDropDown_MFDOffice2007s .rcbItem,
.RadComboBoxDropDown_MFDOffice2007s .rcbHovered,
.RadComboBoxDropDown_MFDOffice2007s .rcbDisabled,
.RadComboBoxDropDown_MFDOffice2007s .rcbLoading
{
	padding: 2px 6px;
	margin: 0 1px;
}

html>/**/body .RadComboBoxDropDown_MFDOffice2007s .rcbItem,
html>/**/body .RadComboBoxDropDown_MFDOffice2007s .rcbHovered,
html>/**/body .RadComboBoxDropDown_MFDOffice2007s .rcbDisabled,
html>/**/body .RadComboBoxDropDown_MFDOffice2007s .rcbLoading
{
	min-height: 13px;
}

*+html .RadComboBoxDropDown_MFDOffice2007s .rcbItem,
*+html .RadComboBoxDropDown_MFDOffice2007s .rcbHovered,
*+html .RadComboBoxDropDown_MFDOffice2007s .rcbDisabled,
*+html .RadComboBoxDropDown_MFDOffice2007s .rcbLoading
{
	height: auto;
}

.RadComboBoxDropDown_MFDOffice2007s_rtl .rcbItem,
.RadComboBoxDropDown_MFDOffice2007s_rtl .rcbHovered,
.RadComboBoxDropDown_MFDOffice2007s_rtl .rcbDisabled,
.RadComboBoxDropDown_MFDOffice2007s_rtl .rcbLoading
{
	padding: 2px 6px;
}

.RadComboBoxDropDown_MFDOffice2007s .rcbImage
{
	vertical-align: middle;
	margin: 0 6px 2px 0;
}

.RadComboBoxDropDown_MFDOffice2007s_rtl .rcbImage
{
	margin: 0 0 2px 6px;
}

.RadComboBoxDropDown_MFDOffice2007s em
{
	font-style: normal;
	font-weight: bold;
}

.RadComboBoxDropDown_MFDOffice2007s .rcbItem em
{
	background: #e5e5e5;
}

.RadComboBoxDropDown_MFDOffice2007s .rcbHovered
{
	background: #ffe27b;
	color: #000;
}
*+html div.RadComboBoxDropDown_MFDOffice2007s .rcbList { zoom: 1; } /* IE7 item width fix */
* html div.RadComboBoxDropDown_MFDOffice2007s .rcbItem,
* html div.RadComboBoxDropDown_MFDOffice2007s .rcbHovered { zoom: 1; } /* IE6 item width fix */

.RadComboBoxDropDown_MFDOffice2007s .rcbSeparator
{
    background: #fcc365;
    color: #000;
}

.RadComboBox_MFDOffice2007s .rcbDisabled .rcbInputCell .rcbInput,
.RadComboBoxDropDown_MFDOffice2007s .rcbDisabled
{
	color: #999;
	cursor: default;
}

.RadComboBox_MFDOffice2007s .rcbDisabled td.rcbInputCellLeft { background-position: 0 -66px; }
.RadComboBox_MFDOffice2007s .rcbDisabled td.rcbInputCellRight { background-position: 100% -66px; }
.RadComboBox_MFDOffice2007s .rcbDisabled td.rcbArrowCellLeft { background-position: -126px -88px; }
.RadComboBox_MFDOffice2007s .rcbDisabled td.rcbArrowCellRight { background-position: -108px -88px; }
.RadComboBox_MFDOffice2007s .rcbDisabled .rcbReadOnly td.rcbArrowCellRight { background-position: -110px -88px; }
.RadComboBox_MFDOffice2007s .rcbDisabled .rcbReadOnly td.rcbArrowCellHidden { background-position: -15px -88px; }

.RadComboBoxDropDown_MFDOffice2007s .rcbLoading
{
	background: #f0f0f0;
	text-align: center;
}

.RadComboBoxDropDown_MFDOffice2007s .rcbMoreResults
{
	clear: both;
	border-top: 1px solid #c6c7d2;
	background-color: #fff;
	position: relative;
	padding: 0 6px 0;
	text-align: center;
	margin-top: 1px;
	color: #8d8d8d;
}

.RadComboBoxDropDown_MFDOffice2007s .rcbMoreResults a
{
	display: inline-block;
	width: 15px;
	height: 9px;
	background-position: -157px -94px;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	cursor: pointer;
	vertical-align: middle;
}

* html .RadComboBoxDropDown_MFDOffice2007s .rcbMoreResults a
{
	font-size: 0;
	line-height: 0;
	text-indent: 0;
}

*+html .RadComboBoxDropDown_MFDOffice2007s .rcbMoreResults a
{
	font-size: 0;
	line-height: 0;
	text-indent: 0;
}

.RadComboBoxDropDown_MFDOffice2007s .rcbMoreResults span
{
	vertical-align: middle;
	height: 19px;
	line-height: 19px;
	display: inline-block;
}

.RadComboBoxDropDown_MFDOffice2007s .rcbSeparatedList .rcbItem,
.RadComboBoxDropDown_MFDOffice2007s .rcbSeparatedList .rcbHovered,
.RadComboBoxDropDown_MFDOffice2007s .rcbSeparatedList .rcbDisabled,
.RadComboBoxDropDown_MFDOffice2007s .rcbSeparatedList .rcbLoading
{
	padding-left: 12px;
}

.RadComboBoxDropDown_MFDOffice2007s .rcbSeparatedList .rcbSeparator
{
	padding-left: 6px;
}

/*hacks*/

/*Opera start*/
@media screen and (min-width: 550px)
{
	.RadComboBoxDropDown_MFDOffice2007s_rtl .rcbItem,
	.RadComboBoxDropDown_MFDOffice2007s_rtl .rcbHovered,
	.RadComboBoxDropDown_MFDOffice2007s_rtl .rcbDisabled,
	.RadComboBoxDropDown_MFDOffice2007s_rtl .rcbLoading
	{
		padding: 2px 6px 2px 19px;
	}
} /*Opera end*/
