@charset "utf-8";
/* CSS Document */

/* [1] wrappers and columns */
/* [2] fonts */
/* [3] lists */
/* [4] links */
/* [5] images */
/* [6] forms */
/* [7] pods/image gallery */
/* [8] tables */
/* [9] generic */
/* [10] accessibility */
/* [11] Azexis */


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

input[type="text"], input[type="password"], select, textarea {
	border:1px solid #0399fa;
	padding:3px 6px;
	font-size:13px;
	color:#666;
}


html, body {
	margin: 0 auto auto auto;
	padding:0;
	height:100%;
}

body {
	color:#333;
	background-color:#9dd7fd;
	font-size: 62.5%; /** 10px **/
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight:normal;
	line-height:1.6em;

}

#container {
	min-height:100%;
	width:100%;
	float:left;
	margin:0 auto;
	border-bottom:3px solid #002e8b;
	background-image:url(../images/mind-squiggle.gif);
	background-position:75% bottom;
	background-repeat:no-repeat;
}

/* [1] wrappers and columns */

#page-canvas {
	float:left;
	background-color:#fff;
	width:100%;
	padding-bottom:25px;
}

.page-canvas-900 {
	margin:0 auto;
	width:900px;
}

#top-header {
	background-image:url(../images/header_bg.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
	width:100%;
}

#translate {
	float:left;
}
#translate input{
	margin-bottom:-5px;
}

.search {
	float:left;
	padding:10px 0 10px 20px;
	margin-left:20px;
	background-image:url(../images/search_divider.gif);
	background-position:0 -5px;
	background-repeat:no-repeat;
}

.search-box {
	background-image:url(../images/search_input.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	width:219px;
	height:19px;

}

.search input {
	border:0 none;
	vertical-align:middle;
	padding-right:0;
}

.search input.active {
	color:#333;
}

#page-header {
	float:left;
	height:112px;
	width:900px;
}

#logo {
	background-image:url(../images/rbmind_logo.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	width:507px;
	height:99px;
	float:left;
	margin-top:5px;
	position:relative;
}

#welcome-rb {
	position:absolute;
	bottom:0;
	right:0;
	padding:0 11px 8px 0;
}

#header-ad {
	float:right;
	width:146px;
	height:83px;
	margin-top:15px;
}

#navigation {
	float:left;
	width:900px;
	background-image:url(../images/nav_bg.gif);
	background-position:0 1px;
	background-repeat:repeat-x;
	background-color:#0399fa;
	font-size:13px;
	font-weight:bold;	
}

#navigation-top {
	float:left;
	width:900px;
	background-image:url(../images/nav_corners.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	background-color:transparent;
}

#navigation-bot {
	float:left;
	width:900px;
	background-image:url(../images/nav_corners.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	background-color:transparent;
}

#breadcrumbs {
	float:left;	
	width:900px;
	padding:5px 0 0 0;
}

#content {
	width:900px;
}

#left-column {
	width:174px;
	float:left;
}

#main-column {
	margin-left:174px;
}

.one-column {
	width:216px;
	float:left;
	margin-left:25px;
	display:inline;
}

.two-column {
	width:459px;
	float:left;
	margin-left:25px;
	display:inline;
}

.three-column,
.three-column-holder {
	width:701px;
	float:left;
	margin-left:25px;
	display:inline;
}

.two-half-column {
	width:336px;
	float:left;
	margin-left:25px;
	display:inline;
	padding-bottom:5px;
	margin-bottom:25px;
	border-bottom:1px solid #0399fa;
}

.three-column-holder {
	margin:0;
}

.banner,
#contact-banner {
	width:701px;
	height:170px;
	float:left;
	background-image:url(../images/banners/about_banner.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	margin-bottom:25px;
	margin-left:25px;
	display:inline;
}

#contact-banner{
	background-image:url(../images/banners/contact-banner.jpg);
}

.news-item,
.centre-news-item {
	margin-bottom:0;
	float:left;
	width: 216px;
	border-bottom:1px solid #0399fa;
}

