<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*row drag n drop*/

.GridItemDropIndicator_Office2007_GridListBlue
{
    border-top:1px dashed #039;
}

.RadGrid_Office2007_GridListBlue
{
    border:0px solid #e1e1e1;
    background:#fff;
    color:#000;
}

/* add by desugner */
.RadGrid_Office2007_GridListBlue .rgMasterTable
{
    width:100%;
    border-collapse:collapse;
}

.RadGrid_Office2007_GridListBlue .rgMasterTable .rgHeader
{
    border:0px solid;
    color:#474747;
    font-weight:bold;
    padding:7px 7px;
    background:#fff;
}

.RadGrid_Office2007_GridListBlue .rgMasterTable .rgHeader a,
.RadGrid_Office2007_GridListBlue .rgMasterTable .rgHeader a:visited
{
    color:#474747;
}

.RadGrid_Office2007_GridListBlue .rgMasterTable .rgRow td,
.RadGrid_Office2007_GridListBlue .rgMasterTable .rgAltRow td
{
    border:1px solid #e1e1e1;
    color:#686666;
    font-weight:bold;
    padding:4px 7px;
    background:#ECECEC url(Grid/bg_datagrid_td.png) repeat-x left top;
    overflow:inherit !important;
}

.RadGrid_Office2007_GridListBlue .rgMasterTable .rgRow .actualValue,
.RadGrid_Office2007_GridListBlue .rgMasterTable .rgAltRow .actualValue

{
    padding:0px !important;
}

.RadGrid_Office2007_GridListBlue .rgMasterTable .rgRow .actualValue span,
.RadGrid_Office2007_GridListBlue .rgMasterTable .rgAltRow .actualValue span
{
    padding:4px 7px !important;
    text-align:center;
    margin-left:2px !important;
    margin-right:2px !important;
    display:block !important;
    overflow:hidden;
    line-height:23px !important;
    min-height:23px;
    width:70px;
    background:url(Images/bg_gradiant_2.png) repeat-x 0 bottom;
}

/* add css classes for Project monitor page 25/05/2010 */
.RadGrid_Office2007_GridListBlue .rgMasterTable .rgRow .actualValue2,
.RadGrid_Office2007_GridListBlue .rgMasterTable .rgAltRow .actualValue2
{
    padding:0px 0px !important;
    width:210px;
}

.RadGrid_Office2007_GridListBlue .rgMasterTable .rgRow .actualValue2,
.RadGrid_Office2007_GridListBlue .rgMasterTable .rgAltRow .actualValue2
{
    padding:4px 4px !important;
    text-align:center;
    /*display:block !important;*/
    overflow:hidden;
    line-height:23px !important;
    min-height:23px;
    width:95%;
    background:url(Images/bg_gradiant_2.png) repeat-x 0 bottom;
    border-top:solid 1px ##E1E1E1;
    border-bottom:solid 1px ##E1E1E1;
}

.RadGrid_Office2007_GridListBlue .expandCol input.rgExpand
{
	background:url('Grid/arrow_up.png') no-repeat center center;
	width:16px;
	height:16px;
	border:0;
	margin:0px 0px 0px 0px;
	padding:0;
	font-size:1px;
	cursor:pointer;
	display:inline-block;
	float:left;
}

.RadGrid_Office2007_GridListBlue .expandCol input.rgCollapse
{
	background:url('Grid/arrow_down.png') no-repeat center center;
	width:16px;
	height:16px;
	border:0;
	margin:0px 0px 0px 0px;
	padding:0;
	font-size:1px;
	cursor:pointer;
	display:inline-block;
	float:left;
}

.RadGrid_Office2007_GridListBlue table.tblData
{
    /*margin-left:20px;*/
    border:solid 0px;
    border-collapse:collapse;
    table-layout:fixed;
    width:auto;
}

.RadGrid_Office2007_GridListBlue table.tblData td
{
    border:solid 0px !important;
    padding:0px !important;
    background:none !important;
    vertical-align:middle;
}

.RadGrid_Office2007_GridListBlue table.tblData td.itemIcons
{
    text-align:center;
    width:30px;
}

