/* body styles */

body {
	background : #ffffff;
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a:link {
	color : #990000;
	text-decoration : underline;
}/* red */

a:visited {
	color : #0c3844;
	text-decoration : underline;
}/* blue */

a:active {
	color : #3e6b6b;
	text-decoration : underline;
}/* green */

a:hover {
	background-color : #e2edef;
	text-decoration : none;
}/* light blue */



/* font color styles */

.red {
	color : #990000; 
}

.blue {
	color : #0c3844; 
}

.green {
	color : #3e6b6b; 
}

.calendar {
	color : #3f8383; 
}


/* font sizes */

.mediumfont {
	font-size : .80em; 
}

.smallfont {
	font-size : .70em; 
}

.smallerfont {
	font-size : .65em; 
}

/* font sizes with colors */

.smallfontred {
	font-size : .70em; 
	color : #990000;
}

.smallfontblue {
	font-size : .70em; 
	color : #0c3844;
}

.smallfontgreen {
	font-size : .70em; 
	color : #3e6b6b;
}

.mediumfontred {
	font-size : .80em;
	color : #990000;  
}

.mediumfontblue {
	font-size : .80em;
	color : #0c3844;  
}

.mediumfontgreen {
	font-size : .80em;
	color : #3e6b6b;  
}

.largefontgreen {
	font-size : 1em;
	color : #3e6b6b; 
}

/* boxes */

.box {
	background : #e2edef;
	border-style : solid solid solid solid;
	border-width : 1px;
	border-color : #aac4bf;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : .80em;
	color : #0c3844;
}

.boxs {
	background : #e2edef;
	border-style : solid solid solid solid;
	border-width : 1px;
	border-color : #aac4bf;	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : .70em;
	color : #0c3844; 
}

.boxno {
	background : #e2edef;
	border-style : solid solid solid solid;
	border-width : 1px;
	border-color : #aac4bf;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #0c3844;
}/* used only in events */
	
.linebox {
	background : #ffffff;
	border-style : solid solid solid solid;
	border-width : 1px;
	border-color : #aac4bf;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : .80em;
	color : #0c3844; 
	}
	
.lineboxs {
	background : #ffffff;
	border-style : solid solid solid solid;
	border-width : 1px;
	border-color : #aac4bf;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : .70em;
	color : #0c3844;  
	}	
	
.lineboxno {
	background : #ffffff;
	border-style : solid solid solid solid;
	border-width : 1px;
	border-color : #aac4bf;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #0c3844;  
	}
	
.calendarbox {
	background : #ffffff;
	border-style : solid solid solid solid;
	border-width : 1px;
	border-color : #aac4bf;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : .75em;
	color : #0c3844;  
	}
	
.redbox {
	background : #ffffff;
	border-style : solid solid solid solid;
	border-width : 1px;
	border-color : #990000;
}/* used only in events */

/* pullquote */
	
.pullquote {
	background : #e2edef; 
	border-style : solid solid solid solid;
	border-width : 1px;
	border-color : #aac4bf;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : .70em;
	text-align : center;
	padding : 5px;
    margin: 5px;
	}

/* video extracts in article body */
	
.extract {
	background : #ffffff; 
	border-style : solid solid solid solid;
	border-width : 1px;
	border-color : #aac4bf;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : .70em;
	text-align : center;
	padding : 5px;
    margin: 5px;
	}
	
/* contrasting colors in results tables */
	
.row0 {
	background-color : #ffffff;
	}
	
.row1 {
	background-color: #e2edef;
	}

/* search boxes */
	
.search {
	border: #aac4bf 1px solid;
	font-size : 15px;
    width: 210px;
}
.searcheducate {
	border: #aac4bf 1px solid;
	font-size : 15px;
    width: 75px;
}

.searchevent {
	border: #aac4bf 1px solid;
	font-size : 15px;
}
.submit {
    font-size: 11px;
    background-color: #e2edef;
    color: #0c3844;
    padding: 1px;
    border: 1px solid #aac4bf;
}

.artscouncil {
    font-size: 1em;
    padding: 10px;
	background : #fff;
	border: 1px solid #aac4bf;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #0c3844;
}







.newboxs {
	float: left;
	background : #e2edef;
	border: 1px solid #aac4bf;	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : .7em;
	color : #0c3844; 
	margin-right: 10px;
	margin-bottom: 10px;
}


.newboxsr {
	float: right;
	background : #e2edef;
	border: 1px solid #aac4bf;	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : .7em;
	color : #0c3844; 
	margin-right: 10px;
	margin-bottom: 10px;
}



/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#990000;
	font-weight:normal;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: ; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #000;
    text-align: left;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(shop/images/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(shop/images/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #3E6B6B;
    background: url(shop/images/bubble.gif) no-repeat bottom;
}
