@charset "UTF-8";

body {
	margin:0;
	padding:0;
	background:#e9f7fd url("../images/bg_main.gif") top left repeat-x;
  	font:100% Arial, Tahoma, Helvetica, sans-serif;
	font-size:12px;
	color:#3c4c57;	
	overflow: auto;
}

H1 {
	color: #00bef2;
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
}


a { text-decoration:none; color:#3c4c57; }
a:hover { text-decoration:underline; }

table {
	border-collapse:collapse;
}


img, fieldset {
	border: 0;
	border-style:none;
}

#container {
	width:772px;
	margin:0 auto;
	text-align:left;
	
}

#header {
	width:770px;
	height:405px;
	border-left: 1px solid #e9f7fd;
	border-right: 1px solid #e9f7fd;
	background:#e9f7fd;
}


#logo {
	width:363px;
	height:85px;
	float:left;
}

#top_menu {
	margin: 0;
	padding: 0;
	width: 407px;
	height:85px;
	float:right;
	text-align:right;
}

#top_menu ul {
	margin:0;
  padding:0;
  list-style: none;
  float:right;
}

#top_menu li {
  position: relative; 
  height:85px;
  margin:0 1px 0 0;
  float: left;
}

#top_menu li.last {
  margin:0;
}

#top_menu a {
	background:url("../images/bg_top_menu.gif") top left repeat-x;
 	color: #fff;
  	text-decoration: none;
  	font-family: Arial, Tahoma, Helvetica, sans-serif;
  	font-size: 12px;
  	font-weight:bold;
  	display: block;
	padding:10px 17px 0 17px;
  	height:75px;
  	float:left;
}

#top_menu a:hover , #top_menu .current a , #top_menu .section a {
	color:#e9f7fd;
	background:url("../images/bg_top_menu_over.gif") top left repeat-x;
}




#main_menu {
	height:45px;
}

#main_menu ul {
  	list-style: none;
  	margin:0;
  	padding:0;
  	float:left;
}

#main_menu li {
  	position: relative; 
  	height:45px;
  	margin:0 1px 0 0;
  	float: left;
  	overflow:hidden;
}

#main_menu li.last {
  	margin:0;
}

#main_menu a  {
	position:relative;
	top:-45px;
}

#main_menu a:hover , #main_menu LI.current , #main_menu LI.current A {
	position:relative;
	top:0;
	bottom:0;
}

#main_menu LI.section A  {
	position:relative;
	top:0;
	bottom:0;	
}

/* tabmenu */

#tab_menu {
	height:36px;
}

#tab_menu ul {
  	list-style: none;
  	margin:0;
  	padding:0;
  	float:left;
}

#tab_menu li {
  	position: relative; 
  	height:36px;
  	float: left;
  	overflow:hidden;
	border-right:1px solid #a5d8f3;
	background:#e9f7fd;	
}

#tab_menu li.last {
  	margin:0;
}

#tab_menu a {
	height:35px;
	position:relative;
	top:0px;
}

#tab_menu .link:hover {
	position:relative;
	top:-35px;
	bottom:35px;
}

#tab_menu LI.current A , 
#tab_menu LI.current A , 
#tab_menu .section , 
#tab_menu .current {
	position:relative;
	top:-70px;
	bottom:0;
	border-bottom:1px solid #e9f7fd;	
}


/* end of tabmenu */

#flash {
	width:770px;
	height:264px;
	margin-top:1px;
}

/* content's part */

#content {
	width:770px;
	background: #ffffff;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	padding:15px 0;
}

#main_content_shell {
	width:730px;
	margin:0 20px;
}

.blueline {
	width:770px;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	height:5px;
	overflow:hidden;
	background:#5bbdf0;
	margin: 0 auto;
}

