﻿body 
{
	background: url(../Images/Structural/BKGD/PageBKGD.gif);
	font-family: Arial, Sans-Serif;
}

/**************************************************
Generic Classes
**************************************************/
.Clear
{
	clear: both;
	height: 0;
	overflow: hidden;
}

.FloatLeft
{
	float: left;
}

.FloatRight
{
	float: right;
}

.Relative
{
	position: relative;
}

.Absolute
{
	position: absolute;
}

.AlignLeft
{
	text-align: left;
}

.AlignRight
{
	text-align: right;
}

.AlignTop
{
	vertical-align: top;
}

.AlignMiddle
{
	vertical-align: middle;
}

.AlignBottom
{
	vertical-align: bottom;
}

.Nowrap
{
	white-space: nowrap;
}

.SubText
{
	font-size: 80%;
	color: #888;
	font-family: Arial, Sans-Serif;
}

.BlackText
{
	color: #000;
}

.SmallerText
{
	font-size: 85%;
}

.Bullets
{
	list-style-image: url(../Images/Structural/BKGD/BlueBullet.gif);
	margin-left: 13px;
	margin-bottom: 20px;
}

.Bullets li
{
	padding: 7px 0 7px 8px;
}

.SubList
{
	margin: 0 0 20px 24px;
}

.SubList li
{
	padding: 3px 0;
}

a.ImageLink
{
	display: block;
	background-position: top;
}

a.ImageLink:hover
{
	background-position: bottom;
}


/* Generic Classes End ***************************************************************************/

/**************************************************
Inputs
**************************************************/

input[type="text"], input[type="password"], textarea
{
	height: 24px;
	font-size: 18px;
	color: #666;
	border: solid 1px #9AB4C6;
}

textarea
{
	font-family: Arial, Sans-Serif;
}

input[type="checkbox"]
{
	margin-right: 3px;
}

/* Inputs End ***************************************************************************/

/*********************************************************
Page Containers
*********************************************************/

#PageContainer
{
	width: 965px;
	margin: 0 auto;
}

/* Page Containers End ***************************************************************************/

/*********************************************************
Page Header
*********************************************************/

#HeaderContainer
{
}

#Header
{
	background: url(../Images/Structural/BKGD/HeaderBKGD.gif);
}

#HeaderLeft
{
	background: url(../Images/Structural/BKGD/HeaderLeftBKGD.gif) left no-repeat;
}

#HeaderRight
{
	background: url(../Images/Structural/BKGD/HeaderRightBKGD.gif) right no-repeat;
	height: 125px;
}

#HeaderLogos
{
	position: absolute;
	top: 15px;
	left: 15px;
}

.LogoText
{
	position: relative;
	top: 42px;
	left: 4px;
}

.HeaderPlane
{
	position: absolute;
	top: 17px;
	right: 10px;
}

/* Page Header End ***************************************************************************/

/*********************************************************
Main Menu
*********************************************************/

#MainMenu
{
	font-weight: bold;
}

#MenuBKGDContainer
{
	background: url(../Images/Structural/BKGD/MainMenuBKGD.gif) top repeat-x;
}

#MainMenu ul
{
	margin-left: 20px;
}

#MainMenu li.AspNet-Menu-Leaf a, #MainMenu li.AspNet-Menu-Leaf span, #MainMenu .AspNet-Menu-WithChildren a
{
	display: block;
	line-height: 45px;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
}

#MainMenu li.AspNet-Menu-Leaf a:hover, #MainMenu .AspNet-Menu-WithChildren a:hover, #MainMenu li.AspNet-Menu-WithChildren.AspNet-Menu-Selected a:hover
{
	color: #c8daea;
}

#MainMenu li.AspNet-Menu-Leaf.AspNet-Menu-Selected, #MainMenu li.AspNet-Menu-WithChildren.AspNet-Menu-Selected
{
	background: url(../Images/Structural/BKGD/MainMenuSelectedLeft.gif) left no-repeat;
}

#MainMenu li.AspNet-Menu-Leaf.AspNet-Menu-Selected a, #MainMenu li.AspNet-Menu-WithChildren.AspNet-Menu-Selected a
{
	background: url(../Images/Structural/BKGD/MainMenuSelectedRight.gif) right no-repeat;
	color: #4c87b9;
	padding: 0 14px;
}

