﻿/* CONTENT STYLES */
/* These should be copied to the Editor stylesheet */
body 
{
	font-family: Tahoma, Sans-Serif;
	font-size: 11px;
	background-color: #FFFFFF;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
a:link
{
	color: #669999;
}
a:visited 
{
	color: #51707A;
}
a:hover, a:active 
{
	color: #606374;
}

h1 
{
	color: #181836;
	font-family: Trebuchet MS, Tahoma, Sans-Serif;
	font-size: 22px;
	font-weight: bolder;
	font-style: italic;
	margin: 0 0 1em 0;
	clear: both;
}
.header
{
	color: #181836;
	font-family: Trebuchet MS, Tahoma, Sans-Serif;
	font-size: 18px;
	font-weight: bolder;
	clear: both;
}
h2
{
	color: #181836;
	font-family: Trebuchet MS, Tahoma, Sans-Serif;
	font-size: 18px;
	font-weight: bolder;
	margin: 0 0 5px 0;
	clear: both;
}
.subHeader
{
	color: #669999;
	font-family: Trebuchet MS, Tahoma, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	clear: both;
}
h3
{
	color: #669999;
	font-family: Trebuchet MS, Tahoma, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 4px 0;
	clear: both;
}
.contentHeader 
{
	color: #181836;
	font-family: Trebuchet MS, Tahoma, Sans-Serif;
	font-size: 12px;
	font-weight: bolder;
	clear: both;
}
h4
{
	color: #181836;
	font-family: Trebuchet MS, Tahoma, Sans-Serif;
	font-size: 12px;
	font-weight: bolder;
	margin: 0 0 3px 0;
	clear: both;
}
.contentSubHeader 
{
	color: #669999;
	font-family: Trebuchet MS, Tahoma, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	clear: both;
}
h5
{
	color: #669999;
	font-family: Trebuchet MS, Tahoma, Sans-Serif;
	font-size: 11px;
	font-weight: bolder;
	margin: 0 0 2px 0;
	clear: both;
}
.content
{
	font-family: Tahoma, Sans-Serif;
	font-size: 11px;
	line-height: 1.63em;
}
p, table, form
{
	font-family: Tahoma, Sans-Serif;
	font-size: 11px;
}
p, form 
{
	line-height: 1.63em;
    margin: 2px 0 23px 0;
}
/*
input, textarea, select 
{
	font-family: Tahoma, Sans-Serif;
	font-size: 11px;
}
*/
.contentSmall
{
	font-family: Tahoma, Sans-Serif;
	font-size: 10px;
}
h6 
{
	margin: 0 0 1em 0;
	font-size: 100%;
	font-weight:normal;
}
/* End of what should be copied to Editor stylesheet */
.alert 
{
    color: #669999;
    font-weight: bold;
}
.contentOver
{
	background-color: #FFFF00;
	cursor: pointer;
}
.btn, #ExtranetLogin_btnLogin
{
	background-color: #808080;
	color: #FFFFFF;
	border: solid 1px #000000;
	font-family: Arial, Tahoma, Sans-Serif;
	font-weight: bold;
}
img
{
	border: none 0 Transparent;
}

#MainNav ul 
{
	color: #669999;
	font-family: Trebuchet MS, Tahoma, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
}
#SideNav ul 
{
	color: #181836;
	font-family: Trebuchet MS, Tahoma, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
}
#SideNav ul ul 
{
	font-family: Tahoma, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
}

#GuiLogin ul, #GuiSearch ul 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.privatenav 
{
    font-weight: bold;
}

ul.relatedPages a
{
    font-weight: bold;
    color: #669999;
}
ul.items .description 
{
    display: block;
    margin: 0 20px;
}
ul.items li a
{
    font-weight: bold;
    color: #669999;
}
.category td label
{
	color: #181836;
	font-weight: bold;
}
ul.comments 
{
    margin: 1em 0 1em 12px;
    padding: 0;
}
ul.comments li 
{
    margin: 12px 0;
}
ul.comments li p 
{
    margin: 0;
}
ul.commentForm 
{
    margin: 1em 0;
    padding: 0;
    list-style-type: none;
}

.clr 
{
	clear: both;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
}
.hidden, .screen, .print 
{
	display: none;
}
#SiteTitle, #AccessLinks, #SiteSummary
{
	display: none;
}
div#SubmitFormButton input, div#ClearFormButton input {

	display: block;
	width: 83px;
	height: 23px;
	overflow: hidden;
	padding: 0 14px 0 0;
	border: none 0 Transparent;
	background-image: url(http://shared.typeconnectgo.com/images/loginbtn.png);
	background-color: Transparent;
	background-repeat: no-repeat;
	color: #262743;
	font-family: Trebuchet MS, Tahoma, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	cursor: pointer;

}
div#ClearFormButton input {
	background-image: url(http://shared.typeconnectgo.com/images/cancelbtn.png);
}