/* CSS Document */

body
{
	text-align:center;
	margin-bottom:0;
	margin-top:0;
	background-color:#FFFFFF;
}

h1
{
	font-size: 18px;
}

h2
{
	font-size: 16px;
}

h3
{
	font-size: 14px;
}

h4
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#7E7E7E;
	margin-top:16px;
}

div

{

}

img
{
	border: none;
}

#ItemCalendar
{
	text-align: center;
}


#logo
{
	float: left;
}

.bk_sign
{
	background-image:url(../images/bk_signup.jpg); 
	background-position:top;
	background-repeat:repeat-x;
	height: 120px;
}

.bk_login
{
	background-image:url(../images/bk_login.jpg); 
	background-position:top;
	background-repeat:repeat-x;
}

#topShadow
{
	width:981px;
	background-image:url(../images/bk_top_gradient.jpg);
	background-repeat:repeat-x;
	height:36px;
}

#bottomShadow
{
	width:981px;
	background-image:url(../images/bk_footer.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	height:36px;
	
}

.mainTxt
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:#7E7E7E;
	margin-bottom:0;
}

.forgotPassword, .forgotPassword a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	text-decoration: none;
	color:#38ABD0;
	text-align:left;
	padding-left:2px;
	padding-right:6px;
	margin-bottom:0;
}


.spacer
{
	width:10px;
}

.keyword
{
	width: 150px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	border:1px solid #E0E0E0;
}

.search
{
	width: 145px;
	height:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	padding-left:6px;
	color:#9F9F9F;
	border:1px solid #C3C3C3;
}

.signUp
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
}

.txtGrey
{
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#7E7E7E;
	margin-top:16px;
}

.imgTit
{
	margin-top:15px;
	margin-bottom:10px;
}

.imgBtn
{
	margin-top:10px;
	margin-bottom:10px;
}

.greenLink
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;	
	color:#439AAA;
	float:left;
	text-decoration:none;
}

#mainTable /* Id for the main container */
{
	width:1000px;
	text-align: left;
	margin: 0px auto;
	display:table;
	height:100%;
	background-image:url(../images/bk_right_shadow.gif);
	background-position:top right;
	background-repeat:repeat-y;
}

#headercontent
{
	float: left;
	width: 981px;
}

#maincontentcontainer /* Id for the main container */
{
	float:left;
	width:981px;
	text-align: left;
	margin-top:0px;
}

#searchContent
{
	float:left;
	width:208px;

}

#searchTable
{
	float:left;
	width:208px;
	height: 60px;
}

#rightShadow
{
	float:right;
	width:19px;
	background-image:url(../images/bk_right_shadow.gif);
	background-position:top;
	background-repeat:repeat-y;
}

#submenuContent
{
	float:left;
	width:208px;
	background-image:url(../images/bk_submenu.gif);
	background-position:top;
	background-repeat:no-repeat;
}


/* ======================== MENU CONTAINER ==========================*/


#leftPanel
{
	float: left;
	width: 208px;
/*	border: 1px solid;*/
}

#contact
{
	height:30px;
}

#rightPanel
{
	float: right;
	width: 772px;	
/*	border: 1px solid;*/

}

#mainImg
{
	float:left;
	width:528px;
	height:244px;

}

#loginContent
{
	width:240px;
	float:left;
	margin:0 auto;
	height: 250px;
}

.loginTable
{
	float:left;

}

#contentPage
{
	float:left;
	width:768px;


}

#banner
{
	float:left;
	width:773px;
	background-image:url(../images/banner_leatest_news.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:46px;
/*	padding-left: 120px;*/

}

#bannerNews
{
	float: right;
	display:block;
	width:630px;
	height: 30px;
	border: 1px solid #E0E0E0;
	background-color:#fff;
	margin-top: 4px;
	font-size: 12px;
	color: #7DC8E1;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	margin-right: 10px;
	overflow: hidden;
}

#bannerNews a
{
	color: #7DC8E1;
	text-decoration: none;
}

#container
{
	float: left;
	width:770px;
	margin:0 auto;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:#7E7E7E;
}

#main
{	
	float:left;
	width:500px;
	margin-left:11px;
	margin-bottom:0;
	text-align:left;
}


#main ul
{
	
	margin:0;
	margin-top:14px;
	margin-bottom:20px;
	padding:0;
}


#main ul li
{
	list-style:none;
	padding-bottom:10px;
	padding-left:11px;
	background-image:url(../images/unordered_list.gif);
	background-position:1px 1px;
	background-repeat:no-repeat;
	
}

#main ul li a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0093C3;
	list-style:none;
	margin:0;
	margin-top:10px;
	text-decoration:none;
}

/* ===================================== Container *====================*/

#announce
{
	float: right;
	width: 220px;
}

#announce2
{
	float: left;
	width: 240px;
}

#announce3
{
	float: left;
	width: 240px;
}


#announce ul
{
	list-style:none;
	margin:0;
	margin-top:10px;
	padding:0;
}


#announce li
{
	list-style-type:none;
	padding-bottom:2px;
	
}

#announce ul li a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#727272;
	
	list-style:none;
	margin:0;
	margin-top:10px;
	padding-left:11px;
	
	background-image:url(../images/unordered_list.gif);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
}

#content1
{	
	float:left;
	width:500px;
}

#contentinternal
{	
	float:left;
	width:500px;
	padding-top: 10px;
}

#contentinternal a
{	
	color: #0095C6;
	text-decoration: underline;
}

#content2
{	
	margin-top:10px;
	float:left;
	width:500px;
}

#content2 .right
{	
	float:right;
}