.centre-news-item {
	padding:15px 0 5px 0;
}

#footer {
	width:100%;
	float:left;
	padding:25px 0 27px 0;
}

.footer-900 {
	margin:0 auto;
	width:900px;
	background-image:url(../images/mind-logo-footer.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	min-height:152px;
}

.footer-left {
	float:left;
	width:216px;
	margin-left:199px;
	display:inline;
}

.footer-middle {
	float:left;
	width:216px;
	margin-left:25px;
	display:inline;
}

/* [2] fonts */

h1, h2, h3, h4, h5 {
	color: #002e8b;
	font-size:2em;
	line-height:1em;
	padding:15px;
}

h2 {
	font-size:1.7em;
	margin-bottom:0;
}

.two-column h2,
.three-column h2 {
	margin-bottom:10px;
	padding:0 0 16px 0;
	border-bottom:1px solid #0399fa;
}

.search h2, #translate h2, h2.font-size {
	font-size:1em;
	font-weight:bold;
	display:inline;
	padding:0 5px 0 0;
}

#translate h2 {
	display:block;
	padding:10px 0 10px 0;
}

h2.font-size {
	float:left;
	color:#0399fa;
	padding:5px 0 0 0;
}

#logo h2 {
	font-size:18px;
	text-align:right;
	padding:0;
}

h3 {
	font-size:1.3em;
	margin-bottom:10px;
	padding:0;
}



h3.news,
.two-column h3,
.three-column h3 {
	background-image:url(../images/trans-icons.gif);
	background-position:-5px -75px;
	background-repeat:no-repeat;
	padding:5px 0 15px 30px;
	border-bottom:1px solid #0399fa;
	margin-bottom:0;
}

.two-column h3,
.three-column h3 {
	background-image:none;
	padding:10px 0 10px 0;
	margin-bottom:10px;
}

.form-box h3 {
	padding-top:0;
}

.pod-dark-174 h3,
.pod-light-216 h3,
.pod-light-174 h3,
.pod-nav-174 h3,
.image-gallery h3 {
	color:#fff;
	margin-bottom:0;
	border:0 none;
	background-image:none;
	padding:0;
}



h4 {
	color:#333;
	font-weight:bold;
	font-size:1.1em;
	margin-bottom:8px;
	padding:0;
}

p {
	margin-bottom:10px;
}

p.large {
	font-size:1.2em;
	line-height:1.3em;
}

#breadcrumbs p {
	padding-top:5px;
}

p.point {
	text-decoration:none;
	border:0 none;
	background-image:url(../images/pointer.gif);
	background-position:0 5px;
	background-repeat:no-repeat;
	padding-left:12px;
	margin-bottom:0;
}

p.date {
	font-weight:bold;
	
}

p.to-top {
	text-align:right;
	background-image:url(../images/pointers.gif);
	background-position:right -167px;
	background-repeat:no-repeat;
	padding-right:15px;
	margin:10px 0;
}

p.small {
	font-size:80%;
	line-height:1.2;
	margin:10px 0 20px 0;
	padding-bottom:10px;
	border-bottom:1px solid #0399fa;
}

/* [3] lists */


#navigation ul li {
	float:left;
	display:block;
	position:relative;
}


#navigation ul li.selected {
	background-image:url(../images/selected_arrow.gif);
	background-position: center bottom;
	background-repeat:no-repeat;
}

#navigation ul li.home {
	background-image:url(../images/home_icon_bg.gif);
	background-position: -50px 8px;
	background-repeat:no-repeat;
	padding:8px 8px 0 8px;
}



#navigation ul li ul
 {
	position: absolute;
	left: 2px;
	top: 45px;
	display: none;
	width:230px;
	background-image:url(../images/sub-menu-bot.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding-bottom:10px;
	z-index:10;
}


#navigation ul li ul li
 {
	float:none;
	padding:2px;
	background-color:#0399fa;
	border-bottom: 1px solid #5abaf9;

}


#navigation ul li:hover > ul {
	display:block;

}