.headline_blue {
	width:716px;
	height:15px;
	padding:6px 7px 4px 7px;
	margin: 0 0 4px 0;
	background:#5bbdf0;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}

.headline_blue2 {
	width:716px;
	height:15px;
	padding:6px 7px 4px 7px;
	margin: 0 0 15px 0;
	background:#5bbdf0;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}


/* home page blocks */
.block_side {
	width:245px;
}
.block_side_right {
	margin-top: 14px;
	width:245px;
}
.block_wide {
	width:465px;
}

.block_wide P {
	line-height:15px;
	margin-bottom:10px;
}

.txt_title {
	margin-bottom:15px;
	padding-bottom:0;	
}

.block_title {
	width:245px;
	height:35px;
	background:url("../images/bg_title.gif") top left repeat-x;
}

.block_blue {
	margin:0;
	width:235px;
	background:#e9f7fd;
	padding:10px 5px 10px 5px;
}

.block_blue P {
	margin:0;
	padding:0;
	font-size:12px;
	line-height:15px;
	color:#3c4c57;
}

.block_blue INPUT {
	width:223px;
	height:16px;
	font-size:12px;
	color:#3c4c57;
	border:1px solid #3c4c57;
	background:#fff;
	padding:2px 5px;
	margin-bottom:10px;
}

.block_blue2 {
	width:225px;
	background:#e9f7fd;
	padding:10px 10px 10px 10px;
	margin-bottom:20px;
}

.block_blue2 P {
	margin:0;
	font-size:12px;
	line-height:15px;
	color:#3c4c57;
	padding-bottom:20px;
}

/* blocks that are inside  #dark_frame */

.block_side_little {
	width:180px;
}

.block_title_little {
	width:180px;
	height:35px;
	background:url("../images/bg_title.gif") top left repeat-x;
}

.block_blue_little {
	width:160px;
	background:#e9f7fd;
	padding:10px;
	margin-bottom:20px;
}

.block_blue_little ul li{
	background:transparent url(../images/list_arrow.gif) no-repeat scroll left 2px;
font-weight:bold;
margin-bottom:5px;
padding-left:12px;
}

.list_with_arrow {
	margin:0;
	padding:0;
	list-style:none;
}

.list_with_arrow LI {
	padding-left:12px;
	margin-bottom:5px;
}

.list_with_arrow .link {
	font-weight: normal;
}

.list_with_arrow LI.selected , .list_with_arrow LI.current, #table_courses ul LI.current {
	background:url("../images/list_arrow.gif") left 2px no-repeat;
	padding-left:12px;
	font-weight:bold;
	margin-bottom:5px;
}

#table_courses ul LI.link{
	background:url("../images/list_arrow.gif") left 2px no-repeat;
	padding-left:12px;
	margin-bottom:5px;
}

.block_title_wide {
	width:465px;
	height:35px;
	background:url("../images/bg_title.gif") top left repeat-x;
}

.block_title_Event {
	width:730px;
	height:35px;
	background:url("../images/bg_title.gif") top left repeat-x;
}

.block_title_wide H3{
	font-weight:bold;
	font-size:18px;
	color:#fff;
	padding:6px 10px 2px 10px;
}

.block_wide_blue {
	margin-top:0px;
	background:#e9f7fd;
	width:445px;
	padding:10px 10px 0px 10px;
	margin-bottom: 20px;
}

.block_wide_blue_event {
	background:#e9f7fd;
	width:710px;
	padding:15px 10px 0px 10px;
	margin-bottom:15px;
}

.block_wide_blue H3{
	margin:0px;
	padding: 0px;
	font-weight:bold;
	font-size:18px;
	color:#525252;
	margin-bottom:12px;
}

.block_wide_blue P {
	line-height:15px;
	padding-bottom:10px;
	margin:0;
}

.block_wide_blue P.txt_title {
	margin-bottom:10px;	
}


#block_contact {
	width:330px;
	margin-right:15px;
	margin-top: 10px;
}
#block_contact P{
  margin:0;
	line-height:15px;
	padding-bottom:15px;
}
#block_contact P.blue_bold_txt {
	padding-bottom:0px;
}

#dark_frame .black_bold_txt {
	padding-bottom:0px;
	color: #000;
	font-weight:bold;
	margin-top: 13px;
}

#contact_form{
	padding-top: 10px;
}

#contact_form, #contact_form DIV.block_title {
	width:310px;
}

#contact_form #MemberLoginForm_LoginForm_action_dologin, #MemberLoginForm_LoginForm_action_dologin, #MemberLoginForm_LostPasswordForm_action_forgotPasswor{
	background:transparent url(../images/btn_login.gif) no-repeat scroll left top;
	border:0 none;
	height:26px;
	width:87px;
}
#contact_form #MemberLoginForm_LoginForm_action_dologin:hover, #MemberLoginForm_LoginForm_action_dologin:hover, #MemberLoginForm_LostPasswordForm_action_forgotPasswor:hover{
  background:transparent url(../images/btn_login_a.gif) no-repeat scroll left top;
}