#MainMenu li.AspNet-Menu-WithChildren li, #MainMenu li.AspNet-Menu-WithChildren li a
{
	display: block;
	float: none;
}

#MainMenu li.AspNet-Menu-Leaf ul a:hover, #MainMenu li.AspNet-Menu-WithChildren li.AspNet-Menu-Leaf a:hover,
#MainMenu li.AspNet-Menu-WithChildren.AspNet-Menu-Selected ul li.AspNet-Menu-WithChildren.AspNet-Menu-ParentSelected:hover a
{
	color: #4c87b9;
}

#MainMenu li.AspNet-Menu-WithChildren ul li.AspNet-Menu-WithChildren:hover a,
#MainMenu li.AspNet-Menu-WithChildren.AspNet-Menu-Selected ul li.AspNet-Menu-WithChildren.AspNet-Menu-ParentSelected:hover ul a
{
	color: #4c87b9;
}

#MainMenu li.AspNet-Menu-WithChildren ul, #MainMenu li.AspNet-Menu-WithChildren.AspNet-Menu-Selected ul
{
	background-color: #fff;
	border: solid 2px #4c87b9;
	border-top: none;
	margin-left: 0;
	top: 39px;
	left: -2px;
	white-space: nowrap;
}

#MainMenu li.AspNet-Menu-WithChildren ul ul, #MainMenu li.AspNet-Menu-WithChildren.AspNet-Menu-Selected ul ul
{
	border-top: solid 2px #4c87b9;
	left: 100%;
	top: -2px;
	background-color: #dbe7f1;
}

#MainMenu li.AspNet-Menu-WithChildren ul a, #MainMenu li.AspNet-Menu-WithChildren.AspNet-Menu-Selected ul a
{
	background-image: none;
	font-size: 13px;
	height: auto;
	width: auto;
	margin: 0;
	float: none;
	line-height: normal;
	color: #4c87b9;
	padding: 5px 10px;
}

#MainMenu li.AspNet-Menu-WithChildren ul ul a, #MainMenu li.AspNet-Menu-WithChildren.AspNet-Menu-Selected ul ul a
{
	font-size: 11px;
}

#MainMenu li.AspNet-Menu-WithChildren.AspNet-Menu-Selected ul li.AspNet-Menu-Leaf, .AspNet-Menu-Leaf.AspNet-Menu-ParentSelected, 
#MainMenu li.AspNet-Menu-WithChildren.AspNet-Menu-Selected ul li.AspNet-Menu-WithChildren.AspNet-Menu-ParentSelected
{
	padding: 0;
}

#MainMenu li.AspNet-Menu-WithChildren ul li.AspNet-Menu-WithChildren:hover a:hover,
#MainMenu li.AspNet-Menu-WithChildren.AspNet-Menu-Selected ul li.AspNet-Menu-WithChildren.AspNet-Menu-ParentSelected:hover a:hover
{
	background-color: #bed4e6;
}

#MainMenu li.AspNet-Menu-WithChildren ul a:hover, #MainMenu li.AspNet-Menu-WithChildren.AspNet-Menu-Selected ul a:hover, 
#MainMenu li.AspNet-Menu-WithChildren.AspNet-Menu-Selected ul li.AspNet-Menu-WithChildren.AspNet-Menu-ParentSelected a:hover
{
	background-color: #bed4e6;
}

#MainMenu li.AspNet-Menu-WithChildren li.AspNet-Menu-WithChildren
{
	background: url(../Images/Structural/BKGD/BlueNavLinkArrow.gif) right no-repeat;
}

#MainMenu li.AspNet-Menu-WithChildren li.AspNet-Menu-WithChildren a:hover
{
	background: #bed4e6 url(../Images/Structural/BKGD/BlueNavLinkArrow.gif) right no-repeat;
}

#MainMenu li.AspNet-Menu-WithChildren li.AspNet-Menu-WithChildren:hover
{
	background: #bed4e6 url(../Images/Structural/BKGD/BlueNavLinkArrow.gif) right no-repeat;
}

#MainMenu li.AspNet-Menu-WithChildren li.AspNet-Menu-WithChildren ul a, #MainMenu li.AspNet-Menu-WithChildren li.AspNet-Menu-WithChildren ul a:hover
{
	background-image: none;
}