#navigation ul li ul li.info {
	color:#fff;
	border-bottom:1px solid #5abaf9;
	padding-bottom:15px;
	background-image:none;
	padding:5px 10px 10px 10px;

}

#navigation  ul.flyout {
	position: absolute;
	left: 230px;
	top: 0px;
	display: none;
	width:230px;
	background-image:url(../images/sub-menu-bot-1.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding-bottom:10px;
	z-index:12;

}

#navigation ul.flyout li {
	float:none;
	padding:2px;
	background-color:#1aa1f8;
	border-bottom: 1px solid #5abaf9;
	z-index:19;
	border-left:1px solid #5abaf9;
}

#navigation ul li ul li:hover > ul.flyout {
	display:block;
	
}

ol li {
	border-bottom:1px solid #ccc;
	padding:10px 0;
	background-image:none;
	list-style:decimal;
	margin-left:20px;
}


/* Left hand nav-menu
*/

.pod-nav-174-bot .active {
	background: #ffffff;
}


.pod-nav-174-bot ul {
	padding-bottom:10px;
}

.pod-nav-174-bot ul li {
	border-bottom:1px solid #bbe5fd;
}


.pod-nav-174-bot ul li.white-select {
	color:#0399fa;
	text-decoration:none;
	background-image:url(../images/nav-button.gif);
	background-position:6px 10px;
	background-repeat:no-repeat;
	background-color:#fff;
	padding:5px 5px 5px 25px;
	display:block;
}

.pod-nav-174-bot ul.flyout {
	padding-bottom:0;
}

.pod-nav-174-bot ul.flyout li {
	background-color:#e5f4fd;
	border:none 0;
}

.pod-nav-174-bot ul.flyout li.active {
	background: #ffffff;
}

li.phone,
li.email,
li.address,
li.directions,
li.contact,
li.manager,
li.clock,
li.pdf,
li.doc,
li.languages,
li.folder {
	background-image:url(../images/icons.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	padding:13px 0 12px 40px;
}

li.email {
	background-position:0 -93px;
}

li.address {
	background-position:0 -343px;
}

li.directions {
	background-position:0 -200px;
}

li.contact {
	background-image:none;
}

li.manager {
	background-position:0 -542px;
}

li.clock {
	background-position:0 -693px;
}

li.pdf {
	background-position:0 -893px;
}

li.doc {
	background-position:0 -1093px;
}

li.languages {
	background-position:0 -1193px;
}

li.folder {
	background-position:0 -1393px;
}

ul#change-size  {
	float:left;
}

li.smallest,
li.medium,
li.largest {
	display:inline;
	margin-left:5px;
	font-size:1em;
}

li.medium {
	font-size:1.3em;
}

li.largest {
	font-size:1.6em;
}

ul.button li {
	background-image:url(../images/nav-button.gif);
	background-position:6px 8px;
	background-repeat:no-repeat;
	padding:2px 5px 2px 25px;
}

ul.long-button li {
	background-image:url(../images/long-button.gif);
	background-position:6px 8px;
	background-repeat:no-repeat;
	padding:2px 5px 2px 25px;
}

#footer li {
	padding:2px 0;
}

ul.white {
	background-color:#fff;
	padding:5px;
	margin:20px 0 20px 0;
}

/* [4] links */

a:link {
	color:#0399fa;
}

a:visited {
	color:#00785a;
}

a:hover {
	color:#002e8b;
}

a.pointer,
a.pointer:hover,
a.pointer:visited {
	text-decoration:none;
	border:0 none;
	background-image:url(../images/pointer.gif);
	background-position:0 5px;
	background-repeat:no-repeat;
	padding-left:12px;
}

a.pointer-bold,
a.pointer-bold:hover,
a.pointer-bold:visited {
	text-decoration:none;
	border:0 none;
	background-image:url(../images/pointer.gif);
	background-position:0 5px;
	background-repeat:no-repeat;
	font-weight:bold;
	color:#002e8b;
	padding-left:12px;
}

a.pointer-bold:hover {
	color:#333;
}

