﻿* {
	list-style-type: none;
	margin: 0pt;
	padding: 0pt;
}

html {
	background-color: Transparent;
}

/* basic layout */
body {
	background-color: #C0C0C0;
	color: #434343;
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 0.7em;
}

p {
	margin: 5px 0px 5px 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 5px 0px 5px 0px;
	border-top: none !important;
}

.Common {
	width: auto;
}

#OuterContainer {
	margin: 0pt auto;
	width: 960px;
}

.PageContent {
	background: #FFFFFF url( '../images/summit/content_border_bottom.png' ) no-repeat scroll 0 bottom;
	margin: 0pt 0pt 10px;
	padding: 15px 15px 20px;
	position: relative;
	min-height: 1px;
	_height: 1px;
	_padding-right: 0px;
}

#CommonContent {
	height: auto;
}

#CommonContentInner {
	width: auto;
}


/* Header content */
#CommonHeader {
	height: auto;
	position: relative;
	/* background-color: #3f3f3f;*/
	background-color: #EEEEEE;
	padding: 0 0 5px;
}

#CommonHeaderTitleArea {
	width: auto;
	padding: 0px;
}

#CommonHeaderUserArea {
	position: absolute;
	top: 10px;
	right: 225px;
}

#CommonHeaderUserContent {
	background-color: Transparent;
}

#CommonHeaderUserWelcome a {
	padding: 0px 5px;
}

#CommonSearch {
	position: absolute;
	top: 10px;
	right: 15px;
}

#CommonNavigation {
/* this is the top bitmap that goes along the menu, corners need to be rounded. */
	background: Transparent url(../images/summit/menu_border_top_Summit.png) no-repeat scroll 0 0;
	padding: 0px 10px 0px 15px;
	width: auto;
	border: none;
	margin: 0 0 -5px;
}
#CommonNavigation .Common {
	border: none;
}

#CommonNavigation .Common .Inner {
	border: none;
}

#CommonNavigation ul li {
	border-right: none;
	display: inline;
}

#CommonNavigation ul li a:link, #CommonNavigation ul li a:active, #CommonNavigation ul li a:visited {
	border-left: 1px solid #525252;
	border-right: 1px solid #8B8B8B;
	color: #FFFFFF;
	display: block;
	float: left;
	font-weight: bold;
	padding: 6px 20px;
	position: relative;
	text-decoration: none;
}

#CommonNavigation ul li a:hover {
	border-left: 1px solid #525252;
	border-right: 1px solid #8B8B8B;
	background: #505050;
	padding: 6px 20px;
	cursor: pointer;
}

#CommonNavigation ul li a.Selected:link, #CommonNavigation ul li a.Selected:visited {
	background: #8C8C8C none repeat scroll 0% 0%;
	position: relative;
}


#CommonNavigationShadow {
	background: #ECECEC url(  '../images/summit/menu_border_bottom.png' ) no-repeat scroll 0 0;
	margin-bottom: 0px;
	padding-top: 10px;
}

.CommonBreadCrumbArea {
	border: none;
	background: #ECECEC url(  '../images/summit/breadcrumb_bottom.png' ) no-repeat scroll bottom;
	padding-left: 10px;
}

/* Footer content */
#FooterTop {
	background: #FFFFFF url(  '../images/summit/content_border_top.png' ) no-repeat scroll top;
}

#CommonFooter {
	background: #FFFFFF url(  '../images/summit/content_border_bottom.png' ) no-repeat scroll bottom;
	padding-bottom: 20px;
}

/* Content Boxes */
.CommonContentBox {
	border: none;
	padding: 0px;
}

.CommonContentBoxHeader {
	border: none;
	background: #787777 url(  '../images/summit/heading_background.png' ) repeat-x scroll top center;
	margin-bottom: 10px;
	color: #fff;
	position: relative;
	padding: 0px;
	clear: both;
}
.CommonContentBoxHeaderQ{
	border: none;
	background: #787777 url(  '../images/summit/heading_background.png' ) repeat-x scroll top center;
	margin-bottom: 5px;
	color: #fff;
	position: relative;
	padding: 0px;
	clear: both;
}


.CommonContentBoxHeader h4, .CommonContentBoxHeader h2 {
	background: transparent url(  '../images/summit/heading_upperleft.png' ) no-repeat scroll left top;
	border: none;
	color: #FFFFFF;
	font-size: 1.0em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	position: relative;
	_height: 1px;
}

.CommonContentBoxHeader h4 span, .CommonContentBoxHeader h2 span {
	background: transparent url(  '../images/summit/heading_upperright.png' ) no-repeat scroll right top;
	padding: 3px 10px;
	display: block;
}

.CommonContentBoxHeaderBottom {
	background: transparent url(  '../images/summit/heading_lowerleft.png' ) no-repeat scroll left bottom;
	height: 4px;
	_font-size: 1px;
	_line-height: normal;
}

.CommonContentBoxHeaderBottom span {
	background: transparent url(  '../images/summit/heading_lowerright.png' ) no-repeat scroll right bottom;
	height: 4px;
	display: block;
}

#CommonContent .CommonContentBoxHeader {
	font-size: 120%;
}

/*This defines the cloud tags */
.CommonTag6 a:link, .CommonTag6 a:visited, .CommonTag6 a:active
{
	margin-right: 6px;
	text-decoration: none;
	/*font-size: 80%;*/
	font-size: 100%;
	font-weight: 200;
}

/* Utility */
.clear {
	clear: both;
	display: block;
	font-size: 0pt;
	height: 0pt;
	line-height: 0pt;
	margin: 0pt;
}

img {
	border: none;
}

.CommonAvatarListItemName
{
	font-size: 150%;
	font-weight: bold;
	padding: 0;
	margin: 0 0 4px 0;
