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

A:link  { color: #396D84; font-weight: normal; text-decoration: underline }
A {
	CURSOR: hand; TEXT-DECORATION: none
}
A:visited  { color: #396D84; font-weight: normal; text-decoration: underline }
A:active  { color: #86B82D; text-decoration: underline }
A:hover   { color: #86B82D; font-weight: normal; text-decoration: underline }

input[type="text"], input[type="password"], textarea {font-weight: bold;}
select:focus, textarea:focus, input:focus {background-color: #ffffee;}

div.overlay {
	padding:40px;	
	width:576px;  
	display:none;
}
	
div.overlay div.close {
	background:url(../javascript/flowplayer/pictures/close_black.png) no-repeat;
	position:absolute;
	top:2px;
	right:5px; 
	width:35px;
	height:35px;
	cursor:pointer;
}
	
a.player { 		
	display:block;
	height:380px;			
}

/* Text used for page contents */
.stdtextblue {
	font-size: 13px;
	color: #0059a5;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.stdtext {
	font-size: 13px;
	color: #666;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.stdtext_j {
	font-size: 13px;
	color: #666;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: justify;
}

.stdtext_r {
	font-size: 13px;
	color: #666;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: right;
}

.stdtext_c {
	font-size: 13px;
	color: #666;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
}

.stdtextsmall_c {
	font-size: 10px;
	color: #666;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
}

.stdtextmedblue {
	font-size: 13px;
	color: #0059a5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.stdtextmed {
	font-size: 13px;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.stdtextmed_j {
	font-size: 13px;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}

/* This is for the text for language names, below flags */
.stdtextsmall_languages {
	font-size: 11px;
	color: #666;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
}

/* This is for every page footer - very last 2 lines */
.stdtextsmall_pagefooter {
	font-size: 11px;
	color: #666;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
}

/* Vertical separator for table columns */
td.separator_v {  
	background: url(../../pictures/Point.jpg); 
	background-repeat: repeat-y; 
	background-color: #ffffff; 
}

td.separator_dot_h {
	background: url(../../pictures/Point_gray_white.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	background-position: center center;
}

/* For Alternating Table Row Colors */
tr.d0 {
	background-color: #FFFFFF;
}

tr.d1 {
	background-color: #EFEFEF;
}

