/* @override 
	http://mitintra-dev.corp.medtronic.com/meet/css/meet.css
	https://wwwp.medtronic.com/meet/css/meet.css
*/

/*CSS by Mindy Schlax, Medtronic*/

/* Eric Meyer reset.css*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol,
ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

/* end Eric Meyer reset.css */



body {
	color: #333;
	background: #dedede url(../images/page-back.png) repeat-x 0 top;
	font: .75em/130% Arial, Helvetica, sans-serif;
	margin-top: 10px;
}
a, a:visited {
	color: #005195;
}
sup {
	vertical-align: super;
	font-size: .8em;
	line-height: 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}
/*kkk
a:link,
a:visited {
	text-decoration: none;
	color: #005195;
}

a:hover,
a:active {
	text-decoration: underline;
}
*/
p {
	margin-bottom: 10px;
}
h1 {
	color: #666;
	font: normal 2.25em Georgia,"Times New Roman",Times,serif;
}

h2 {
	color: #999;
	font: normal 1.70em/155% Arial, Helvetica, Geneva, sans-serif;
	margin-top: 0px;
	padding-top: 0px;
}

h3 {
	color: #999;
	font: normal 1.4em/160% Arial, Helvetica, Geneva, sans-serif;
}


#container {
	width: 590px;
	margin: 14px auto 0;
	/*padding: 0 20px;*/
	font-size: 1em;
	overflow: hidden;
}

#header {
 
}

ul.top-nav{
	float: right;
	margin-right:15px;
}
ul.top-nav li {
	display: inline;
	padding-right:5px;
	color: #333;
}

.top-nav a:link, .top-nav a:visited {
	color: #333;
	text-decoration: none;
}


a.logout, a:visited.logout  {
	padding-left: 7px;
	border-left: #ccc solid 1px;
		color: #333;
	text-decoration: none;	
}

a:hover.logout {
	text-decoration: underline;
}

#header h1 {
 font-size:24px;
}

#header img {
  display: none;
}

#main-content {
	background-color: #fff;
	padding:0px 10px 10px 10px;
	border: 1px solid #e8e8e8;
	overflow: hidden;
}
#main-content.thankyou {
	padding: 20px 40px 40px 60px;
}
/*Calendar filter styles*/

.filt td {
	padding: 5px;
	text-align: left;
}

.filt-secA {
	float: left;
	margin-right:55px;
}
.filt-secB {
float:left;
margin-right:55px;
}

.filt-secC {
float: left;
}

fieldset.filt-sec {
	position: relative;
	float: left;
	margin: 10px 10px 0px 0px;
	border: #ccc solid 1px;
	padding:5px 5px 20px 5px;
	}

.filt-sec legend {
	color: #333;
	font-size: 1em;
	font-weight: bold;
}

fieldset td {
	padding: 3px 10px;
	border-bottom: #eee solid 1px;
	
	}

/*Search breadcrumb results*/
.filt-res {
position: absolute;
	top: 143px;
	height: 30px;
	left: 150px;
	margin-left: 10px;
	z-index: 1;
/*float:left;
	border: 1px solid #e06b82;*/
}


.filt-opt {
	color: #008cad;
} 
.filt-val {
	padding-right: 5px;
	color: #666;
}

h3.filt-bc.ui-accordion-header.ui-helper-reset.ui-state-default.ui-corner-all {
background: url(../images/cf-back.gif) no-repeat 12px center;	border: none;
}

h3.filt-bc.ui-accordion-header.ui-helper-reset.ui-state-active.ui-corner-top {
	background: url(../images/cf-active.gif) no-repeat 12px center;
	}

span.ui-icon.ui-icon-triangle-1-s {
		background-position: -60px -16px;

}
	


/*Search breadcrumb results*/

/*End Calendar filter styles*/


#cal {
	margin: 0px;
	padding:10px 10px;
}
#cal h2 {
	font-size:1.5em;
	vertical-align:middle;
	text-align: center;
}
/*Calendar Month View Styles*/
table.cal-month {
	width: 100%;
	border: 1px solid #eee;	
}
.cal-month td {
	height:50px;
	width: 10%;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	padding:5px 3px;
	font-size: .85em;
}

.cal-month p {
	margin-bottom: 7px;
}

.cal-month a, .cal-month a:visited {
	text-decoration: none;
}

.cal-month a:hover {
	text-decoration: underline;
}
td.today{
	background-color: #fff9e2;
}

.cal-month th {
padding: 10px;
	font-size: 1.15em;
	color: #666;
	text-align: center;
}

#navForm table {
	border-top: none;
}
/*End Calendar Month View Styles*/



/*End Search breadcrumb results*/
.util-bar {
	margin-bottom: 10px;
}

#monthPicker a {
	padding: 3px;	
}

/*Event Details Styles*/
/*Highlights the left nav*/
#gen #det-nav a.gen,
#loc #det-nav a.loc,
#att #det-nav a.att,
#atten #det-nav a.atten {
	color: #005195;
	font-weight: bold;
} 

/*Layout for the columns*/
#det-Esec {
	/*width: 620px;*/
}
#det-midcol {
		float:left;
	width: 650px;
	margin-left: 160px;
}

#det-midcol-wide {
	margin-left: 160px;
		width: 650px;
}
#det-rightcol {
	float: right;
	width: 150px;
	
}
#det-nav{
	float: left;
	width: 145px;
	margin: 0px 15px 10px 0px;
