/* General */
html, body
{
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: auto;
}

html
{
  scrollbar-face-color: #F1E0C6;
  scrollbar-highlight-color: #F9Fbef;
  scrollbar-shadow-color: #666666;
  scrollbar-3dlight-color: #737e5f;
  scrollbar-arrow-color: black;
  scrollbar-track-color: #F9Fbef;
  scrollbar-darkshadow-color: #dadada;
}

body
{
  font: x-small Verdana, Tahoma, Arial, "Times New Roman";
  text-align: center;
  margin: 0;
  padding: 0;
  width:100%;
}

A
{
	text-decoration: none;
}

/* Header */

.Header
{
	height: 75px;
	width: 100%;
	background: url(/Images/VietCatholiclogo.jpg) top left no-repeat;
}

.HeaderBar
{
	height: 40px;
	width: 100%;
	background: url(/Images/header.gif) top left repeat-x;
}



input.WaterMark, textarea.WaterMark
{
	background-color: #fff;
	width: 100%;
    behavior: url(../App_Themes/DefaultTheme/IEStyle.htc);
}

input.WaterMark:focus, input.WaterMark.focus, textarea.WaterMark:focus, textarea.WaterMark.focus
{
	background-color: #F5F6BE;
}

.WaterMarkText
{

	color: #777;
}

/* Contents */

#divContent
{
	text-align: left;
}

.adtb, .admp, .adad
{
	display: none;
}

span.floatright, span.floatleft
{
	width:300px;padding:20px;text-align:justify; background-color:#FFFFCC;border:1; color:red
}

span.floatright {float:right;}
span.floatleft {float:left;}

.FLOATRIGHT
{
	width:300px;padding:20px;text-align:justify; background-color:#FFFFCC;border:1; color:red
}
.contents img
{
	padding: 10px 10px 10px 0;
}

.headline
{
	font: large Tahoma, Arial, "Times New Roman";
	color: red;
	border-bottom: 1px solid gray;
	padding: 5px;
}

.subheadline
{
	font:  medium Tahoma, Arial, "Times New Roman";
	padding: 10px 5px;
	color: Navy;
}

.author
{
	font:  medium Tahoma, Arial, "Times New Roman";
	padding: 10px 5px;
	color: Red;
	clear: both;
}

.contents
{
	font:  large "Palatino Linotype", Tahoma, Arial, "Times New Roman";
	padding: 10px;
	text-align: left;
}

.contents:first-letter
{
	 float: left;
     background-color: transparent;
     padding: 0 5px 0 0;
     margin:0;
     font: 3em bold Verdana;
     color: Red;
     white-space: nowrap; /* wrapping breaks the effect */   
     line-height: 1em;	
}

/* See Also */

#divSeeAlsoContent
{
	width: 990px;
	margin: 10px auto;
	text-align:left;	
}

.SeeAlso
{
	width: 100%;
}

.SeeAlso ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.SeeAlso li
{
	text-align: left;
	padding-left: 1em;
	background: url(/images/bluearrow.gif) no-repeat 0 0.1em;
}

.SeeAlso li a
{
	text-align: left;
	color: #003399;
	text-decoration: none;
	padding: 5px 0px 5px 0;
	display: -moz-inline-block;
	display: inline-block;
	width: 100%;
	font: 12px Verdana;
}

.SeeAlso li a:visited
{
	color: #800080;
}

.SeeAlso li a:hover
{
	color: Blue;
}
.SeeAlso .author
{
	font: 12px Verdana;
	color: #666;
}

.InActiveWaterMark
{
	color: Gray;
}

.contents img
{
	border: none;
	padding: 10px;	
}


.Photo td, .contents td.BORDER
{
	font: 8pt Tahoma; 
	color: Navy;
	text-align: center;
}


#divSeeAlsoBar 
{
	width: 12em;
	border-right: 1px solid #000;
	padding: 0;
	font-family: Tahoma, Verdana;
	background-color: #2175bc;
	color: #333;
	height: 25px;
	background: url(/Images/bgBlue.jpg);
}


#divSeeAlsoBar ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	height: 25px;
}
		
#divSeeAlsoBar li
{
	margin: 0;
}

#divSeeAlsoBar li a 
{
	display: block;
	padding: 5px 5px 0px 0.5em;
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	background-color: #2175bc;
	color: #fff;
	text-decoration: none;
	width: 100%;
	height: 25px;
	font-size: 9pt;
}

html>body #divSeeAlsoBar li a 
{
	width: auto;
}

#divSeeAlsoBar li a:hover 
{
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
}

