/* @group Button to Link */

.buttonToLink {
    border:  none;
    background: none;
    color: #648BB7;
}
.buttonToLink:hover {
	color: #539C7C;
	text-decoration: underline;
	cursor: pointer;
}


/* @end */


/* @group Misc */

/*
body, .wholecontent {
//		background-color: white;
}    

.contentContainer {
//		background-color: white;
}    
*/

 #toolbar_horizontal ul ul {
	border-left: 1px solid grey;
} 

 #toolbar_horizontal ul ul li {
	border-right: 1px solid grey;
}  

 #toolbar_horizontal a {
	padding: 0 10px !important;
}  


/*http://www.dynamicdrive.com/style/csslibrary/item/css-popup-image-viewer/*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

div.enews  {
	float: left;
	display: inline;
	padding: 10px 0 10px 5px;
	line-height: 1.2em;
}

.enews img {
	padding: 0 5px 0 15px;
}


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
text-decoration: none ! important;
}

.thumbnail span{ /*CSS for enlarged image*/
width: 300px;
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none ! important;
}


.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -50px;
left: 10px; /*position where enlarged image should offset horizontally */
z-index: 10000;

}     

.redNotice {
	font-size: 1.3em ! important; 
	color: #D50000 ! important;
	font-weight: bold ! important;
}

.center {
	text-align: center;
}

.contactSideBar {
	width: 175px;
	margin: 0 auto;
}

/* @end */



/* @group Webinars */

.purchaseButtonGrid table {
	width: 99%;
	padding-bottom: 5px;
	border-bottom: 1px dotted;
	color:#a0a0a0;
}

.purchaseButtonGrid tr {
	line-height:1em;
}
.purchaseButtonGrid td {
	text-align: center;
	padding-bottom: 5px;
}

.purchaseButtonGrid .firstOne {
	font-size: 11px;
	color: #04f;
	font-weight: bold;
}
.purchaseButtonGrid .cartOpts {
	font-size: 11px;
	color: #04f;
}

.webinars {
	padding-bottom: 20px;
}

.eventHead {
	text-align: center ! important;
	font-size: 1.2em;
	line-height: 1.5em;
}

.presenterPic {
	max-width: 175px;
}

.webinarDesc {
	margin-bottom: 10px;
}

.ceInfo {
	padding-top: 3px;
	margin-top: 3px;
	line-height: 1.25em;
	font-size:.95em;
}

.ceInfo .image-left {
	margin: 0 5px 0 0 ! important;
}
.ceInfo img {
	width: 45px;
	height: 45px;
}

.noCE {
	font-weight: bold;
	font-size: 1.2em;
	text-indent: 20px;
	font-style: italic;
	color: #0074C6;
}

sup {
	font-size: .75em;
	font-family:  sans-serif;
}



/* @end */

/* @group Contact Form */
.headMess {
	text-align: center ! important;
	font-size: 1.25em;
	line-height: 1.75em;
	color: #2971BC;
}

.headMessItem {
	font-weight: bold;
	font-size: 1.75em;
}

#fl-form {
	width: 75%;
	margin: 20px auto;
}

.fl-text, .fl-textarea {
	padding: 3px 5px;
}


/* @end  */

/* @group Footer */

#myExtraContent2 {
	font-size: 1.1em;
}

#myExtraContent2 h2 {
	padding-bottom: .5em;
	font-size: 1.4em;
}

#partners {
	text-align:center;
}

#partners p {
	line-height: 3em;
}

#guarantee {
	text-align: justify;
}




/* @end */


