/* 
    Document   : custom style sheet
    Created on : 22-Feb-2014
*/

.timetableTable table{
 border:0px solid #000000; 
 background-color:#000000;

}
.timetableTable table table td{
 background-color:#f0f0f0;
}

 
 
 
 /*course mananger*/
/*details page*/

.cmDetailsContainer {
    background-color: #ffffff;
    border-bottom: 0px solid #999999;
    margin-left: 0px;
    padding: 0px;
    text-align: left;
    width: 95%;
}
 .cmCourseTitle{
 	font-family:tahoma;
 	color:#000040;
 	font-size:16pt;
 }
 .cmTitle2{
 	font-family:tahoma;
 	color:#000040;
 	font-size:10pt;
 }
 .cmTitle3{
 	font-family:tahoma;
 	color:#000040;
 	font-size:10pt;
 	padding:10px 0 0 0;
 }
 .cmQuotation{
 	font-family:tahoma;
 	color:#000040;
 	font-size:12pt;
 	padding:10px 0 0 0;
 	font-style:italic;
 }
.cmTitle4{
	font-family:tahoma;
	color:#000040;
	font-size:10pt;
	padding:10px 0 0 0;
 }
.cmCourseDesc{
	margin:10px 0 0 0;
	padding:10px 0 10px 0;
	border-top:1px solid #000040;
	border-bottom:1px solid #000040;
}
.cmVenue{
	padding:10px 0 0 0;
}
.cmDatesCosts{
	padding:10px 0 0 0;
}
 
.cmCancellation{
 	padding:10px 0 0 0;
}
.cmFooter{
 	padding:30px 0 0 0;
}

.cmListTable{
	border:2px solid #000040;
	background-color:#ffffff;
	border-collapse:collapse;
}
.cmListTable td{
	border:0px solid #000040;
	padding:3px;
}

.cmListRow1{
	background-color:#ffffff;
}
.cmListRow2{
	background-color:#eeeeee;
}
.cmDate{
	width:130px;
}
.cmDay{
	width:130px;
}

/*
.homepage_banner{
    background-color: #ffffff;
    background-image:url('../pageimages/template/homepage_bg_pam.jpg');
    background-position:bottom right;
    background-width:100%;
    background-repeat:no-repeat;
    margin-bottom:30px;
    margin-top:20px;
}
.homepage_banner_text{
    max-width:530px;
    padding:0px 0px 20px 20px;
}
.homepage_banner_h1 h1{
    font-size:2em;
    text-align:justify;
    padding:10px 10px 0 20px;
}

*/






/*HOMEPAGE LEFT PANEL*/
.homepagePanel1Wrapper{
	float:left;
	background-color: #ffffff;
	max-width:460px;
	min-height:370px;
	margin-bottom:20px;
}
.homepagePanel1a{
	padding:15px;
}
.homepagePanel1a li{
	list-style-image:url('../pageimages/template/bullet_tick.png');
}
.homepagePanel1b{
	padding:3px;
	background-color:#2764a3;
	color:#fff;
	font-size:.8em;
	font-weight:bold;
	text-align:center;
}

/*HOMEPAGE RIGHT PANEL*/
.homepagePanel2Wrapper{
	float:right;
	background-color: #ffffff;
	max-width:460px;
	min-height:370px;
	margin-bottom:20px;
}
.homepagePanel2{
	padding:15px;
}
.homepagePanel2 li{
	list-style-image:url('../pageimages/template/bullet_tick.png');
}





/*HOMEPAGE TESTIMONIALS*/
.homepageTest1{
	float:left;
	max-width:460px;
	margin-bottom:20px;
}
.homepageTest2{
	float:right;
	max-width:460px;
	margin-bottom:20px;
}


/*SERVICE PAGE boxes*/
.serviceBox{
	float:left;
	width:28%;
min-height:12em;
	margin:1.3%;
padding:10px 1% 10px 1% !important;
border-radius:.5em;
border:1px solid #2764a3 !important;
background-image:url('../pageimages/template/service_box.png') !important;
background-repeat:repeat-x;
}


.twoColumns{
	float:left;
	width:45%;
	margin:1.3%;
padding:10px 1% 10px 1% !important;
border-radius:.5em;
border:1px solid #2764a3 !important;
min-height:390px;
}



@media all and ( max-width: 62.5em ) 
{
	.homepage_banner{
	    /*opacity: 0.5;*/
	    background-image:url('');
	}
	.homepagePanel1Wrapper{
		max-width:1000px;
		width:100%;
		min-height:100px;
	}
	.homepagePanel2Wrapper{
		max-width:1000px;
		width:100%;
		min-height:100px;
	}
	
	
	.homepageTest1{
		max-width:1000px;
		width:100%;
	}
	.homepageTest2{
		max-width:1000px;
		width:100%;
	}
	.serviceBox{
		width:44% !important;
	}

}
 


@media all and ( max-width: 41em ) 
{
	.homepage_banner{
	    /*opacity: 0.5;*/
	    background-image:url('');
	}

	.homepage_banner2{
	    width:180px;
	}
	.serviceBox{
		width:95% !important;
	}
.twoColumns{
	width:95% !important;
}


}

 
 
 
 
.centerContainerDiv2{
	margin:20px 0 20px 0;
	background-color:#fff;
	padding:15px
}
  
 
