/* =================================================== */
/* CSS STYLES FOR MCKESSON HEALTH SOLUTIONS CONFERENCE */
/* =================================================== */

/* ------------------------------------------------------------ */
/* Base Overrides												*/
/* ------------------------------------------------------------ */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*background-image: url(../images/background.jpg);
	background-repeat: repeat;*/
}

caption
{
	font-size: 13px;
	font-weight: bold;
}
h1
{
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
	margin-top: 0px;
	clear: left;
}

h2
{
	font-size: 12px;
	font-weight: bold;
	margin: 6px 0px 0px 0px;
}

ul
{
}

li
{
	margin-bottom: 10px;
}

* li ul li
{
	margin-bottom: 0px;
}

a
{
	color: #333333;
}

.content td
{
	vertical-align: top;
	padding: 0px 20px 0px 0px;
}

table
{
	margin: 0px 0px 10px 0px;
}
.td
{
	vertical-align: top;
	padding: 0px;
}
#right
{
	float: right;
	clear: right;
	width: 450px;
}
#left
{
	float: left;
	width: 450px;
}
#right-box
{
	font-size: 11px;
	float: right;
	width: 300px;
	border: 1px solid #cccccc;
	padding: 15px 15px 0px 15px;
	margin: 0px 0px 10px 15px;
	clear: left;
}

blockquote
{
	margin: 10px 20px 10px 20px;
}
.image-left
{
	float: left;
	border: none;
	margin: 0px 15px 15px 0px;
}

.image-right
{
	float: right;
	border: none;
	margin: 0px 0px 15px 15px;
}

.home td
{
	vertical-align: top;
	padding: 0px 15px 10px 0px;
}
.single li
{
	margin: 0px;
}
.plain td
{
	vertical-align: top;
	padding: 2px 20px 2px 5px;
	border-bottom: solid 1px #cccccc;
}

.plain th
{
	vertical-align: bottom;
	padding: 2px 5px 2px 5px;
	background-color: #dddddd;
	border-bottom: solid 1px #cccccc;
}
* form input[type=text], input[type=password]
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	height: 14px;
}

* form textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

* form select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	height: 20px;
}

* form select.listbox
{
	height: auto;
}

* form input[type=submit], input[type=button]
{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	padding: 5px 3px 5px 3px;
	vertical-align: top;
	background-color: #0052A5;
}

* form input[type=submit]:hover
{
	background-color: #ff6902; /*background: Transparent url(/MHSC/images/elements/button-bg-over.gif) no-repeat;*/
}

/* ------------------------------------------------------------ */
/* Style-Related Classes										*/
/* ------------------------------------------------------------ */

/* Used for orange arrow bullet lists (primarily left side) */
.styledBullet
{
	/*list-style-image: url(/MHSC/images/elements/arrow.gif);
	list-style-position: outside;*/
}

/* Used for orange arrow bullet lists (primarily left side) */
.styledBullet a, .noneStyledBullet a
{
	position: relative;
	left: -4px;
}

/* Used for bullet lists (primarily left side) */
.noneStyledBullet
{
	list-style-image: none;
	list-style-type: none;
	/*list-style-position: outside;
	margin-left: 0px;*/
}

wizardnavcontainer
{
	margin-left: 10px;
}

.OrderedList
{
	margin: 0;
	padding: 0;
}

.OrderedList LI
{
	list-style-position: outside;
	margin-left: 30px;
}



/* Used for formatting inline graphics that are justified left */
.imageEmbeddedLeft
{
	float: left;
	padding: 0px 10px 0px 0px;
}

/* Used for explicitly forcing text to the left when necessary in certain ASP.NET controls. */
.alignLeft
{
	text-align: left;
}

/* used for notes */
.note
{
	font-style: italic;
	font-size: 10px;
	line-height: 13px;
}

.disabled
{
}


/* All table formatting related classes */

.tableContainer
{
	/*background-color: #f68d1f;*/
	background-color: #eeeeee;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.tableContainerTitleCell
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	height: 19px;
	padding: 0px 15px 0px 15px;
	vertical-align: top;
	background-color: #0052A5;
}

.tableContainerContentCell
{
	background-color: #ffffff;
	padding: 0px;
	vertical-align: top;
}

.tableInner
{
	padding: 0px;
	background-color: #ffffff;
	margin: 0px;
	width: 100%;
}

