﻿/************************************************
Override any class you want in this file
EXAMPLE:
    .className { color: White !important; }
*************************************************/

/*** DONT TOUCH - Framework CSS ***/
    @import "http://static.educations.com/css/masterpages/uc.css";
    @import "http://static.educations.com/css/masterpages/rc.css";
    @import "http://static.educations.com/css/masterpages/html.css";
    @import "http://static.educations.com/css/masterpages/frame.css";
    @import "http://static.educations.com/css/masterpages/forms.css";
    @import "http://static.educations.com/css/masterpages/search.css";
/*** DONT TOUCH - Framework CSS ***/

/* LINKS */
    a { font-weight:bold; color:#0063a7; text-decoration:none; }
    a:hover, #menu a:hover, #menuSub a:hover, .pres .header a:hover, .FooterList a:hover, .review .header a:hover { color:#b39356; }
    #menu .active a:hover { color: White; cursor: pointer; }
    .singleEducationInstitute { color:#0063a7; }

/* HEADERS & TEXT */
    h1, .h1 { color:#6e6e6e; font-size:12pt; font-weight: bold; }
    h2, .h2 { color:#46608B; font-size:11pt; font-weight: bold; margin-bottom:3px; }
    h3, .h3 { color: #46608B; font-size:9pt; font-weight:bold; margin-top: 5px; margin-bottom:4px; } /* används som rubrik på presentationer */
    h4, .h4 { color: #000; font-size:8pt; font-weight:normal; margin: 0px; padding: 0px; font-style: italic;  } /* används i huvudsak som underrubrik på en presentation */
    .h1frame { color: #6E6E6E; margin: 0px; padding: 0px; font-size: 14pt;}
    .txtMark { color: #b39356; }

/* search */
    .searchFormLeft .select, .searchFormStartSearch .select { background-image:url(http://static.educations.com/masterpages/themes/4/pics/forms/bg_select_rc.png) !important; }
    .searchFormLeft .button, .searchFormStartSearch .button { background: #e2c279 url(http://static.educations.com/masterpages/themes/4/pics/forms/bg_inputbutton.png) repeat-x !important; }
    /* SEARCH FORM TOP */
    #searchFormTop select { margin-bottom: 3px; }

/* FRAME */
    /* HeaderRow */
    .FrameHeaderRow { height: 190px; text-align: center; background: #2b5f90 url(http://static.educations.com/masterpages/themes/4/pics/bg_top.jpg) repeat-x; background-position: center; overflow: hidden; }
    .FrameHeaderRowSubmenu { height: 40px; line-height: 40px; text-align: left; background: #2b5f90 url(http://static.educations.com/masterpages/themes/4/pics/bg_top_sub.jpg) repeat-x;}

    /* PresentationsHeader */
    .pres .header { background-color:#2a639c; border: none; color:#FFF; }
    .pres .header a { color:#FFF; }
    .pres .header a.nolink { color: #FFF; }

    /* MenuActive Image */
    #menu .active { background-image: url(http://static.educations.com/masterpages/themes/4/pics/bg_menuactive.png); }

    /* Table Headers */
    .tableHead { text-indent: 4px; background: #CCC url(http://static.educations.com/masterpages/themes/4/pics/bg_header.png) repeat-x; height: 22px; line-height: 22px; font-size: 8pt; color: White; font-weight: bold; }
    .tableHead2 { text-indent: 4px; background: #CCC url(http://static.educations.com/masterpages/pics/frame/bg_header_gray.png) repeat-x; height: 22px; line-height: 22px; font-size: 8pt; color: #777777; font-weight: bold; }
    
/* INPUTS */
    /*
    .buttonSmall { background: #ff8e33 url(/masterpage/themes/4/pics/forms/bg_search_small.png) no-repeat !important; }
    .inputButton { background: #e4c47b url(http://static.educations.com/masterpages/themes/4/pics/forms/bg_inputbutton.png) repeat-x !important; }
    */
    input[type="button"], input[type="submit"] {
	    color: #FFF !important;
	    border: solid 1px #d1aa63 !important;
	    background: #b68d47 !important;
	    background: -webkit-gradient(linear, left top, left bottom, from(#b68d47), to(#f9db8e)) !important;
	    background: -moz-linear-gradient(top,  #b68d47,  #f9db8e) !important;
    }
    input[type="button"]:hover, input[type="submit"]:hover {
	    background: #b68d47 !important;
	    background: -webkit-gradient(linear, left top, left bottom, from(#f9db8e), to(#b68d47)) !important;
	    background: -moz-linear-gradient(top,  #f9db8e,  #b68d47) !important;
    }
    input[type="button"]:active, input[type="submit"]:active {
	    color: #fcd3a5;
	    background: -webkit-gradient(linear, left top, left bottom, from(#b68d47), to(#b68d47));
	    background: -moz-linear-gradient(top,  #b68d47,  #b68d47);
    }
    .select { background:url(http://static.educations.com/masterpages/themes/4/pics/forms/bg_select_main.png) left top no-repeat !important; }
    .selected { background-image:url(http://static.educations.com/masterpages/themes/4/pics/forms/bg_select_rc_selected.png); }
    #irRC .select, #calRC .select, .searchRC .select { background:url(http://static.educations.com/masterpages/themes/4/pics/forms/bg_select_rc.png) left top no-repeat !important; }   /* RC Select */
    #irLC .select { background:url(http://static.educations.com/masterpages/themes/4/pics/forms/bg_select_lc.png) left top no-repeat !important; }                                      /* LC Select */
    #irRC .button, #irLC .button, .searchRC .button  
    {
        background:url(http://static.educations.com/masterpages/themes/4/pics/forms/bg_search.png) left top no-repeat !important; 
        padding-left: 0 !important; 
        margin: 0 !important; }
    #search .button, .searchForm .button, .searchFilters .button { background-image: url(http://static.educations.com/masterpages/themes/4/pics/forms/bg_search.png) !important; border: none !important; }
    .searchRC .button  
    {
        padding-right: 0 !important; 
        margin-left: 5px; 
        position:relative;
        right:-10px;
        display: block;
    }
    .searchRC input
    {
        margin-bottom: 30px;
    }

    /* Serchfilters */
    .searchFilters .select, .ddRC .select { background:url(http://static.educations.com/masterpages/themes/4/pics/forms/bg_select_rc.png) left top no-repeat; }                      /* RC Select */
    .searchFilters .searchFilterSelected  { color:#fff;background:url(http://static.educations.com/masterpages/themes/4/pics/forms/bg_select_rc_selected.png) left top no-repeat; } /* RC Select/Selected */
    
/* STARS */
    .filledRatingStar { background-image: url(http://static.educations.com/masterpages/pics/icons/star.png); } 
    .emptyRatingStar { background-image: url(http://static.educations.com/masterpages/pics/icons/star_gray.png); }
    .savedRatingStar { background-image: url(http://static.educations.com/masterpages/pics/icons/star.png); }
    
/* RIGHTCOLUMNS */
    /* Frame */
        .RCColor .left { background-image: url(http://static.educations.com/masterpages/pics/frame/rightcolumn/bg_gold_left.png); }
        .RCColor .mid { background-image: url(http://static.educations.com/masterpages/pics/frame/rightcolumn/bg_gold_mid.png); }
        .RCColor .right { background-image: url(http://static.educations.com/masterpages/pics/frame/rightcolumn/bg_gold_right.png); }
    /* Icons */
        .RCInfo { background-image: url(http://static.educations.com/masterpages/pics/icons/frame/gold/topleftinfo.png) !important; }
        .RCLogin { background-image: url(http://static.educations.com/masterpages/pics/icons/frame/gold/topleftlogin.png) !important; }
        .RCSearch { background-image: url(http://static.educations.com/masterpages/pics/icons/frame/gold/topleftsearch.png) !important; }
        
/* Main Sponsor */
    .CatSponsor .head { background-color: #3482b2 !important; }
    .CatSponsor .head .L { background: url(http://static.educations.com/masterpages/pics/presentations/blue/head_left.png) no-repeat; }
    .CatSponsor .head .M { color: #fff; }
    .CatSponsor .head .M a { color: #fff; }
    .CatSponsor .head .R { background: url(http://static.educations.com/masterpages/pics/presentations/blue/head_right.png) no-repeat; }
    .CatSponsor .body { background-image: url(http://static.educations.com/masterpages/pics/presentations/blue/body.png); border: solid 1px #3482b2; }
    .CatSponsor .foot .L { background-image: url(http://static.educations.com/masterpages/pics/presentations/blue/foot_left.png); }
    .CatSponsor .foot .M { background-image: url(http://static.educations.com/masterpages/pics/presentations/blue/foot_mid.png); }
    .CatSponsor .foot .R { background-image: url(http://static.educations.com/masterpages/pics/presentations/blue/foot_right.png); }
    
/* HTML Box */    
    #HTMLBox .footer td { background-color: #007FB2 !important; }
    #HTMLBox .footer td span { color: White; }
    
    .compareButton { background-image: url(http://static.educations.com/masterpages/pics/buttons/info_request_mail.png); background-repeat: no-repeat; width: 128; height: 20px; padding-top: 5px; padding-left: 30px; cursor: pointer; font-weight: bold; }