/* this is the two panel table that makes up the menu and content areas*/
.borderTable
{
	background-color:#222222;
	empty-cells:show; 
	border:1px #666666 solid; 
	color:white; 
	font-family:verdana; 
	font-size:11px	
}
.borderTableMenu
{
	background-color:#222222;
	empty-cells:show; 
	border:1px #666666 solid; 
	color:white; 
	font-family:verdana; 
	font-size:11px	
}
.borderTableContent
{
	background-color:#222222;
	empty-cells:show; 
	border:1px #666666 solid; 
	color:white; 
	font-family:verdana; 
	font-size:11px	
}
/***************************************************************************************/
/*  Menu */

.menu {
	text-align:center;
	font-size:11px;
}
.menu  a {
	color:#ffffff	;
	text-decoration:none;	
	font-weight:bolder;
}
.menu a:hover
{	
	color:#FFFFCC;
}
.menu .menuSelected{
	color:#719ECE; 
	font-weight:bolder;
}
.subMenu{
	font-size:11px;
}
.subMenu a{
	color:#eeeeee;	
	text-decoration:none;	
	font-weight:bolder;
}
.subMenu a:hover
{	
	color:#FFFFCC
}

/***************************************************************************************/
/* The table that holds the new/save/delete buttons */
.actionMenu 
{
	width:100%;
	border-bottom:1px #666666 solid;
	font-family:Verdana;
	font-size:11px;
	
}
.actionMenu td
{
	font-family:Verdana;
	font-size:11px;
	color:#ffffff;
}

.actionMenuOptions tr td
{
	color: #FFFFFF;
	font-weight:bolder;
	text-align:center;
}



/***************************************************************************************/
/*  Lists (Current, Open) */
.ndxList
{
	color:white;
	font-family:verdana;
	font-size:11px;
	padding-left:5px;	
	padding-right:5px;		
}
.ndxTableHeader
{
	font-weight:bolder;
	background-color:Silver;
	font-family:Verdana;
	color:Black;
	font-size:11px;
}
.ndxList a
{
	color:#ffffff;	
	text-decoration:none;	
	font-weight:bolder;
}
.ndxList a:hover
{
	color:#FFFFCC;
}
.clsListItemOn{
	background-color:#2f2f2f;
}

.clsListItemOff {
	background-color:#222222
}

.clsItemApproved span {
	color:Green;
}

.clsItemApproved a {
	color:Green;
	font-weight:bolder;
}

.clsItemDeclined span {
	color:Red;
}

.clsItemDeclined a {
	color:Red;
	font-weight:bolder;
}

/* For lists that containt data from two different scopes - Event event + Default (Conference)Staff  */
.clsListSeperator
{
	font-weight:bolder; 
	text-align: center;
	color:  #ffffff; 
	border-bottom:1px #ffffff solid; 
	margin-top:10px;
}
/***************************************************************************************/
/* New Pop Up Style */
/***************************************************************************************/
.popUpList{
	border:1px #cccccc solid; 
	position: absolute; 
	background-color:#222222;
	width:650px; 
	height:450px; 
	top:50%; 
	left: 50%; 
	margin-top:-225px; 
	margin-left:-325px; 
	overflow:auto;
	z-index:2000;
}

.popUpButtons{
	position: absolute; 	
	width:645px; 
	height:25px; 
	top:100%; 	
	margin-top:-50px;		
	text-align:center;
}

.popUpContent{	
	height:350px;
	width:637px;
	overflow:auto;	
	color:#ffffff;
	padding:4px;
}

.disabledBackground {
  position:absolute;
  top:0px;
  bottom:0px;
  left:0px;
  right:0px;
  overflow:hidden;
  padding:0;
  margin:0;
  background-color:#000; 
  filter:alpha(opacity=50);
  opacity:0.5;
  z-index:1000;
}



