
/* Links rules
----------------------------------------------*/
a {text-decoration: none;}
a:link {color: #a95309;}  /* Was 767fa2 */
a:visited {color: #8c7650;} /* Was 767fa2 */ 
a:hover {color: #a95309; text-decoration: underline;} 
a:active {color: #a95309;}

#utility a {margin: 0 12px;}
#utility_hub a {margin: 0 12px;}
#utility_project a {margin: 0 7px;}
#util_search a:link {color: #626262;}
#util_search a:visited {color: #626262;} 
#util_search a:hover {color: #a95309; text-decoration: underline;} 
#util_search a:active {color: #626262;}

/* #col_wrap .right a.orange {text-decoration: underline;} */
#col_wrap a.orange:link {color: #a95309 !important;}
#col_wrap a.orange:visited {color: #a95309 !important;} 
#col_wrap a.orange:hover {color: #000 !important;}
#col_wrap a.orange:active {color: #a95309 !important;}

h2 a:link, h2 a:visited, 
h3 a:link, h3 a:visited, 
h4 a:link, h4 a:visited, 
h5 a:link, h5 a:visited {
  color: #466c9e;
  }

h2 a:hover, h2 a:active, 
h3 a:hover, h3 a:active, 
h4 a:hover, h4 a:active, 
h5 a:hover, h5 a:active {
  color: #a95309;
  }

h2 .plain, 
h3 .plain
h4 .plain,
h5 .plain {
	text-transform: none;
	font-weight: normal;
	font-size: 12px;
  }

h2 .plain a, 
h3 .plain a,
h4 .plain a,
h5 .plain a {
  color: #a95309;
  }

#content .feature.icons a {text-decoration: none;}
#content .feature.icons a:link {color: #49557c;}
#content .feature.icons a:visited {color: #49557c;} 
#content .feature.icons a:hover {color: #000;}
#content .feature.icons a:active {color: #a95309;}

#content a.go {
  padding: 1px 22px 6px 0;
  background: url(/media/img/go_large.gif) no-repeat right top;
  }

a.edit_btn {
  padding: 1px 40px 6px 0;
  background: url(/media/img/edit_btn.jpg) no-repeat right top;
}

a.edit_square {
  padding: 3px 20px 6px 0;
  background: url(/media/img/icon_edit.png) no-repeat right top;
}

#content a img.go { /* Use instead of preceeding when the link wraps beyond a single line of text */
  position: relative;
  top: 3px;
  display: inline;
  }

#content a:hover img.go {text-decoration: none !important;}

#sidebar_b a.go, 
#content a.go.small {
  padding: 0px 18px 4px 0;
  background: url(/media/img/go_small.gif) no-repeat right 1px;
  }  

a.edit_small {
  padding: 0px 16px 2px 0;
  background: url(/media/img/go_small.gif) no-repeat right 1px;
  font-size:.7em;
  font-weight:normal;
  margin-left:7px;
  text-transform:uppercase;
  }  

/* 'go back to...' variation on 'go' above w/ reversed icon direction */
#content a.goback {
  padding: 1px 0px 6px 22px;
  background: url(/media/img/goback_large.gif) no-repeat left top;
  }

#content a img.goback { /* Use instead of preceeding when the link wraps beyond a single line of text */
  position: relative;
  top: 3px;
  display: inline;
  }

#content a:hover img.goback {text-decoration: none !important;}

#sidebar_b a.goback {
  padding: 0px 4px 18px;
  background: url(/media/img/goback_small.gif) no-repeat left 1px;
  }

/* 'disabled' variation on 'go' above w/ grayed out icon and no link */
#content a.nogo {
  padding: 1px 22px 6px 0;
  background: url(/media/img/nogo_large.gif) no-repeat right top;
  text-decoration: none !important;
  color: gray !important;
  }

#content a img.nogo { /* Use instead of preceeding when the link wraps beyond a single line of text */
  position: relative;
  top: 3px;
  display: inline;
  }

#sidebar_b a.nogo, 
#content a.nogo.small {
  padding: 0px 18px 4px 0;
  background: url(/media/img/nogo_small.gif) no-repeat right 1px;
  color: gray !important;
  text-decoration: none !important;
  }  
 
 img.list_go_small {
 	display:inline !important;
 	margin-left:5px;
 }
 