#MainMenu li.AspNet-Menu-WithChildren.AspNet-Menu-Selected ul li
{
	padding: 2px 20px 2px 20px;
}

/* Main Menu End ***************************************************************************/

/*********************************************************
Additional Links
*********************************************************/

#AdditionalLinks
{
	position: absolute;
	right: 15px;
	top: -41px;
}

#Login
{
	background: url(../Images/Structural/BKGD/MenuSpecialContainerBKGD.gif) repeat-x;
	font-weight: bold;
}

#LoginLeft
{
	background: url(../Images/Structural/BKGD/MenuSpecialContainerLeftBKGD.gif) left no-repeat;
}

#LoginRight
{
	background: url(../Images/Structural/BKGD/MenuSpecialContainerRightBKGD.gif) right no-repeat;
	height: 34px;
	padding: 0 15px 0 12px;
}

#AdditionalLinks a
{
	display: block;
	float: left;
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
	padding-left: 28px;
	background-position: left;
	background-repeat: no-repeat;
	height: 24px;
	line-height: 21px;
	position: relative;
	top: 4px; 
}

#AdditionalLinks a:hover
{
	text-decoration: none;
}

.JoinLink
{
	background-image: url(../Images/Structural/Icons/UsersIcon.gif);
	margin-right: 12px;
}

.LoginLink
{
	background-image: url(../Images/Structural/Icons/LockIcon.gif);
}

#LoggedIn
{
	position: relative;
	top: -26px;
	right: -9px;
}

#LoggedInAsLeft
{
	background: url(../Images/Structural/BKGD/YourLoggedInLeftBKGD.gif) left no-repeat;
}

#LoggedInAsRight
{
	background: url(../Images/Structural/BKGD/YourLoggedInRightBKGD.gif) right no-repeat;
}

#LoggedInAsBody
{
	background: url(../Images/Structural/BKGD/YourLoggedInBKGD.gif);
	margin: 0 7px;
	height: 21px;
	font-size: 12px;
	color: #666;
	padding: 6px 4px 0 4px;
}

#Logout
{
	background: url(../Images/Structural/BKGD/LogoutBKGD.gif);
	width: 90px;
	margin: 0 auto;
}

#LogoutLeft
{
	background: url(../Images/Structural/BKGD/LogoutLeftBKGD.gif) left no-repeat;
}

#LogoutRight
{
	background: url(../Images/Structural/BKGD/LogoutRightBKGD.gif) right no-repeat;
	height: 30px;
	padding-top: 3px;
	text-align: center;
}

#AdditionalLinks #LogoutRight a
{
	display: inline;
	padding: 0;
	position: inherit;
	float: none;
	font-weight: bold;
}

/* Additional Links End ***************************************************************************/

/*********************************************************
Frame Content
*********************************************************/

#FrameContainer
{
	margin-top: 23px;
	background: #fff url(../Images/Structural/BKGD/MainMenuBKGD.gif) repeat-x;
}

#FrameUpperLeft
{
	background: url(../Images/Structural/BKGD/BlueFrameLeftTop.gif) left top no-repeat;
}

#FrameUpperRight
{
	background: url(../Images/Structural/BKGD/BlueFrameRightTop.gif) right top no-repeat;
}

#FrameLeft
{
	background: url(../Images/Structural/BKGD/BlueFrameLeft.gif) left repeat-y;
}

#FrameRight
{
	background: url(../Images/Structural/BKGD/BlueFrameRight.gif) right repeat-y;
}

#FrameBottom
{
	background: url(../Images/Structural/BKGD/BlueFrameBottom.gif) repeat-x;
}

#FrameBottomLeft
{
	background: url(../Images/Structural/BKGD/BlueFrameBottomLeftBKGD.gif) left top no-repeat;
}

#FrameBottomRight
{
	background: url(../Images/Structural/BKGD/BlueFrameBottomRightBKGD.gif) right top no-repeat;
	height: 27px;
}

#MainContent
{
	background: url(../Images/Structural/BKGD/ContentBKGD.gif) top center no-repeat;
	padding: 10px 10px 15px 25px;
	font-size: 95%;
	line-height: 130%;
	color: #666;
}

#MainContent p
{
	margin-bottom: 20px;
}

