/* CSS Document */

@import url("default-new.css");
	/* setups the site structure */
@import url("targus_callouts-new.css");
	/* design styles for objects such as modules & callouts */
@import url("targus_custom-new.css"); 
	/* custom CONTENT design objects */
@import url("targus_landing-new.css");
	/* styles for landing page, 
		inherits basic site structures from default.css */
	
	
/* THIS IS NEEDED FOR TEXT RESIZING */
/************************************/
/* font-resize widget */
div#font-resize 
{
    top: 45px;
    margin-left: 855px;
    position: absolute;
}
    div#font-resize img
    {
        cursor: pointer;   
    }
    
/* MISC STYLES */
.hide_this
{
	display:none;
	position:absolute;	
}
/* Search Page */
.search 
{
	border:0px;
	width:100%;
}
	.search td 
	{
		background:url("http://www.targusinfo.com/images/structure/dotted-border-200.gif")	repeat-x top;
		padding-top:7px;
		padding-bottom:11px;
	}
    .search .paging td 
    {	
		background:none;
		border-top:solid 1px #b4b4b4;
		height:37px;
		padding-top:8px;
	}
	.search .paging table 
	{
		margin-left:-7px;
		position:absolute;	
	}
	.search .paging td td
	{
		border:0;
		border-right:solid 1px #c9c9c9;
		padding:0 7px;
		line-height:11px;
		height:11px;
	}


/*Summit Agenda Styles*/
table.Sept19, table.Sept20 { border:solid 1px #666666; }
th { background-color:#000000; color: #ffffff; font-size: 12pt; }
table.Sept19 tr.date, table.Sept20 tr.date { color:#FFFFFF; background-color: #336699;}
td.EventTime { background-color: #CCCCCC; border-top: dotted 1px #666666;}
td.EventTime, td.EventTimeMeal { font-size:10px; color:#333333; font-weight: bold; text-align:center; }
td.EventTime, td.EventTimeMeal { font-size:10px;color:#333333; font-weight: bold; text-align:center; }
td.EventDetails, td.EventDetails { font-size:11px;  text-align:left; border-bottom: dotted 1px #666666; border-left: dotted 1px #666666; }
td.EventDetails p { font-size:11px;  line-height: 14px; text-align:left; margin-top:7px; }
td.EventTimeMeal { border-top: dotted 1px #666666; }
td.EventTimeMeal, td.EventDetailsMeal { background-color: #D8F2CC; border-bottom: dotted 1px #666666; border-top: dotted 1px #666666;  text-align:center; font-weight:bold;}

em.MarketTitle { font-weight:bold; color: #006600; }
.style2 {
	font-size: 14;
	font-weight: bold;
}

/* Support Format */
.style2 {color: #CC0000; padding:1px;}

.SupportBorder {
	border: #336699 1px solid;  
	padding-right: 10px; 
	padding-left: 10px; 
	padding-top: 10px; 
	padding-bottom: 10px; 
                margin-bottom: 15px; 
	width:450px;	
	background-color: #f5f5f5;
}

label { width: 100px; margin:5px; vertical-align:middle; }
input, select { margin:5px; vertical-align:middle; }
div.form2 { width:300px; text-align: right; }



/* SCORING SUMMIT AGENDA ZEBRA */
/* Added Jan 29, 10 - Edgar Fleming */

#hor-zebra {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 450px;
	text-align: left;
	border-collapse: collapse;
	color:#333;
	margin:0px;
	
}

#hor-zebra th {
	border:4px solid #fff;
	padding: 13px;
	font-size: 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#FFF;
	background-image:url(http://www.targusinfo.com/files/Images/Scoring_Summit/bg.jpg);
	background-position:right;
	background-repeat:no-repeat;

}

#hor-zebra td {
	padding: 8px;
	color:#666;
	border:4px solid #fff;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	vertical-align:text-top;
}

#hor-zebra .odd{
	background:#e4e4e3;
	
}

/* END SCORING SUMMIT AGENDA ZEBRA */


/* SOCIAL MEDIA ICONS */
/* Added Feb 16, 10 - Edgar Fleming */

#top-social-icons {
	width: 116px;
	height: 25px;
	margin-left:848px;
	position:absolute;
	top:45px;
}

.top-facebook, .top-linkedin, .top-twitter, .top-blog {
	width:25px;
	height:25px;
	float: left;
	padding-left: 2px;
	padding-right: 2px;
	border:none;
}

/* END SOCIAL MEDIA ICONS */
