/*ADMIN*/

#admin_page
{
	margin: 20px 0 0 0;
}



#admin_header
{
	height: 124px;
	width: 1005px;
}

#admin_menu
{
	background-image: url(/img/nav_top_back.png);
	background-repeat: no-repeat;
	width: 1005px;
	height: 34px;
}

#admin_menu_margin
{
	margin-top: 6px;
	margin-left: 10px;
}

#admin_content
{
	background-color:#FBFBFB;
	background-image: url(/img/admin/background_admin.gif);
	background-repeat: repeat-x;
	border: 1px solid #B7C6C9;
	padding:12px;
	/*min-height: 840px;*/
	width:100%;
}

img
{
	border:0px;
}

.imglink:hover
{
	text-decoration:none;
}

.GridLink tr.header {
	background-color:#000 !important;
	background-image: none;
	color:white;
	text-align:left;
}

.GridLink tr th a {
	color:#fff !important;
}
.GridLink tr th {
	background-color: inherit;
}

.GridViewHeader
{
    background:#507CD1 url(/img/button_back.png);
    font-weight:bold;
    color:White;
    text-align:left;
}

.GridViewRow
{
    background:#F1F1F1;
}

.GridViewAlternatingRow
{
    background:#E2E2E2;
}

.GridViewPager
{
    background: #1C4B99;
    color: White;
    text-align: center;
}

.GridViewPager td
{
    padding: 2px;
}

.GridViewPager td span
{
    font-size: 14px;
}

.GridLink a
{
	color:Blue !important;
}

/*** View friends ***/

#tbFriends
{
	width: 100%;
}

#friendsContent
{
	background-color: White;
	padding-top: 14px;
	padding-bottom: 16px;
	padding-left: 9px;
	font-size: 12px;
}

.alert_header
{
    /*background-image: url(Images/header_alert.gif);*/
    background-color: #D63B39;
    height: 29px;
    color: White;
    padding-left: 10px;
    font-weight: bold;
}

/*all kind of messages*/
.actionMessage
{
	height:30px;
	background:#E6F8DD;
	color:#119911;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	padding-right:15px;
	font-size:14px;
	margin-bottom:13px;
}

.actionErrorMessage
{
	height:30px;
	background:#FFD9D9;
	color:#EE070D;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	padding-right:15px;
	font-size:14px;
	margin-bottom:13px;
}

.actionMessageText
{
	margin-top:5px;
	margin-left:40px;
}

.actionMessageFriends
{
	height:30px;
	background:#E6F8DD;
	color:#119911;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	padding-right:15px;
	font-size:14px;
	margin-left:10px;
	width:980px;
}


/*** HOME ***/

.HomeSearchMargin
{
	margin-left:10px;
}

.miniSearchHeader
{
    background-color: Gray;
    padding: 5px;
    color: White;
    text-align: left;
}

.miniSearchNormalRow td
{
    background-color: #FFF;
    cursor: pointer;
    color: Black;
    text-align: left;
}

.miniSearchSelectedRow td
{
    background-color: #CCC;
    cursor: pointer;
    color: White;
    text-align: left;
}

.button
{
    width: 65px;
    height: 18px;
    background-image: url(Images/sys_butts_2.png);
    border-style: none;
    color: #434343;
    font-weight: bold;
    padding-bottom: 2px;
    #padding-bottom: 0px;
}

.big_button
{
    width: 170px;
    height: 18px;
    background-image: url(Images/sys_butts_big.png);
    border-style: none;
    color: #434343;
    font-weight: bold;
    padding-bottom: 2px;
    #padding-bottom: 0px;
}

.med_button
{
    width: 104px;
    height: 18px;
    background-image: url(Images/sys_butts_med.png);
    border-style: none;
    color: #434343;
    font-weight: bold;
    padding-bottom: 2px;
    #padding-bottom: 0px;
}

.adminTitle
{
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 13px;
    background-color: #6CA9F0;
    padding: 5px;
    text-align: left;
}



/*.underWholePageTabs
{
	width:998px;
	background-color:#4A4344;
	height:3px;
	border: solid 1px #4A4344;
}

.tbWholePageTabContent
{
	width:1000px;
	border: 1px #4A4344 solid;
	padding: 10px 20px 10px 20px;
	background-color:#FFFFFF;
}

.trWholePageTabContentFirst
{
	padding: 16px 0px 0px 20px;
	height:30px;
	vertical-align:middle;
}*/