#MainContent h1, #MainContent h2, #MainContent a:link, #MainContent a:hover, #MainContent a:visited
{
	color: #4c87b9;
	font-weight: normal;
}

#MainContent h1
{
	font-size: 160%;
	padding-top: 10px;
}

#MainContent h2
{
	font-size: 120%;
}

#MainContent a
{
	text-decoration: underline;
}

#MainContent a:hover
{
	text-decoration: none;
}

#MainContentLowerLeft
{
	background: url(../Images/Structural/BKGD/ContentLowerleft.gif) bottom left no-repeat;
	margin: 0 8px 0 7px;
}

#MainContentLowerRight
{
	background: url(../Images/Structural/BKGD/ContentLowerRight.gif) bottom right no-repeat;
}

/* Frame Content End ***************************************************************************/

/*********************************************************
Footer
*********************************************************/

#Footer
{
	margin: 14px 0 30px 0; 
	background: url(../Images/Structural/BKGD/FooterBKGD.gif) repeat-x;
	font-weight: bold;
}

#FooterLeft
{
	background: url(../Images/Structural/BKGD/FooterLeftBKGD.gif) left top no-repeat;
}

#FooterRight
{
	background: url(../Images/Structural/BKGD/FooterRightBKGD.gif) right top no-repeat;
	height: 52px;
}

#FooterLinks
{
	font-size: 12px;
	padding: 8px 0 0 0;
	color: #4c87b9;
	text-align: center;
}

#FooterLinks a
{
	padding: 0 7px;
	color: #4c87b9;
	text-decoration: none;
}

#FooterLinks a:hover
{
	text-decoration: underline;
}

#FooterCopyright
{
	clear: both;
	text-align: center;
	font-size: 12px;
	color: #666;
	padding-top: 4px;
}

#FooterLogos
{
	background: url(../Images/Structural/BKGD/FooterLogosBKGD.gif) repeat-x;
	margin: 10px 4px 30px 3px;
}

#FooterLogosLeft
{
	background: url(../Images/Structural/BKGD/FooterLogosLeftBKGD.gif) left no-repeat;
}

#FooterLogosRight
{
	background: url(../Images/Structural/BKGD/FooterLogosRightBKGD.gif) right no-repeat;
	height: 69px;
}

a.CoutoSolutionsLink
{
	background: url(../Images/Structural/Logos/CoutoFooterLogo.gif);
	float: left;
	display: block;
	height: 21px;
	width: 219px;
	font-size: 9px;
	padding: 32px 0 0 70px;
	text-decoration: none;
	color: #1160a2;
	margin: 4px 0 0 10px;
}

a.CoutoSolutionsLink span
{
	text-decoration: underline;
}

a.CoutoSolutionsLink:hover span
{
	text-decoration: none;
}

a.FanAirFooterLink
{
	background: url(../Images/Structural/Logos/FanairFooterLogo.gif);
	float: right;
	display: block;
	height: 44px;
	width: 255px;
	margin: 7px 10px 0 0;
}

/* Footer End ***************************************************************************/

/*********************************************************
Page Featured Container & Page Featured Container LG
*********************************************************/

.PageFeaturedContainer
{
	width: 457px;
	margin: 0 10px 0 15px;
}

.PageFeaturedTop
{
	height: 6px;
	background: url(../Images/Structural/BKGD/BrownContentTop.gif) no-repeat;
}

.PageFeaturedBody
{
	background: url(../Images/Structural/BKGD/BrownContentBody.gif) repeat-y;
	padding: 11px 19px;
}

.PageFeaturedBottom
{
	height: 8px;
	background: url(../Images/Structural/BKGD/BrownContentBottom.gif) no-repeat;
}

.PageFeaturedBody img.FeaturedPic
{
	border: solid 3px #aea084;
}

.PageFeaturedContainerLg
{
	width: 896px;
}

.PageFeaturedContainerLg .PageFeaturedTop
{
	background: url(../Images/Structural/BKGD/BrownContentTopLG.gif) no-repeat;
}

.PageFeaturedContainerLg .PageFeaturedBody
{
	background: url(../Images/Structural/BKGD/BrownContentBodyLG.gif) repeat-y;
}

.PageFeaturedContainerLg .PageFeaturedBottom
{
	background: url(../Images/Structural/BKGD/BrownContentBottomLG.gif) no-repeat;
}