#dot1
{
	float:left;
	margin-top:15px;
	width:1px;
	height:225px;
	background-image:url(../images/dotted.gif);
	background-repeat:repeat-y;
	background-position:bottom;
	padding-bottom:10px;
	
}

#dot2
{
	float:left;
	margin-top:15px;
	width:1px;
	height:225px;
	background-image:url(../images/dotted.gif);
	background-repeat:repeat-y;
	background-position:bottom;
	padding-bottom:10px;
	
}

#welcomeImg
{
	float:left;
	margin-top:10px;
	margin-bottom:26px;
	width:500px;
	height:40px;
	
}


/*========================== DIV for SUBMENU =====================*/

div>#bgmenu
{
	min-height: 191px;
	height: auto;
}


#submenu
{
	float: left;
	width: 208px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6E6E6E;
	text-decoration:none;
/*	padding-left:10px;*/
	padding-top:17px;
}

#submenu li a
{
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
	display: block;
	padding-left:30px;
	background-image:url(../images/arrow_indicator_off.gif);
	background-position:0px 11px;
	background-repeat:no-repeat;
	padding-bottom:9px;
	padding-top:10px;
	padding-right:20px;
}



#submenu li li a
{
	text-decoration: none;
	color: #7DC8E1;
	background-color: #FFFFFF;
	display: block;
	padding-top:10px;
	padding-left:47px;
	padding-bottom:9px;
	background-image:url(../images/arrow_indicator_off.gif);
	background-position:18px 11px;
	background-repeat:no-repeat;
	padding-right:20px;
}

#submenu li li li a
{
	text-decoration: none;
	color: #999999;
	background-color: #FFFFFF;
	display: block;
	padding-right:20px;
	padding-top:10px;
	padding-left:60px;
	padding-bottom:9px;
	background-image:url(../images/arrow_indicator_off.gif);
	background-position:30px 11px;
	background-repeat:no-repeat;

}

#submenu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
	width: 190px;
}

#submenu li
{
	border-bottom: 1px solid #DFDFDF;

}




html>body #submenu li a 
{
		width: auto;
}

#submenu ul li a:hover
{
	background-color: #7DC8E1;
	color: #FFFFFF;
	background-image:url(../images/arrow_indicator_on.gif);
	background-position: 0px 14px;
	background-repeat:no-repeat;
}

#submenu ul li li a:hover
{
	background-color: #7DC8E1;
	color: #FFFFFF;
	background-image:url(../images/arrow_indicator_on.gif);
	background-position: 18px 14px;
	background-repeat:no-repeat;
}

#submenu ul li li li a:hover
{
	background-color: #7DC8E1;
	color: #FFFFFF;
	background-image:url(../images/arrow_indicator_on.gif);
	background-position: 30px 14px;
	background-repeat:no-repeat;
}


/* ====================== Main Menu ======================*/

#Menutop
{
	float: left;
	height:27px;
	width: 773px;
	border-bottom:1px solid #ccc;
	
}

#mainMenu
{
/*	padding-left:20px;*/
	float:left;
	width:773px;
	display:block;
	background:#E0E0E0;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #B2B2B2;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	
	padding-top:7px;
	padding-bottom:6px;
	
}

#mainMenu ul
{
	margin:0;
	padding: 0;
	list-style: none;
padding-left:20px;
}

#mainMenu ul li
{
	display: inline;
	padding-right: 25px;
}

#mainMenu ul li a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	
	padding-top:7px;
	padding-bottom:10px;
	display: inline;
	padding-right: 5px;
}

/* ============================== Footer ==========*/

#footerContent
{
	margin-top:23px;
	float: left;
	width: 981px;
	background-image:url(../images/bk_footer.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

#footer
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6E6E6E;
	text-decoration:none;
	width: 981px;
	float: left;
	margin-top: 1px;
	color: #999999;
	background-color : #FFFFFF;
}

#footer a
{
	text-decoration: none;
	color: #999999;
	background-color : #FFFFFF;
}

/* ============================== Copy right Unordered List =============*/

#contacts
{
	float: left;
	margin-top: 18px;
	margin-left: 16px;
	margin-bottom: 16px;
	width: 340px;
}

#contacts ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#contacts ul li
{
	display: inline;
	padding-right:40px;
}

/* ============================== Shortcuts Unordered List =============*/

#shortcuts
{
	float: right;
	margin-top: 18px;
	margin-left: 15px;
	margin-bottom: 16px;
	width: 540px;
}

#shortcuts ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#shortcuts ul li
{
	display: inline;
	padding-right: 5px;
}



/*================================ Calendar =============================*/

.nextprev 
{
	
	FONT-WEIGHT: bold;
	 CURSOR: pointer; 
	 COLOR: #feb500;
	 text-decoration: none;
}
.calendar, .calendar a
{
	cursor: pointer;
	border: 0px;
}

.calendartitle, .calendartitle a
{
	color: #298cad;
	padding-bottom: 10px;
	font-weight: bold;
	text-decoration: none;
	background-color: #fff;
}

.day
{
	border: 1px solid #7DC8E1;
	
}

.day a
{
	color: #298cad;
	font-size: 10px;
	text-decoration: none;	
}


.dayhover
{
	border: 1px solid #298cad;
	background-color: #298cad;
	color: #fff;
	font-size: 10px;
}

.dayactive
{
	border: 1px solid #feb500;
	background-color: #298cad;
	color: #fff;
	font-size: 10px;
}

.dayactive a
{
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}

.dayheader
{
	color: #298cad;
	padding-bottom: 10px;
	font-size: 10px;
}

.eventday
{
	border: 1px solid #feb500;
	background-color: #298cad;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
}