.RadGrid_Office2007_GridListBlue table.tblData td.itemIcons img
{
    vertical-align:middle;
    display:block;
    margin:0px 5px;
}

.RadGrid_Office2007_GridListBlue table.tblData td.rowText
{
    text-align:left;
}

.RadGrid_Office2007_GridListBlue a
{
    cursor:pointer;
    color:#686666;
}

/* add on 26/05/2010 */
/*sorting, reordering*/

.RadGrid_Office2007_GridListBlue .rgHeader .rgSortAsc
{
	background-position:3px -146px;
	height:10px;
}

.RadGrid_Office2007_GridListBlue .rgHeader .rgSortDesc
{
	background-position:3px -96px;
	height:10px;
}

.RadGrid_Office2007_GridListBlue .rgAdd,
.RadGrid_Office2007_GridListBlue .rgRefresh,
.RadGrid_Office2007_GridListBlue .rgEdit,
.RadGrid_Office2007_GridListBlue .rgDel,
.RadGrid_Office2007_GridListBlue .rgFilter,
.RadGrid_Office2007_GridListBlue .rgPagePrev,
.RadGrid_Office2007_GridListBlue .rgPageNext,
.RadGrid_Office2007_GridListBlue .rgPageFirst,
.RadGrid_Office2007_GridListBlue .rgPageLast,
.RadGrid_Office2007_GridListBlue .rgExpand,
.RadGrid_Office2007_GridListBlue .rgCollapse,
.RadGrid_Office2007_GridListBlue .rgSortAsc,
.RadGrid_Office2007_GridListBlue .rgSortDesc,
.RadGrid_Office2007_GridListBlue .rgUpdate,
.RadGrid_Office2007_GridListBlue .rgCancel,
.RadGrid_Office2007_GridListBlue .rgUngroup,
.RadGrid_Office2007_GridListBlue .rgExpXLS,
.RadGrid_Office2007_GridListBlue .rgExpDOC,
.RadGrid_Office2007_GridListBlue .rgExpPDF,
.RadGrid_Office2007_GridListBlue .rgExpCSV
{
	width:16px;
	height:16px;
	border:0;
	margin:0;
	padding:0;
	background-color:transparent;
	background-image:url('GridList/sprite.gif');
	background-repeat:no-repeat;
	vertical-align:middle;
	font-size:1px;
	cursor:pointer;
}

/* end */

/* turningCurve page start */

table.turningCurve
{
    width:100%;
    border-collapse:collapse;
}

table.turningCurve th
{
    background:#ececec;
    padding:7px;
}

table.turningCurve td
{
    /*background:#fff;*/
    padding:7px;
    text-align:left;
    vertical-align:top;
}

div.contScroll
{
    overflow:auto;
    height:260px;
    padding:2px;
    position:relative !important;
}

div.contScroll_2
{
    overflow:auto;
    max-height:260px;
    padding:10px;
    border:solid 1px #e1e1e1;
    border-top:0px;
    position:relative;
}

div.mgAuto div
{
    margin-left:auto;
    margin-right:auto;
}

div.turningCurveHead
{
    background:#ECECEC url(Grid/bg_datagrid_td.png) repeat-x left bottom;
    height:30px;
    /*overflow:hidden;*/
    padding:7px;
    border:solid 1px #e1e1e1;
}

div.bgHeader
{
    background:#e1e1e1;
    height:4px;
    overflow:hidden;
}

div.truningPageHeader
{
    background:url(Images/bg_truning_header.png) repeat-x 0 bottom;
    padding:10px 0px 10px 0px;
}

/* end */

/* RadMenu start */
div.RadMenu_Default .rmRootGroup .rmItem a.rmLink img
{
    float:right;
    display:inline-block;
    margin:4px 2px 0px 2px;
    vertical-align:middle;
}

.RadMenu_Default .rmRootGroup li.rmItem .rmGroup
{
    width:220px;
}

.RadMenu_Default .rmRootGroup li.rmItem .rmGroup .rmItem
{
    padding-left:0px;
    padding-right:0px;
}

.RadMenu_Default .rmRootGroup li.rmItem .rmGroup .rmItem img
{
    display:inline-block;
    margin-top:4px;
    padding-right:4px;
}

