/* eSpeakers Marketplace v1 */
@import "dialogs.css";

html, body, td {font-family: verdana; font-size: 12px; scrollbar-arrow-color: #fff; scrollbar-base-color: #999; scrollbar-shadow-color: #fff;
	scrollbar-face-color: #999; scrollbar-highlight-color: #fff; scrollbar-dark-shadow-color: #000; scrollbar-3d-light-color: #fff;}
p, div {font-family: verdana; font-size: 12px;}

/*Anchor Tags*/
a:link {color: #6B8D00;}
a:visited {color: #6B8D00;}
a:hover {color: #ffa201;}
a:active {color: #6B8D00;}
a.color1:link {color: #cc0000;}
a.color1:visited {color: #cc0000;}
a.color1:hover {color: #ff3300;}
a.color1:active {color: #cc0000;}
a.cal:link {color: #000; text-decoration: none;}
a.cal:visited {color: #000; text-decoration: none;}
a.cal:hover {
	color: #000;
	background: #dfeeb3;
	text-decoration: none;
	font-weight: bold;
	cursor: crosshair;
}
a.cal:active {color: #000; text-decoration: none;}
a.calres:link {color: #999; text-decoration: none;}
a.calres:visited {color: #999; text-decoration: none;}
a.calres:hover {color: #000; background: #dfeeb3; text-decoration: none; font-weight: bold;}
a.calres:active {color: #999; text-decoration: none;}
a.highlight:link {color: #000; text-decoration: none;}
a.highlight:visited {color: #000; text-decoration: none;}
a.highlight:hover {color: #000; background: #dfeeb3; text-decoration: none;}
a.highlight:active {color: #000; text-decoration: none;}

/*Form Elements*/
.switch {font-family: verdana; font-weight: bold; font-size: 11px;}

/*Tables*/
/*the 762px wide main table on each page of Marketplace*/
.marketplacebodytable {
	/*centered*/
	margin-left: auto;
	margin-right: auto;
	width: 762px;
	margin-left: 7px;
}
	/*----Table A----*/
.tableborder {
	color : #000;
	border-left : 1px solid #bcbec0;
	border-top : 1px solid #bcbec0;
	padding: 2px 4px 2px 4px;
}
tr.cellborder0 td {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #bcbec0;
	padding: 3px;
}
tr.cellborder0_upgrade td {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #bcbec0;
	padding: 3px;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-variant: normal;
	text-transform: none;
}
tr.cellborder1 td {
	border-right: 1px solid #bcbec0;
	border-bottom: 1px solid #bcbec0;
	background: #eee;
	padding: 3px;
}
tr.cellborder2 td {
	border-right: 1px solid #bcbec0;
	border-bottom: 1px solid #bcbec0;
	background: #e5e5e5;
	padding: 3px;
}
	/*----Table B----*/
.tableBborder {
	color : #000;
	border-left : 1px solid #bcbec0;
	border-top : 1px solid #bcbec0;
	padding: 2px 4px 2px 4px;
}
tr.cellBborder0 td {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #9c0;
	padding: 3px;
}
tr.cellBborder1 td {
	border-right: 1px solid #bcbec0;
	border-bottom: 1px solid #bcbec0;
	background: #DFEEB3;
	padding: 3px;
}
tr.cellBborder2 td {
	border-right: 1px solid #bcbec0;
	border-bottom: 1px solid #bcbec0;
	background: #DAE7B1;
	padding: 3px;
}
	/*----Table C----*/
tr.cellCborder0 td {
	border-right: 0px solid #bcbec0;
	border-bottom: 0px solid #bcbec0;
}
	/*----Table Calendar----*/
.caltableborder {
	border-left : 1px solid #bcbec0;
	border-top : 1px solid #bcbec0;
}
tr.calcellborder0 td {
	font-weight: bold;
	color: #fff;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #ffa201;
	padding: 1px 2px 1px 2px;
}
tr.calcellborder1 td {
	border-right: 1px solid #bcbec0;
	border-bottom: 1px solid #bcbec0;
	padding: 1px 2px 1px 2px;
}
td.cal_td {
	font-size: 10px;
	width: 15px;
	text-align: center;
}
td.calres_td {
	font-size: 10px;
	width: 15px;
	text-align: center;
	color: #999;
	background: #ccc;
}
	/*----Table Error----*/
tr.cellerror td {
	border-right: 1px solid #c00;
	border-bottom: 1px solid #c00;
	background: #e2c6c6;
	padding: 3px;
}

td {
	vertical-align:top
}

/*Text*/
.small {
	font-family: verdana;
	font-size: 10px;
	color: #666;
}
.med {
	font-family: verdana;
	font-size: 11px;
}
.large {font-family: verdana; font-size: 18px; font-weight: bold; color: #ffa201;}
.orange {color: #ffa201;}
.green {color: #9c0;}
.gray {color: #cccccc;}
.color1 {color: #666;}
.error {font-weight: bold; font-size: 13px; color: #c00;}
.errormed {font-weight: bold; font-size: 11px; color: #c00;}

/*Misc*/
hr {color: #bcbec0;}
.bg1 {background: #9c0;}

.cellerror {
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	border-right: 1px solid #c00;
	border-bottom: 1px solid #c00;
	background: #e2c6c6;
	padding: 3px;
}

.choices {
	font-size: medium;
	font-weight: bold;
	color: #333333;
	filter: DropShadow(Color=#FFFFFF, OffX=2, OffY=2, Positive=1);
}

/*for sortable lists, ie on the multimedia tab */
.handle {
	float: right;
	background-color: #ccc;
	background-image: url(images/handle.png);
	background-repeat: repeat-y;
	width: 7px;
	height: 20px;
}

.listhead {
	width:246px;
	background:silver;
	margin-bottom:20px;
	padding: 0px;
}

.listdescription {
	width:235px;
	color:#333333;
	font-size: 10px;
	font-family: Arial, sans-serif;
	padding: 0px 5px 0px 5px;
	padding-bottom:10px;

	border-bottom: thin ridge black;
}

.listdescription a:hover {
	color:#6B8D00;
}


.listitem {
	padding-left:2px;
	width:125px;
	float:left;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

/* instructions just under the page head */
.instructions {
	width:100%;
	background-color:transparent;
	margin-bottom:20px;
	color:gray;
	font-size: 10px;
	font-family: Arial, sans-serif;
	padding:0px;
}

ul.instructions {
	list-style-position: inside;
}

/* for the site plugin boxes */
.boxout {
	border: 1px solid #999;
	background: #eee;
	padding: 0px;
	margin: 5px;
	float: left;
}

.mainmenu .boxout {
	float: none;
}

.boxhead {
	width:97%;
	margin:0 0 20px 0;
	margin-bottom:20px;
	padding: 0 0 0 10px;
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	border-bottom: thin ridge #999;
}


/* LiveSchedule plugin display */
.lscolumnheads {
	font-weight: bold;
}





/*tab rollovers*/
div.btn a {
	float:left;
	display: block;
	margin: 0; padding:0;
	overflow:hidden;
	text-decoration: none;
	height: 24px;
	width: 117px;
}

div.btn a:hover {
	background-position: 0 -24px;
}

div.btn a:active {
	background-position: 0 -24px;
}


/* one for each tab in the bar */
div.btn_listing a {
	width: 117px;
	background: url( 'images/h_listing.png' ) top left no-repeat;
}

div.btn_powerup a {
	width: 93px;
	background: url( 'images/h_powerup.png' ) top left no-repeat;
}

div.btn_multimedia a {
	width: 93px;
	background: url( 'images/h_multimedia.png' ) top left no-repeat;
}

div.btn_site a {
	width: 93px;
	background: url( 'images/h_site.png' ) top left no-repeat;
}

div.btn_track a {
	width: 93px;
	background: url( 'images/h_track.png' ) top left no-repeat;
}

div.btn_bureau a {
	width: 93px;
	background: url( 'images/h_bureaus.png' ) top left no-repeat;
}

div.btn_customtopics a {
	width: 93px;
	background: url( 'images/h_customtopics.png' ) top left no-repeat;
}

div.btn_customindustries a {
	width: 93px;
	background: url( 'images/h_customindustries.png' ) top left no-repeat;
}

div.menubutton {
	float:left;
	margin-right:5px;
	height:90px;
}

.biginput { /* used for big-font text inputs */
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-x-system-font:none;
	background:white none repeat scroll 0 0;
	border-color:#F79762;
	border-style:solid;
	color:#000000;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:21px;
	padding:5px;
}

/* for the status bar */
.statusbar {
	font-family:Tahoma;
	font-size:10px;
}

.statusbar-label {
	font-weight:bold;
	margin-left:10px;
}

.statusbar-score {
	font-size:14px;
	font-weight:bold;
}

.statuspage p {
	font-family:Tahoma;
	font-size:14px;
}

.statuspage li {
	margin:1.0em 10% .5em 0
}

.statuspage-action {
	background:url('images/action.png') top left no-repeat;
	padding-left:50px;
	font-weight:bold;
}

.statuspage-tip {
	font-style: italic;
}

.showmore {
    background: url(images/srp-sprite.png) no-repeat 0 -55px;
    padding-left: 18px;
    text-align:left;
    font-style: normal;
	color: #0033cc;
}

.closemore {
    background: url(images/srp-sprite.png) no-repeat 0 -33px;
    padding-left: 18px;
}


/* SIMPLESITE */
.url {
	font-family: monospace;
	font-size:14px;
	font-weight:bold;
}