/*
 * content.css :	Stylesheet for main page elements
 *
*/

/* the body */
body
{
	background: url(../images/body_bg.gif) repeat;
	width: 815px;
	margin-left: auto;
	margin-right: auto;
}

.content_page
{
	background: url(../images/page_shadow.png) repeat-y;
	width: 815px;
	behavior: url("/CMS/htc/iepngfix.htc");
}

/* surrounds content_header AND content_center */
#content_main
{
	width: 793px;
	margin-left: 11px;
	margin-right: 11px;
}

/* the page header (contains the logo and covers the top of the page) */
#content_header
{
	border-top: 1px solid #AC0E49;
	height: 112px;
}

/* the page header (contains the logo and covers the top of the page) [raw nav version] */
#content_header_raw_nav
{
	height: 112px;
}

/* panel just underneath the header */
#content_panel
{
	clear: both;
	border-top: 1px solid #871818;
	border-bottom: 1px solid #C9D5E7;
	background-color: #F2F5F9;
	height: 30px;
	padding: 3px;
}

/* surrounds content_center and content_side */
#content_center_all
{
	/*background: url(../images/center_all_bg.gif) repeat-y top right;*/
	line-height: 1.2; /* IE peekaboo bug fix */
	float: left;
	width: 100%;
	background-color: #fff;
}

/* content to the right */
.content_side
{
	float: right;
	width: 180px;
	height: 1%;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
}

/* the main content area of the page (contains the chatbox, etc.)*/
#content_center
{
	padding: 15px;
	margin-right: 180px;
	background-color: #fff;
}

#content_center_raw
{
	padding-left: 5px;
	margin-left: 15px;
	margin-right: 10px;
}

#content_center_raw_nav
{
	padding: 17px;
	padding-top: 15px;
	background-color: #fff;
}

/* the footer */
#content_tail
{
	text-align: center;
	padding-bottom: 15px;
	padding-top: 35px;
	background-color: #fff;
}/*
 * containers.css :	Stylesheet for containers
 *
*/

div.container_content_side_header
{
	background-color: #C71A5B;
	padding: 5px;
}

div.container_content_side_header_notfirst
{
	background-color: #C71A5B;
	padding: 5px;
	margin-top: 15px;
}

div.container_content_side_body
{
	background-color: #FFF8FB;
	border-left: 1px solid #C71A5B;
	border-bottom: 1px solid #C71A5B;
}

div.container_content_side_body_inner
{
	padding: 7px;
	padding-right: 0;
	border-bottom: 2px solid #fff;
}

div.container_options
{
	margin-top: 4px;
}

div.container_options2
{
	margin-top: 8px;
}

div.container_close
{
	cursor: pointer;
	float: right;
	margin-right: 7px;
	font-family: Arial, Verdana, Helvetica, Sans-Serif, "Times New Roman";
	font-weight: normal;
	font-size: 0.6em;
}

div.container_close_hover
{
	cursor: pointer;
	float: right;
	margin-right: 7px;
	font-family: Arial, Verdana, Helvetica, Sans-Serif, "Times New Roman";
	font-weight: normal;
	font-size: 0.6em;
	text-decoration: underline;
}

div.container_profile_extras
{
	text-align: center;
	margin-top: 10px;
}/*
 * form.css	:	Forms
 *
*/

input.form_field_content_side
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif, Times New Roman;
	font-size: 0.8em;
	border: 1px solid #8CADE8;
	width: 145px;
	padding: 2px;
}/*
 * menu.css :	CSS for menus
 *
*/

#content_panel ul
{
	float: left;
	margin-left: 10px;
}

#content_panel ul li
{
	float: left;
	font-family: Verdana, Arial, Helvetica, Sans-Serif, "Times New Roman";
	font-size: 0.7em;
	padding: 9px;
}

#content_panel ul li a:active, #content_panel ul li a:link, #content_panel ul li a:visited
{
	color: #000;
}

#content_panel ul li a:hover
{
	text-decoration: underline;
}

#content_panel ul li.selected a:active, #content_panel ul li.selected a:link, #content_panel ul li.selected a:visited
{
	font-weight: bold;
}

#content_panel ul li.selected a:hover
{
}/*
 * links.css :	Stylesheet for links
 *
*/

.content_side a.row:active, .content_side a.row:link, .content_side a.row:visited, .content_side span.link, .content_side div.link
{
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 0.7em;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	display: block;
	width: 163px;
	padding: 4px;
	padding-left: 5px;
	border-bottom: 1px solid #F7CEE1;
}

.content_side a.row:hover, .content_side span.link_hover, .content_side div.link_hover
{
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 0.7em;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	display: block;
	width: 163px;
	padding: 4px;
	padding-left: 5px;
	border-bottom: 1px solid #E54E93;
}

.content_side a.selected:active, .content_side a.selected:link, .content_side a.selected:visited, .content_side a.selected:hover, .content_side span.selected
{
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 0.7em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	display: block;
	width: 163px;
	padding: 4px;
	padding-left: 5px;
	border-bottom: 1px solid #E54E93;
}

#content_tail a:active, #content_tail a:link, #content_tail a:visited
{
	color: #000;
	font-weight: bold;
	text-decoration: underline;
	margin-left: 5px;
}/*
 * text.css :	Stylesheet for text
 *
*/

h1#page_title
{
	margin-bottom: 10px;
	font-family: Arial, Verdana, Helvetica, Sans-Serif, "Times New Roman";
	font-size: 1.5em;
	font-weight: bold;
	color: #000;
}

p.header
{
	font-family: Verdana,Arial, Verdana, Helvetica, Sans-Serif, "Times New Roman";
	font-size: 0.7em;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

span.name1
{
	color: #FF0000;
}

span.name2
{
	color: #2200EE;
}

span.name3
{
	color: #000;
}

span.name4
{
	color: #14C801;
}

#content_tail p
{
	margin-top: 10px;
}/*
 * lists.css :	Stylesheet for lists
 *
*/

.content_side ul
{
}

.content_side ul li
{
	padding-top: 2px;
	padding-bottom: 2px;
}/*
 * images.css :	Stylesheet for images
 *
*/

img.header_decor
{
	float: right;
	margin-right: 35px;
}