﻿/* Technology Styles */
.TechTeamHead
{
	background-image: url(Images/MyStuff/header-tp-tech.jpg);	
}

.TechTeamBand
{
	background-color: #ff5a07;
}

.TechSectionBackground
{
	background-image: url(Images/MyStuff/tile-tech.jpg);
}

.TechCompBackground
{
	background-color: #e7e7e7;
	padding-left: 20px;
	padding-right: 20px;
	border-left-color: Gray;
	border-left-style: solid;
	border-left-width: 2px;
	border-top-color: White;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: Gray;
	border-right-style: solid;
	border-right-width: 2px;
	border-bottom-color: Gray;
	border-bottom-style: solid;
	border-bottom-width: 2px;

	z-index: 5;
}

.TechCompTab
{
	color: #666666;
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	background-color: #e7e7e7;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	border-bottom: solid 1px #e7e7e7;
	border-left-color: White;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: White;
	border-top-style: solid;
	border-top-width: 1px;
	position: relative;
	top: 2px;
	z-index: 10;
}

.TechButton
{
	background-color: #ff5a07;
	width: 150px;
	height: 25px;
	border-width: 0px;
	color: #ffffff;
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	cursor:pointer;
}

/* Skills Styles */
.SkillsTeamHead
{
	background-image: url(Images/MyStuff/header-tp-skills.jpg);
}

.SkillsTeamBand
{
	background-color: #4e52b5;
}

.SkillsSectionBackground
{
	background-image: url(Images/MyStuff/tile-skills.jpg);
}

.SkillsCompBackground
{
	background-color: #e7e7e7;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-top: 20px;
	border-left-color: White;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: White;
	border-top-style: solid;
	border-top-width: 1px;
	z-index: 5;
}

.SkillsCompTab
{
	color: #666666;
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	background-color: #e7e7e7;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	border-bottom: solid 1px #e7e7e7;
	border-left-color: White;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: White;
	border-top-style: solid;
	border-top-width: 1px;
	position: relative;
	top: 2px;
	z-index: 10;
}

.SkillsButton
{
	background-color: #4e52b5;
	width: 150px;
	height: 25px;
	border-width: 0px;
	color: #ffffff;
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	cursor:pointer;
}

.CompeteButton
{
	background-color: Blue;
	border-right: #0000cc 0px solid;
	border-top: #0000cc 0px solid;
	border-left: #0000cc 0px solid;
	border-bottom: #0000cc 0px solid;
	border-color: #ffffff;
	border-style: solid;
	border-width:1px;
	width: 125px;
	height: 35px;
	color: #ffffff;
	font-family: Verdana, Arial;
	font-size: 11pt;
	font-weight: bold;
	cursor:pointer;
	
}

.CompeteButtonTech
{
	background-color: #ff5a07;
	border-right: #0000cc 0px solid;
	border-top: #0000cc 0px solid;
	border-left: #0000cc 0px solid;
	border-bottom: #0000cc 0px solid;
	border-color: #ffffff;
	border-style: solid;
	border-width:1px;
	width: 125px;
	height: 35px;
	color: #ffffff;
	font-family: Verdana, Arial;
	font-size: 11pt;
	font-weight: bold;
	cursor:pointer;
	
}

.CompetitionPanelHeaderText
{
	color: white;
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight:bold;
}


/* Digital Styles */
.DigitalTeamHead
{
	background-image: url(Images/MyStuff/header-tp-digitalarts.jpg);
}

.DigitalTeamBand
{
	background-color: #ee2327;
	
}

.DigitalSectionBackground
{
	background-image: url(Images/MyStuff/tile-arts.jpg);
}

.DigitalCompBackground
{
	
	background-color: #e7e7e7;
	padding-left: 20px;
	padding-right: 20px;
	border-left-color: Gray;
	border-left-style: solid;
	border-left-width: 2px;
	border-top-color: White;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: Gray;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-right-color: Gray;
	border-right-style: solid;
	border-right-width: 2px;
	z-index: 5;

}

.DigitalCompTab
{
	color: #666666;
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	background-color: #e7e7e7;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	border-bottom: solid 1px #e7e7e7;
	border-left-color: White;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: White;
	border-top-style: solid;
	border-top-width: 1px;
	position: relative;
	top: 2px;
	z-index: 10;
}

.DigitalButton
{
	background-color: #ee2327;
	width: 150px;
	height: 35px;
	border-width: 1px;
	color: #ffffff;
	font-family: Verdana, Arial;
	font-size: 11pt;
	font-weight: bold;
	cursor:pointer;
}

/* Body Styles */
.InactiveTab
{
	background-color: #c5c5c5;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 8px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-left-style: solid;
	border-left-width: 3px;
	border-right-style: solid;
	border-right-width: 1px;
	border-color: #d7d7d7;
	border-top-width: 1px;
	border-top-style: solid;
}

/*Added by Vivek Balagangadharan - Fast Track*/
.InactiveTabLeft
{
	background-image: url(MyCompetitionPage-Assets/FT-Concept/images/btn-up-left.jpg);
	background-repeat: no-repeat;
	border-bottom-color: white;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	background-color: #d7d7d7;
	width: 1px;
}

.InactiveTabCenter
{
	background-image: url(MyCompetitionPage-Assets/FT-Concept/images/btn-up-center.jpg);
	background-repeat:repeat-x;
	padding-left:5px;
	padding-right:5px;
	/*border-bottom-color:white;
	border-bottom-style:solid;
	border-bottom-width:thin;*/

}



