/******************
HTML Tags
******************/
#Content p
{
	margin: 0px 0px 20px 0px;
}
/******************
MAIN NAVIGATION
******************/
#TopNavigationWrapper
{
	margin-bottom: 5px;
	margin-top: 10px;
	height: 50px;
}
#TopNavigation
{
	width: 100%;
	background-image: url(RadMenu/Inox/Img/pageBg.gif);
}
#MainNavContainer a:link
{
	color: #FF0000;
}
#MainNavContainer a:visited
{
	color: #FF0000;
}
#MainNavContainer a:hover
{
	color: #FF6633;
	text-decoration: none;
}
#MainNavContainer a:active
{
	color: #669966;
}
/* All link states are selected with an "a" */
#HeaderContainer a
{
	color: #FFFFFF;
}
#BreadcrumbContainer a
{
	color: #FF6600;
}
/******************
Layout Divs
******************/
/* Wraps all objects in page */
#MainWrapper
{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 971px;
	text-align: left;
}
/* IE doesn't use min-height */
#MainNavContainer
{
	padding: 8px 10px 0px 10px;
	margin-bottom: 10px;
}
#MainNav
{
}
#MainNavSide
{
	float: right;
	text-align: right;
}
#Header
{
	margin-bottom: 5px;
}
#BreadcrumbContainer
{
	margin-bottom: 5px;
	height: 12px;
	min-height: 32px;
}
#Breadcrumb
{
	float: left;
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 4px;
	padding-top: 8px;
}
#BreadcrumbSide
{
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 6px;
	padding-top: 6px;
	float: right;
}
#ContentContainer
{
	background-color: #ffffff;
	border-top: 1px solid #CBCBCB;
	border-right: 1px solid #7F7F7F;
	border-bottom: 2px solid #7F7F7F;
	border-left: 1px solid #CBCBCB;
	margin: 0px 0px 10px;
	padding: 0px;
}
#ContentSide
{
	width: 200px;
	padding: 10px;
	float: left;
	background-color: #fffafa;
	border-right: #7F7F7F 1px solid;
	border-bottom: #7F7F7F 2px solid;
}
/* Wide content column next to left column */
#ContentWide
{
	width: 715px; /*  margin: 0px 0px 0px 230px;*/
	padding: 10px;
	margin-left: 230px;
}
#ContentWide h1
{
    font-family: Georgia;
    font-size: 1.8em;
}
/* One full wide content */
#ContentFull
{
	padding: 10px;
	margin: 0px;
	background-color: #FFFFFF;
}
#Footer
{
	border-top: 1px solid #7F7F7F;
	text-align: center;
	background: url(Image/bg-topnav.gif) repeat-x;
	font-size: .95em;
	margin: 15px 10px 0px;
	padding: 0px;
	clear: both;
}
#Footer p
{
	margin: 30px 0px 20px;
	padding: 0px;
}
/******************
MENU ITEMS
******************/
#MainNavContainer ul
{
	margin: 0px;
	padding: 0px;
}
#MainNavContainer li
{
	padding: 0px;
	list-style: none;
	display: inline;
	margin: 5px 10px 5px 0px;
}
#MainNavSide li
{
	padding: 0px;
	margin: 5px 0px 5px 10px;
}
/******************
LISTS - IN THE CONTENT DIV
******************/
#ContentContainer ul.list, #ContentContainer ul.linkList
{
	margin: 0px 0px 15px 15px;
	padding: 0px;
}
#ContentContainer ul.list li
{
	list-style: none;
	padding: 2px 0px 2px 12px;
	margin: 0px;
	background: url(Image/bullet.gif) no-repeat;
	background-position: 0 .6em;
}
#ContentContainer ul.linkList li
{
	list-style: none;
	margin: 0px;
	padding: 2px 0px;
}
#ContentContainer ul.linkList li a:link
{
	padding: 2px 0px 2px 12px;
	background: url(Image/bullet-link.gif) no-repeat;
	background-position: 0 .6em;
}
#ContentContainer ul.linkList li a:visited
{
	padding: 2px 0px 2px 12px;
	background: url(Image/bullet-link-visited.gif) no-repeat;
	background-position: 0 .6em;
}
#ContentContainer ul.linkList li a:hover
{
	padding: 2px 0px 2px 12px;
	background: url(Image/bullet-link-hover.gif) no-repeat;
	background-position: 0 .6em;
}
#ContentContainer ul.linkList li a:active
{
	padding: 2px 0px 2px 12px;
	background: url(Image/bullet-link-active.gif) no-repeat;
	background-position: 0 .6em;
}
/******************
LISTS - IN THE RIGHT OR LEFT COLUMNS
******************/
#ContentSide ul, #ContentSide ul.linkList
{
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
#ContentSide ul li
{
	list-style: none;
	padding: 2px 0px 2px 12px;
	margin: 0px;
	background: url(Image/bullet-right.gif) no-repeat;
	background-position: 0 .6em;
}
#ContentSide ul.linkList li
{
	list-style: none;
	margin: 0px;
	padding: 2px 0px;
}
#ContentSide ul.linkList li a:link
{
	padding: 2px 0px 2px 12px;
	background: url(Image/bullet-link.gif) no-repeat;
	background-position: 0 .6em;
}
#ContentSide ul.linkList li a:visited
{
	padding: 2px 0px 2px 12px;
	background: url(Image/bullet-link-visited.gif) no-repeat;
	background-position: 0 .6em;
}
#ContentSide ul.linkList li a:hover
{
	padding: 2px 0px 2px 12px;
	background: url(Image/bullet-link-hover.gif) no-repeat;
	background-position: 0 .6em;
}
#ContentSide ul.linkList li a:active
{
	padding: 2px 0px 2px 12px;
	background: url(Image/bullet-link-active.gif) no-repeat;
	background-position: 0 .6em;
}
/******************
CLASSES
******************/
.physicianProfile
{
	background-color: #fffafa;
}
.mailPreview
{
	padding: 10px;
	border-right: #dcdcdc 1px solid;
	border-top: #dcdcdc 1px solid;
	border-left: #dcdcdc 1px solid;
	border-bottom: #dcdcdc 1px solid;
	background-color: #f0fff0;
}
.mailPreview p
{
	line-height: 220%;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1.1em;
}
.searchCategory
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.inputSearch
{
	height: 13px;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.buttonSearch
{
	height: 18px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
	background: url(Image/bg-button-search.gif) repeat-x;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
}
.none
{
	display: none;
}
/*************
CLEAR
**************/
.clear
{
	clear: both;
}
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix
{
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/* End hide from IE-mac */
/* Generic table styles */
/******************
ALERTS
******************/
.alertGood
{
	text-align: left;
	border-top: 1px solid #9c9;
	border-bottom: 1px solid #9c9;
	padding: 7px 7px 7px 30px;
	font-size: 12px;
	color: #060;
	background: url(Image/icon_alertgood.gif) #E2F9E3 left no-repeat;
}
.alertBad
{
	text-align: left;
	font-weight: bold;
	border-top: 1px solid #c99;
	border-bottom: 1px solid #c99;
	padding: 7px 7px 7px 30px;
	font-size: 12px;
	background: url(Image/icon_alertbad.gif) #c00 left no-repeat;
	color: #fff;
}
/******************
TELERIK
******************/
.panelbar
{
	margin-bottom: 20px;
}
.flash
{
	z-index: -100;
}
/******************
SEARCH
******************/
#SearchResults ul li
{
	margin-top: 12px;
	margin-bottom: 12px;
}
/* Right column at home page */
#HomeRightColumn
{
	float: right;
	width: 350px;
	margin: 0px;
}
#HomeRightColumn h1
{
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
	line-height: 170%;
}
.reviewedArticleSummary
{
	border: #faf0e6 3px dashed;
	padding: 10px;
	background-color: #fffafa;
}
.aecofficeUrl
{
	margin-top: 5px;
	font-size: 0.9em;
	color: #a9a9a9;
	text-align: center;
	margin-bottom: 10px;
}
.aecofficeUrl img
{
	border: none;
}
#EventProgram table
{
    width: 100%;
    font-size: 110%;
    font-family: Arial;
}
#EventProgram table th
{
    text-align: left;
    background-color: #f0f8ff;
    border-bottom: #ff6347 2px solid;
}
#EventProgram td, th
{
    padding: 6px;
}
#EventProgram .eventName
{
   font-weight: bold;
}
#EventProgram .media img
{
    border-style: none;
}
#EventProgram .altRow
{
    background-color: #f8f8ff;
}
#EventProgram .break
{
    background-color: #dcdcdc;
}
