﻿@charset "UTF-8";
/* CSS Document */

#litebox_wrapper {
	display:none;
	width:650px;
	
	position:absolute;
	top: 130px;
	left:50%;
	margin-left:-325px;
	z-index:100;
	
	background-color:#FFFFFF;
	text-align:left;
}
#litebox_wrapper .litebox_close {
	display:block;
	padding:5px;
	font-weight:bold;
}
#litebox_wrapper .litebox_close a:link, #litebox_wrapper .litebox_close a:visited {
	display:block;
	text-align:center;
	text-decoration:none;
	color:#000000;
	width:12px;
	padding:3px;
	border:1px solid #000;
}
#litebox_wrapper #litebox_content {
	display:block;
	padding:15px 25px;
	
}
#litebox_content h1, #litebox_content h2, #litebox_content h3 {

}
#litebox_content h1 {
	font-size:24px;
}
#litebox_content h2 {
	font-size:18px;
}
#litebox_content h3 {
	font-size:14px;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
	width:250px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}


.modalWaitBackground {
	background-color:#EAEDEE;
	filter:alpha(opacity=50);
	opacity:0.5;
}


.dialog {
	display:block;
	width:0px;
	
	font-size:12px;
	width:500px;
	padding:18px 21px;
	background-color:#fbfcff;
	border:1px solid #666;
}

.dialog_w_frame {
	display:block;
	width:0px;
	
	font-size:12px;
	width:90%;
	padding:5px 15px 10px 10px;
	background-color:#fbfcff;
	border:1px solid #666;
}

	.dialog .dialogHeader {
		font-size:24px;
		color:#121d49;
		
		border-bottom:1px solid #ccc;
		padding-bottom:10px;
	}

	.dialog .dialogContent {
		border-top:1px solid #666;
		padding-bottom:15px;
		padding-left:50px;
		padding-right:30px;
		
		border-bottom:1px solid #ccc;
	}


.modalPopup {
	background-color:#ffffe2;
	border-width:2px;
	border-style:solid;
	border-color:Gray;
	border-bottom-width:6px;
	border-bottom-color:Black;
	border-right-width:6px;
	border-right-color:Black;
	padding:3px;
	width:250px;
}

.meeting_list_modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:520px;
	
}

.menuPopup {
	background-color:#E5E5E5;
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	border-top-width:0;
	padding: 10px 10px 10px 10px;
}
	
.nav {
	font-family:Arial;
	font-size:12px;
	color:#142d63;
	font-weight:normal;
	text-decoration:none;
}

.edit_agenda_popup_menu 
{
	position:relative;
	top:0;
	background-color:White;
	border-width:1px;
	border-style:solid;
	border-color:#cacaca;
	padding:3px;
	width:220px;
}

.edit_agenda_popup_menu_header
{
	background-color:#cacaca;
	text-align:center;
	margin-top:5px;
	height:25px;
}
