﻿/* Default CSS Stylesheet for a new Web Application project */
body
{
	font-size: 12px;
	color: black;
	font-family: Tahoma; /*filter: alpha(opacity=40);*/
}

.feedbackheader
{
	height: 20px;
	margin-bottom: 5px;
	text-align: left;
	color: #fff;
	font-weight: bold;
	padding: 2px;
	background-color: #2e4d9f;/*#2E4D7B;*/
}
.FeedbackDetail
{
	padding: 1px;
	border: solid 1px #8a8a8a; 
	background-color: #dddddd;
	font-size: 11px;
	color: black;
	width: 90%;
}

.FeedbackTable
{
	padding: 1px;
	margin-bottom: 5px; 
	background-color:#dddddd; 
	font-size: 12px;
	color: black;
	width: 90%;
}

.Extra
{
	padding: 5px;
	border: solid 1px #8a8a8a; 
	background-color: #dddddd; 
	font-size: 11px;
	color: black;
	width: 100%;
	text-align: left;
	height: 70px;
}

.textbox
{
	border: 1px solid #8a8a8a; 
	font-size: 12px;
	color: black;
}
.cellfull {
	width:300px;
}
.button
{
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
	color: #fff;
	border: 0px;
	font-family: Tahoma;
	background-color: #2e4d9f; 
	height: 19px;
}

.grid
{
	border: 1px solid #026bce; 
	margin: 5px 0px 5px 0px;
	width: 90%;
}
.gridheader
{
	background: #026bce;
	color:#fff;
	padding: 2px;
	font-weight: bold;
	wrap: false;
}

.More
{
	font-size: 10px;	
}
.date3 {
	width: 16px; height: 17px;
	background: transparent url(Images/date_pick.gif)  no-repeat;
	cursor:pointer; border:none;
	padding-left: 16px;
	}
.header
{
	background: url(Images/all_feedbacks.jpg) center center;
	width: 90%;
	height: 180px;
	border: 1px solid #8a8a8a;
}
.formheader
{
	background: url(Images/signGuestBook.jpg) center center;
	width: 90%;
	height: 180px;
	border: 1px solid #8a8a8a;
}

/* ----- In Progress Animation Styles Starts Here ----- */

.animatediv {
	background: #fafafa url(Images/indicator.gif) no-repeat;
	padding-left: 25px;
	padding-top: 3px;
	font-weight: bold;
	filter:alpha(opacity=100);
    opacity:1;
	height: 100px;
}

/* ----- In Progress Animation Styles Ends Here ----- */
