﻿#dashboard
{
	background-image:url(Images/Dashboard/globe-back.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	height:450px;
}

.DashboardTitle
{
	elevation:higher;
}

.DashboardOption
{
	margin-left : 50px;
}

.DashboardPanelUpdating
{
	background-image:url(Images/loading_small.gif);
	background-repeat:no-repeat;
	background-position:center;
	height:200px;
}

.SetupPanel, .MembersPanel, .TeamsPanel, .FixturesPanel, .ReportsPanel, .AdministrationPanel, .CreateTeamsPanel, .CreateUsersPanel, .CreateMembersPanel
{
	background-repeat:no-repeat;
	background-position:bottom right;
	background-color:#fcfcfc;
	border:solid 1px #d8d8d8;
}

.SetupPanel
{
	background-image:url(Images/Dashboard/Dashboard_1_Background.gif);
}

.MembersPanel
{
	background-image:url(Images/Dashboard/Dashboard_2_Background.gif);
}

.TeamsPanel
{
	background-image:url(Images/Dashboard/Dashboard_3_Background.gif);
}

.FixturesPanel
{
	background-image:url(Images/Dashboard/Dashboard_4_Background.gif);
}

.ReportsPanel
{
	background-image:url(Images/Dashboard/Dashboard_5_Background.gif);
}

.ToDoPanel
{
}

.SetupItemTitle
{
	font-weight:bold;
	color:#077aec;
}

.SetupPanelTitle
{
	font-size:1.6em;
	font-weight:bold;
	color:#077aec;
	cursor:hand;
}

.SetupItem, .MembersItem, .TeamsItem, .FixturesItem, .ReportsItem, .AdministrationItem, .ToDoItem
{
	color:Black;
	text-decoration:none;
	cursor:hand;
}

.SetupItemHover, .MembersItemHover, .TeamsItemHover, .FixturesItemHover, .ReportsItemHover, .AdministrationItemHover, .ToDoItemHover
{
	color:#b20000;
	text-decoration:none;
	cursor:hand;
}

.MembersPanelTitle
{
	font-size:1.6em;
	font-weight:bold;
	color:#29d9d9;
	cursor:hand;
}

.MembersTitle
{
	color:#29d9d9;
}

.TeamsPanelTitle
{
	font-size:1.6em;
	font-weight:bold;
	color:#00cc00;
	cursor:hand;
}

.FixturesPanelTitle
{
	font-size:1.6em;
	font-weight:bold;
	color:#ffdf00;
	cursor:hand;
}

.ReportsPanelTitle
{
	font-size:1.6em;
	font-weight:bold;
	color:rgb(102,153,0);
	cursor:hand;
}

.AdministrationPanelTitle
{
	font-size:1.6em;
	font-weight:bold;
	color:#76ce00;
}

.ToDoPanelTitle
{
	font-size:1.6em;
	font-weight:bold;
	color:#C83396;
	cursor:hand;
}
