/*---------- Global layout ---------*/ 

body {
	background: #EDEDED;
	color: #666;
	font-size: 12px;
}

#content_bg {
	background-color:#fff;
	height: auto !important;
	margin: 0 auto;
	min-height:500px;
	height: 500px;
	padding-bottom:50px;
	width: 980px;
}

#content_shadow {
	background-position:bottom center;
	background-repeat:no-repeat;
	height:1px;
	margin: 0 auto;
}

#header {
    background: none repeat-x scroll 0 0 #6F498F;
    min-width: 960px;
    padding-top: 15px;
}

#header_admin {
	margin:0 0 8px 0;
	height: 40px;
}

#header_logo {
	margin-top: 0;
	padding: 5px 0 0 0;

}

#SCSA_logo {
    padding-top: 5px;
    margin-left: 66px;
}

#login_blank {
	height: 26px;
}

#footer {
	padding-top:40px;
	height:200px;
	min-width:960px;
	background-color:#CCC;
}

#footerWA a, #footerWA a:visited {
	font-size:20px;
	text-decoration:none;
	color:#666;
}

.RSS_icon_footer {
	float:right;
	margin:0px 0 0 0;
}

#footer_logo {
	float:right;
	margin: 80px 0 0 0;
}

#footerCopyright {
	text-align:center;
	}

#footerCopyright a {
	color:#666;
	text-decoration:none;
	border-bottom:1px dotted;
	padding-bottom:5px;

	}
#footerCopyright a:hover {
	text-decoration:none;
	border-bottom:1px solid;
	padding-bottom:5px;

}

/*---------- Content layout ---------*/ 

#breadcrumb {
	/*border-top: 1px solid #ccc;*/
	font-size:12px;
	margin: 5px 15px 5px 10px;
}

#breadcrumb ul {
	float: left;
	list-style:none;
}

#breadcrumb li {
	float: left;
	margin-left: 0px;
	padding: 2px 5px 0 0;

}

#breadcrumb a {
	font-size:12px;

}

/*---------- Links ---------*/ 

a {
	color:#7D56B7;
	font-size: 12px;
	text-decoration:underline;
}

a:hover {
	 color:#A55FD3;
	 font-size: 12px;
	 text-decoration:underline;
}
/*---------- END: Links ---------*/ 

/*---------- Buttons ---------*/ 

.action_button_login {
	background-image:url(../images/action_button_sprite_login.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	color:#fff;
	display:block;
	float: left;
	height: 30px;
	margin: 10px 0 5px 5px;
	text-decoration:none;
	width:65px;
}

.action_button_login:hover,.action_button_login:active { 
	background-position:0px -30px; 
	color:#fff;
	outline:none;
	text-decoration:none;
	
}

.action_button_register {
	background-image:url(../images/action_button_register.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	color:#fff;
	display:block;
	float: left;
	height:30px;
	margin: 5px 0 5px 7px;
	text-decoration:none;
	width:65px;
}

.action_button_register:hover,.action_button_register:active { 
	background-position:0px -30px; 
	color:#fff;
	outline:none;
	text-decoration:none;
}

/*---------- END: Butttons ---------*/ 

/*---------- Typography ---------*/ 

p.box_copy {
	padding: 0 7px 0 7px;

}

/*---------- END: Typography ---------*/ 

/* ---------Calendar view style-----------*/

.EventDetails
{
    font-size: 11px;
}

.EventDetails:hover
{   
    font-size: 11px;
}

.EventDetailsBookedout
{
    font-size: 11px;
    color:Gray;
    text-decoration:none;
}

.EventDetailsBookedout:hover
{   
    font-size: 11px;
}