#contact_form DIV.block_blue {
	width:365px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom: 0px;
	padding-top:20px;
}
#contact_form DIV.block_blue P {
	float:left;
	width:125px;
	padding-top:3px;
}
.contact_form_fieldline {
	padding-bottom:10px;
}
#contact_form DIV.little_txt {
	font-size:11px;
	padding:0 20px;
}

.little_txt {
	font-size:11px;
}

/* end of blocks */

#blue_frame {
	width:712px;
	background:#e9f7fd;
	padding:9px;
}

#blue_frame p{
	margin:0px;
}

#dark_frame {
	width:660px;
	background:#fff;
	border:1px solid #3c4c57;
	padding: 20px 25px 0 25px;
}

#dark_frame table {
	border-collapse:separate ;
}

#dark_frame ul {
	margin:0;
	padding:0;
}

#dark_frame ul li {
	background:transparent url(../images/list_dot_blue.gif) no-repeat scroll left 4px;
	line-height:15px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0 0 0 10px;
}

#dark_frame .links_school {
	width:469px;
	float: right;
}

#dark_frame H1 {
	margin: 0;
	padding: 0;
}

#dark_frame_no_padding {
	width:710px;
	background:#fff;
	border:1px solid #3c4c57;
}

#dark_frame P.txt_title {
	margin-bottom:10px;
	padding-bottom:0;	
}

#dark_frame P{
	line-height:15px;
}

#dark_frame P.blue_bold_txt , .blue_bold_txt , A.blue_bold_txt {
	line-height:15px;
	margin-top: 0;
	margin-bottom:0;
	padding-bottom:5px;
	color:#5bbdf0;
	font-weight:bold;
}

P.blue_bold_txt{
	line-height:15px;
	margin-bottom:0;
	padding-bottom:0;
	color:#5bbdf0;
	font-weight:bold;	
}

	P.blue_bold_txt A {
		color:#5bbdf0;
	}

.little_list {
	margin-bottom:15px;
}

.little_list LI {
	background:url("../images/list_dot_blue.gif") no-repeat left 4px;
	padding:0 0 0 10px;
	list-style:none;
	line-height:15px;
}

.big_list {
	margin-bottom:15px;
}

.big_list LI {
	background:url("../images/list_dot_blue.gif") no-repeat left 4px;
	padding:0 0 0 10px;
	list-style:none;
	line-height:15px;
	margin-bottom:12px;
}

.big_list_blue_bg {
	margin-bottom:15px;
}

.big_list_blue_bg LI {
	background:url("../images/list_dot_blue_bg.gif") no-repeat left 5px;
	padding:0 0 0 10px;
	list-style:none;
	line-height:15px;
	margin-bottom:12px;
}

.hor_gap20px {
	height:20px;
	width:670px;
}

.inside_blue_frame {
	width:632px;
	background:#e9f7fd;
	padding:14px 14px 0 14px;
	margin-bottom:20px;
}

.inside_blue_frame P{
	margin:0;	
}

.inside_blue_frame IMG {
	border:1px solid #e5e4e4;
}

.inside_blue_bottom {
	width:632px;
	height:14px;
	clear:both;
}


/* tables */

#tbl_programs{
	margin-bottom:20px;
}

#tbl_programs TD{
	border-bottom:5px solid #fff;
	border-right:5px solid #fff;
	padding:10px;
	background:#e9f7fd;
	vertical-align:top;
}

#tbl_programs TR.heading TD{
	padding:0;
	background:#525252;
	height:25px;
}

#tbl_programs TD.first_col{
	width:165px;
}
#tbl_programs TD.second_col{
	width:181px;
}
#tbl_programs TD.third_col{
	width:310px;
}

#tbl_schools{
	margin-bottom:20px;
}

#tbl_schools TD{
	border-bottom:5px solid #e9f7fd;
	border-right:5px solid #e9f7fd;
	padding:10px;
	background:#fff;
	vertical-align:top;
}

