/* ========================================================================================
AuctionEvo
Version:2.0
=========================================================================================== */

/* Generic 
=========================================================================================== */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:63.3%;
	margin:0;
	padding:0;
	min-width:980px;
	
}

body.home {
  background: url(../../images/landing-bg.jpg) no-repeat center 130px; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
   min-height:900px;
  }@media only all and (max-width: 1024px) and (max-height: 768px) {
  body { 
    -moz-background-size: 2000px 909px;
    background-size: 2000px 909px;
  }
}
  
  
  
 body.educat  {
  background: url(../../images/educat-bg.jpg) no-repeat center 130px #000000; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
  min-height:900px;
    }@media only all and (max-width: 1024px) and (max-height: 768px) {
  body { 
    -moz-background-size: 2000px 909px;
    background-size: 2000px 909px;
  }
}

body.auct  { 
  background: url(../../images/auct-bg.jpg) no-repeat center 130px #000000; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
    min-height:900px;
    }@media only all and (max-width: 1024px) and (max-height: 768px) {
  body { 
    -moz-background-size: 2000px 909px;
    background-size: 2000px 909px;
  }
}

body.bus  {
  background: url(../../images/bus-bg.jpg) no-repeat center 130px #000000;  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
    min-height:900px;
    }@media only all and (max-width: 1024px) and (max-height: 768px) {
  body { 
    -moz-background-size: 2000px 909px;
    background-size: 2000px 909px;
  }
}
  

  
body.educat div#wrapper,  body.auct div#wrapper,  body.bus div#wrapper  { background: url(../../images/bottom-white.jpg) repeat-x center bottom; }
  
  
  
  

h1 { margin:0; }
h2 { margin:0; }
h3 { margin:0; }
h4 { margin:0; }
h5 { margin:0; }
img { border:none; }
p { font-size:1.1em; margin:0; }

a:link { text-decoration:none; }
a:hover { text-decoration:underline; }
a:active { text-decoration:underline; }

.left { float:left; }
.right { float:right; }

.center { margin: 0 auto;  text-align: center; }

ol,ul {
	list-style: none; margin: 0; padding: 0; 
}
.clear {
	clear: both; text-indent: -9999px;
}



/* Structure 
=========================================================================================== */
div#wrapper {
  width: 100%;
  margin:auto;
  position: absolute;
}


div#top-holder  {	
   background-color:#FFFFFF;
   width:100%;
    }
	
div#top {
	width:990px;
	margin:auto;
	position:relative;
}
div#content {
	width:990px;
	border:none;
	margin: 4px auto 0;
	position:relative;
}
.left-content {
   float:left;
   width:300px;
   margin: 10px 95px 0 0;
}
.right-content {
   float:left;
   width: 576px;
   border:solid;
   border-width: 0 5px 0 5px;
   border-color: #FF0000;
   background-color:#FFFFFF;
   margin: 10px 0 2px 0;
   	position:relative;
}
body.educat .right-content { border-color: #44a338; }
body.auct .right-content { border-color: #f4a021; }
body.bus .right-content { border-color: #e72677; }

.right-content.wide {
   width: 980px;
}



#mainNav {
	float:right; height:35px
}

div#bottom-panel {
   -moz-border-radius-bottomleft:14px;
   -moz-border-radius-bottomright:14px;
   -moz-border-radius-topleft:14px;
   -moz-border-radius-topright:14px;
    background-color:#6b9730;
    border:medium none;
    margin:10px auto 30px;
	padding:34px 0 9px;
    width:990px;
	height:300px;
	background-image: url(../../images/auctionfluency.gif);
	background-repeat:no-repeat;
	background-position:bottom right
	}


/* Add this
========================================================================================== */
.addthis_toolbox {
   float:right;
   width:106px;
}




/* Top Area 
=========================================================================================== */
.logo {
	float:left; position:relative; margin:10px 2px 2px 0; display:block; padding:0
}





.call {
	padding:31px 0 7px 17px; text-align: right; color: #0099FF; float:left
}	
  .call p {
	   color:#0099FF;
	   font-size:110%;
	   text-align:left;
	   display:block;
	   text-decoration:none
	}
	.call p a {
		color:#0099FF;
		text-decoration:none
	}
	
	.call p strong {
	 color:#0099FF;
	   font-size:210%;
	   text-align:left;
	   display:block;
	   font-weight:normal;
	   text-decoration:none
	}
		.call p a:hover {
		text-decoration:underline
	}
	


#top .home-login {
  padding: 5px 0 1px ;
  margin: 27px 0 0 ;
  float:right;
  position:relative;
  height:41px;
}
#top .home-login input {
  color: #666666;
  border: 1px solid #0099FF;
  padding: 2px;
  height: 21px;
}

#top .home-login .button {
 margin: 0 2px 2px 0;
 color:#FFFFFF;
 padding:  3px 7px 4px 8px;;
 height: 23px;
 }
 
 
#top .home-login .loginlabels {
  color: #666666;
  font-size:110%;
  padding: 0 0 5px;
} 
.loginlabels .loginlabelPassword {
  margin: 0 0 0 126px }
  


 
 
 

#top .home-login input.remember {
  display:inline;
  right: 204px;
  position:absolute;
  padding:2px 0 0 0;
  height:13px !important;
  border:none !important

}

