html * {
	font-variant: normal !important;
}

.printfooter, hr, .urlexpansion {
	display: none !important;
}

/*#bodyContent h1 {
	font-family: Arial, Georgia, Times, "Times New Roman", serif;
	font-size: 2.5em;
	font-weight: bold;
	margin-bottom: 22px;
	color: #536895;
}*/

#textEditor h2{
	font-family: Arial, Georgia, Times, "Times New Roman", serif;
	font-size: 1em;
	color: #333;
}

/*
#bodyContent p {
	clear: left;
}
*/

p.login a {
	margin-right: 6px;
}

#editpage-copywarn p {
	margin-top: 22px !important;
}

blockquote {
	padding: 11px 22px !important;
}

/*#bodyContent div {
	background: none !important;
	border: none !important;
	font-size: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}*/

#bodyContent pre {
	margin-bottom: 22px;
	font-family: Consolas, Monaco, "Courier New", Courier, monospace;
	font-size: 12px;
}


dl dt {
	font-weight: bold;
}

dl dd {
	margin-bottom: 11px;
}

#bodyContent h2.pagetitle {
	font-family: "Lucida Grande", Verdana, Tahoma, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #666;
	margin-bottom: 20px;
}

#toc {
	background: #f1f1f1;
	border: 1px solid #dadada;
	-webkit-border-radius: 3px;
	float: right;
	margin-left: 16px;
	padding: 4px 8px;
	margin-bottom: 12px;
}

.tocindent p {
	padding-left: 12px;
	margin-bottom: 0 !important;
}

.tocindent .tocindent p {
	padding-left: 32px;
}

input[type="text"], input[type="password"] {
	margin-right: 2px;
	font-size: 10px;
	padding: 3px;
	margin-bottom: 6px;
	background: #f5f5f5;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 14px;
	color: #666;
}

input[type="submit"] {
	font-size: 10px;
	cursor: pointer;
	color: #246;
	background: #e5e5e5;
	height: 22px;
	padding: 0 4px;
	border: 1px solid #a3a3a3;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

input[type="submit"]:hover {
	color: #d54e21;
	border-color: #535353;
}

input[type="file"] {
	font-size: 10px;
	cursor: pointer;
	color: #246;
	background: #e5e5e5;
	height: 22px;
	padding: 0 4px;
	border: 1px solid #a3a3a3;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-webkit-border-radius: 3px;
	border-radius: 3px;
}


input[type="checkbox"] {
	margin-right: 4px;
}

label {
	float: left;
	width: 100px;
	text-align:right;
	padding-right: 20px;
}

table.diff { background:white; }
td.diff-otitle { background:#ffffff; }
td.diff-ntitle { background:#ffffff; }
td.diff-addedline {
    background:#ccffcc;
    font-size: smaller;
}
td.diff-deletedline {
    background:#ffffaa;
    font-size: smaller;
}
td.diff-context {
    background:#eeeeee;
    font-size: smaller;
}
span.diffchange { color: red; font-weight: bold; }


/* The Reset ---------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,
h6,pre,form,fieldset,input,p,blockquote,table,
th,td { margin: 0; padding: 0; }
fieldset,img,abbr { border: 0; }
address,caption,cite,code,dfn,em,h1,h2,h3,
h4,h5,h6,th,var { font-style: normal; font-weight: normal; }
caption,th { text-align: left; }
q:before,q:after { content: ''; }
a { text-decoration: none; }
body {
	font-size: 12px;
	background: #dadada;
	font-family: helvetica, "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	color: #000;
}
/* -------------------------------------------- */

code { font-family: Consolas, Monaco, "Courier New", Courier, monospace; }

pre {
	background: #f5f5f5;
	border: 1px solid #dadada;
	padding: 11px;
	font-size: 11px;
	line-height: 1.3em;
	overflow: auto;
}

pre a { font-weight: normal; }

a { color: #1e6a95; text-decoration: none; font-weight: bold; }

a:hover { color: #fe921c; }

strong {
	font-weight: bold;
}

em, cite {
	font-style: italic;
}

.wrapper {
	width: 970px;
	margin: 0 auto;
	clear: both;
}

#header {
	height: 100px;
	width: 970px;
	background: url(../images/header_bg.gif) center left no-repeat;
	background-color:#dadada;
}

.sideNav, .mainContent{
	float: left;
	margin: 10px 0px 10px 0px;
}

.sideNav { width: 132px; }
.mainContent { width: 970px; }

h4, h3.head {
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #dedede;
	padding-bottom: 4px;
	color: #333;
	margin-bottom: 18px;
}

h5 {
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 12px;
}

input.text {
	margin-right: 2px;
	font-size: 10px;
	padding: 3px;
	background: #f5f5f5;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 14px;
	vertical-align: top;
	color: #666;
}

#headline {
	height: 87px;
	min-width: 970px;
	background: #ffffff;
	
	/*border-bottom: 1px solid #c6d9e9;*/
}

#headline h2 {
	color: #536895;
	font-size: 36px;
	line-height: 1em;
	font-family: Arial, Georgia, Times, "Times New Roman", serif;
	padding-top: 34px;
	padding-left: 12px;
	float: left;
	font-weight: bold;
}

#headline input.text {
	background: #fff;
	border: 1px solid #c6d9e9;
}

#pages {float:right;}

#pagebody .submenu, #pagebody #submenu {
	margin-left: 0;
	margin-top: -2px;
	font-size: 10px;
	list-style: none;
}

