/* TYPOGRAPHY
-------------------------------------- */
/* Matching the navigation bar to the board */ 

.mgr-navigation-sliver { color: #333; }

.mgr-navigation-sliver a:link { color: #333; text-decoration: none; font-weight: bold; }

div.mgr-navigation-sliver a:visited { color: #333; text-decoration: none; font-weight: bold;}

div.mgr-navigation-sliver a:hover { color: #333; }

div.mgr-left-col p.welcome-message { font-weight: bold; }

div.mgr-navigation-sliver-wrapper 
{border: none; 
}
 
div.mgr-navigation-sliver 
{border: 1px solid #fff;}

div.mgr-right-col p.mgr-sliver-open-button
{background-color: transparent; }

	div.mgr-right-col p.mgr-sliver-open-button a:link
	{background-color: transparent; }

.custom-banner { text-align: left; background: #1C2046;}

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: #345487;}


/* BODY, set background color
-------------------------------------- */
body {background: #92ADC0;}


/* 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: #DFE6EF;
border: 1px solid #C4D3F6;}
	
.extra-content .boxbody
{padding: 10px 5px;
border: 1px solid #C4D3F6;
background: #E4EAF2;
}

/* community-content boxes (contain tables) */
.community-content
{border: 1px solid #345487;
background: #738AA4;}

.stats-box {border: 1px solid #345487; }

	.community-content table
	{position: relative;
	margin-top: -1px;}

td.topics, td.replies, td.latest,
td.author, td.posts, td.kudos,
td.views, td.admin-control{
 background: #DFE6EF;
}

.stats-box .boxheading,
	.community-content .boxheading
	{background: #576680 url(http://yuku-skins.s3.amazonaws.com/2/3055/tile_back.gif)top left repeat-x;
	border-top: 1px solid #90AEEB;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	padding: 8px 0px 8px 5px;
margin-bottom: 0;}

.community-content .boxheading h2:before {
 content: "";
    position: relative;
  top: -5px;
  right: 0px;
  font-size: 0;
  width: 0; 
	height: 0; 
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;	
	border-left: 4px solid white; 
  padding-right: 5px;
}
	
		.community-content .boxheading a, .community-content .boxheading a:visited
		{color: #FFF;}
		
		.community-content.collapsed .boxheading
		{border-bottom: none;}

		.community-content .boxbody
		{padding: 0px;}

div.tool-box .boxheading {
background: #DFE6EF url(http://yuku-skins.s3.amazonaws.com/2/3055/nav2.png) 2px 50% no-repeat;
padding-left: 20px;}

.stats-box .domain-stats {
  background: url(http://yuku-skins.s3.amazonaws.com/2/3055/stats.gif) 0px 50%  no-repeat;
  padding-left: 50px;
}

.info-links .calendar-link { background: url(http://yuku-skins.s3.amazonaws.com/2/3055/atb_calendar-1.gif) no-repeat;
padding-left: 20px;}

.info-links .active-members-link { background: url(http://yuku-skins.s3.amazonaws.com/2/3055/atb_members-1.gif) no-repeat;
padding-left: 22px;}

.info-links .community-profile-link { background: url(http://yuku-skins.s3.amazonaws.com/2/3055/3189.png) no-repeat;
padding-left: 20px;}

.info-links .support-link { background: url(http://yuku-skins.s3.amazonaws.com/2/3055/atb_help-1.gif) no-repeat;
padding-left: 20px;}

/* BUTTONS ---- */
.button
{padding: 2px 6px;
background: url(http://yuku-skins.s3.amazonaws.com/2/3055/gradbut.png) repeat-x;
border: 1px solid #557B9F;
text-decoration: none;
color: white;
text-transform: uppercase;
font-weight: bold;
border-radius: 5px;}

	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: #E4EAF2;
border: 1px solid #345487;
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 #345487;}


/* SPECIAL BOX & ELEMENT CLASSES
-------------------------------------- */

/* TOOL-BOX ---- */
.tool-box .boxheading
{padding-bottom: 3px;}

/* CONTROL-BOX, JUMP-BOX, LEGEND-BOX ---- */
.control-box, .legend-box
{border: none;
background: transparent;
padding: 0;}

	.control-box .boxbody,
	.legend-box .boxbody
	{padding: 0;
	background: transparent;
	border: none;}
	
	.legend-box .boxheading
	{display: none;}

.legend-box .boxbody {
  text-align: center; }

/* DISCUSSION-BOX ---- */
.discussion-box .even td
{background: #D1DCEB;}

/* 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: #E4EAF2;
margin-bottom: 25px;
}

table, th, td {border: 1px solid #FFF;}

th, td {padding: 5px;}

th
{background: #5b6e8e url(http://yuku-skins.s3.amazonaws.com/2/3055/tile_sub.gif) repeat-x;
color: #3A4F6C;}

	th a:link, th a:visited
	{color: #3A4F6C; text-decoration: none;}

.mgr-footer, .mgr-footer a:link, .mgr-footer a:visited { color: #000; }

div#backto {
   position: fixed;
   bottom: 5px;
   right: 5px;
   width: 100px;
   text-align: right;
}

.custom-box { width: 200px;
position: relative; top: 5px;
border: 0;
background: transparent;}

.control-box.top {
  margin-top: -30px;
  padding-bottom: 0px;
}

#forum_viewtopic .control-box.top {
margin-top: 0;
}

#forum_view .custom-box .button,
#forum_viewtopic .custom-box .button,
.calendar .custom-box .button { visibility: hidden; }