/***************************************************************************************/
/* popupHelp */
.popUpHelp
{
	position:absolute; 
	top:15%; 
	left: 25%; 
	width:650px; 
	height:400px;
	border:2px #ececec solid; 
	background-color:#fff5bf; 
	color:#000000;
	font-family:Verdana;
	font-size:11px;
	display:none;
	
}
.popUpHelp td
{
	color:#000000;
	font-family:Verdana;
	font-size:11px;
}

/***************************************************************************************/
/* Pop Up Select Boxes */
/***************************************************************************************/
.popUpSelectSmall
{
	background-color:#222222; 
	border:1px #cccccc solid;  
	position:absolute;
	top:10%; 	
	left:35%; 	
	width:30%; 	
	height:300px;
}


.popUpSelect 
{
	position:absolute; 
	background-color: #222222;
	border:1px #cccccc solid;  	
	top:10%; 
	left:30%; 
	width:470px; 
	height:500px; 
	overflow:hidden;
}

.modalHeader
{
	background-color: #123456;
	padding:2px;
	text-align:center;
	font-weight:bolder;
	height:18px;
}

.modalContent
{
	color:#000000;	
	padding:4px;
}

.modalEditorSmall{
	border:1px #cccccc solid; 
	position: absolute; 
	background-color:#FFF5BF; 
	width:350px; 
	height:200px; 
	top:50%; 
	left: 50%; 
	margin-top:-100px; 
	margin-left:-175px; 
	overflow:auto;
	z-index:2000;
}

.modalEditorMedium{
	border:1px #cccccc solid; 
	position: absolute; 
	background-color:#FFF5BF; 
	width:500px; 
	height:350px; 
	top:50%; 
	left: 50%; 
	margin-top:-175px; 
	margin-left:-250px; 
	overflow:auto;
	z-index:2000;
}

.modalEditorLarge{
	border:1px #cccccc solid; 
	position: absolute; 
	background-color:#FFF5BF; 
	width:700px; 
	height:550px; 
	top:50%; 
	left: 50%; 
	margin-top:-275px; 
	margin-left:-350px; 
	overflow:hidden;
	z-index:2000;	
}

.modalEditorLargeContent {
	width:698px;
	height:525px;
}

.modalEditorLargeContentBlend {
	width:698px;
	height:530px;
	background-color: #222222;
}






/***************************************************************************************/
.clsEdit
{
	font-family:Verdana;
	font-size:11px;
	color:White;
}

.clsEdit a
{
	color:#ffffff;	
	text-decoration:none;	
	font-weight:bolder;
}
.clsEdit a:hover
{
	color:#FFFFCC;
}

.clsEdit td
{
	font-family:Verdana;
	font-size:11px;
	color:White;
}
.clsEdit input
{	
	color:#000000;
	font-family:Verdana;
	font-size:11px;
}


.clsModalEdit
{
	font-family:Verdana;
	font-size:11px;
	color:#000000;
}

.clsModalEdit a
{
	color:#000000;	
	text-decoration:none;	
	font-weight:bolder;
}
.clsEdit a:hover
{
	color:#FFFFCC;
}

.clsModalEdit  td
{
	font-family:Verdana;
	font-size:11px;
	color.#000000;
}
.clsModalEdit  input
{
	border:1px grey solid;
	color:#000000;
	font-family:Verdana;
	font-size:11px;
}

.modalConfirmButtons
{
	background-color:;
	position: absolute; 	
	width:100%; 
	height:25px; 
	top:100%; 
		
	margin-top:-50px;
	text-align:center;
}

/***************************************************************************************/
.statsTable table
{
	font-family:Verdana;	
	font-size:11px;	
}
.statsTable td
{
	text-indent:5px;
	padding-right:15px;
	font-size:11px;	
	empty-cells:show;	
	
}
.statsRight
{	
	border-right:1px #666666 solid;	
	color:#ffffff;
}