#tbl_schools TR.heading TD{
	padding:0;
	background:#525252;
	height:25px;
}

#tbl_schools TD.first_col{
	width:155px;
}
#tbl_schools TD.second_col{
	width:135px;
}
#tbl_schools TD.third_col{
	width:165px;
}


#month_changer {
	position: relative;
	top: -10px;
	font-size:18px;
	font-weight:bold;
	color:#525252;
}

#month_changer .events_arrow_back{
  background:url("../images/btn_arrow_back.gif") no-repeat left 2px;
}
#month_changer .events_arrow_back:hover{
  background:url("../images/btn_arrow_back_a.gif") no-repeat left 2px;
  text-decoration:blink;
}

#month_changer .events_arrow_ff{
  background:url("../images/btn_arrow_ffd.gif") no-repeat left 2px;
}
#month_changer .events_arrow_ff:hover{
  background:url("../images/btn_arrow_ffd_a.gif") no-repeat left 2px;
  text-decoration:blink;
}

#month_changer P {
	padding:0;
	margin:0;
	float:left;
}

#month_changer P SPAN {
	float:left;
	padding:2px 0 0 10px;
}


#key_txt {
  margin-bottom: 10px;
}


#key_txt P {
	margin:0;
	float:left;
	padding:0 5px;
}

#key_txt P IMG {
	padding-right:5px;
}

#tbl_events{
	margin:0;
	padding:0;
	margin-bottom:10px;
}

#tbl_events TD{
	margin:0;
	padding:0;
	border-bottom:4px solid #fff;
	border-right:4px solid #fff;
	width:99px;
	background:#e9f7fd;
	vertical-align:top;
	padding-left:1px;
}


#tbl_events TR.heading TD{
	padding:0;
	height:40px;
}

#tbl_events TD TABLE {
	padding:5px;
	border:0;
	width:96px;
}

#tbl_events TD TABLE  TD {
	border:0;
	height:90px;
	
}



#tbl_events TABLE TR.heading TD {
	padding:3px 5px;
	border:0;
	background:#525252;
	height:20px;
	text-align:right;
	color:#FFFFFF;
	width:98px;
}


#tbl_events TD.selected {
	border-bottom:5px solid #fff;
	border-right:5px solid #fff;
	width:99px;
	background:#e9f7fd url("../images/bg_cell.gif") left bottom no-repeat;
	vertical-align:top;
	padding-left:1px;
	padding-bottom:1px;
}
	
#tbl_events TD.selected TABLE  {
	padding:5px;
	border:0;
}


#tbl_events TD.selected TABLE TD {
	padding:5px;
	border:0;
}

#tbl_events TD.selected TABLE TR.heading TD {
	padding:3px 5px;
	border:0;
	background:#5bbdf0;
	height:20px;
	text-align:right;
	color:#FFFFFF;
	width:98px;
}


#tbl_events TD.inactive {
	border-bottom:5px solid #fff;
	border-right:5px solid #fff;
	width:99px;
	vertical-align:top;
	padding-left:1px;
	background:#e5e4e4;
}
	
#tbl_events TD.inactive TABLE  {
	padding:5px;
	border:0;
}


#tbl_events TD.inactive TABLE TD {
	padding:5px;
	border:0;
	background:#e5e4e4;
}

#tbl_events TD.inactive TABLE TR.heading TD {
	padding:3px 5px;
	background:#525252;
	border:0;
	height:20px;
	text-align:right;
	color:#FFFFFF;
	width:98px;
}

#tbl_events TABLE TD P.blue {
	color:#5bbdf0;
	font-size:10.5px;
	font-weight:bold; 
}

#tbl_events TABLE TD P.red {
	color:#f81314;
	font-size:10.5px;
	font-weight:bold; 
}

/* end of tables */


.team_cell {
	width:660px;
	background:#e9f7fd;
	margin-bottom:25px;
}

.team_photo {
	width:165px;
	float:left;
}

.team_info {
	width:455px;
	float:left;
	padding:20px;
	padding-bottom: 0px;
}
.team_name {
	font-size:17px;
	font-weight:bold;
	color:#5bbdf0;
	margin-bottom:10px;
}

.team_details {
	width:455px;
}