a.mind-pointer {
	background-image:url(../images/pointer.gif);
	background-position:right -55px;
	background-repeat:no-repeat;
	padding-right:30px;
	display:block;
}

#translate a {
	display:block;
	color:#002e8b;
	padding:10px 0 10px 45px;
	text-decoration:none;
	border:0;
	background-image:url(../images/trans-icons.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}

#navigation a,
#navigation a:hover {
	display:block;
	padding:14px 9px 15px 9px;
	text-decoration:none;
	border:0;
	color:#fff;
	background-image:url(../images/nav_divider.jpg);
	background-position:0 1px;
	background-repeat:no-repeat;
}

#navigation a:hover {
	color:#000;
}

#navigation a.back-home,
#navigation a.back-home:hover,
#navigation a.back-home:visited  {
	background-image:url(../images/home_icon_bg.gif);
	background-position: 9px 8px;
	background-repeat:no-repeat;
	padding:8px 8px 0 8px;
}

#navigation a.back-home:hover {
	background-position: -50px 8px;
}

#navigation a.nothing:hover {
	background-color:transparent;
}

#navigation ul li ul a,
#navigation ul li ul a:hover {
	display: block;
	text-decoration: none;
	color: #e5f4fd;
	padding: 5px 10px;
	background-image:none;
}

#navigation ul li ul a:hover {
	color: #002e8b;
	background-color:#d9f2fe;	
}

#navigation ul li ul a.leaf {
	background-image:url(../images/nav-button.gif);
	background-position:210px -179px;
	background-repeat:no-repeat;
}

#navigation ul li ul a.leaf:hover {
	background-position:210px -279px;
}

/*
.pod-nav-174-bot ul li a,
.pod-nav-174-bot ul li a:visited {
	color:#002e8b;
	text-decoration:none;
	border:0 none;
	background-image:url(../images/nav-button.gif);
	background-position:6px 10px;
	background-repeat:no-repeat;
	padding:5px 5px 5px 25px;
	display:block;
}


.pod-nav-174-bot ul li a:hover {
	background-color:#fff;
	background-position:6px -80px;
}



.pod-nav-174-bot ul li a.sub-cat {
	background-position:6px -379px;
}

.pod-nav-174-bot ul li a.sub-cat:hover {
	background-position:6px -479px;
}
*/

.pod-nav-174-bot ul.flyout a,
.pod-nav-174-bot ul.flyout a:visited,
.pod-nav-174-bot ul.flyout a:hover {
	padding-left:40px;
	background-position:20px 10px;
}

.pod-nav-174-bot ul li a,
.pod-nav-174-bot ul li a:visited {
	color:#002e8b;
	text-decoration:none;
	border:0 none;
	background-image:url(../images/nav-button.gif);
	background-position:6px 10px;
	background-repeat:no-repeat;
	padding:5px 5px 5px 25px;
	display:block;
}

.pod-nav-174-bot ul li a:hover {
	background-color:#fff;
	background-position:6px -80px;
}

.pod-nav-174-bot ul li a.leaf,
.pod-nav-174-bot ul li a.leaf:visited {
	background-position: 6px -179px;	
}

.pod-nav-174-bot ul li a.sub-cat {
	background-position:6px -379px;

}

.pod-nav-174-bot ul li a.sub-cat:hover {
	background-position:6px -479px;
}

.pod-nav-174-bot ul.flyout a,
.pod-nav-174-bot ul.flyout a:visited,
.pod-nav-174-bot ul.flyout a:hover {
	padding-left:40px;
	background-position:20px 10px;
}