.RadMenu_Default .rmRootGroup li.rmItem .rmGroup .rmItem span
{
    display:inline-block;
    text-align:left;
    padding-left:2px;
    padding-right:5px;
    width:174px;
}

.RadMenu_Default .rmRootGroup li.rmItem .rmGroup a
{
    width:210px;
}

div.RadMenu_Default .rmRootGroup .rmItem
{
    display:inline-block;
}

div.RadMenu_Default .rmRootGroup .rmItem span
{
    display:inline-block;
    padding-left:4px;
    padding-right:4px;
}

div.RadMenu_Default .rmRootGroup .rmSlide .rmItem .rmLink img
{
    float:left;
}

.RadMenu_Default .rmRootGroup
{
    border:solid 1px #e1e1e1 !important
}

.RadMenu_Default, 
.RadMenu_Default .rmLink
{
    font-family:Verdana !important;
    line-height:24px !important;
}
/* end */

/* customized radtool bar  */

.RadToolBar_Office2007_Header .rtbUL .rtbWrap .rtbIn
{
     width:101px;
     padding:0px 0px 4px 0px !important;
}

.RadToolBar_Office2007_Header .rtbUL .rtbWrap
{
    background: url('Images/bg_redtoolbar_header_2.png') no-repeat left top;
    width:101px;
    height:28px;
}

.RadToolBar_Office2007_Header .rtbUL .rtbWrap .rtbSplBtnActivator
{
    width:77px;
}

.RadToolBar_Office2007_Header .rtbUL .rtbWrap:hover
{
    background: url('Images/bg_redtoolbar_header_2.png') no-repeat left bottom;
}


.RadToolBar_Office2007_Header .rtbUL .rtbWrap .rtbIn .rtbText
{
    font-size:16px;
    display:inline-block;
    margin-top:4px;
    margin-left:7px;
    
}

.RadToolBar_Office2007_Header .rtbUL .rtbWrap .rtbIn .rtbChoiceArrow
{
    background: url('Images/arrow_down_blue.png') no-repeat 12px 11px;
    width:26px;
    height:24px;
    margin-left:0px;
}
/* end */

/* &lt;drop-down&gt; */

div.RadToolBarDropDown_Office2007_Header
{
	border-color: #a5b3c5;
	background-color: #fff;
	background-image: url('ToolBar/rtbDropDownBg.png');
	background-position: -1px 0;
}

.RadToolBarDropDown_Office2007_Header .rtbItemHovered,
.RadToolBarDropDown_Office2007_Header .rtbItemFocused,
.RadToolBarDropDown_Office2007_Header .rtbItemHovered .rtbWrap,
.RadToolBarDropDown_Office2007_Header .rtbItemFocused .rtbWrap
{
	color: #4c607a;
	background-image: url('ToolBar/rtbDropDownHover.png');
}

.RadToolBarDropDown_Office2007_Header .rtbWrap,
.RadToolBarDropDown_Office2007_Header .rtbTemplate
{
	color: #000;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
}

.RadToolBarDropDown_Office2007_Header .rtbDisabled .rtbWrap
{
	color: #999;
}

.RadToolBarDropDown_Office2007_Header .rtbSeparator
{
	border-color: #e0e0e0;
	background: #fff;
}

/* &lt;/drop-down&gt; */

/*** Rad menu start for dropdown ****/
/* &lt;RadMenu / Office2007&gt; */
.RadMenu_Office2007_dropdown .rmGroup,
.RadMenu_Office2007_dropdown .rmMultiColumn,
.RadMenu_Office2007_dropdown .rmGroup .rmVertical
{
	border: 1px solid #e1e1e1;
	background: #fff url('Menu/rmVSprite.png') repeat-y -1px 0;
}

/* 24/05/2010 */
 
/*.relatedProjects  .rmRootGroup
{
    position:static !important;
}

.relatedProjects .rmRootGroup .rmItem
{
    position:static !important;
}

.relatedProjects .rmRootGroup .rmItem div.rmSlide ul li
{
    position:relative !important;
}*/
/* end */

.RadMenu_Office2007_dropdown,
.RadMenu_Office2007_dropdown .rmLink
{
	font: Verdana, Arial, sans-serif;
	color: #00156e;
	text-decoration: none;
}