.statsHeader
{
	font-weight:bolder;
	color:#ffffff;
	background: #123456;
	background-color: #123456;
	border:1px #666666 solid;		
	
}
.statsBottom
{
	border-bottom:1px #cccccc solid;	
}
/***************************************************************************************/
/* The section header text for the exhibitors/speakers main edit page */
.clsSectionSeperator 
{
	padding-top:10px; 
	padding-right:10px; 
	border-bottom:1px #eeeeee solid; 
	font-weight:bolder; 
	color:#eeeeee;
	font-family:Verdana;
	font-size:11px;	
}



body{
	background-color:#222222;
	font-family:verdana;
	font-size:11px; 
	color:white;
	overflow:auto;
}

body a
{
	text-decoration:none;
	color:white;	
	color: #FFFFDD;
	/*font-weight:bolder;	*/
	
	
}
body a:hover
{
	text-decoration:underline;
}

/*
	Links in content pages that go to another context.  IE Speaker > Person
*/
.clsJumpLink
{
	text-decoration:none;
	color:#ffff00;
	font-weight:bolder;	
	
}

.clsLink a
{
	text-decoration:none;	
	color:white;
	color: #FFFFDD;
	font-weight:bolder;	
	
}
.clsLink a:hover
{
	text-decoration:underline;
}
.clsOptions
{
	color:Black;
	background-color:#EFDA85;	
	font-family:Verdana;
	font-size:11px;
	border-bottom:1px #cccccc solid;	
}
.clsOptions a
{
	color:Black;	
	text-decoration:none;
	font-weight:normal;
}
.clsOptions a hover
{
	font-weight:bolder;	
}




.contentHeader{
	width:100%;
	font-family: verdana;
	font-size:12px;
	font-weight:bolder;
	color:white;
	background-color:#123456;
	text-align:center;
	border-bottom:1px #666666 solid;	
	border-top:1px #666666 solid;	
	padding-top:3px;
	padding-bottom:3px;
}


.clsHidden
{
	display:none;
}
.clsError
{
	background-color:#ffcc66;
	border:1px #cccccc solid;
	font-weight:bolder;
	padding:5px 5px 5px 5px;
	color:red;
	font-family:Verdana;
	font-size:11px;	
	display:block;	
}
.clsCaution
{
	background-color:#ffcc66;
	border:1px #cccccc solid;
	font-weight:bolder;
	padding:5px 5px 5px 5px;
	color:#000000;
	font-family:Verdana;
	font-size:11px;

}
.clsMessage
{
	background-color:#ffcc66;
	border:1px #cccccc solid;
	font-weight:bolder;
	padding:5px 5px 5px 5px;
	color:green;
	font-family:Verdana;
	font-size:11px;
	display:block;
}




.clsList1
{
	padding-bottom:0px;
	font-family:Verdana;
	font-size:11px;
	color:White;	
	overflow:hidden;		
}

.clsList1  a
{
	text-decoration:none;
	font-family:verdana;
	color: #FFFFDD;
	font-weight:bolder;	
}
.clsList2
{
	padding-bottom:0px;
	font-family:Verdana;
	font-size:11px;
	color:White;	
	background-color:#2f2f2f;
	overflow:hidden;	
}

.clsList2  a
{
	text-decoration:none;
	font-family:verdana;
	color: #FFFFDD;
	font-weight:bolder;	
}

.btnClass
{
	font-family:Verdana;
	font-size:x-small;
}
.clsTextBox
{
	border:1px grey solid;
	color:#000000;
	font-family:Verdana;
	font-size:11px;
}



.clsSelectPanel
{
	background-color:#222222;
	font-family:verdana;
	font-size:11px; 
	color:white;	
	border: 1px #cccccc solid;
}
.clsSelectedLink
{
	color:Yellow
}

/*- for cancedl items in a list  (IE Sessions)*/
.canceledItem td
{
	color:Red;
}
.canceledItem a{color:Red;}



.submit-state-0 a{
	color:#ffffff;
}

.submit-state-1 a{
	color:Green;
}

.submit-state-2 a{
	color:Red;
}