.tableInnerTitleCell
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333; /*background-color: #fcd8b3;*/ /*padding: 0px 6px 0px 6px;*/
	background-color: #ffffff;
	padding: 3px 6px 3px 4px;
	font-weight: bold;
	vertical-align: top;
	width: auto;
	text-align: left;
}

.tableInnerContentCell
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #ffffff;
	padding: 3px 6px 3px 4px;
	vertical-align: top;
}

.tableContainerColumnar
{
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	float: left;
}

.tableContainerColumnarTitleCell
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	height: 19px;
	padding: 0px 15px 0px 15px;
	vertical-align: top;
	background-color: #0052A5;
}

.tableContainerColumnarContentCell
{
	background-color: #ffffff;
	padding: 0px;
	vertical-align: top;
}


.tableInnerColumnar
{
	padding: 1px;
	background-color: #ffffff;
	margin: 0px;
}


.tableInnerColumnarTitleCell
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #0052A5;
	padding: 1px 6px 1px 6px;
	text-align: right;
	vertical-align: top;
}

.tableInnerColumnarTitleCellLeft
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #0052A5;
	padding: 1px 6px 1px 6px;
	vertical-align: top;
}

.tableInnerColumnarContentCell
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #ffffff;
	padding: 3px 6px 3px 4px;
	vertical-align: top;
}

/* Chris's (new) Stuff */

.abstractTableAdjustment
{
	width: 100%;
}

.abstractDetailsAdjustment
{
	white-space: nowrap;
}

.multilineTextAdjustment
{
	width: 278px;
}

.validator
{
	margin-left: 5px;
}

.validationsummary
{
	margin-top: 10px;
}

.validationsummary ul
{
	margin-top: 10px;
}

.validationsummary li
{
	margin-bottom: 0px;
	margin-left: 0px;
}

.selectedSpeaker td
{
	background-color: #b8d2e1;
}

/* ------------------------------------------------------------ */
/* Hack-Related Classes										    */
/* ------------------------------------------------------------ */

/* Used for forcing divs in particular instances */
.clearFloats
{
	clear: both;
}

/* Used for forcing divs in particular instances */
.brClear
{
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 0px;
	overflow: hidden;
}

/* ------------------------------------------------------------ */
/* IDs															*/
/* ------------------------------------------------------------ */

/* Outer-most container; the entire page, basically */
#outerContainer
{
	/*background-color: #f9b369;*/
	background-color: #fff;
}

/* Top most horizontal element containing branding */
#branding
{
	/*background: url(/MHSC/images/mc_logo.jpg) no-repeat left top;*/
	width: 950px;
	height: 76px;
	margin-left: auto;
	margin-right: auto;
}

/* Second horizontal element, containing login status information and related 
#authentication
{
	height: 21px;
	text-align: right;
	padding-top: 56px;
}*/

/* Actual login status block within the horizontal element 
#loginStatus
{
	float: right;
	padding-top: 1px;
	padding-bottom: 3px;
	padding-left: 7px;
	padding-right: 7px; 
	background-color: #fff;
	margin-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}*/


/* Third horizontal element, containing the mid-section with the lighter background color */
/* NOTE: Everything else but the footer/copyright are within this block					  */
#innerContainer
{
	/*background-color: #fcd8b3;*/
	background-color: #ffffff;
	border: solid 1px #ff6902;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	height: auto;
}

/* Fourth horizontal element, contains the main navgation */
#mainNav
{
	height: 33px;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

/* Classes for the ASP.NET 2.0 menu control element */
.mainMenu
{
	color: #333333;
	font-weight: bold;
}
.mainMenuHover
{
	color: #ffffff; /*background-color: #f8a44c;*/
	background-color: #ff6902;
}
.mainMenuSelected
{
	color: #333333; /*background-color: #f68d1f;*/
	background-color: #ff6902;
}
.mainMenuMenuItem
{
	color: #333333;
	text-align: center;
	padding: 2px 5px 2px 5px;
	margin: 2px 2px 2px 2px;
}

/* Fifth horizontal elements (two versions), containing the banner for the page */
#banner
{
	background: url(/MHSC/images/masthead-2009.jpg) no-repeat 20px 20px;
	background-color: #ffffff;
	width: 950px;
	height: 256px;
	margin-left: auto;
	margin-right: auto;
}
#bannerShort
{
	background: url(/MHSC/images/masthead-2009-short.jpg) no-repeat 20px 20px;
	background-color: #ffffff;
	width: 950px;
	height: 165px;
	margin-left: auto;
	margin-right: auto;
}

/* Sixth horizontal element and related, containing the page headline */
#headline
{
	background-color: #ffffff;
	width: 950px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
}
#headlineInset
{
	/*background-color: #f68d1f;*/
	background-color: #0052A5;
	width: 910px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
}
#headlineInset a
{
	color: #ffffff;
}

#headlineInset p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	margin: 0px;
	padding: 3px 15px 0px 15px;
}

