﻿.modelitem
{
	margin:5px;
	margin-top:10px;
	font-size:small;
	
}
.modelitem a
{
	text-decoration:none;
	color:#176E81;
}
.modelTitle, .modelTitle a
{
	color:#176E81;
	/*font-weight:bolder;*/
	font-size:x-large;
	text-decoration:none;
}

.modelField
{
	color:#547F0B;
	font-weight:bolder;
	width:100%;
}
#PreviewTable{
	filter: alpha(opacity:90);	
	opacity:0.90;
}

.previewImage{
	width:75px;
	height:56px;
	border:solid 1px black;
	text-align:right;
	
}
.previewImage a img{
	margin-top:37px;
}

.previewWindowTitle{
	float:left;
	color:white;
	font-size:larger;
	margin-top:5px;
}
.windowButtons{
	float:left;
}
.windowLogo{
	float:right;
}

.overlay_alert1 {
	background-color: #AAAAAA;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.specialDay a  
{  
    color: red !important;  
} 	
