﻿* 
{
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Century Gothic, Arial, Garamond, Sans-Serif;
}

ul, ol, li 
{
	list-style: none;
	list-style-type: none;
}

a 
{
	color: #383838;
}

.squareUL, .squareUL li
{ 	
     list-style-type: square;
} 

.squareUL
{
	padding-left: 15px;
}

input, select 
{
	border: 1px solid black;
}

.hdrBluULine 
{
	border-bottom: 2px solid #4fb7ff;
}

.txtHighlightBlue 
{
	color: #4fb7ff;
}

div.submenu_container
{
	position: relative;
	float: left;
	border: 2px solid black;
	background-color: White;
	width: 150px;
	z-index: 100;
	padding: 5px;
	background-color: #383838;
	margin-top: -5px;
}

.submenu_item, .submenu_item a
{
	color: White;
}

.submenu_item a:hover 
{
	color: #4fb7ff;
}

.leftIndent1 
{
	padding-left: 26px;
}

.padTopAndBottom 
{
	padding-top: 20px;
	padding-bottom: 20px;
}

.dispBlock 
{
	display: block;
}

.imgColoredBorder 
{
	background-color: #4fb7ff;
	padding: 2px;
	border: 7px solid black;
}

.txtWhite 
{
	color: White;
}

.txtBlue
{
	color: #4fb7ff;
}

.alRight 
{
	display: block;
	text-align: right;
}

.fontSmall 
{
	font-size: 10px;
}

.fontXSmall
{
	font-size: 11px;
}

.fontXXSmall
{
	font-size: 12px;
}

body 
{
	background: #000000 url("../images/NYC_structure_images/ts_nyc_bg.gif") repeat-x top left;
}


.blackBG
{
	background-color: Black;
	color: White;
}

.cleanSlate 
{
	background-color: White;
	color: Black;
}

.txtBlack 
{
	color: Black;
}

.halfy 
{
	width: 47%;
}

.lefty 
{
	float: left;
}

.righty 
{
	float: right;
}

.txtNorm 
{
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.txtBold 
{
	font-weight: bold;
}

.txtItalic 
{
	font-style: italic;
}

.txtULine
{
	text-decoration: underline;
}

.alignCent 
{
	text-align: center;
}

.alignRight
{
	text-align: right;
}

.alignJust
{
	text-align: justify;
}

.mousePointer 
{
	cursor: pointer;
}

.clrBoth 
{
	clear: both;
}

div.developmentOutline 
{
	border: 1px solid red;
}

.borderBlue
{
	border: 1px solid #4fb7ff;
}

.borderGray
{
	border: 1px solid #383838;
}

table.developmentOutline, tr.developmentOutline, td.developmentOutline 
{
	border: 1px solid blue;
}


#panelist_presentations_table
{
    width: 100%;
    border: 0;
    padding: 0;
}

#panelist_presentations_table td
{
    width: 50%;
    padding-top: 10px;
}    

.hoverBorderBlue:hover
{
	border: 1px solid #4fb7ff !important;
}

#grayEmailBox
{
	padding: 11px;
	background-color: #383838;
}

#grayEmailBox *
{
	color: White ! important;
}













