@import url("MasterStyles.css");

/* =ADMIN
-----------------------------------------------------------------------------*/

/* =Top Text Navigation
-----------------------------------------------------------------------------*/

#TopNavWrapper {
	width: 937px;
	background-color: #8da8b8;
	float: left;
	display: inline;
	height: 68px;
}

#TopNavTextLinks {
	width: 625px;
	position: absolute;
	margin-top: 8px;
	margin-left: 12px;
}

#TopNavTextLinks a:link, #TopNavTextLinks a:visited, #TopNavTextLinks a:active {
	padding-left: 10px;
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
}

#TopNavTextLinks a:hover {
	padding-left: 10px;
	text-decoration: underline;
	font-size: 11px;
	color: #FFFFFF;
}

/* =Masthead
-----------------------------------------------------------------------------*/

#MastheadWrapper {
	width: 937px;
	float: left;
	display: inline;
	height: 107px;
}

#AdminTabTop {
	width: 937px;
	float: left;
	display: inline;
	height: 107px;
	background-image: url(../images_folder/site_specific/admin_masthead.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#TalkLogo {
	position: absolute;
	margin-top: 32px;
	margin-left: 22px;
}

/* =Family
-----------------------------------------------------------------------------*/

#WelcomeContainer {
	width: 631px;
	float: left;
	background-image: url(../images_folder/site_specific/family.jpg);
	background-position: left bottom;
	display: inline;
	background-repeat: no-repeat;
	height: 330px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}


/* =Site Links
-----------------------------------------------------------------------------*/


a:link {
	color: #652c90;
}

a:hover {
	color: #0000CC;
}

a:active {
	color: #652c90;
}

a:visited {
	color: #a75504;
}


.ListingTable A {
	background-image: url(../images_folder/site_specific/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
}

.ListingTableFeatures A {
	font-size: 12px;
	background-image: url(../images_folder/site_specific/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	font-style: normal;
	padding-left: 18px;
}


/* =Main (Left) Section
-----------------------------------------------------------------------------*/

#AdminLeftSideContainer {
	width: 900px;
	float: left;
	margin-top: 12px;
	margin-left: 12px;
	background-repeat: repeat-y;
	background-position: left top;
	display: inline;
	padding-bottom: 20px;
}


#AdminMainBodySection {
	width: 900px;
	text-align: left;
	float: left;
	display: inline;
	margin-left: 10px;
	font-size: 12px;
	line-height: 16px;
}

#AdminMainBodySection TD{
	line-height: 16px;
	font-size: 12px;
}


#AdminPageHeading {
	height: 34px;
	width: 900px;
	margin-bottom: 10px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-repeat: no-repeat;
	background-position: center bottom;
}

#AdminPageHeading H1{
	color: #000000;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 18px;
	margin: 0px;
	padding-left: 10px;
	padding-top: 5px;
	text-align: left;
}