a.rss {
  padding: 1px 22px 6px 0;
  background: url(/media/layout/misc/feed-icon-14x14.png) no-repeat right top;
  }

a.pdf {
  padding: 1px 22px 6px 0;
  background: url(/media/img/icon_pdf.png) no-repeat right top;
  }

a.popup {
  padding: 1px 20px 6px 0;
  background: url(/media/img/icon_popup.gif) no-repeat right top;  
  }

#sidebar_b a:link {color: #474747;}
#sidebar_b a:visited {color: #474747;} 
#sidebar_b a:hover {color: #a95309; text-decoration: underline;}
#sidebar_b a:active {color: #a95309;}


#sidebar_b #new_items a:link, 
#sidebar_b #new_items a:visited, 
#sidebar_b #profile_info a:link, 
#sidebar_b #profile_info a:visited {
  text-decoration: underline;
  }

#sidebar_b #partner_info a:link, 
#sidebar_b #partner_info a:visited,
#sidebar_b #general_info a:link, 
#sidebar_b #general_info a:visited {
  color: #49557c;
  }

#footer a {margin: 0 10px;}
#footer a.alpha {margin: 0 10px 0 0;}

#footer a:link, #footer a:visited {color: #626262;}
#footer a:hover {color: #626262; text-decoration: underline;}
#footer a:active {color: #a95309;}

#content a:link.big, 
#content a:visited.big {
  color: #466c9e;
  font-weight: bold;
  }

#content a:link.big, 
#content a:visited.big {
  text-decoration: none;
  }
#content a:hover.big {color: #a95309; text-decoration: underline;}
#content a:active.big {color: #a95309;}

#content a.leftpad {padding-left: 10px;}

a.yellow_button, a.yellow_button_wide {
/* (This should look same as input.ybutton in /css/forms.css) */
  margin: 0;
  padding: 1px 0 4px;
  width: 92px;
  float: right;
  text-align: center;
  font-size: .9em;
  color: #474747;
  font-weight: bold;
  text-transform: lowercase;
  line-height: 1.5;
  display: block;
  background: url(/media/img/btn_yellow.gif) no-repeat left top;
  }
  
a.yellow_button.right, a.yellow_button_wide.right {
  margin-left: 10px;
  }

a.yellow_button.left, a.yellow_button_wide.left, a.gray_button.left, a.gray_button_wide.left {
  margin-right: 10px;
  float: left;
  }

a.yellow_button_wide {
  width: 160px;
  background: url(/media/img/btn_yellow_wide.gif) no-repeat left top;
  }

a.yellow_button.small {
  width: 31px;
  background: url(/media/img/btn_yellow_small.gif) no-repeat left top;
  }

a:link.yellow_button, a:visited.yellow_button, a:active.yellow_button, 
a:link.yellow_button_wide, a:visited.yellow_button_wide, a:active.yellow_button_wide {
  color: #474747; /* (should look same as input.ybutton in /css/forms.css) */
  }

a:hover.yellow_button, a:hover.yellow_button_wide {
  text-decoration: none; /* (should look same as input.ybutton in /css/forms.css) */
  }

.buttons_row {
  margin: 1em 0;
  float: right; 
  }

a.gray_button, a.gray_button_wide {
/* (This should look same as input.ybutton in /css/forms.css) */
  margin: 0;
  padding: 1px 0 4px;
  width: 92px;
  float: right;
  text-align: center;
  font-size: .9em;
  color: #474747;
  font-weight: bold;
  line-height: 1.5;
  display: block;
  background: url(/media/img/btn_gray.gif) no-repeat left top;
  }

a.gray_button_wide{
  width: 160px;
  background: url(/media/img/btn_gray_wide.gif) no-repeat left top;
  }

/* Quang's Link Icon rules */

a.website {
 padding: 1px 22px 6px 0;
 background: url(/media/img/icon_website.png) no-repeat right top;
 }

a.html {
 padding: 1px 20px 6px 0;
 background: url(/media/img/icon_popup.gif) no-repeat right top;
 }

a.onsite_html {
 padding: 1px 20px 6px 0;
 background: url(/media/img/icon_onsite.gif) no-repeat right top;
 }

a.document {
 padding: 1px 20px 6px 0;
 background: url(/media/img/icon_document.gif) no-repeat right top;
 }

a.txt {
 padding: 1px 20px 6px 0;
 background: url(/media/img/icon_txt.gif) no-repeat right top;
 }