#pagebody .submenu a#subcurrent, #pagebody #submenu a#subcurrent {
	color: #333;
	cursor: default;
}

p.person {
	padding-bottom: 10px;
	border-bottom: 1px solid #dadada;
	margin-bottom: 11px;
}

#pagebody .submenu li {
	border-bottom: 1px solid #dedede;
	font-size: 11px;
	line-height: 15px;
	padding: 5px 0;
}

/*UL AND SUB BULLETS*/
#pagebody .parentMenu {
margin: 0 0 22px 16px;
}

#pagebody .submenu2 {
margin: 0px 0px 0px 25px;
}
/*					*/

#pagebody .submenu li a {
	width: 100%;
	display: block;
}

#pagebody .submenu li.current {
	background: url(images/arrow.png) center left no-repeat;
	font-weight: bold;
}

#pagebody .submenu li ul {
	margin-top: 0 !important;
	margin-left: 16px !important;
	list-style: square;
}

#pagebody .submenu li ul li {
	border: none;
	line-height: 1.4em;
	padding-bottom: 2px;
}

#pagebody {
	font-size: 1em;
	margin-top: 0px;
}

#pagebody ol, #pagebody ul {
	margin: 0 0 22px 0;
}

#pagebody ul {
	margin-left: 16px;
	list-style: square;
}

a.rsslink {background:url(images/feedicon10.png) top left no-repeat; padding-left: 14px;}

#pagebody ol {
	margin-left: 22px;
	list-style: roman;
}

#pagebody p.intro {
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #555;
	font-size: 15px;
	margin-top: -1px;
	margin-bottom: 23px;
}

#pagebody p.intro a {
	font-weight: normal;
}

.feed {
	background: url(images/feedicon.png) center left no-repeat;
	padding-left: 19px;
}

#footer {
	clear: both;
	width: 970px;
	height: 81px;
	margin: 0 auto;
	text-align: center;
	padding: 0px 0px 0px 0px;
	background: url(../images/footer_bg.gif) center left no-repeat;
	background-color:#dadada;
}

#footer .wrapper {
	width: 932px;
}

#footer p {
	color: #fff;
	padding: 12px 0px 20px 0px;
}

#head-search {
	float: right;
	margin-right: 14px;
	height: 48px;
	padding-top: 6px;
}

#head-search input.text {
	background: #5a5a5a;
	border: 1px solid #666;
	margin-right: 6px;
	color: #aaa;
	float: left;
}

