/* 
Generic Rules 
*/

td {
	font-family: Verdana,Arial,sans-serif; 
	font-weight: normal;
	font-size: 11px; 
}
img { display: block; }
div.center { text-align: center; }
div.center table { 
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

/*
Text rules
*/

h1{
	font-family: Verdana,Arial,sans-serif; 
	font-weight: bold;
	font-size: 24px; 
	font-variant: small-caps;
	text-align:right;
	color:#C2240B;
	margin: 10px 5px 10px 0;
	padding: 0;
}
h2, h3{
	font-family: Verdana,Arial,sans-serif; 
	font-weight: normal;
	font-size: 16px; 
	text-align: right;
	color: #51537D;
	margin: 30px 5px 0 0;
	padding: 0;
}
h3{ border-bottom: 1px solid #DDDEFF; }
h4 {
	font-family: Verdana,Arial,sans-serif; 
	font-weight: bold;
	font-size: 11px; 
	color:#51537D;
	margin-left: 12px;
}
p { margin: 15px 10px 10px 10px; }
p.list {	margin: 5px 0 0 30px; }
p.inlineLinks { 
	text-decoration: none;
	margin-top: 25px; 
}
li {
	list-style-image: url(images/bullet.gif);
	margin: 5px 10px 0 30px;
}
.strong { font-weight: bold; }
.italic {	font-style: italic; }

/*
Main Contents rules
*/

table#mainContents{
	border-right: 1px solid #DDDEFF;
	border-left: 1px solid #DDDEFF;
}
table#mainContents td a{
	text-decoration:none;
	color: #3C0079;
}
table#mainContents td a:hover{ color: #E3260B; }
table#mainContents tr#contentsRow td{ vertical-align: top;}
td#blackHeadline {
	border:0;
	padding: 5px;
	background:black;
	font-family: Verdana, Arial,sans-serif; 
	font-weight: normal;
	font-size: 11px; 
	color:white;
	text-align: right;
}
td.blueBottomBorder, td.blueBottomLeftBorder {
	border-bottom: 1px solid #DDDEFF;
	height: 90px;
}
td.blueBottomLeftBorder, td.blueLeftBorder {
	border-left: 1px solid #DDDEFF;
}
img.inlineimg, img.inlineimgCenter {
	display:inline;
	margin:0;
	padding:0;
}
img.inlineimgCenter{ vertical-align: middle;}
img.bottomImage { margin-top:20px; }

/*
Sidemenu rules
*/

td#sidemenu {
	vertical-align: top;
	margin:0;
	width: 175px;
	padding: 0 5px 0 0;
}
td#sidemenu a{
	display: block;
	padding: 2px 8px;
	margin:0;
}
td#sidemenu a.menu {
	font-family: Arial,Verdana,sans-serif; 
	font-weight: bold;
	font-size: 11px; 
	color:white;
	text-decoration:none;
	text-align: left;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	background: #959ABD;
}	
td#sidemenu a.menu:hover{
   color: white;
	padding-right: 4px;
	background: #626290;
	font-weight: bold;
	border: 1px solid #C60005;
	border-right: 5px solid #C60005;
	/* Trick to allow left border without text moving (8px as defined above minu 1px border) */
	padding-left:7px; 
}
td#sidemenu a img{ margin: 0; }

/*
Courses Fees Table rules
*/

table#coursesFees { margin-top:10px; }
table#coursesFees td{ padding-top: 3px; }
table#coursesFees td.headingA{
	font-family: Verdana,Arial,sans-serif; 
	font-weight: normal;
	font-size: 14px; 
	text-align: left;
	color: #51537D;
}
table#coursesFees tr.headingRow td{
	border-bottom: 1px solid #F4897A;
	padding-top: 20px;
}
table#coursesFees td.secondColumn p{ 
	color: #51537D; 
	margin: 0;
	padding: 3px 0 0 0;
}

/* 
Footer rules 
*/

td#copyright {
   margin: 0px auto;
	background: url(images/bottombar.gif); 
	background-position: right; 
	background-repeat: repeat-y;
	border-top: 3px solid #959ABD;
	border-bottom: 1px solid #DDDEFF;
	padding:0;
}
td#copyright p{
	text-align: right;
	color: #5B5B5B;
	margin-right:10px;
}	

/*
Pop up windows rules
*/

table#popUp{
	border: 1px solid #DDDEFF;
	text-align: center;
}
table#popUp td img { margin-left:17px; border: 0;}
table#popUp td a{
	text-decoration:none;
	color: #3C0079;
}