/* INTERVARSITY CHRISTIAN FELLOWSHIP AT UNIVERSITY OF FLORIDA
   style.css style document                                 */
   
body {
	background: url("images/bg.gif");
	padding: 0px;
	margin: 0px;
}
body, table, tr, td {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
}
img {
	border: 0px;
}
h3 {
	font-size: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
div#page {
	width: 736px;
	position: absolute;
	margin-left: -369px;
	left: 50%;
}
div#nav {
	height: 51px;
}
div.navlinks {
	float: right;
	color: #fff;
	padding: 18px 28px 0 0;
	text-align: right;
}
div.navlinks a {
	color: #fff;
	text-decoration: none;
}
div.navlinks a:hover {
	text-decoration: underline;
}
div#second {
	background: url("images/top_white_bg.gif") #F8F8ED top repeat-x;
	padding: 0 6px 6px 6px;
}
div#second_inner {
	float: left;
	padding: 9px 5px 9px 5px;
	background: url("images/top_bg.gif");
	border: 1px solid #C1C2B6;
	border-top: 0px;
}
div#frontimage {
	float: left;
	background: #fff;
	padding: 10px;
	border: 1px solid #C9CAB4;
	border-width: 1px 2px 2px 1px;
}
div#frontimage_text {
	float: left;
	margin-left: 4px;
	border: 1px solid #B7B9A5;
	border-width: 1px 2px 2px 1px;
	width: 257px;
	height: 250px;
	background: #fff;
}
div#subimage {
	float: left;
	background: #fff;
	padding: 10px;
	border: 1px solid #C9CAB4;
	border-width: 1px 2px 2px 1px;
	width: 257px;
	margin-left: 4px;
}
div#subimage_text {
	float: left;
	border: 1px solid #B7B9A5;
	border-width: 1px 2px 2px 1px;
	width: 424px;
	background: #fff;
}
div#subimage_text .text_inner {
	background: url("images/subimage_bg.gif") top repeat-x;

}
div.text_inner {
	margin: 7px;
	border: 1px solid #E1E3E6;
}
div.text_inner div.second_text_inner{
	padding: 0px 10px 10px 10px;
}
div#frontimage_text h2 {
	padding: 10px 17px 2px 13px;
	margin: 0px;
	color: #093C78;
	text-transform: uppercase;
	font-family: arial black;
	font-size: 17px;
}
div#bottom {
	background: url("images/bottom_bg.gif");
	width: 722px;
	border: 1px solid #C2C2B9;
	border-width: 0px 1px 0px 1px;
	float: left;
}
div#bottominside {
	/* Because IE sucks.  That's all. */
	padding-left: 7px;
	padding-top: 12px;
}
div#bottom div {
	font-size: 10px;
}
div.bottomleft, div.bottomright {
	float: left;
}
div.bottomleft {
	width: 253px;
	margin-right: 7px;
}
div.bottomright {
	width: 445px;
}
div.bottomtop {
}
div.bottombottom {
	margin-top: 1px;
	border: 1px solid #D2D2CE;
	padding: 2px 4px 4px 4px;
	background: #fff;
}
div.float {
	float: left;
}
div#footer {
	clear: both;
	background: #eee;
	padding: 5px 0 5px 0;
	font-size: 10px;
	color: #777;
	text-align: center;
	border: 1px solid #c2c2b9;
	border-width: 0px 1px 1px 1px;
}
div#footer a {
	color: #777;
}
.links_head {
	font-size: 17px;
	font-weight: bold;
	border-bottom: 1px solid #999;
}
.eventhead {
	font-size: 18px;
	font-weight: bold;
	color: #093C78;
}

/* LOGIN PAGE */

label.login {
	font-weight: bold;
}


/* ADMIN */

.adminpopup {
	position: relative; 
	float: right;
	width: 109px;
	height: 20px;
	background: url("images/edit_this.gif");
	margin: 0px;
}

/* FRONT PAGE EVENT VIEWER */

a.noshow {
	text-decoration: none;
	color: black;
}
a.noshow img {
	border: 0px;
}
a.noshow:hover div.event {
	background: #ddd;
}
div.event {
	padding: 5px; margin: 5px; background: #eee; border: 1px solid #ddd;
}
div.eventhead {
	font-size: 11px;
	font-weight: bold;
	color: #253950;
}





#popover{
	font-size: 145%;
	position: absolute;
	right: 100px;
	top: 40px;
	left: 100px;
	background: #fff5ee;
	padding: 40px;
	text-align: left;
	border: 1px solid #aaa;
	z-index: 500;
}