#head-search .button {
	float: left;
	border-color: #888;
	background: #666;
	color: #bbb;
}

#head-search input.button:hover {
	color: #fff;
	border-color: #aaa;
}

blockquote {
	background: #f5f5f5;
	border: 1px solid #dadada;
	padding: 22px 22px 0;
	margin-bottom: 22px;
}

.alt { background: #f9f9f9; }

.featured {
	background: #fffbcc;
	border: 1px solid #e6db55;
	padding: 11px 11px 16px;
	margin: 32px 0;
	overflow: auto;
	width: 670px;
}

.wrap, .updated, .error {
	margin: 0;
	margin-left: 15px;
	margin-right: 15px;
	padding: 0;
	max-width: 980px;
}

.error {
	background-color: #CC0033;
	border-color: #c00;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
}

.error a {
	color: #c00;
}

.form-invalid {
	background-color: #ffebe8 !important;
}

.form-invalid input {
	border-color: #c00 !important;
}

.form-input-tip {
	color: #999;
}
.tagExamples {
padding-left: 120px;
color: #0066FF;
}
.tagTips {
padding-left: 120px;
}

.formSpacer {
padding-left: 120px;
}

.formItem {
font-weight: normal;
padding-left: 20px;
padding-left: 20px;
padding-bottom: 15px;
}

.orangeHighlight {
color: #fe921c;
}

#f1_upload_process{
   z-index:100;
   visibility:hidden;
   position:absolute;
   text-align:center;
   width:400px;
}

.videoStatPend {
	color: #aa49a1;
}

.videoStatApprv {
	color: #3ea639;
}

.videoStatHold {
	color: #000000;
}

.sortLink:hover {
cursor: hand;
}

.tipsNumber {
font-size: 1.2em;
color:#000000;
font-weight: bold;
}

#producerNav {
text-align: right;
}

.producerToolsTitle{
color:#fe3333;
font-weight: bold;
font-size: 1.4em;
}

.mandatoryField {
color: #FF0000;
}

#agreementScrollbox {
width: 760px;
height: 250px;
padding-left: 5px;
padding-right: 5px;
border-color: #6699CC;
border-width: 1px;
border-style: solid;
float: left;
overflow: auto;
}

#topNav {
float:right;
text-align: right;
width: 858px;
height: 60px;
padding-top: 15px;
padding-right: 15px;
}

#topNav a {
color: #333;
font-weight: bold;
margin-right: 13px;
}


#topNav a:hover {
color: #a20002;
font-weight: bold;
}

#topNavSpacer{
height: 40px;
}


#mainFeature {
float:left;
width: 960px;
height: 260px;
margin: 8px 0px 8px 0px;
padding: 10px 0px 0px 10px;
background: url(../images/home_main_content_holder.gif) center left no-repeat;
background-color: #dadada;
}

#mainFeature h1{
font-size: 1.5em;
color: #566423;
margin: 30px 30px 0px 0px;
}

.todayIs{
text-align: left;
font-size: 1em;
color: #999999;
margin: 30px 30px 0px 20px;
}

.upcomingEventsTitle{
float: right;
text-align: right;
font-size: 1.4em;
font-weight: bold;
margin: -10px 20px 0px 0px;
color: #003232;
}

#mainFeature p{
margin: 15px 30px 0px 230px;
}

/*HOME PAGE */
#homeCalendarTop {
	height: 15px;
	width: 350px;
	background: url(../images/home_subcont1_top.gif) center left no-repeat;
	background-color:#dadada;
}

#homeCalendarBot {
	height: 15px;
	width: 350px;
	background: url(../images/home_subcont1_bot.gif) center left no-repeat;
	background-color:#dadada;
}

#homeCalendar {
float: left;
margin-right: 6px;
background-color: #fff;
width: 350px;
}

#homeCalendar p {
margin: 0px 30px 10px 50px;
}

