﻿body {	
    BACKGROUND: #fff;	
    FONT: 12px/1.25 "Helvetica Neue", Arial, sans-serif;	
    COLOR: #222;
}

/* Link ---------------------*/
a.my
{
	color:#95be17;
	text-decoration:none;
}
a.my:hover
{
	color:#d62020;
	text-decoration:underline;
}
/* link ---------------------*/
/* Menu ---------------------*/
a#home img
{
	height: 34px; width:94px; border-width: 0;
}
a#home:link, a#home:active, a#home:visited img {
	background-image: url('images/red_home.gif');
}	
a#home:hover img {
	background-image: url('images/gray_home.gif');
}

a#register img
{
	height: 34px; width:94px; border-width: 0;
}
a#register:link, a#register:active, a#register:visited img {
	background-image: url('images/red_register.gif');
}	
a#register:hover img {
	background-image: url('images/gray_register.gif');
}

a#about img
{
	height: 34px; width:94px; border-width: 0;
}
a#about:link, a#about:active, a#about:visited img {
	background-image: url('images/red_about.gif');
}	
a#about:hover img {
	background-image: url('images/gray_about2.gif');
}

a#team img
{
	height: 34px; width:94px; border-width: 0;
}
a#team:link, a#team:active, a#team:visited img {
	background-image: url('images/red_team.gif');
}	
a#team:hover img {
	background-image: url('images/gray_team.gif');
}

a#news img
{
	height: 34px; width:94px; border-width: 0;
}
a#news:link, a#news:active, a#news:visited img {
	background-image: url('images/red_news.gif');
}	
a#news:hover img {
	background-image: url('images/gray_news.gif');
}

a#agend img
{
	height: 34px; width:94px; border-width: 0;
}
a#agend:link, a#agend:active, a#agend:visited img {
	background-image: url('images/red_agend.gif');
}	
a#agend:hover img {
	background-image: url('images/gray_agend.gif');
}

a#gallery img
{
	height: 34px; width:94px; border-width: 0;
}
a#gallery:link, a#gallery:active, a#gallery:visited img {
	background-image: url('images/red_gallery.gif');
}	
a#gallery:hover img {
	background-image: url('images/gray_gallery.gif');
}

a#speakers img
{
	height: 34px; width:94px; border-width: 0;
}
a#speakers:link, a#speakers:active, a#speakers:visited img {
	background-image: url('images/red_speaker.gif');
}	
a#speakers:hover img {
	background-image: url('images/gray_speaker2.gif');
}
/* Menu ---------------------*/

.NOTE
{
	font-family:Verdana;
	font-size:21px;
	color:White;
}
.empty
{
	text-indent: 13px; color:#9fca18; font-size:21px; font-family:Tahoma; text-align:justify;
}
.confirm-dialog {	
    BACKGROUND: url(img/bg/dialog24.png) no-repeat left top;	
    MARGIN: 0px auto;	
    /*WIDTH: 330px;	*/
    PADDING-TOP: 14px;	
    POSITION: relative;
}

.confirm-dialog .inner {	
    PADDING-RIGHT: 20px;	
    PADDING-LEFT: 20px;	
    PADDING-BOTTOM: 11px;	
    BACKGROUND: url(img/bg/dialog24.png) no-repeat left bottom;	
    FLOAT: left;	
    MARGIN: 0px 0px -20px 0px;	
    /*WIDTH: 290px;	*/
    PADDING-TOP: 0px;
} 

.confirm-dialog .base {	
    BORDER-TOP: #ddd 1px solid;	
    /*BACKGROUND: url(img/bg/dialog-base.png) no-repeat left bottom;*/
    PADDING-BOTTOM: 4px;	
    MARGIN-LEFT: -11px;	
    MARGIN-RIGHT: -11px;	
    PADDING-TOP: 4px;	
    TEXT-ALIGN: center;
}

.confirm-dialog H2 {	
    FONT-WEIGHT: bold;	
    FONT-SIZE: 1.25em;	
    COLOR: #f60;
    TEXT-ALIGN: center;
} 

.confirm-dialog input {	
    WIDTH:50px;
}     

.close {	
    DISPLAY: block;	
    BACKGROUND: url(img/icn/close24.png) no-repeat 0px 0px;	
    LEFT: -5px;	
    WIDTH: 26px;	
    TEXT-INDENT: -1000em;	
    POSITION: absolute;	
    TOP: -7px;	
    HEIGHT: 26px;	
}   

.modalBackground {
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
} 
