﻿body 
{
	color: White;
}

a
{
	color: #EEEEEE;
	font-weight: bold;
}

a:visited
{
	color: #EEEEEE;
}

a:hover
{
	color: #FFFFFF;
}


.CIconField, .CIconField img
{
	width: 32px;
	height: 32px;	
}

.CScreenShotField, .CScreenShotField img
{
	max-width: 640px;
	max-height: 320px;
}

.CDetailsRow
{
	width: 600px;
	overflow: scroll;	
}

.CLeftPanel
{
    min-width: 80px;
    width: 120px;
}

.CRightPanel
{   
    min-width: 80px;
    width: 240px; 
}

.CentralTable
{	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.CategoriesNavigateControl
{
	color: White;
}

.CategoriesControlDynamicMenu
{		
	color: Blue;
	z-index: 9;
	padding: 4px 12px 4px 12px;
	border: solid 2px White;
	width: 200px;
	background-image: url(../Images/BlueWhite100Alpha64x64.png);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat;
}

.CategoriesControlDynamicMenuItem
{
	background-color: Blue;	
	background-image: url(../Images/BlueWhite100Alpha64x64.png);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat;
}

.CategoriesControlDynamicMenuItem, .CategoriesControlDynamicMenuItem a
{	
	color: White;
}

.CategoriesControlDynamicMenuHover, .CategoriesControlDynamicMenuHover:hover
{
	text-decoration: underline;
}

.CategoriesControlStaticMenuHover, .CategoriesControlStaticMenuHover:hover
{	
	background-color: #7B8CE0;
	background-image: url(../Images/BlueWhite100Alpha64x64.png);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat;
	color: White;
	font-weight: bold;
	text-decoration: underline;
}

.CategoriesControlStaticMenuItem
{
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: White;
	color: White;	
	padding-left: 5px;
	padding-right: 2px;
}

.CategoriesControlStaticMenuItem a
{
	color: White;
}

.CategoriesControlStaticLevel0
{
	background-image: url(../Images/Gray70Alpha4x4.png);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat;
	
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: White;
	
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: White;
	
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: White;
}

.CategoriesControlStaticLevel1
{
	background-image: url(../Images/Blue50Alpha64x64.png);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat;
}

.CategoriesControlStaticMenuItem a
{
	background-image: none;
}

.CategoriesControlStaticMenu
{
	color: White;
	font-weight: bold;
	
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: White;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: White;
}

.CProgramDescriptions
{
	background-image: url(../Images/Blue85Alpha64x64.png);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat;
}

.CAlternatingProgramDescriptions
{
	background-image: url(../Images/BlueWhite100Alpha64x64.png);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat;
}

.CProgramDescriptions, .CProgramDescriptions a
{
	color: #dddddd;
}

.CAlternatingProgramDescriptions, .CAlternatingProgramDescriptions a
{
	color: #2208cc;
}

.CHeaderProgramDescriptions
{
	background-image: url(../Images/Blue85Alpha64x64.png);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat;
	color: White;
	background-color: #ccccff;
	padding-top: 12px;
}

.CProgramDetails a
{
	color: White;
}

.Glass50
{
	background-image: url(../Images/Blue50Alpha64x64.png);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat;
	color: White;
}

.Glass85
{
	background-image: url(../Images/Blue85Alpha64x64.png);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat;
	color: White;
}

.GlassWhite
{
	background-image: url(../Images/BlueWhite100Alpha64x64.png);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat;
	color: White;
}

.CGridViewProgams
{
	color: White;
	
	border: solid 1px #eeeeee;
}

.CEditFilesGridView
{
}

.CNavigationAccordion
{
	
	width: 142px;
	padding: 0px 2px 2px 0px;
	border: solid 1px #BBBBBB;
}

.CNavigationHeader
{
	padding: 2px 2px 2px 2px;
	width: 138px;
	background-image: url(../Images/Blue85Alpha64x64.png);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat;
	color: White;
}

.CNavigationHeader a
{
	color: #DDDDDD;
	font-weight: bold;
}

.CNavigationHeader a:hover
{
	color: White;
	font-weight: bold;
}

.CNavigationBody
{
	margin-left: 2px;
	
	border-bottom: solid 2px #CCCCCC; 
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC; 
	padding: 2px 2px 2px 2px;
	
	background-image: url(../Images/BlueWhite100Alpha64x64.png);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat;
	color: White;
}

.CNavigationBody a
{
	color: #DDDDDD;
	font-weight: bold;
}

.CNavigationBody a:hover
{
	color: White;
	font-weight: bold;
}

.RankRed
{
	font-weight: bold;
	color: Red;
	padding: 3px 4px 3px 4px;
}

.RankGreen
{
	font-weight: bold;
	color: Lime;
	padding: 3px 4px 3px 4px;
}

.CGridViewProgramsPager
{
	
}

.CGridViewProgramsPager a
{
	margin-left: 2px;
	margin-right: 2px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #FFD88A;
	border: solid 1px #777777;
}

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(../Images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(../Images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(../Images/SavedStar.png);
}