#homeCalendar a:link, #homeCalendar a:visited, #memberSpotlight a:link, #memberSpotlight a:visited, #news a:link, #news a:visited, .contentArea2 a:link, .contentArea2 a:visited, .additionalInfo a:link, .additionalInfo a:visited{
	color: #1e79b3;
	text-decoration: none;
}

#homeCalendar a:hover, #memberSpotlight a:hover, #news a:hover, .contentArea2 a:hover{
	color: #003232;
	text-decoration: none;
}

#homeCalendar h1{
font-size: 1em;
font-weight: bold;
margin: 4px 10px 4px 20px;
color: #629400;
}

/*MEMBERSPOTLIGHT */
#memberSpotlight {
float: left;
margin-right: 6px;
background-color: #fff;
width: 350px;
}

#memberSpotlight p {
margin: 0px 0px 10px 10px;
}

#memberSpotlight h1{
font-size: 1.4em;
font-weight: bold;
margin: 4px 10px 4px 10px;
color: #003232;
}

#memberSpotlight h2{
font-size: 1.4em;
font-weight: bold;
margin: 4px 10px 4px 10px;
color: #a1a1a1;
}

/*NEWS*/

#newsTop {
	height: 15px;
	width: 255px;
	background: url(../images/home_news_top.gif) center left no-repeat;
	background-color:#dadada;
}

#newsBot {
	height: 15px;
	width: 255px;
	background: url(../images/home_news_bot.gif) center left no-repeat;
	background-color:#dadada;
}

#news {
float: left;
background-color: #fff;
width: 255px;
}

#news h1, .additionalInfo h1{
font-size: 1.4em;
font-weight: bold;
margin: 4px 10px 4px 10px;
color: #003232;
}

#news h2, .additionalInfo h2{
font-size: 1em;
font-weight: bold;
margin: 4px 10px 4px 10px;
color: #663333;
}

#news p {
margin: 0px 10px 20px 10px;
}

.calendarDate{
font-size: 1em;
font-weight: bold;
margin: 0px 10px 0px 20px;
color: #333;
}


#todaysDate {
font-size: 2em;
font-weight: bold;
margin: 0px 10px 0px 20px;
color: #a3a3a3;
}
/* END HOME PAGE */


#videoSelection {
float:right;
width: 300px;
height: 200px;
margin: 30px 0px 0px 0px;
border: thin solid #CCCCCC;
}

#videoSelection h1 {
color:#FFFFFF;
font-size: 1.5em;	
line-height: 34px;
padding: 0px 0px 0px 10px;
background-color: #566423;
}

h1#currentIssue span { display: none; }
h1#currentIssue {
    height: 13px; /* height of the replacement image */
    background-image: url("../images/current_issue.gif");
    background-repeat: no-repeat;
	margin: 0px 0px 10px 0px;
}

h1#featuresTitle span { display: none; }
h1#featuresTitle {
    height: 15px; /* height of the replacement image */
    background-image: url("../images/titles/features.gif");
    background-repeat: no-repeat;
}
h1#departmentsTitle span { display: none; }
h1#departmentsTitle {
	clear:both;
    height: 15px; /* height of the replacement image */
    background-image: url("../images/titles/departments.gif");
    background-repeat: no-repeat;
}

.features {
float:left;
clear: both;
margin: 0px 0px 25px 0px;
}

.features img{
float: left;
margin: 0px 15px 0px 0px;
}

#tocContent {
float: left;
width: 970px;
}

/*#tocContent img{
float: left;
margin: 0px 15px 0px 0px;
}*/

.exclusivesHighlight {
float:left;
clear: both;
margin: 0px 0px 25px 0px;
}

/*
#tocContent h1 {
font-size: 1.5em;
color: #0a4075;
}*/

#webExclusives {
float:left;
width: 270px;
margin: 30px 30px 0px 30px;
padding: 15px 15px 75px 15px;
background-color: #e4eaef;

}

