/*  Created by Solar Flare Studios for Dani Englander's web site.  */


/* General font families for common tags */
font,th,td,p { font-family:Verdana, Arial, Helvetica, sans-serif; }
a:link,a:active,a:visited { text-decoration: underline; color: #0000FF; }
a:hover		{ text-decoration: underline; color: #FF0000; }
hr	{ height: 0px; border: solid #000000 0px; border-top-width: 1px;}

/* Main table cell colours and backgrounds */
td.header	{
	font-size: 14px;
	font-weight: 600;
	font-style: italic;
	background-color: #999999;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}
td.row1	{
	background-color: #CCCCCC;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;

}
td.row2	{
	background-color: #FFFFFF;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}


td.printPhotoBox {
	width:180px;
	height:180px;
	vertical-align:middle;
	text-align:center;
}

td.photoLabel {
	width:180px;
	text-align:center;
	font-size:10px;
	color:#666666;
	padding-bottom:25px;
}

.resume_table td{
	text-align:left;
	font-size:14px;
	
}

.videoBox {
	width:230px; 
	margin:10px; 
	border-style:solid; 
	border-width:1px; 
	border-color:#2DACD7;
	float:left;
	text-align:center;
}

.videobox h1 {
	font-size:16px;
	font-style:italic;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

div.videoBigBox {
	width:500px; 
	margin:10px;
	border-style:solid; 
	border-width:1px; 
	border-color:#2DACD7;
	float:none;
	clear:both;
}

div.videoPlayerBox
{
	width:770px;
	top:0px;
	left:0px;
	visibility:hidden;
	background-color:#FFFFFF;
	 
	border-style:solid;
	border-width:3px;
	border-color:#000000;
	overflow:hidden;
	position:absolute;
	padding:10px 10px 10px 10px;
	 
}

.playerClose
{
	float:right;
}

.playerCaption
{
	margin:0px 0px 5px 0px;
	color:#000000;
	font-weight:bold;
}

div.audioPlayerBox
{
	margin:5px 0px 0px 0px;
	display:none;
}

div.bigThumbBox {
	text-align:center;
	vertical-align:middle;
	width:100px;
	padding:0px;
	padding-bottom:0px;
	visibility:hidden;
	position:absolute;
	top:0px;
	left:0px;

	border-style:solid;
	border-width:3px;
	border-color:#000000;
	overflow:hidden;
	background:#FFFFFF url('images/loading.gif') 50% 50% no-repeat;
}

/* The largest text used in the index page title and toptic title etc. */
.maintitle	{
	font-weight: bold;
	font-size: 18px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height : 120%;
	font-style: italic;
}

/* General text */
.gen { font-size : 12px; }
.genlarge { font-size : 16px !important;  font-style:italic !important;  }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #0000FF; text-decoration: underline; }
a.gen:visited,a.genmed:visited,a.gensmall:visited { color: #0000FF; text-decoration: underline; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #FF0000; text-decoration: underline; }


/* The content (body of text) */
.postbody { font-size : 14px; line-height: 16px; color : #000000}
a.postlink:link	{ text-decoration: none; color : #0000FF }
a.postlink:visited { text-decoration: none; color : #0000FF }
a.postlink:hover { text-decoration: none; color: #FF0000 }
