/* TYPOGRAPHY
-------------------------------------- */
body
{font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000;}

.boxheading h1, .boxheading h2, .boxheading h3, .boxheading p, .boxheading .bread-crumbs
{font-size: 12px;
font-weight: bold;}

h1 {font-size: 16px;}
h2 {font-size: 14px;}
h3 {font-size: 12px;}
h4 {font-size: 11px;}
h5 {font-size: 10px;}
h6 {font-size: 9px;}


/* LINKS
-------------------------------------- */
a {color: #000;}
a:visited {color: #666;}
a:hover, a:active {color: #2C6ED5;}


/* BODY, set background color
-------------------------------------- */*/
body {background: #FFF;}


/* LAYOUT
-------------------------------------- */
#wrapper
{width: 95%;
margin: auto;
margin-top: 20px;}


/* STANDARD CLASSES
-------------------------------------- */

/* GENERIC BOX ---- */
.box {margin-bottom: 12px;}

/* extra-content boxes */
.extra-content .boxheading
{padding: 5px;
margin-bottom: 3px;
background: #D7E1FB;
border: 1px solid #C4D3F6;}
	
.extra-content .boxbody
{padding: 10px 5px;
border: 1px solid #C4D3F6;
background: #D7E1FB url(http://static.yuku.com/domainskins/bypass/img/kristin/outvision-bound/boxbody-gradient.gif) repeat-x;}

/* community-content boxes (contain tables) */
.community-content
{border: 1px solid #2C6ED5;
background: #C4D3F6;}

	.community-content table
	{position: relative;
	margin-top: -1px;}

	.community-content .boxheading
	{background: #90AEEB url(http://static.yuku.com/domainskins/bypass/img/kristin/outvision-bound/boxheading.gif) repeat-x;
	border-top: 1px solid #90AEEB;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	padding: 5px;
	padding-bottom: 6px;}
	
		.community-content .boxheading a, .community-content .boxheading a:visited
		{color: #FFF;}
		
		.community-content.collapsed .boxheading
		{border-bottom: none;}

		.community-content .boxbody
		{padding: 1px;}

/* BUTTONS ---- */
.button
{padding: 2px 4px;
background: #92AEEC url(http://static.yuku.com/domainskins/bypass/img/kristin/outvision-bound/button-gradient.gif) repeat-x;
border: 1px solid #2C6ED5;
text-decoration: none;
color: white;
text-transform: uppercase;
font-weight: bold;}

	a:link.button, a:visited.button
	{color: white;}

/* DROP DOWN MENUS ---- */
.dropdown span
{background: url(http://static.yuku.com/common/bypass/images/arrows/down-arrow-white.gif) no-repeat right center;
padding-right: 11px;}

.dropdown li
{background: #E3EBFE;
border: 1px solid #2C6ED5;
color: #000;
font-size: 11px;}

.dropdown li:hover {background: #FFF;}
	
	.dropdown li a:link, .dropdown li a:visited
	{text-decoration: none;
	color: #000;}

/* PAGER ---- */
.pager .jump
{background: url(http://static.yuku.com/common/bypass/images/arrows/down-arrow-black.gif) no-repeat right center;
padding-right: 11px;}

.jump-dropdown
{background: #E3EBFE;
border: 1px solid #2C6ED5;}


/* SPECIAL BOX & ELEMENT CLASSES
-------------------------------------- */

/* TOOL-BOX ---- */
.tool-box .boxheading
{padding-bottom: 3px;}

/* CONTROL-BOX, JUMP-BOX, LEGEND-BOX ---- */
.control-box, .jump-box, .legend-box
{border: none;
background: transparent;
padding: 0;}

	.control-box .boxbody,
	.jump-box .boxbody,
	.legend-box .boxbody
	{padding: 0;
	background: transparent;
	border: none;}
	
	.legend-box .boxheading
	{display: none;}

/* DISCUSSION-BOX ---- */
.discussion-box .even td
{background: #E9EFFE;}

/* post content elements */
.post-tags
{border: 1px dotted #FFF;
padding: 3px;}

.signature
{border-top: 1px dotted #FFF;}


/* GENERAL TAGS
-------------------------------------- */
blockquote
{border: 1px solid #C4D3F6;
background: #FFF;
padding: 5px;}

hr
{border: none;
background: #C4D3F6;
color: #C4D3F6;
height: 1px;}

/* FORMS ---- */
input.text, textarea
{border: 1px solid #C4D3F6;}

/* TABLES ---- */
table
{background: #E3EBFE;
margin-bottom: 15px;}

table, th, td {border: 1px solid #FFF;}

th, td {padding: 5px;}

th
{background: #C4D3F6 url(http://static.yuku.com/domainskins/bypass/img/kristin/outvision-bound/tableheading.gif) repeat-x;
color: #4D679E;}

	th a:link, th a:visited
	{color: #4D679E;}


/* FIX BOTTOM INTERACT DROPDOWN so it opens inside box (eliminate z-index problems) */
/* commenting out for now 
.last .poster-interact .interact ul
{bottom: 100% !important;
left: 0 !important;}

.last .poster-interact .top-left-dropdown ul,
.last .poster-interact .top-right-dropdown ul,
.last .poster-interact .bottom-left-dropdown ul,
.last .poster-interact .bottom-right-dropdown ul
{bottom: 100% !important;
left: 0 !important;}*/