/* Global Styles */
body
{
    font-family:times;    
	background-color: #6666FF;
	background-image: url("/images/bg.jpg");
}
.kjamenutext-color
{
    color:#FFFFFF;
    text-shadow: 1px 0px #FFFFFF;
}
.kjabackground
{
    background-color:#7744FF;
}

.kjabackground-light
{
    background-color:#7777FF;
}

.kjabackground-dark
{
    background-color:#7711FF;
}

h1
{
	font-size:16pt;
	font-style:italic;
	font-weight:bold;
	background-color: #7744FF; 
	color: #eeffee;
}

h2
{
	font-size:14pt;
	font-weight:bold;
	color: #7744FF;
}

h3
{
	font-size:14pt;
	font-style:italic;
	color: #7744FF;
}

h4
{
	font-size:12pt;
	font-style:italic;
	font-weight:bold;
	color: #7744FF;
}

.pagetitle {   
	font-size:14pt;
	background-color: #7744FF; 
	color: #eeffee;
	font-style:italic;
	font-weight:bold;
}

.regulartext {
	font-size:12pt;
	text-align: justify;
}
	
.kjabutton
{
    border: 1px solid rgba(100, 60, 230, 0.6); 
    width: 120pt; 
    height: 26pt; 
    line-height: 26pt; 
    text-align: center; 
    vertical-align: middle; 
    background-color: rgba(100, 60, 230, 0.3); 
    font-weight: bold;
    font-size:11pt;
}
table.importantdates
{
    height:110pt;
    width: 100%; 
    font-size: 12pt; 
    margin-left: auto; 
    margin-right: auto; 
    border: 2px dashed #0202aa;
}
td.importantdates
{
    border: 1px solid #0202aa;
    font-weight:bold;
    font-size:11pt;
}
a
{
    text-decoration: none;
    cursor:hand;
}
.slider-caption
{
    position:absolute; 
    text-align:left;
    left:10px; 
    top: 10px; 
    font-size:2.8vw; 
    font-weight:bold; 
    color:rgb(100, 20, 220);
    color:rgba(100, 20, 220, 0.9);
    text-shadow: 2px 2px 4px #110033;    
}
.carousel-indicators .active
{
    background-color: rgb(150,100,255);
    background-color: rgba(150,100,255,0.9);
}
.carousel-indicators li {

    background-color: rgb(100,50,200);
    background-color: rgba(100,50,200,0.4);
    box-shadow: 5px 5px 2px rgba(5,0,20,1);
}
.kjablinking{
    animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
    0%{     color: rgba(0,0,0,.1);    }
    49%{    color: rgba(0,0,0,.4); }
    60%{    color: rgba(0,0,0,.7); }
    99%{    color: rgba(0,0,0,1);  }
    100%{   color: rgba(0,0,0,1);    }
}