.MembersDocumentsContainer .PageFeaturedContainer
{
	width: 537px;
}

.MembersDocumentsContainer .PageFeaturedTop
{
	background-image: url(../Images/Structural/BKGD/BrownContentTopMed.gif);
}

.MembersDocumentsContainer .PageFeaturedBody
{
	background-image: url(../Images/Structural/BKGD/BrownContentBodyMed.gif);
}

.MembersDocumentsContainer .PageFeaturedBottom
{
	background-image: url(../Images/Structural/BKGD/BrownContentBottomMed.gif); 
} 

/* Page Featured Container & Page Featured Container LG End ***************************************************************************/

/*********************************************************
Page Highlight
*********************************************************/

.PageHighlightContainer
{
	width: 309px;
	margin: 0 10px 0 15px;
	color: #fff;
}

.PageHighlightContainer ul
{
	margin: 3px 0;
}

#MainContent .PageHighlightContainer a:link, #MainContent .PageHighlightContainer a:hover, #MainContent .PageHighlightContainer a:visited
{
	color: #fff;
	font-size: 85%;
	display: block;
	background: url(../Images/Structural/BKGD/LightBlueLinkArrow.gif) left no-repeat;
	padding: 2px 12px;	
	margin-left: 6px;
}

.PageHighlightTop
{
	height: 7px;
	background: url(../Images/Structural/BKGD/BlueContentTop.gif);
}

.PageHighlightBody
{
	background: url(../Images/Structural/BKGD/BlueContentBody.gif) repeat-y;
	padding: 11px 19px;
}

.PageHighlightBottom
{
	height: 8px;
	background: url(../Images/Structural/BKGD/BlueContentBottom.gif);
}

.PageHighlightContainer legend
{
	color: #fff;
	font-size: 117%;
	font-weight: normal;
	padding: 0 5px;
}

.PageHighlightContainer fieldset
{
	border: solid 2px #b3cce0;
	padding: 0 10px 10px 10px;
}

/* Page Highlight End ***************************************************************************/

/*********************************************************
Right Content
*********************************************************/

.RightContent
{
	width: 367px;
	float: right;
	margin: 0 10px 0 15px; 
}

/* Right Content End ***************************************************************************/

/*********************************************************
FAA Regulations
*********************************************************/

#FAARegulations
{
	height: 70px;
	padding: 15px 15px 0 18px;
	background: url(../Images/Structural/BKGD/FAARequirementsBKGD.gif);
	margin-top: 10px; 
	font-size: 12px;
}

#FAARegulations ul
{
	margin: 4px 0 0 10px;
}

#FAARegulations li
{
	padding-bottom: 4px;
	white-space: nowrap;
}

#FAARegulations a
{
	display: block;
	background: url(../Images/Structural/BKGD/BlueLinkArrow.gif) left no-repeat;
	padding-left: 10px;
}

/* FAA Regulations End ***************************************************************************/

/*********************************************************
Form
*********************************************************/

.FormContainer
{
	margin: 0 auto;
	width: 457px;
}

.AspNet-CreateUserWizard-CreateUserButtonPanel
{
	position: relative;
}

.PageFeaturedBody.Form
{
	padding-top: 5px;
}

.Form fieldset
{
	border: solid 2px #9ab4c6;
	padding: 0 10px 10px 10px;
}

.Form legend
{
	color: #4c87b9;
	font-size: 117%;
	font-weight: normal;
	padding: 0 5px;
}

.FormLeftColumn input, .FormRightColumn input, .FormList input
{
	width: 175px;
}

.FormLeftColumn
{
	padding-left: 6px;
}

.ErrorSpan
{
	display: block;
	text-align: center;
	padding: 10px;
	color: #fc0000;
	font-weight: bold;
	border: solid 2px #fc0000;
	background-color: #fecccc;
	margin-top: 10px;
}

.RequiredFieldArrow
{
	margin-left: 3px;
}

#LoginFormTable
{
	margin-left: 44px;
}

#ForgotPasswordForm
{
	padding: 8px 0 0 50px;
}

#LoginFormTable input, #ForgotPasswordForm input
{
	width: 200px;
}

#RememberMe
{
	margin-left: 135px;
}

.FormList
{
	width: 210px;
}

