/***** General *****/

a span {
	display: none;
}

img {
	border: none;
}

/* forms */

fieldset {
	border: 0;
}

input,
select,
textarea {
	font-size: 10pt;
}

/**/

table {
	border-collapse: collapse;
}
table td,
table th {
	empty-cells: show;
}

/**/

.clear {
	clear: both;
	font-size: 1px;
}

.hidden,
.goo {
	display: none;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.error {
	color: #E8A4A4;
}

.error2 {
	color: red;
}

/***/


.textarea {
	border: 1px solid #E7BECE;
	background: #FFF url(images/input_bg.gif);
	font-size: 10px;
	padding: 4px;
	margin: 1px 0;
}

.select {
	border: 1px solid #02622C;
	background-color: #FFF;
	font-size: 10px;
}

.submit {
	width: 70px;
	font-size: 10px;
	padding: 0 0 2px 0;
	height: 22px;
}
/***** /General *****/

.box_header {
	width: 506px;
	height: 9px;
	font-size: 1px;
	background-image: url(images/box_header.gif);
}

.box_footer {
	width: 506px;
	height: 9px;
	font-size: 1px;
	background-image: url(images/box_footer.gif);
}

.box {
	width: 470px;
	padding: 0 15px;
	border-left: 3px solid #E7BECE;
	border-right: 3px solid #E7BECE;
	background-color: #F7D3DE;
}

/***/

.page_titile {
	color: #D66D8C;
	padding: 1px 0 7px 25px;
	margin: 0 0 7px 0;
	border-bottom: 1px solid #D66D8C;
	background: url(images/title_arrow.gif) no-repeat;
	font-size: 12px;
}

.page_titile a {
	color: #D66D8C;
	text-decoration: underline;
}
.page_titile a:hover {
	text-decoration: none;
}

/***/

.sub_box {
	padding: 5px 10px 15px 10px;
	border: 1px solid #FFF;
	color: #313431;
	background-color: #FFEFF7;
}

/***/

.sub_box_table {
	width: 100%;
}

.sub_box_table td,
.sub_box_table th {
	padding: 5px;
	border-bottom: 1px solid #E7BECE;
}

/***/

.post_box {
	clear: both;
	padding: 5px 10px 15px 10px;
	border: 1px solid #FFF;
	color: #313431;
	background-color: #FFEFF7;
}

.post_user {
	float: left;
	width: 100px;
	padding: 10px 0;
	text-align: center;
}

.post_info {
	width: 365px;
	height: 135px;
	overflow: auto;
	padding-right:10px;
}

.forum_title {
	padding: 3px;
}

.post_date {
	display: block;
	clear: both;
	text-align: right;
	font-style: italic;
}

/***/

.sq_link {
	display: block;
	width: 85px;
	height: 16px;
	padding: 3px 0 0 0;
	text-align: center;
	color: #FFF;
	font-weight: bolder;
	background-image: url(images/button.gif);
}

/***/

.right_links {
	float: right;
	list-style:none
}

.right_links li {
	float: left;
	padding: 3px;
}

/***/

.back {
	display: block;
	height: 14px;
	padding: 2px 0 0 20px;
	font-weight: bold;
	text-decoration: underline;
	background: url(images/back_arrow.gif) no-repeat;
}
.back:hover {
	text-decoration: none;
}
/***** /Main *****/



/***** User colors *****/
.user_text_nanny {
	color: #BE00BF;
}

.user_text_agency {
	color: #6A5ACC;
}

.user_text_client {
	color: #0000CD;
}

.user_text_admin {
	color: #EA0000;
}