/*--------------------------------------------
	 GLOBAL RULES
 -------------------------------------------*/
body {
	/*background: #F5F0E3 url(http://ouradio.org/images/bg_body2.gif) top left repeat-x;*/
	padding: 0;
	margin: 0;
	text-align: center;
}

#wrapper {
	width: 930px;
	position: relative;
	top: 0px;
	left: 0;
	margin: 0 auto;
	text-align: left;
	top: -17px;
	padding: 0px 0 0 0;
	z-index: 1;
}

.clear {
	clear: both;
	line-height: 0 !important;
	font-size: 0 !important;
	height: 0 !important;
	border: 0 none; !important;
	margin:0 !important;
	padding:0 !important;
	visibility:hidden;
}

.divider {
	line-height: 0;
	height: 1px;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #eee;
}

img {
	border: none 0;
}

hr {
	display: none;
	height: 0;
	line-height: 0;
}

#logo {
	background: transparent url(ou_logo_header5.gif) top left no-repeat;
	padding: 0;
	margin: 0;
	width: 125px;
	height: 111px;
	text-indent: -5000px;
	float: left;
}

#logononav {
	background: transparent url(ou_logo_header_nonav.gif) top left no-repeat;
	padding: 0;
	margin: 0;
	width: 125px;
	height: 111px;
	text-indent: -5000px;
	float: left;
}



/*--------------------------------------------
	 SEARCH
 -------------------------------------------*/			
 	
#search {
	padding: 0 0 0 0;
	background: transparent url(nav_li_normal.gif) bottom right no-repeat;
}

#search form {
	padding: 0;
	margin: 0;
}

#search .textfield {
	width: 78px;
	color: #666;
	margin: 0;
	padding: 2px;
	font: 11px/11px "lucida sans unicode", "lucida grande", arial,sans-serif;
	float: left;
}

#search .search_button {
	margin: 0;
	padding: 0;
	position: relative;
	left: 5px;
	top: 0;
	float: left;
	
}

#search p {
	
	clear: both;
}

/*--------------------------------------------
	 LINK STYLES
 -------------------------------------------*/
a,a:link, a:visited {
	color: #3E8FF4;
}

a:hover {
	color: #1060B7;
}

a:active {
	color: #1060B7;
}
/*--------------------------------------------
	 OU NETWORK
 -------------------------------------------*/
#ounetwork {
	list-style: none;
	margin: 1px 20px 0 0;
	padding:0;
	font: normal 10px/10px arial,sans-serif;
	color: #B0D0FF;
	position: absolute;
	top: 0;
	right: 0px;
	z-index: 101;	
	height: 28px;
		
}
#ounetwork li {
	float: left;
	padding: 8px 0 0px 0;
	color: #5f8ebc;
}

#ounetwork li a {
	display: block;
	padding: 0;
	margin: 0 0 0 5px;
	text-decoration: none;
	color: #5f8ebc;
	font-weight: 700;
	font-size:11px;
}

#ounetwork li a:hover {
	color: #fff;
	border-bottom: 1px dotted #fff;
}
/*--------------------------------------------
	 SUPER NAVIGATION
 -------------------------------------------*/
#supernav {
	list-style: none;
	margin: 3px 20px 0 0;
	padding:0;
	font: normal 10px/10px arial,sans-serif;
	color: #B0D0FF;
	position: absolute;
	top: 28px;
	right: 0px;
	z-index: 100;	
}
#supernav input {
	margin: -7px 0 10px 0;
	font-size:8pt;
}
#supernav li {
	float: left;
	padding: 8px 0 10px 0;
}

#supernav li a {
	display: block;
	padding: 0;
	margin: 0 0 0 5px;
	text-decoration: none;
	color: #fff;
}

#supernav li a:hover {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

/*--------------------------------------------
	 MAIN NAVIGATION
 -------------------------------------------*/

#nav_wrapper {
	width: 125px;
	background: #F5F0E3 url(nav_bottom_fade.gif) bottom right no-repeat;
	float: left;
	position: relative;
	top: 0;
	left: 0;
	padding-bottom: 219px;
}

ul#nav {
	padding: 0 0 0 0;
	margin: 0 0 0 10px;
	list-style: none;
	font: 10px/15px "lucida sans unicode", "lucida grande", arial,sans-serif;
	width: 115px;
	background: #F5F0E3 url(bg_nav.gif) top right repeat-y;
}

/*-- workaround to remove extra whitespace in ie--*/

/*-- tells ie to change height to 1em --*/
#nav li a {
	height: 1em;
}

/*-- tells other browsers not to --*/
html>body #nav li a {
	height: auto;
}
/*-- end workaround--*/
		
#nav li {
	padding: 0 0 2px 0;
	margin: 0 0 0px 0;
	font-weight: bold;
	width: 115px;
	background: transparent url(nav_li_hover.gif) bottom right no-repeat;
	color: #1F3A73;
}

#nav ul {
	padding: 0 0 0px 0;
	margin: 0;
	list-style: none;
	width: 115px;
}

