/*
	Hérna er venjulegt dót fyrir könnunina sjálfa
*/

.InsertButtonsContainer
 {
 	text-align:center;
 }
 
.MoreButton
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #079c03;
	background-color: transparent;
	background-image: url("http://secure.outcomesurveys.com/images/button_add_data.gif");
	text-align: center;
	width: 192px;
	height: 52px;
	padding-top: 0px;
	padding-right:  45px;
	padding-bottom:  0px;
	padding-left:  0px;
	margin-top:  0px;
	margin-right:  10px;
	margin-bottom:  20px;
	margin-left:  0px;
	border-top:  0px solid #ffffff;
	border-right:  0px solid #ffffff;
	border-Bottom:  0px solid #ffffff;
	border-Left:  0px solid #ffffff;
	cursor: hand;
}
.CloseButton
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #079c03;
	background-color: transparent;
	background-image: url("http://secure.outcomesurveys.com/images/button_close_window.gif");
	text-align: center;
	width: 192px;
	height: 52px;
	padding-top: 0px;
	padding-right:  45px;
	padding-bottom:  0px;
	padding-left:  0px;
	margin-top:  0px;
	margin-right:  0px;
	margin-bottom:  20px;
	margin-left:  0px;
	border-top:  0px solid #ffffff;
	border-right:  0px solid #ffffff;
	border-Bottom:  0px solid #ffffff;
	border-Left:  0px solid #ffffff;
	cursor: hand;
}


.PreviewMessage
{
	border: 1px solid #eddb59;
	background: url(../images/PreviewMessage_bg.jpg) repeat;
	height: 58px;
	width: 658px;
}
.PreviewMessage p
{
	margin-top: 14px;
	margin-left: 20px;
	padding-left: 50px;
	padding-top: 5px;

	text-align:left;

	background: url(../images/PreviewMsgAttention.gif) no-repeat;
	height:30px;
	font-family:Trebuchet MS;
	font-size: 10pt;
}
.RatingValidation
{
	display:none;
}

.OutcomeBanner
{
	text-align:center;
	font-family:Trebuchet MS;
	font-size: 10pt;
	color: #999999;
}
.OutcomeBanner h3
{
	font-size: 11pt;
	font-weight: normal;
}
.OutcomeBanner p
{
}

/*
	Hérna er dótiđ fyrir waitdialoginn
*/
#DialogWindow
{
	width: 202px;
	height:70px;
	display: none;
	z-index: 1000;
	position: absolute;
	top: 0;
	left: 0;
	background: url(images/waitdialog.jpg ) no-repeat;
}

#DialogHeader
{
	border-bottom: 1px #00449E outset;
	background: #00449E;
	text-align: right;
}

#DialogContent
{
	float: right;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 15px;
	width: 200px;
	display: block;
	font-size: 8pt;
	font-family: Tahoma;
}

#DialogContent a 
{
	color: #000000;
	text-decoration: none;
	line-height: 24px;
	padding: 3px;
}

#DialogContent a:hover 
{
	color: #000000;
	border: 0px;
background: #FFD003;
}

#DialogTitle 
{
	float: left;
	color: #FFFFFF;
	padding: 8px;
}

#DialogIcon
{
	padding: 10px;
	float: left;
}


#ModalBG
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: #cacaca;
	z-index:999;
	opacity: .40;
	filter: alpha(opacity=40);	
	display:none;
}

/* 
	* fix for Opera - since the current version 
	* does not understand CSS opacity.
	*/
.modalOpera
{
	background-image: url("/images/maskBg.png") !important;
	background-color: transparent !important;
}
