/*
 * 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, .modal-window {display:none;}

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

/* Container */
#simplemodal-container {height:360px; width:600px; color:#bbb; background-color:#333; border:4px solid #444; padding:12px;}
#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(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;}
#basic-modal, .modal-link{
background: #F78605;
  padding:0px 5px;
  color:#fff;
  text-transform:uppercase;
  display:inline-block;
  margin-bottom:5px;
  moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari, Chrome */
  -khtml-border-radius: 5px; /* KHTML */
  border-radius: 5px; /* CSS3 */
  float: left;
}
#basic-modal a, .modal-link a{
  color:#fff;
  font-size:11px;
}
#basic-modal1, .modal-link-cat{
background: none repeat scroll 0 0 #C9C9C9;
  padding:0px 17px;
  color:#fff;
  text-transform:uppercase;
  display:inline-block;
  float: left;
}
#basic-modal1 a, .modal-link-cat a{
  color:#fff;
  font-size:9px;
}
.basic-modal-bottom{
background: none repeat scroll 0 0 #C9C9C9;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}


