﻿body
{
	font-family: Tahoma;
	color: Black;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
body a:link
{
	color: Blue;
	text-decoration: none;
}
body a:visited
{
	color: Blue;
	text-decoration: none;
}
body a:hover
{
	color: Blue;
	text-decoration: underline;
}
.mainArea
{
	width: 1000px;
}
.FullSilverBorder
{
	border: 1px solid Silver;
}
.FormLeftText
{
	text-align: right;
}
.TextBox
{
	width: 180px;
	border: 1px solid Silver;
	font-family: Tahoma;
	font-size: 11px;
}
.TextBoxWithoutWidth, .ProfileTextBox
{
	border: 1px solid Silver;
	font-family: Tahoma;
	font-size: 11px;
}

.ProfileTextBox
{
	width: 320px;
}

.DropDown
{
	border: 1px solid Silver;
	font-family: Tahoma;
	font-size: 11px;
}
.PageHeading
{
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #8D59A5;
	font-family: Arial;
}
.MessagePageText
{
	font-size: 12px;
	color: #872974;
	font-family: Arial;
	font-weight: bolder;
}
.ErrorMessage
{
	color: Red;
	font-size: 11px;
}
.SuccessMessage
{
	color: Green;
	font-size: 11px;
}
.SilverMessage
{
	color: Silver;
	font-size: 9px;
}
.GrayMessage
{
	color: Gray;
	font-size: 9px;
}
.ratingStar
{
	white-space: nowrap;
	height: 14px;
}
.ratingStar .ratingItem
{
	font-size: 0pt;
	width: 13px;
	height: 12px;
	margin: 0px;
	padding: 0px;
	display: block;
	background-repeat: no-repeat;
	cursor: pointer;
}
.ratingStar .Filled
{
	background-image: url(images/rating/ratingStarFilled.png);
}
.ratingStar .Empty
{
	background-image: url(images/rating/ratingStarEmpty.png);
}
.ratingStar .Saved
{
	background-image: url(images/rating/ratingStarSaved.png);
}
.ProfileTitle
{
	font-size: 13px;
	font-weight: bold;
}
.Tab, .SelectedTab
{
	width: 75px;
}
.InboxTab, .SelectedInboxTab
{
	width: 100px;
}
.Tab, .InboxTab
{
	/*border: 1px solid Black; 	background-color: gainsboro;*/
	background-color: #825CB5;
	height: 23px;
	text-align: center;
}

.Tab a:link, .InboxTab a:link
{
	text-decoration: none;
	color: White;
	font-weight: bold;
}

.Tab a:visited, .InboxTab a:visited
{
	text-decoration: none;
	color: White;
	font-weight: bold;
}

.Tab a:hover, .InboxTab a:hover
{
	text-decoration: none;
	color: White;
	font-weight: bold;
}

.SelectedTab, .SelectedInboxTab
{
	/*border: 1px solid Black; 	background-color: White;*/
	background-color: #A7C160;
	height: 23px;
	text-align: center;
}

.SelectedTab a:link, .SelectedInboxTab a:link
{
	text-decoration: none;
	color: Black;
	font-weight: bold;
}

.SelectedTab a:visited, .SelectedInboxTab a:visited
{
	text-decoration: none;
	color: Black;
	font-weight: bold;
}

.SelectedTab a:hover, .SelectedInboxTab a:hover
{
	text-decoration: none;
	font-weight: bold;
	color: Black;
}
.LeftTopGrayBorder
{
	border-top: 1px solid Gray;
	border-left: 1px solid Gray;
	text-align: right;
}
.BottomGrayBorder
{
	border-bottom: 1px solid Gray;
}
.TopGrayBorder
{
	border-top: 1px solid Gray;
}

.RightTopGrayBorder
{
	border-top: 1px solid Gray;
	border-right: 1px solid Gray;
	text-align: left;
}

.LeftTopSilverBorder
{
	border-top: 1px solid Silver;
	border-left: 1px solid Silver;
	text-align: right;
}
.LeftSilverBorder
{
	border-left: 1px solid Silver;
}
.RightSilverBorder
{
	border-right: 1px solid Silver;
}
.BottomSilverBorder
{
	border-bottom: 1px solid Silver;
}
.TopSilverBorder
{
	border-top: 1px solid Silver;
}

.RightTopSilverBorder
{
	border-top: 1px solid Silver;
	border-right: 1px solid Silver;
	text-align: left;
}

.LeftTopWhiteBorder
{
	border-top: 1px solid White;
	border-left: 1px solid White;
	text-align: right;
}
.LeftWhiteBorder
{
	border-left: 1px solid White;
}
.RightWhiteBorder
{
	border-right: 1px solid White;
}
.BottomWhiteBorder
{
	border-bottom: 1px solid White;
}
.TopWhiteBorder
{
	border-top: 1px solid White;
}

.RightTopWhiteBorder
{
	border-top: 1px solid White;
	border-right: 1px solid White;
	text-align: left;
}


.InfoHeadingRow
{
	background-color: #825CB5;
	color: White;
	font-weight: bold;
	text-align: left;
}
.InfoHeadingRow a:link
{
	color: White;
	font-weight: bold;
	text-decoration: none;
}
.InfoHeadingRow a:visited
{
	text-decoration: none;
	color: White;
	font-weight: bold;
}
.InfoHeadingRow a:hover
{
	color: White;
	font-weight: bold;
	text-decoration: underline;
}
.InfoAlternateRow
{
	background-color: #F2F3F4;
	color: Black;
}
.InfoRow
{
	background-color: #E4DCF1;
	color: Black;
}
.MyProfileMainTable
{
	width: 95%;
	text-align: center;
}
.ModalBackground
{
	/*background-color:#ECE9D8; 	filter:alpha(opacity=70); 	opacity=0.7;  	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src= 'images/white_transparent.png' );*/
	background-image: url(images/modelBackground.png);
}
.ModalBackground[class]
{
	background-image: url(images/modelBackground.png);
}
.ModalPopupPanel
{
	border: 5px solid #666666;
	background-image: url(images/PopupBackground.png);
}
.PendingRequest
{
	color: Gray;
}
.YellowBackground
{
	background-color: #ffffcc;
}
.completionlist
{
	height: 150px;
	width: 150px;
	background-color: Gray;
	color: Black;
}
.ContactMouseOver
{
	background-color: #ffffcc;
}
.Header
{
	width: 100%;
}
.LogoRow
{
	height: 52px;
}
.TopNavBar
{
	background-image: url(images/nav_background.jpg);
	background-repeat: repeat-x;
	height: 43px;
	vertical-align: bottom;
	width: 100%;
}
.TopNavBarBottom
{
	background-image: url(images/mnuBottom.jpg);
	background-repeat: repeat-x;
	height: 29px;
}
.TopSearch
{
	background-image: url(images/search_textbox_bg.jpg);
	background-repeat: no-repeat;
	vertical-align: middle;
	height: 24px;
	width: 176px;
	text-align: center;
}
.TopSearchTextBox
{
	border: 0px;
	width: 168px;
}
.TopMenu
{
	text-align: center;
	color: White;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}
.TopMenu a:link
{
	color: White;
	text-decoration: none;
}

.TopMenu a:visited
{
	color: White;
	text-decoration: none;
}
.TopMenu a:hover
{
	color: White;
	text-decoration: none;
}
.TopMenuRight
{
	text-align: center;
	color: White;
	font-family: Tahoma;
	font-size: 12px;
}
.TopMenuRight a:link
{
	color: White;
	text-decoration: none;
}

.TopMenuRight a:visited
{
	color: White;
	text-decoration: none;
}
.TopMenuRight a:hover
{
	color: White;
	text-decoration: none;
}
.SelectedTopMenu
{
	background-image: url(images/main-menu-selected.jpg);
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align: center;
	width: 85px;
	height: 33px;
	color: Black;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.SelectedTopMenu a:link
{
	color: Black;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.SelectedTopMenu a:visited
{
	color: Black;
	text-decoration: none;
}
.SelectedTopMenu a:hover
{
	color: Black;
	text-decoration: none;
}

.PurpleBar
{
	background-image: url(images/nav_background.jpg);
	background-repeat: repeat-x;
	height: 34px;
	color: White;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	text-align: left;
}
.LatestProfileRow
{
	background-color: #F4DEF0;
	height: 33px;
	padding-left: 10px;
	text-align: left;
	color: Black;
}
.LatestProfileAlternateRow
{
	background-color: #FAECC9;
	height: 33px;
	padding-left: 10px;
	text-align: left;
	color: Black;
}
.FooterBackground
{
	background-image: url(images/bottom-bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 90px;
	color: #FFFFFF;
}
.FooterBackground a:link
{
	color: #FFFFFF;
	text-decoration: none;
}
.FooterBackground a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
.FooterBackground a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
.Footer
{
	color: #333333;
	width: 96%;
}
.FooterLower a:link
{
	color: #ED7505;
	text-decoration: none;
}
.FooterLower a:visited
{
	color: #ED7505;
	text-decoration: none;
}
.FooterLower a:hover
{
	color: #ED7505;
	text-decoration: underline;
}
.FooterLine
{
	background-image: url(images/bottomLine.jpg);
	background-repeat: repeat-x;
	height: 13px;
}
.Button70
{
	background-image: url(images/button-70.jpg);
	background-repeat: no-repeat;
	color: White;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	width: 70px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
}
.ReportAbuse
{
	border: 2px solid #cc5eb5;
	color: #cc5eb5;
	padding: 3px;
}
.ReportAbuse a:link
{
	color: #cc5eb5;
	text-decoration: none;
}
.ReportAbuse a:visited
{
	color: #cc5eb5;
	text-decoration: none;
}
.ReportAbuse a:hover
{
	color: #cc5eb5;
	text-decoration: none;
}
.GreenStatus, .YellowStatus, .RedStatus
{
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	font-family: Arial;
}
.GreenStatus
{
	color: Green;
}
.YellowStatus
{
	color: #F1C558;
}
.RedStatus
{
	color: Red;
}
.ResumeTable
{
	border: solid 1px #825CB5;
}
.ResumeBullet
{
	color: #825CB5;
}
.SearchLeftTd
{
	background-image: url(images/searchLeftTd.jpg);
	background-repeat: no-repeat;
	width: 10px;
	height: 42px;
}
.SearchRightTd
{
	background-image: url(images/searchRightTd.jpg);
	background-repeat: no-repeat;
	width: 10px;
	height: 42px;
}
.SearchBAckground
{
	background-image: url(images/search-bg.jpg);
	background-repeat: repeat-x;
	height: 42px;
	font-size: 14px;
	font-weight: bold;
	color: Gray;
}
.SearchBAckground a:link
{
	color: #002233;
	text-decoration: underline;
}
.SearchBAckground a:visited
{
	color: #002233;
	text-decoration: underline;
}
.SearchBAckground a:hover
{
	color: #002233;
	text-decoration: none;
}
.SearchArrow
{
	background-image: url(images/search-bullet.jpg);
	background-repeat: no-repeat;
	width: 15px;
	height: 42px;
}
.SearchTextBoxBackground
{
	background-image: url(images/SearchTextBox_bg.jpg);
	background-repeat: repeat-x;
	width: 338px;
	height: 29px;
	vertical-align: middle;
	text-align: center;
}
.SearchTextBox
{
	height: 21px;
	width: 330px;
	border: 0px;
	font-size: 14px;
}
.homePageGap
{
	height: 7px;
}
.OrangeLine
{
	background-image: url(images/OrangeLine.jpg);
	background-repeat: repeat-x;
	height: 4px;
}
.HomePageIntro
{
	background-image: url(images/IntroGirl.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 177px;
	vertical-align: middle;
	line-height: 1.2;
	font-size: 12px;
	color: #333333;
}
.GreenLine
{
	background-image: url(images/GreenLine.jpg);
	background-repeat: repeat-x;
	height: 4px;
}

.ForgotPassword a:link
{
	color: #333333;
	text-decoration: none;
}
.ForgotPassword a:visited
{
	color: #333333;
	text-decoration: none;
}
.ForgotPassword a:hover
{
	color: #333333;
	text-decoration: underline;
}
.InboxUnreadLeft
{
	background-image: url(images/leftInbox-14.png);
	background-repeat: no-repeat;
	width: 3px;
	height: 14px;
}
.InboxUnreadRight
{
	background-image: url(images/rightInbox-14.png);
	background-repeat: no-repeat;
	width: 3px;
	height: 14px;
}
.InboxUnreadMiddle
{
	background-image: url(images/middleInbox-14.png);
	background-repeat: repeat-x;
	height: 14px;
	color: White;
	font-size: 10px;
	font-weight: bold;
	vertical-align:middle;
	text-align:center;
}