#nav li li {
	padding: 0;
	margin: 0;
	font-weight: normal;
	background: transparent url(nav_sub_hover.gif) top right repeat-y;
	border: none;
	width: 115px;
}

/*----Navigation Link Styles----*/

#nav li a {
	text-decoration: none;
	color: #1F3A73;
	padding: 3px 10px 3px 0;
	display: block;
	background: transparent url(bg_nav.gif) top right repeat-y;
}

#nav li a:hover {
	text-decoration: none;
	color: #00226A;
	background: none;
	padding: 3px 10px 3px 0;
	display: block;
}

#nav li li a {
	text-decoration: none;
	color: #4C4237;
	padding: 2px 10px 2px 0;
	display: block;
	background: transparent url(bg_nav.gif) top right repeat-y;
}

#nav li li a:hover {
	text-decoration: none;
	color: #443C34;
	padding: 2px 10px 2px 0;
	display: block;
	background: none;
}

#nav li li a:active {
	text-decoration: none;
	color: #443C34;
	padding: 2px 10px 2px 0px;
	display: block;
	background: transparent url(nav_li_li_active.gif) no-repeat bottom right;

}

#nav li a:active {
	text-decoration: none;
	color: #443C34;
	padding: 3px 10px 3px 0px;
	display: block;
	background: transparent url(nav_li_active.gif) no-repeat bottom right;
}

/*-- Workaround for Main levels not having a link --*/

#nav #torahnav a,
#nav #holidaysnav a,
#nav #synagoguenav a,
#nav #familynav a,
#nav #communitynav a,
#nav #multimedianav a,
#nav #jobnav a,
#nav #satelitenav a {
    cursor: text;
}

#nav #torahnav a:hover,
#nav #holidaysnav a:hover,
#nav #synagoguenav a:hover,
#nav #familynav a:hover,
#nav #communitynav a:hover,
#nav #multimedianav a:hover, 
#nav #jobnav a:hover, 
#nav #satelitenav a:hover{
    cursor: text;
   	background: transparent url(bg_nav.gif) top right repeat-y;
   	color: #1F3A73;
}

#nav #torahnav ul a:hover,
#nav #holidaysnav ul a:hover,
#nav #synagoguenav ul a:hover,
#nav #familynav ul a:hover,
#nav #communitynav ul a:hover,
#nav #multimedianav ul a:hover,
#nav #jobnav ul a:hover,
#nav #satelitenav ul a:hover{
   	background: none;
   	cursor: pointer;
}

/*-- Auto Nav selectors --*/

#home #homenav a,
#conventionbody #conventionnav a,
#torahbody #torahnav a,
#eventbody #eventsnav a,
#newsbody #newssnav a,
#familybody #familynav a,
#holidaysbody #holidaysnav a,
#communityservicesbody #communitynav a,
#jobbody #jobnav a,
#ouofficesbody #satelitenav a,
#synagoguebody #synagoguenav a
{
	background: transparent url(nav_li_active.gif) no-repeat bottom right !important;
}


/*-- Auto Nav selectors -- main_wrapper_head_inside Level --*/
body.convention #nav #conventionnav a,
body.learningresources #nav #learningnav a,
body.judaism101 #nav #judaism101nav a,
body.shabbat #nav #shabbatnav a,
body.jewish_holidays #nav #jewishholidaysnav a,
body.zmanim #nav #zmanimnav a,
body.candlelighting #nav #candlelightingnav a,
body.ousynagogue #nav #ousynagoguenav a,
body.chevrakaddisha #nav #chevrakaddishanav a,
body.safehomes #nav #safehomesnav a,
body.singles #nav #singlesnav a,
body.job #nav #jobnav a,
body.parenting #nav #parentingnav a,
body.kharkov #nav #kharkovnav a,
body.news #nav #articlesnav a,
body.westcoast #nav #westcoastnav a{
/*    font-weight:bold;*/
    background: white url(nav_chevron.gif) no-repeat center left !important ;
    padding-left:12px;
	font-color: #000;
    }
    
						
						
						
/*--------------------------------------------
	 WRAPPER AND HEADERS
 -------------------------------------------*/

#main_wrapper {
	float: left;
	width: 801px;
	background: transparent url(bg_wrapper.gif) top right repeat-y;
	margin-top: 0px;
	border-bottom: 2px solid #ECDFC7;
	font-family: arial;
	margin-top:18px;
}

#main_wrapper_head {
	float: left;
	width: 445px;
	padding-top: 0px;
	background: transparent url(article_background2.gif) no-repeat bottom left;
	font-family: arial;
	position:relative;
	top:18px;
	
}


.slideshow {
	float: left;
	list-style-type: none;
	font: normal 10px/31px verdana, arial,sans-serif;
	padding: 0;
	margin: 0;
	display: inline;
	overflow: hidden;
	position: relative;
	top:-10px;
	left: -10px;
}

