

/* Layout Settings */
.jquerybubblepopup
{
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px;
    position: absolute;
    border: 0px;
    z-index: 100;
    text-align: center;
    background-color: transparent;
}
.jquerybubblepopup-ie
{
    filter: progid:DXImageTransform.Microsoft.Shadow(color="#666666", Direction=135, Strength=3);
}
/* the plugin adds this class only if browser is IE; if IE9, it's added to main <DIV> else to <TABLE> */
.jquerybubblepopup table
{
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px;
    display: table;
    border-collapse: collapse;
    border-spacing: 0px;
    border: 0px;
    empty-cells: show;
    background-color: transparent;
}
.jquerybubblepopup tbody
{
    display: table-row-group;
    vertical-align: middle;
    border: 0px;
    background-color: transparent;
}
.jquerybubblepopup td
{
    margin: 0px;
    padding: 0px;
    background-color: transparent;
}
.jquerybubblepopup-top-left, .jquerybubblepopup-top-right, .jquerybubblepopup-bottom-left, .jquerybubblepopup-bottom-right
{
    width: 21px;
    height: 21px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.jquerybubblepopup-top-middle, .jquerybubblepopup-bottom-middle
{
    overflow: hidden;
    background-repeat: repeat-x;
}
.jquerybubblepopup-middle-left, .jquerybubblepopup-middle-right
{
    overflow: hidden;
    background-repeat: repeat-y;
}
.jquerybubblepopup-tail
{
    border: 0px;
    margin: 0px;
    padding: 0px;
    display: inline;
}

/*  
	Themes:

	The plugin adds the class of the theme (for example ".jquerybubblepopup-azure") 
	to the main <DIV> container, then you can edit the style of any element inside the 
	Bubble Popup markup for each theme.
	
	The following code defines fonts and backgrounds of the "innerHtml" for each theme:
*/
.jquerybubblepopup-azure .jquerybubblepopup-innerHtml, .jquerybubblepopup-black .jquerybubblepopup-innerHtml, .jquerybubblepopup-blue .jquerybubblepopup-innerHtml, .jquerybubblepopup-green .jquerybubblepopup-innerHtml, .jquerybubblepopup-grey .jquerybubblepopup-innerHtml, .jquerybubblepopup-orange .jquerybubblepopup-innerHtml, .jquerybubblepopup-violet .jquerybubblepopup-innerHtml, .jquerybubblepopup-yellow .jquerybubblepopup-innerHtml {
    font-family: 'Trebuchet MS',Arial;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    /*background-color: #ceedb2;*/
    background-color: #00AEEF;
}
.jquerybubblepopup-all-azure .jquerybubblepopup-innerHtml, .jquerybubblepopup-all-black .jquerybubblepopup-innerHtml, .jquerybubblepopup-all-blue .jquerybubblepopup-innerHtml, .jquerybubblepopup-all-green .jquerybubblepopup-innerHtml, .jquerybubblepopup-all-grey .jquerybubblepopup-innerHtml, .jquerybubblepopup-all-orange .jquerybubblepopup-innerHtml, .jquerybubblepopup-all-violet .jquerybubblepopup-innerHtml, .jquerybubblepopup-all-yellow .jquerybubblepopup-innerHtml
{
    font-family: 'Trebuchet MS' ,Arial;
    font-size: 11px;
    font-weight: normal;
    color: #FFFFFF;
}
.jquerybubblepopup-all-azure .jquerybubblepopup-innerHtml
{
    background-color: #0099FF;
}
.jquerybubblepopup-all-black .jquerybubblepopup-innerHtml
{
    background-color: #000000;
}
.jquerybubblepopup-all-blue .jquerybubblepopup-innerHtml
{
    background-color: #0066CC;
}
.jquerybubblepopup-all-green .jquerybubblepopup-innerHtml
{
    background-color: #66FF00;
}
.jquerybubblepopup-all-grey .jquerybubblepopup-innerHtml
{
    background-color: #666666;
}
.jquerybubblepopup-all-orange .jquerybubblepopup-innerHtml
{
    background-color: #FF9933;
}
.jquerybubblepopup-all-violet .jquerybubblepopup-innerHtml
{
    background-color: #FF33FF;
}
.jquerybubblepopup-all-yellow .jquerybubblepopup-innerHtml
{
    background-color: #FFCC00;
}


.up_container {
    background-color: #00AEEF;
}
.up_icon
{
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 10px;
    padding-left: 3px;
    float: left;
}
.up_heading {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    line-height: 25px;
    font-weight: bold;
    text-align: left;
    color: white;
    margin-left: 92px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 3px;
    text-align: left;
}



.up_subheading
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
    color: white;
    margin-left: 92px;
    margin-bottom: 3px;
    margin-right: 5px;
    text-align: left;
}
.up_body
{
    margin-left: 92px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 17px;
    font-weight: normal;
    color: white;
    margin-right: 5px;
    margin-bottom: 8px;
    text-align: left;
}
.up_reglink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 17px;
    font-weight: bold;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 92px;
    text-align: right;
    color: white !important;
}

.up_reglink a {
    color: white !important;
}
.up_content_subtext
{
    text-align:left;
}

/*------- EDU-s popup-ok stílusa ---------------------*/
.up_container_edu
{

}

.up_content_subtext_edu
{
    text-align:left;
    margin-left:5px;
}

.up_reglink_edu
{
    text-align: right;
    padding-right: 20px;
    font-weight: bold;
    font-size: 12px;
}

.up_reglink_edu a
{
    color:#2c8c0b;
}

.jquerybubblepopup-innerHtml_edu
{

}

.up_heading_edu
{
font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    line-height: 25px;
    font-weight: bold;
    text-align: left;
    color: #FFFFFF;
    margin-left: 5px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 3px;
    text-align: left;
}

.up_sub_data
{
    margin-left:5px;
}
