﻿.Header * a
{
	font-weight: bolder;
	text-decoration: none;
	outline: none;
}

.ModalDialog * .Dialog
{
	/*background-color: White;*/
	border: solid 1px #0071b0;
	
	/*margin-bottom: 3px;*/
	margin-bottom: 15px;
	overflow: hidden;
}
.ModalDialog * a
{
	color: #006699;
}

.Dialog a,
.Dialog a:hover,
.Dialog a:visited
{
	color: #006699;
}

.ModalDialog * .Header
{
	/*border-bottom: solid 1px #0071b0;*/
	background: url('images/dialog_title_bg.png') repeat-x; /* url('images/dialog_title_bg2.gif');*/
	/*background-repeat: no-repeat;*/
	/*background-color: #0071b0;*/
	vertical-align: top;
	/*padding-top: 3px;*/
	/*border: solid 1px Red;*/
	
	height: 30px;
}
.ModalDialog * .Header * a, .ModalDialog * .Header * a:hover
{
	color: #e4ebf1;
}

.ModalDialog * .Title
{
	/*background-color: Transparent;*/
	color: #e4ebf1; /*#172025;*/
	font-weight: bold;
	text-align: center;
}
.Buttons
{
	padding-right: 7px;
	width: 15px;
	text-align: right;
}

.Dialog
{
	color: Black;
}

.ModalDialog * .Header
{
	border-left: solid 1px #049ed0;
	border-right: solid 1px #049ed0;
	/*border-bottom: none;*/
}

.ModalDialog * .Content
{
	/*padding-top: 5px;*/
	background: #fff url('images/news_bg.png') repeat-x; /* Transparent */
	overflow: hidden;
	padding: 5px;
	border: solid 1px #049ed0;
	border-top: none;
	/*border: solid 1px Red;*/
}

.ModalDialog * .Content * a
{
	color: #006699;
}

.Dialog-Title,
.Dialog-Buttons
{
	width: 100%;
	padding-top: 3px;
}
.Dialog-Title
{
	text-align: center;
}
.Dialog-Buttons
{
	text-align: right;
}

.Dialog-Actions
{
	margin-top: 5px;
	padding-top: 3px;
	width: 100%;
	/*border: solid 1px Red;*/
	border-top: solid 1px #dedede;
	text-align: right;
}

.Dialog-Actions a,
.Dialog-Actions a:hover
{
	color: #006699;
}

/* ==== Dialog 4 ==== */

.Dialog
{
	/*border: solid 1px Orange;*/
}

.Dialog table
{
	border-collapse: collapse;
}

.Dialog-Header-Container
{
	border: solid 1px #049ed0;
	border-bottom: none;
	
	background: #fff url('images/dialog_title_bg.png') repeat-x;
	color: #fff;
}
.Dialog-Header-Text
{
	text-align: left;
	/*cursor: move;*/
}
.Dialog-Header-Buttons
{	
	text-align: right;
	padding-right: 5px;
}
.Dialog-Header-Button,
.Dialog-Header-Button:visited
{
	color: #e4ebf1;
	/*border: solid 1px Orange*/
}

.Dialog-Content
{
	background: #fff url('images/navigation_bottom.png') repeat-x;
	border: solid 1px #049ed0;
	border-top: none;
	padding-top: 5px;
}

/* ==== Simple Modal ==== */

body {padding:0; margin:0; height:100%; width:100%;}

/* Overlay */
#modalOverlay {background-color:#fff; cursor:wait;}

/* Container */
#modalContainer {position: absolute; top: 100px; left: 100px; background-color:#fff; border:3px solid #ccc;}
/*#modalContainer a.modalCloseImg {background:url(images/newwindowico.gif) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:0px; right:-18px; cursor:pointer;}*/
#modalContainer #ModalDialog {padding:8px;}
