@charset "utf-8";
/* CSS Document */

#perhapslovetable{
			font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	        font-size: 12px;
			
			
			}
			#perhapslovetd{
			padding: 8px;
			background: #d1f0ff;
			border-top: 1px solid #9ccee6;
			color: #669;
			}
			#perhapslovetdfill{
			margin-left:0px;
			background: #d1f0ff;
			border-top: 1px solid #9ccee6;
			color: #669;
			}
			
			#perhapslovetdsubmit{
			background: #9ccee6;
			border-top: 1px solid #9ccee6;
			color: #557280;
			}
			
			
			#hor-minimalist-b
			{
				font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
				font-size: 12px;
				background: #fff;
				margin: 45px;
				width: 400px;
				border-collapse: collapse;
				text-align: left;
			}
			#hor-minimalist-b th
			{
				font-size: 14px;
				font-weight: normal;
				color: #039;
				padding: 10px 8px;
				border-bottom: 2px solid #6678b1;
			}
			#hor-minimalist-b td
			{
				border-bottom: 1px solid #ccc;
				color: #669;
				padding: 6px 8px;
			}
			#hor-minimalist-b tbody tr:hover td
			{
				color: #009;
			}
			
			#packagetable{
			    font-family: "Myriad Pro",Arial, Lucida Grande, Sans-Serif;
				font-size: 14px;
				color:#000033;
			}
			
			#earlyid{
			cursor:pointer;
			}
			
			#individualid{
			cursor:pointer;
			}
			
			#group5id{
			cursor:pointer;
			}
			
			.earlyclass:hover{
			background: #d1f0ff;
			}

			.individualclass:hover{
			background: #d1f0ff;
			}

			.group5class:hover{
			background: #d1f0ff;
			}
			
			#eventdetails{
			    font-family: "Myriad Pro",Arial, Lucida Grande, Sans-Serif;
				font-size: 20px;
				color:#000033;
				font-weight:bold;
			}
			
			#signupnow{
			    font-family: "Myriad Pro",Arial, Lucida Grande, Sans-Serif;
				font-size: 25px;
				color:#36464e;
				font-weight:bold;
			}
			
			
			
			

/*********************
GLOBAL ATTRIBUTES
*********************/
div.top-left-corner, div.bottom-left-corner, div.top-right-corner, div.bottom-right-corner
{position:absolute; width:20px; height:20px; background-color:#333333; overflow:hidden;}

div.top-left-inside, div.bottom-left-inside, div.top-right-inside, div.bottom-right-inside {position:relative; font-size:150px; font-family:arial; color:#B5B4B4; line-height: 40px;}

/*********************
SPECIFIC ATTRIBUTES
*********************/

div.top-left-corner { top:0px; left:0px; }
div.bottom-left-corner {bottom:0px; left:0px;}
div.top-right-corner {top:0px; right:0px;}
div.bottom-right-corner {bottom: 0px; right:0px;}

div.top-left-inside {left:-8px;}
div.bottom-left-inside {left:-8px; top:-17px;}
div.top-right-inside {left:-25px;}
div.bottom-right-inside {left:-25px; top:-17px;}

div.box-contents {
	position: relative; padding: 8px; color:#000;
}
.grayBox{
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}

.box_content {
    position: fixed;
    top: 20%;
    left: 25%;
	background:#FFFFFF;
	width:500px;
	height:300px;
    padding: 5px;
    z-index:1002;
    overflow: auto;


}


div.rounded-box {
    position: fixed;
    top: 20%;
    left: 25%;
	background:#B5B4B4;

    padding: 5px;
    z-index:1002;
    overflow: auto;

	
}