/* Seventh horizontal element and related, containing the main page content */
#content
{
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

#content p
{
	margin-top: 0px;
	margin-bottom: 20px;
}
#contentMain
{
	width: 878px;
	border: solid 1px #999999;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
}
#contentLeft
{
	width: 878px;
	border: solid 1px #999999;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
}
#contentRight
{
	float: right;
}
#contentRight .box
{
	width: 250px;
	border: solid 1px #999999;
	padding: 15px 15px 15px 15px;
	margin: 5px 5px 15px 15px;
}

#content .box
{
	width: auto;
	border: solid 1px #999999;
	padding: 15px 15px 15px 15px;
	margin: 5px 5px 15px 15px;
}

#contentRight * li
{
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: -10px;
	list-style-image: url(/MHSC/images/elements/arrow.gif);
}
#contentRight * ul
{
	margin-top: 15px;
	margin-bottom: 4px;
}

/* Eighth horizontal element, containing bottom matter */
#footer
{
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#footer a
{
	color: #000000;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
}
#preCopyright
{
	height: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	color: #000000;
	background-color: #ffffff;
}



/* ------------------------------------------------------------ */
/* Old Stuff -- STILL NEEDS TO *GO*!							*/
/* ------------------------------------------------------------ */


.wizard
{
	text-align: right;
	line-height: 18px;
	background-color: #FEEFAD;
	padding: 0px 20px 20px 20px;
	border: 2px groove;
	width: 100%;
}
.regheader
{
	text-align: left;
	border-bottom: 1px solid black;
	margin: 15px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: Bold;
}
.regsubheader
{
	text-align: left;
	margin: 0px 0px 12px 0px;
}
.textinput
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #FFFFFF;
	text-align: left;
	height: 13px;
	border: 1px #CCCCCC solid;
	width: 200px;
}
.dropdown
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #FFFFFF;
	text-align: left;
	height: 20px;
	border: 1px #CCCCCC solid;
}
.textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #FFFFFF;
	text-align: left;
	height: 48px;
	border: 1px #CCCCCC solid;
	width: 200px;
}
.label, .labeloption
{
	margin-right: 5px;
}

.labeloption
{
	width: 300px;
}


th
{
	padding-left: 10px;
	text-align: left;
	background-color: #dddddd; /*background-color: #fac167;*/
	font-weight: bold;
	color: black;
}

.tableclass
{
	margin: none;
	padding: none;
	background-color: #F9F9F9;
	border: 2px groove;
	margin: 5px;
	width: 99%;
	border-collapse: collapse;
}

.tableclass th
{
	padding-left: 10px;
	text-align: left; /*background-color: #FDE476;*/
	background-color: #fac167;
	font-weight: bold;
	color: black;
}

.tableclass td
{
	text-align: left;
}

.tableclass th.leftborder
{
	border-left: 1px #AAAAAA solid;
}
.tableclass td.leftborder
{
	border-left: 1px #CCCCCC solid;
}

#meals th
{
	width: 25%;
}

.usertable
{
	margin: none;
	padding: none;
	background-color: #F9F9F9;
	border: 2px groove;
	margin: 5px;
	width: 99%;
	border-collapse: collapse;
}


.usertable td
{
	text-align: right;
}

input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#coverBack
{
	background-color: Gray;
	filter: alpha(opacity=0);
	opacity: 0;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	z-index: 2;
}

.coverCenter
{
	display: none;
	font-size: large;
	background-color: White;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0px;
	height: 0px;
	border: 1px solid Gray;
	z-index: 3;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
}

#coverText
{
	display: none;
	filter: alpha(opacity=0);
	opacity: 0;
}

.coverOuter
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	z-index: 1;
}

.SessionCategory
{
	font-weight: bold;
}

.SessionDetails
{
	background-color: White;
	border: 1px solid Gray;
	width: 50%;
}

.AbstractDetails
{
	background-color: White;
	border: 1px solid Gray;
	color: Black;
	text-align: left;
	max-width: 300px;
}