.slideshow li{
	padding: 0;
	margin: 0;
	display: inline; /* duplicated for IE 5/Win */
	list-style-type: none; /* duplicated for IE 5/Win */
	border: 0 none;
}

.slideshow li a{
			float: left;
			height: 0px !important;
			height /**/:31px; /* IE 5/Win hack */ 
			padding: 31px 0 0 0;
			overflow: hidden;
			border: 0 none;
}

.slideshow .item1 a:hover,
.slideshow .item2 a:hover,
.slideshow .item3 a:hover {
			background-position: 0 -31px;
		}


.slideshow .item1 a {
			width: 34px;
			background: url(article_prev.gif) top left no-repeat;
		}

.slideshow .item2 a {
			width: 27px;
			background: url(article_stop2.gif) top left no-repeat;
		}

.slideshow .item3 a {
			width: 37px;
			background: url(article_next2.gif) top left no-repeat;
		}

#ou_slide0,
#ou_slide1,
#ou_slide2,
#ou_slide3,
#ou_slide4,
#ou_slide5 {
		margin-top: -31px;
}

#main_wrapper_head ul {
	float: right;
	list-style: none;
	font: normal 10px/31px "lucida sans unicode", "lucida grande", verdana, arial,sans-serif;
	padding: 0;
	margin: 0;
}

#main_wrapper_head li {
	float: left;
	list-style: none;
}

#main_wrapper_head li a {
	padding: 0px 6px;
	z-index:99;
	position:relative;
	color: #000;
	text-decoration: none;
	border-right: 1px solid #D4CEC4;
}

#main_wrapper_head .off a {
	padding: 0px 6px;
	color: #000;
	text-decoration: none;
	border-right: none;
}

#main_wrapper_head img {
	float: left;
}

#content {
	width: 433px;
	padding: 10px;
	float: left;
}

/*--------------------------------------------
	 FEATURED ARTICLE(S)
 -------------------------------------------*/


	

#tooltipDiv {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
	display: none;
	padding: 12px 8px 13px 15px;
	background: transparent url(bubble.gif) no-repeat bottom left;
	color: #3278a0;
	font-family: verdana, sans-serif;
	font-size: 11px;
	white-space: nowrap;
	border-right: 5px solid #fff;
}


.feature_article {
	margin-bottom: 10px;

}

#content .feature_article .feature_image img {
	padding: 6px;
	background-color: #fff;
	border: 1px solid #ccc;
	float: left;
	clear:both;
}

.feature_article_content {
	float: right;
	width: 204px;
}

.feature_article_content h2 {
	font: normal 16px/20px arial,verdana, sans-serif;
	font-weight:800;
	color: #555;
	padding: 0 0 5px 10px;
	margin: 0;
	
	width: 175px;
	
}

.feature_article_content p {
	font: normal 11px/15px  "lucida sans unicode", "lucida grande", arial,sans-serif;
	color: #666;
	padding: 5px 0 10px 10px;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #eee;
}


.feature_article_content ul.paginate {
	font: normal 11px/15px "lucida sans unicode", "lucida grande", arial,sans-serif;
	list-style: none;
	padding: 8px 0 0 10px;
	margin: 0;

	
}

.feature_article_content ul.paginate li {
	padding: 0;
	margin: 0;
	display: inline;
	float: left;
	margin-right:0px;
	background-color: #AEE0EE;
}

body .feature_article_content ul.paginate li a,
body .feature_article_content ul.paginate li a:link,
body .feature_article_content ul.paginate li a:visited {
	font: normal 11px/11px "lucida sans unicode", "lucida grande", arial,sans-serif;
	padding: 5px 11px;
	margin: 0;
	display: block;
	text-decoration: none;
	height: auto;
	_height:1em;
	border-left: 1px solid #fff;
	border-right: 1px solid #B8E9F6;
	width: 8px;
	text-align: center;
	background-color: #D5EFF6 !important;
	color: #287DDE;
}

.feature_article_content ul.paginate li a:hover {
	background-color: transparent;
}

.feature_article_content ul a:active{
	background-color: #D5EFF6;
}


.feature_article_content ul.paginate li.selected a,
.feature_article_content ul.paginate li.selected a:link,
.feature_article_content ul.paginate li.selected a:visited,
.feature_article_content ul.paginate li.selected a:hover,
.feature_article_content ul.paginate li.selected a:active{
	background-color: #AEE0EE !important;
	color: #287DDE;
}




/*--------------------------------------------
	 ALERT BOX
 -------------------------------------------*/
 
 #alert_box{
    background-color: #FDFDC3;
    border-top: 1px solid #D9D984;
    border-bottom: 1px solid #D9D984;
    padding:8px 15px 8px 15px;
	font: normal 13px "lucida sans unicode", "lucida grande", verdana, arial,sans-serif;
    color: #5B5B43;
    }
    
 

/*--------------------------------------------
	 main_wrapper_head_inside ARTICLES
 -------------------------------------------*/