/*** ~New Home Page~ ***/

#bodyHome
{
    background-image: url(/img/body_back_fade.png);
	background-repeat:repeat-x;
    background-color: #EEEEEE;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#homePage
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 781px;
    margin-left: auto;
    margin-right: auto;
}

#homePage a
{
	text-decoration: none;
}

#homeHeader
{
	background-image: url(/img/home_header.png);
	background-repeat: no-repeat;
	width: 781px;
	height: 137px;
	margin-top: 20px;
}

#divLoginLinks a
{
	color: #444444;
	font-weight: bold;
	text-decoration: none;
}

#divLoginLinks a:hover
{
	color: Red;
}

#lnkHomePageLogin
{
	display: block;
	width: 64px;
	height: 20px;
	padding: 4px 0px 0px 20px;
	float: right;
	position: relative;
	bottom: 24px;
	right: 20px;
}

#lnkJoinNow
{
	display: block;
	width: 72px;
	height: 20px;
	padding: 4px 0px 0px 12px;
	float: right;
	position: relative;
	bottom: 24px;
	right: 24px;
}

#homeContent
{
	margin-left: 1px;
	margin-right: 0px;
	background-color: White;
}

#search_div
{
	background-image: url(/img/home_search.png);
	background-repeat: no-repeat;
	background-position: 0px 35px;
	width: 669px;
	height: 185px;
	margin-left: auto;
    margin-right: auto;
}

#search_header
{
	padding-right: 33px;
	font-size: 18px;
}

#search_header a
{
	display: block;
	margin: auto;
	height: 30px;
	text-align: center;
	padding-top: 5px;
}

#search_title
{
	float: left;
	padding-top: 6px;
	padding-left: 40px;
	color: Red;
}

.home_tab
{
	background-image: url(/img/home_tab.png);
	background-repeat: no-repeat;
	width: 140px;
	height: 36px;
	padding-right: 10px;
	float: right;
}


.home_tab a
{
	color: #666666;
}

.home_tab a:hover
{
	color: Red;
}

.home_tab_selected
{
	background-image: url(/img/home_tab_selected.png);
	background-repeat: no-repeat;
	width: 140px;
	height: 36px;
	padding-right: 10px;
	float: right;
}

.home_tab_selected a
{
	color: Red;
}

#divText
{
	width: 669px;
	margin-left: auto;
    margin-right: auto;
    padding: 20px 0px 40px;
}

#search_content
{
	clear: both;
	width: 460px;
	height: 110px;
	margin-left: auto;
    margin-right: auto;
	padding-top: 40px;
}

#search_content a
{
	color: Red;
}

#cantFind a
{
	color: #666666;
}