background: #E0F7FC url(../images/event-detail-back.gif) repeat-y center top;
	border-bottom: 1px solid #cccccc;
	height: 100%;
}
/*End Layout for the columns*/
#det-midcol li {
	list-style-image: url(../images/bullet.gif);
	list-style-position: inside;
	padding:0 0 5px 5px;
}
#det-gen{
	background: url(../images/line-shad-long.jpg) no-repeat center bottom;
	padding-bottom: 10px;
	margin:10px 0 5px 0;

}

/*Details Page Styles*/
#det-gen h1 {
	font-size: 1.65em;
	padding: 15px 0;
	color: #333333;
}

.det-Eloc
  {
	color: #666666;
	/*font-size: 1.15em;*/
	padding:0 10px 10px 0;
}

#det-Esec h2,
.det-Et  {
	color: #222;
	font-size: 1.48em;
	padding:0 10px 10px 0;
}


.det-Estat {
 float:right;
 }
 

.det-subtitle {
	color: #005195;

}
.contact {
	
	float: right;
	background-color: #fbf3cc;
	padding:5px 10px;
	border: 1px solid #cccccc;
	font-size: 1.05em;
	line-height: 130%;
}
 table.ven-tab td {
padding:5px 30px 5px 0px;
width:200px;
}
 
/*Left nav styles*/
#det-nav h2 {
background: url(../images/event-detail-mast-blank.gif) no-repeat center top;
height: 38px;
	color: #fff;
	font-size: .95em;
	padding: 3px 15px 0px 15px;
}

#det-nav ul {
	padding:0px 15px;
}
#det-nav li {
	padding-bottom: 10px;
	font-size: 1.05em;
}

#det-nav li a,
#det-nav li a:visited {
	color: #333333;
	text-decoration: none;
}

#det-nav li a:hover {
	text-decoration: underline;
}



.det-rightnav {
	margin-top: 10px;
	background: url(../images/event-detail-right-back.jpg) repeat-x left bottom;
	border: 1px solid #c5c6c6;
}

.det-rightnav h2 {
		background: url(../images/event-detail-right-mast.jpg) no-repeat center top;
	margin-bottom: 5px;
	padding:3px 10px 0px 10px;
	color: #fff;
	font-size: 1.15em;
	height: 38px;

}

.det-rightnav-content {
	padding:0px 10px 10px 10px;

}

.det-mediaB, .det-mediaB a, .det-mediaB a:visited {
	color: #666;
	text-decoration: none;
}



.det-mediaB a:hover {
	text-decoration: underline;
}

.det-mediaB img {
	display: block;
	text-align: center;
	padding-bottom: 5px;
}

.det-over {
background: url(../images/line-640.jpg) repeat-x center bottom;
margin:0px 0px 15px 160px;
padding-bottom: 15px;
width: 650px;
}

.det-sec {
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url(../images/line-640.jpg) repeat-x left bottom;
}
#det-midcol-wide .det-sec {
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url(../images/line-640.jpg) repeat-x center bottom;
}
.det-media {
	float: right;
	margin:0 0 0 15px;
	text-align: center;
}

.det-rightnav-content h3 {
	font-size: .85em;
	color: #333;
}

.det-rightnav-content a, .det-rightnav-content a:visited {
	color: #444;
	text-decoration: none;
}
.det-rightnav-content a:hover {
	text-decoration: underline;
}
/*Automatic Icons*/
a[href$='.doc'], a[href$='.rtf'] {
	padding: 2px 20px 52px 0;
	background: transparent url(../images/page_white_word.png) no-repeat center right;
}

a[href$='.xls'], a[href$='.xlsx'] {
	padding: 2px 20px 2px 0;
	background: transparent url(../images/page_white_excel.png) no-repeat center right;
}

a[href$='.ppt'], a[href$='.pptx'] {
	padding: 2px 20px 2px 0;
	background: transparent url(../images/page_white_powerpoint.png) no-repeat center right;
}

a[href$='.pdf'] {
	padding: 2px 20px 2px 0;
	background: transparent url(../images/page_white_acrobat.png) no-repeat center right;
}

a[href$='.avi'], a[href$='.mov'], a[href$='.wmv'], a[href$='.mp4']    {
	padding: 2px 20px 2px 0;
	background: transparent url(../images/film.png) no-repeat center right;
}
a[href$='.zip']{
	padding: 2px 20px 2px 0;
	background: transparent url(../images/film.png) no-repeat center right;
}


#utility {
	height: 16px;
	position: absolute;
	top: 140px;
	right: 50%;
	margin-right: -480px;
}

#utility li {
	display: inline;
	
}

#utility li a {
	color: #3e3d3d;
	text-decoration: none;
	background: url(../images/pipe.gif) no-repeat right center;
	padding-right: 10px;
}
#utility li a:hover {
	color: #005195;
	text-decoration: underline;
}

#utility li a.print {
	/*background: url(../images/icon-printer.jpg) no-repeat left center;
	padding: 2px 0px 0px 20px;*/
background:none;	
}

/*Footer Styles*/

#footer {
	clear: both;
	overflow: hidden;
	text-align: center;
	width: 590px;
	margin: 0 auto 40px;
}



#footer a {
	color: #333;
}

#footer ul {
	margin: 15px auto;
}

#footer li {
	display: inline;
	padding: 1px 10px;
	border-right: 1px solid #999;
	font-size: 1em;
}

#footer li.last {
	border-right: none;
}