#main_wrapper_head_inside_articles_wrapper {
	background-color: #FCFCF1;
	border: 1px solid #DBDED6;
	padding: 10px 10px 0 10px;
	margin-top: 10px;
	height:auto;
	_height:1em;
}

.main_wrapper_head_inside_articles {
	border-bottom: 1px solid #DBDED6;
	margin-bottom: 10px;
	padding-bottom: 8px;
	height:auto;
	_height:1em;
}

.main_wrapper_head_inside_articles p {
	font: normal 11px/16px   "lucida sans unicode", "lucida grande", verdana, arial,sans-serif;
	padding: 0;
	margin: 3px 0;
	color: #333;
}

.main_wrapper_head_inside_articles h3 {
	font: bold 12px/16px   "lucida sans unicode", "lucida grande", verdana, arial,sans-serif;
	color: #444;
	padding: 0;
	margin: 0;
}

.main_wrapper_head_inside_articles .image {
	padding: 3px;
	background-color: #fff;
	border: 1px solid #ccc;
	float: left;
	margin: 0 10px 0px 0;
}

#main_wrapper_head_inside_articles_wrapper .border8{
border-bottom: 0 none;
padding-bottom:8px;
}

/*--------------------------------------------
	 SECONDARY ARTICLES
 -------------------------------------------*/

#secondary_articles_wrapper {
	background-color: #FCFCF1;
	border: 1px solid #DBDED6;
	padding: 10px 10px 0 10px;
	margin-top: 10px;
	height:auto;
	_height:1em;
}

.secondary_articles {
	margin-bottom: 10px;
	padding-bottom: 8px;
	height:auto;
	_height:1em;
}

.secondary_articles p {
	font: normal 11px/16px   "lucida sans unicode", "lucida grande", verdana, arial,sans-serif;
	padding: 0;
	margin: 3px 0;
	color: #333;
}

.secondary_articles h3 {
	font: bold 12px/16px   "lucida sans unicode", "lucida grande", verdana, arial,sans-serif;
	color: #444;
	padding-bottom: 0;
	margin-bottom: 0;
}

.secondary_articles .image {
	padding: 3px;
	background-color: #fff;
	border: 1px solid #ccc;
	float: left;
	margin: 0 10px 0px 0;
}

#secondary_articles_wrapper .border23{
border-bottom: 0 none;
padding-bottom: 8px;
}


/*--------------------------------------------
	 OU RADIO
 -------------------------------------------*/



/*--------------------------------------------------
OU RADIO TABS... work in PROGRESS
  --------------------------------------------------*/

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
#ouradio .tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
#ouradio .tabber {
}
#ouradio .tabberlive {
 margin-top:0em;
 position: relative;
 z-index: 1;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
#ouradio ul.tabbernav
{
 margin:0px;
 background-color: 333;
 padding: 10px 0px 5px 125px;
 font: bold 10px "lucida sans unicode", "lucida grande", arial,sans-serif;
 background: #DBEDF1 url(bg_radio_top.gif) repeat-x bottom left;
}

#ouradio ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

#ouradio ul.tabbernav li a
{
 padding: 5px 12px;
 margin-left: 1px;
 border-bottom: none;
 text-decoration: none;
 background: #F1F6F8 url(nav_ou_background.gif) repeat-x bottom left;
}

#ouradio ul.tabbernav li a:link { color: #666; }
#ouradio ul.tabbernav li a:visited { color: #666; }

#ouradio ul.tabbernav li a:hover
{
 color: #333;
 border-color: #227;
 background: #fff url(nav_ou_background.gif) repeat-x bottom left;

}

#ouradio ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
 background-image: none;
 color: #333;
 }

#ouradio ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
#ouradio .tabberlive .tabbertab {
 padding:10px;
 font: 11px/16px "lucida sans unicode", "lucida grande", arial,sans-serif;
 color: #333;
}

#ouradio .tabberlive .tabbertab .image{
	padding:3px;
	border: 1px solid #ccc;
	background-color: #fff;
	margin: 0 10px 10px 0;
	float: right;
}

#ouradio .tabberlive .tabbertab strong{
    font: bold 11px/15px "lucida sans unicode", "lucida grande", arial,sans-serif;
    }

#ouradio .tabberlive .tabbertab p{
    margin:0;
    padding: 5px 0
    }

/* If desired, hide the heading since a heading is provided by the tab */
#ouradio .tabberlive .tabbertab h2 {
 display:none;
}
#ouradio .tabberlive .tabbertab h3 {
 display:none;
}

/* If desired, set a height and add a scrollbar 
#ouradio .tabberlive#tab2 .tabbertab{
 height:200px;
 overflow:auto;
}
*/



/* If desired, set a height and add a scrollbar */
#ouradio{
	background: #fff url(background_ou_bottom.gif) repeat-x bottom left;
	width: 431px;
	border: 1px solid #BED4D9;
	position: relative;
	margin: 15px 0;
}

.ouradio_logo{
	position: absolute;
	top: 0;
	left: 10px;
	z-index: 2;
}



