html
{
	text-align: center;
	color: #333;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	padding-top: 0;
}

body
{
	margin: 0;
	padding: 0;
	background-color: white;
	margin: 0 auto;
	text-align: left;
	width: 780px;
	font-size: 110%;
	color: #181818;
}
body,popup
{
	width: 500px;
}

#Container
{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -380px;
	width: 780px;
	background: white none repeat-y scroll center center;
}

/* Common styles */
	a
	{
		color: #003A9B;
		cursor: hand !important;
	}
	a strong, a i, a em, a u, a b, a span
	{
		color: #003A9B;
	}
	a img
	{
		border: none;
	}
	a.all
	{
		background: transparent url(images/link_arrow.gif) no-repeat scroll center right;
		padding-right: 20px;
		font-size: 9pt;
		color: #003399;
		text-decoration: none;
	}

	fieldset
	{
		border: none;
	}

	div.content, #FirstPage
	{
		margin-top: 20px;
		font-family: Arial, sans-serif;
		font-size: 110%;
	}

	#FirstPage a.readmore
	{
		display: none;
	}

	div.content
	{
		width: 440px;
		overflow: hidden;
		float: left;
		padding: 10px;
	}

	div.special
	{
		background-color: #FFF7E1;
		margin-bottom: 10px;
		padding: 10px;
	}
	
	div.special h2
	{
		padding: 5px;
		background-image: none !important;
		background-color: #FFF7E1;
	}

	h1
	{
		font-family: Arial;
		font-size: 18px;
		font-weight: bold;
		color: #5C7FD1;
	}

	span.mandatory
	{
		color: red;
	}

	input, textarea, select
	{
		background-color: white;
		font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
		font-size: 100%;
	}
	input.checkbox
	{
		background-color: #F5F5F5;
	}
	/* Titles */
		h2, #Node div.page div.Other h2
		{
			color: black;
			font-size: 14px;
			padding: 2px 12px;
			margin: 0;
			margin-top: 30px;
			margin-bottom: 10px;
			background-color: #E5E5E5;
		}
		#News
		{
			margin-bottom: 15px;
		}
		#FirstPage #News h2
		{
			margin-top: 0;
		}
		#FirstPage #Courses #Categories
		{
			border: 1px solid #C0DDEF;
		}
		#FirstPage h2.course_categories
		{
			color: #D37B00;
			margin: 0;
			font-size: 10pt;
			background-image: none;
			background-color: #F5FAFE;
			padding: 0 0 4px 0;
			border-bottom: 1px solid #C0DDEF;
		}
		h2 a, #Node div.page div.Other h2 a
		{
			color: black;
			text-decoration: none;
		}
		#Courses h2, h2.Course, #Node div.page div.Other h2.Course,
			#Seminaries h2, h2.Seminary, #Node div.page div.Other h2.Seminary
		{
			padding: 0 12px 0 32px;
			line-height: 22px;
			background: transparent url(images/FP/Title.gif) repeat-y scroll center left;
			font-size: 10pt;
		}

		#Courses h2 a, #Courses h2, #Seminaries h2 a, #Seminaries h2,
			#Node div.page div.Other h2.Course a, #Node div.page div.Other h2.Seminary a
		{
			color: white;
		}

		#Seminaries h2
		{
			margin-top: 0;
		}
		#Seminaries
		{
			margin-bottom: 10px;
			
		}
	/* Titles end */

	#Node div.page h2
	{
		background-image: none;
		background-color: white;
		padding: 5px 0 0 0;
	}
	#Node div.page h2 a
	{
		color: #003399;
		text-decoration: underline;
	}
	#Node div.page div.sub_content
	{
		/*border-bottom: 1px solid #DEDEDE;*/
	}
	#Node div.page div.sub_content.Other, #Node div.page div.Other
	{
		border-bottom: none;
	}
	#Node div.page div.sub_content a.readmore
	{
		display: block;
		text-align: right;
		font-family: Verdana;
		font-size: 80%;
		margin-bottom: 10px;
		margin-top: 0;
	}
/* Common styles end */

/* Menu */
#Menu #Home
{
	display: block;
	width: 780px;
	height: 87px;
	background: white url(images/header.jpg) no-repeat scroll top left;
}

#Menu
{
	background-color: #FFC000;
	height: 109px;
	width: 780px;
}

#Menu #List, #Menu #Languages, #Menu #List li, #Menu #Languages li
{
	margin: 0;
	padding: 0;
}
#Menu #List li
{
	float: left;
}

