/*
 * Element Styles
 *
 ***************************/
body {
	color: #4a4a4a;
	font-family: "Myriad Pro", Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.4em;
	margin: 0px;
}

p {
	margin:0 0 0 0
}

a, a:visited {
	color: #3c407d;
	text-decoration:none;
}

a:hover {
	color: #3c407d;
	text-decoration:underline;
}

/*
 * ID Styles
 *
 ***************************/

#container {
	width: 100%;
}

#contentBlock {
	width:95%;
	background-color:#f2fbff;
	border-bottom: #cdd5d8 solid 1px;
	border-right: #cdd5d8 solid 1px;
	border-left: #deedf4 solid 1px;
	border-top: #deedf4 solid 1px;
	margin: 0px 0px 8px 5px;
	clear:both;
	min-height: 125px;
	padding: 7px;
}

#contentBlock img {
	margin-right:5px;
	margin-bottom:0px;
}

#contentBlock h1 {
	font-family: "Myriad Pro", Geneva, Arial, Helvetica, sans-serif;
	font-size:1.3em;
	letter-spacing:0px;
	line-height:1.0em;
	font-weight:normal;
	color: #7070a9;
	text-indent:0em;
	border:none;
	padding: 2px 2px 3px 0px;
	border-bottom: 1px #cdd5d8 solid;
	text-align:right;
	background:none;
}

#contentBlock h1 img {
	border: 0px;
}

#contentBlock h2 {
	font-size:1.2em;
	line-height:1.0em;
	font-weight:normal;
	color: #834f9e;
	text-align: left;
}

#contentBlock h3 {
	font-size:1.2em;
	line-height:0.5em;
	font-weight: bold;
	color: #834f9e;
	text-align: left;
}

#contentBlock h4 {
	font-family: "Myriad Pro", Geneva, Arial, Helvetica, sans-serif;
	font-size:1.5em;
	letter-spacing:0px;
	line-height:1.0em;
	font-weight:normal;
	color: #834f9e;
	text-indent:0em;
	width: 100%;
	border:none;
	padding: 2px 2px 3px 0px;
	border-bottom: 1px #cdd5d8 solid;
	text-align:left;
	background:none;
}

#contentBlock h5 {
	font-size:1.2em;
	line-height:0.5em;
	font-weight:normal;
	color: #7070a9;
	text-align: left;
	margin-bottom: 5px;
}

#contentBlock p {
	text-align:justify;
	padding-bottom:1em;
}

#contentBlock table {
	clear:both;
	border-bottom: #cdd5d8 solid 1px;
	border-right: #cdd5d8 solid 1px;
	border-left: #deedf4 solid 1px;
	border-top: #deedf4 solid 1px;
	border-spacing:0px;
	font-size:1em;
	line-height: 1.3em;
	width: 100%;
	margin-top: 5px;
}

#contentBlock td {
	padding: 2px 10px 0px 3px;
	border-bottom: 1px dotted #cdd5d8;
	text-align:left;
	vertical-align:bottom;
}

#tableHeading {
	width:100%;
	text-align:center;
	font-size:1.2em;
	color: #7070a9;
}

#contentBlock strong {
	color:#595987;
}

#contentBlockButton {
	text-align:right;
	vertical-align:middle;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#contentBlockButton img {
	float: right;
	border: 0px;
	margin: 0px;
	padding: 0px 0px 2px 2px;
}

#copyright {
	font-size:10px;
	color:#657C89;
	text-align:center;
	border-top: 1px dotted #657c89;
	margin-left: 30px;
	margin-right: 30px;
	padding-top:3px;
	background: url(../images/cciulogo.jpg) no-repeat center bottom;
	padding-bottom: 40px;
	margin-bottom: 10px;
	clear: both;
}

#copyright p {
	margin: 0px;
	line-height:1.2em;
}

#copyright a {
	color:#657c89;
	text-decoration:none;
}

#copyright a:hover {
	border-bottom: 1px #657c89 dotted;
}

#current_webinar {
	margin-bottom: 10px;
	border-bottom: 1px dotted #FF9900;
}

