/*
General CSS
*/

/* padding in editor only, overwritin in style */
img{
	border:2px;
}

table {
	border-color: #CCCCCC;
	border-collapse:collapse;
}

td{
	border-color: #CCCCCC;
}

body {
	margin:0px; 
}

body,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4C4C;
	line-height:17px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	text-transform:uppercase;
	color:#1B9FC7;
	display:inline;
	line-height:20px;
	font-weight:bold;
	font-style:italic;
}

h2 {
	font-family:Arial;
	font-size:18px;
	color:#1B9FC7;
	display:inline;
	font-weight:normal;
}

h3 {
	font-family:Arial;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	letter-spacing:0px;
	color:#ffffff;
	display:inline;
}

h4 {
	font-family:Arial;
	font-size: 11px;
	text-align:center;
	font-weight: normal;
	letter-spacing:0px;
	color:#ffffff;
	display:inline;
}


a {	color: #4C4C4C;	text-decoration:none; }

a:hover { color:#CB1344; text-decoration:none; }

ul{ padding-left: 20px;	margin: 5px; }

li { line-height:normal; }

input, select, textarea { 
 	font-family: verdana;
  	font-size: 11px; 
  	color: #283133;
	border:1px solid #B7BCBD;
}


/*____ Custom Styles for dropdown  _______ */

.style1{ 
	font-size:16px; 
	font-weight:bold; 
}


.style2{ 
	font-weight:bold; 
}

.style3{ 
	font-size:11px; 
	font-weight:bold;
	color:#1B9FC7;
}

.style4{ 
	font-size:11px; 
	font-weight:bold;
	color:#E41B5B;
}

.style5{
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#E41B5B;
}

.timetableheading{
	width:488px;
	background-color:#1B9FC7;
	color: #ffffff;
	font-family:Arial;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	height:29;
	padding-top:5px;
	padding-left:17px;
}

.studiotableheading {
	background-color:#595959;
	color: #ffffff;
	font-family:Arial;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	height:20;
	padding-top:1px;
	padding-left:17px;
}

.studiotableborder {
	border-left:1px dashed #595959; 
	border-right:1px dashed #595959;
	border-bottom:1px dashed #595959; 
	padding-left:17px;
	padding-top:3px; 
	padding-bottom:3px;
}




