@charset "utf-8";
@import url("style_reset.css");
@import url("style_core.css");

/* [----------- Main HTML Elements -----------] */

html, body {
	background-color:#0d5367;
}

body {
	font-family:"Arial", "Helvetica", sans-serif;
	font-size:70%;
}

h1 {
	margin:0;
	font-size:1.3em;
}

h2 {
	color:#ed145b;
	font-size:1.3em;
}

h3 {
	color:#663333;
	font-size:1.1em;
	margin-bottom:6px;
}

ol,
ul {
	padding:0 0 0 20px;
}

/* [----------------- Links ------------------] */

a:link,
a:visited {
	text-decoration:underline;
	color:#ED145B;
}

a:active,
a:hover {
	text-decoration:underline;
	color:#666666;
}

a img {
	border:0;
}

/* [----------------- Shared -----------------] */

/* Bottom margin. */
h1,
h2,
h3,
ol,
ul,
dl,
p,
table,
fieldset,
form ol li,
ul.pagination,
ul.buttons,
div.joined_buttons,
.error_box,
.success_box,
.attention_box,
.information_box,
.message_box_body,
.confirmation_box_body {
	margin-bottom:16px;
}

/* [-----------------Sidebars Links ------------------] */

#side_boxcontent a:link,
#side_boxcontent a:visited {
	text-decoration:underline;
	color:#ffffff;
}

#side_boxcontent a:active,
#side_boxcontent a:hover {
	color:#C7F8E2;
	text-decoration:underline;

}

/* [------------ Layout Divisions ------------] */

#wrapper {

	font-size:1.2em;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	width:1046px;
}

	#banner {
		margin:0;
		height:193px;
		background-image:url(../images/banner.jpg);
		background-repeat:no-repeat;
	}


	#navigation {
		background-color:#d3d5de;
		width:1019px;
		display:table;
		table-layout:fixed;
		border-spacing:0;
		border-collapse:collapse;
	}

		#navigation ul {
			background-image:url(../images/nav_bg.gif);
			background-repeat:repeat-x;
			margin:0;
			padding:0;
			list-style:none;
			display:table-row;
			width:1019px;
		}

			#navigation ul li  {
				display:block;
				float:left;
				width:123px;
				border-left:1px solid #c62b5e;
			}

				#navigation ul li.long_tab {
					width:148px;
				}

				#navigation ul li a {
					text-decoration:none;
					display:block;
					text-align:center;
					padding:9px 4px 16px 4px;
					color:#ffffff;
					font-weight:bold;
				}

					#navigation ul li.last a {
						border-right:1px solid #c62b5e;
					}

					#navigation ul li a:hover {
						background-image:url(../images/nav_bg_hover.gif);
						background-repeat:repeat-x;
						color:#ed437b;
						border-right:1px solid #c62b5e;
					}

					#navigation ul li.current a {
						border-right:1px solid #c62b5e;
						font-weight:bold;
						color:#FFFFFF;
						background-image:url(../images/nav_bg_current.gif);
						background-repeat:repeat-x;
						cursor:default;
					}

		#middle {
			padding: 15px 0px 0px 17px;
		}

			#sidebar {
				width:20%;
				float:right;
			}

			#content {
				width:78.5%;
				float:left;
			}
				

				#boxtitle {
					background-image:url(../images/content_head_bg.gif);
					background-repeat:repeat-x;
					background-position:right;
					color:#ed437b;
					font-weight:bold;
					height:36px;
					margin-right:2px;
					
				}
			
				
					#boxtitle h1 {
					float:left;
					padding:6px 42px 5px 15px;
					border-left: solid #cccccc 2px;
					background-color:#fff;
					background-image:url(../images/content_head.gif);
					background-repeat:no-repeat;
					background-position:right;
					}
				
					#boxcontent {
					background-color:#FFF;
					padding:15px;
					border: solid #cccccc 2px;	
					border-top:none;
				}

					#boxtitle h1,
					#boxtitle h2 {
						margin:0;
						font-size:1.5em;
						color:#ed437b;
					}
					
			
				#promocontent {
					margin:0;
					padding:0;
				}

				
				#side_boxtitle {
					color:#ffffff;
					font-weight:bold;

				}

					#side_boxtitle h1,
					#side_boxtitle h2 {
						margin:0;
						font-size:1.3em;
					}

					.green_boxtitle h1,
					.green_boxtitle h2 {
						background-image:url(../images/news_head.gif);
						background-repeat:no-repeat;
						color:#022e19;
						padding:10px 10px 0px 15px;
					}
						
					.blue_boxtitle h1,
					.blue_boxtitle h2 {
						background-image:url(../images/links_head.gif);
						background-repeat:no-repeat;
						color:#005875;
						padding:10px 10px 0px 15px;
					}
						
				#side_boxcontent {
					padding:15px;
					padding-top:8px;
					margin-bottom:10px;
					border:solid #ffffff 3px;
					border-top:none;
					color:#FFF;
				}
				
				.green_boxcontent h1,
				.green_boxcontent h2 {
					color:#005875;
					padding:3px 5px;
					
				}
				
				.green_boxcontent {
					background-color:#008f4a;
				}
				.blue_boxcontent {
					background-color:#0096c8;
				}

	#footer {
		margin:0 auto;
		width:500px;
		text-align:center;
		font-size:0.8em;
		color:#ffffff;
		clear:both;
		padding-bottom:10px;
		font-weight:bold;
	}

	#sub_footer {
		text-align:center;
		font-size:0.8em;
		margin-bottom:20px;
		color:#000000;
	}