#current_webinar h1 {
	margin-bottom: 3px;
	color: #343399;
	font-size: 8pt;
	font-weight:normal;
}

#current_webinar a {
	color: #343399;
	text-decoration: none;
}

#current_webinar h2 {
	color: #4A4A4A;
	font-weight:normal;
	font-style:italic;
	font-size: 8pt;
	clear:both;
}

#current_webinar p {
	font-weight:normal;
	font-size: 8pt;
	color: #4A4A4A;
}

#current_webinar img {
	width: 20px;
	float: left;
	padding-right: 5px;
}

#ed_tech_logo {
	background: url(../images/ed_tech_logo.png) no-repeat;
	width: 173px;
	height: 69px;
	margin: 5px;
}

#errorBox {
	margin:10px 5px 15px 5px;
	padding: 10px;
	border: 1px solid #964545;
	font-size: 1.2em;
	line-height:1.2em;
	letter-spacing:0.1em;
	font-weight:bold;
	text-align:left;
	background: url(../images/box_bg_180_red.jpg) repeat-x top;
	background-color: #FFFFFF;
	color: #964545;
}

#errorBox ul {
	margin:0px 0px 0px 5px;
	padding: 5px;
}

#header {
	height: 28px;
	color: #fff;
	background:url(../images/pde_title_small.gif) no-repeat right #FF9900;
	padding: 2px;
	border-bottom: 2px solid #D98200;
}

#loginArea {
	width: 400px;
}

#header input {
	border: 1px solid #fff;
	background: #ffa620;
	height: 13px;
 	padding: 2px;
	margin-right:3px;
	margin-bottom:1px;
	font-size:10px;
}

#header img {
	cursor: pointer;
	vertical-align:middle;
	margin: 0px 2px 0px 2px;
	padding: 0px;
}

#header a {
	color: #fff;
	text-decoration:none;
	font-size:1.1em;
}

a.login {
	line-height: 0px;
	border: 0px;
}

input#loginButton {
	clear: both;
	display: inline;
	outline: none;
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

#header .tinylink {
	color: #fff;
	text-decoration:none;
	font-size:0.7em;
	letter-spacing: 0.07em;
	margin-left:1px;
}

#header a:hover {
	text-decoration:underline;
}

#infobox {
	margin:10px 5px 15px 5px;
	padding: 10px;
	border: 1px solid #9c9cca;
	background: url(../images/box_bg_180_orange.jpg) repeat-x top #fff;
	color: #495371;
}

#infobox h1 {
	font-size: 1.2em;
	line-height:1.2em;
	letter-spacing:0.1em;
	font-weight:normal;
	text-align:left;
}

#infobox h1 a {
	color: #964545;
}

#loginHeader {
	line-height:0em;
}

#loginHeader input {
	padding-bottom:0px;
	margin-bottom:10px;
}

#main {
	width: 685px;
	margin: 0px auto;
}

#main_content_box {
	max-width:500px;
	/*width: 100%;*/
	width: 500px;
	margin:0px;
	margin-left: 10px;
	background:#fff url(../images/box/leftside.gif) repeat-y left top;
	float: left;
}

#main_content_window {
	min-height: 300px;
}

#main_content_window form {
	margin:10px 5px 15px 5px;
	padding: 10px 15px 10px 15px;
	border: 1px solid #9c9cca;
	font-size: 1.0em;
	line-height:1.2em;
	letter-spacing:0.1em;
	font-weight:normal;
	text-align:right;
	background: url(../images/box_bg_180.jpg) repeat-x top;
	font-weight:normal;
	color: #495371;
}

form table.contentForm tr.field td {
	padding: 5px;
	margin: 5px;
}

textarea {
	width: 225px;
	height: 100px;
}

#main_content_window table.contentForm {
	margin-left: 0px;
	border: 0px;
	border-spacing:0px;
	text-align:right;
}

#main_content_window input, select {
	margin-bottom:2px;
	font-size:10px;/*width: 200px;*/
}

#main_content_window form table.contentForm tr.field td {
	height:20px;
}

#more_info {
	font-size: 8pt;
	color: #657C89;
	font-style: italic;
}