#Menu #Languages
{
	width: 148px;
	height: 22px;
	margin-left: 12px;
	background-color: white;
	float: left;
	color: #3359B2;
	list-style: none;
	text-align: center;
}
#Menu #Languages a
{
	font-family: Arial;
	font-size: 110%;
	color: #3359B2;
	text-decoration: underline;
	margin: 0 7px;
	font-weight: bold;
}

#Menu #List
{
	list-style: none;
	width: 620px;
	height: 22px;
	float: right;
	background: transparent url(images/top_menu_bg.gif) repeat-x scroll top left;
	color: white;
	cursor: hand;
}
#Menu #List a
{
	text-decoration: none;
	color: white;
	font-weight: bold;
	margin: 0 20px;
}
#Menu #Languages li, #Menu #List li
{
	display: inline;
	line-height: 22px;
}

#Menu #List ul
{
	min-width: 180px;
	display: none;
	position: absolute;
	z-index: 2;
	background-color: #F5F5F5;
	border: 1px solid #7798DD;
	padding: 3px;
	margin: 0;
}
#Menu #List li:hover ul
{
	z-index: 2;
	display: block;
}
#Menu #List li.hover ul
{
	z-index: 2;
	display: block;
}
#Menu #List ul li
{
	z-index: 2;
	display: block;
	float: none;
}
#Menu #List ul li a
{
	z-index: 2;
	margin: 0;
	color: #040404;
	font-weight: normal;
	display: block;
	padding: 0 3px;
}
#Menu #List ul li a:hover
{
	z-index: 2;
	background-color: #D4DCF3;
}
/* Menu end */

/* Left sidebar */
#Sidebar1
{
	color: #333333;
	width: 160px;
	float: left;
}
#Sidebar1 .Menu
{
	margin: 0;
	padding: 20px 10px;
	list-style: none;
	background-color: #FFC000;
}
#Sidebar1 .Menu li
{
	background: #FFC000 url(images/bullet3.gif) no-repeat scroll 1px 8px;
	border-bottom: 1px solid #CD9E0E;
	padding: 3px 0 3px 10px;
}
#Sidebar1 .Menu a
{
	color: #333;
	text-decoration: none;
}
#Sidebar1 .Menu a:hover
{
	text-decoration: underline;
}
#Sidebar1 img
{
	margin: 0 auto;
}
#ContactUs
{

	background: #E5E5E5 url(images/splitter.gif) no-repeat scroll top left;
	padding-top: 50px;
	padding-bottom: 10px;
	text-align: center;
}
#Call, #Write, #PhoneBox
{
	text-align: left;
	width: 160px;
	margin: 0 auto 0 auto;
	background: #E5E5E5 url(images/contact_bg.gif) no-repeat scroll center left;
}
#Call p, #Write p, #PhoneBox p
{	font-size: 90%;
	margin: 0 10px;
	padding: 10px 0 10px 5px;
}
#Call p, #PhoneBox p
{
	border-bottom: 1px solid #C8C8C8;
}
#PhoneBox #phone
{
	margin-top: 5px;
	width: 90px;
}
#PhoneBox form, #PhoneBox fieldset
{
	margin: 0;
	padding: 0;
}

#NewsletterSignup
{
	margin-top: 5px;
	padding: 10px;
	background-color: #E5E5E5;
}
#NewsletterSignup form, #NewsletterSignup fieldset
{
	margin: 0;
	padding: 0;
	background-color: #E5E5E5;
}
#NewsletterSignup h3
{
	color: #333;
	background: transparent url(images/mail.gif) no-repeat scroll top left;
	padding-left: 10px;
	padding-top: 30px;
	font-weight: normal;
	font-size: 90%;
	margin: 0 0 10px 0;
}
#NewsletterSignup #mail
{
	width: 90px;
	color: #999999;
	margin-right: 4px;
}

#Registration h3
{
	font-size: 130%;
}

#Map
{
	margin-top: 5px;
	padding: 10px;
	background-color: #E5E5E5;
	
}
#Map
{
	font-size: 90%;
}


#Questions
{
	margin-top: 5px;
}

#Questions h3
{
	background-color: #FFC001;
	color: #333;
	font-size: 120%;
	font-family: Arial;
	margin: 0;
	padding: 4px 10px;
}

#Questions ul
{
	background-color: #F0F5FF;
	border: 1px solid #C4D6F9;
	border-top-width: 0;
	list-style: none;
	margin: 0;
	padding: 10px 10px 20px 10px;
}
#Questions ul li
{
	margin-top: 10px;
}
#Questions ul li.first
{
	margin-top: 0;
}
/* Left sidebar end */

