/********************************************************/
/*                     ALERT                      */
/********************************************************/
table.alertoutertable
{
	/*border-top: solid 1px #CC6E29;
	border-left: solid 1px #CC6E29;
	border-bottom: solid 1px #CC6E29;
	border-right: solid 1px #CC6E29;*/
	border: solid 1px #000000;
	width:250px;
}

table.alertinnertable
{
	/*border-top: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;*/
	background-color: #fefaf0;width:250px;
}

table.alerttitletable
{
	background-color: #4E2E2D;
	/*filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FFBE17,endColorStr=#FF8C32);
	border-bottom: solid 1px #FFFFFF;*/
	color: #ffffff;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
}

table.alertmessagetable
{
	/*border-top: solid 1px #CC6E29;*/
	color: #000000;
	font-family: verdana;
	font-size: 10px;
}

table.alertbuttontable
{
	border-top: solid 1px #000000;
	background-color: #fbe6cc;
	color :#000000;
}

td.alertbuttonseparatorskin
{
	width: 1px;
	background-color: #000000;
}

td.alertbuttonseparatorwhite
{
	width: 1px;
	background-color: #FFFFFF;
}

/* Show Image*/

#divShowImageLarge
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:100;
	width: 100%;
	height: 100%;
	background-color: #000;
	margin:0;
	padding:0;
	filter:alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
}
#divPreload
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:100;
	margin:0;
	padding:0;
}
#divImageLarge
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:100;
	background-color: #000;
	margin:0;
	padding:0;
	border: solid 0px white;
}
#divImageLargeBorder
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:100;
	margin:0;
	padding:0;
	border: solid 0px white;
	cursor: pointer;
}
#tblViewImage
{
	background-color: silver;
	border: solid 0px silver;
}
#imgLarge
{
	border: solid 1px  #ffffff;
	cursor: pointer;
}
/* End Show Image*/