/*--------------------------------------------
	 EVENTS 
 -------------------------------------------*/

#events {
	margin-bottom: 15px;
}

#events_nav {
	width: 148px;
	float: left;
	background: transparent url(bg_events_nav.gif) top right repeat-y;
}

#events_nav ul {
	width: 148px;
	list-style: none;
	padding: 0;
	margin: 8px 0 0 0;
	font: 11px/15px "lucida sans unicode", "lucida grande", arial,sans-serif;
	border-top: 1px solid #DDDEDF;
}

#events_nav ul li {
	width: 148px;
	padding: 0;
	margin: 0;
	background: transparent url(bg_events_nav_hover.gif) top right repeat-y;
}

#events_nav ul li a {
	width: 142px;
	padding: 3px;
	margin: 0;
	display: block;
	text-decoration: none;
	background: transparent url(bg_events_nav.gif) top right repeat-y;
	border-bottom: 1px solid #DDDEDF;
}

#events_nav ul li a:hover {
	width: 142px;
	padding: 3px;
	margin: 0;
	display: block;
	text-decoration: none;
	background: none;
}

#events_nav ul li a:active {
	width: 144px;
	padding: 2px;
	margin: 0;
	display: block;
	text-decoration: none;
	background-color: #fff;
	background-image: none;
}

#events_content {
	width: 265px;
	float: right;
}

#events_content ul {
	width: 265px;
	list-style: none;
	padding: 0;
	margin: 0;
	font: normal 11px/15px "lucida sans unicode", "lucida grande", arial,sans-serif;
	border-top: 1px solid #ccc;
	color: #555;
}

#events_content ul li {
	width: 265px;
	padding: 3px 0;
	margin: 0;
	border-bottom: 1px solid #ccc;
}

#events_content ul li a {
	font-weight: bold;
	text-decoration: none;
}

#calendar_wrapper {
	background: transparent url(bg_events_nav_bottom.gif) bottom right no-repeat;
	padding-top: 8px;
}

/*--------------------------------------------
	 WEBLOGS
 -------------------------------------------*/

#weblogs {
	margin: 10px 0;
}

#weblog_wrapper {
	margin: 3px 0 10px 0;
/*	width: 276px; */
	float: left;
}

#weblog_wrapper .weblog_content {
	border-bottom: 1px solid #ccc;
	padding: 8px 0;
                width:270px;
                margin: 0 8px 0 0;
}

#weblog_wrapper .weblog_content p {
	font: normal 11px/15px "lucida sans unicode", "lucida grande", arial,sans-serif;
	padding: 0;
	margin: 4px 0;
	color: #3E3E3E;
}

#weblog_wrapper .weblog_content h5 {
	font: bold 12px/16px "lucida sans unicode", "lucida grande", arial,sans-serif;
	color: #666;
	padding: 0;
	margin: 0;
}

#weblog_wrapper .weblog_content .image {
	padding: 3px;
	background-color: #fff;
	border: 1px solid #ccc;
	float: left;
	margin: 0 8px 0px 0;
}

/*--------------------------------------------
	 AROUND THE WEB
 -------------------------------------------*/

#around_the_web {
	background-color: #E8FFD6;
	float: right;
	border: 1px solid #D1DEC6;
	width: 153px;
	padding: 0 0 3px 0;
	margin: 8px 0 0 0;
}

#around_the_web ul {
	list-style-image: url(green_bullet.gif);
	padding: 0 10px 0 10px;
	margin: 5px 0 0 12px;
	font: 11px/15px arial, "lucida sans unicode", "lucida grande", arial,sans-serif;
	color: #333;
}

#around_the_web ul li {
	padding: 4px 0;
	margin: 0;
}

#around_the_web #rss {
	border-top: 1px solid #D1DEC6;
	padding: 3px 0;
	font: 10px/14px "lucida sans unicode", "lucida grande", arial,sans-serif;
	color: #333;
}

#around_the_web #rss img {
	position: relative;
	top: 5px;
	left: 0;
}

/*--------------------------------------------
	 COMMUNITY ANNOUNCEMENTS
 -------------------------------------------*/


#com_announcements {
	font: 11px/15px "lucida sans unicode", "lucida grande", arial,sans-serif;
	color: #333;
}

#com_announcements p {
	margin: 0;
	padding: 0;
}

#com_announcements .a {
	background-color: #E7F1FF;
	padding: 4px;
	border-top: 1px solid #CBD6E3;
	border-bottom: 1px solid #CBD6E3;
	margin-bottom: 2px;

}

#com_announcements .b {
	background-color: #fff;
	padding: 4px;
		margin-bottom:2px;
}

/* ---------------------------------------------
	CENTER COLUMN
------------------------------------------------*/

#center_column_wrapper {
	width: 217px;
	float: left;
	position: relative;
	top: -39px;
	left: 0;
	padding: 0;
	margin: 0;
	background-color: transparent;
	
}