/* Footer */
#Footer
{
	margin-top: 10px;
	clear: both;
	width: 780px;
	background: #F4F4F4 url(images/footer_bg.gif) repeat-x scroll bottom center;
	border-top: 5px solid #DCDCDC;
	min-height: 50px;
}
#PopupFooter
{
	clear: both;
	width: 500px;
	background: #F4F4F4 url(images/footer_bg.gif) repeat-x scroll top center;
	border-top: 5px solid #DCDCDC;
	height: 50px;
	overflow: hidden;
}

#Footer #Info, #Footer #Copyright
{
	margin: 0 20px;
}
#Footer #Info
{
	margin-top: 10px;
}
#Footer #Copyright
{
	color: #333;
}
#Counters
{
	clear: both;
	text-align: right;
	margin: 10px auto 5px auto;
}
#Counters div
{
	display: inline;
}
#PopupFooter
{
	position: absolute;
	bottom: 0;
	text-align: center;
}
#PopupFooter a
{
	margin-top: 15px;
	display: block;
}
/* Footer end */

/* First page */
#FirstPage
{
	float: right;
	width: 610px;
	color: #666;
}

#FirstPage #News
{
	float: right;
}
#FirstPage #MultiReg
{
	clear: left;
	background: white url(images/fp_box.gif) no-repeat scroll center left;
	padding: 10px 10px;
	width: 280px;
	margin: 10px 0;
}
#FirstPage div.Banners_R
{
	float: right;
	width: 250px;
	overflow: visible;
	margin-top: 10px;
}
#FirstPage div.Banners_L
{
	float: left;
	width: 350px;
}
#FirstPage #Courses
{
	float: left;
}
#FirstPage #Seminaries
{
	float: left;
	position: relative;
	/* clear */
}

#FirstPage #Seminaries h3 a
{
	text-decoration: none;
}
#FirstPage #Seminaries a.register
{
	float: right;
	display: block;
	margin-right: 10px;
}

div.Banner, div.Banner object
{
	z-index: 1;
}

#FirstPage #News, #FirstPage #Courses, #FirstPage #Seminaries
{
	padding-top: 10px;
}
#FirstPage #News
{
	width: 250px;
}
#FirstPage #Courses, #FirstPage #Seminaries
{
	width: 350px;
}

#FirstPage ul
{
	list-style-image: url(images/bullet.gif);
}

#FirstPage #Seminaries ul, #FirstPage #Courses ul
{
	margin: 0;
	padding: 0;
}

#FirstPage #News ul
{
	color: #003A9B;
	margin: 0 0 0 17px;
	padding: 0;
}

#FirstPage a.all
{
	clear: both;
	margin-top: 10px;
	display: block;
	text-align: right;
}

#FirstPage #News ul a
{
	color: #003A9B;
}

