﻿body
{
    margin: 0 0 0 0;
    background-color:#CD6A31;
}

.CanvasTable
{
    width:975px;
    height:100%;
    background-color:#9F3F0C;
}

.ContentTable
{
    width:100%;
    height:100%; 
}

.Header
{
    width:960px;
    height:94px;
    background-image:url('../../images/default/AthletelookupHeader.jpg');
    background-repeat:no-repeat;
}


.HeaderExtension
{
    height:94px;
    background-image:url('../../images/default/AthleteLookupHeaderExtension.jpg');
}


.Footer
{
    height:66px;
    background-image:url('../../images/default/AthletelookupFooter.jpg');
    background-repeat:no-repeat;
}

.FooterExtension
{    
    height:66px;
    background-image:url('../../images/default/AthletelookupFooterExtension.jpg');
}

.HRSpacer
{
    height:2px;
    
    width:80%;
    color:#0000FF;
}




/* Control Defintions */

.AlignLabelRight
{
    padding-right:3px;    
    text-align:right;
}

.AlignLabelLeft
{
    padding-Left:3px;    
    text-align:left;
}


.AlignTextBox
{
    text-align:left;
}

.AlignDropDownListBox
{
    text-align:left;    
}

.FormTextBox
{
	vertical-align:middle;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	text-align:left;
}

.FormDropDownListBox
{
    vertical-align:middle;
}

.FormHyperLink
{
    color:#0000FF;
    text-decoration:none;
    cursor:pointer;
}

.FormSubTitle
{
    font-size:18px;
    font-weight:bold;
}
/* End Control Defintions */


/* Grid View Definitons */

.GridView
{
    border-color:#000000;
}

.GridViewHeader
{
    background-color:#d0e2d0;
    font-weight:bold;
    color:#000000;
    border-color:#000000;

}

 .GridViewHeaderAlignLeft
{
    text-align:left;
    padding-left:3px;
    border:#000000;
   
}

.GridViewHeaderAlignCenter
{
    text-align:center;
    border:#000000;
   
}

.GridViewItemAlignLeft
{
    text-align:left;  
    border:#000000;  
    padding-left:3px;
 
}

.GridViewItemAlignCenter
{
    text-align:center;  
    border:#000000;  
    padding-left:3px;
 
}

.GridViewHeaderNav
{
    border:#000000;     
}

.GridViewItemNav
{
    border:#000000; 
    text-align:center;
}

.GridViewRowEven
{
	background-color:#d5dafd;
	padding: 8px;
	color: #000000;
	font-family:Verdana, Arial, sans-serif;
	font-size: 11px;
	border:#000000;
	line-height: 12px;	

}

.GridViewRowOdd
{
	background-color:#ffffff; 
	padding: 8px;
	color: #000000;
	font-family:Verdana, Arial, sans-serif;
	font-size: 11px;
	border:#000000;
	line-height: 12px;		 
}

.GridViewRowEdit
{
       
	background-color:#ffffff; 
	padding: 8px;
	color:Silver;
	font-family:Verdana, Arial, sans-serif;
	font-size: 11px;
	border:#000000;
	line-height: 12px;    
}

/* End Grid View Definitions */


/* Message Center */


.ErrorMessage
{
    color:Red;
}

.MessageCenterPanel
{
	background-color: #d0e2d0; 
	border-width:2px;
	border-style:solid;
	border-color:red;
	padding:3px;
	width:250px;
}
/* End Message Center */


/* Ajax Popups */
.EndUserPopUp
{
    background-color:#a0cf96;
	border-width:2px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:325px;    
}

.AdminPopUp
{
    background-color:#a0cf96;
	border-width:2px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
    width:325px;	
     
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	width:150px;
	height:100;
}
/* End Ajax Popups */

/* Image Defintions */

.ImageButtonRegister
{
    background-image:url('../../Images/Buttons/Default/ButtonRegister.jpg');
    width:128px;
    height:18px;
    border:none 0px;
}

.ImageButtonSubmit
{
    background-image:url('../../Images/Buttons/Default/ButtonLogin.jpg');
    width:128px;
    height:18px;
    border:none 0px;
}

/* End Image Defintions */