a.word {
 padding: 1px 22px 6px 0;
 background: url(/media/img/icon_doc.png) no-repeat right top;
 }

a.sheet {
 padding: 1px 20px 6px 0;
 background: url(/media/img/icon_sheet.gif) no-repeat right top;
 }

a.xls {
 padding: 1px 22px 6px 0;
 background: url(/media/img/icon_xls.png) no-repeat right top;
 }

a.slides {
 padding: 1px 20px 6px 0;
 background: url(/media/img/icon_slides.gif) no-repeat right top;
 }

a.ppt {
 padding: 1px 22px 6px 0;
 background: url(/media/img/icon_ppt.png) no-repeat right top;
 }

a.pic {
 padding: 1px 20px 6px 0;
 background: url(/media/img/icon_image.png) no-repeat right top;
 }

a.video {
 padding: 1px 20px 6px 0;
 background: url(/media/img/icon_video.gif) no-repeat right top;
 }

a.audio {
 padding: 1px 20px 6px 0;
 background: url(/media/img/icon_audio.gif) no-repeat right top;
 }

a.archive {
 padding: 1px 20px 6px 0;
 background: url(/media/img/icon_archive.gif) no-repeat right top;
 }

a.zip {
 padding: 1px 20px 6px 0;
 background: url(/media/img/icon_zip.png) no-repeat right top;
 }

a.webinar {
 padding: 1px 22px 6px 0;
 background: url(/media/img/icon_webinar_small.png) no-repeat right top;
 }

a.other {
 padding: 1px 20px 6px 0;
 background: url(/media/img/icon_genericdocument.png) no-repeat right top;
 }



/* Header Rules
----------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin: 1em 0 0;
  padding: 0;
  font-weight: bold; 
  }

h1 {
  margin: 0;
  padding: 10px 0 0 25px;
  font-size: 2.3em;
  color: #fff;
  float: left;
  width: 750px;
  }

h2 {
  font-size: 1.6em;
  color: #466c9e;
  line-height: 1.1em;
  }

h2.alpha {margin: 0 0 .5em;}
h3.beta {margin: 0 0 .5em;}

h2.small {font-size: 1.4em;}

h3 {
  font-size: 1.2em;
  color: #466c9e;
  text-transform: uppercase;
  }

h3 span.rawcase{
  text-transform: none;
}
  
h4 {
  font-size: 1.2em;
  color: #466c9e;
  }

h5 {
  font-size: 1.1em;
  color: #466c9e;
  }

h2.spacious, 
h3.spacious, 
h4.spacious {
  padding-bottom: 1em;
  }

/* drag drop list */
.handle{
	cursor: move;
	/*background-color: #4F6E8B;*/
	padding: 0 5px 0 5px;
}

.handle .remove_container{
  width:20px;
  height:40px;
  float:left;
  margin-right:5px;
}

.colored_list {
	list-style: none !important; 
	list-style-type: none !important; 
	margin-left:0;
	margin-top:1px;
	padding: 0;
}
#content .colored_list li {
	background-color: #ebf6f5 !important; 
	margin-bottom: 5px;
	padding: 10px 0 10px 5px;
	background: none;
}

.remove{
  float: left;
  display:block;
  width:20px;
  height:20px;
  background: url('/media/img/delete_onoff.png') bottom;
  text-indent: -99999px;
  cursor: pointer;

}

.remove:hover {
  background-position: 0 0;
}

div.input
{
	clear:left;
	margin-top:0px;
	margin-bottom:6px;
	padding:5px;
	font-size: 12px;
}

div.inputbox
{
	clear:left;
	margin:0px 5px 6px 5px;
	padding:5px;
	border:solid #cccccc 1px;
	font-size: 12px;
}


.label
{
	color: #466C9E;
	font-weight: bold;
}

/* List Rules
----------------------------------------------*/

#col_wrap ul {
  padding: 0;
  margin: 0 0 1em;
  list-style-type: none;
  }

#col_wrap ul.spacious {
  margin-top: 1em;
  }

#col_wrap ol {
  margin-top: 0;
  margin-bottom: 1em;
  }

#col_wrap ul.anchors, #col_wrap ol.anchors {margin-bottom: 3em;}

#col_wrap ul li ul, #col_wrap ol li ul {margin-bottom: 0;}

#col_wrap ol li {
  padding: 0;
  background: none; 
  list-style-type: decimal;
  }

