﻿body
{
	background-color: #cbe1ff;
	color: black;
margin: auto;

}

/*Master Classes*/
.HoldingTable
{
	/*border: none;*/
width:75%;
margin: auto;
}
.LogoCell
{
/*border: none;*/
	vertical-align: middle;
	text-align: center;
	width: 5%;
}

.LogoImage
{
	vertical-align: middle;
	text-align: center;
}

.TopBannerCell
{
	font-family:Tahoma, Verdana;
	font-size: xx-large;
	font-weight: bold;
	text-align: center;
	width: 70%;
/*border: none;*/
}

.MenuCell
{
	width:5%;
/*border: none;*/
}

.ContentCell
{
	width:70%;
        /*border: none;*/
}

/*Login.aspx Style*/
.LoginErrorMessage
{
	text-align: center;
	width:100%;
	vertical-align:middle;
}

.EmailAddressLabel
{
}

.PasswordLabel
{
}

/*.EmailAddressText
{
width: 95%;
}

.PasswordText
{
width: 95%;
}
*/

.LoginCell
{
}

.LoginButton
{
}

.RegisterLink
{
}
/*End Login.aspx Styles*/

/*Default.aspx Styles*/
.myTicketsGrid
{
	width: 100%;
	color: black;
}

.myTicketGridRow
{
	color: Black;
}

.myTicketGridSelected
{
	background-color: #0099ff;
	color: white;
}

.myTicketsGridAlternating
{
	color: Black;
}

.myTicketGridHeader a:link
{
	color: White;
}

.myTicketGridHeader
{
	background-color: #0066ff;
	color: White;
}

.myTicketsGridFooter
{
}

.myTicketsGridPager
{
}

.NewTicketButton
{
}

.ViewSelectedButton
{
}
/*End Default.aspx Styles*/

/*displayTicket.aspx Styles*/
.ROHeaderForm
{
	width:100%;
	text-align:center;
}

.ROHeaderLabel
{
	font-weight: bold;
}

.ROHeaderData
{
	width: 100%;
	text-align:left;
	 font-weight:normal;
	  
}
.ROHeaderFields
{
 text-align:left
}

.JobsTitle
{
font-weight: bold;
font-size: large;
}

.JobsGrid
{
}

.JobsGridHeader
{
	color: white;
	background-color: #0066ff;
}

.JobsGridFooter
{
}

.JobsGridRow
{
}

.JobsGridAlternating
{
}

.ActivityTitle
{
font-weight: bold;
font-size: large;
}

.ActivityGrid
{
width:100%;
}

.ActivityGridHeader
{
	color: white;
	background-color: #0066ff;
width:100%;
}

.ActivityGridFooter
{
}

.ActivityGridRow
{
}

.ActivityGridAlternating
{
}

.ActivityGridAddText
{
}

.AddNewCommentButton
{
}

.FilesTitle
{
font-weight: bold;
font-size: large;

}

.UploadFileCell
{
	width:90%;
}

.FileUpload
{
	width: 90%;
}

.UploadFileButtonCell
{

}

.UploadFileButton
{

}

.FilesGrid
{
        width: 100%;

}

.FilesGridHeader
{
	color: white;
	background-color: #0066ff;

}

.FilesGridFooter
{
}

.FilesGridRow
{
}

.FilesGridAlternating
{
}

.ReturnToListButton
{
}
/*End displayTicket.aspx Styles*/

/*NewTicket.aspx, Register.aspx Styles*/
.LabelCells
{
height: 40px;
width: 30%;
text-align:right;
 font-weight:bold
}
.DataCells
{
	height: 40px;
	width: 70%
}
.SmallText
{
	text-align:center;
	 font-size:x-small;
}

.VideoLinks
{
	text-align:center;
	height: 20px;
}
.RegisterError
{
}

.EmailAddressData
{
}

.CompanyData
{
}

.PasswordData
{
}

.NameData
{
}

.PhoneData
{
}

.CellData
{
}

.CreateTicketCheckbox
{
}

.LocationData
{
}

.RequestedTechnicianData
{
}

.PriorityData
{
}

.ProductsData
{
}

.TitleData
{
}

.DescriptionOfProblemData
{
}

.CreateTicketButton
{
}

.RegisterButton
{
}

/*End NewTicket.aspx, Register.aspx Styles*/
