@charset "utf-8";
body {
	font-size: 0.75em !important;
	line-height: 1.5;
	font-family: Arial, Helvetica, sans-serif !important;
	color: #444;
	overflow-y: scroll;
	/* replace
	overflow: hidden;
	*/
	
}

/* inside pages, main content area */

h1, h2, h3 {
	font-family: "DroidSerifRegular", Georgia, sans-serif;
	padding: 10px 0;
	display: block;
	line-height: 1.5;
	color: #052d53;
}

h4, h5, h6, .ms-WPBody h4 {
	font-weight: bold;
	padding: 10px 0;
	display: block;
	color: #444;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.333em;
}
h3 {
	font-size: 1.333em;
	color: #444444;
}
h4 {
	font-size: 1.166em;
}
h5 {
	font-size: 1.0833em;
}
h6 {
	font-size: 1em;
}
p {
	padding: 10px 0;
}
ul {
	padding: 10px 0 10px 20px;
}
ul li {
	list-style: outside disc;
	padding: 2px 0;
}
ol {
	padding: 10px 0 10px 20px;
}
.ie6  ol {
	padding: 10px 0 10px 25px
}
ol li {
	list-style: outside decimal;
	padding: 2px 0;
}
blockquote {
	padding: 10px;
}
table {
	width: 640px;
	margin-bottom: 10px;
	border: 1px solid #D5D5D5;
	border-collapse: collapse;
	width: 100%;
}
table th {
	background: url(/webcast/sites/all/themes/entity_iframe_theme/img/th.png) repeat-x;
	padding: 5px;
	color: #fff;
	border: 1px solid #E9EAEA;
	font-weight: bold;
	text-align: left
}
table td {
	padding: 5px;
	border: 1px solid #E9EAEA;
}

.img-right {
	float: right;
	margin: 0 0 20px 20px;
}

/***Small Slider End***/

h2 {
	border-bottom: 2px solid #99ccff;
	font-weight: bold;
	font-family: "DroidSansBold", Arial, Helvetica, sans-serif;
	font-size: 1.166em;
	color: #052d53;
	padding: 5px 0;
	text-transform: uppercase;
}

table th a, table th a:visited, table th a:active {
	color: #fff;
}
table td a, table td a:visited, table td a:active {
	color: #000;
}
.module-blue .module-header {

}

tr.odd td { background:  #e5f5fb; }
tr.even td { background:#FFFFFF; 

/**Selected video**/
tr.selected td {
    background: #fdf59a;
}