#FP_Sem_List
{
	background-color: #F5FAFE;
	border: 1px solid #D1D1D1;
	padding: 5px 10px;
	position: relative;
	_height: 1%:
}
#FP_SEM_Text
{
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
#FP_Sem_List a.register
{
	margin-left: 15px;
	text-align: right;
}

/* First page end */

/* Courses & seminaries */
	h3
	{
		color: #333;
		font-size: 130%;
	}
	#FirstPage h3.bullet
	{
		background: transparent url(images/bullet.gif) no-repeat scroll 0px 7px;
		padding-left: 7px;
	}
	body #FirstPage div.category h3.bullet
	{
		background: #F5FAFE url(images/bullet.gif) no-repeat scroll 0px 7px !important;
		padding-left: 7px !important;
		margin-left: 0;
		border-bottom: none !important;
	}

	body #FirstPage div.course
	{
		margin-bottom: 5px;
	}

	body #FirstPage div.course h3.bullet
	{
		background: transparent url(images/FP/Course-Arrow.gif) no-repeat scroll 0px 1px;
		padding-left: 20px;
		border-bottom: 2px dotted #DDD;
		padding-bottom: 2px;
	}

	div.seminary, div.course, div.page
	{
		line-height: 17px;
		margin-bottom: 25px;
		padding-bottom: 10px;
		border-bottom: 1px solid #B7B7B7;
		padding-left: 10px;
	}
	#FirstPage div.seminary, #FirstPage div.course
	{
		margin-bottom: 10px;
	}
	div.last
	{
		border-bottom: none;
		margin-bottom: 10px;
	}
	body #FirstPage div.category
	{
		margin-bottom: 0;
		margin-left: 0;
		padding-left: 0;
	}
	#Categories_B
	{
		background: white url(images/cat_b_im.gif) no-repeat scroll top center;
		height: 10px;
	}
	body #FirstPage div.category h3 a
	{
		font-weight: normal;
		text-decoration: none;
	}
	#FirstPage div.seminary, #FirstPage div.course
	{
		border-bottom: none;
		padding-bottom: 0;
	}
	#FirstPage .course a
	{
		text-decoration: none;
	}
	#FirstPage .course a:hover
	{
		text-decoration: underline;
	}
	#FirstPage h2.course
	{
		margin-top: 20px;
	}
	div.seminary h3, div.course h3, div.page h3
	{
		font-size: 100% !important;
		margin: 0;
	}
	div.seminary a, div.course a
	{
		color: #003A9B;
	}
	div.seminary p, div.course p
	{
		margin: 0;
	}
	div.seminary p.info,
		div.course p.info, div.course p.annotation
	{
		color: #333;
	}
	#FirstPage div.seminary p.info,
		#FirstPage div.course p.info, #FirstPage div.course p.annotation
	{
		color: #666;
	}

	div.seminary p.date
	{
		font-weight: bold;
		color: #333;
		margin-bottom: 10px;
	}
	#FirstPage div.seminary p.date
	{
		color: #666;
	}

	/* Control box in course and seminary page */
		#Node table.controls
		{
			clear: both;
			width: 100%;
			background-color: #EEEEEE;
			margin-bottom: 20px;
			font-size: 100%;
			border-collapse: collapse;
		}

		#Node table.controls td
		{
			border-left: none;
			border-top: none;
			border-right: none;
			border-bottom: 1px solid #C7C7C7;
		}

		#Node table.controls td.reg
		{
			line-height: 25px;
			width: 100px;
			padding-left: 10px;
		}

		#Node table.controls td.print, #Node table.controls td.send
		{
			padding-left: 25px;
		}
		#Node table.controls td.print a, #Node table.controls td.send a, #Node table.controls td.other_time a
		{
			font-weight: normal;
			text-decoration: none;
			font-size: 80%;
			color: #333;
		}
		#Node table.controls td.print
		{
			background: transparent url(images/print.gif) no-repeat scroll center left;
		}
		#Node table.controls td.send
		{
			background: transparent url(images/send.gif) no-repeat scroll center left;
		}

		#Node table.controls a
		{
			color: #003399;
			font-weight: bold;
		}
		
		#Node table.controls_clean
		{
			width: 100%;
			font-size: 100%;
		}

		#Node table.controls_clean td.reg
		{
			text-align: right;
			line-height: 25px;
			width: 100px;
			padding-left: 10px;
		}

		#Node table.controls_clean a
		{
			color: #003399;
			font-weight: bold;
		}
	/* Control box end */

	#Node .controls2
	{
		margin-left: 10px;
	}
	
	#Node .sem_description, #Node .course_description
	{
		margin-left: 10px;
	}
	.course_description h1, .course_description h2, .course_description h3
	{
		background-color: white;
	}

	h2.groups
	{
		background-image: none;
		background-color: white;
		padding: 0 5px;
		margin-top: 5px;
	}

	.CourseGroupList
	{
		padding: 0;
		color: #333;
		list-style: none !important;
		margin: 0;
		margin-bottom: 10px;
	}
	a.reg_link3
	{
		display: block;
		margin-bottom: 15px;
	}
	.CourseGroupList li
	{
		list-style: none !important;
		font-size: 8pt;
		margin: 0;
		padding: 5px 10px;
	}
	.CourseGroupList li.even
	{
		background-color: #EBEBEB;
	}
	.CourseGroupList li.odd
	{
		background-color: #F8F8F8;
	}
	div.course .CourseGroupList
	{
		margin-top: 10px;
	}

	#FirstPage .CourseGroupList li
	{
		margin-left: 20px;
	}

	ul.course_childs, ul.sem_childs
	{
		border: 1px solid #C6C7CB;
		background-color: #E8EFF7;
		width: 100px;
		float: right;
		margin: 10px;
		margin-top: 0;
		margin-right: 0;
		padding: 10px;
		padding-left: 25px;
	}
	ul.course_childs li.title, ul.sem_childs li.title
	{
		list-style: none;
		font-weight: bold;
		color: #333;
		margin-bottom: 5px;
		margin-left: -10px;
	}
	ul.course_childs, ul.course_childs a, ul.sem_childs, ul.sem_childs a
	{
		color: #62676B;
	}

	#FirstPage div.seminary p.annotation, #FirstPage div.seminary a.readmore
	{
		display: none;
	}
	#FirstPage div.seminary p.date
	{
		font-weight: normal;
		display: inline;
	}
	div.seminary a.register, div.course a.register, div.course a.register2
	{
		margin-left: 20px;
	}

	#FirstPage div.course p.info, #FirstPage div.course ul.CourseGroupList,
		#FirstPage div.course a.readmore, #FirstPage div.course a.register
	{
		display: none;
	}

	#FirstPage div.course h3, #FirstPage div.seminary h3
	{
		margin-left: -6px;
	}
	#FirstPage div.course p.Annotation
	{
		color: gray;
	}
	
	.sem_data
	{
		padding-left: 20px;
		padding-bottom: 10px;
	}
/* Courses & seminaries end */

/* Books */
.book div.img
{
	width: 110px;
	min-height: 110px;
	height: auto !important;
	height: 100px;
	float: left;
	margin-right: 0;
}
book div.img img
{
	width: 100px;
}
.book .info
{
	font-weight: bold;
}
.book_annotation img
{
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
.book_annotation
{
	margin-bottom: 10px;
}

.basket_link
{
	display: block;
	float: right;
	background: white url(images/basket.png) no-repeat scroll center center;
	width: 129px;
	height: 21px;
}
.basket_link a, #Node table.controls td.basket .basket_link a
{
	line-height: 21px;
	padding-left: 15px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	font-family: Verdana;
	font-size: 8pt;
}

#Node table.controls td.basket
{
	background-color: white;
	border-bottom: 1px solid white;
}

#Basket h3
{
	background: white url(images/basket_title_bg.png) repeat-x scroll top left;
	height: 23px;
	line-height: 25px;
	font-size: 10pt;
	font-weight: bold;
	color: black;
	padding-left: 10px;
	margin: 0;
}
#Basket h3 span
{
	display: block;
	float: right;
	position: relative;
	right: 330px;
	bottom: 25px;
	width: 18px;
	height: 23px;
	background: transparent url(images/basket_title_icon.png) no-repeat scroll top left;
}



#Node h2.text_title, #Node .course_description h2.text_title, #Node .sem_description h2.text_title
{
	background: white url(images/text_h1_bg.gif) repeat-y scroll top left;
	font-size: 13pt;
	color: #003A9B;
	font-weight: normal;
	padding: 2px 5px;
	margin-top: .5em;
	margin-bottom: .5em;
}
h2.text_title strong, strong h2.text_title strong
{
	font-weight: normal;
}
#Node  h3.text_title
{
	font-size: 10pt;
	font-weight: bold;
	color: #003A9B;
	margin-top: 1em;
	margin-bottom: .5em;
}
#Node  div.framed_text
{
	background-color: #F5FAFE;
	border: 1px solid #C0DDEF;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
}
#Node  span.special
{
	color: #CC0000;
}
#Node  table
{
	width: 100%;
	border-collapse: collapse;
	border-color: white !important;
}
#Node table td, #Node table th
{
	font-size: 9pt;
	padding: 3px;
}
#Node  table th, table td.title
{
	border: 2px solid white;
	background-color: #D7DEF0;
	color: black;
	font-weight: bold;
}
#Node  table td
{
	border: 2px solid white;
	background-color: #F0F0F0;
	font-weight: normal;
	color: black;
}

#Node  ul, #Node  ol, #Node  ul.js li, #Node  ol.js li
{
	color: #5C7FD1;
	font-size: 10pt;
	font-weight: bold;
}
#Node  ul li, #Node  ul.js li span, #Node  ol li, #Node ol.js li span
{
	color: black;
	font-weight: normal;
}
#Node  ul.js li span div, #Node ol.js li span div
{
	display: inline;
}
#Node ul
{
	list-style-type: square;
}



#BasketContent
{
	margin-top: 0;
	margin-bottom: 10px;
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #DDDDDD;
}
#BasketContent td, th
{
	border-bottom: 1px solid #DDDDDD;
	padding: 5px;
}
#BasketContent td
{
	background-color: #F5F5F5;
}
#Basket #BasketContent thead th
{
	text-align: left;
	font-weight: normal;
	font-size: 8pt;
}
#BasketContent input
{
	width: 30px;
}
#BasketContent .remove a
{
	background: #DDDDDD url(images/basket_delete.png) no-repeat scroll top left;
	width: 50px;
	height: 15px;
	line-height: 15px;
	color: #DD2200;
	font-size: 7pt;
	text-decoration: none;
	font-family: Verdana;
	display: block;
	text-align: center;
}
#BasketContent td.qty
{
	text-align: center;
}
#BasketContent .totals
{
	font-weight: bold;
}
#BasketContent .totals td
{
	border-bottom: none;
}
#BasketContent div.order_link
{
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 10px;
}
#BasketContent div.order_link a
{
	background: #DDD url(images/order.png) no-repeat scroll top left;
	width: 155px;
	height: 21px;
	display: block;
	float: right;
	font-weight: bold;
	color: white;
	text-decoration: none;
	font-family: Verdana;
	font-size: 8pt;
	line-height: 20px;
}
#BasketContent div.order_link a span
{
	color: white;
	padding-left: 10px;
}
#BasketContent p
{
	color: #676767;
}
/* Books end */

/* Right sidebar */
#Sidebar2
{
	margin-top: 10px;
	width: 160px;
	float: right;
}

#LinkBox
{
	width: 160px;
	overflow: hidden;
	background-color: #FFE493;
}
#LinkBox, #LinkBox ul
{
	margin: 0;
	padding: 0;
	font-family: Verdana;
}
#LinkBox
{
	margin-bottom: 5px;
}
#LinkBox a
{
	color: #333;
	text-decoration: none;
}
#LinkBox li
{
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #D4AF3A;
}
#LinkBox li a
{
	display: block;
	padding: 4px 10px;
}
#LinkBox li.Title a
{
	padding: 0;
}
#LinkBox li li a
{
	padding-left: 20px;
	border-bottom-color: white;
}
#LinkBox .Title
{
	font-size: 120%;
	font-weight: bold;
	font-family: Arial, Tahoma, sans-serif;
	padding: 3px 10px;
	background-color: #FFC001;
	border-bottom: 1px solid #FFE89A;
}
#LinkBox li.current
{
	background: #FFF8E5 url(images/current_link.gif) no-repeat scroll top left;
}
#LinkBox li li.current
{
	background-position: center left;
}
#LinkBox li ul
{
	background-color: #FFF1C8;
}
#LinkBox li li
{
	font-size: 90%;
}
/* Right sidebar end */

/* Banner blocks */
	.Banners, .Banners_L, .Banners_R
	{
		text-align: center;
		overflow: hidden;
	}
	.Banners .Banner, .Banners_L .Banner, .Banners_R .Banner
	{
		margin: 0 0 10px 0;
	}
	.Banners .Banner .text, .Banners_L .Banner .text, .Banners_R .Banner .text
	{
		text-align: left;
	}

	#Sidebar1 .Banners, #Sidebar2 .Banners
	{
		width: 160px;
		overflow: hidden;
	}
/* Baner blocks end */

/* Registration */
#RegForm fieldset
{
	background-color: white;
}
#RegForm table
{
	border-collapse: collapse;
}
#RegForm table td
{
	padding: 2px 5px;
	background-color: #F5F5F5;
}
#RegForm table td.sep
{
	background-color: white;
	height: 10px;
	overflow: hidden;
}
#RegForm table#RegTable
{
	font-size: 100%;
	margin: 0px 0;
	width: 370px;
	height: 100%;
}
#RegForm table#PassTable
{
	font-size: 100%;
	margin: 0px 0;
	width: 370px;
	height: 100%;
	margin-top: 20px;
}
#RegForm table#RegTable td.error
{
	color: red;
}
#RegForm table#RegTable td.title
{
	font-size: 120%;
	padding-bottom: 5px;
	font-weight: bold;
	color: #333;
}

#RegChoiceTable
{
	width: 420px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}
#RegChoiceTable td
{
	width: 210px;
	background-color: white;
}
#RegChoiceTable td td
{
	background-color: #F5F5F5;
}
#RegChoiceTable strong.title
{
	padding: 4px 7px;
	font-size: 15px;
	display: block;
	background-color: #FFF1C8;
	border: 1px solid #FFF0C9;
}
#RegChoiceTable div.reg_content
{
	padding: 10px;
	background-color: #F5F5F5;
	border: 1px solid #CDCDCD;
	border-top: 1px solid #B4B3B1;
}
#RegChoiceTable div.reg_content div.fixed
{
	border: 1px solid #F5F5F5;
	min-height: 200px;
}
#RegChoiceTable form.remind div.reg_content div.fixed
{
	border: 1px solid #F5F5F5;
	min-height: 150px;
}
#RegChoiceTable div.controls
{
	text-align: center;
}

#RegChoiceTable #RegistrationTable
{
	width: 100%;
}
#RegChoiceTable div.controls input
{
	margin-left: 40px;
}
#RegChoiceTable div.controls input.button
{
	margin-left: 0;
}
#RegChoiceTable #RegChoice2 div.controls input.button
{
	width: 160px;
	margin-left: 0;
}

#Registration h3
{
	padding-bottom: 10px;
}
#Registration input, #Registration textarea
{
	margin-left: 0;
	width: 90%;
}
#Registration input.checkbox
{
	width: auto;
}
#Registration input.button
{
	margin: 5px;
	margin-left: 180px;
	width: auto;
}
#RegForm table#RegTable td, #RegForm table#PassTable td
{
	width: 50%;
}
#Registration div.prompt
{
	margin-top: 10px;
	font-weight: normal;
}
#Registration h3
{
	margin-bottom: 0;
	padding-bottom: 0;
}
#Registration caption.password_caption
{
	font-weight: normal;
	color: #000099;
	text-align: left;
	width: 100%;
}
/* Registration end */

div.top_link
{
	text-align: right;
	line-height: 25px;
	vertical-align: middle;
}

#ContactForm
{
	margin-top: 10px;
}
#ContactForm input, #ContactForm textarea,
	#SendForm input, #SendForm textarea
{
	display: block;
	margin-left: 170px;
	width: 250px;
}
#ContactForm input.button, #SendForm input.button
{
	margin: 5px;
	margin-left: 180px;
	width: auto;
}
#ContactForm textarea, #SendForm textarea
{
	height: 120px;
}
#ContactForm label, #SendForm label
{
	float: left;
	text-align: right;
	width: 160px;
}
#ContactForm fieldset, #SendForm fieldset
{
	padding-top: 10px;
}

p.error
{
	color: red;
}

ul.errors
{
	margin: 20px;
	color: red;
}

#RegSaved
{
	/*color: #CC0000;*/
	color: #003366;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
}

#RegistrationView
{
	width: 100%;
	margin-top: 20px;
}
#RegistrationView td
{
	vertical-align: top;
}

table.regmore td.check input
{
	background: none;
}
table.regmore thead th
{
	background-color: #EEEEEE;
	font-size: 80%;
	font-weight: normal;
	font-family: Verdana;
	color: #333;
	text-align: center;
	height: 30px;
}
table.regmore thead th.count
{
	background-color: #EEEEEE;
}
table.regmore thead th.sem_title, table.regmore thead th.crs_title
{
	text-align: left;
	font-family: Arial;
	font-size: 100%;
	font-weight: bold;
	color: #333;
	background: #E5E5E5 url(images/course_title_bg.gif) no-repeat scroll top left;
	padding-left: 12px;
}

table.regmore
{
	margin-top: 30px;
	width: 430px;
	border-collapse: collapse;
}
table.regmore td
{
	border: 1px solid white;
}

table.regmore tr.odd td
{
	background-color: #F5F5F5;
}
table.regmore tr.even td
{
	background-color: white;
}

table.regmore td.check
{
	width: 50px;
	text-align: center;
	font-size: 80%;
}
table.regmore td.count, table.regmore th.count
{
	text-align: center;
	width: 70px;
}
table.regmore td.title
{
	font-weight: normal;
	color: #1B1464;
}

table.regmore input, table.regmore select
{
	color: #333333;
}

#RegForm div.controls
{
	text-align: center;
}
#RegForm div.controls input
{
	display: inline;
	margin: 10px 0 !important;
}

table.regmore td select
{
	width: 350px;
	margin: 2px;
}

table td select
{
	width: 200px;
}

select#RSV_CGR_ID, table.regmore td.groups select
{
	width: 350px;
	font-size: 90%;
}

#CoursePages
{
	margin: 20px 0 20px 10px;
	padding: 0;
	list-style: none !important;
}
#CoursePages li
{
	margin: 2px 0;
	list-style: none !important;
}
#CoursePages li a
{
	background: white url(images/cp_bullet.gif) no-repeat scroll center left;
	padding-left: 10px;
	text-decoration: none;
}
#CoursePages li.current a
{
	font-weight: bold;
	background-color: #E1EBF7;
}

#OtherCourses, #OtherSeminaries
{
	margin-top: 40px;
	padding: 10px 10px 20px 10px;
	background-color: #FFF8E6;
	width: 400px;
}
#OtherCourses h4, #OtherSeminaries h4
{
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
}
#OtherCourses ul, #OtherSeminaries ul
{
	padding-left: 15px;
	margin: 0;
	list-style-image: url(images/bullet.gif);
}

div.seminary h3 span.sem_new, div.course h3 span.crs_new
{
	margin-left: 5px;
	font-size: 8px;
	text-transform: uppercase;
	color: red;
}

#FooterLinks
{
	margin-top: 10px;
	float: right;
}
#FooterLinks li
{
	display: inline;
	padding: 0 15px;
	border-left: 1px solid #003A9B;
}
#FooterLinks li.first
{
	border-left: none;
}

fieldset
{
	background-color: #F5F5F5;
}

#RegistrationTable
{
	width: 380px;
}
#RegistrationTable td
{
	width: 50%;
}

p.registration_type, p.fax_message
{
	display: none;
}

div.content
{
	color: #333;
}

.sem_description ul p, .course_description ul p,
	.sem_description ol p, .course_description ol p
{
	margin: 0;
}

a.more_sem
{
	text-align: right;
	display: block;
}


#FirstPage strong, #FirstPage b
{
	color: #666;
}

#Registration #RegTable input#RSV_Password1, #Registration #RegTable input#RSV_Password2
{
	width: 100px;
}
#Registration #RegTable select#RSV_Participants
{
	width: 50px;
}
#RegObjInfo
{
	margin-bottom: 10px;
	color: #444;
}

#Node #TutorList
{
	border-collapse: collapse;
	vertical-align: top;
}
#Node #TutorList td, #Node #TutorList th
{
	text-align: left;
	vertical-align: top;
	padding: 8px 5px;
/*	background: white;
	border-left: none;
	border-right: none;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;*/
}
#Node #TutorList td.name
{
	width: 40%;
	/*border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;*/
}
#Node #TutorImage
{
	float: right;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 5px;
}

.InfoBlock
{
	background: white url(images/FP/Block1-Background.gif) repeat-y scroll center top;
	width: 251px;
	overflow: visible;
}

#Sidebar1 .InfoBlock, #Sidebar2 .InfoBlock
{
	margin-top: 10px;
	width: 160px;
	background-image: url(images/InfoBlock/Background.gif);
}

.InfoBlock6, .InfoBlock7
{
	width: 350px;
	background-image: url(images/FP/Block2-Background.gif);
}

.InfoBlock_Foot
{
	background: transparent url(images/FP/Block1-Bottom.gif) no-repeat scroll center bottom;
	width: 251px;
	height: 25px;
	clear: both;
}

#Sidebar1 .InfoBlock_Foot, #Sidebar2 .InfoBlock_Foot
{
	width: 160px;
	background-image: url(images/InfoBlock/Bottom.gif);
}

.InfoBlock6 .InfoBlock_Foot, .InfoBlock7 .InfoBlock_Foot
{
	background-image: url(images/FP/Block2-Bottom.gif);
	width: 350px;
}

.InfoBlock_Foot a
{
	display: block;
	float: right;
	margin-right: 15px;
	padding-right: 15px;
	margin-top: 0px;
	background: transparent url(images/FP/Block1-Arrow.gif) no-repeat scroll right center;
	text-decoration: none;
}

.InfoBlock_Image
{
	float: right;
	margin: 0px 20px 10px 10px;
}

.InfoBlock6 .InfoBlock_Image, .InfoBlock7 .InfoBlock_Image
{
	float: left;
	margin: 0px 10px 10px 20px;
}

.InfoBlock h6
{
	text-align: left;
	margin: 0;
	padding: 0;
	width: 251px;
	height: 47px;
	background: transparent url(images/FP/Block1-Top.gif) no-repeat scroll center top;
}

#Sidebar1 .InfoBlock h6, #Sidebar2 .InfoBlock h6
{
	width: 160px !important;
	background-image: url(images/InfoBlock/Top.gif) !important;
}

.InfoBlock6 h6, .InfoBlock7 h6
{
	width: 350px;
	height: 35px;
	background-image: url(images/FP/Block2-Top.gif);
}

.InfoBlock h6 a
{
	display: block;
	padding: 13px 10px;
	font-size: 8pt;
	text-decoration: none;
}

.InfoBlock6 h6 a, .InfoBlock7 h6 a
{
	padding-top: 10px;
	color: #D37B00;
}

.InfoBlock p
{
	clear: left;
	text-align: left;
	margin: 10px 15px 5px 15px;
	color: black;
}

.InfoBlock6 p, .InfoBlock7 p
{
	clear: right;
}

.InfoBlock img
{
	margin-top: 10px;
}

.mailer_data, form .mailer_data, body #SendForm .mailer_data
{
	display: none !important;
}
