/*==== Site-Wide Styles ================== */
body
{
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	margin: 0px;
	color: #3F3F3F;
}

a {
	color:#666666;
}

.mainHead {
	font-size: 15px;
	font-weight: bold;
	color: #598ABD;
}

.subHead {
	font-size: 13px;
	font-weight: bold;
	color: #3f3f3f;
	margin-bottom:6px;
}

.subHeadPlainRight {
	font-size: 13px;
	color: #3f3f3f;
	text-align:right;
}

.highlightRed {
	color: #CC0000;
}

.highlightGreen {
	color: #008800;
}

.reducedLineHeight {
	margin-top:3px;
	margin-bottom:3px;
	
}

.tableRightEdge {
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#E7E7E7;
	padding-right:10px;
}


/*==== Main Content Styles =============== */
.mainContent {
	margin-top:20px;
	margin-left:106px;
}

.sideImage {
	position:absolute;
	left:232px;
	top:328px;
}

.noVertMargin {
	margin-top:0px;
	margin-bottom:0px;
}

.noTopMargin {
	margin-top:0px;
}

.noBottomMargin {
	margin-bottom:0px;
}

.smallBottomMargin {
	margin-bottom:6px;
}

.footerText {
	font-size:10px;
	color:#666666;
	text-decoration: none;
}

a.footerText:hover {
	font-size:10px;
	color:#666666;
	text-decoration: underline;
}

.smallText, .smallText a {
	font-size:10px;
	color:#FFFFFF;
	line-height:13px;
	text-decoration:none;
}

.smallText a:hover{
	text-decoration:underline;
}

.smallTextGrey {
	font-size:11px;
	color:#999999;
}

.smallTextBrown {
	color:#433603 ! important;
}

.whiteText {
	color:#FFFFFF;
}

.greyText {
	color:#3F3F3F;
}

.lightgreyText {
	color:#5A5A5A;
}

.bold {
	font-weight: bold;
}

