@charset "utf-8";
/* CSS Document */

.td_shadow {
	background-image: url(../img/shadow.jpg);
	background-repeat: repeat-y;
}
.td_shadow_r {
	background-image: url(../img/shadow_r.jpg);
	background-repeat: repeat-y;
}
body {
	background-color: #ececec;
	padding-top:0px; 
	margin:0; 
	padding:0;
	padding-bottom:0px;
	height:100%;
}

.silver_bold {
	color:#999999;
	font-weight:bold;	
}

.td_white {
	background-color:#FFFFFF	
}
.td_chiron {
	background-image: url(../img/chiron_bg.png);
	background-repeat: no-repeat;
}
.td_chiron_training {
	background-image: url(../img/chiron_bgtr.png);
	background-repeat: no-repeat;
}
.td_opening {
	background-image: url(../img/Openings_bar.png);
	background-repeat: no-repeat;
	background-position:center;
}
.td_partners {
	background-image: url(../img/partners_bar.png);
	background-repeat: no-repeat;
	background-position:center;
}
.td_opening_selected {
	background-image: url(../img/Opening_selected.png);
	background-repeat: no-repeat;
	background-position:center;
}
.td_3d_box {
	background-image: url(../img/3d_box.jpg);
	background-repeat: no-repeat;
}
.td_3d {
	background-image: url(../img/White-header-bkgd_trans_02.png);
	background-repeat: no-repeat;
}
.td_bottom {
	background-image: url(../img/bottom.png);
	background-repeat: no-repeat;
}
.txt_home {
	font-family: "Verdana";
	font-size: 12px;
	color:#000000;
	font-weight:normal;
	line-height: 150%;
	text-align:justify;
	padding-left:3px;
	padding-right:3px;
}
.txt_home_normal {
	font-family: "Verdana";
	font-size: 12px;
	color:#000000;
	font-weight:normal;
	line-height:150%;
}
.txt_home_news {
	font-family: "Verdana";
	font-size: 10px;
	color:#000000;
	font-weight:normal;
	line-height: 150%;
}
.txt_new_title_14 {
	font-family: "Verdana";
	font-size: 14px;
	color:#0066B2;
	font-weight:bold;
}
.txt_new_date_10 {
	font-family: "Verdana";
	font-size: 10px;
	color:#0066B2;
	font-weight:lighter;
}
.txt_new_title_16 {
	font-family: "Verdana";
	font-size: 16px;
	color:#000000;
	font-weight:bold;
}
.txt_news_botom_12 {
	font-family: "Verdana";
	font-size: 12px;
	color:#000000;
	font-weight:normal;
}


.fisheye{
	text-align: center;
	height: 50px;
	position: relative;
	left:-50px;
}
a.fisheyeItem
{
	text-align: center;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	width: 150px;
	position: absolute;
	display: block;
	top: 0;
}

.fisheyeItem img
{
	border: none;
	margin: 0 auto 5px auto;
	padding-top: 40px;
	width: 100%;
}

.fisheyeItem span
{
	display: none;
	positon: absolute;
  font-size:14px;
  font-family: "Verdana";
  font-weight:lighter;
}
.fisheyeContainter
{
	height: 10px;
	width: 600px;
	left: 500px;
	position: absolute;
}

#screenshot
{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}


.orange:link 
{
	font-family: "Verdana";
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ff801f;
	text-decoration:none;
}
.orange:visited 
{
	font-family: "Verdana";
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ff801f;
	text-decoration:none;
}
.orange:active {
	font-family: "Verdana";
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ff801f;
	text-decoration:none;
}
.orange:hover {
	font-family: "Verdana";
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ff801f;
	text-decoration:underline;
}

.white:link 
{
	font-family: "Verdana";
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color:#FFFFFF;
	text-decoration:none;
}
.white:visited 
{
	font-family: "Verdana";
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration:none;
}
.white:active {
	font-family: "Verdana";
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration:none;
}
.white:hover {
	font-family: "Verdana";
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration:none;
}

/** FOOTER **/
#footer 
{
	padding: 4px;
	color:: #fff;
	font-size: 12px;
	width:100% !important;
	background-image: url(../img/bottom.png);
	background-repeat:no-repeat;
}

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
	display:block;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}

#player_container a, #player_container a:link, #player_container a:visited, #player_container a:hover, #player_container a:focus, #player_container a:active, #player_container p {
	color: #1b6b9d;
}

#player_container img{
  padding-right: 10px;
  vertical-align: bottom;
}

#download{
  font-family: "Verdana";
	font-size: 10px;
	color:#000000;
	font-weight:normal;
}


#download p{
  height: 26px;
  margin: 0 auto;
  padding-top: 10px;
  padding-left: 65px;
  margin: 0px;
  vertical-align: middle;
}
#download img{
  border: 0px;
  vertical-align: middle;
  float: right;
  padding-right: 30px;
}

.container_td_opening{
  font-size: 10px;
}


.container_td_opening ul{
  margin: 0px;
  padding: 0px;
  list-style-type:none;
}

a, a:link, a:visited, a:hover, a:focus, a:active {
	color: #1b6b9d;
}