.team_details TD.first_col{
	width:265px;
	padding-right:10px;
	vertical-align:top;
}

.team_details TD.second_col{
	width:180px;
	vertical-align:top;
}


.club_cell {
	width:620px;
	background:#e9f7fd;
	margin-bottom:25px;
	padding:20px 20px 6px 20px;
}

.club_address {
	width:290px;
	float:left;
	margin-right:20px;
}

.club_info {
	width:310px;
	float:left;
}


#dark_frame .club_address .club_name {
	font-size:17px;
	font-weight:bold;
	color:#5bbdf0;
	padding-bottom: 0px;
	margin:0;
}

.club_name a {
	font-size:17px;
	font-weight:bold;
	color:#5bbdf0;
	
}

.blue_14px_txt {
  margin:0;
	font-size:14px;
	font-weight:bold;
	color:#5bbdf0;
	margin-top: 13px;
}
/* Calender's items */

#calender_shell {
	width:210px;
	height:200px;
	border:1px solid #3c4c57;
	margin:4px  12px 0 12px;
	background:#fff;
	margin-bottom:10px;
}

#calender_month {
	margin:10px 0 0 11px;
	display:inline;
	color:#333;
	font-size:18px;
	font-weight:bold;
	float:left;
}

#month_arrows {
	float:right;
	display:inline;
	margin:12px 10px 0 0px;
}

#calender {
	margin:10px 0 0 11px;
}

#calender TD {
	width:26px;
	height:24px;
	border:1px solid #fff;
	background:#e5e4e4;
	text-align:center;
	font-weight:bold;
	color:#333333;
}
#calender TD A {
	font-weight:bold;
	color:#333333;
}


#calender TR.blue TD {
	background:#5bbdf0;
	color:#fff;
	font-weight:bold;
}

#calender TD.inactive_date A{
	color:#aab7bd;
}
#calender TD.red_date A {
	color:#f90303;
}

#calender TD.blue_date A {
	color:#5bbdf0;
}

.view_more {
	padding:12px 14px 0 0;
	font-weight:bold;
}
.view_more A{
	color:#3c4c57;
}

/* latest news frame */
.frame {
	border:1px solid #3b5460;
	width:730px;
	margin:0 15px 15px 15px;
	padding:4px;
}

#latest_news_block {
	width:465px;
	height: 175px;
	background:#e9f7fd;
	padding:0 13px 0px 0;
	margin-right:4px;
	float:left;
}

#latest_news_block img {
	float:left;
	margin:0px 15px 0px 0px;
}

#latest_news_block P {
	margin:0;
	font-size:12px;
	line-height:15px;
	padding:0 0 7px 0;
	color:#3c4c57;
}

#latest_news_block P a:hover {
  text-decoration: none;
}

#subscribe_block {
	width:235px;
	height:175px;
	background:#e9f7fd;
	padding:5px;
	float:right;
}

#book_block {
	width:235px;
	background:#e9f7fd;
	padding:5px;
	float:left;
}

#subscribe_block .title, #book_block .title, .half_block_inside .title {
	margin-bottom:5px;
}

#subscribe_block P, #book_block P {
	font-size:12px;
	line-height:15px;
	color:#3c4c57;
}


#subscribe_block INPUT, #book_block INPUT {
	width:223px;
	font-size:12px;
	color:#3c4c57;
	border:1px solid #3c4c57;
	background:#fff;
	padding:2px 5px;
}

#full_width{
	margin-top: 8px;
}

#full_width P{
	line-height:15px;
	padding-bottom:15px;
	margin-top: 3px;
}

#full_width P.blue_bold_txt{
	line-height:15px;
	margin-bottom:0;
	padding-bottom:0;
	color:#5bbdf0;
	font-weight:bold;	
}

#gal_preview_shell {
}

#gal_preview {
	border:1px solid #3c4c57;
	width:405px;
	height:300px;
	margin-bottom:5px;
	position:relative;
	left:50%;
	margin-left:-202px;
}

#start {
	position:relative;
	font-weight:bold;
}

#previous {
	background:url("../images/btn_gal_arrow_back.gif") left no-repeat;
	padding-left: 15px;
	font-weight:bold;
	float:left;
	position:relative;
	top:-15px;
}
#next {
	background:url("../images/btn_gal_arrow_ffd.gif") right no-repeat;
	padding-right: 15px;
	font-weight:bold;
	float:right;
	position:relative;
	top:-15px;
}