#content ul li, 
#content ol li ul li, 
ul.bullets li {
  padding: 0 0 0 2.8em;
  list-style-type: none;
  background: url(/media/img/li.gif) no-repeat 1.8em .45em; 
  }

#col_wrap ul.nobull li {
  padding-left: 0;
  background-image: none;
  }

#col_wrap ul.invis_bull li {
  padding: 0 0 0 1em;
  background: url(/media/layout/misc/dot.gif) no-repeat 1.8em .45em; 
  }

#content ol li ul li, 
#content ul li ul li {
  padding: 0 0 0 2.8em;
  background: url(/media/img/li.gif) no-repeat 1.8em .5em;
  }

#col_wrap ul.no_indent li {
  padding: 0 0 0 1.5em;
  background: url(../../media/img/li.gif) no-repeat .2em .5em; 
  }

#content ul.orange_bullets {
  margin-top: 1em;
  }

#content ul.orange_bullets li {
  padding: 0 0 0 1.5em;
  background: url(/media/img/li_arrow_orange.gif) no-repeat .2em .45em; 
  }
  
 li.square {
  padding:0 0 0 1.4em;
  list-style-type:none;
  background: url(/media/img/li.gif) no-repeat .5em .45em;
 }
 
#col_wrap ul.spacious li {padding-bottom: 1em;}  

#col_wrap ul li ol li {
  padding: 0 0 2px 0;
  margin: 0 0 0em;
  background: none; 
  list-style-type: decimal;
  }


/*right column drop down menu rules*/
/* FROM IGERT  arrow_down_white_orange.gif*/
a.arrow_down {
  padding: 0px 18px 4px 0;
  background: url(/media/img/arrow_down_white_orange.gif) no-repeat right 1px;
  }  


li.dropdown {
    margin: 0;
    width:226px;
    height:38px;
    padding:10px 0px 0px 0px;
  }
  
li.dropdown ul {
  margin: 0;
  padding: 0;
  width:226px;
  float:left;
  left: -9999px;
  position: absolute;
  z-index:999;
  background: #e87133;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, .2);
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
  }
  
li.dropdown:hover a.btn {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, .2);
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  }

li.dropdown ul li a {
  padding: 3px 6px;
  font-size: 1.2em;
  color: #ffffff;
   border: 0 !important;
  }
  
li.dropdown ul li {
  width:226px;
  border: 1px solid #ccc !important;
  
}

li.dropdown:hover ul,
li.dropdown.sfhover ul{
  left: auto; 
  }
  
li.dropdown:hover li,
li.dropdown.sfhover li{
  float:left;
  }
    
li.dropdown:hover li a,
li.dropdown.sfhover li a{
  background: #ff9d55;
  display:block;
  }
  
li.dropdown:hover li.blue a,
li.dropdown.sfhover li.blue a{
  background: #81d7ff;
  display:block;
  }

li.dropdown:hover li.green a,
li.dropdown.sfhover li.green a{
  background: #bee544;
  display:block;
  }
  
li.dropdown:hover li a:hover {
 /* background: #ff7c38; */
  background: #e87133;
  color: #fff !important;
  }

li.dropdown:hover li.blue a:hover {
  background: #3395c6; 
}

li.dropdown:hover li.green a:hover {
  background: #90ae34; 
}



/* Calendar rules */

#col_wrap ul.cal_events li {
  padding: 0 0 0 1em;
  }

#col_wrap ul.cal_events li.hub {
  background: url(/media/img/li_cal_event_hub.gif) no-repeat 0 .6em; 
  }
    
#col_wrap ul.cal_events li.hub_start {
  background: url(/media/img/li_cal_event_hub_start.gif) no-repeat 0 .5em; 
  }

#col_wrap ul.cal_events li.hub_end {
  background: url(/media/img/li_cal_event_hub_end.gif) no-repeat 0 .5em; 
  }

#col_wrap ul.cal_events li.hub a, 
#col_wrap ul.cal_events li.hub_start a,
#col_wrap ul.cal_events li.hub_end a {
  color: #466c9e;
  }

#col_wrap ul.cal_events li.project {
  background: url(/media/img/li_cal_event_project.gif) no-repeat 0 .6em; 
  }
    
#col_wrap ul.cal_events li.project_start {
  background: url(/media/img/li_cal_event_project_start.gif) no-repeat 0 .5em; 
  }

