/**********************************************************************/
/* default page layout styles
/**********************************************************************/

P {
	margin: 6px 0 6px 0;
}

#left_content {	
	background: #FFFFFF;	
	width: 180px;
	max-width: 180px;
	min-height: 1px;
	float: left;	
	margin: 0px 6px 0px 12px;
	padding: 0px 0px 0px 0px;
}

#left_content .content_box {
	margin-bottom: 12px;
}

#center_content {	
	background: #FFFFFF;	
	width: 500px;	
	float: left;
	margin: 0px 6px 12px 6px;		
}

#right_content {	
	background: #FFFFFF;
	width: 180px;
	float: right;
	margin: 0px 8px 0px 6px;
}

#right_content .content_box {
	margin-bottom: 12px;
}


/**********************************************************************/
/* menu styles in #left_content
/**********************************************************************/

#left_content .content_box .menu {
	padding: 3px 0px 3px 0px;	
	font-size: 9pt;
}

#left_content .content_box .menu LI {
	margin: 2px 0px 2px 0px;
}

/**********************************************************************/
/* styles in #center_content
/**********************************************************************/

#center_content .content_box.rounded {
	border: 0px;
}

#center_content .content_box .header {
	text-align: center;	
	padding: 0px;	
	height: 36px;	
}

#center_content .content_box.rounded .header .left {	
	background: transparent url(../images/template/box/box_corners_tl_gray.gif) no-repeat 0 0;		
}

#center_content .content_box.rounded .header .center {	
	height: 36px;	
	padding: 6px 0 0 0;	
}

#center_content .content_box.rounded .header .right {	
	background: transparent url(../images/template/box/box_corners_tr_gray.gif) no-repeat right 0;
}

#center_content .content_box.rounded .body {	
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	padding: 6px;	
}

#center_content .content_box.rounded .footer {	
	background: transparent;
}

#center_content .content_box.rounded .footer .left {	
	background: transparent url(../images/template/box/box_corners_bl_gray.gif) no-repeat 0 bottom;
}

#center_content .content_box.rounded .footer .center {
	height: 8px;		
	margin: 0 8px 0 8px;
	background: transparent url(../images/template/box/box_b_gray.gif) repeat-x 0 bottom;	
}

#center_content .content_box.rounded .footer .right {	
	background: transparent url(../images/template/box/box_corners_br_gray.gif) no-repeat right bottom;
}


/**********************************************************************/
/* custom styles for "partners" page
/**********************************************************************/


.partner_box {
	border-top: 1px solid gray;	
	margin-top: 6px;
	padding: 6px;		
}

.partner_box .left {	
	float: left;
	width: 180px;
	height: 100px;
	padding: 0px 6px 0px 6px;	
}

.partner_box .left IMG {
	margin-top: 6px;
}

.partner_box .right {	
	float: left;
	width: 220px;
	padding-left: 24px;		
}




/**********************************************************************/
/* custom styles for downloads item list
/**********************************************************************/

.download_item {	
	padding: 12px 0px 12px 0px;	
	border-top: 1px dotted silver;
}

.download_item .date {
	background: #F0F0F0;
	padding: 2px;
	font-weight: 600;
	width: 80px;
	float: left;
}

.download_item .title {
	font-weight: 600;
	padding: 2px 0 2px 6px;
	float: left;
}

.download_item .content {
	padding: 6px 0 0 0;
	clear: both;	
}


/**********************************************************************/
/* custom styles for news item list
/**********************************************************************/

.news_item {	
	padding: 12px 0px 12px 0px;	
	border-bottom: 1px dotted silver;
}

.news_date {
	background: #F0F0F0;
	font-weight: 600;	
	padding: 2px;
	width: 80px;
	float: left;
}

.news_title {
	font-weight: 600;
	float: left;
	padding: 2px 0 2px 6px;
}

.news_content {
	padding: 6px 0 0 0;
	clear: both;	
}

/**********************************************************************/
/* custom styles for course item list
/**********************************************************************/

.course_item {	
	padding: 12px 0px 12px 0px;	
	border-bottom: 1px dotted silver;
}

.course_date {
	xbackground: #909090;
	xbackground: #9999CC;
	background: #F0F0F0;
	font-weight: 600;	
	xcolor: #FFFFFF;
	padding: 2px;
	width: 80px;
	float: left;
	text-align: center;
}

.course_title {
	font-weight: 600;	
	padding: 2px 0 2px 6px;
	float: left;
}

.course_location {	
	clear: both;
	font-style: italic;
	xfont-weight: 600;	
	padding: 2px;
}

.course_content {
	clear: both;	
}

/**********************************************************************/
/* Course entry styles
/**********************************************************************/

.course_info {
	border: 1px solid silver;
	background: #FFFFFF url(../images/template/content_shade_2.bmp) repeat-x;	
	padding: 6px;
	color: #404040;
}

#formCourseEntry {
	margin: 18px 60px 18px 60px;
}

/**********************************************************************/
/* Send mail styles
/**********************************************************************/

#formMail {
	
}

#formMail TABLE TD{
	vertical-align: top;
}

#formMail .label {	
	display: block;
	text-align: right;	
	margin: 2px;
	padding: 0 12px 0 0;
}

#formMail .edit {
	width: 260px;
}

#formMail .memo {
	width: 260px;
	height: 140px;
}

/**********************************************************************/
/* Customer login styles
/**********************************************************************/

#login_info {
	margin: 6px 80px 12px 40px;
}

#formLogin {
	margin-left: 120px;
	width: 180px;	
}

#formLogin  FIELDSET {
	padding: 10px;	
}

#formLogin .edit {
	width: 120px;
}