.full_width_title {
	width:730px;
	height:35px;
	background:url("../images/bg_title.gif") top left repeat-x;
}

.full_width_blue_frame_tumb_box {
	width:725px;
	background:#e9f7fd;
	padding:5px 0 0 5px;
}

.full_width_blue_frame_tumb_box DIV.gal_tumb {
	margin:0 5px 5px 0;
	float:left;
}

.full_width_blue_frame_recource {
	width:702px;
	background:#e9f7fd;
	padding:12px 14px 10px 14px;
	margin-bottom:20px;
}

.full_width_blue_frame_recource p{
	margin: 0px;
}

.full_width_blue_frame_recource_link{
  font-weight: bold;
  margin-top: 10px;
}

.full_width_blue_frame {
	width:702px;
	background:#e9f7fd;
	padding:12px 14px 0px 14px;
	margin-bottom:20px;
}

.full_width_blue_frame IMG{
	padding-bottom:0px;
}

.full_width_blue_frame P {
	padding-bottom:15px;
	margin-top: 5px;
}

.full_width_blue_frame P.blue_bold_txt {
	margin:0;
	padding-bottom:3px;
}

.gal_txt {
	width:560px;
	padding-bottom:10px;
}

.gal_link {
	position:relative; 
	top:-10px;
}

.vid_link {
	position:relative; 
	top:-12px;
}

#login_form {
	width:310px;
	padding:20px 20px 15px 20px;
	background:#e9f7fd;
	margin-bottom:20px;
}

#login_form P {
	float:left;
	width:67px;
	padding-top:3px;
}

#login_form INPUT {
	width:235px;
}
.login_form_fieldline {
	padding-bottom:20px;
}
#login_form DIV.little_txt {
	font-size:11px;
	padding:0 20px;
}

#login_blue_box {
	width:310px;
	padding:20px 20px 5px 20px;
	background:#e9f7fd;
}

#login_blue_box P{
	line-height:15px;
	padding-bottom:15px;
}

#login_side_pic {
	float:left;
	width:380px;
}

.half_block_inside {
	width:315px;
	border:1px solid #3b5460;
	padding:5px;
	background:#fff;
	margin-bottom:20px;
}

.blue_bg {
	background:#e9f7fd;
	padding:5px;
	
}

.hor_10px_gap {
	height:10px;
	
}

#events_list_shell {
	padding:10px;
}

#events_list {
	width:215px;
  border-collapse: separate;
}

#events_list TD.date {
	width:80px;
	padding-top: 5px;
}

#events_list TD.events {
	width:130px;
	text-align:right;
	padding-top: 5px;
}

#events_list TR.red_line P{
	font-weight:bold;
	color:#f90303;
}

#events_list TR.red_line P A{
	font-weight:bold;
	color:#f90303;
}

#events_list TR.blue_line P{
	color:#5bbdf0;
	font-weight:bold;
}

#events_list TR.blue_line P A{
	color:#5bbdf0;
	font-weight:bold;
}

/* footer's part */

#footer {
	width:770px;
	height:30px;
	background:#525252;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	margin-bottom:40px;
	margin: 0 auto;
}

#footer_links {
	padding:8px 0px 3px 0px;
	float:left;
}

#footer_links P{
	float:left;
	margin:0px 20px 0px 20px;
	display:inline;
	color:#fff;
	font-size:11px;
}

#footer_links P A{
	color:#fff;
}

#glazedeye {
	float:right;
	margin:8px 20px 3px 20px;
	display:inline;
	color:#fff;
	font-size:11px;
}

#glazedeye A{
	color:#fff;
}

/* buttons */

#btn_submit {
	background:url("../images/btn_submit.gif") no-repeat left top;
	border:0;
	width:87px;
	height:26px;
}

#btn_login, #Form_LoginForm_action_LoginAction {
	background:url("../images/btn_login.gif") no-repeat left top;
	border:0;
	width:87px;
	height:26px;
}
#btn_login:hover, #Form_LoginForm_action_LoginAction:hover{
  background:url("../images/btn_login_a.gif") no-repeat left top;
  Cursor: Pointer;
}