.RadMenu_Office2007_dropdown .rmHorizontal .rmLink .rmText
{
	background: url(Images/arrow_down_blue.png) no-repeat right 9px !important;
	font-weight:bold;
	padding:4px 17px 5px 4px !important;
	color:#0F346B;
	font-size:12px;
}

.actionLock .rmHorizontal .rmLink .rmText /*disabled action link class - 28/01/2011*/
{
	background: url(Images/lock.png) no-repeat right 5px !important;
	font-weight:bold;
	padding:4px 17px 5px 4px !important;
	color:#0F346B;
	font-size:12px;
}

.RadMenu_Office2007_dropdown .rmSlide .rmVertical .rmLink .rmText
{
    background:none !important; 
    font-weight:normal;
    text-align:left;
    display:inline-block !important;
    /*width:100%;*/
}

.RadMenu_Office2007_dropdown .rmSlide .rmVertical
{
    width:auto !important;
}

.RadMenu_Office2007_dropdown .rmSlide .rmVertical .rmLink
{
    display:block !important;
    cursor:pointer;
    text-align:left;
    /*width:100% !important;
    min-width:90px !important;*/
    padding:0px 0px 0px 5px !important;
}

.RadMenu_Office2007_dropdown .rmSlide .rmVertical .rmLeftImage
{
    padding:3px 10px 3px 1px !important;
    padding:0px 10px 3px 1px !important;
    float:none;
    display:inline-block;
    vertical-align:middle !important;
}

.RadMenu_Office2007_dropdown .rmSlide .rmVertical .rmItem
{
    display:block;
    width:100% !important;
}

.RadMenu_Office2007_dropdown .rmSlide .rmVertical .rmItem:hover
{
    background:#f8f8f8;
}

.RadMenu_Office2007_dropdown .rmRootGroup
{
	/*border: 1px solid #688caf;
    background-position: 0 -408px;
	background-color: #BBD9FF;*/
}

.RadMenu_Office2007_dropdown .rmRootGroup,
.RadMenu_Office2007_dropdown .rmLink,
.RadMenu_Office2007_dropdown .rmText,
.RadMenu_Office2007_dropdown .rmLeftArrow,
.RadMenu_Office2007_dropdown .rmRightArrow,
.RadMenu_Office2007_dropdown .rmTopArrow,
.RadMenu_Office2007_dropdown .rmBottomArrow
{
	/*background-image: url('Menu/rmSprite.png');*/
	background-color: transparent;
}
/* &lt;Root items&gt; */
.RadMenu_Office2007_dropdown .rmLink,
.RadMenu_Office2007_dropdown .rmText
{
	background-position: 0 1050px;
	background-repeat: no-repeat;
}

.RadMenu_Office2007_dropdown .rmLink:hover,
.RadMenu_Office2007_dropdown .rmFocused,
.RadMenu_Office2007_dropdown .rmSelected
{
	color: #000;
	background-position: 0 -72px;
}

.RadMenu_Office2007_dropdown .rmLink:hover .rmText,
.RadMenu_Office2007_dropdown .rmFocused .rmText,
.RadMenu_Office2007_dropdown .rmSelected .rmText
{
	background-position: 100% -96px;
}

.RadMenu_Office2007_dropdown .rmExpanded,
.RadMenu_Office2007_dropdown .rmExpanded:hover
{
	color: #000;
	background-position: 0 -120px;
}

.RadMenu_Office2007_dropdown .rmExpanded .rmText,
.RadMenu_Office2007_dropdown .rmExpanded:hover .rmText
{
	background-position: 100% -144px;
}

.RadMenu_Office2007_dropdown .rmDisabled .rmText,
.RadMenu_Office2007_dropdown .rmDisabled,
.RadMenu_Office2007_dropdown .rmDisabled:hover
{
	color: #8d8d8d !important;
	cursor:default;
}

.RadMenu_Office2007_dropdown .rmDisabled:hover,
.RadMenu_Office2007_dropdown .rmDisabled:hover .rmText
{
	background: none;
}

/* &lt;/Root items&gt; */


/* &lt;Submenu items&gt; */
.RadMenu_Office2007_dropdown .rmSlide .rmScrollWrap
{
	background-image: none;
}

