﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    background-image: url('Images/SiteBackground.jpg');
    background-repeat: repeat;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}



/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 967px;
    background-color: #FAFEFE;
    margin: 5px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #2D5DA4;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 0px;
    margin: 0px 0px 0px 0px;
    min-height: 420px;
    display: block;
    float: left;
    background: transparent url('Images/PageBackground.jpg');
    background-repeat: repeat-x;
    width: 767px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    background-color: #E9E9E9;
    height: 37px;
    text-align: center;
    font-size: 10px;
    color: #CC0000;
    font-family: Verdana;
    padding-top: 3px;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color: #3a4f63;
    width: 100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 100%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}
.RadEditor
{
    height: 400px;
    overflow: auto;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

/*-------------------------------- Custom Styles -----------*/
.rightColumn
{
    width: 200px;
    display: block;
    float: right;
    min-height: 420px;
    text-align: center;
    background: transparent url('Images/PageBackground.jpg');
    background-repeat: repeat-x;
}
.ContactUs
{
    width: 300px;
    height: 100px;
    background: transparent url('Images/contact_us.png') no-repeat 0 0;
    position: relative;
    z-index: 2010;
    left: 730px;
    top: 30px;
}

.ContactUsLabel
{
    position: relative;
    font-family: Aharoni;
    font-size: 24px;
    color: #000042;
    left: 2px;
    top: -18px;
}
.ContactUsCombo
{
    position: relative;
    top: -40px;
    font-family: Aharoni;
    font-size: x-large;
    color: #000042;
    left: 2px;
}
.EmailContact
{
    position: absolute;
    z-index: 2020;
    left: 710px;
    top: 123px;
    width: 180px;
    color: #FF0000;
    background-color: #98D1C0;
}
.SiteMap
{
    font-family: 'Courier New' , Courier, monospace;
    margin-left: 10px;
}
.firstUl
{
    margin-left: 15px;
}
.SecondtUl
{
    margin-left: 20px;
}


/*-----------------------------------*/

.main-panel
{
    width: 967px;
    height: 164px;
    margin-left: 0px;
    background: transparent url('Images/AktifLogo.jpg') no-repeat 0 0;
    position: relative;
    z-index: 2000;
}

.user-details
{
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    font-size: 18px;
}
.user-details span
{
    color: #70ced5;
}

.user-details div
{
    font-size: 10px;
    text-align: right;
}

.telerik-logo
{
    font: 10px 'Segoe UI' , Arial;
    color: Black;
    display: block;
}

.item-title
{
    font: 12px/12px 'Segoe UI' , Arial;
    color: #fff;
}

.RadMenu
{
    position: absolute;
    top: -1px;
    left: 150px;
}
.RadMenu a
{
    text-decoration: none;
}

div.RadMenu .rmRootGroup .rmItem .rmGroup
{
    padding-bottom: 0;
}

div.RadMenu .rmGroup
{
    border: none;
}

div.RadMenu .rmGroup li.aspnet-ajax
{
    background: transparent url('Images/product_03.png') no-repeat 0 0;
    width: 199px;
    height: 56px;
}

div.RadMenu li.aspnet-ajax div.rmText
{
    padding: 18px 0 0 52px;
}

div.RadMenu .rmGroup li.winforms
{
    background: transparent url('Images/product_05.png') no-repeat 0 0;
    width: 199px;
    height: 56px;
}

div.RadMenu li.winforms div.rmText
{
    padding: 15px 0 0 52px;
}

div.RadMenu .rmGroup li.wpf
{
    background: transparent url('Images/product_06.png') no-repeat 0 0;
    width: 199px;
    height: 56px;
}

div.RadMenu li.wpf div.rmText
{
    padding: 12px 0 0 52px;
}

div.RadMenu .rmGroup li.silverlight
{
    background: transparent url('Images/product_07.png') no-repeat 0 0;
    width: 199px;
    height: 56px;
}

div.RadMenu li.silverlight div.rmText
{
    padding: 10px 0 0 52px;
}

div.RadMenu .rmGroup li.reporting
{
    background: transparent url('Images/product_08.png') no-repeat 0 0;
    width: 199px;
    height: 56px;
}
div.RadMenu li.reporting div.rmText
{
    padding: 7px 0 0 52px;
}
div.RadMenu .rmGroup li.orm
{
    background: transparent url('Images/product_09.png') no-repeat 0 0;
    width: 199px;
    height: 56px;
}
div.RadMenu li.orm div.rmText
{
    padding: 7px 0 0 52px;
}
div.RadMenu .rmGroup li.sitefinity
{
    background: transparent url('Images/product_10.png') no-repeat 0 0;
    width: 199px;
    height: 56px;
}
div.RadMenu li.sitefinity div.rmText
{
    padding: 7px 0 0 52px;
}

div.RadMenu .rmGroup .support-firstColumn
{
    width: 202px !important;
    height: 48px;
    float: left !important;
    clear: left !important;
}

div.RadMenu .rmGroup .support-firstColumn a, div.RadMenu .rmGroup .support-secondColumn a
{
    font: 11px 'Segoe UI' , Arial;
    color: #fff;
}

div.RadMenu .support-firstColumn .rmText, div.RadMenu .support-secondColumn .rmText
{
    padding: 20px 0 0 60px;
}

div.RadMenu .rmGroup .support-secondColumn
{
    width: 201px !important;
    height: 48px;
    float: left !important;
    clear: none !important;
}

div.RadMenu .rmGroup li.demos
{
    background: transparent url('Images/support_01.png') no-repeat 0 0;
}

div.RadMenu .rmGroup li.trainer
{
    background: transparent url('Images/support_02.png') no-repeat 0 0;
}

div.RadMenu .rmGroup li.samples
{
    background: transparent url('Images/support_03.png') no-repeat 0 0;
}
div.RadMenu .rmGroup li.documentation
{
    background: transparent url('Images/support_04.png') no-repeat 0 0;
}
div.RadMenu .rmGroup li.video
{
    background: transparent url('Images/support_05.png') no-repeat 0 0;
}
div.RadMenu li.video .rmText, div.RadMenu li.kb .rmText
{
    padding: 13px 0 0 60px;
}
div.RadMenu .rmGroup li.kb
{
    background: transparent url('Images/support_06.png') no-repeat 0 0;
}

div.RadMenu .rmGroup li.webinars
{
    background: transparent url('Images/support_07.png') no-repeat 0 0;
}

div.RadMenu li.webinars .rmText, div.RadMenu li.code .rmText
{
    padding: 8px 0 0 60px;
}
div.RadMenu .rmGroup li.code
{
    background: transparent url('Images/support_08.png') no-repeat 0 0;
}

div.RadMenu .rmGroup .community-firstColumn
{
    width: 248px !important;
    height: 61px;
    float: left !important;
    clear: left !important;
}
div.RadMenu .rmGroup .community-secondColumn
{
    width: 247px !important;
    height: 61px;
    float: left !important;
    clear: none !important;
}

div.RadMenu .rmGroup .community-firstColumn a, div.RadMenu .rmGroup .community-secondColumn a
{
    font: 12px/12px 'Segoe UI' , Arial;
    color: #fff;
    display: inline-block;
}

div.RadMenu .rmGroup li.style
{
    background: transparent url('Images/community_01.png') no-repeat 0 0;
}
div.RadMenu .rmGroup li.falafel
{
    background: transparent url('Images/community_02.png') no-repeat 0 0;
}

div.RadMenu .rmGroup li.case
{
    background: transparent url('Images/community_03.png') no-repeat 0 0;
}
div.RadMenu .rmGroup li.dilemma
{
    background: transparent url('Images/community_04.png') no-repeat 0 0;
}

div.RadMenu .rmGroup li.style .rmText, div.RadMenu .rmGroup li.falafel .rmText
{
    padding: 21px 0 0 66px;
}

div.RadMenu .rmGroup li.case .rmText, div.RadMenu .rmGroup li.dilemma .rmText
{
    padding: 12px 0 0 66px;
}

div.RadMenu .rmGroup li.login
{
    background: transparent url('Images/loginBg.png') no-repeat 0 0;
    width: 199px;
    height: 121px;
}

div.RadMenu .rmGroup li.login .rmText
{
    padding: 0 7px;
}

div.RadMenu .rmGroup li.login a
{
    font: 10px 'Segoe UI' , Arial;
    color: #fff;
    text-decoration: underline;
}

div.RadMenu .rmGroup li.login input
{
    width: 170px;
}

div.RadMenu .rmGroup li.login label
{
    color: #fff;
}

div.RadMenu li.login a.login-button
{
    display: inline-block;
    background: transparent url('Images/login.png') no-repeat 0 0;
    width: 47px;
    height: 20px;
    margin-left: 6px;
    text-align: center;
    color: #000;
    text-decoration: none;
    vertical-align: middle;
    padding-top: 3px;
}

* html div.RadMenu li.login a.login-button
{
    margin-left: 2px;
}

/******************My Menu****************/


div.RadMenu .rmGroup .Services-firstColumn
{
    width: 202px !important;
    height: 48px;
    float: left !important;
    clear: left !important;
}

div.RadMenu .rmGroup .Services-firstColumn a, div.RadMenu .rmGroup .Services-secondColumn a
{
    font: 11px 'Segoe UI' , Arial;
    color: #fff;
    white-space: nowrap;
}

div.RadMenu .Services-firstColumn .rmText, div.RadMenu .Services-secondColumn .rmText
{
    padding: 20px 0 0 60px;
}

div.RadMenu .rmGroup .Services-secondColumn
{
    width: 201px !important;
    height: 48px;
    float: left !important;
    clear: none !important;
}

div.RadMenu .rmGroup li.Servive1
{
    background: transparent url('Images/service_01.png') no-repeat 0 0;
}

div.RadMenu .rmGroup li.Servive2
{
    background: transparent url('Images/service_02.png') no-repeat 0 0;
}

div.RadMenu .rmGroup li.Servive3
{
    background: transparent url('Images/service_03.png') no-repeat 0 0;
}
div.RadMenu .rmGroup li.Servive4
{
    background: transparent url('Images/service_04.png') no-repeat 0 0;
}
div.RadMenu .rmGroup li.Servive5
{
    background: transparent url('Images/service_05.png') no-repeat 0 0;
}
div.RadMenu li.video .rmText, div.RadMenu li.kb .rmText
{
    padding: 13px 0 0 60px;
}
div.RadMenu .rmGroup li.Servive6
{
    background: transparent url('Images/service_06.png') no-repeat 0 0;
}

div.RadMenu .rmGroup li.Servive7
{
    background: transparent url('Images/service_07.png') no-repeat 0 0;
}

div.RadMenu li.webinars .rmText, div.RadMenu li.code .rmText
{
    padding: 8px 0 0 60px;
}
div.RadMenu .rmGroup li.Servive8
{
    background: transparent url('Images/service_08.png') no-repeat 0 0;
}

.test
{
    border-style: dotted;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*
{
    padding: 0;
    margin: 0;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window
{
    font: 12px Arial, Helvetica, sans-serif;
    color: #333333;
}

#TB_secondLine
{
    font: 10px Arial, Helvetica, sans-serif;
    color: #666666;
}

#TB_window a:link
{
    color: #666666;
}
#TB_window a:visited
{
    color: #666666;
}
#TB_window a:hover
{
    color: #000;
}
#TB_window a:active
{
    color: #666666;
}
#TB_window a:focus
{
    color: #666666;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay
{
    position: fixed;
    z-index: 100000;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.TB_overlayMacFFBGHack
{
    background: url(macFFBgHack.png) repeat;
}
.TB_overlayBG
{
    background-color: #000;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

* html #TB_overlay
{
    /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window
{
    position: fixed;
    background: #ffffff;
    z-index: 100002;
    color: #000000;
    display: none;
    border: 4px solid #525252;
    text-align: left;
    top: 50%;
    left: 50%;
}

* html #TB_window
{
    /* ie6 hack */
    position: absolute;
    margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image
{
    display: block;
    margin: 15px 0 0 15px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
}

#TB_caption
{
    height: 25px;
    padding: 7px 30px 10px 25px;
    float: left;
}

#TB_closeWindow
{
    height: 25px;
    padding: 11px 25px 10px 0;
    float: right;
}

#TB_closeAjaxWindow
{
    padding: 7px 10px 5px 0;
    margin-bottom: 1px;
    text-align: right;
    float: right;
}

#TB_ajaxWindowTitle
{
    float: left;
    padding: 7px 0 5px 10px;
    margin-bottom: 1px;
}

#TB_title
{
    background-color: #e8e8e8;
    height: 27px;
}

#TB_ajaxContent
{
    clear: both;
    padding: 2px 15px 15px 15px;
    overflow: auto;
    text-align: left;
    line-height: 1.4em;
}

#TB_ajaxContent.TB_modal
{
    padding: 15px;
}

#TB_ajaxContent p
{
    padding: 5px 0px 5px 0px;
}

#TB_load
{
    position: fixed;
    display: none;
    height: 13px;
    width: 208px;
    z-index: 100004;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load
{
    /* ie6 hack */
    position: absolute;
    margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect
{
    z-index: 90000;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    border: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
}

* html #TB_HideSelect
{
    /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent
{
    clear: both;
    border: none;
    margin-bottom: -1px;
    margin-top: 1px;
    _margin-bottom: 1px;
}

/*****************  Domcollapse ****/

.trigger
{
    cursor: pointer;
}
.trigger:hover
{
    cursor: pointer;
    background: #ddf;
}
.expanded
{
    background: #ccf;
    cursor: pointer;
}
.expanded:hover
{
    background: #eef;
    cursor: pointer;
}
.show
{
    position: static;
    display: table;
}
.hide
{
    position: absolute;
    left: -999em;
    height: 1px;
    width: 100px;
    overflow: hidden;
}
