/* MAIN TEMPLATE COMPONENTS */

body {
  margin: 10px 0px 0px 0px;
  font-size: 10pt;
  font-family: arial, helvetica, verdana, sans-serif;
}

a {
  color : #00529b;
}
 
a:visited {
  color : #602C84;
}

a:hover {
  color : #CC9900;
}

#mainwrapper {
  margin-left: auto;
  margin-right: auto;
  width: 776px;
  border: 1px solid #CED5E6;
}

#content {
  margin : 0px 0px 10px 0px;
  padding : 10px 10px 10px 10px;
  position: relative;
}


#footerteasers {
  position: relative;
  width: 100%;
  height: 62px;
  margin-top: 4px;
}


#bluebar {
  background-color: #4A6894;
  height: 20px;
  margin-top: 4px;
}


#footerlinks {
  height: 30px;
  width: 778px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.8em;
  margin-top: 10px;
  position: relative;
  text-align : left;
}


button {
  background: #4A6894;
  color: white;
  padding: 2px 20px;
  border: 0px;
  font-size: 0.8em;
  cursor : pointer;
}

/* CONTENT */

#content h1 { 
  font-size: 1.6em; 
  color : #00529B; 
  border-bottom : 1px solid silver;
}

.no-border-heading { 
	border-bottom: 0px !important;
}

#content h2 { font-size: 1.4em; color : #00529B; }
#content h3 { font-size: 1.4em; color : #00529B; }
#content h4 { font-size: 1.2em; color : #00529B; }

#content ul {
  list-style-image: url(/images/bullet.gif);
  margin-left : 18px;
}

#content li {
  margin : 5px 0px;  
}


/* ELEMENTS COMMON ACROSS CONTENT PAGES */
p.error {
    color: #FF0000;
    background: #FFFFFF;
}

#registerform td {
    padding: 10px;
    vertical-align: top;
}

#registerform th {
    text-align: left;
    padding: 10px 10px 10px 0px;
    vertical-align: top;
}

#registerform input {
    width: 20em;
}


/* HEADER STYLES */

#title_bar {
  background: #C9D3E3;
}

#title_bar img {
    display: block;
}

#headerbar {
  height: 190px;
  position: relative;
}

#headerbar img {
  border: none;
}

#newsticker {
  font-size: 0.8em; 
  font-weight: bold;
  color: #00529B;
  position: relative;
  height: 30px;
  background: #FFFFFF;
}

#news {
  position: absolute;
  left: 10px;
  width: 400px;
  top: 7px;
}

#ceo_logo {
  padding-left: 15px;
  padding-top: 40px;
}

#ccem_logo {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size : 0.8em;
  text-align : right;
}

#ccem_logo img {
  margin-bottom : 3px;
}

#search {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 1.3em;
}

#search button {
  align: center;
  height: 20px;
}

#search input {
  border: 1px solid black;
}

#search p {
  margin: 0px;
}

/* TOP NAVIGATION */

#topnav {
  position: relative;
  height: 35px;
  border-top: 1px solid #CED5E6;
  border-bottom: 1px solid #CED5E6;
}

#topnav div {
  position: absolute;
  top: 0px;
}


#topnav div a {
  text-align: center;
  display: none;
  text-decoration: none;
  color: #3F7DB4;
  background: #FFFFFF;
  font-size: 0.8em;
  height: 15px;
}

#topnav div a:hover {
  background-color: #E1E9F1;
}


#home_nav { left:0px; }
#register_nav { left:97px; }
#learners_nav { left:194px; }
#educators_nav { left:291px; }
#managers_nav { left:388px; }
#stakeholders_nav { left:485px; }
#discuss_nav { left:582px; }
#contact_nav { left:679px; }

#topnav div .top {
  width: 96px;
  border-left: 1px solid #CED5E6;
  display: block;
  border-top: 0px !important;  
  padding: 11px 0px 9px 0px;
}

#topnav .visible a {
  display: block;
  border-top: 1px solid #FFFFFF;
}

#topnav .menuitem {
  text-transform : uppercase;
}


#home_nav .top {
  width: 97px !important;
  border-left: 0px !important;
}

/* FOOTER STYLES */
#footerteasers div {
  width: 191px;
  height: 62px;
  position: absolute;
  top: 0px;
  font-size: 0.8em;
}

#footerteasers h1 {
  color: #00529B;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 2px;
  margin-top: 0px;
}

#footerteasers div a {
  display: block;
  width: 186px;
  height: 57px;
  text-decoration: none;
  color: #00529B;
  padding-left: 5px;
  padding-top: 5px;
}

#footerteasers div a img {
  border: 0px;
}


#footerteasers div.ft0 a, #footerteasers div.ft2 a  {
   background-color: #E1E6F0; 
}


#footerteasers div.ft0 a:hover, #footerteasers div.ft2 a:hover {
  background-color: #D6DDEB;
}


#footerteasers div.ft1 a, #footerteasers div.ft3 a  {
  background-color: #D6DDEB;
}
 

#footerteasers div.ft1 a:hover, #footerteasers div.ft3 a:hover {
  background-color: #E1E6F0;
}