#more_info a {
	font-size: 8pt;
	color: #343399;
	text-decoration:none;
}

#more_info a:hover {
	border-bottom: 1px #343399 dotted;
}

#more_info_box {
	max-width: 175px;
	width: 100%;
	margin:0px auto;
	background:#fff url(../images/box/leftside.gif) repeat-y left top;
	float: right;
}

#more_info_div {
	background: url(../images/dot_small.gif) top repeat-x;
	font-size: 8pt;
	color: #657C89;
	font-style: italic;
	padding: 6px 2px 8px 2px;
	margin: 0px 0px -2px 0px;
}

#more_info_div p {
	padding-left: 5px;
}

#more_info_div a {
	font-size: 8pt;
	color: #343399;
	text-decoration:none;
}

#more_info_div a:hover {
	border-bottom: 1px #343399 dotted;
}

#mywebinars {
}

#nav {
	background: url(../images/nav_bg.gif) repeat-x;
	height: 25px;
	margin-left: 180px;
	margin-top: -50px;
	margin-bottom: 20px;
	text-align: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#nav li {
	float: right;
	margin: 0;
	padding: 0 10px 0 0;
	list-style: none;
}

#nav a {
	font-size:0.9em;
	font-weight:normal;
	color: #343399;
	text-decoration:none;
}

#nav a:hover {
	text-decoration:underline;
}

#nav_list {
	margin: 5px;
	text-align:right;
	line-height:1em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:0.85em;
	line-height:1em;
}

#nav_list li {
	margin-left: -40px;
	margin-bottom: 3px;
	list-style: none;
	text-align: right;
}

#nav_list a {
	color: #636382;
	text-decoration:none;
}

#nav_list a:hover {
	border-bottom: 1px #FF9900 dotted;
}

#nav_box {
	max-width: 175px;
	width: 175px;
	width: 100%;
	margin:0px auto;
	background:#fff url(../images/box/leftside.gif) repeat-y left top;
	float: right;
}

#pde_logo {
	width: 100%;
	background: url(../images/pde_logo.jpg) center no-repeat;
	height: 100px;
}

#phpMyEditTable {
}

#phpMyEditTable table {
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: #9c9cca;
	margin-left: 0px;
	border-spacing:0px;
	text-align:left;
}

#phpMyEditTable td {
	border-width: 1px 1px 0px 0px;
	border-style: solid;
	border-color: #9c9cca;
	background:#FFFFFF;
	padding: 2px;
}

#viewsTable {
	width: 100%;
}

#rss_box {
	margin-bottom: 10px;
	border-bottom: 1px dotted #FF9900;
}

#rss_box img {
	float: left;
	padding: 0px 2px 0px 0px;
}

#rss_box h1 {
	margin-bottom: 3px;
	color: #4A4A4A;
	font-size: 0.8em;
	line-height: 1.3em;
	font-weight:normal;
}

#rss_box a {
	color: #343399;
	text-decoration: none;
}

#webinar {
	width:95%;
	background-color:#f2fbff;
	border-bottom: #cdd5d8 solid 1px;
	border-right: #cdd5d8 solid 1px;
	border-left: #deedf4 solid 1px;
	border-top: #deedf4 solid 1px;
	margin: 0px 0px 8px 5px;
	clear:both;
	min-height: 125px;
	padding: 7px;
}

#webinar img {
}

#webinar h1 {
	font-family: "Myriad Pro", Geneva, Arial, Helvetica, sans-serif;
	font-size:1.3em;
	letter-spacing:0px;
	line-height:1.0em;
	font-weight:normal;
	color: #7070a9;
	text-indent:0em;
	border:none;
	padding: 2px 2px 3px 0px;
	border-bottom: 1px #cdd5d8 solid;
	text-align:right;
	background:none;
}

#webinar h1 img {
	border: 0px;
}

#webinar h2 {
	font-size:1.2em;
	/*line-height:0.5em;*/
	font-weight:normal;
	color: #834f9e;
	text-align: right;
}