.AbstractDetails .alt
{
	background-color: #FCD8B3;
}

.alert
{
	color: Red;
}

.alignLeft
{
	display: block;
	text-align: left;
}

.gridview
{
	width: 100%;
	background-color: #FCD8B3;
}


.gridview .alt
{
	background-color: White;
}

.gridview .Bold
{
	font-weight: bold;
}

.gridview .SelectCol
{
	width: 45px;
}

.gridview .selected
{
	background-color: #F9B369;
}
.gridtable
{
	font-family: Arial, Helvetica, sans-serif;
	margin: none;
	padding: none;
	background-color: #ffffff;
	border: 2px groove;
	margin: 5px;
	width: 99%;
	border-collapse: collapse;
	padding: 5px;
	table-layout: fixed;
}

.gridtable td
{
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.gridtable .gridheader
{
	text-align: left;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	background-color: #FF6902;
	color: White;
}

.gridtable .gridheader a
{
	color: White;
}

.gridpager
{
	text-align: center;
	white-space: nowrap;
	background-color: #F9F9F9;
	margin: 5px;
	border: 2px groove;
}


.gridtable .gridaltrow
{
	background-color: #ffffff;
}

.processing
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.SpeakerTable
{
	width: 100%;
}


/* LEGACY STYLES */

/*
.Center
{
	text-align: center;
}

.brclear
{
	clear: both;
	height: 0;
	margin: 0;
	font-size: 1px;
	line-height: 0px;
}

Body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h5
{
	font-size: 13px;
	font-weight: bold;
	margin: 1px;
}



#container
{
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	width: 750px;
	background-color: #FCD8B3;
}


.navmenu
{
	background-color: #fcd8b3;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
}
.navmenu a:link
{
	color: #333333;
	text-decoration: none;
}
.navmenu a:visited
{
	color: #333333;
	text-decoration: none;
}
.navmenu a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
.navmenu a:active
{
	color: #333333;
	text-decoration: none;
}

#footer
{
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	color: #FFFFFF;
}
#footer a:link
{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:active
{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

#header
{
	margin-left: auto;
	margin-right: auto;
	width: 780px;
}

.imageEmbeddedLeft
{
	float: left;
	padding-right: 10px;
}



.pageColor
{
	background-color: #FCD8B3;
}

#bodycontainer
{
	background-color: #ffffff;
}

.bgColor1
{
	background-color: #F68D1F;
}

.bgColor2
{
	background-color: #0071BB;
}

.bgColor3
{
	background-color: #F9B369;
}

.head12
{
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 8px;
}

.head14
{
	color: #FFFFFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 12px;
}

.text12
{
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
}

.box
{
	border: 1px solid #999999;
}

.box12
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 6px;
	padding-left: 7px;
	border: 1px solid #999999;
}

.list12arrow
{
	list-style: none;
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-indent: -14px;
	padding-left: 14px;
}

.formText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 2px;
}

.formBox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 2px;
	height: 16px;
	border: 1px solid #999999;
}

.formColor
{
	background-color: #CAE2F1;
}

.formBottom
{
	margin-bottom: 0px;
}

a:link
{
	color: #666666;
	text-decoration: underline;
}

a:active
{
	color: #666666;
	text-decoration: underline;
}

a:visited
{
	color: #666666;
	text-decoration: underline;
}

a:hover
{
	color: #999999;
	text-decoration: underline;
}

.copyright
{
	color: #333333;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.copyright a:link
{
	color: #333333;
	text-decoration: none;
}

.copyright a:active
{
	color: #333333;
	text-decoration: none;
}

.copyright a:visited
{
	color: #333333;
	text-decoration: none;
}

.copyright a:hover
{
	color: #666666;
	text-decoration: none;
}

.pageColor
{
	background-color: #FCD8B3;
}

.inlineHead
{
	color: #333333;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	font-style: italic;
	font-weight: bold;
}
.table12
{
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
}




.wizard
{
	text-align: right;
	line-height: 18px;
	background-color: #FEEFAD;
	padding: 0px 20px 20px 20px;
	border: 2px groove;
	width: 100%;
}
.regheader
{
	text-align: left;
	border-bottom: 1px solid black;
	margin: 15px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: Bold;
}
.regsubheader
{
	text-align: left;
	margin: 0px 0px 12px 0px;
}
.textinput
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #FFFFFF;
	text-align: left;
	height: 13px;
	border: 1px #CCCCCC solid;
	width: 200px;
}
.dropdown
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #FFFFFF;
	text-align: left;
	height: 20px;
	border: 1px #CCCCCC solid;
}
.textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #FFFFFF;
	text-align: left;
	height: 48px;
	border: 1px #CCCCCC solid;
	width: 200px;
}
.label, .labeloption
{
	margin-right: 5px;

}

.labeloption
{
	width: 300px;
}


.tableclass
{
	margin: none;
	padding: none;
	background-color: #F9F9F9;
	border: 2px groove;
	margin: 5px;
	width: 99%;
	border-collapse: collapse;
}

.tableclass th
{
	padding-left: 10px;
	text-align: left;
	background-color: #FDE476;
	font-weight: bold;
	color: black;
}

.tableclass td
{

	text-align: left;
}

.tableclass th.leftborder
{
	border-left: 1px #AAAAAA solid;
}
.tableclass td.leftborder
{
	border-left: 1px #CCCCCC solid;
}

#meals th
{
	width: 25%;
}

.usertable
{
	margin: none;
	padding: none;
	background-color: #F9F9F9;
	border: 2px groove;
	margin: 5px;
	width: 99%;
	border-collapse: collapse;
}


.usertable td
{

	text-align: right;
}

input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.AbstractOptions
{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.AbstractOptions .optiontable
{
	padding: 0;
	margin: 0;
}

.AbstractOptions .optiontable td
{

}

.AbstractOptions .optiontable .cellLeft
{
	width: 300px;
}

.AbstractOptions .optiontable .cellRight
{
	width: 300px;
}

.AbstractOptions .optiontable .cellSpan
{
}

.AbstractOptions .optiontable .alt .cellLeft
{
	background-color: #FCD8B3;
}

.AbstractOptions .input
{
	width: 95%;
	background-color: #FCD8B3;
	border: 1px solid #F9B369;
}

.AbstractOptions .multiinput
{
	width: 95%;
	background-color: #FCD8B3;
	border: 1px solid #F9B369;
}

.AbstractOptions .checkboxes input
{
	width: 12px;
	height: 12px;
	margin: 3px;
}

#coverBack
{
	background-color: Gray;
	filter: alpha(opacity=0);
	opacity: 0;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	z-index: 2;
}

.coverCenter
{
	display: none;
	font-size: large;
	background-color: White;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0px;
	height: 0px;
	border: 1px solid Gray;
	z-index: 3;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
}

#coverText
{
	display: none;
	filter: alpha(opacity=0);
	opacity: 0;
}

.coverOuter
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	z-index: 1;
}

.SessionCategory
{
	font-weight: bold;
}

.SessionDetails
{

	background-color: White;
	border: 1px solid Gray;
	width: 50%;
}

.AbstractDetails
{
	background-color: White;
	border: 1px solid Gray;
	color: Black;
	text-align: left;
	max-width: 300px;
}

.AbstractDetails .alt
{
	background-color: #FCD8B3;
}

.alert
{
	color: Red;
}

.alignLeft
{
	display: block;
	text-align: left;
}

.gridview
{
	width: 100%;
	background-color: #FCD8B3;
}

.gridview .alt
{
	background-color: White;
}

.gridview .Bold
{
	font-weight: bold;
}

.gridview .SelectCol
{
	width: 45px;
}

.gridview .selected
{
	background-color: #F9B369;
}

.processing
{
	font-size: 150%;
}

.SpeakerTable
{
	width: 100%;
}
.AbstractOptions
{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.AbstractOptions .optiontable
{
	padding: 0;
	margin: 0;
}

.AbstractOptions .optiontable td
{

}

.AbstractOptions .optiontable .cellLeft
{
	width: 300px;
}

.AbstractOptions .optiontable .cellRight
{
	width: 300px;
}

.AbstractOptions .optiontable .cellSpan
{
}

.AbstractOptions .optiontable .alt .cellLeft
{
	background-color: #FCD8B3;
}

.AbstractOptions .input
{
	width: 95%;
	background-color: #FCD8B3;
	border: 1px solid #F9B369;
}

.AbstractOptions .multiinput
{
	width: 95%;
	background-color: #FCD8B3;
	border: 1px solid #F9B369;
}

.AbstractOptions .checkboxes input
{
	width: 12px;
	height: 12px;
	margin: 3px;
}

*/