#col_wrap ul.cal_events li.project_end {
  background: url(/media/img/li_cal_event_project_end.gif) no-repeat 0 .5em; 
  }

#col_wrap ul.cal_events li.project a, 
#col_wrap ul.cal_events li.project_start a,
#col_wrap ul.cal_events li.project_end a {
  color: #484848;
  }




/* Table Stuff
----------------------------------------------*/ 
table {
  margin: 1em 0 2em;
  background: #fff;
  width: 100%;
  clear: both;
  font-size: .9em;
  border: 1px solid #c0c0c0;
  }

table.tight {
  margin-bottom: 1em;
  }

table.cell_borders {
  border: 0;
  border-left: 1px solid #c0c0c0;
  }

table caption {
  margin: 0;
  padding: 0 0 .5em;
  font-weight: bold;
  }

tr.alt td {background: #ebebeb;}

table thead th {
  padding: 5px 5px;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  white-space: nowrap;
  text-align: left;
  vertical-align: top;
  background: #578dbf;
  }

table thead th.gray {
  background: #999999;
  }

table thead th a, 
table thead th a:link, 
table thead th a:visited, 
table thead th a:active {
  padding-right: 10px;
  color: #fff;
  background: url(/media/img/sorter.gif) no-repeat right 2px;
  }

table thead th a:hover {color: #000;}

table thead th.sorta a {
  background: url(/media/img/sorter_asc.gif) no-repeat right 2px;
  }

table thead th.sortd a {
  background: url(/media/img/sorter_desc.gif) no-repeat right 2px;
  }

table td, 
table th {
  padding: 5px 5px;
  vertical-align: top;
  }

table.cell_borders td, 
table.cell_borders th {
  border-bottom: 1px solid #c0c0c0;
  }

table tbody th {font-weight: bold;}

table.cell_borders tbody th, 
table.cell_borders tbody td {
  border-right: 1px solid #c0c0c0;
  }

td.meta {
  padding-top: 0;
  color: #7c7c7c;
  }

#wide_table {height: 40em;}

#wide_table table {
  margin: 0 0 1em;
/*   width: 774px; */
  width: 774px;
  position: absolute;
  left: 2px;
  border: 0;
  border-bottom: 1px solid #c0c0c0;  
  }

#wg_table_header {
  margin: 1em 0 0 0;
  padding: 3px 10px;
  float: left;
  border: 1px solid #c0c0c0;
  border-bottom: 0;
  width: 464px; /* Added for headers where there are no graphics - i.e. discussion templates - PS */
  }

#wg_table_header img.title_icon {
  float: left;
  width: 25px;
  display: inline;
  background: #fff; /* Harmless addition that is needed for working around an IE6 float bug */
  }

#wg_table_header h3 {
  margin: 4px 0 0;
  text-transform: none;
  float: left;
  color: #474747;
  font-size: 1em;
  width: 200px;
  }

#wg_table_header h3.with_icon {
  padding-left: 7px;
  width: 168px;
  }

#wg_table_header ul {
  margin: 0;
  padding: 0;
  float: right;
  width: 264px;
  }

#wg_table_header .yellow_button, 
#wg_table_header .yellow_button_wide {
  margin-top: 3px;
  }

#wg_table_header ul li {
  margin: 0 auto;
  padding: 0;
  width: 30px;
  float: right;
  background: transparent;
  }

table#wg_file_manager {
  margin-top: 0;
  border: 1px solid #c0c0c0;
  }

table#wg_file_manager td {
  padding: 7px 5px;
  }

table#wg_file_manager td img {
  padding-left: 2px;
  position: relative;
  top: -5px;
  }

table#wg_file_manager .title {
  font-size: 1.1em;
  }

table#wg_file_manager td a {
  display: block;
  }

th.center, 
td.center {
  text-align: center;
  }

th.center img, 
td.center img {
  margin: 0 auto;
  }
  

/* Discussion Tables Rules
----------------------------------------------*/  
table#wg_discussions {
  margin: 0;
  }

table#wg_discussions td a {
  color: #49557c;
  }
  
table#wg_discussions td.timestamp {
  line-height: 1.1em;
  }

table#wg_discussions td.timestamp .post_author {
  color: #7c7c7c;
  }

table#wg_discussion_threads {
  margin: 0;
  }

table#wg_discussion_threads td.timestamp {
  width: 90px;
  }

