﻿/*
Should contain all Styles used by Controls 
*/

.InternalShowHeader
{
	width: 627px;
	height: 145px;
	max-height: 145px;
	min-height: 145px;
	overflow: hidden;
	padding-bottom: 3px;
}

.Breadcrumb
{
    padding: 11px 15px 14px 15px;
    color: #003333;
    font-weight: bold;
    font-size: 11px;
    line-height: 11px;
}

.Breadcrumb a
{
    color: #009999;
    font-weight: bold;
    font-size: 11px;
}

.Accordion
{
	border-top: solid 1px #a0e0e2;
}

.Accordion .Item
{
	border-bottom: solid 1px #a0e0e2;
	/*line-height: 12px;*/
	width: 100%;
}

.Accordion .Item .ItemBox
{
	padding: 10px 10px 10px 5px;
}

.Accordion .Item .ItemBox .Date
{
	float: left;
	width: 195px;
}

.Accordion .Item .ItemBox .TitleName
{
	float: left;
	color: #009999;
    font-weight: bold;
}

.Accordion .Item .Title
{
	cursor: pointer;
	font-size: 12px;
	width: 500px;
}

.Accordion .Item .Title a
{
	color: #009999;
	text-decoration: none;
}

.Accordion .Item .Text
{
	display: none;
	padding: 20px 30px 10px 35px;
}

.Accordion .Even
{
	background-color: #edf9f9;
}

.GenericComments 
{
	width: 569px;
}

.GenericComments .ArticleComment
{
	margin-top: 10px;
	color: #666;
}

.GenericComments .Narrow .ArticleComment 
{
	background-image: url(../Images/Backgrounds/bkgArticleCommentsShort.jpg);
	background-repeat: no-repeat;
	width: 420px;
	height: 58px;
	min-height: 58px;
}

.GenericComments .Wide .ArticleComment 
{
	background-image: url(../Images/Backgrounds/bkgArticleCommentsLarge.jpg);
	background-repeat: no-repeat;
	width: 454px;
	height: 59px;
	min-height: 59px;
	padding-left: 115px;
	padding-top: 6px;
}

.GenericComments .Narrow .ArticleComment textarea
{
	width: 190px;
	height: 40px;
	min-height: 40px;
	margin-left: 111px;
	margin-top: 8px;
}

.GenericComments .Wide .ArticleComment textarea
{
	width: 340px;
	height: 50px;
	min-height: 50px;
}

.GenericComments .ArticleComment textarea
{
	border: Solid 1px #ccc;
	padding: 0;
	overflow: auto;
}

.GenericComments .ArticleComment input
{
	margin-bottom: 10px;
	margin-left: 10px;
}

.GenericComments .ArticleComment .ThanksForYourComment
{
	color: #fff;
	padding-top: 12px;
	font-weight: bold;
}

.GenericComments .CommentsTop
{
    background-image: url(../Images/Backgrounds/bkgCommentsTop.jpg);
    background-repeat: no-repeat;
    background-position: top;
    width: 570px;
    height: 18px;
    min-height: 18px;
    margin-top: 20px;
    float: left;
}

.GenericComments .Comments
{
    padding: 0 29px;
    border-left: Solid 1px #ccc;
    border-right: Solid 1px #ccc;
    width: 510px;
    float: left;
}

.GenericComments .CommentsBottom
{
    background-image: url(../Images/Backgrounds/bkgCommentsBottom.jpg);
    background-repeat: no-repeat;
    background-position: top;
    width: 570px;
    height: 18px;
    min-height: 18px;
    float: left;
}

.GenericComments .Comments h2
{
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
	margin-top: 0;
	margin-bottom: 15px;
}

.ShowSubMenu
{
	width: 185px;
	float: left;
	background-image: url(../Images/Backgrounds/bkgShowSubmenu.png);
	background-repeat: no-repeat;
    background-position: top;
    position: absolute;
    z-index: 10;
    min-height: 525px;
    
    #top: 3px;
}

.ShowSubMenuInternalPage
{
    #top: 151px;
    _top: 151px;
}

.ShowSubMenu .Title
{
    background-color: #75BE1F;
    padding: 10px;
    width: 160px;
}

.ShowSubMenu .Title a
{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

.ShowSubMenu .Content img
{
	height: 41px;
	border-bottom: Solid 1px #66cccc;
}

.ShowSubMenu .Content, .ShowSubMenu .Content a
{
	font-size: 14px;
	font-weight: bold;
}

.ShowSubMenu .Content a
{
	display: block;
    padding: 10px;
    width: 160px;
	text-decoration: none;
	border-bottom: Solid 1px #66cccc;
}

.ShowSubMenu .Content a:hover, .ShowSubMenu .Content a.Selected
{
	color: #fff;
    background-image: url(../Images/Backgrounds/bkgSubmenuSelected.png);
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: #66cccc;
}

.ShowSubMenu .Content a.Episode
{
	/*color: #239de0;*/
	font-size: 12px;
}

.ShowSubMenu .Content a.Episode:hover, .ShowSubMenu .Content a.Episode.Selected
{
	/*color: #239de0;
	background-color: #ebf5ff;*/
}

.ShowSubMenu .FavouritesButton
{
    width: 122px;
    height: 35px;
    cursor: pointer; cursor: hand;
    padding: 6px 44px 0px 14px;
}
