﻿
/*------- General -----------------------------------------*/
/*---------------------------------------------------------*/
/*
body		{ direction:rtl; font-family:Arial; font-size: 13px; margin: 0px; }
input		{ font-size: 11px; }
select		{ font-size: 11px; }
table		{ padding: 0px; border-collapse:collapse; }
td			{ vertical-align:top; }
a			{ text-decoration:none; color:#384D99; }
a:hover		{ text-decoration:underline; }
textarea	{ font-size: 11px; font-family:Arial; }


*/

P {
    margin-top: 0px;
}

body {
    margin: 0px;
}


TABLE {
    border-collapse: collapse;
}

INPUT {
    direction: rtl;
}

SELECT {
    direction: rtl;
}

IMG {
    border: none;
}

A {
    text-decoration: none;
    color: #353F48;
}

    A:Hover {
        text-decoration: underline;
    }

    A.Wide {
        width: 100%;
    }

    A.BlueLink {
        color: #115488;
    }


/* InstitutePopup */
.InstitutePopup {
    background-color: #85AFE8;
    direction: rtl;
    width: auto;
    z-index: 100;
    position: absolute;
    font-weight: normal;
    margin-left: -100%;
    margin-top: 15px;
    display: none;
}

    .InstitutePopup TD {
        padding: 2px;
        padding-right: 10px;
        padding-left: 8px;
        color: white;
        font-size: 12px;
        font-family: arial;
        border: solid 1px #DDDDFF;
    }

    .InstitutePopup A {
        color: white;
    }


/* AcademicProgramsBatch */
.AcademicProgramsBatch .Category {
    width: 392px;
    height: 24px;
    background-image: url('/images/gui/institutions/institute-programs/title-program].gif');
    color: white;
    font-weight: bold;
    background-position: right top;
    padding-right: 28px;
    padding-top: 7px;
    background-repeat: no-repeat;
}

.AcademicProgramsBatch .Program {
    width: 340px;
    background-color: white;
    margin-bottom: 5px;
}

    .AcademicProgramsBatch .Program IMG {
        padding-right: 6px;
        padding-left: 3px;
        padding-bottom: 1px;
        width: 6px;
        height: 5px;
    }




/* TopMenu */
.TopMenuOld {
    direction: rtl;
    font-family: Arial;
}

    .TopMenuOld TABLE {
        direction: rtl;
        margin: auto;
        width: 100%;
    }

    .TopMenuOld .NotSelected {
        background-image: url('/images/gui/where-do-i-fit/main-button.gif');
        background-position: center;
        background-repeat: no-repeat;
        width: 80px;
        height: 25px;
    }

    .TopMenuOld .Selected {
        background-position: center;
        background-repeat: no-repeat;
        width: 80px;
        height: 25px;
    }

    .TopMenuOld A {
        width: 100%;
        height: 100%;
        font-weight: bold;
        font-size: 12px;
        text-align: center;
        color: #115488;
        padding-top: 4px;
    }

    .TopMenuOld .Selected A {
        color: White;
    }

/* Top Menu Popup */
.TopMenuPopupOld {
    z-index: 100;
    position: absolute;
    margin-right: 0px;
    margin-top: 2px;
    display: none;
    border: solid 1px #B5B5B5;
    font-family: Arial;
    direction: rtl;
    background-color: White;
    width: 140px;
}

    .TopMenuPopupOld .Spacer {
        border: solid 2px white;
    }

    .TopMenuPopupOld TABLE {
        background-color: #F7F7F7;
    }

    .TopMenuPopupOld TD {
        font-size: 12px;
        color: #444444;
    }

    .TopMenuPopupOld .Bullet {
        background-image: url('/images/gui/dropdownmenu/bullet.jpg');
        width: 6px;
        height: 7px;
        background-repeat: no-repeat;
        background-position: center center;
        padding: 3px;
        padding-left: 14px;
    }

    .TopMenuPopupOld .Link {
        padding-top: 2px;
        padding-bottom: 3px;
        width: 130px;
        border-bottom: dotted 1px #ADAEAD;
        text-align: right;
    }

        .TopMenuPopupOld .Link A {
            width: 100%;
            height: 100%;
            text-align: right;
            color: #333333;
            font-weight: normal;
        }

            .TopMenuPopupOld .Link A:Hover {
                font-weight: bold;
            }

/*------- Validators ----------------------------------------*/
/*-----------------------------------------------------------*/
.ValidatorError {
    cursor: hand;
}