a.font-sizer,
a.font-sizer:visited,
a.font-sizer-select,
a.font-sizer-select:visited {
	text-decoration:none;
	line-height:24px;
	float:left;
	margin-left:5px;
	text-align:center;
	padding:0 7px;
	background-color:#9dd7fd;
	color:#002e8b;
	border-left:1px solid #0399fa;
	border-top:1px solid #0399fa;
	border-right:1px solid #eef;
	border-bottom:1px solid #eef;
	background-image:url(../images/header_bg.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

a.font-sizer-select,
a.font-sizer-select:visited,
a.font-sizer:hover {
	background-color:#0399fa;
	color:#fff;
	border-left:1px solid ##0399fa;
	border-top:1px solid ##0399fa;
	border-right:1px solid #0679c6;
	border-bottom:1px solid #0679c6;
	background-image:url(../images/font-size-bg.jpg);
	background-position:0 0;
	background-repeat:repeat-x;
	font-weight:bold;
}

a.font-sizer:hover {
	background-image:none;
	font-weight:normal;
}


#footer a, 
#footer a:hover,
#footer a:visited {
	color:#002e8b;
	text-decoration:none;
	border:0 none;
}

#footer a:hover {
	color:#000;
}

a.bg-hover,
a.bg-hover:hover,
a.bg-hover:visited {
	display:block;
	text-decoration:none;
	padding:15px 0 13px 0;
}

a.bg-hover:hover {
	background-color:#d9f2fe;
}

/* [5] images */

.image-right {
	float:right;
	margin-left:20px;
	margin-top:3px;
}

.image-left {
	float:left;
	margin-right:20px;
	margin-top:3px;
}
/* [6] forms */

.form-box-top,
.form-box-bot {
	width:700px;
	background-color:#d8effe;
	background-image:url(../images/light-bg.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	height:7px;
}

.form-box {
	background-color:#d8effe;
	width:700px;	
}

.form-box-bot {
	background-position:left bottom;
	height:7px;
	margin-bottom:20px;
}

#form1 li label {
	display:block;
}

#form1 ul li {
	padding-bottom:10px;
}

#form1 input,
#form1 textarea {
	width:270px;
	padding:7px;
}

#form1 input.ageField{
    width:20px;
}

#form-donate input.amount{
    width:74px;
	padding:5px;
}

#form-donate li {
	padding:5px 0;
}

#form1 .button,
#form-donate .button {
	background-image:url(../images/buttons.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	padding:2px 30px 5px 0;
	border:0 none;
	background-color:transparent;
	width:127px;
	height:36px;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
	background-color:#0399fa;
}

#form1 .button:hover,
#form-donate .button:hover {
	color:#000;
}

/* [7] pods */

.pod-nav-174 {
	background-image:url(../images/pods.gif);
	background-position:-840px -10px;
	background-repeat:no-repeat;
	background-color:#002e8b;
	padding:10px 5px 10px 10px;
}

.pod-nav-174-bot {
	width:174px;
	background-image:url(../images/pods.gif);
	background-position:-840px bottom;
	background-repeat:no-repeat;
	margin-bottom:10px;
}
.pod-dark-174 {
	background-image:url(../images/pods.gif);
	background-position:-470px -10px;
	background-repeat:no-repeat;
	background-color:#002e8b;
	padding:10px 5px 10px 10px;
}

.pod-dark-174-bot {
	width:174px;
	background-image:url(../images/pods.gif);
	background-position:-470px bottom;
	background-repeat:no-repeat;
	margin-bottom:10px;
}

.pod-light-174 {
	background-image:url(../images/pods.gif);
	background-position:-655px -10px;
	background-repeat:no-repeat;
	background-color:#002e8b;
	padding:10px 5px 10px 10px;
}

.pod-light-174-bot {
	width:174px;
	background-image:url(../images/pods.gif);
	background-position:-655px bottom;
	background-repeat:no-repeat;
	margin-bottom:10px;
}

.pod-light-216 {
	background-image:url(../images/pods.gif);
	background-position:-10px -10px;
	background-repeat:no-repeat;
	background-color:#0399fa;
	padding:10px 5px 10px 10px;
}

.pod-light-216-bot {
	width:216px;
	background-image:url(../images/pods.gif);
	background-position:-10px bottom;
	background-repeat:no-repeat;
}

.image-gallery {
	background-image:url(../images/image-pod.gif);
	background-position:-12px -10px;
	background-repeat:no-repeat;
	background-color:#0399fa;
	padding:10px 5px 10px 10px;
}

