/* CSS Document */
.random_image
{
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity:0.7;
	border: 2px solid #3c3c3c;	
	background-image:url(img/loading.gif);
	background-position:center;
	background-repeat:no-repeat;
}

.random_image:hover
{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity:1;
	border: 2px solid #3c3c3c;
}

.random_image_title
{
	color:#6295ba;
	font-weight:bold;
}

img
{
	border:0;	
}

.img_legend 
{
	font-weight: bold;
	color: #C2C1B4;
}

.show_dir_name
{
	font-size:11px;
	color: #3c3c3c;
	text-decoration:none;	
}

.link_image
{
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity:0.7;
	border: 2px solid #996633;	
	background-image:url(img/loading.gif);
	background-position:center;
	background-repeat:no-repeat;
}

.link_image:hover
{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity:1;
	border: 2px solid #FFFFFF;
}

.show_dir
{
	width:200px;
	height:auto;
}

.img_border
{
	border: 2px solid #FFFFFF;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity:0.9;
}

.img_border2
{
    filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity:0.6;
	background-color:#3c3c3c;
}

.file_date
{
	font-size:10px;
	color: #FFFFFF;
}

.link_desc
{
	text-decoration:none;	
	color: #f1630d;
	font-weight:bold;
}

.link_desc:hover
{
	text-decoration: underline;
	color: #f1630d;
}

.link_desc1
{
	text-decoration:none;
	color: #3c3c3c;
	font-weight:bold;
}

.link_desc1:hover
{
	color: #3c3c3c;	
}

.link_desc2
{
	text-decoration:none;
	color: #FFFFFF;
	font-weight:bold;
}

.link_desc2:hover
{
	color: #FFFFFF;	
}

.tab_link 
{
	margin: 0;
	list-style: none;
	padding:9px;
	border-bottom:1px solid #CCCCCC;	
}

.tab_link1 
{
	display: inline;	
	font-weight:bold;
	padding:8px;	
	color: #3c3c3c;
	background-color: #FFFFFF;
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:2px solid #FFFFFF;	
}

.tab_link1 a
{
	font-weight:bold;
	color: #3c3c3c;
}

.tab_link_highlight 
{
	display: inline;
	padding:8px;	
	color: #FFFFFF;
	background-color: #3c3c3c;
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:2px solid #3c3c3c;
}

.tab_link_highlight a 
{
	font-weight:bold;
	color: #FFFFFF;
}

.tab_link2 
{
	display: inline;
	padding:2px;	
}

.info_table
{
	border:2px solid #3c3c3c;
	width:410px;
	height:50px;
}

.info_table1
{
	border:2px solid #3c3c3c;
	width:410px;	
}

.info_table2
{
	border:2px solid #3c3c3c;
	width:460px; 
	height:345px;
}

.Text11RedLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color:#FF0000;
	text-decoration: none;
}

.ContentTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #3c3c3c;
	text-decoration: none;
	padding-bottom:5px;
}

.ProfileContentTextSmall
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #3c3c3c;
	text-decoration: none;
	padding-bottom:5px;
}


