/* 
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *----------------------------------------------+--------+--------+
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on <div> tag surrounding Module Content, inside container
 *----------------------------------------------+--------+--------+
 */



/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body {
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane {
}

.ContentPane {
}

.RightPane {
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited {
}

A.SelectedTab:hover {
}

.tblnews-a span, .tblnews-a label {
    color: #000 !important;
}

A.SelectedTab:active {
}

/* text style for the unselected tabs */
.OtherTabs {
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited {
}

A.OtherTabs:hover {
}

A.OtherTabs:active {
}

/* GENERAL */
/* style for module titles */
.Head {
}

/* style of item titles on edit and admin pages */
.SubHead {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal {
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
}

.NormalRed {
    font-size: 12px;
}

.NormalBold {
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited {
}

A.CommandButton:hover {
}

A.CommandButton:active {
}

/* button style for standard HTML buttons */
.StandardButton {
}

/* GENERIC */
H1 {
}

H2 {
}

H3 {
}

H4 {
}

H5, DT {
}

H6 {
}

TFOOT, THEAD {
}

TH {
}

A:link {
}

A:visited {
}

A:hover {
}

A:active {
}

SMALL {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI {
}

    UL LI LI {
    }

        UL LI LI LI {
        }

OL LI {
}

OL OL LI {
}

OL OL OL LI {
}

OL UL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */
.Message {
}

/* style of item titles by Announcements and events */
.ItemTitle {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel {
    float: right;
    /*width: 415px;*/
}

.LoginTabGroup {
}

.LoginTab {
}

.LoginTabSelected {
}

.LoginTabHover {
}

.LoginContainerGroup {
}

.LoginContainer {
}

.dnnLabel {
    float: right;
}

.LoginPanel .dnnLabel {
    width: 125px;
}

.dnnForm .dnnFormItem {
    padding-bottom: 10px;
    text-align: right;
}

.dnnPrimaryAction, .dnnFormItem input[type="submit"], a.dnnPrimaryAction {
    margin-right: 17px;
}

div.dnnRegistrationForm .dnnForm {
    float: right;
}

.dnnActions li {
    float: right;
}

.dnnRegistrationForm .dnnLabel {
    width: 140px;
}
/*Register*/
/*LeftSide*/
.topleftbx {
    width: 530px;
    float: left;
}

.pr-entitr {
    text-align: right;
    font: 600 22px weblog;
    color: #4e4e4e;
}

.pr-fatitr {
    text-align: right;
    font: 600 14px tahoma;
    color: #4e4e4e;
    padding-top: 5px;
}

.pr-detail {
    text-align: justify;
    font:10pt/30px weblog;
    margin: 15px 0;
    padding-left:25px;
}

.pr-table {
    width: 100%;
    border: 0;
    margin-bottom: 25px;
}

.pr-td1 {
    width: 70px;
    text-align: right;
    height: 30px;
    vertical-align: middle;
}

.pr-td2 {
    vertical-align: middle;
}

.pr-td-price {
    color: #689800;
    font: 20px tahoma;
    vertical-align: middle;
}

.pr-td-mojud {
    color: #77ae00;
    font: 600 12px tahoma;
    vertical-align: middle;
}

.prbtnbx {
    width: 185px;
    margin: 0 auto;
}

    .prbtnbx a {
        width: 185px;
        height: 35px;
        border-radius: 4px;
        display: inline-block;
        text-decoration: none;
        text-align: center;
        margin: 0 0 3px 0;
    }

.pay-btnbx a .add {
    height: 36px;
    color: gray;
    font:bold 10pt/32px tahoma;
    float: right;
    padding-right: 40px;
    margin: 0 10px 0 0;
    background: url("/Portals/_default/Skins/SkinMain/images/Add-512.png") no-repeat scroll right center rgba(0, 0, 0, 0);
}

.pr-buybtn {
    background: rgba(104,152,0,1);
}

.pr-dtbbtn {
    background: rgba(122,122,122,1);
}

.pr-buybtn:hover {
    background: rgba(94,138,0,1);
}

.pr-dtbbtn:hover {
    background: rgba(105,105,105,1);
}

.prbtnbx a p {
    height: 36px;
    color: #fff;
    font: 8pt/32px tahoma;
    float: right;
    padding-right: 30px;
    margin: 0 29px 0 0;
}

.pr-buybtn p {
    background: url(images/pro-buy.png) no-repeat right center;
}

.pr-dtbbtn p {
    background: url(images/pro-dtb.png) no-repeat right center;
}


/*tableSide*/
.tablebx {
    width: 945px;
    margin: 10px 0 10px 0;
    text-align: center;
}

.tabhead {
    width: 100%;
    border-bottom: 1px solid #2b66a2;
    margin-bottom: 20px;
    height: 35px;
}

    .tabhead li {
        text-align: center;
        padding: 0 20px;
        float: right;
        height: 35px;
        line-height: 33px;
        margin-left: 2px;
        background: #f1f1f1;
    }

.tabselect {
    color: #fff;
    background: #2b66a2 !important;
}

.per-tbl {
    width: 100%;
}

    .per-tbl tr {
        height: 30px;
        border-bottom: 1px solid #efefef;
    }

        .per-tbl tr:hover {
            background: #f9f9f9;
        }

.per-trtitr {
    background: #e9e9e9;
    color: #686868;
    font: 10pt tahoma;
}

    .per-trtitr:hover {
        background: #e9e9e9 !important;
    }

.per-td1 {
    width: 320px;
    vertical-align: middle;
    text-align: justify;
    padding-right: 15px;
}

.per-td2 {
    width: 230px;
    vertical-align: middle;
    text-align: left;
}

.per-td3 {
    width: 380px;
    vertical-align: middle;
}

/*RightSide*/
.marg-rght {
    width: 945px;
    margin-right: 35px;
    position: relative;
}

.toprightbx {
    width: 350px;
    padding: 0 0 10px 34px;
    border-left: 1px solid #efefef;
    float: right;
}

.pr-imgbx {
    width: 350px;
    height: 330px;
}

.pr-bimg {
    width: 350px;
    height: 265px;
    border: 1px solid #efefef;
    background: #fff;
}

.pr-lsarrow {
    height: 53px;
    width: 10px;
    background: url(images/pr-sarrow.png) no-repeat 0 center;
    float: left;
}

.pr-rsarrow {
    height: 53px;
    width: 10px;
    background: url(images/pr-sarrow.png) no-repeat -14px center;
    float: right;
}

.pr-simgs {
    margin: 0px;
}

    .pr-simgs ul li {
        margin: 0 5px;
        width: 70px;
        height: 53px;
        border: 1px solid #efefef;
        float: left;
        background: #fff;
    }

        .pr-simgs ul li a img {
            width: 70px;
            height: 53px;
        }

.starbx {
    float: left;
    width: 300px;
    height: 11px;
    margin-bottom: 35px;
    margin-top: 13px;
}

    .starbx ul li {
        width: 11px;
        height: 11px;
        float: left;
        margin-right: 2px;
    }

    .starbx p {
        text-align: left;
        padding-left: 5px;
        float: left;
        line-height: 10px;
    }

.share-btns {
    padding-right: 25px;
    height: 15px;
    margin: 9px 0;
}

    .share-btns a {
        text-decoration: none;
        color: #3d3d3d;
    }

.fav-btn {
    background: url(images/1fav-btn.png) no-repeat right center;
}

.mail-btn {
    background: url(images/1mail-btn.png) no-repeat right center;
}

.share-btn {
    background: url(images/1share-btn.png) no-repeat right center;
}

.username {
    font: 14px weblog;
    color: White;
}

.loginReg > span {
    color: White;
}

.statuspro {
    float: right;
    width: 100%;
    padding: 9px 10px 8px 0;
    font-size: 9pt;
    font-family: weblog;
}

.contentslog{
    margin:0px !important;
}

.dnnFormItem.div-btn { 
    width:47%;
}
.bannerPic{
  border-radius:5px;
  align: center;
}

.myTablekelasi {
    border=1;
    border-style:solid;
    border-color:#fff;
	font-size:small;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
}
table.myTablekelasi td{
    width:200px;
}
table.myTablekelasi tr:nth-of-type(odd) {
    background: #b4c6e7;
}
table.myTablekelasi tr:nth-of-type(even) {
    background: #d9e1f2;
}