table#wg_discussion_threads td.author {
  width: 95px;
  }
  
table#wg_discussion_threads td a {
  color: #767fa2;
  }

/* SPAN is specified here to avert confusion with DIV threads and responses used in Expanded View */

span.thread_response {
  padding-left: 10px; 
  display: block;
  background: url(/media/img/li_wg_discussion_bullet.gif) no-repeat 0 .5em;
  }

span.thread_level1 {margin-left: 0px; padding-left: 0px; background: none;}
span.thread_level2 {margin-left: 10px;}
span.thread_level3 {margin-left: 20px;}
span.thread_level4 {margin-left: 30px;}
span.thread_level5 {margin-left: 40px;}
span.thread_level6 {margin-left: 50px;}
span.thread_level7 {margin-left: 60px;}
span.thread_level8 {margin-left: 70px;}
span.thread_level9 {margin-left: 80px;}
span.thread_levelinfinity {margin-left: 90px;}

/* Draw box around selected post in Single Discussion Post View */

table#wg_discussion_threads tr.selected_post td {
  border-top: 1px solid #a95309;
  border-bottom: 1px solid #a95309; 
  }

table#wg_discussion_threads tr.selected_post td.title {
  border-left: 1px solid #a95309;
  }
  
table#wg_discussion_threads tr.selected_post td.author {
  border-right: 1px solid #a95309;
  }



/* Discussion Pages Rules
______________________________________________*/

.discussion_box{
  margin: 0;
  padding: 0;
  background: #ebebeb;
  border: 1px solid #c1c1c1;
  position:relative;
  overflow: auto;
  }

.discussion_box h3 {
  margin: 0;
  padding-left: 5px;
  background: #578dbf;
  color: #fff;
  text-transform: none;
  }
  
.discussion_box p {
  margin: 15px 10px;
  line-height: 1.2em;
  }

.discussion_box span.post_options {
  margin: 10px 0 10px 5px;
  color: #a95309;
  display: block;
  }

.discussion_box span.post_options a {
  margin: 0 5px;
  }

/* DIV is specified here to avert confusion with SPAN threads and responses used in Tables */

div.thread_response {
  margin: 10px 0 0 0;
  padding-bottom:25px;
  } 

div.thread_response h3 {
  background: #969696;
  }

/* Thread response boxes are gray, and thread levels/indents are indicated by additional class attributes */

div.thread_level1 {margin-left: 0px;}
div.thread_level2 {margin-left: 12px;}
div.thread_level3 {margin-left: 24px;}
div.thread_level4 {margin-left: 36px;}
div.thread_level5 {margin-left: 48px;}
div.thread_level6 {margin-left: 60px;}
div.thread_level7 {margin-left: 72px;}
div.thread_level8 {margin-left: 84px;}
div.thread_level9 {margin-left: 96px;}
div.thread_level10 {margin-left: 108px;}

.picture_insert {
  margin: 10px;
  text-align: center;
  float: right;
  position:relative;
  }

.picture_insert p {
  margin: 0;
  padding: 0;
  }

.picture_insert a {
  color: #767fa2;
  }


/* Calendar Stuff
----------------------------------------------*/ 

#cal_buttons {
  margin: 1em 0 2em;
  padding: 1em 0;
  border-top: 1px solid #999;
  }

.calendar_table {
  margin: 0;
  border: 0;
  border-top: 1px solid #CFCFCF; 
  border-left: 1px solid #CFCFCF;  
  }

.calendar_table.timeframe {
  border-bottom: 0;
  }

.calendar_table td {
  border-right: 1px solid #CFCFCF; 
  border-bottom: 1px solid #CFCFCF;   
  }

.calendar_header {
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #3D577A;
  }

table.calendar_table td.view_weekly, 
table.calendar_table td.view_monthly {
  font-size: 1.1em;
  font-weight: bold;
  color: #484848;
  text-align: center;
  background-color: #CFCFCF;
  }
 
table.calendar_table td.view_weekly {
  background: #f0f0f0;
  }

table.calendar_table td.orange a, 
td.content-title, 
td.content-title a {
  color: #a93613 !important;
  }

table.calendar_table td.content-title {
  font-size: 1.3em;
  background-color: #CFCFCF;
  }

td#date_options {
  padding-left: 50px; /* To offset half the width of calendar's day cell width, which is 109px */
  text-align: center;
  background-color: #f0f0f0;
  }