.InactiveTabRight
{
	background-image: url(MyCompetitionPage-Assets/FT-Concept/images/btn-up-right.JPG);
	background-repeat:no-repeat;
	border-bottom-color:white;
	border-bottom-style:solid;
	border-bottom-width:2px;
	width: 1px;
}

.SkillsCompTabLeft
{
	background-image: url(MyCompetitionPage-Assets/FT-Concept/images/btn-skills-left1.jpg);
	background-repeat:no-repeat;
	border-bottom-color:white;
	border-bottom-style:solid;
	border-bottom-width:thin;	
}

.SkillsCompTabCenter
{
	background-image: url(MyCompetitionPage-Assets/FT-Concept/images/btn-skills-center.jpg);
	background-repeat:repeat;
	color:Black;
	padding-left: 5px;
	padding-right: 5px;
}

.SkillsCompTabRight
{
	background-image: url(MyCompetitionPage-Assets/FT-Concept/images/btn-skills-right.jpg);
	background-repeat:no-repeat;
	border-bottom-color: white;
	border-bottom-style: solid;
	border-bottom-width: 2px;

}

.TechCompTabLeft
{
	background-image: url(MyCompetitionPage-Assets/FT-Concept/images/btn-tech-left.jpg);
	background-repeat:no-repeat;
	border-bottom-color: white;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.TechCompTabCenter
{
	background-image: url(MyCompetitionPage-Assets/FT-Concept/images/btn-tech-center.jpg);
	background-repeat:repeat;
	color:Black;
	padding-left: 5px;
	padding-right: 5px;
}

.TechCompTabRight
{
	background-image: url(MyCompetitionPage-Assets/FT-Concept/images/btn-tech-right.jpg);
	background-repeat:no-repeat;
	border-bottom-color: white;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
.DigitalCompTabLeft
{
	background-image: url(MyCompetitionPage-Assets/FT-Concept/images/btn-arts-left.jpg);
	background-repeat:no-repeat;
	border-bottom-color: white;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.DigitalCompTabCenter
{
	background-image: url(MyCompetitionPage-Assets/FT-Concept/images/btn-arts-center.jpg);
	background-repeat:repeat;
	color:Black;
	padding-left: 5px;
	padding-right: 5px;
}

.DigitalCompTabRight
{
	background-image: url(MyCompetitionPage-Assets/FT-Concept/images/btn-arts-right.jpg);
	background-repeat:no-repeat;
	border-bottom-color: white;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
/* Adding new class for septerator in the tabs */
.Seperator
{
	background-color: transparent;
	border-bottom-color:white;
	border-bottom-style:solid;
	border-bottom-width:thin;
	width: 1px;
}
.menuCell
{
	padding: 0 0 0 0;
}

.TeamHeaderText
{
	color: #ffffff;
	font-family: Verdana, Arial;
	font-size: 20pt;
	font-weight: bold;
}

.TeamHeaderSubText
{
	color: #ffffff;
	font-family: Verdana, Arial;
	font-size: 11pt;
	font-weight: bold;
}

.PageTitle
{
	color: #ffffff;
	font-family: Verdana, Arial;
	font-size: 13pt;
	font-weight: bold;	
}

.TeamText
{
	color: #ffffff;
	font-family: Verdana, Arial;
	font-size: 10pt;
	
}

.BodyText
{
	color: #434343;
	font-family: Verdana, Arial;
	font-size: 10pt;
	
}

.BodyText2
{
	color: #434343;
	font-family: Verdana, Arial;
	font-size: 9pt;
	
}

.CompetitionTitle
{
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 11pt;
	font-weight: bold;
}

.ActiveTab
{
	color: #5d5d5d;
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;	
}
.CompetitionSection
{
	color: #ffffff;
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;	
}
/* Added by Rahul to reduce size of links listed in tabs.*/
.CompetitionSectionForCompetitionLinks
{
	color: #ffffff;
	font-family: Verdana, Arial;
	font-size: 7pt;
	font-weight: bold;
	text-decoration:none;
}

.CompetitionSectionForCompetitionActiveLinks
{
	color:Black;
	font-family: Verdana, Arial;
	font-size: 7pt;
	font-weight: bold;
	text-decoration:none;
}


.CompListitem
{
	color: #434343;	
}

.ResourceText
{
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 11pt;
}

.ResourceFile
{
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 11pt;
	font-style: italic;
}
.SkillsCompBackground1
{
	background-color: #e7e7e7;
	padding-left: 20px;
	padding-right: 20px;
	border-left-color: Gray;
	border-left-style: solid;
	border-left-width: 2px;
	border-top-color: White;
	border-top-style: solid;
	border-top-width: 2px;
	border-bottom-color: Gray;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-right-color: Gray;
	border-right-style: solid;
	border-right-width: 2px;
	z-index: 5;
}
.Date_Display
{
	color: #00008b;
	font-size: 10pt;
	vertical-align: middle;
	font-weight: bold;
	font-family: Verdana;
}

.Round_Display
{
	color: #00008b; 
	font-family:Verdana; 
	font-weight:bold; 
	font-size: 15pt; 
	vertical-align: middle	
}

.RankLable
{
	vertical-align:top;
	font-family:verdana;
	
}