/* [---------------- Slideshow -----------------] */

#slideshow {
    position:relative;
    height:264px;
	margin:0;
}

#slideshow a {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow a.active {
    z-index:10;
    opacity:1.0;
}

#slideshow a.last-active {
    z-index:9;
}

/* [----------------- Rounded corners -----------------] */

/* Show only to IE PC \*/
* html .boxhead h2 {height:1%;} /* For IE 5 PC */

.roundbox {
	margin: 0; /* center for now !changed! */
	width: 1044px; /* ems so it will grow */
	font-size: 100%;
	background: url(../images/bg_middle.jpg) repeat-y;
}


.boxfoot /* Bottom edge */ {
	background:url(../images/foot.jpg) repeat-x bottom;
	margin:0;
	padding:0;
	text-align:center;
}

.boxfoot .bf2 /* Right bottom corner */{
	background:url(../images/foot_r.jpg) no-repeat bottom right;
	margin:0;
	
}

.boxfoot .bf3 /* Left bottom corner */ {
	background:url(../images/foot_l.jpg) no-repeat bottom left;
	margin:0;
	padding:22px 30px 5px 0px;
}

.boxbody {
	margin:0;
	padding:0px 30px 7px 12px;
}

/* [----------------- Tables -----------------] */

table {
	background-color:#F1F1F1;
}

table caption {
	background-color:#666666;
	color:#FFFFFF;
	padding:8px;
	font-weight:bold;
}

th,td {
	padding:8px;
	text-align:center;
}

thead th {
	color:#FFFFFF;
	background-color:#ed145b;
	font-weight:bold;
	border-bottom:1px solid #CCCCCC;
}


thead th a:link,
thead th a:visited {
	color:#FFFFFF;
}

thead th a:hover {
	color:#FFFFFF;
}