#webinar h3 {
	font-size:1.2em;
	line-height:0.5em;
	font-weight: bold;
	color: #834f9e;
	text-align: left;
}

#webinar h4 {
	font-family: "Myriad Pro", Geneva, Arial, Helvetica, sans-serif;
	font-size:1.5em;
	letter-spacing:0px;
	line-height:1.0em;
	font-weight:normal;
	color: #834f9e;
	text-indent:0em;
	width: 100%;
	border:none;
	padding: 2px 2px 3px 0px;
	border-bottom: 1px #cdd5d8 solid;
	text-align:left;
	background:none;
}

#webinar h5 {
	font-size:1.2em;
	line-height:0.5em;
	font-weight:normal;
	color: #7070a9;
	text-align: left;
	margin-bottom: 5px;
}

#webinar p {
	text-align:justify;
	padding-bottom:1em;
}

#webinar table {
	clear:both;
	border-bottom: #cdd5d8 solid 1px;
	border-right: #cdd5d8 solid 1px;
	border-left: #deedf4 solid 1px;
	border-top: #deedf4 solid 1px;
	border-spacing:0px;
	font-size:1em;
	line-height: 1.3em;
	width: 100%;
	margin-top: 5px;
}

#webinar td {
	padding: 2px 10px 0px 3px;
	border-bottom: 1px dotted #cdd5d8;
	text-align:left;
	vertical-align:bottom;
}

#tableHeading {
	width:100%;
	text-align:center;
	font-size:1.2em;
	color: #7070a9;
}

#webinar strong {
	color:#595987;
}

#presenterBox {
	width: 230px;
	border-bottom: #cdd5d8 solid 1px;
	border-right: #cdd5d8 solid 1px;
	border-left: #deedf4 solid 1px;
	border-top: #deedf4 solid 1px;
	float:right;
	padding: 8px 8px 0px 8px;
	margin: 0px 4px 0px 8px;
	background: #ffe5be;
}

#presenterBox h1 {
	text-align:left;
	font-size:1.2em;
	line-height:1.0em;
	padding:0px;
	margin: 0px;
	border: 0px;
}

#presenterBox h2 {
	text-align:left;
	font-size:1.1em;
	margin: 8px 4px 8px 0px;
}

#presenterBox p {
	font-size:0.9em;
	line-height:1.0em;
	padding: 0px 0px 8px 0px;
}

#presenterBox img {
	width: 100px;
	height: 100px;
}

#presenterBioText {
	text-align: left;
	cursor: pointer;
}

#presenterBioText img {
	height: 16px;
	width: 16px;
	border: 0px;
	cursor: pointer;
}

#webinar_box {
	max-width: 175px;
	width: 100%;
	margin:0px auto;
	background:#fff url(../images/box/leftside.gif) repeat-y left top;
	float: right;
}

/*
#webinar_list {
	margin: 5px 10px 10px 10px;
	border-top: 1px dotted #FF9900;
	padding: 10px 5px 0px 5px;
	text-align:right;
	clear:both;
}

#webinar_list h1 {
	font-size: 9pt;
	font-weight: bold;
	font-style: italic;
	padding: 0px;
	margin: 0px;
}

#webinar_list h2 {
	font-size: 9pt;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}

#webinar_list h3 {
	font-size: 9pt;
	font-style: italic;
	font-weight: normal;
	padding: 0px;
	margin: 2px 0px 2px 0px;
	color: #4A4A4A;
}

#webinar_list p {
	font-size: 9pt;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	color: #4A4A4A;
}

#webinar_list p a {
	color:#343399;
	text-decoration:none;
}

#webinar_list p a:hover {
	border-bottom: 1px #343399 dotted;
}

#webinar_list img {
	margin: 2px 0px 0px 0px;
}

#webinar_list h1 img {
	float: left;
	margin: 0px 15px 20px 0px;
}

*/	
	
	
/*
 * CLASS Styles
 *
 ***************************/


.act48Image {
	border: 0px;
	float:left;
}

.bioPic {
	width: 125px;
	height: 125px;
	float:left;
	border: 1px solid #cdd5d8;
	margin-right:5px;
	margin-bottom:0px;
}