#center_column_wrapper #login_nav {
	padding:0 0 0 0;
	height:45px;
	margin:0 0 0 0;
	position:relative;
	top:16px
	
}
#center_column_wrapper #login_nav form {
	font-size:8pt;
	margin:0;
	padding:0
}
#center_column_wrapper #login_nav img {
	padding:0;
	margin:0;

}

#center_column_wrapper #login_nav input {
	margin: 0px 0 10px 0;
	font-size:8pt;
}

.login_form, .register_form{
	padding:5px 10px;
	background-color: #FFFFE5;
	border: 1px solid #ccc;
	margin: 10px 0;
	display: none;
}

.login_form a, .register_form a{
	color: red;
	font-weight: bold;
}

#center_column_wrapper #login_nav .selected {
			background-position: 0 -38px;
		}	
		
#center_column_wrapper #login_nav a:hover.selected {
			background-position: 0 -38px;
		}		

#login_nav #item1b a {
			width: 56px;
			background: url(nav_myou.gif) top left no-repeat;
		}

#login_nav #item2b a {
			width: 54px;
			background: url(nav_login.gif) top left no-repeat;
		}

		
#center_column_wrapper #login_nav ul{
	height: 19px;
	padding: 0 5px;
}

#center_column_wrapper #center_column {
	background: #EBDDC8 url(content_block_background.gif) top left repeat-x;
	padding: 0 5px;
	width: 207px;
}

/* ---------------------------------------------
	CONTENT BLOCKS
------------------------------------------------*/


#center_column_wrapper #content_block_top {
	background-color: #ffffff;
	background-image: url(bg_main_block.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 0;
	padding: 10px;
}

#content_block_top h3 {
	font: bold 12px/16px "lucida sans unicode", "lucida grande", arial,sans-serif;
	color: #666;
	margin: 3px 0 0 0;
	padding: 0px;
}

#content_block_top p {
	font: 11px/15px "lucida sans unicode", "lucida grande", arial,sans-serif;
	color: #333;
	margin: 3px 0;
	padding: 0px;
}

#add_content {
	border-left: 1px solid #D4C8B2;
	border-right: 1px solid #D4C8B2;
	background: transparent url(bg_add_content.gif) repeat-x center center;
	height: 25px;
	width: 205px;
}

#add_content a {
	padding: 7px 0 6px 45px;
	display: block;
	font: bold 11px/11px "lucida sans unicode", "lucida grande", arial,sans-serif;
	color: #fff;
	margin: 0;
	text-decoration: none;
}

#add_content_list {
	background-color: #E6F5F9;
	border-left: 1px solid #D4C8B2;
	border-right: 1px solid #D4C8B2;
	border-bottom: 1px solid #D4C8B2;
}

#add_content_list ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font: bold 10px/15px "lucida sans unicode", "lucida grande", arial,sans-serif;
}

#add_content_list ul li {
	padding: 0;
	margin: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #C8DADF;
	font: bold 10px/15px "lucida sans unicode", "lucida grande", arial,sans-serif;
}

#add_content_list ul li a,
	#add_content_list ul li a:link,
	#add_content_list ul li a:visited {
	padding: 2px 2px 2px 15px;
	margin: 0;
	display: block;
	text-decoration: none;
}

#add_content_list ul li a:hover {
	padding: 2px 2px 2px 15px;
	margin: 0;
	display: block;
	text-decoration: none;
	background-color: #F4F9FA;
}

#add_content_list ul li a:active {
	padding: 2px 2px 2px 15px;
	margin: 0;
	display: block;
	text-decoration: none;
	background-color: #fff;
}

#add_content_list ul li a:link {
	padding: 2px 2px 2px 15px;
	margin: 0;
	display: block;
	text-decoration: none;
}

#add_content_list ul li li {
	padding: 3px 0 0 0;
	margin: 0;
	border-top: none;
	border-bottom: none;
	height: 1em;
	font: normal 10px/15px "lucida sans unicode", "lucida grande", arial,sans-serif;

}

html>body #add_content_list ul li li {
	height: auto;
}

#content_blocks ul {
	padding: 0 0 5px 0;
	margin: 0;
	list-style: none;
}

#content_blocks ul li {
	padding: 0;
	margin: 5px 0 0 0;
	border: 1px solid #D7CBB5;
	background-color: #fff;
	background: #fff url(bg_content_block.gif) repeat-x top left;
	position: relative;
}

#content_blocks ul li .blockhead {
	padding: 4px;
	border: 1px solid #fff;
	font: bold 10px/13px "lucida sans unicode", "lucida grande", arial,sans-serif;
	color: #666;
	border-bottom: 1px solid #E9E9E9;
	height: 12px;
	overflow: hidden;
}

#content_blocks ul li .blocktitle {
	float: left;
	width: 145px;
	height: 12px;
	cursor: move;
	overflow: hidden;
}

#content_blocks ul li .blockmenu {
	text-align: right;
	float: right;
	width: 45px;
	height: 12px;