.FormList li
{
	padding-bottom: 4px;
}

.EmailComments textarea
{
	height: 119px;
	width: 600px;
	vertical-align: middle;
}

.Key
{
	color: Red;
	font-size: 85%;
}

.Key .RequiredFieldArrow
{
	position: relative;
	top: -2px;
}

/* Form End ***************************************************************************/

/*********************************************************
Form Buttons
*********************************************************/

a.FormButton
{
	height: 35px;
}

.MutipleButtonContainer
{
	position: absolute;
	right: 30px;
	top: -45px;
}

a.CreateUserButton
{
	width: 155px;
	background-image: url(../Images/Structural/Buttons/CreateUserButton.gif);
	position: absolute;
	right: 240px;
	top: -45px;
}

a.LoginButton, a.SubmitButton
{
	position: absolute;
	right: 10px;
	top: -5px;
}

a.LoginButton
{
	width: 100px;
	background-image: url(../Images/Structural/Buttons/LoginButton.gif);
}

a.SubmitButton
{
	width: 112px;
	background-image: url(../Images/Structural/Buttons/SubmitButton.gif);
}

a.SendEmailButton, a.ResetFormButton
{
	width: 146px;
}

a.SendEmailButton
{
	background-image: url(../Images/Structural/Buttons/SendEmailButton.gif); 
}

a.ResetFormButton
{
	background-image: url(../Images/Structural/Buttons/ResetFormButton.gif);
}

a.CancelButton
{
	width: 110px;
	background-image: url(../Images/Structural/Buttons/CancelButton.gif);
}

a.ChangePasswordButton
{
	width: 201px;
	background-image: url(../Images/Structural/Buttons/ChangePasswordButton.gif);
}

a.SendEmailButton, a.ResetFormButton, a.ChangePasswordButton, a.CancelButton
{
	float: right;
}

.MutipleButtonContainer a.ResetFormButton, .MutipleButtonContainer a.CancelButton
{
	margin-right: 5px;
}

/* Form Buttons End ***************************************************************************/

/*********************************************************
Custom Validator
*********************************************************/

.CustomValidator
{
	visibility: hidden;
	position: absolute;
	background: url(../Images/Structural/BKGD/ErrorTableBackground.gif) top left no-repeat;
}

.CustomValidator .ajax__validatorcallout_callout_table_row
{
	vertical-align: bottom;
}

.CustomValidator .ajax__validatorcallout_error_message_cell
{
	padding: 5px;
	font-size: 11px;
	line-height: 13px;
	color: #fff;
	width: 130px;
}

.CustomValidator .ajax__validatorcallout_error_message_cell b
{
	font-size: 11px;
	line-height: 13px;
}

.CustomValidator .ajax__validatorcallout_icon_cell
{
	padding: 8px 0px 2px 8px;
}

.CustomValidator .ajax__validatorcallout_close_button_cell
{
	padding: 5px;
	vertical-align: top;
}

.CustomValidator .ajax__validatorcallout_callout_table, .ajax__validatorcallout_callout_arrow_cell
{
	position: relative;
	display: block;
}

.CustomValidator .ajax__validatorcallout_callout_cell div.ajax__validatorcallout_innerdiv
{
	height: 15px;
	width: 200px;
	position: absolute;
	bottom: -15px;
	left: 0px;
	background: url(../Images/Structural/BKGD/ErrorTableBackgroundBottom.gif);
}

.ajax__validatorcallout_callout_cell
{
	vertical-align: bottom;
}

.CustomValidator .ajax__validatorcallout_innerdiv, .CustomValidator .ajax__validatorcallout_callout_cell table.ajax__validatorcallout_callout_table,
.CustomValidator .ajax__validatorcallout_callout_arrow_cell, .CustomValidator .ajax__validatorcallout_callout_cell, .ajax__validatorcallout_callout_cell,
.CustomValidator .ajax__validatorcallout_callout_cell div.ajax__validatorcallout_innerdiv, .CustomValidator .ajax__validatorcallout_callout_table_row,
.CustomValidator .ajax__validatorcallout_popup_table_row, .CustomValidator .ajax__validatorcallout_popup_table, .CustomValidator .ajax__validatorcallout div, 
.CustomValidator .ajax__validatorcallout td
{
	font-size: 1px;
}