.blue_box {
	width:100%;
	height:19px;
	background:url(../images/box/top-blue.gif) no-repeat left top;
	font-size:12px;
}

.blue_box span {
	display:block;
	position:relative;
	height:19px;
	background:url(../images/box/top-right-blue.gif) no-repeat right top;
	text-align:center;
	vertical-align:middle;
	padding-top:3px;
	color: #fff;
}

.bottom {
	width:100%;
	height:9px;
	background:url(../images/box/bottom.gif) no-repeat left bottom;
}

.bottom span {
	display:block;
	position:relative;
	height:9px;
	background:url(../images/box/bottom-right.gif) no-repeat right bottom;
}

.button {
	cursor:pointer;
	float:right;
}

.nobutton {
	cursor:default;
	float: right;
}

.center-content {
	position:relative;
	background:url(../images/box/rightside.gif) repeat-y right top;
	padding:5px 10px 1px 10px;
	margin:-1px 0 -10px 0;
}

.listAlt0 {
	background:#fff9df;
	color: #7070a9;
}

.listAlt1 {
	color: #7070a9;
}

.orange_box {
	width:100%;
	height:19px;
	background:url(../images/box/top.gif) no-repeat left top;
	font-size:12px;
}

.orange_box span {
	display:block;
	position:relative;
	height:19px;
	background:url(../images/box/top-right.gif) no-repeat right top;
	text-align:center;
	vertical-align:middle;
	padding-top:3px;
	color: #fff;
}

.tinylink {
	font-size:0.8em;
	line-height: normal;
	margin: 2px 0px 0px 10px;
}

/*
 *
 * Miscellaneous
 *
 *
 **********************************************/
INPUT.hintTextbox {
	color: #eee;
}

INPUT.hintTextboxActive {
	color: #fff;
}

table.pme-main,
table.pme-navigation {
	width: 100%;
}

a img {
	border: none;
}

a.action {
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 18px;
	height: 20px;
}

a#view {
	background-image: url(../images/icons/view.png);
}

a#add {
	background-image: url(../images/icons/add.png);
}

a#edit {
	background-image: url(../images/icons/edit.png);
}

a#delete {
	background-image: url(../images/icons/cross.png);
}

div#act48field {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.recaptchatable form table td {
	padding: 0;
	margin: 0;
}

/*pre {
	white-space: normal;
}*/


#viewsTable table {
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: #9c9cca;
	margin-left: 0px;
	border-spacing:0px;
	text-align:left;
}

#viewsTable td {
	border-width: 1px 1px 0px 0px;
	border-style: solid;
	border-color: #9c9cca;
	background:#FFFFFF;
	padding: 2px;
}

#viewsTable input[type=text] {
	width: 300px;
	padding: 4px;
	border: 1px solid #9c9cca;
}

#viewsTable td.options {
	width: 160px;
	/*padding-top: 5px;
	padding-left: 10px;*/
}

#viewsTable td.label {
	/*border-left: 1px solid #9c9cca;*/
	width: 150px;
}

#viewsTable td.bottom {
	padding: 10px;
	text-align: right;
	border-bottom: 1px solid #9c9cca;
}

#infobox h1 {
	font-family: "Myriad Pro", Geneva, Arial, Helvetica, sans-serif;
	font-size:1.3em;
	letter-spacing:0px;
	line-height:1.0em;
	font-weight:normal;
	color: #7070a9;
	text-indent:0em;
	border:none;
	padding: 2px 2px 3px 0px;
	border: none;
}

#infobox p {
	text-align: left;
}

select.presenterDropDown {
	min-width: 175px;
	width: 175px;
}

div.paginate-links {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: right;
	font-size: 14px;
}

a.asc, a.desc {
	background-repeat: no-repeat;
	background-position: right 50%;
	padding-right: 20px;
}

a.asc {
	background-image: url(../images/icons/bullet_arrow_up.png);
}

a.desc {
	background-image: url(../images/icons/bullet_arrow_down.png);
}

div.paginate-links a.paginate {
	padding: 3px;
	border: 1px solid #006;
	background-color: white;
}