.RadMenu_Office2007_dropdown_rtl .rmGroup,
.RadMenu_Office2007_dropdown_rtl .rmMultiColumn,
.RadMenu_Office2007_dropdown_rtl .rmGroup .rmVertical
{
	background-position: 101% 0;
}

.RadMenu_Office2007_dropdown .rmRootGroup .rmHorizontal
{
	background-image: none;
}

.RadMenu_Office2007_dropdown .rmScrollWrap .rmVertical
{
	border: 0;
}

.RadMenu_Office2007_dropdown .rmGroup .rmFirst,
.RadMenu_Office2007_dropdown .rmGroup .rmLast
{
	background: none;
}

.RadMenu_Office2007_dropdown .rmGroup .rmLast
{
	padding-bottom: 1px;
}

.RadMenu_Office2007_dropdown .rmGroup .rmLink:hover,
.RadMenu_Office2007_dropdown .rmGroup .rmFocused,
.RadMenu_Office2007_dropdown .rmGroup .rmSelected,
.RadMenu_Office2007_dropdown .rmGroup .rmExpanded
{
	background-position: 0 -168px;
}

.RadMenu_Office2007_dropdown .rmGroup .rmLink:hover .rmText,
.RadMenu_Office2007_dropdown .rmGroup .rmFocused .rmText,
.RadMenu_Office2007_dropdown .rmGroup .rmSelected .rmText,
.RadMenu_Office2007_dropdown .rmGroup .rmExpanded .rmText
{
	/*background-position: 100% -192px;*/
}

/* &lt;expand arrows&gt; */

.RadMenu_Office2007_dropdown .rmGroup .rmExpandRight,
.RadMenu_Office2007_dropdown .rmGroup .rmExpandDown
{
	background-position: 100% -216px;
}

.RadMenu_Office2007_dropdown .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_Office2007_dropdown .rmGroup .rmFocused .rmExpandRight,
.RadMenu_Office2007_dropdown .rmGroup .rmSelected .rmExpandRight,
.RadMenu_Office2007_dropdown .rmGroup .rmExpanded .rmExpandRight,
.RadMenu_Office2007_dropdown .rmGroup .rmLink:hover .rmExpandDown,
.RadMenu_Office2007_dropdown .rmGroup .rmFocused .rmExpandDown,
.RadMenu_Office2007_dropdown .rmGroup .rmSelected .rmExpandDown,
.RadMenu_Office2007_dropdown .rmGroup .rmExpanded .rmExpandDown
{
	background-position: 100% -240px;
}

.RadMenu_Office2007_dropdown .rmGroup .rmDisabled:hover .rmExpandRight,
.RadMenu_Office2007_dropdown .rmGroup .rmDisabled:hover .rmExpandDown
{
	background-image: url('Menu/rmSprite.png');
	background-position: 100% -216px;
}

/* &lt;/expand arrows&gt; */

/* &lt;rtl&gt; */

.RadMenu_Office2007_dropdown_rtl .rmGroup .rmLink:hover,
.RadMenu_Office2007_dropdown_rtl .rmGroup .rmFocused,
.RadMenu_Office2007_dropdown_rtl .rmGroup .rmSelected,
.RadMenu_Office2007_dropdown_rtl .rmGroup .rmExpanded
{
	background-position: 100% -264px;
}

.RadMenu_Office2007_dropdown_rtl .rmGroup .rmLink:hover .rmText,
.RadMenu_Office2007_dropdown_rtl .rmGroup .rmFocused .rmText,
.RadMenu_Office2007_dropdown_rtl .rmGroup .rmSelected .rmText,
.RadMenu_Office2007_dropdown_rtl .rmGroup .rmExpanded .rmText
{
	background-position: 0 -288px;
}

.RadMenu_Office2007_dropdown_rtl .rmGroup .rmExpandLeft
{
	background-position: 0 -312px;
}

.RadMenu_Office2007_dropdown_rtl .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_Office2007_dropdown_rtl .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_Office2007_dropdown_rtl .rmGroup .rmSelected .rmExpandLeft,
.RadMenu_Office2007_dropdown_rtl .rmGroup .rmExpanded .rmExpandLeft
{
	background-position: 0 -336px;
}

