﻿body, html, #wrapper {
	background-image: url(file:///D|/Projects/Dermott%20Kenzie/passiongp/Portal/Common/images/background.jpg);
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	border:none;
	text-align:center;
	vertical-align:top;
}

.welcome_text_white
{
	font-family:"Arial";
	font-size:12px;
	font-weight:bold;
	color:White;
}

.happening_text_blue
{
	font-family:"Arial";
	font-size:12px;
	font-weight:bold;
	color:#617e9c;
}

.text_black
{
	font-family:"Verdana";
	font-size:11px;
	color:Black;
}

.text_red
{
	font-family:"Verdana";
	font-size:11px;
	color:Red;
}



.footer_grey
{
	font-family:"Verdana";
	font-size:11px;
	color:#767676;
}

.box_header_blue
{
	font-family:"Arial";
	font-size:11px;
	font-weight:bold;
	color:#617e9c;
}

.box_header_black
{
	font-family:"Arial";
	font-size:11px;
	font-weight:bold;
	color:black;
}

.product_details_text
{
	font-family:"Arial";
	font-size:11px;
	font-weight:normal;
	color:black;
}

.textbox
{
	border: 1px #8c8c8c solid;
	background: #ebeff1;
	color: #000000;
	font-family: Arial;
	font-size:11px;
}

.gridview_header
{
	border: 1px #d0d0d0 solid;
	background: #e1dfdf;
	color: #617e9c;
	font-family: Arial;
	font-size:11px;
	
}

.gridview_body
{
	border: 1px ##d0d0d0 solid;
	background: #FFFFFF;
	font-family: arial;
	font-size:11px;
	text-align:center;
	
}

.dropdownlist
{
	background: #ebeff1;
	color: #000000;
	font-size:11px;
	font-family: Arial;
	width:114px;
}

.box_hyperlink_text_blue
{
	font-family:"Arial";
	font-size:11px;
	color:#617e9c;
	text-decoration:none;
}

.box_hyperlink_text_blue:hover
{
	font-family:"Arial";
	font-size:11px;
	color:#617e9c;
	text-decoration:underline;
}

.box_hyperlink_text_black
{
	font-family:"Arial";
	font-size:11px;
	color:black;
	text-decoration:none;
}

.box_hyperlink_text_black:hover
{
	font-family:"Arial";
	font-size:11px;
	color:black;
	text-decoration:underline;
}

.error_message_red
{
	font-family:"Arial";
	font-size:11px;
	color:#c40431;
	text-decoration:none;
}

.modalBackground
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup
{
	background-color:#ffffdd;
	border-width:3px;
	border-bottom-style:solid;
	border-color:Gray;
	padding:3px;
}