table.calendar_table.search_events {
  color: #466c9e;
/*   border: 1px solid #c0c0c0;  */
  background: #f0f0f0;
  border-top: 0;
  }

table.calendar_table.search_events td {
  padding: 10px;
  font-size: 1.1em;
  }

table.calendar_table td a b {
  text-decoration: underline;
  }



/* Sidebar_a (1st Column)
----------------------------------------------*/ 
#sponsors {
  position: relative;
  top: -80px;
  width: 171px;
  float: left;
  background: #fff url(/media/img/sponsors_middle.gif) repeat-y center top;
  }
  
#sponsors2 {
  padding-top: 10px;
  background: url(/media/img/sponsors_top2.gif) no-repeat center top;
  }

#sponsors3 {
  padding: 10px;
  background: url(/media/img/sponsors_bottom2.gif) no-repeat center bottom;
  }

#sponsors img {
  padding: 0 0 10px 17px;
  float: left;
  }

#sponsors p {font-size: .9em;}


/* Homepage Stuff
----------------------------------------------*/ 
#showcase {
  float: left;
  width: 772px;
  }

 
/* Misc Stuff
----------------------------------------------*/ 
.clearer {clear: both;}

hr, .hide, #skip, #top {display: none;}

.hr {
  clear: both;
  width: 486px;
  height: 4px;
  background: url(/media/img/hr_blue.jpg) no-repeat;
  }

#sidebar_b .hr {
  width: 228px;
  background: url(/media/img/hr_blue_narrow.jpg) no-repeat;
}

.hr.spacious {
  padding-bottom: 20px;
  }

.hr2 {
  clear: both;
  border-top: 3px solid #466c9e;
  }
  
.hr2.spacious {
  padding-bottom: 15px;
  }

.hr3 {
  clear: both;
  border-top: 1px solid #466c9e;
  }
  
.hr3.spacious {
  padding-bottom: 12px;
  }

p.spacious {
  padding: 1em 0;
  }

.p_headroom {padding-top: 1em !important;}

.inline {display: inline;}

.orange {color: #a95309;}

.right {
  text-align: right;
  }

.header_row_link {
  margin-top: 1.3em;
  float: right;
  }

.float_left {
  float: left;
  }
  
.float_right {
  float: right;
  }

.big, .bigger {
  color: #466c9e;
  font-weight: bold;
  }

.warning, 
.standout {
  color: #8d2e11;
  font-weight: bold;
  }

.info { /* For "success" messages */
  color: #96b311;
  font-weight: bold;
  }

.error {
  margin: 0 0 1em;
  padding: 10px 20px;
  color: #8d2e11;
  font-weight: bold;
  background: #eee;
  }

.error p {
  margin: 0;
  padding-left: 22px;
  background: url(/media/img/icon_exclamation.gif) no-repeat left top;
  }

.type {
   color: #766e67;
   text-transform: uppercase;
   font-size: .8em;
   }

.divider {
  padding-top: 1em;
  clear: both;
  background: url(/media/img/hr_dashed_grey.gif) repeat-x left top;
  }

span.pagination {
  padding-left: 40px;
  }

span.pagination a {
  padding: 0 2px;
  }

.bot_dashed_line {
  margin-bottom: 1em;
  padding-bottom: .5em;
  background: url(/media/img/hr_dashed_grey.gif) repeat-x left bottom;
  }

p.no_botmarg {
  margin-bottom: 0;
  }

.pad_top {padding-top: 1em;}
.pad_bottom {padding-bottom: 1em;}
.pad_left {padding-left: 40px;}
.pad_right {padding-right: 40px;}

#wide_content {
  width: 771px;
  position: absolute;
  left: 4px;
  }

#wide_content table {
  width: 771px;
  }
  
.widget-box {
		background-color: #F7F7F7;
		border: 0px solid #CCCCCC;
	}  
	
.right_column_big_btn {
  width:228px;
  height:38px;
  padding-bottom:10px;
}

.right_column_big_btn.orange {
  background: url(/media/img/big_btn_bg_orange.jpg) no-repeat;
}

.right_column_big_btn.blue {
  background: url(/media/img/big_btn_bg_blue.jpg) no-repeat;
}

.right_column_big_btn.green{
  background: url(/media/img/big_btn_bg_green.jpg) no-repeat;

}