tbody th {
	background-color:#EADFDF;
	color:#333333;
	font-weight:bold;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

tbody tr.row2 th {
	background-color:#EADFDF;
}

tbody td {
	border-bottom:1px solid #CCCCCC;
}

tbody tr.row2 td {
	background-color:#E7E7E7;
}

tfoot td {
	background-color:#EBCDCD;
	color:#333333;
	font-weight:bold;
	border-bottom:1px solid #CCCCCC;
}

table tr td:first-child {
	text-align:left;
}

table tr th:first-child {
	text-align:left;
}

/* [----------------- Forms ------------------] */

form {
	border:0;
	margin:0;
	padding:0;
}

input.tiny,
textarea.tiny,
select.tiny {
	width:40px;
}

input.short,
textarea.short,
select.short {
	width:80px;
}

input.medium,
textarea.medium,
select.medium {
	width:300px;
}

input.long,
textarea.long,
select.long {
	width:540px;
}

input.full,
textarea.full,
select.full {
	width:99%;
}

form fieldset {
	background-color:#EEE;
	border:1px solid #AAAAAA;
	padding:0;
}

/* For IE background bug. */
form > fieldset {
	position:relative;
}

	form fieldset legend {
		color:#000000;
		font-weight:bold;
		margin-left:10px;
		padding:0 6px 0 6px;
	}

	/* For IE background bug. */
	form > fieldset > legend {
		left:.2em;
		position:absolute;
		top:-.6em;
	}

	form ol {
		list-style:none;
		margin:0;
		margin-bottom:0;
		padding:20px 20px 8px 20px;
	}

	form ol li {
		clear:both;
	}

		form fieldset ol li label {
			display:block;
			font-weight:bold;
			margin-bottom:2px;
			text-align:left;
		}

		label.required:before {
			color:red;
			content:"∗ ";
			font-size:1.2em;
		}

		label span,
		legend span {
			display:block;
			font-size:0.8em;
			font-weight:normal !important;
		}

		fieldset li input,
		fieldset li textarea,
		fieldset li select {
			border:1px solid #AAAAAA;
			color:#000000;
			font-family:'Arial', 'Helvetica', sans-serif;
			font-size:1em;
			padding:3px;
			width:300px;
		}

		fieldset li select {
			width:auto;
		}

		fieldset li select {
			color:#000000;
			font-size:1em;
			padding:2px;
		}

		select.sift {
			margin-right:1px;
			margin-top:2px;
		}

		button,
		input[type="submit"],
		input[type="reset"],
		input[type="button"] {
			color:#ED145B;
			cursor:pointer;
			font-family:'Arial', 'Helvetica', sans-serif;
			font-size:1em;
			font-weight:bold;
			margin-right:3px;
			padding:2px 4px 2px 4px;
			width:auto;
		}

		button.big,
		input[type="submit"].big,
		input[type="reset"].big,
		input[type="button"].big {
			font-size:1.4em;
			padding:4px 8px 4px 8px;
		}

		input[type="checkbox"],
		input[type="radio"] {
			width:auto;
		}

		/* Nested fieldsets for radio buttons & checkboxes. */
		form fieldset ol li ol,
		form fieldset ol li ol li {
			margin:0;
			padding:0;
			width:auto;
		}

		form fieldset ol li ol li label {
			font-weight:normal;
			margin:0;
			text-align:left;
			width:auto;
		}

		form fieldset ol li ol li input {
			border:0;
			width:auto;
		}
		/* ---------- */

	/* Multi-column lists. */
	ol.dual_column li,
	ol.tri_column li,
	ol.quad_column li {
		clear:none;
		float:left;
	}

	ol.dual_column li {
		width:50%;
	}

	ol.tri_column li {
		width:33%;
	}

	ol.quad_column li {
		width:25%;
	}
	/* ---------- */

	form fieldset.submit {
		background:none;
		border:0;
		clear:both;
		float:none;
		margin:0;
		width:auto;
	}

	.mceContentBody {
		background:white;
		background-image:none;
		font-size:80%;
		padding:10px;
	}

form.event_search input {
	width:160px;	
}

form.event_search fieldset {
	width:422px;
}

/* [---------------- Admin menu. -----------------] */

ul.admin_menu {
	list-style:none;
	margin:0;
	padding:0;
}
	
	ul.admin_menu li {
		float:left;
		height:148px;
		text-align:center;
		padding:10px;
		margin:12px;
		width:128px;
	}
	
		ul.admin_menu li a {
			text-decoration:none;	
		}

/* [---------------- Club / Events Listing -----------------] */

div.club_details,
div.event_details {
	border:1px solid #ed145b;
	clear:both;
	margin-bottom:12px;
	background-color:#EEEEEE;
	padding:10px;
}

div.club_details h2,
div.event_details h3 {
	color:#ed145b;
	font-size:1.3em;
	margin:0 0 0px 4px;
	cursor:pointer;
}

table.details {
	margin-top:12px;
	background-color:#EEEEEE;
	width:100%;
}

table.details th {
	text-align:left;
	color:#D12E3C;
	font-weight:bold;
	width:100px;
	vertical-align:top;
	border:0;
	background:none;
	padding:4px;
}

table.details td {
	text-align:left !important;
	vertical-align:top;
	border:0;
	background:none;
	padding:4px;
}

table.details img {
	display:block;
	margin-bottom:10px;
	margin-left:10px;
}

/* [---------------- Calendar -----------------] */

div.calendar_container {
	float:right;
	margin-bottom:0px;
	width:40%;
}

div.calendar_nav {
	color:#FFFFFF;
	background-color:#ED145B;
	padding:10px;
}

div.calendar_nav h2,
div.calendar_nav a:link,
div.calendar_nav a:visited,
div.calendar_nav a:active,
div.calendar_nav a:hover {
	color:#FFFFFF;
	font-size:1.6em;
	margin:0;
	text-decoration:none;
	font-weight:bold;
}

table.calendar {
	border-left:1px solid #888;
}

tr.calendar_row	{

}

td.calendar_day,
td.calendar_blank_cell,
td.calendar_day,
td.calendar_day_selected {
	font-size:1.1em;
	width:120px;
	padding:0px;
	border-bottom:1px solid #888;
	border-right:1px solid #888;
	text-align:center !important;
	font-weight:bold;
	background-repeat:no-repeat;
	background-position:bottom left;
}

td.calendar_day_selected {
	background-color:#FFFFFF;	
}

td.calendar_day a {
	border:3px solid #EEE;		
}

td.calendar_day_selected a {
	border:3px solid #ED145B;
}

td.calendar_day {
	background-color:#EEE;
}

div.calendar_container td a {
	display:block;
	text-align:right;
	padding:2px 2px 12px 0px;
	text-decoration:none;
}

td.calendar_day a:hover {
	border:3px solid #ED145B;
}

td.calendar_blank_cell	{
	background-color:#CCCCCC;
}

td.calendar_day_head {
	background-color:#ED145B;
	color:#FFF;
	font-weight:bold;
	text-align:center !important;
	width:120px;
	padding:5px;
	border-bottom:1px solid #888;
	border-top:1px solid #888;
	border-right:1px solid #888;
}

div.day_number {
	background:#999;
	padding:4px;
	color:#fff;
	font-weight:bold;
	float:right;
	margin:-5px -5px 3px 3px;
	width:20px;
	text-align:center;
}

/* [--------------- Pagination ---------------] */

ul.pagination {
	font-size:1em;
	float:left;
	list-style:none;
	margin:0 0 12px 0;
	padding:0;
}

	ul.pagination li {
		float:left;
		margin:0 3px 0 0;
	}

	ul.pagination li.ellipsis {
		border:none;
		font-weight:bold;
		padding-top:3px;
	}

	ul.pagination li.disabled,
	ul.pagination li.current,
	ul.pagination li a {
		border:1px solid #ED145B;
		padding:2px 5px 2px 5px;
		text-decoration:none;
		background-color:#FFFFFF;
	}

		ul.pagination li.disabled {
			border:1px solid #AAA;
			color:#999;
		}

		ul.pagination li.current {
			background-color:#ED145B;
			color:#FFF;
			font-weight:bold;
		}

		ul.pagination li a {
			color:#D71313;
			display:block;
		}

		ul.pagination li a:active,
		ul.pagination li a:hover {
			border:1px solid #666666;
			color:#666666;
		}

/* [------------------ Tabs ------------------] */

ul.tabs {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}

	ul.tabs li {
		float:left;
	}

		ul.tabs li a {
			background:transparent url('../images/buttons/tab_left.png') no-repeat top left;
			color:#ED145B;
			display:block;
			float:left;
			font-size:12px;
			height:27px; /* Height of button background image. */
			line-height:19px; /* This + 4px + 4px (top and bottom padding of span) must equal height of button background (default 27px). */
			margin-right:4px;
			padding-left:3px; /* Width of left button background. */
			text-decoration:none;
		}

			ul.tabs li a span {
				background:transparent url('../images/buttons/tab_right.png') no-repeat top right;
				display:block;
				font-weight:bold;
				padding:4px 10px 4px 6px;
			}

			ul.tab li a:link,
			ul.tab li a:visited {
				text-decoration:none;
			}

			ul.tabs li a:hover,
			ul.tabs li.current a {
				background-position:bottom left;
			}

			ul.tabs li a:hover span,
			ul.tabs li.current a span {
				background-position:bottom right;
			}

			ul.tabs li.current a,
			ul.tabs li.current a:link,
			ul.tabs li.current a:visited,
			ul.tabs li.current a:active,
			ul.tabs li.current a:hover {
				color:#888;
				cursor:default;
			}

/* [----------------- Buttons ----------------] */

ul.buttons {
	float:left;
	list-style:none;
	margin-left:0;
	padding:0;
}

ul.rightside {
	float:right;
}

	ul.buttons li {
		float:left;
	}

		ul.buttons li a,
		a.button {
			background:transparent url('../images/buttons/btn_left.png') no-repeat top left;
			color:#ED145B;
			display:block;
			float:left;
			font-size:12px;
			height:23px; /* Height of button background image. */
			line-height:15px; /* This + 4px + 4px (top and bottom padding of span) must equal height of button background (default 23px). */
			margin-right:4px;
			padding-left:4px; /* Width of left button background. */
		}

		ul.rightside li a {
			margin-right:0;
			margin-left:4px;
		}

			ul.buttons li a span,
			a.button span {
				background:transparent url('../images/buttons/btn_right.png') no-repeat top right;
				display:block;
				font-weight:bold;
				padding:4px 10px 4px 6px;
				text-decoration:none;
			}

			ul.buttons li a:link,
			ul.buttons li a:visited,
			a.button:link,
			a.button:visited {
				text-decoration:none;
			}

			ul.buttons li a:hover,
			ul.buttons li.current a,
			a.button:hover {
				background-position:bottom left;
			}

			ul.buttons li a:hover span,
			ul.buttons li.current a span,
			a.button:hover span {
				background-position:bottom right;
			}

			ul.buttons li.current a,
			ul.buttons li.current a:link,
			ul.buttons li.current a:visited,
			ul.buttons li.current a:active,
			ul.buttons li.current a:hover {
				color:#666;
				cursor:default;
			}

/* [------------- Joined Buttons -------------] */

ul.joined_buttons {
	border-left:1px solid #777;
	float:left;
	list-style:none;
	margin-left:0;
	padding:0;
}

ul.rightside {
	float:right;
}

	ul.joined_buttons li {
		float:left;
	}

		ul.joined_buttons li a {
			background:transparent url('../images/buttons/btn_bg.png') repeat-x top left;
			border-right:1px solid #777;
			color:#ED145B;
			display:block;
			float:left;
			font-size:12px;
			font-weight:bold;
			height:15px; /* Height of button background image. */
			line-height:15px; /* Height of button background image. */
			margin:0;
			padding:4px 10px 4px 10px;
			text-decoration:none;
		}

			ul.joined_buttons li a:link,
			ul.joined_buttons li a:visited {
				text-decoration:none;
			}

			ul.joined_buttons li a:hover,
			ul.joined_buttons li.current a {
				background-position:bottom left;
			}

			ul.joined_buttons li.current a,
			ul.joined_buttons li.current a:link,
			ul.joined_buttons li.current a:visited,
			ul.joined_buttons li.current a:active,
			ul.joined_buttons li.current a:hover {
				color:#666;
				cursor:default;
			}

/* [------------------ Boxes -----------------] */

.error_box,
.success_box,
.attention_box,
.information_box {
	background-position:10px 10px;
	background-repeat:no-repeat;
	padding:10px 10px 10px 36px;
}

.error_box {
	background-color:#FFCECE;
	background-image:url('../images/icons/notify_error.png');
	border:1px solid #DF8F8F;
	color:#665252;
}

.success_box {
	background-color:#D5FFCE;
	background-image:url('../images/icons/notify_success.png');
	border:1px solid #9ADF8F;
	color:#556652;
}

.attention_box {
	background-color:#FFFBCC;
	background-image:url('../images/icons/notify_attention.png');
	border:1px solid #E6DB55;
	color:#666452;
}

.information_box {
	background-color:#DBE3FF;
	background-image:url('../images/icons/notify_information.png');
	border:1px solid #A2B4EE;
	color:#585b66;
}

.error_box ul,
.success_box ul,
.attention_box ul,
.information_box ul {
	margin-bottom:0;
}

.message_box_head,
.confirmation_box_head {
	border:1px solid #ED145B;
	margin:0;
	font-size:1.3em;
	padding:6px 10px 6px 10px;
	color:#FFFFFF;
	background-color:#ED145B;
	font-weight:bold;
}

.message_box_body,
.confirmation_box_body {
	background-color:#ECEDFF;
	border:1px solid #ED145B;
	margin-bottom:10px;
	padding:10px;
}

/* [---------- Page Specific Classes ---------] */

/* [------------- Generic Classes ------------] */

.bmargin {
	margin-bottom:20px;
}

.tmargin {
	margin-top:20px;
}

a.swarm_link {
	color:#FF6600;
	text-decoration:none;
}

a.swarm_link:hover  {
	color:#ed145b;
	text-decoration:none;
}



.red {
	color:#ed145b;
}

.grey {
	color:#666666;
}

.blue {
	color:#31aadc;
}

.green {
	color:#006600;
}

.dark_green {
	color:#022e19;
}

.dark_blue {
	color:#005875;
}

p.small {
	font-size:0.8em;
}

p.divided,
div.divided {
	border-bottom:2px solid #ed145b;
	padding-bottom:12px;
	margin-bottom:12px;
}

div.news {
	padding-top:5px;	
}

ul.subnav {
	list-style:none;
	margin:0px;
	padding:0;
}

ul.subnav li {
	font-size:15px;
	margin-bottom:4px;
	font-weight:bold;
}

ul.subnav li ul {
	list-style:circle;
	margin:0 0 7px 15px;
	padding:0;
}

ul.subnav li ul li {
	font-size:13px;
	margin-top:5px;
	font-weight:bold;
}

ul.subnav li ul li ul {
	list-style:url(../images/bull1.png);
	margin:0 0 7px 15px;
	padding:0;
}

ul.subnav li ul li ul li {
	font-size:12px;
	margin-top:5px;
	font-weight:normal;
}

ul.subnav li ul li ul li ul {
	list-style:url(../images/bull2.png);
	margin:0 0 7px 15px;
	padding:0;
}

ul.subnav li ul li ul li ul li {
	font-size:11px;
	margin-top:5px;
}

ul.subnav li ul li ul li ul li ul {
	list-style:disc;
	margin:0 0 7px 15px;
	padding:0;
}

ul.subnav li ul li ul li ul li ul li {
	font-size:10px;
	margin-top:5px;
}

.hide_children * {
	display:none;
}

.sfoot {
	color:#000000;
	font-weight:normal;
}
