﻿/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2009 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 213 2009-09-17 04:10:02Z emartin24 $
 *
 */

body {height:100%; margin:0;}
h3 {color:#5f87ae; font-size:1.6em; padding:0; margin:0;}
#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:default;}

/* Container */
#simplemodal-container {height:250px; width:400px; color:#bbb; text-align:center; background:url(/includes/img/bg_feed.png) no-repeat}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(/includes/css/img/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container #basic-modal-content {padding:8px; text-align:center;}

div#saveOK{
	text-align: center;
}

div#saveERROR{
	text-align: center;
}
div.modalMsgNo, div.modalMsgOk{
	/*margin-bottom: 10px;*/
}
div.modalMsgNo td, div.modalMsgOk td{
	vertical-align:middle;
	font-size:18px;
	font-weight:bold;
color
}

div.modalMsgNo img, div.modalMsgOk img{
margin-right:10px;	
float:left;
z-index:5000;
}

div.modalMsgNo td{
	color:red;

}

div.modalMsgOk td{
	color:#333;
}
.modalAlertDiv {
	clear:both;
	text-align: center;
}

div.modalAlertDiv div{

	margin-bottom:10px;

}

div.modalAlertDiv a.modalAlertBtn {
	width:220px;
	height:45px;
	color:white;
	background:url(/includes/img/modalBtn.png) center top no-repeat;
	display:block;
	cursor:pointer;
	line-height:45px;
	text-decoration: none;
}

div.modalAlertDiv a:hover {
	color: gray;
	background:url(/includes/img/modalBtn.png) center bottom no-repeat;
}


#msgErrorTitle {width:250px}