/* &lt;/rtl&gt; */

/* &lt;/Submenu items&gt; */

/* &lt;Submenu offsets (Office2007 - specific, overlapping submenus)&gt; */

.RadMenu_Office2007_dropdown .rmSlide
{
	margin: -3px 0 0 3px;
}

.RadMenu_Office2007_dropdown .rmVertical .rmSlide,
.RadMenu_Office2007_dropdown .rmSlide .rmSlide,
.RadMenu_Office2007_dropdown_Context .rmGroup .rmSlide
{
	margin: 0 0 0 -5px;
}

.RadMenu_Office2007_dropdown_rtl .rmSlide
{
	margin: -3px 0 0 -3px;
}

.RadMenu_Office2007_dropdown_rtl .rmVertical .rmSlide,
.RadMenu_Office2007_dropdown_rtl .rmSlide .rmSlide,
.RadMenu_Office2007_dropdown_Context_rtl .rmGroup .rmSlide
{
	margin: 0 0 0 5px;
}

/* &lt;/Submenu offsets&gt; */

/* &lt;Scrolling arrows&gt; */

.RadMenu_Office2007_dropdown .rmLeftArrow,
.RadMenu_Office2007_dropdown .rmRightArrow
{
	background-color: #f6f6e8;
}

/* &lt;/Submenu offsets&gt; */

/* &lt;Scrolling arrows&gt; */

.RadMenu_Office2007_dropdown .rmLeftArrow,
.RadMenu_Office2007_dropdown .rmRightArrow
{
	background-color: #E0E5F5;
}

.RadMenu_Office2007_dropdown .rmLeftArrow { background-position: -8px -312px; border-right: 1px solid #B7BDCD; }
.RadMenu_Office2007_dropdown .rmRightArrow { background-position: -482px -216px; border-left: 1px solid #B7BDCD; }

.RadMenu_Office2007_dropdown .rmTopArrow,
.RadMenu_Office2007_dropdown .rmBottomArrow,
.RadMenu_Office2007_dropdown .rmGroup .rmLeftArrow,
.RadMenu_Office2007_dropdown .rmGroup .rmRightArrow
{
	background-color: #f0f0f0;
}

.RadMenu_Office2007_dropdown .rmTopArrow { background-position: 50% -367px; border-bottom: 1px solid #B7BDCD; }
.RadMenu_Office2007_dropdown .rmBottomArrow { background-position: 50% -391px; border-top: 1px solid #B7BDCD; }

/* &lt;/Scrolling arrows&gt; */

/* &lt;Separators&gt; */

.RadMenu_Office2007_dropdown .rmVertical .rmSeparator .rmText,
.RadMenu_Office2007_dropdown .rmHorizontal .rmVertical .rmSeparator .rmText
{
	background-position: 0 -406px;
}

.RadMenu_Office2007_dropdown .rmHorizontal .rmSeparator .rmText,
.RadMenu_Office2007_dropdown .rmVertical .rmHorizontal .rmSeparator .rmText
{
	background-position: 0 -386px;
}

/* &lt;/Separators&gt; */

/* &lt;/RadMenu / Office2007&gt; */

/*red menu toobar css 18/05/2010*/
div.toolbarMenu .rmRootGroup .rmItem
{
    float:right !important;
}

div.toolbarMenu .rmRootGroup .rmItem a.rmLink
{
    cursor:pointer;
}

div.toolbarMenu .rmRootGroup .rmItem a.rmLink img
{
    margin:0px !important;
}

div.toolbarMenu .rmRootGroup .rmItem span.rmText
{
    padding:0px !important;
}

div.toolbarMenu .rmRootGroup .rmItem
{
    padding:2px !important;
    width:16px !important;
    height:16px !important;
}

.RadMenu_Default
{
    float:right !important;
}

/* added on 01/06/2010 */
@media screen and (-webkit-min-device-pixel-ratio:0) 
{
    .RadMenu_Default .rmRootGroup li.rmItem .rmGroup .rmItem span
    {
        display:inline-block;
        text-align:left;
        padding-left:2px;
        padding-right:5px;
        width:177px;
    }
}


</pre></body></html>