#btn_logout , #Form_LogoutForm_action_LogoutAction 
{
	background:url("../images/btn_logout.gif") no-repeat left top;
	border:0;
	width:87px;
	height:26px;
}

#btn_logout:hover , #Form_LogoutForm_action_LogoutAction:hover{
  background:url("../images/btn_logout_a.gif") no-repeat left top;
  Cursor: Pointer;
}

.left { float:left; }
.right { float:right; }
.center { text-align:center; }
.clear { clear:both; }

/** school links page **/
DIV.schoolItem {
	width: 469px;
	min-height: 109px;
	background: #e9f7fd;
	color: #3C4C57;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

	DIV.schoolItem H4 {
		margin:0;
		font-size: 12px;
		color: #5BBDF0;
		font-weight: bold;
		margin-left: 20px;
		margin-bottom: 8px;
		padding-top: 20px;
	}

	DIV.schoolItem .address {
		width: 145px;
		float: left;
		margin-left: 20px;
	}

	DIV.schoolItem .phone{
		width: 125px;
		float: left;
	}

	DIV.schoolItem .web {
		width: 145px;
		float: left;
		margin-right: 20px;
	}

.backlink {
	margin-top: 10px;
	padding-bottom: 10px;
}

.backlink A {
	color:#5bbdf0;
	font-weight: bold;
}

.backlink_black {
	margin-top: 10px;
	padding-bottom: 10px;
}

.backlink_black A {
	color:#3C4C57;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.last_news_normal {
	font-weight: normal;
}


.defaulticon {
	width: 130px;
	height: 130px;
	overflow: hidden;
}

.defaulticon IMG {
	float:left;
}

.sIFR-hasFlash h1 {
  margin:0;
  padding:0;
  font-size: 24px;
  line-height: 1em;
  text-transform: uppercase;
}
.exseprion{
  margin-bottom: 5px;
}

.image_bottom{
}

.table_border{
	width: 20px;
}

.news_item{
	margin-bottom: 20px;
}

.event_title{
	color:#525252;
	font-size:18px;
	font-weight:bold;
	margin:0 0 12px;
	padding:0;
}

#lastEvents{
	padding:0 10px;
	font-weight:bold;
}

.event_colors{
  position: relative;
  top: -2px;
}

.item_gallery_img{
  padding-bottom: 10px;
}

.video_item_title {
  margin-bottom: 10px;
  margin-top: 10px;
}



#top_menu_top {
	margin: 0;
	padding: 0;
	width: 300px;
	height:45px;
	float:right;
	text-align:right;
}

#top_menu_top ul {
	margin:0;
  padding:0;
  list-style: none;
  float:right;
}

#top_menu_top li {
  position: relative; 
  height:45px;
  margin:0px;
  float: left;
  width: 100px;
}

#top_menu_top li.last {
  margin:0;
}

#top_menu_top a {
	background:url("../images/bg_top_menu.gif") top left repeat-x;
 	color: #fff;
	text-decoration: none;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	display: block;
  line-height: 45px;
	height:45px;
	float:left;
	width: 100px;
	text-align: center;
}

#top_menu_top a:hover , #top_menu_top .current a , #top_menu_top .section a {
	color:#e9f7fd;
	background:url("../images/bg_top_menu_over.gif") top left repeat-x;
}



#top_menu_bottom {
	margin: 0;
	padding: 0;
	width: 300px;
	height:45px;
	float:right;
	text-align:right;
}

#top_menu_bottom ul {
	margin:0;
  padding:0;
  list-style: none;
  float:right;
}

#top_menu_bottom li {
  position: relative; 
  height:45px;
  margin:0px;
  float: left;
  width: 100px;
}

#top_menu_bottom li.last {
  margin:0;
}

#top_menu_bottom a {
	background:url("../images/top_menu_bottom_bg.gif") top left repeat-x;
 	color: #fff;
	text-decoration: none;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	display: block;
  line-height: 45px;
	height:45px;
	float:left;
	width: 100px;
	text-align: center;
}

#top_menu_bottom a:hover , #top_menu_bottom .current a , #top_menu_bottom .section a {
	color:#e9f7fd;
	background:url("../images/top_menu_bottom_bg_a.gif") top left repeat-x;
}