/*==== Navigation Styles ================= */
.navMain {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

a.navMain:hover {
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}

.mainMenu {
	margin:0px;
	height:22px;
	position:absolute;
	padding-top:5px;
}

.subMenuHome {
	position:absolute;
	padding-left:6px;
	visibility:hidden;
	background-image:url(/images/middle-blue.gif);
	width:140px;
	line-height:27px;
}

.subMenu {
	position:absolute;
	padding-left:6px;
	visibility:hidden;
	background-image:url(/images/middle-blue.gif);
	width:140px;
	line-height:27px;
}

/*---- Side Navigation Styles ------------ */

.sideNav {
	font-size: 14px;
	color: #777777;
	text-decoration: none;
}

a.sideNav:hover {
	font-size: 14px;
	color: #433603;
	text-decoration: underline;
}

.sideNavSub {
	font-size: 12px;
	color: #777777;
	text-decoration: none;
}

a.sideNavSub:hover {
	font-size: 12px;
	color: #433603;
	text-decoration: underline;
}

.sideNavSelected {
	color: #433603 ! important;
}

li.menuItem {
	list-style-image: url(/images/yellow_dot.gif);
	width:190px;
}

li.subMenuItem {
	list-style-image: url(/images/yellow_dot.gif);
	width:178px;
	margin-left:12px;
}

/*---- Side Nav Styles Main Pgs ---------- */

.sideNavMain {
	font-size: 14px;
	color: #E8E8E8;
	text-decoration: none;
}

a.sideNavMain:hover {
	color: #f1d366;
	text-decoration: underline;
}

.sideNavSubMain {
	font-size: 12px;
	color: #E8E8E8;
	text-decoration: none;
}

a.sideNavSubMain:hover {
	color: #f1d366;
	text-decoration: underline;
}

.sideNavSelectedMain {
	color: #f1d366 ! important;
}

li.menuItemMain {
	list-style-image: url(/images/yellow_dot.gif);
	width:190px;
}

li.subMenuItemMain {
	list-style-image: url(/images/yellow_dot.gif);
	width:178px;
	margin-left:12px;
}

/*==== Home Page Styles ================== */
.home.SideColor {
/*  background: #7AA1CA; */
  background: #0C325B;
}

/*==== Calendar Styles =================== */
.calendarStructure {
	font-size:10px;
	width:700px;
	border-style:solid;
	border-color:#777777;
	border-width:1px;
	vertical-align:top;
	line-height: 10px;
	margin-left:auto;
	margin-right:auto;
}

.calendar {
	font-size:10px;
	width:100px;
	height:80px;
	text-align:left;
	padding-top:5px;
	padding-left:5px;
	border-style:solid;
	border-color:#777777;
	border-width:0px;
	border-top-width:1px;
	border-left-width:1px;
	vertical-align:top;
	line-height: 12px;
}

.rightColumn {
	border-right-width:1px;
}

.bottomRow {
	border-bottom-width:1px;
}

tr.calendar {
	border-right-width:1px;
}
	
th.calendar {
	font-size:11px;
	font-weight: bold;
	background-color: #598ABD;
}

.calendarDate {
	font-size:14px;
	color: #777777;
	margin:0px;

}

.calendarItem {
	margin-top:8px;
	margin-bottom:0px;
}

.calendarItem a {
	color:#598ABD;
	text-decoration:underline;
}

.calendarTitle {
	border-width:0px;
	height:30px ! important;
}

.calendarNextPrev {
	font-size:11px;
	font-weight:normal;
	border-width:0px;
	height:30px ! important;
	text-align:center;
	vertical-align:middle;
}

.calendarDayHeader {
	font-size:11px;
	font-weight: bold;
	height:20px ! important;
	background-color: #598ABD;
}

.otherMonthDay {
	background-color: #EEEEEE ! important;
}

.calFontClass {
	 font-size:10px;
}

.calFgClass {
	background-color: #FFFFFF;
}

.calBgClass {
   background-color: #FFDB54;
}

.calCapfontClass {
     font-weight: bold;
}

/*==== Members/Producers Styles ========== */
.faqQuestion  {
	margin-bottom:0px;
	font-weight:bold;
	color: #333333;
}

.faqAnswer  {
	margin-top:2px;
}

a.members, a.member:visited {
	color: #008caf;
}

a.members:hover {
	color: #a01919;
}

.detailTable {
	border-style:solid;
	border-width:1px;
	border-color:#999999;
	padding-left:5px;
	padding-right:5px;
}

.detailTable th {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	background-color:#FFDB54;
	height:30px;
}

.detailTable td {
	width:200px;
	vertical-align:top;
}

.deptName {
	color:#598ABD;
}

.deptRow {
	height:40px;
}

.resumeListItem 
{
	background-color: #CCCCCC;	
}

.memberProfileDiv {
	float:right;
	margin-left:5px;
	border: 1px solid #999999;
	background-color:#CCCCCC;
}

.memberProfileTitle {
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding:5px;
	color:#433603;
	margin:0px;
	background-color:#FFDB54;
}

.memberProfileName {
	font-size:11px;
	font-style:italic;
	font-weight:bold;
	text-align:center;
	padding:0px 5px 0px 5px;
	margin:0px;
}

.memberProfileDetail {
	margin:0px;
	font-size:10px;
	text-align:center;
	padding:0px 5px 0px 5px;
	line-height: 10px;
}

.threeSidePadding {
	padding:0px 5px 5px 5px ! important;
}

.minorHeading  {
	margin-bottom:0px;
	font-weight:bold;
	color: #333333;
}

.minorParagraph  {
	margin-top:2px;
}

.availsTable {
	font-size: 10px;
	padding-left:2px;
	padding-right:2px;
}

.availsTable th {
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	text-align:left;
	background-color: #608FBF;
	height:30px;
}

#awardSubmission {
	border-spacing: 0px;
}

#awardSubmission th {
	font-size:14px;
	font-weight:bold;
	color:#3F3F3F;
	text-align: left;
	background-color:#FFDB54;
	padding: 3px;
	border-spacing: 0px;
}

.standardButton {
	font-size:10px;
}

.smallButton {
	font-size:8pt;
}

#memberQuickInfo {
	border:1px solid #fafafa;
	top:365px;
	left:700px;
	width:220px;
	height:120px;
	float:right;
	margin:0px 5px 0px 10px;
	display:none;
}

.resumeDivs {
	border: 1px solid #598ABD;
	padding: 5px;
}

th {
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#3F3F3F;
}

select,input,textarea,.smallStandardText {
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3F3F3F;
}

hr {
	height: 1px;
	color: #cccccc;
	background-color: #cccccc;
}	

.portfolioImage {
	margin: 5px;
	border: 1px solid #737373;
}

/*  ID-Specific STYLES - Move to proper position once they hit production */
#anonymousHotline {
	width:150px;
	height:100px;
	position:relative;
	margin:80px auto 0px auto;
	padding:20px 6px 0px 6px;
	background-image:url('/images/150x100px_yellow_rounded_rect.png');
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
}

.indentBlock {
	margin-left: 6px;
}

.hidden {
	display: none;
}

/*  TEST STYLES - Move to proper position once they hit production */
.tableStyle {
	width: 620px;
}

.tableStyle th {
	padding: 2px;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFDB54;
}