h1#webExclusivesTitle span { display: none; }
h1#webExclusivesTitle {
    height: 15px; /* height of the replacement image */
    background-image: url("../images/titles/web_exclusives.gif");
    background-repeat: no-repeat;
}


#joinAssociation {
float:left;
width: 260px;
text-align: center;
margin: 30px 30px 0px 30px;
padding: 20px 20px 0px 20px;
background-color: #e4e7cb;
}



#joinAssociation h1{
color: #000;
font-family: helvetica, arial;
font-size: 1.3em;
font-weight: bold;
text-align: center;
}

.greyFeaturesTitleH1 {
color: #5d666d;
}

#rightColumn {
float: right;
margin: 30px 0px 0px 0px;
width: 300px;
}
/*DEPARTMENTS*/
#quickTakes {

}

h1#quickTakesTitle span { display: none; }
h1#quickTakesTitle {
    height: 20px; /* height of the replacement image */
    background-image: url("../images/titles/quick_takes.gif");
    background-repeat: no-repeat;
	border-bottom: thin solid #CCC;
	margin: 0px 0px 10px 0px;
}

#quickTakes h2 {
font-size: 1.1em;
font-weight: bold;
color: #d06f1a;
}
/*						*/
#uclaStyle {

}

h1#uclaStyleTitle span { display: none; }
h1#uclaStyleTitle {
    height: 20px; /* height of the replacement image */
    background-image: url("../images/titles/ucla_style.gif");
    background-repeat: no-repeat;
	border-bottom: thin solid #CCC;
	margin: 0px 0px 10px 0px;
}

#uclaStyle h2 {
font-size: 1.1em;
font-weight: bold;
color: #8b0f04;
}

#lifeSigns {

}

h1#lifeSignsTitle span { display: none; }
h1#lifeSignsTitle {
    height: 20px; /* height of the replacement image */
    background-image: url("../images/titles/life_signs.gif");
    background-repeat: no-repeat;
	border-bottom: thin solid #CCC;
	margin: 0px 0px 10px 0px;
}

#lifeSigns h2 {
font-size: 1.1em;
font-weight: bold;
color: #5d87a1;
}


h1#happeningsTitle span { display: none; }
h1#happeningsTitle {
    height: 20px; /* height of the replacement image */
    background-image: url("../images/titles/happenings.gif");
    background-repeat: no-repeat;
	border-bottom: thin solid #CCC;
	margin: 0px 0px 10px 0px;
}

#happenings h2 {
font-size: 1.1em;
font-weight: bold;
color: #b6bf1e;
}

#careerTrajectory {

}

h1#careerTrajectoryTitle span { display: none; }
h1#careerTrajectoryTitle {
    height: 20px; /* height of the replacement image */
    background-image: url("../images/titles/career_trajectory.gif");
    background-repeat: no-repeat;
	border-bottom: thin solid #CCC;
	margin: 0px 0px 10px 0px;
}

#careerTrajectory h2 {
font-size: 1.1em;
font-weight: bold;
color: #b6bf1e;
}

#hailHills {

}

h1#hailHillsTitle span { display: none; }
h1#hailHillsTitle {
    height: 20px; /* height of the replacement image */
    background-image: url("../images/titles/hail_hills.gif");
    background-repeat: no-repeat;
	border-bottom: thin solid #CCC;
	margin: 0px 0px 10px 0px;
}

#hailHills h2 {
font-size: 1.1em;
font-weight: bold;
color: #c8b18b;
}

#mattersOpinion {

}

h1#mattersOpinionTitle span { display: none; }
h1#mattersOpinionTitle {
    height: 20px; /* height of the replacement image */
    background-image: url("../images/titles/matters_opinion.gif");
    background-repeat: no-repeat;
	border-bottom: thin solid #CCC;
	margin: 0px 0px 10px 0px;
}

#mattersOpinion h2 {
font-size: 1.1em;
font-weight: bold;
color: #5d87a1;
}

#endPoint {

}