/*	display: none; */
}

#content_blocks ul li .blockmenu a {
	cursor: pointer;
	padding: 0;
	margin: 0;
}

#content_blocks ul li .listitem {
	font: 10px/15px "lucida sans unicode", "lucida grande", arial,sans-serif;
	color: #555;
	padding: 5px;
}

#content_blocks ul li .listitem p {
	font: 10px/15px "lucida sans unicode", "lucida grande", arial,sans-serif;
	color: #555;
	margin: 0px;
	padding: 3px 0 6px 0;
}

#content_blocks ul li .listitem img {
	z-index: 11000;
}


#content_blocks ul li table {
	padding: 0;
	margin: 0;
	width: 100%;
	border-top: 1px solid #ccc;
}

#content_blocks ul li table td {
	border-bottom: 1px solid #ccc;
	padding: 2px;
}

#content_blocks ul li .editarea {
	padding: 0 2px 0 2px;
	border-bottom: 1px dotted #eee;
}

#content_blocks ul li .editarea {
	background-color: #efefef;
	display: none;
	padding: 5px;
	margin: -6px 0 0 0;
	color: #666;
	border-top: 1px dotted #ddd;
	font: 9px "lucida sans unicode", "lucida grande", arial,sans-serif;
}

#content_blocks ul li .editarea .setting_descr {
	color: #999;
}

#content_blocks ul li .savearea {
	background-color: #ddd;
	display: none;
	padding: 5px;
	margin: 0;
	color: #666;
	border-top: 1px dotted #ccc;
	font: 9px "lucida sans unicode", "lucida grande", arial,sans-serif;
}

#content_blocks ul li .editarea form, 
#content_blocks ul li .editarea label, 
#content_blocks ul li .editarea submit, 
#content_blocks ul li .editarea input, 
#content_blocks ul li .editarea textarea, 
#content_blocks ul li .editarea select {
	margin: 0;
	padding: 0;
	font: 9px "lucida sans unicode", "lucida grande", arial,sans-serif;
}

#content_blocks ul li div form submit {
	margin: 5px;
}

#content_blocks ul li .listitem {
	font: 9px "lucida sans unicode", "lucida grande", arial,sans-serif;
}

#content_blocks ul li .listitem img {
	z-index:11000;
	position: relative;
	margin: 0 2px 2px 0;
}


/* ---------------------------------------------
	ALERTS AND BULLETIN BOARD
------------------------------------------------*/

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/

#alerts_bb .tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
#alerts_bb .tabber {
}
#alerts_bb .tabberlive {
 margin-top:0em;
 position: relative;
 z-index: 1;
}

/* --------- ALERTS & BB --------------*/

#alerts_bb ul.tabbernav {
 margin:0px;
 background-color: #FFE5B2;
 padding: 5px 0px 5px 0px;
 font: bold 10px "lucida sans unicode", "lucida grande", arial,sans-serif;
}

#alerts_bb ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

#alerts_bb ul.tabbernav li a
{
 padding: 5px 10px;
 margin: 0 2px 0 0;
 border-bottom: none;
 text-decoration: none;
 background: #FFC764 url(nav_bb_background.gif) repeat-x bottom left;
}

#alerts_bb ul.tabbernav li a:link { color: #666; }
#alerts_bb ul.tabbernav li a:visited { color: #666; }

#alerts_bb ul.tabbernav li a:hover
{
 color: #333;
 border-color: #227;
 background: #FFBA4E url(nav_bb_background.gif) repeat-x bottom left;

}

#alerts_bb ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
 background-image: none;
 color: #333;
 }

#alerts_bb ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}


/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
#alerts_bb .tabberlive .tabbertab {
 padding:6px;
 font: 11px/13px "lucida sans unicode", "lucida grande", arial,sans-serif;
 color: #333;
 background-color: #fff;
 border:1px solid white;
}

#alerts_bb .tabberlive .tabbertab .image{
	padding:3px;
	border: 1px solid #ccc;
	background-color: #fff;
	margin: 0 10px 10px 0;
	float: left;
}

#alerts_bb .tabberlive .sticky{
		background-color: #FFF7E7;
	border-top: 1px solid #FFE5B3;
	padding: 5px;
}
#alerts_bb .tabberlive p{
	background-color: #ffffff;
	margin-top: 0;
	padding: 3px 0 5px 0;
	border-bottom: 1px solid #FFE5B3;
	margin-bottom: 5px;
	font: 11px/16px "lucida sans unicode", "lucida grande", arial,sans-serif;
	color: #444;
}

#alerts_bb .tabberlive .tabbertab h2 {
	 display:none;
}
#alerts_bb .tabberlive .tabbertab h3 {
 display:none;
}



/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
#alerts_bb .tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
#alerts_bb .tabber {
}
#alerts_bb .tabberlive {
 margin-top:0em;
}


#alerts_bb {
	background-color: #FFE5B3;
	margin: 8px 0;
	padding: 5px;
}




