body 
{
    background-image: url(Images/fractal625.jpg);
    font-family: Verdana;
    text-align: left;
    color: #FFFFCC;
    letter-spacing: 1px;
    font-size: 11pt;
    line-height: 16pt;
}

h1
{
	font-size:13pt;
    color: #55b3ff;
    letter-spacing: normal;
}

a
{
    color: #eeeeee;
    text-decoration: none;
}

a:hover
{
    color: #0e3a6e;
    text-decoration: underline;
}

td
{
    vertical-align: top;
}

/*-- MAIN TABLE --*/

.tblLayout
{
    width: 760px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-color: #2b7dd1;
}

.tblLayoutHeader
{
    width: 760px;
    height: 145px;
    background-image: url(Images/Header.jpg);
}

.tblLayoutNav
{
    width: 160px;
    padding-top: 25px;
    padding-left: 15px;
    text-align: left;
}

.tblLayoutMain
{
    width: 520px;
    background-image: url(Images/dna_light2.jpg);
    background-repeat: repeat-y;
    padding-right: 80px;
    text-align: left;
    font-size: 10pt;
}

.tblLayoutSeminar
{
    border: 1px solid #FFFFCC;
}

.tblLayoutSeminar th
{
    background-color: #FFFFCC;
    color: #2B7DD1;
}

.tblLayoutSeminar td
{
    border: 1px solid #FFFFCC;
}

.tblLayoutFooter
{
    width: 760px;
    height: 136px;
    background-image: url(Images/Footer.jpg);
}

/*-- NAVIGATION LINKS --*/

a.divNavElement
{
    
    display: block;
    width: 135px;
    height: 26px;
    background: url(Images/navElement.gif) 0 0 no-repeat;
    margin: 1px 0px 1px 0px;
    padding-top: 4px;
    padding-left: 10px;
}

a:hover.divNavElement
{
    background-position: 0px -31px;
}

.divNavChild
{
    font-size: 9pt;
    /*padding-left: 15px;*/
    text-align: left;
}

.divNavChildP
{
	padding-left: 15px;
}

a:hover.divNavChild
{
    color: #0e3a6e;
    text-decoration: underline;
}

.orionHeader
{
    font-size: 13pt;
    font-weight: bold;
    color: #55b3ff;
    letter-spacing: normal;
}

.orionImage
{
    float: right;
    margin-left: 5px;
}

.orionQuote
{
    color: #86c9fe;
    font-style: italic;
}

.seminarsTable
{
    background-color: #2569b0;
    border: solid 2px #000000;
}

.seminarsPlace
{
    font-weight: bold;
}

.seminarsDate
{
    letter-spacing: normal;
}

.tdData
{
    border-bottom: solid 1px black;
}

/* This is the selector of the ninth box, here's where we establish the measures, background colors, borders and shadows */
.box9{
	padding: 5px;
	width: 150px;
	min-height: 80px;
	position:relative;
	border: 1px solid rgba(0,0,0,0.1);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius:20px;
	background: white;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	box-shadow:0px 0px 5px rgba(0,0,0,0.3);
	color: #2B7DD1;
}

/* This is the border that envelops the box */
.box9:before{
	content: '';
	width: 110%;
	left: 0;
	height: 111%;
	z-index:-1;
	position:absolute;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius:20px;
	border: 1px solid rgba(0,0,0, 0.1);
	background: rgba(0, 0, 0, 0.0);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	-webkit-transform: 	translate(-5%,-5%);
	-moz-transform: translate(-5%, -5%);
	-o-transform: translate(-5%, -5%);
	transform: translate(-5%, -5%);
}

/* This is the tape of the top section of the box */
.box9:after{
	content: '';
	position:absolute;
	top:-10px; left: 30%;
	width: 60px;
	height: 20px;
	background: rgba(0, 0, 0, 0.1);
	background: -webkit-gradient(linear, 555% 20%, 0% 92%, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.0)), color-stop(.1,rgba(0, 0, 0, 0.2)));
	background: -moz-linear-gradient(555% 0 180deg, rgba(0,0,0,0.1), rgba(0,0,0,0.2) 10%, rgba(0,0,0,0.0));
	border-left: 1px dashed rgba(0, 0, 0, 0.1);
	border-right: 1px dashed rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 12px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 12px rgba(0,0,0,0.2);
}