.CustomValidator .ajax__validatorcallout_innerdiv img
{
	cursor: pointer;
}

.CommonGroupedContentArea .LightGrayBorder, .CommonGroupedContentArea input[type="text"], .CommonGroupedContentArea textarea, .CommonGroupedContentArea select, 
#AddressKey
{
	border: solid 1px #b2b2b2;
}

.ajax__validatorcallout_error_message_cell a
{
	color: #fff;
	text-decoration: underline;
}

.ajax__validatorcallout_error_message_cell a:hover
{
	text-decoration: none;
}

/* Custom Validator End ***************************************************************************/

/*********************************************************
Contact
*********************************************************/

.Address
{
	margin: 5px 40px 0 6px;
}

.ContactInfo
{
	margin-top: 5px;
}

.ContactInfo span
{
	padding-right: 20px;
}

/* Contact End ***************************************************************************/

/*********************************************************
Course Documents List
*********************************************************/

.CourseDocumentList
{
	background-color: #fff;
	border: solid 2px #9ab4c6;
	border-bottom-width: 1px;
	margin: 4px 0 16px 0;
}

.CourseDocument
{
	padding: 5px 10px;
	border-bottom: solid 1px #9ab4c6;
}

.CourseDocument.Alt
{
	background-color: #f1f6fa;
}

.CourseDocumentTitle
{
	display: block;
	float: left;
	background: url(../Images/Structural/Icons/DocumentIcon.gif) left no-repeat;
	height: 15px;
	line-height: 15px;
	padding-left: 20px;
	margin-top: 4px;
}

.CourseDocumentDownload
{
	float: right;
}

.MembersDocumentsContainer .PageFeaturedContainer
{
	margin-left: 2px;
}

.CourseListItem b.CourseListItemTitle
{
	font-weight: bold;
	font-size: 20px;
}

#MainContent .CourseListItem p.CourseListItemDesc
{
	margin-bottom: 6px;
}

.ViewCourseLink
{
	border-bottom: dotted 1px #a6c1d4;
	padding: 0 0 4px 0;
	text-align: right;
	clear: left;
}

.CourseIcon img
{
	margin-right: 10px;
	position: relative;
	top: -6px;
}

a.CourseIcon:hover img
{
	filter: alpha(opacity=60);   
	-moz-opacity: .6;   
	opacity: .6;
}

/* Course Documents List End ***************************************************************************/

/*********************************************************
Site Map
*********************************************************/

.SiteMap
{
	margin-bottom: 40px;
}

.SiteMap a
{
	display: block;
	background: url(../Images/Structural/BKGD/BlueLinkArrow.gif) left no-repeat;
	font-size: 120%;
	padding: 4px 0 4px 10px;
}

.SiteMap div table a
{
	font-size: 95%;
	padding: 1px 0 1px 10px;
}

.SiteMap div
{
	margin-bottom: 10px;
}

/* Site Map End ***************************************************************************/

/*********************************************************
Change Password
*********************************************************/

.AspNet-ChangePassword table
{
	margin: 0 auto;
}

.AspNet-ChangePassword input
{
	width: 180px;
}

/* Change Password End ***************************************************************************/

/*********************************************************
Manage Members Table
*********************************************************/

.ManageMembersTable
{
	width: 100%;
	border: solid 2px #9ab4c6;
	background-color: #fff;
	margin: 6px 0;
}

.ManageMembersTable th
{
	color: #fff;
	background: url(../Images/Structural/BKGD/TableHeaderBKGD.gif);
	line-height: 34px;
	font-size: 115%;
	font-weight: normal;
	padding-left: 10px;
	border-bottom: solid 2px #9ab4c6;
	white-space: nowrap;
}

.ManageMembersTable .Alt
{
	background-color: #f1f6fa;
}

.ManageMembersTable td
{
	padding: 5px 10px;
	border-bottom: solid 1px #9ab4c6;
}

.ManageMembersTable table td
{
	border: none;
	padding: 1px 0;
}

.ManageMembersTable table.EditPassword
{
	width: 140px;
}

.ManageMembersTable table.EditPassword input
{
	width: 130px;
}

.ManageMembersTable table.EditRoles td
{
	white-space: nowrap;
}

/* Manage Members Table End ***************************************************************************/