/*
#alerts_bb_nav {
	height: 19px;
}

#alerts_bb_nav ul {
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline;
	overflow: hidden;
}

#alerts_bb_nav li{
	padding: 0;
	margin: 0;
	display: inline; /* duplicated for IE 5/Win */
	list-style-type: none; /* duplicated for IE 5/Win */
	border: 0 none;
}

#alerts_bb_nav li a{
			float: left;
			height: 0px !important;
			height /**/:19px; /* IE 5/Win hack */ 
			padding: 19px 0 0 0;
			overflow: hidden;
			border: 0 none;
}

#alerts_bb_nav #item1c a:hover,
#alerts_bb_nav #item2c a:hover {
			background-position: 0 -19px;
		}

#center_column_wrapper #alerts_bb_nav .selected {
			background-position: 0 -38px;
		}	
		
#center_column_wrapper #alerts_bb_nav a:hover.selected {
			background-position: 0 -38px;
		}		

#alerts_bb_nav #item1c a {
			width: 68px;
			background: url(nav_alerts.gif) top left no-repeat;
		}

#alerts_bb_nav #item2c a {
			width: 119px;
			background: url(nav_bb.gif) top left no-repeat;
		}






#alerts_bb_nav img {
	float: left;
}

#alerts_bb_content {
	background-color: #ffffff;
	margin-top: 0;
	padding: 5px;
	width: 197px;
}

#alerts_bb_content p {
	background-color: #ffffff;
	margin-top: 0;
	padding: 3px 0 5px 0;
	border-bottom: 1px solid #FFE5B3;
	margin-bottom: 5px;
	font: 11px/15px "lucida sans unicode", "lucida grande", arial,sans-serif;
	color: #444;
	width: 197px;
}

#alerts_bb_content p.sticky {
	background-color: #FFF7E7;
	border-top: 1px solid #FFE5B3;
	padding: 5px;
	width: 187px;
}
*/

/* ---------------------------------------------
	PRESS CENTER
------------------------------------------------*/

#center_column_wrapper #press_center {
	font: 11px/15px "lucida sans unicode", "lucida grande", arial,sans-serif;
	color: #444;
}

#press_center p {
	font: normal 11px/15px "lucida sans unicode", "lucida grande", arial,sans-serif;
	color: #444;
	padding: 8px 0;
	margin: 0;
	border-bottom: 1px solid #ccc;
}

#press_center a {
    color: #666;
    border-bottom:1px dotted #ccc;
    text-decoration:none;
    }
    
#press_center a:hover {
    color: #333;
    border-bottom:1px solid #666;
    text-decoration:none;
}



/* ---------------------------------------------
	RIGHT COLUMN
------------------------------------------------*/
	
#right_column {
	float: right;
	position: relative;
	top:5px;
	right:5px;
	width:121px;
}

#right_column p {
	margin: 0;
	padding: 0 0 5px 0;
}

/* ---------------------------------------------
	POLL
------------------------------------------------*/
#right_column .pollWrapper{
        width: 119px;
    	color: #666;
    	font: 11px/14px "Lucida Sans Unicode", "lucida grande", arial, sans-serif;
    	padding-bottom:10px;
    	float:left;
    }

#right_column .pollQuestion{
    font-weight: bold;
    color: #333;
    padding-bottom: 5px;
}


#right_column .pollTotalVotes, 
#right_column .pollSelectedPercent,
#right_column .pollResultPercent{
    color: #999;
    font-size: 9px;
}

#right_column .pollResultBar,
#right_column .pollTotalVotes,
#right_column .pollAnswer{
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
    
}

#right_column .pollResultVotes,
#right_column .pollSelectedVotes{
    display: none;
}

.#right_column pollResultBar{
    padding-top: 3px;
}
    
    	
/* ---------------------------------------------
	FOOTER
------------------------------------------------*/

#footer{
	padding: 5px 0;
	float:right;
	text-align:center;
	width:99%;
	
}

#footer p{
	font: 11px/15px 'lucida sans unicode', 'lucida grande', arial,sans-serif;
	color: #444;
	padding: 4px 0;
}

			#footer_menu{
				height: 110px;
				width: 799px;
				background: #fff url(footer_bg3.gif) repeat-x top left;
				margin: 0;
				padding: 0;
				position: relative;
			}

			#footer_inside{
				padding: 30px 0 0 0px;
				font: 11px/15px 'lucida sans unicode','lucida grande',verdana, sans-serif;
				color: #333;
				height: 20px;
			}

			#footer_inside .network{
				float: left;
				margin-left: 10px;
			}

			#footer_inside .learning{
				float: left;
				margin-left: 20px;
			}

			#footer_inside .search{
				float: left;
				margin-left: 20px;	
				padding:0;
			}

			

			#footer_inside .copyright{
				position: absolute;
				bottom: 6px;
				left:20px;
				font-size: 10px;
			}
			


/* ---------------------------------------------
	tooltip
------------------------------------------------*/

#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}