.cantFindContracted
{
	background-image: url(/img/down_arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	display: block;
	margin-top: 10px;
	padding-left: 10px;
	width: 150px;
	height: 14px;
	color: #999999;
}

.cantFindExpanded
{
	background-image: url(/img/up_arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	display: block;
	margin-top: 10px;
	padding-left: 10px;
	width: 150px;
	height: 14px;
	color: #999999;
}

#lblResults
{
	background-image: url(/img/success.png);
	background-repeat: no-repeat;
	height: 19px;
	display: block;
	margin: 2px 0px;
	padding: 8px 0px 0px 30px;
}

#lnkSearchPeople
{
	display: block;
	background-image: url(/img/search_button.png);
	width: 97px;
	height: 30px;
}

#bottomTab
{
	background-image: url(/img/home_bottom_tab.png);
	width: 648px;
	height: 51px;
	margin-left: auto;
	margin-right: auto;
}

#bottomWrapper
{
	height: 51px;
}

#bottomTabContent
{
	height: 20px;
	padding: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.findSchool
{
	font-size: 16px;
	color: Red;
}

#lnkSearchSchool
{
	display: block;
	background-image: url(/img/search_button_small.png);
	width: 64px;
	height: 20px;
	float: right;
}

#bottomNavBar
{
	clear: both;
	width: 669px;
	margin-left: auto;
    margin-right: auto;
    padding: 40px 0px 0px;
    text-align: center;
}

#bottomNavBar a
{
	color: #666666;
}

#homeFooter
{
	background-image: url(/img/home_footer.png);
	background-repeat: no-repeat;
	background-position: 1px 0px;
	width: 781px;
	height: 11px;
	text-align: center;
}

.divConfirmed
{
	background-color: White;
	padding: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}

.divConfirmed a
{
	font-size: 14px;
	text-decoration: none;
}

.searchResTitle
{
	color: Red;
	font-size: 14px;
	font-weight: bold;
}

.viewProfile
{
	display: block;
	background-image: url(/img/view_profile.png);
	width: 100px;
	height: 21px;
}

.divSearchResults
{
	padding: 20px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.blueLine
{
	background-image: url(/img/blue_dot.png);
	background-repeat: repeat-x;
	height: 1px;
}

#hplViewFullProfile
{
	display: block;
	background-image: url(/img/view_full_profile.png);
	width: 100px;
	height: 21px;
	float: right;
}

#hplAcceptInvite
{
	display: block;
	background-image: url(/img/accept_invite.png);
	width: 100px;
	height: 21px;
	float: right;
}

.backToSearch
{
	display: block;
	background-image: url(/img/back_to_search.png);
	width: 100px;
	height: 21px;
	float: left;
}

.findSomeone
{
	display: block;
	background-image: url(/img/find_someone.png);
	width: 100px;
	height: 21px;
	float: left;
}

.tdSearchTop
{
	font-weight: bold;
}

.tdSearchTop a
{
	color: Red;
}

#lblFriends
{
	display: block;
	background-image: url(/img/user.png);
	background-repeat: no-repeat;
	width: 80px;
	height: 16px;
	padding-left: 20px;
	padding-top: 5px;
}

#lblNetworks
{
	display: block;
	background-image: url(/img/network.png);
	background-repeat: no-repeat;
	width: 80px;
	height: 16px;
	margin-top: 2px;
	padding-left: 20px;
	padding-top: 5px;
}

#lblPhotos
{
	display: block;
	background-image: url(/img/photo.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	width: 80px;
	height: 16px;
	padding-left: 20px;
	padding-top: 5px;
}

#lblVideos
{
	display: block;
	background-image: url(/img/video.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	width: 80px;
	height: 16px;
	padding-left: 20px;
	padding-top: 5px;
}

#lblBlogPosts
{
	display: block;
	background-image: url(/img/blog.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	width: 80px;
	height: 13px;
	padding-left: 20px;
	padding-top: 2px;
}

/*** ~New Login Page~ ***/

.loginSelectedTab
{
}

.loginTab
{

}


/*** ~Iframe~ ***/

#iframeContent
{
    font-family: Verdana;
    font-size: 12px;
    color: White;
    padding: 20px;
}


#shadow_right
{
    width: 2px;
    background-image: url(/img/shadow_right.png);
    background-repeat: repeat-y;
}

.mainAT td
{
	text-align: center;
}


/**
 * Forms
*/
div.input{
	padding: 3px;
}

div.input label{
	display:block;
	float:left;
	font-weight:normal;
	margin-right:4px;
	text-align:left;
	width:166px;
}

fieldset.inlineadd {
	background-color:#FFF3B7;
	margin:10px 0px 0px 0px;
	padding:5px;
	border:none;
}

fieldset.inlineadd form {
	display:inline;
}

fieldset.inlineadd legend {
	font-weight:bold;
	margin-right:50px;
}

.empty {
	text-align:center;
	background-color:#FFF3B7;
	height:50px;
	font-size:16px;
}

#usersMenu li {
	margin-right:15px;
	clear:right;
	width:140px;
	height:30px;
	background-color:#68CAF0;
	text-align:center;
}

#usersMenu li a {
	font-size:14px;
	color:#000;
}

#usersMenu li ul li:hover {
	background-color:#68CAF0 !important;
}

#usersMenu li ul li {
	padding-top:5px;
	clear:both;
	width:140px;
	height:30px;
	text-align:left;
	background-color:#FFF9D7 !important;
}

#usersMenu li ul {
	width:140px;
	margin:0px;
	background-color:#FFF9D7;
}

optgroup > option {
	margin-left:10px;
}

.search {
	background-color:#CBEBF8 !important;
}

.reset {
	display:block;
	font-size:16px;
}

.deleted {
	background-color:pink !important;
}