h1#endPointTitle span { display: none; }
h1#endPointTitle {
    height: 20px; /* height of the replacement image */
    background-image: url("../images/titles/end_point.gif");
    background-repeat: no-repeat;
	border-bottom: thin solid #CCC;
	margin: 0px 0px 10px 0px;
}

#endPoint h2 {
font-size: 1.1em;
font-weight: bold;
color: #566423;
}
/*COLOR CLASS*/
.blue {
color: #0a4075;
}

.burgundy {
color: #8b0f04;
}

.lime {
color: #b6bf1e;
}

.orange {
color: #d06f1a;
}

.sky {
color: #5d87a1;
}

.tan {
color: #c8b18b;
}

.forest {
color: #566423;
}


/*SUB PAGES*/
#contentArea1 {
margin-top: 10px;
float: left;
width: 640px;
background-color: #fff;
}

#contentArea1Top {
	height: 15px;
	width: 640px;
	background: url(../images/sub_cont1_top.gif) center left no-repeat;
	background-color:#dadada;
}

#contentArea1Bot {
	height: 15px;
	width: 640px;
	background: url(../images/sub_cont1_bot.gif) center left no-repeat;
	background-color:#dadada;
}

#contentArea1 p {
margin: 10px 20px 10px 20px;
}

#contentArea1 img {
margin: 0px 15px 15px 15px;
}

#contentArea1 h1{
font-size: 2em;
font-weight: bold;
margin: 4px 20px 4px 20px;
color: #a20002;
}

.event {
	background: #f5f5f5;
	border: 1px solid #dadada;
	margin-bottom: 10px;
}

.eventTitle{
font-size: 1em;
font-weight: bold;
margin: 4px 20px 4px 0px;
color: #669900;
}

#contentArea1 h2{
font-size: 1.4em;
font-weight: bold;
margin: 4px 10px 4px 10px;
color: #a1a1a1;
}

#contentArea1 table{
margin-left: 20px;
}

#contentArea1 table td{
padding: 4px 0px 4px 4px;
margin-right: 0px;
}

.directoryTitles {
font-weight: bold;
color: #333333;
}

.directoryColumnTitles {
font-weight: bold;
color:#fff;
}

.directoryBusinessName {
color: #000;
font-weight: bold;
}

.businessDirectoryDetails {
border-bottom: 1px solid #dedede;
background-color:#fbfbfb;
}

/*SUB SIDE CONTENT*/

#subSideTop {
	height: 15px;
	width: 320px;
	background: url(../images/sub_side_top.gif) center left no-repeat;
	background-color:#dadada;
}

#subSideBot {
	height: 15px;
	width: 320px;
	background: url(../images/sub_side_bot.gif) center left no-repeat;
	background-color:#dadada;
}

/*SIDE CONTENT 2*/
.contentArea2 {
margin-top: 5px;
margin-left: 10px;
float: left;
width: 320px;
background-color: #fff;
}

.contentArea2 p {
margin: 0px 30px 10px 50px;
}

.contentArea2 h1{
font-size: 1em;
font-weight: bold;
margin: 4px 10px 4px 20px;
color: #629400;
}
/*SIDE CONTENT 2 END*/

#advertisementHolder {
margin-top: 10px;
margin-bottom: 10px;
float: right;
width: 320px;
height: 270px;
background-color: #fff;
text-align: center;
}
#advertisementHolder img {
margin: 0px;
}

#homeSlideshow {
	float: left;
	width: 635px;
	height: 250px;
	margin-right: 12px;
}

/*MISC*/
#contentSpaceFiller {
height: 300px;
}

#shortContentSpaceFiller {
height: 175px;
}

#calContentSpaceFiller {
height: 75px;
}


#searchBox {
	background: #f5f5f5;
	border: 1px solid #dadada;
	padding: 4px 4px;
	margin-bottom: 10px;
}

#topNav .memberSignIn a:link, #topNav .memberSignIn a:visited{
color: #336600;
}
#topNav .memberSignIn a:hover{
color: #000;
}