/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2008 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 162 2008-12-01 23:36:58Z emartin24 $
 *
 */

body {padding:0; margin:0; height:100%; width:100%;}

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

/* Container */
#simplemodal-container {height:459px; width:612px; background-image:url(../images/modal_bg.png); background-repeat:no-repeat; background-position:center center; }
#simplemodal-container a.modalCloseImg {background:url(../images/close.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-4px; right:-4px; cursor:pointer;}
#simplemodal-container .basicModalContent {
	color:#000000;
font-family:Lucida Grande,Verdana,Arial,sans-serif;
font-size:12px;
height:420px;
line-height:16px;
overflow-y:auto;
padding-left:30px;
padding-right:30px;
text-align:left;
width:540px;
}
#simplemodal-container .basicModalContent H1 {font-family:"Trebuchet MS", Arial, sans-serif; font-size:22px; color:#002341; line-height:28px; border-bottom:1px #b1bec9 solid; margin-top:0px; padding-top:0px}
/*#simplemodal-container #basicModalContent OL {font-family:"Trebuchet MS", Arial, sans-serif; font-size:22px; color:#186eb7;}
#simplemodal-container #basicModalContent OL LI {margin-bottom:5px;}*/
#simplemodal-container .basicModalContent OL LI {margin-bottom:4px;}
#simplemodal-container .basicModalContent OL SPAN {font-family: Lucida Grande, Verdana, Arial, sans-serif; font-size:12px; color:#000; padding-top:5px; padding-bottom:5px;}
#simplemodal-container .simplemodal-wrap {
	height:420px;
	margin-top:20px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	overflow-x:auto;
	overflow-y:auto;
	width:600px;
}




 #allocations {height:459px; width:1000px; background-image:url(../images/modal_bg_1000.png); background-repeat:no-repeat; background-position:center center; }
 #allocations a.modalCloseImg {background:url(../images/close.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-4px; right:-4px; cursor:pointer;}
 #allocations .basicModalContent {
	color:#000000;
font-family:Lucida Grande,Verdana,Arial,sans-serif;
font-size:12px;
height:430px;
line-height:16px;
overflow-y:auto;
overflow-x:none;
padding-left:30px;
padding-right:30px;
text-align:left;
width:960px;
}
#allocations .simplemodal-wrap {
	height:430px;
	margin-top:20px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	overflow-x:hidden;
	overflow-y:auto;
	width:1000px;
}


/* Team Modal design */

 #team {height:510px; width:840px; background-image:url(../images/modal_bg_830.png); background-repeat:no-repeat; background-position:center center; }
 #team a.modalCloseImg {background:url(../images/close.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:15px; right:15px; cursor:pointer;}
 #team .basicModalContent {
	color:#000000;
font-family:Lucida Grande,Verdana,Arial,sans-serif;
font-size:12px;
height:470px;
line-height:16px;
overflow-y:auto;
overflow-x:none;
padding-left:30px;
padding-right:30px;
text-align:left;
width:800px;
}
#team .simplemodal-wrap {
	height:470px;
	margin-top:20px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	overflow-x:hidden;
	overflow-y:auto;
	width:800px;
}


/* Media Modal design */

 #media {height:510px; width:500px; background-image:url(../images/modal_bg_500.png); background-repeat:no-repeat; background-position:center center; }
 #media a.modalCloseImg {background:url(../images/close.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:15px; right:15px; cursor:pointer;}
 #media .basicModalContent {
	color:#000000;
font-family:Lucida Grande,Verdana,Arial,sans-serif;
font-size:12px;
height:470px;
line-height:16px;
overflow-y:auto;
overflow-x:none;
padding-left:30px;
padding-right:30px;
text-align:left;
width:500px;
}
#media .simplemodal-wrap {
	height:470px;
	margin-top:20px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	overflow-x:hidden;
	overflow-y:auto;
	width:500px;
}