.image-gallery-bot {
	width:459px;
	background-image:url(../images/image-pod.gif);
	background-position:-12px bottom;
	background-repeat:no-repeat;
	margin-bottom:10px;
	margin-top:25px;
}

.padPod {
	padding:10px;
}

.padPod25 {
	padding:25px;
}

.pad-pod-form {
	padding:15px 25px 25px 25px;
}

blockquote {
	display:block;
	float:right;
	width:200px;
	padding:15px 15px 35px 15px;
	margin:5px 0 5px 10px;
	background-color:#d8effe;
	font-weight:bold;
	color:#0399fa;
	background-image:url(../images/quote-bg.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}


img.topic {
	margin:1px 0 0 2px;
}

img.thumb {
	float:right;
	margin-left:5px;
}

img.m-right {
	margin:5px 5px 0 0;
}


/* [8] tables */

table.error {
	margin: 15px;
	width: auto;
	
}
table.error strong {
	line-height: 14px;
	font-size: 12px;
	color:#CC3300;
}
table.error ol {
	margin: 0 2em;
	list-style: decimal;
}
table.error ol li {
	margin: 2px 0;
}
div.error{
	border:1px solid #CC3333;
	background-color:#FFEBEB;
	margin: 5px 0;
}


/* [9] generic */

strong {
	color:#000;
}

.highlight {
	color:#d72626;
	font-size:1.5em;
	font-weight:bold;
}


.float-left  {  float: left;  }

.float-right {  float: right; }

.clear-left  {  clear: left;  }

.clear-right {  clear: right; }

.clear-both  {  clear: both;  }

.stdpad      {  padding: 15px  }
.stdpadh	 {	padding: 0 15px; }
.stdpadv	 {	padding: 15px 0; }
.stdmar      {  margin: 15px   }
.larpad		 {  padding: 25px; }
.larpadh	 {  padding: 0 25px; }

.margin-r {margin-right:70px;}
.margin-b {margin-bottom:20px;}

.force-width {
	width:420px;
}

.disappear {
	display:none;
}

	.clear-after:after,
	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
    }
	.clear-after,
	.clearfix{
		display:block;
		zoom:1;
		position:relative;
	}

/*style for IE*/

* html .search-box {
	width:225px;
	height:25px;
}

* html #container {
	height:100%;
}  





/* [10] accessibility */


.off, #skip a
{
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
 
#skip a:focus
{
	position:static;
	width:auto;
	height:auto;
} 
abbr {
	border-bottom:1px solid #666;
	cursor:help;
}


/* [11] Azexis */

#footer  p.azexis-web-design,
#footer p.charity-number {
	font-size:.9em;
	color:#70a3bc;
	padding-top:2px;
}

#footer p.charity-number {
	margin-top:35px;
}

#footer a.web-design,
#footer a.web-design:hover,
#footer a.web-design:visited {
	color:#002e8b;
	background-image:url(../images/azexis-logo.gif);
	background-position:right top;
	background-repeat: no-repeat;
	padding: 4px 25px 5px 0;
}

#footer a.web-design:hover {
	color:#000;
}


/** CALENDAR STYLING */
#event-calendar{
	padding: 0 0 0 23px;
	width:700px;
	float:left;
}

#event-calendar .calendar-header-image{
	float:left;
	margin-left:30px;
	margin-top:7px;
	height:78px;
	width:61px;
	background:url(../images/calendar.png) no-repeat;
}

#event-calendar .calendar-body-main{
	border: 2px solid #0399fa;
	border-top:none;
	border-bottom:none;
	width:696px;
}

#event-calendar .calendar-body-main .previous-month{
	fetch
}
/** CALENDAR HEADER */

#event-calendar .calendar-header{
	border-left: 2px solid #0399fa;
	border-right: 2px solid #0399fa;
	width:696px;
}
#event-calendar .calendar-header-main{
	background-color: #0399fa;
	
}