#top .home-login p.remember {
  display:inline;
  color:#666666;
  font-size: 1.1em;
  text-align:right;
  right: 227px;
  position:absolute;
  padding:2px 0 0 0 
}

#top .home-login p.forgot {
   display:inline;
   text-align:right;
   /*right: 73px; */
   padding: 3px 0 0 0;
   position:absolute
}
#top .home-login p.forgot a {
   color:#666666;
   text-decoration:underline
}
#top .home-login p.forgot a:hover {
   text-decoration:none
}



/* Simple Nav
=========================================================================================== */

.nav-holder {
   padding: 12px 0 0;
   width:990px;
   clear:both;
   margin: auto
}
.nav-holder .nav {
   padding:1px 0 3px;
   width:990px;
   height: 28px;
   margin:auto
}

.nav-holder .nav ul { 
    width:850px;
	float:left; }

.nav-holder .nav ul li {
   display:inline;
   color:#0099FF;
   font-size: 140%;
   font-weight:bold;
   padding: 10px 0 9px;
   height:31px
}

.nav-holder .nav ul li span {
  color:#666666;
  font-size:130%;
  font-weight:bold
}

.nav-holder .nav ul li a {
   color:#0099FF;
   padding:4px 20px 4px
}
.nav-holder .nav ul li a:hover, .nav-holder .nav ul li a.hi, .nav-holder .nav ul li a.hi span  {
   text-decoration:none;
   background-color:#0099FF;
   color:#FFFFFF
}

.nav-holder .nav ul li a:visited {
   text-decoration:none
}


.share {   
	position: relative;
	float:right;
	width: 105px;
	}
	

/* Main Navigation - sub nav first
=========================================================================================== */



#mainNav li.top ul li a, #mainNav li.top.hi ul li a  { 
   border:none  !important;
   text-decoration:none !important;
   border: none  !important;
   border-radius: 0px  !important;
   margin:1px 0 !important;
   padding: 6px 2px 7px 4px !important;
   text-align:left !important;
   background: #ffffff;
   background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
   background: -moz-linear-gradient(top, #ffffff, #ffffff);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');
 }
 
 #mainNav li.top ul li a:hover, #mainNav li.top.hi ul li a:hover  {
   text-decoration:underline !important;
   background: #ffffff;
   background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
   background: -moz-linear-gradient(top, #ffffff, #ffffff);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');
 }

/* Main Navigation 
=========================================================================================== */



#mainNav {
	 list-style: none; /* padding-bottom:13px */
}

#mainNav ul {
 	list-style: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#000000;
	font-weight:normal;
	display: block;
	text-align:left;
	line-height:110%;
	margin:1px 0 0 5px
}

#mainNav li {
   display: inline;
}

#mainNav li.top a {    
   border-radius: 0.3em 0.3em 0.3em 0.3em;
   cursor: pointer;
   display: inline-block;
   font: 12px/100% Arial,Helvetica,sans-serif;
   margin: 2px 0 2px 3px;
   outline: medium none;
   padding: 0.8em 0.8em 0.85em;
   text-align: center;
   text-decoration: none;
   vertical-align: baseline;  
   color: #333;
   background: #6e6e6e;
   background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#E1E1E1));
   background: -moz-linear-gradient(top, #EFEFEF, #E1E1E1);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFEFEF', endColorstr='#E1E1E1');
	
 text-decoration:none }

