/* Copyright (C) 2007 - 2009 YOOtheme GmbH */

body.yoopage { background: #908AAC; }
#page-body { background-image: url(../../images/variations/pink/page_bg_t.png); }
#page-footer { background-image: url(../../images/variations/pink/page_bg_b.png); }

#menubar { background-image: url(../../images/variations/pink/menubar_bg.png); }
#menubar div.menubar-2 { background-image: url(../../images/variations/pink/menubar_bg.png); }
#menubar div.menubar-3 { background-image: url(../../images/variations/pink/menubar_bg.png); }

#menu li.active .level1 span.bg { color: #484360; }
#menu li.active .level1 span.subtitle { color: #484360; }

h1,
#page h1 a,
h3,
h5,
a:link,
a:visited,
.contentheading,
.componentheading { color: #484360; }

a:hover { color: #484360;  }

/* color: header templatecolor */
div.mod-rounded-header-templatecolor div.header-1 { background-image: url(../../images/module_rounded_grey_header_pink.png); }
div.mod-rounded-header-templatecolor div.header-2 { background-image: url(../../images/module_rounded_grey_header_pink.png); }
div.mod-rounded-header-templatecolor div.header-3 { background-image: url(../../images/module_rounded_grey_header_pink.png); }

/* shadowbox divs */
div.shadow-div
{
display: none;
}

/* custom paragraphs */
p.note
{
	font-size: .8em;
}

/* custom anchors */
a.topic
{
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
}

/* custom tables */
#rounded-corner
{
	border-collapse: collapse;
	text-align: right;
	margin-left: 10px;
}
#rounded-corner thead th.rounded-left
{
	background: #484360 url('../../../../images/stories/tables/left.png') left -1px no-repeat;
	text-align: left;
}
#rounded-corner thead th.rounded-right
{
	background: #484360 url('../../../../images/stories/tables/right.png') right -1px no-repeat;
	text-align: right;
}
#rounded-corner th
{
	padding: 7px;
	color: #F3F3F3;
	background: #484360 ;
	text-align: right;
	font-size: 1.1em;
}
#rounded-corner td
{
	padding: 6px 10px 6px 10px;
	background: #E5E0F9;
	border-top: 1px solid #fff;
	color: #333;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #E5E0F9 url('../../../../images/stories/tables/botleft.png') left bottom no-repeat;
	text-align: left;
	font-style: italic;
	font-size: .9em;
	padding: 7px;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #E5E0F9 url('../../../../images/stories/tables/botright.png') right bottom no-repeat;
	padding: 7px;
}
#rounded-corner tbody tr:hover td
{
	background: #908AAC;
	color: #FFF;
	font-weight: bold;
	font-size: 1.1em;
}