#footerteasers div.ft0 { left:0px; ; }
#footerteasers div.ft1 { left:195px; }
#footerteasers div.ft2 { left:390px; }
#footerteasers div.ft3 { left:585px; }

#footerlinks a {
  text-decoration: none;
  margin-right: 15px;
  color: #00529B;
}

#footer_security {
  position : absolute;
  right : 0px;
}

#footer_security a {
  margin : 0px;
}

div.breadcrumbtrail {
  font-size : 0.9em;
}


/* LAYOUT TEMPLATES */

div.contentImage {
  float : right;
  font-size : 0.8em;
  color : gray;
  margin-right : 20px;
  clear: right;
}

div.contentImage.medium {
  width : 200px; 
}

div.contentImage img {
  border : 1px solid silver;
  display : block;
  width : 100%; 
  margin-bottom : 5px;
}

div.stretcher {
  clear : both;
}

.layoutB div.contentImage { float : left; clear : left; margin : 0px 20px 20px 0px; }
.layoutC div.contentImage { float : right; clear : right; margin : 0px 0px 0px 20px; width : 75px;} 
.layoutC div.body { margin-right : 90px; padding-right : 10px; border-right : 1px solid silver; }
.layoutD div.contentImage { float : left; clear : none; margin : 0px 20px 0px 0px; width : 75px; } 
.layoutD div.body { margin-bottom : 10px; padding-bottom : 10px; border-bottom : 1px solid silver; }
.layoutE div.contentImage.image2 { float : left; clear : left; margin : 0px 20px 20px 0px; }

/* END: LAYOUT TEMPLATES */

div.session_box {
    border: 1px solid black;
    padding: 5px;
    width: 400px;
    margin-bottom: 20px;
}

div.aqe { background: #FFCC9A !important; }
div.gqe { background: #FFCC65 !important; }
div.rightqe { background: #CCCC00 !important; }
div.resourcingqe { background: #FF9A00 !important; }

div.session_box p {
    margin: 0px;
}

div.session_box h4 {
    color: #000000 !important;
    margin: 5px 0px 0px 0px;
}

div.session_box ul {
    margin-top: 5px 0px 0px 0px;
}

/* EXHIBITORS */

div.exhibitor {
    border-bottom: 1px solid black;
    padding: 5px 0px 5px 0px;
    margin-bottom: 20px;
    width: 400px;
}

div.exhibitor h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}

div.exhibitor img {
    float: right;
    border: 1px solid black;
    margin-left: 10px;
}

/* DELEGATES */
#manageprofilebox {
    float: right;
    width: 200px;
    position: relative;
    top: -50px;
    border: 1px solid #000000;
    padding: 5px;
}

/* RESOURCES */
div.resourceitem img {
    float: left;
    margin-right: 10px;
}

/* VIDEOS */

.videoitem {
    border-bottom: 1px solid #000000;
    padding-bottom: 5px;
}

.videoitem h4 {
    margin-bottom: 5px;
}

.more-teaser {
	width: 230px;
	float: left;
	margin-right: 20px;
}

.more-teaser img {
	float: left;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
}

/* BIOGS */
.biogs-image {
	float: right;
}

.biogs-image img {
	display: block;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	margin-left: 10px;
}

/* SESSION */
.session-description p {
	margin: 0px;
	padding: 0px;
}

.session-image {
	float: right;
}

.session-image img {
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}

.session-image a img {
	border: 0px;
}

h4.session-article-heading {
	margin-bottom: 0px;
}

.sponsored-by {
	color: #666666;
	font-size: 10px;
	margin-bottom: 5px;
}

#theme-list a img, #day-list a img {
	border: 0px;
}

#day-list {
	margin-bottom: 20px;
}

.session-break {
	color: #999999;
	height: 1px;
	margin-bottom: 10px;
}

.overall-session-sponsor-logo {
	float: right;
}

.session-sponsor-underline {
	height: 1px;
	color: silver;
}

/* SPONSORS/EXHIBITORS */
#sponsor-exhibitor-logo {
	float: right;
}

#sponsor-exhibitor-logo img {
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}

#sponsor-info p {
	margin-top: 0px;
}

/* COMMONWEALTH TV */
.more-teaser {
	margin-bottom: 15px;
}

#more-videos a img {
	border: 0px;
}

/* 17CCEM */
.content17ccem {
	float: left;
	margin-right: 10px;
	width: 500px;
}

div#links17ccem {
	clear : right;
	padding-top : 20px;
}

.button17ccemm, .button17ccem a {
	width: 190px;
	margin-left: 540px;
	margin-bottom: 10px;
	background-color: #E7E7F7;
	height: 60px;
	padding: 5px;
	display: block;
	text-decoration: none;
}

.button17ccem a:hover {
	background-color: #D6DFEF;
}

.button17ccem a:hover h3, .button17ccem a:hover p {
	color: #00529B;
	text-decoration: none;
}

.button17ccem h3 {
	font-size: 14px !important;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-decoration: none;
}

.button17ccem p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

#player {
	width: 425px;
	display: block;
	height: 300px;
}

#player img {
	border: 1px solid #CCCCCC;
}