#mainNav li.top a:hover {
   color: #FFF;
   background: #0095cd;
   background: -webkit-gradient(linear, left top, left bottom, from(#7198e4), to(#0e378a));
   background: -moz-linear-gradient(top, #7198e4, #0e378a);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7198e4', endColorstr='#0e378a');
}


#mainNav li.top.hi a {
   color: #FFF;
   border: solid 2px #999999;
   background: #0095cd;
   background: -webkit-gradient(linear, left top, left bottom, from(#7198e4), to(#0e378a));
   background: -moz-linear-gradient(top, #7198e4, #0e378a);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7198e4', endColorstr='#0e378a');
   padding: 0.7em 0.8em 0.75em !important
}

/* Nav - dropdowns 
=========================================================================================== */

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top: 33px;
	/*top:			2.5em;  match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** SKIN ***/
.sf-menu {
	float: left;
   /* width: 1000px;*/
	color: #000;
	list-style: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
	display: block;
	margin: 1px 0 6px 8px
}
.sf-menu a {
	padding: 7px 12px;
	text-decoration:none;
	/*color: #fffff*/
}
.sf-menu li a, .sf-menu li a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #000;
}
.sf-menu li {
	padding: 0 0 0 5px
}

.sf-menu li a.hi {
    font-weight:bold;
	text-decoration:underline
}

.sf-menu li li {
	background:	#ffffff;
	background-image: url("../../images/menu-bullet.gif");
    background-position: left;
    background-repeat: no-repeat;
	padding: 1px 6px 1px 9px;
	font-weight: normal !important;
	color:#666666 !important;
	border-left: 1px solid #CCCCCC;
}
.sf-menu li li a {
	color:#666666 !important;
}

.sf-menu li li.hilight a {
    font-weight:bold;
	color:#FF9F00 !important;
	text-decoration:none !important;
}
.sf-menu li li.hilight {
	background:	#ffffff;
	background-image: url("../../images/menu-bullet-hi.gif");
    background-position: left;
    background-repeat: no-repeat;
	color:#FF9F00 !important;
}

.sf-menu li li li {
	background: #ffffff;
	background-image: url("../../images/menu-bullet.gif");
    background-position: left;
    background-repeat: no-repeat;
	padding: 1px 2px 1px 9px;
	font-weight: normal !important;
	color:#666666 !important;
	border-left: 1px solid #CCCCCC;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	/*background:		#CFDEFF;*/
	outline:		0;
	text-decoration:underline
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../../images/shadow.png') no-repeat bottom right;
	padding: 0 20px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;

}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}




h1 {
  color:#FFFFFF;
  font-size: 465%;
  line-height:110%;
  padding: 27px 2px 6px 0;
  font-weight:normal
  }
  
.educat h1, .bus h1, .auct h1 {
 border-bottom:solid;
 border-bottom-color:#44A338;
 border-bottom-width:3px;
 width:-moz-max-content
 }
.educat h1 { border-bottom-color:#44A338; }
.bus h1 { border-bottom-color:#E72677; }
.auct h1 { border-bottom-color:#F4A021; }
 
  
  
/* Choices
=========================================================================================== */
  
.choices {
  clear: both
}  

.choices-left {
  width:300px;
  padding: 1px 2px 3px 4px;
  float:left
}

.left-content .choices-left { margin-top: 130px }

.choices-left ul li a {
  font-size:200%;
  color:#FFFFFF;
  display:block;
  width:100%;
  height:100%;
  text-decoration:none
}
.choices-left ul li { 
   background-color:#0099FF;
   margin: 6px 0 10px;
   background-position:right;
   padding: 3px 2px 4px 8px;
   background-repeat:no-repeat }
   
   .choices-left ul li.one  { background-image:url(../../images/choice-bg-auct.jpg) }
   .choices-left ul li.two  { background-image:url(../../images/choice-bg-bus.jpg) }
   .choices-left ul li.three  { background-image:url(../../images/choice-bg-ed.jpg) }
   
   .choices-left ul li.one-hover  {  background-image:url(../../images/choice-bg-auctROLL.jpg); cursor:pointer }
   .choices-left ul li.two-hover  {  background-image:url(../../images/choice-bg-busROLL.jpg); cursor:pointer }
   .choices-left ul li.three-hover  {  background-image:url(../../images/choice-bg-edROLL.jpg); cursor:pointer }
   
      .choices-left ul li.one:hover  {  background-image:url(../../images/choice-bg-auctROLL.jpg); cursor:pointer }
	  .choices-left ul li.two:hover  {  background-image:url(../../images/choice-bg-busROLL.jpg); cursor:pointer }
	  .choices-left ul li.three:hover  {  background-image:url(../../images/choice-bg-edROLL.jpg); cursor:pointer }
   

.choices-right {
  width:530px;
  float:left;
  padding: 10px 22px
}

.choices-right #t1 {  padding: 8px 6px 12px 14px; background-image:url(../../images/txt-bg-auct.png); display:inline-block }
.choices-right #t2 {  padding: 8px 6px 12px 14px; background-image:url(../../images/txt-bg-bus.png); }
.choices-right #t3 {  padding: 8px 6px 12px 14px; background-image:url(../../images/txt-bg-ed.png); }

.choices-right #t1 h3, .choices-right #t2 h3, .choices-right #t3 h3 { font-size: 210%; color:#FFFFFF; padding: 0 0 3px }
.choices-right #t1 p, .choices-right #t2 p, .choices-right #t3 p { font-size: 150%; line-height:140%; color:#FFFFFF; padding: 0 0 3px }



.choices-right #t1 a { font-size: 120%; font-weight:bold; color:#663300; padding: 5px 10px; background-color:#fff; display:inline-block; margin: 3px 10px 2px 0; float:right }
.choices-right #t2 a { font-size: 120%; font-weight:bold; color: #CC0066; padding: 5px 10px; background-color:#fff; display:inline-block; margin: 3px 10px 2px 0; float:right }
.choices-right #t3 a { font-size: 120%; font-weight:bold; color: #336600; padding: 5px 10px; background-color:#fff; display:inline-block; margin: 3px 10px 2px 0; float:right }



.mid { clear:both;
   padding: 10px 0 0 0
}

.mid-left {
  float:left;
  width:350px;
  padding: 14px 0 12px 0
 }
 
 .mid-left p {
 font-size: 135%;
 color:#FFFFFF;
 line-height:150%
 }
  .mid-left p strong, .mid-left p em {
  color:#CC9933;  }
 
 .mid-right {
  float:left;
  margin: 0 0 0 100px;
  padding: 7px 0 16px 0
 }
  .mid-right .main-img {
     float:right;
     margin: 0 0 0 10px;
     padding: 1px 2px 3px 4px
  }
    .mid-right .arrow {
     float:left;
	 clear:left;
     padding: 1px 2px 3px 4px
  }



.left-content p.intro {
   font-size:120%;
   line-height:150%;
   color:#FFFFFF;
   padding:30px 0 5px 0
}

.left-content p.intro strong {
   font-size:130%;
}

body.educat .left-content p.intro strong { color: #44a338; }
body.auct .left-content p.intro strong { color: #f4a021; }
body.bus .left-content p.intro strong { color: #e72677; }

.left-content p {
   color:#757575;
   font-size:120%;
   line-height:150%;
   padding:30px 0 5px 0;
   clear:left
   }
   
.left-content p strong, .left-content p a  { 
  color:#2482e7
}  
.left-content p a  { text-decoration:underline }


.left-content .bottom {
   position:absolute; 
   bottom:0;
   width:300px;
   padding-bottom:29px
}

.right-content h3 {
  color:#000000;
  font-size:145%;
  line-height:150%;
  padding: 12px 25px 2px;
}
body.educat .right-content h3  { color: #44a338; }
body.educat .right-content span.bullet  { color: #44a338; font-size:145%; padding: 0 3px 0 0 }
body.auct .right-content h3  { color: #f4a021; }
body.auct .right-content span.bullet  { color: #f4a021; font-size:145%; padding: 0 3px 0 0 }
body.bus .right-content h3  { color: #e72677; }
body.bus .right-content span.bullet  { color: #e72677; font-size:145%; padding: 0 3px 0 0 }

.right-content h4 {
  color:#2482e7;
  font-size:130%;
  line-height:130%;
  padding: 6px 25px 2px;
}
.right-content h4 a  {
  color:#2482e7;
}
.right-content h4 strong {
  font-size:155%;
  font-weight:normal
  }
.icon-vid {
  background-image:url(../../images/icon-vid.jpg);
  background-repeat:no-repeat;
  background-position:left;
  padding: 4px 0 7px 42px !important;
  margin: 0 0 0 25px !important }  
  
  
.right-content p {
  color:#535353;
  font-size:125%;
  line-height:150%;
  padding: 2px 25px 10px;
}
.right-content p a.more {
  font-weight:bold;
  text-decoration:none
}
.right-content p a.more:hover {
  text-decoration:underline
}
body.educat .right-content p a.more   { color: #44a338; }
body.auct .right-content p a.more   { color: #f4a021; }
body.bus .right-content p a.more   { color: #e72677; }


.right-content ul  {
   padding:4px 15px 15px 45px;
   list-style:disc;
   color:#757575;
   }

body.educat .right-content ul   { color: #44a338; }
body.auct .right-content ul   { color: #f4a021; }
body.bus .right-content ul   { color: #e72677; }

.right-content ul li  {
   font-size:120%;
   line-height:120%;
   padding:2px 0 3px 0;
   clear:left
   }

.right-content ul li span {
   color:#757575;
   }









.strip-holder { 
    background:	url('../../images/strip.png') repeat-x;
	background-position: top;
	height: 100px;
	clear:both;
	margin: 0 0 29px;
	}

.strip { 
    width: 980px;
    margin:auto;
	}
	
	.strip .logo { padding: 10px 0 0; float:left }
	.strip .thirty { padding: 10px 0 12px; float:right }
	
.strip p {
	padding: 27px 0 0 33px;
	font-size: 135%;
	line-height:135%;
	color:#0099FF;
	float:left;
	width: 430px
	}
.home-spacer { height:130px }

.center { margin:auto }


/* animated top banner
====================================================================================== */

#jqb_object img{ 
	border: none;
}

#jqb_object { 
	position:relative;
	width:493px; height:298px; 
	overflow:hidden;
}
.jqb_bar{
	position:absolute;
	width:20px;
	height: 70px;
	left:0px;
}

#jqb_object .jqb_slide{
	position:absolute;
	width:493pxpx; height:298px; 
}

.jqb_btn_next{
	background-image:url(../../images/IMGarrow-right.png);
}
.jqb_btn_prev{
	background-image:url(../../images/IMGarrow-left.png);
}


.jqb_btn{
 width: 17px; height: 27px;
 margin: 0 0 2px 0;
 float: left;
 cursor: pointer;
}	


/* Button
=========================================================================================== */

.button, .small-button, .big-button {
    /* border-radius: 0.5em 0.5em 0.5em 0.5em;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); */
    cursor: pointer;
    display: inline-block;
    font: 12px/100% Arial,Helvetica,sans-serif;
    margin: 2px 2px;
    outline: medium none;
    padding: 0.7em 1.4em 0.75em;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    vertical-align: baseline;
	 z-index: 60;
}
.button:hover, .small-button:hover, .big-button:hover {
    text-decoration: none;
}
.button:active, .small-button:active, .big-button:active {
    position: relative;
    top: 1px;
}
.small-button { font: 11px/100% Arial,Helvetica,sans-serif; }
.big-button { font: 20px/100% Arial,Helvetica,sans-serif; }


/* color styles
---------------------------------------------- */
/* black */
.black {
color: #d7d7d7;
border: solid 1px #333;
background: #333;
background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
background: -moz-linear-gradient(top, #666, #000);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.black:hover {
background: #000;
background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
background: -moz-linear-gradient(top, #444, #000);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.black:active {
color: #666;
background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
background: -moz-linear-gradient(top, #000, #444);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}
/* gray */
.gray {
color: #e9e9e9;
border: solid 1px #555;
background: #6e6e6e;
background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
background: -moz-linear-gradient(top, #888, #575757);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
background: #616161;
background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
background: -moz-linear-gradient(top, #757575, #4b4b4b);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
color: #afafaf;
background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
background: -moz-linear-gradient(top, #575757, #888);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}
/* white */
.white {
color: #606060;
border: solid 1px #b7b7b7;
background: #fff;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
background: -moz-linear-gradient(top, #fff, #ededed);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
background: #ededed;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
background: -moz-linear-gradient(top, #fff, #dcdcdc);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
color: #999;
background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
background: -moz-linear-gradient(top, #ededed, #fff);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
/* orange */
.orange {
color: #fff;
border: solid 1px #da7c0c;
background: #f78d1d;
/*background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
background: -moz-linear-gradient(top, #faa51a, #f47a20);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');*/
}
.orange:hover {
background: #f47c20;
/*background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
background: -moz-linear-gradient(top, #f88e11, #f06015);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');*/
}
.orange:active {
color: #fcd3a5;
/*background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
background: -moz-linear-gradient(top, #f47a20, #faa51a);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');*/
}
/* red */
.red {
color: #fff;
border: solid 1px #980c10;
background: #d81b21;
background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
background: -moz-linear-gradient(top, #ed1c24, #aa1317);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
background: #b61318;
background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
background: -moz-linear-gradient(top, #c9151b, #a11115);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
color: #de898c;
background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
background: -moz-linear-gradient(top, #aa1317, #ed1c24);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}
/* blue */
.blue {
color: #fff;
background: #0099FF;
}
.blue:hover {
background: #007ead;
background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
background: -moz-linear-gradient(top, #0095cc, #00678e);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
color: #80bed6;
background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
background: -moz-linear-gradient(top, #0078a5, #00adee);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}
/* rosy */
.purple {
color: #fff;
border: solid 1px #64069e;
background: #8717cc;
background: -webkit-gradient(linear, left top, left bottom, from(#ad39f4), to(#700bae));
background: -moz-linear-gradient(top, #ad39f4, #700bae);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ad39f4', endColorstr='#700bae');
}
.purple:hover {
background: #8717cc;
background: -webkit-gradient(linear, left top, left bottom, from(#972bd9), to(#64089c));
background: -moz-linear-gradient(top, #972bd9, #64089c);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#972bd9', endColorstr='#64089c');
}
.purple:active {
color: #dca4ab;
background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
background: -moz-linear-gradient(top, #bf404f, #f16c7c);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
}
/* green */
.green {
color: #fff;
border: solid 1px #538312;
background: #64991e;
background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
background: -moz-linear-gradient(top, #7db72f, #4e7d0e);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
background: #538018;
background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
background: -moz-linear-gradient(top, #6b9d28, #436b0c);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
color: #a9c08c;
background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
background: -moz-linear-gradient(top, #4e7d0e, #7db72f);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}


/* Module
================================================================================================== */

.module-holder {
}

.module {
  background-color:#FFFFFF;
  background-position: top left;
  background-repeat:no-repeat;
  width: 200px;
  height: 160px;
  padding: 33px 22px 16px 90px;
  float: left;
  border-top: 3px;
  border-top-style:solid;
  margin: 12px 25px 11px 0
}

.module-holder .last {
  margin: 12px 0 11px 0
  }
  

.module a {
  font: 11px/100% Arial,Helvetica,sans-serif;
}

.module-holder last {
  margin: 2px 0 11px 0
}

.module h3 {
  padding: 0 0 3px 0;
  font-size: 290%
  }
.module p {
  padding: 0 0 7px 0;
  font-size: 120%;
  line-height:150%
  }

.module-manager {
  background-image: url("../../images/module-bg-manager.jpg");
  border-color:#7c26b9
  }
.module-manager h3 {
  color:#7c26b9
  }
     
.module-online {
  background-image: url("../../images/module-bg-online.jpg");
  border-color:#41b6e9
  }
.module-online h3 {
   color:#41b6e9
  }
  
.module-marketing {
  background-image: url("../../images/module-bg-marketing.jpg");
  border-color:#ffb92c
  }
.module-marketing h3{
  color:#ffb92c
  }


/* home-section 
=========================================================================================== */

.home-section-holder {
  border-top: 1px;
  border-top-style:solid;
  border-top-color:#a7a7a7;
  clear:both;
  padding: 25px 0 0;
  margin: 20px 0 55px 
}

.home-section {
  width: 530px;
  height: 160px;
  padding: 0;
  float: left;
  margin: 12px 25px 11px 0
}
.home-section-holder .last {
  margin: 12px 0 11px 0;
    width: 430px;
}

.home-section.wide {
  width: 780px;
  height: 160px;
  padding: 0;
  float: left;
  margin: 10px 0 0 23px
}


.home-section h3 {
  font-size: 256%;
  line-height:120%;
  color:#5d5c58;
  padding:14px 0 4px;
  float: left;
}

.home-section p {
  font-size: 130%;
  line-height:120%;
  color:#000000;
  width: 245px;
  padding: 0 0 8px;
  float: left;
  clear: both;
}

.home-section.wide p {
  font-size: 130%;
  line-height:120%;
  color:#000000;
  width: 747px;
  padding: 0 0 8px;
  float: left;
  clear: both;
}

.home-section a {
  float: left;
  clear: both;
}
.home-section img {
}





/* Pricing
================================================================================================== */

.pricing-holder {
  padding: 0 10px 
}

.pricing-holder .pricing {
  background-color: #FFFFFF;
  background-position: top left;
  background-repeat:no-repeat;
  width: 200px;
  padding:17px 10px 18px;
  border-color: #F4A021 !important;
  border-width: 3px;
  border:  solid;
  margin: 7px 22px 8px 9px;
  float:left
}

.pricing-holder .last {
  margin: 12px 0 11px 0
  }
  
.pricing-holder .right-side {
  padding: 25px 10px 0 2px
 }
  

.pricing a {
  font: 11px/100% Arial,Helvetica,sans-serif;
  margin-top:5px
}

.pricing-holder last {
  margin: 2px 0 11px 0
}


.right-content .pricing h3 {
  padding:0 0 3px 0;
  font-size: 130%;
  line-height: 130%;
  text-align: left;
  color:#535353 !important;
}

.right-content .pricing h3.orange-txt {
   color:#F4A021 !important; }
   
.right-content .pricing h3 sub {
  font-size: 230%;
  line-height: 90%;
  top: 0
  }


  
.pricing h4 {
  padding:15px 11px 0 10px;
  font-size: 400%;
  text-align:right;
  color: #535353;
  line-height: 85%;
  float:left
  }
 .pricing p.bluetxt {
  padding:15px 0 0;
  font-size: 120%;
  line-height:130%;
  text-align:left;
  color: #535353;
  float:left
  } 
  
  
.pricing p, .pricing-small p {
  padding: 0 0 7px 0;
  font-size: 120%;
  line-height:150%;
  text-align:left
  }
  

.pricing-holder .grey {
  border-color:#535353 !important;
  }





.pricing-manager {
 /* background-image: url("../../images/module-bg-manager.jpg");
 background-repeat:no-repeat;
 
  border-color:#7c26b9;
  */}
.right-content .pricing-manager h3 {
  color:#7c26b9 !important;
  }
     
.pricing-small { 
  float:left; 
  width:140px; 
  background-color: #FFFFFF;
  background-position: top left;
  background-repeat: no-repeat;
  width: 250px;
  padding:32px 16px 12px;
  border: 2px;
  border:solid;
  margin: 12px 5px 2px;
  float: left
}

.pricing-small .details {
  width:400px;
  background-color:#009999
}


.pricing-small p.bluetxt {
  padding: 0 0 16px;
  font-size: 120%;
  line-height:130%;
  text-align:left;
  color: #026EB0;
  margin: 10px 0 0 10px;
  float:left
}


.pricing-small h4 {
  padding:14px 0 0 37px;
  font-size: 477%;
  text-align:center;
  color: #026EB0;
  line-height: 85%;
  float:left
  }
	 
.pricing-plus { 
 margin:18px 0 0;
 /*  background-image: url("../../images/plus.jpg");
  background-position:top left;
  background-repeat:no-repeat; */
  float:left;
  width:230px;
  padding:10px 0 15px 55px
}
.pricing-plus p {
  display:inline;
  padding: 2px 1px 4px 0;
  line-height:150%;
}	
	 
	 
.pricing-online {
 /* background-image: url("../../images/module-bg-online.jpg"); */
  border-color:#41b6e9;
  }
.pricing-online h3 {
   color:#41b6e9  !important;
      font-size: 130%;
   /*padding: 0 0 2px 63px;*/
  }
  
.pricing-marketing {
 /* background-image: url("../../images/module-bg-marketing.jpg"); */
  border-color:#ffb92c !important;
  }
.pricing-marketing h3 {
  color:#ffb92c !important;
    /*font-size: 230%;
  padding: 0 0 2px 63px; */
  }

/* left nav
========================================================= */


.left-content .subnav ul {
   padding: 10px 2px 30px 4px;
}

.left-content .subnav ul li {
   padding: 13px 16px 15px 4px;
   border-bottom: dotted;
   border-bottom-width:1px;
   border-bottom-color:#999;
      text-align:right;
}
.left-content .subnav ul li a {
   color:#5D5C58;
   font-size:130%;
   font-variant:small-caps
}
.left-content .subnav ul li:hover {
  text-decoration:underline;
  background:#ffffff;
  padding: 13px 16px 15px 4px;
}
.left-content .subnav ul li a:hover {
  text-decoration:underline;
}

/* right content
========================================================= */

.right-content .section {
   padding:10px 2px 7px 4px;
   border-bottom: dotted;
   border-bottom-width:1px;
   border-bottom-color:#000000;
   color:#0066FF;
}

.right-content h2 {
   color: #000000;
    font-size: 300%;
    line-height: 150%;
    padding: 5px 25px 1px;
}

body.educat .right-content h2   { color: #44a338; }
body.auct .right-content h2   { color: #f4a021; }
body.bus .right-content h2   { color: #e72677; }



.right-content .section h3 {
   padding: 19px 2px 6px 0;
   color:#026eb0;
   font-size: 170%;
   line-height:120%
}

.right-content .section p {
   padding: 10px 2px 22px 0px;
   color:#5D5C58;
   font-size: 150%;
   line-height:160%
}

.right-content .section p a {
   color:#026EB0;
   border-bottom: dotted;
   border-bottom-width:1px;
   border-bottom-color:#026EB0;
}

.right-content .section ul {
   padding:10px 2px 7px 4px;
   margin: 0 0 0 10px;
   list-style:disc;
}
.right-content .section ul li {
   padding: 10px 2px 6px 0;
   color:#5D5C58;
   font-size: 150%;
   line-height:160%;
   border-bottom: 1px dotted #000000;
}
.right-content .section ul li strong {
   color:#026eb0;
}

.right-content .section ul li ul {
   padding:10px 2px 7px 4px;
   margin: 0 0 0 10px;
   list-style:disc;
}

.right-content .section ul li ul li {
   padding: 10px 2px 6px 0;
   color:#5D5C58;
   font-size: 95%;
   line-height: 120%;
   border:none
}

.right-content .section ul li ul li strong {
   color:#5D5C58;
   }

/* News
=========================================================================================== */
	
#news {
    border-top: 1px solid #FFFFFF;
    margin: 0;
    padding-bottom: 8px;
	width:200px;
	float:right
}

#news h3 {
    background: url("../../images/news-icon.gif") no-repeat scroll left top transparent;
    display: block;
    font-size: 120%;
    line-height: 130%;
    margin: 0;
    padding:8px 0 7px 41px;
	color:#2758b6
}
#news h4 {
    display: block;
    font-size: 110%;
    line-height: 110%;
    margin: 0;
    padding: 2px 0 2px 0;
	color:#2582E7;
	border-color: #666666;
    border-style: dotted;
    border-width: 0 0 1px;
}
#news h4 a { color:#2582E7; text-decoration:none }
#news h4 a:hover { color:#2582E7; text-decoration:underline }
#news p {
    display: block;
    font-size: 110%;
    line-height: 120%;
    margin: 0;
    padding: 2px 0 6px;
	color:#666666;
	text-align:justify
}
#news p a { 
   color:#2582E7;
   text-decoration:underline;
}

/* Newspage stuff
=========================================================================================== */
.content-wide .news-item {
    border-color: #A9AAAF;
    border-style: dotted;
    border-width: 0 0 1px;
    padding: 20px 0 2px;
	float: left
}

.content-wide .news-item.last {
    border:none;
    padding: 20px 0 2px;
	float: left
}


.content-wide .news-item h4 {
    padding: 0 0 5px;
}

.content-wide .news-item p {
}

.content-wide .news-item img {
    float:right;
    padding: 4px 0 10px 0;
}



/* Services
=========================================================================================== */
.content-wide .services-list {
    border-color: #A9AAAF;
    border-style: solid;
    border-width: 0 0 1px;
    padding: 20px 0 2px;
	float: left
}
.content-wide .services-list.last {
    border:none
}

.content-wide .services-list  h4 {
    padding: 0 0 5px;
}

.content-wide .services-list  p {
   padding: 2px 0 10px;
}

.content-wide .services-list  a.button {
    margin: 0 0 20px 0
}




/* Software solutions 
=========================================================================================== */

h3.mission { z-index: 20; position:relative; top: 0; left: 0px; font-size: 250%; text-align:center; color:#2e2e2e; font-weight:normal; padding:0 0 23px; letter-spacing: -1px }
h3.mission .redand { color: #e00022; text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);}
h3.mission .underline { background-image:url(../../images/red-underline.gif); background-position:bottom; background-repeat:repeat-x; padding: 0 0 7px;}

p.mission {
  text-align:center;
  font-size:130%;
  color:#2e2e2e;
  padding: 0 0 12px
}

.software-solutions-holder {
   padding: 10px 0 20px;
   width:100% }

.software-solutions-holder h3 {
   padding: 1px 0 10px;
   font-size: 180%;
   color:#2758B6;
   font-weight:normal
 }

.software-solutions-panel {
   background-position:top;
   background-repeat:repeat-x;
   border:solid;
   border-width:1px;
   border-color:#999999;
   padding: 10px 18px 15px;
   float:left;
   width: 197px;
   margin:0 10px 0 0;
   height: 388px;
   position:relative
}
.software-solutions-panel.afmanager { background-image:url(../../images/icon-manager.gif); }
.software-solutions-panel.afonline { background-image:url(../../images/icon-online.gif); }
.software-solutions-panel.afwebcast { background-image:url(../../images/icon-promote.gif); }
.software-solutions-panel.afpromote { background-image:url(../../images/icon-webcast.gif); }

.software-solutions-panel.last { margin:0 !important}

.software-solutions-panel span { margin:10px 17% 10px;  position: absolute; bottom: 0; }



.software-solutions-panel h4 {
    display: block;
    font-size: 130%;
	text-align:center;
    line-height: 100%;
    margin: 0;
    padding:0px 0 121px;
	color: #FF0000
	}
.software-solutions-panel p {
    display: block;
	text-align:center;
    font-size: 120%;
    line-height: 140%;
    margin: 0;
    padding: 2px 0 6px;
	color:#666666
	}
	
	
	
	

	
/* Generic Content 
=========================================================================================== */
#content .content { 
   padding: 0 0 5px 0;
   margin-bottom: 30px;
   width: 736px;
   float:left }
   
#content .content-wide { 
   padding: 0 0 5px 0;
   margin-bottom: 30px;
   width: 970px;
   float:left }



.content h1, .content-wide h1 {
	font-size:250%; line-height:130%; font-weight:normal; color:#4d7616;
}
.content h3, .content-wide h3 {
    font-size: 200%;
    line-height: 110%;
    margin: 0;
    padding: 0 0 5px 0;
	color:#2758b6
}

.content h4, .content-wide h4 {
    font-size: 130%;
    line-height: 110%;
    margin: 0;
    padding: 2px 0 12px;
	color:#2582e7
}

.content p, .content-wide p {
	line-height:135%; color:#666; font-size:130%; padding: 2px 0 15px 0;
	}
	.content p a, .content-wide p a {
		color:#666; text-decoration:none;
	}
		.content p a:hover, .content-wide p a:hover {
			text-decoration:underline;
		}
.content img.left, .content-wide img.left {
    padding: 10px 12px 10px 0; }
	
.content img.right, .content-wide img.right {
    padding: 10px 0 10px 12px; }
				
	.content ul, .content-wide ul {
		list-style:disc; margin:0px 15px 15px 30px; color:#666; font-size:115%;
	}
		.content ul li, .content-wide ul li {
			line-height:140%; padding-bottom:2px; color:#666;
		}
			.content ul li a, .content-wide ul li a {
				color:#666; text-decoration:underline;
			}
				.content ul li a:hover, .content-wide ul li a:hover {
					text-decoration:none;
				}



/* Breadcrumbs -------------- */

#breadcrumbs {
   padding:0 2px 10px 0;
}

#breadcrumbs p {
   color:#999999;
   font-size:110%;
   padding: 0 2px 0 0;
   text-decoration:none
}
  #breadcrumbs p a {
    color:#999999;
	text-decoration:underline;
	}
   #breadcrumbs p a:hover {
    color:#999999;
	text-decoration:none;
	}




/* form ----------------------------------- */

div.register-form {
  padding: 10px 0 20px 80px;
  padding-right: 10px;
  font-size: 120%;
  color: #5D5C58;
  margin: 0 auto
	}
div.register-form .button {
  margin: 7px 0 0 254px 
}	

div.register-form td.input {
  padding-left:10px
}


div.register-form a.terms-link {   
 border-bottom: 1px dotted #026EB0;
  color: #026EB0;
	}

div.register-form .validation 
{
    color: #FF0000;
}

/* Footer Site Links
============================================================width:710px;===width:970px;============================ */
#footer {
	width: 100%;
	padding:30px 0 30px;
	margin:auto;
	background-color: #0b1658;
	
}

	#footer .footer-content {
	width:980px;
	margin:auto
	}
	
	#footer .footer-content .box1 {
	  width:240px;
	  float:left;
	  padding: 0 20px 0 0
	}
	#footer .footer-content .box2 {
	  width:180px;
	  float:left;
	  padding: 0 20px 0 0
	}	
	#footer .footer-content .box3 {
	  width:230px;
	  float:left;
	  padding: 0 20px 0 0
	}	
	#footer .footer-content .box4 {
	  width:230px;
	  float:left;
	  padding: 0 20px 0 0
	}
	#footer .footer-content .box5 {
	  width:230px;
	  float:left;
	  padding: 0 0 0 0
	}

		#footer .footer-content p.black-line {
			color:#0099FF !important; padding: 0 0 1px !important; margin: 0 0 8px !important; border-bottom: dotted; border-bottom-width:1px; border-bottom-color:#0099FF
		}


		#footer .footer-content .box1 p, #footer .footer-content .box2 p, #footer .footer-content .box3 p, #footer .footer-content .box4 p, #footer .footer-content .box5 p, #footer .footer-content .box1 li a, #footer .footer-content .box2 li a, #footer .footer-content .box3 li a, #footer .footer-content .box4 li a, #footer .footer-content .box5 li a {
			font-size:115%; line-height:160%; color:#0099FF; padding: 0 0 5px
		}
		
		#footer .footer-content .box1 ul, #footer .footer-content .box2 ul {
		  list-style:disc;
		  padding:0 0 0 15px;
		  color:#0099FF; 
		}
		
		#footer .footer-content .box1 li, #footer .footer-content .box2 li, {
			font-size:115%; line-height:160%; color:#0099FF;
		}
				#footer .footer-content .box1 li a, #footer .footer-content .box2 li a,  #footer .footer-content .box3 a, #footer .footer-content .box4  a, #footer .footer-content .box5  a  { color:#0099FF; text-decoration:none }
				
								#footer .footer-content .box1 li a:hover, #footer .footer-content .box2 li a:hover, #footer .footer-content .box3  a:hover,  #footer .footer-content .box4  a:hover,  #footer .footer-content .box5  a:hover  { color:#0099FF; text-decoration:underline }
			
.provided { margin:auto; width:107px; padding: 10px 0 20px }
.provided img { margin:auto; }
.provided  p { text-align:center; padding: 0 0 10px; color:#0099FF }

/* Textbox lengths for different content */

.small
{
    width: 80px;
}

.medium
{
    width: 180px;
}

.large
{
    width: 300px !important;
}

/* Video Panel
=========================================================================================== */
.video  {
    margin: 0;
    padding-bottom: 8px;
	width:300px;
	float:left
}

.video h3 {
    display: block;
    font-size: 200%;
    line-height: 110%;
    margin: 0;
    padding: 0 0 15px;
	color:#2758b6
}

/* Video popup */

.modalPopupBackground
{
    background-color: #000000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

a.popupClose
{
    display: inline;
    z-index: 100000; 
    position: absolute; 
    top: 0px; 
    right: 0px; 
    width: 30px; 
    height: 30px; 
    cursor: pointer; 
    background: url(../../js/fancybox/fancybox/fancybox.png) -40px 0px; 
    border: none !important;
}

div.mainPopup 
{
    width: 800px;
    background-color: #FFFFFF;
    border: 4px solid #333333;
    padding: 20px;
    overflow: auto;
    margin-top: 15px;
    margin-right: 15px;
	-moz-border-radius:10px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    border-radius:10px;
}

.tablediv img
{
    float:right;
}