﻿/************************************************
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:#002e67; text-decoration:none; }
    a:hover, #menu a:hover, #menuSub a:hover, .pres .header a:hover, .FooterList a:hover { color:#e42518; }
    #menu .active a:hover { color: White; cursor: pointer; }
    .singleEducationInstitute { color:#002e67; }

    .buyLink img { float: right; text-align: right; }

/* HEADERS & TEXT */
    h1, .h1 { color:#e42518; 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: #e42518; }

/* FRAME */
    /* HeaderRow */
    .FrameHeaderRow { height: 190px; text-align: center; background: #2b5f90 url(http://static.educations.com/masterpages/themes/2/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/2/pics/bg_top_sub.jpg) repeat-x;}
/* search */
    .searchFormLeft .select, .searchFormStartSearch .select { background-image:url(http://static.educations.com/masterpages/themes/2/pics/forms/bg_select_rc.png) !important; }
    .searchFormLeft .button, .searchFormStartSearch .button { background: #f93939 url(http://static.educations.com/masterpages/themes/2/pics/forms/bg_inputbutton.png) repeat-x !important; }
    /* startSearch */
        .searchHeadIcon { background-image: url(http://static.educations.com/masterpages/themes/2/pics/search/icon.png); }
        .searchHeadTitle { background-image: url(http://static.educations.com/masterpages/themes/2/pics/search/bg.png); }

    /* MenuActive Image */
    #menu .active { background-image: url(http://static.educations.com/masterpages/themes/2/pics/bg_menuactive.png); }

    /* Table Headers */
    .tableHead { text-indent: 4px; background: #CCC url(http://static.educations.com/masterpages/themes/2/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/2/pics/forms/bg_search_small.png) no-repeat !important; }
    .inputButton { background: #efefef url(/masterpages/themes/2/pics/forms/bg_inputbutton.png) repeat-x !important; }
    */
    input[type="button"], input[type="submit"] {
	    color: #FFF !important;
	    border: solid 1px #db0404 !important;
	    background: #db0404 !important;
	    background: -webkit-gradient(linear, left top, left bottom, from(#db0404), to(#fb3c3c)) !important;
	    background: -moz-linear-gradient(top,  #db0404,  #fb3c3c) !important;
    }
    input[type="button"]:hover, input[type="submit"]:hover {
	    background: #db0404 !important;
	    background: -webkit-gradient(linear, left top, left bottom, from(#fb3c3c), to(#db0404)) !important;
	    background: -moz-linear-gradient(top,  #fb3c3c,  #db0404) !important;
    }
    input[type="button"]:active, input[type="submit"]:active {
	    color: #fcd3a5;
	    background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	    background: -moz-linear-gradient(top,  #f47a20,  #db0404);
    }
    
    .select { background:url(http://static.educations.com/masterpages/themes/2/pics/forms/bg_select_main.png) left top no-repeat !important; }
    .selected { background-image:url(http://static.educations.com/masterpages/themes/2/pics/forms/bg_select_rc_selected.png); }
    /*
    #search .button, .searchForm .button, .searchFilters .button { background-image: url(/masterpages/themes/2/pics/forms/bg_search.png) !important; } 
    */
    #irRC .select, #calRC .select, .searchRC .select { background:url(http://static.educations.com/masterpages/themes/2/pics/forms/bg_select_rc.png) left top no-repeat !important; }   /* RC Select */
    #irLC .select { background:url(http://static.educations.com/masterpages/themes/2/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/2/pics/forms/bg_search.png) left top no-repeat !important; }       /* Button */
    
    /* Serchfilters */
    .searchFilters .select, .ddRC .select { background:url(http://static.educations.com/masterpages/themes/2/pics/forms/bg_select_rc.png) left top no-repeat; }                          /* RC Select */
    .searchFilters .searchFilterSelected  { color:#fff;background:url(http://static.educations.com/masterpages/themes/2/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_red_left.png); }
        .RCColor .mid { background-image: url(http://static.educations.com/masterpages/pics/frame/rightcolumn/bg_red_mid.png); }
        .RCColor .right { background-image: url(http://static.educations.com/masterpages/pics/frame/rightcolumn/bg_red_right.png); }
    /* Icons */
        .RCInfo { background-image: url(http://static.educations.com/masterpages/pics/icons/frame/red/topleftinfo.png) !important; }
        .RCLogin { background-image: url(http://static.educations.com/masterpages/pics/icons/frame/red/topleftlogin.png) !important; }
        .RCSearch { background-image: url(http://static.educations.com/masterpages/pics/icons/frame/red/topleftsearch.png) !important; }
        
        .RCWhite .content iframe { position: relative; }
        
/* Main Sponsor */
    .CatSponsor .head { background-color: #1a5da4 !important; }
    .CatSponsor .head .L { background: url(http://static.educations.com/masterpages/pics/presentations/blue2/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/blue2/head_right.png) no-repeat; }
    .CatSponsor .body { background-image: url(http://static.educations.com/masterpages/pics/presentations/blue/body.png); border: solid 1px #1a5da4; }
    .CatSponsor .foot .L { background-image: url(http://static.educations.com/masterpages/pics/presentations/blue2/foot_left.png); }
    .CatSponsor .foot .M { background-image: url(http://static.educations.com/masterpages/pics/presentations/blue2/foot_mid.png); }
    .CatSponsor .foot .R { background-image: url(http://static.educations.com/masterpages/pics/presentations/blue2/foot_right.png); }
    
    .FrameMenuContent  { width:1110px; }
   
/* HTML Box */    
    #HTMLBox .footer td { background-color: #002E67 !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; }