/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2010 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 257 2010-07-27 23:06:56Z emartin24 $
 */

#basic-modal-content {
	display:none;
	background-color: #FFF;
}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {
	height:410px;
	width:470px;
	color:#000;
	background-color:#FFF;
	border:4px solid #444;
	padding:12px;
}
#simplemodal-container h1 {
	color: #003391;
}
#simplemodal-container h2 {
	margin-top: 5px;
	color: #003391;
}
#simplemodal-container .simplemodal-data {padding:8px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(../images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container h3 {color:#84b8d9;}

#eula_container {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}
#dict_panel {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#eula_container h1 {
	font-size: 14px;
	color: #003391;
	text-align: center;
}
#eula_container h2 {
	margin-top: 5px;
	font-size: 14px;
	color: #003391;
	text-align: center;
}

#dict_panel {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#dict_panel h2 {
	background-color:#FEFDCC;
	color: #003391;
	text-align: center;
}
#dict_panel h3 {
	color: #003391;
	margin-bottom: 6px;
}
#dict_panel p {
	margin-top: 0px;
}
#dict_panel a {
	color: #06C;
	}
#dict_panel a:hover, #main_panel a:focus {
	background-color: #003391;
	color: #FEFDCC;
}
#citation {
	font-style: italic;
/*	color: #666; */
}
#highlight {
	font-style: italic;
	font-weight: bold;
	color: #033;
}

