﻿/****************************************************/
/* App_Templates/HCD0001/MasterPage.master CSS Tags */
/****************************************************/

body{
	font-family: Verdana;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a{
	color: Gray;
	text-decoration: none;
}
a:hover{
	color: Gray;
	text-decoration: none;
}
a:active{
	color: Gray;
	text-decoration: none;
}
a:visited{
	color: Gray;
	text-decoration: none;
}

div.masterpage_header_navigation
{
	margin-top: -5px;
}
div.masterpage_header_navigation .nonlink{
	cursor: pointer !important;
}
div.masterpage_header_navigation .link{
	cursor: hand !important;
}

div.masterpage_labelandsearch_title{
	color: #BD3333;
	position: absolute;
	font-family: Verdana;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
	padding-top: 7px;
	margin-right: 7px;
}
div.masterpage_labelandsearch_search{
	background-color: #BAC1CC;
	color: #000000;
	float: right;
	font-family: Verdana;
	font-size: 10px;
	margin-top: 3px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-top: 2px;
	text-align: right;
}
div.masterpage_labelandsearch_search .txtSearch{
	font-family: verdana;
	font-size: 12px;
	vertical-align:middle;
}
div.masterpage_labelandsearch_search .btnSearch{
	vertical-align: middle;
	border: none;
	padding: 0;
	background: none;
}
div.masterpage_collage{
	text-align: center;
}
div.masterpage_contentarea{
	padding: 5px;
}

div.right_block{
	margin-left: 10px;
	margin-right: 10px;
	float: right;
	width: 740px;
}
.picturecaption
{
 font-size:xx-small;
 color:Gray;
	}