#event-calendar .calendar-header-main h2{
	color:#FFFFFF;
	margin-left:110px;
	padding-top:10px;
}

#event-calendar .calendar-top-cap{
	width:700px;
	height:7px;
	background:url(../images/calendar-top-cap.jpg) no-repeat;	
}

#event-calendar .calendar-header-form{
	padding:15px;
	margin-left:110px;	
}

#event-calendar .calendar-header-form .header-form-label{
	background-image:url(../images/arrow.gif);
	background-position:right;
	background-repeat:no-repeat;
	float:right;
	font-weight:bold;
	padding-right:45px;
	padding-top:5px;
}

#event-calendar .calendar-header-form .header-form-body{
	float:right;	
}

#event-calendar .calendar-body-main .previous-month{
	float:left;
	margin-left:10px;
	padding:10px 0;
}

#event-calendar .calendar-body-main .previous-month a,
#event-calendar .calendar-body-main .previous-month a:hover{
	color:#0a2c98;
	text-decoration: none;
	background:transparent url(../images/pointer-left.png) no-repeat scroll left center;
	color:#0A2C98;
	padding-left:7px;
}

#event-calendar .calendar-body-main .next-month{
	float:right;
	margin-right:10px;
	padding:10px 0;
}

#event-calendar .calendar-body-main .next-month a,
#event-calendar .calendar-body-main .next-month a:hover{
	color:#0a2c98;
	text-decoration: none;
	color:#0A2C98;
	padding-right:7px;
	background:transparent url(../images/pointer-right.png) no-repeat scroll right center;
}

/** CALENDAR TABLE*/
#event-calendar .calendar-body-table{
	width:100%;
	border-collapse: separate;
	border-spacing: 1px;
}

#event-calendar .calendar-body-table th,
#event-calendar .calendar-body-table tb{
	width:14%;	
}

#event-calendar .calendar-body-table th{
	padding-left:5px;
	font-weight:bold;
}

#event-calendar .calendar-body-table td{
	height:120px;
	margin:1px;
	background-color:#feeecc;
	padding:5px;
	vertical-align: top;
}


#event-calendar .calendar-body-table td.calendar-event-day{
	 background-color: #fee0a2;
	 cursor: hand;
	 cursor: pointer;
}

#event-calendar .calendar-body-table td.selected-day{
	background-color:#fff;	
}

#event-calendar .calendar-body-table td.calendar-current-day{
	border: 1px solid #0a2c98;
}

#event-calendar .calendar-bottom-cap{
	width:700px;
	height:7px;
	background:url(../images/calendar-bottom-cap.jpg) no-repeat bottom center;
}

#event-calendar .calendar-body-table .calendar-day-number{
	width:100%;
	text-align:right;
	font-weight: bold;
}

#event-calendar .calendar-body-table li{
	background: url(../images/pointer.gif) no-repeat left 5px;
	padding-left:6px
}

#event-calendar .calendar-body-table li a,
#event-calendar .calendar-body-table li a:hover{
	color:#0a2c98;
	text-decoration: none;
}


/* Calendar popup
*/

#calendar-popup {
	position: absolute;
	top: 20%;
	left: 50%;
	width: 410px;
}

#calendar-popup .inner {
	margin: 10px 0;
	padding: 20px 30px 20px 20px;
	background: url(../images/calendar-pop-bg.png) center repeat-y;
}

#calendar-close {
	position: absolute;
	top: 12px;
	right: 20px;
	text-transform: uppercase;
	padding-right: 20px;
	background: url(../images/calendar-close.png) right no-repeat;
	color: #a1a1a1;
	cursor: hand;
	cursor: pointer;
}

#calendar-popup .event {
	border-bottom: 1px solid #0399fa;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

#calendar-popup .event-last {
	border-bottom: 0;
	margin-bottom: 0;
}

#calendar-popup .top {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/calendar-pop-top.png) top no-repeat;
	height: 10px;
	width: 100%;
}

#calendar-popup .bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/calendar-pop-bot.png) bottom no-repeat;
	width: 100%;
	height: 10px;
}
