﻿/* Overrides */

UL.CommonSidebarList LI
{
    margin: 0 0 5px 16px;
	padding: 0 0 1px 0;
	list-style-image: url('../images/csorg/bullet-arrow.gif');
}

UL.CommonSidebarList LI.CommonSidebarRssListItem
{
    margin: 0 0 5px 16px;
	padding: 0 0 1px 0;
	list-style-image: url(../images/common/feed-icon-12x12.png);	
}

.CommonSidebarInnerArea, .CommonSidebarRoundTop .r1, .CommonSidebarRoundTop .r2, .CommonSidebarRoundTop .r3, .CommonSidebarRoundTop .r4, .CommonSidebarRoundBottom .r1, .CommonSidebarRoundBottom .r2, .CommonSidebarRoundBottom .r3, .CommonSidebarRoundBottom .r4
{
	background-color: #E7E7DE;
}

/* CS.org styles */

#CSHeader
{
	padding: 0;
	margin: 0;
	width: 100%;
	overflow: hidden;
	border-top: solid 10px #3A477A;
	background-image: url(../images/common/header-gradient.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#CSHeaderImage
{
    vertical-align: bottom;
    padding: 12px 0 24px 0;
    margin-left: -30px;
    width: 50%;
}

.Common.Home #CSHeaderImage
{
    margin-left: -43px;
    padding: 24px 0;
}

#CSHeaderImage a
{
    display: block;
    margin: 0 8px 0 0;
    position: relative;
    z-index: 100;
}

#CSHeaderUserArea
{
    clear: both;
    float: right;
    text-align: right;
    margin-top: 38px;
    padding: 4px 8px 4px 12px;
}

.Common.Home #CSHeaderUserArea
{
    margin-top: 64px;
}

#CSHeaderUserWelcome
{
    font-size: 80%;
    font-weight: bold;
}

#CSHeaderSearch
{
    padding-top: 4px;
}

#CSHeaderTelligentArea
{
	margin: 0;
	padding: 0;
	float: right;
	margin-right: -5px;
	position: relative;
    z-index: 100;
}

#CSHeaderTelligentAreaContent
{
    padding: 4px 12px 7px 12px;
	background-color: #3A477A;
	text-align: right;
	color: #fff;
}

#CSHeaderTelligentArea table
{
    margin: 0;
    padding: 0;
}

#CSHeaderTelligentAreaRoundBottom, #CSHeaderTelligentAreaRoundLeft, #CSHeaderTelligentAreaRoundRight
{
    margin: 0;
    padding: 0;
	height: 5px;
	width: inherit;
	overflow: hidden;
}

#CSHeaderTelligentAreaRoundLeft, #CSHeaderTelligentAreaRoundRight
{
    width: 6px;
}

#CSHeaderTelligentAreaRoundBottom .r1, #CSHeaderTelligentAreaRoundBottom .r2, #CSHeaderTelligentAreaRoundBottom .r3, #CSHeaderTelligentAreaRoundBottom .r4,
#CSHeaderTelligentAreaRoundLeft .r1, #CSHeaderTelligentAreaRoundLeft .r2, #CSHeaderTelligentAreaRoundLeft .r3, #CSHeaderTelligentAreaRoundLeft .r4,
#CSHeaderTelligentAreaRoundRight .r1, #CSHeaderTelligentAreaRoundRight .r2, #CSHeaderTelligentAreaRoundRight .r3, #CSHeaderTelligentAreaRoundRight .r4
{
	height: 1px;
	overflow: hidden;
	background-color: #3A477A;
}

#CSHeaderTelligentAreaRoundBottom .r4 { margin: 0 5px; }
#CSHeaderTelligentAreaRoundBottom .r3 { margin: 0 3px; }
#CSHeaderTelligentAreaRoundBottom .r2 { margin: 0 2px; }
#CSHeaderTelligentAreaRoundBottom .r1 { margin: 0 1px; height: 2px; }

#CSHeaderTelligentAreaRoundLeft .r1 { width: 6px; }
#CSHeaderTelligentAreaRoundLeft .r2 { width: 4px; margin: 0 0 0 2px;}
#CSHeaderTelligentAreaRoundLeft .r3 { width: 2px; margin: 0 0 0 4px; }
#CSHeaderTelligentAreaRoundLeft .r4 { width: 1px; margin: 0 0 0 5px; height: 2px; }

#CSHeaderTelligentAreaRoundRight .r1 { width: 6px; }
#CSHeaderTelligentAreaRoundRight .r2 { width: 4px; }
#CSHeaderTelligentAreaRoundRight .r3 { width: 2px; }
#CSHeaderTelligentAreaRoundRight .r4 { width: 1px; height: 2px; }


#CSHeaderSearchContent
{
    padding-top: 12px;
    text-align: right;
}


#CSHomeNavigation
{
    clear: both;
    margin: 0;
	width: 100%;
	overflow: hidden;
	background-color: #9AB5EC;
	padding: 0;	
	background-image: url(/Images/NewHome/navigation-background.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 150%;
}

#CSHomeNavigationShadow
{
	background-image: url(/Images/NewHome/navigation-shadow.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 6px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	clear: both;
}


#CSHomeNavigationLinks ul
{
    margin: 0;
    padding: 3px 0 0 0;
    list-style-type: none;
    height: 234px;
    overflow: hidden;
}

#CSHomeNavigationLinks ul li
{
    margin: 0;
    list-style-type: none;
    display: block;
    padding: 0;
    border-bottom: solid 1px #fff;
    font-weight: bold;
}

#CSHomeNavigationLinks a:link, #CSHomeNavigationLinks a:visited, #CSHomeNavigationLinks a:active
{
    text-decoration: none;
    color: #000;
    display: block;
    height: 21px;
    padding: 12px 0 13px 2px;
}

#CSHomeNavigationLinks a:hover
{
    color: #fff;
}

#CSHomeNavigationContent
{
    float: right;
}

.CSFooterText
{
    line-height: normal;
    color: #000;
    font-size: 105%;
    font-weight: normal;
    width: 100%;
}

.CSFooterText a:link, .CSFooterText a:active, .CSFooterText a:visited
{
    color: #000;
}

/* Menu Styles */

.CSContextMenuGroup
{
	border: solid 1px #999; 
	border-top-color: #9AB5EC;
	border-left-color: #9AB5EC;
	padding: 3px 0;
	background-image: url('../images/csorg/sidebar-gradient.jpg');
	background-position: bottom right;
	background-repeat: repeat-x;
	background-color: #CCCDC8;
	width: 150px;
}

.CSContextMenuItem
{
    color: #666;
	font-size: 90%; 
	cursor: pointer;
	padding: 3px 6px 3px 12px;
	font-weight: bold;
	width: 132px;
}

.CSContextMenuSeparator
{
    height: 1px;
    overflow: hidden;
    margin: -1px -6px -1px -12px;
    position: relative;
    z-index: 2;
    background-color: #ccc;
    padding: 0;
}

.CSContextMenuItemHover
{
	color: #000; 
	font-size: 90%; 
	font-weight: bold;
	cursor: pointer;
	padding: 3px 6px 3px 12px;
	width: 132px;
}

.CSContextMenuItemExpanded
{
	color: #000; 
	font-size: 90%; 
	cursor: pointer;
	padding: 3px 6px 3px 12px;
	font-weight: bold;
	width: 132px;
}

/* Community Styles */

.CSCommunityItem td
{
    padding: 16px;
}

.CSCommunityItem h4
{
    font-size: 180%;
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #000;
}

.CSCommunityItem h4 a:link, .CSCommunityItem h4 a:active, .CSCommunityItem h4 a:visited
{
    color: #000;
}

.CSCommunityItem div
{
    line-height: 160%;
}

.CSCommunityItem.Alt td
{
    background-color: #FAFBE6;
}

/* Job Burner Ad */

.jb-box { }
.jb-box a:hover {}
.jb-job { padding: 0px 0px 12px 0px; }
.jb-job-title{ }
.jb-job-description { }
.jb-job-description a:link, .jb-job-description a:visited, .jb-job-description a:active { text-decoration: none; color: #000; }
.jb-job-company { }
.jb-job-company a { }
.jb-footer-top{ text-align: center; }
.jb-footer-top a{ font-weight: bold;}
.jb-footer-logo { display: none; }
.jb-footer-text { display: none; }
.jb-footer-text a { font-weight:bold;}

.CSMessageLogin
{
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 8px;
	font-size: 100%;
	color: #330;
	font-weight: bold;
	border: solid;
	border-width: 2px;
	border-color: #330;
	background-color: #fff499;
}