/* MASTER STYLESHEET */

/* TAG DEFINITIONS */
body {
	background: #eaeaea url(/images/bg.jpg) repeat-y center;
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #525252;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

img { border: 0px; }

object { outline: none; } /* Stops FF3 outlining focused Flash elements */




h1	{ font-size: 1.8em; color: #000; font-weight: normal; margin: 0.4em 0; }
h2	{font-size: 1.7em; color: #666; font-weight: normal; margin: 0.4em 0; }
h3 	{font-size: 1.6em; color: #000; font-weight: normal; margin: 0.4em 0; }
h4 	{font-size: 1.2em; color: #000; font-weight: normal; }
h5 	{font-size: 1em; color: #000;}
h6 	{font-size: 0.9em; color: #000;}

h1, h2, h3, h4 { font-family: Georgia, "Times New Roman", Times, serif; }

a { color:#0099ff; }
a:link		{color: #0099ff; text-decoration:none;}
a:visited	{color: #6699ff; text-decoration:none;}
a:hover		{color: #0066cc; text-decoration:underline;}
a:active	{color: #0099ff; text-decoration:none;}

td {font-size: 1em;}
th {font-size: 0.85em;}

form, fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

iframe {
	width: 664px;
	height: 700px;
	border: 0px;
	margin: 0 0;
	padding: 0 0;
	  border: 0px transparent none!important ; 
}


/* ------------------------------------- */
/* elements                              */
/* ------------------------------------- */

#container {
	width: 990px;
	margin: auto auto;
	position:relative;
	
	/*min-height: 600px;
	height: auto!important;
	height: 600px;*/
}

/* ------------------------------------- */
/* header - elements                     */
/* ------------------------------------- */

#header {
	width: 980px;
	height: 111px;
	position: absolute;
	top: 5px;
	left: 5px;
	background:url(/images/header.gif) no-repeat;
	font-size: 0.7em;
	color: #fff;
}

#home-link {
	position: absolute;
	top: 30px;
	left: 30px;
	height: 60px;
	width: 228px;
}

#clutterbuck-link {
	position: absolute;
	top: 49px;
	right: 18px;
	height: 40px;
	width: 140px;
}

#auth {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 289px;
	
}




#auth #login .username input, #auth #login .password input {
	border: 1px solid #ccc;
	padding: 3px;
	width: 110px;
	color: #666;
}
#auth #login  .username input, #auth #login .password input {
	font-size: 0.9em;
}

#auth #login .passtext input {
	background-image: url('/images/password.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

#auth #login  .username {
	position: absolute;
	top: 2px; 
	right: 171px;
}

#auth #login  .password {
	position: absolute;
	top: 2px; 
	right: 48px;
}

#auth #login  .go {
	position: absolute;
	right: 2px;
	top: 2px;
}

#auth ul, #auth ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#auth ul li {
	float: right;
	margin-left: 5px;
	margin-top: 3px;
}
#auth ul li .button {
	width: 60px;	
}
#auth ul li .button a {
	width: 54px;	
	float: right;
	
}
#auth ul li.logout .button a {
	background: url('/images/logout-button.gif') top;	
}
#auth ul li.logout .button a:hover {
	background-position: bottom;
}
#auth ul li.logout .button {
	margin-right: 3px;	
}
#auth ul li .button a.on {
	background-position: center;	
	color: #000;
}
#auth ul li .button a.on:hover {
	background-position: top;
}
/* ------------------------------------- */
/* nav                                   */
/* ------------------------------------- */

#nav {
	height: 49px;
	width: 980px;
	background:  url(/images/nav.gif) repeat-x;
	float: left;
	overflow: hidden;
	position: absolute;
	top: 117px;
	left: 5px;
	border-bottom: 5px solid #fff;

}


#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	color: #fff;
}

#nav ul {
	font-size: 0.70em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-left: 8px;

}


#nav ul li {
	list-style-type: none;
	float: left;
	height: 24px;
}

#nav ul li a, #nav ul li ul li a {
	height: 19px;
	display: block;
	padding: 5px 10px 0px;
	padding-top: 5px;
	float: left;
	margin-right: 40px;
	background-color: #000;
	display: inline;
}

#nav ul li a:active, #nav ul li a:hover, #nav ul li.on a, #nav ul li.over a  {
	background: #4d4d4d;
	color: #fff !important; /* important needed for IE6 colour fix */
	text-decoration: none;
}

#nav ul li ul {
	width: 980px;
	margin: 0;
	position: absolute;
	left: 0px;
	top: 24px;
	font-size: 1em;
	background: #e6e6e6;
	overflow: hidden;
	display: none;
	border-top: 1px solid #fff;

}

#nav ul li ul li a {
	color: #4a4a4a!important;
	background: #e6e6e6;
}

#nav ul li ul li a:active, #nav ul li ul li a:hover, #nav ul li ul li.on a {
	background: #e6e6e6;
	/*background: #b8b7b7;*/
	color: #4a4a4a;
	text-decoration: underline;
}

#nav ul li ul li a:hover {
	background: #b8b7b7;
}

#nav ul li:hover ul,
#nav ul li.on ul, #nav ul li.over ul {
	display: block;
}

#nav ul li.on ul li a {
	background:#e8e8e8;
	color: #808080!important;
}


/* ------------------------------------- */
/* main                                  */
/* ------------------------------------- */

#main {
	background:url(/images/main-bg.gif) repeat-y center;
	font-size: 0.7em;
	line-height: 1.8em;
}


/* ------------------------------------- */
/* copy                                  */
/* ------------------------------------- */

#copy {
	margin: 171px 0 5px 5px;
	width: 662px;
	/*min-height: 600px;
	height: auto!important;
	height: 600px;*/
	background-color:#fff;
	float: left;
	display:inline;
	padding: 10px;
}

#copy ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#copy ul li {
	list-style: none;
	margin: 0 0 0 1em;
	padding-left: 20px;
	background: url('/images/bullet.gif') no-repeat top left;
}

#copy .breadcrumbs {
	color: #ababab;	
	font-size: 0.9em;
}
#copy .breadcrumbs a {
	color: #ababab;
}


#copy .main-image {
	margin-left: -10px;
}

/* ------------------------------------- */
/* article                               */
/* ------------------------------------- */

.recommended-box {
	position: absolute;
	width: 195px;
	height: 18px;
	top: 181px;
/*	right: 345px;*/
	left: 470px;
}

.recommended {
	width: 195px!important;
	height: 10px;
	background:url(/images/recommended-bg.gif);
	font-size: 0.80em;
	text-align: center;
	float: left;
	color: #fff;
	padding: 0px 0px 9px!important;
}

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

.rate-article-panel, .search-panel {
	width: 100%;
	height: 41px;
	margin-top: 10px;
	float: left;
	background: #ededed;
	border: 1px solid #b1b1b1;
}

#rate-form {
	position: relative;
}

#rate-form .label {
	width: 195px;
	height: 16px;
	position: absolute;
	font-weight: bold;
	top: 11px;
	left: 13px;
	float: left;
}

#rate-form .elements {
	width: 435px;
	height: 16px;
	position: absolute;
	top: 11px;
	left: 213px;
	float: left;
}

#rate-form label {
	float: left;
	margin-top: 0px;
	padding-right: 12px;
}

#rate-form .rating {
	float: left;
	margin: 2px 0 0;
	width: 40px;
}

/* ------------------------------------- */
/* audio / video                         */
/* ------------------------------------- */

.info {		
	font-size: 0.9em;
	color:#999;
	line-height: 27px;
}

/* ------------------------------------- */
/* search results                        */
/* ------------------------------------- */

.search-panel {
	position: relative;
		margin-bottom: 20px;
}


.num-results {
	float: left;
	width: 405px;	
    position: absolute;  	/* center the div */
    left: 50%;				/* center the div */
    margin-left: -202px;	/* center the div */
	top: 12px;
	text-align: center;	
}
.search-panel .float-left , .search-panel .float-right{
	margin-top: 10px;
	margin-left: 13px;
}

.search-panel .float-right {
	margin-left: 0px;
	margin-right: 13px;
}

.result {
	margin-top: 24px!important;
	height: auto!important;
	display: block;
	float: left;
	width: 665px;
	border-bottom: 1px solid #e8e8e8;
	
}

.result h2 {
	color: #3399ff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.30em;
}

.result-text {
	clear: both;
	color:#000000;
	font-size: 0.90em;
	
}
/* ------------------------------------- */
/* column                                */
/* ------------------------------------- */

#column {
	margin: 171px 0 5px 5px;
	width: 274px;
	float: right;
	padding: 10px;
}


.panel {
	border-bottom: 1px solid #e8e8e8;	
	padding-bottom: 10px;
	margin-bottom: 10px;
}
/* ------------------------------------- */
/* footer                                */
/* ------------------------------------- */

#footer {
	border: 5px solid #fff;
	background: url('/images/footer-bg.gif') repeat-x top #000;
	padding: 10px;
	font-size: 0.6em;
	color: #fff;
	line-height: 18px;
}

#footer .links {
	width: 300px;
	float: right;
	text-align: right;
}
#footer .links ul, #footer .links ul li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer .links a {
	color: #fff;
	padding: 3px 20px;
}

/* ------------------------------------- */
/* extra                                */
/* ------------------------------------- */

#extra {
	padding: 0 10px;
	font-size: 0.6em;
	color: #666;
	line-height: 2em;
}
#extra a { color: #666; }

#extra .webscript {
	float: right;	
}

#extra .gp {
	width: 400px;	
}

#extra .gp img { float: left; }

/* ------------------------------------- */
/* buttons                                */
/* ------------------------------------- */

.button, .submit, .submit-button {
	display: block;
	width: 150px;
	float: right;
	line-height: normal;
	text-align: center;
	background-color: #000;
	border: none;
}
.button a, .submit input, .submit-button {
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 3px;
	line-height: 14px;
	height: 14px;
	background: url('/images/button.gif') repeat-x top;
	text-decoration: none;
	border: none;
}
.button a:hover, .submit input:hover, .submit-button:hover {
	background-position: bottom;
	text-decoration: none;
	cursor: pointer;
}
.submit input {
	height: 20px;	
}

.submit-button {
	width: 72px;
	height: 20px;
	padding-bottom: 6px;
	font-size: 1.00em;
}

.search-panel .submit-button {
	padding-bottom: 0px;
	height: 17px;
}

.submit-button:hover {
	text-decoration: none!important;
}

.submit-button.disabled {
	background-position: center;
	color: #999;
}

/*
.submit-button {
	background: url('/images/button.gif') repeat-x top;
	margin-left: 10px;
	text-decoration: none;
	border: none;
	width: 72px;
	font-size: 1.00em;
	font-weight: bold;
	color: #fff;
	height: 20px;	
}
.submit-button:hover {
	background-position: bottom;
	text-decoration: none;
	cursor: pointer;
}
*/
		
.action-button { margin-left: 8px; line-height: 20px; }
.action-button a {
	width: 105px;
	padding: 3px 3px 3px 35px;
	border: 1px solid #dcdcdc;
	display: block;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

.action-button a.search {
	background: url('/images/search.gif') no-repeat left;
}

.action-button a.file {
	background: url('/images/file.gif') no-repeat left;
}

.action-button a.watch-now {
	background: url('/images/video.gif') no-repeat left;
}

.action-button a.watch-now {
	background: url('/images/video.gif') no-repeat left;
}

.action-button a.listen-now {
	background: url('/images/audio.gif') no-repeat left;
}
	

.action-button a.watch-now-old {
	background: url('/images/watch-now.gif') no-repeat left;
}

.action-button a.listen-now-old {
	background: url('/images/listen-now.gif') no-repeat left;
}
		
.action-button a:hover {
	background-color: #f7f7f7;	
}

/* ------------------------------------- */
/* search form                           */
/* ------------------------------------- */

#search .label {
	width: 60px;
	padding-right: 5px;
	float:left;
	text-align:right;
	color: #6a6a6a;
	font-size: 0.95em;
}
		
#search .element {
	width: 200px;
	padding-left:3px;
	float:left;
}

#search .submit {
	width: 80px;
	float: right;
	margin-right: 7px;
}

#search .submit input { width: 80px; }


/* ------------------------------------- */
/* form elements                         */
/* ------------------------------------- */




fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

.group {
	padding: 7px;
	margin-bottom: 5px;
	line-height: normal;
	background: #ededed;
	border: 1px solid #b1b1b1;
}

.group h2 {
	color: #5999ff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.10em;
	font-weight: bold;
	padding-bottom:20px;
}

.field {
	float: left;
	line-height: 23px;
	margin-bottom: 2px;
}

.group .label {
	width: 150px;
	padding-right: 5px;
	float:left;
	text-align:right;
	color: #6a6a6a;
	font-size: 0.95em;
}

.element {
	width: 470px;
	padding-left:3px;
	float:left;
}

.element .text {
	border: 1px solid #988e8e;
	width: 212px!important;
}

.mandatory {
	color: #5999ff!important;
	font-size: 0.90em!important;
}
/* ------------------------------------- */
/* recommended                           */
/* ------------------------------------- */
#recommended { line-height: normal; font-size: 1em; } 
#recommended ul, #recommended ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#recommended h4 {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}
#recommended dl {
	margin: 0;
	padding: 0;
}
#recommended dl dt {
	margin: 0;
	padding: 0;
}
#recommended dl dd {
	margin: 0;
	padding: 5px 5px 5px 25px;
	font-size: 0.9em;
	color:#666;
	/*display: none;   /* COMMENT THIS LINE OUT TO MAKE THE STORIES DESCRIPTIONS VISIBLE BY DEFAULT */
}

#recommended ul li h4 a, #recommended dl dt a {
	display: block;
	padding: 3px 0px 3px 25px;
	color: #000;
	text-decoration: none;
	background: url('/images/bullet.gif') no-repeat top left;
}
#recommended dl dt a {
	background-position: bottom left; /* we are open by default */
}
/*****************************************************/
/* When closing the stories in the right column,     */
/* simply apply the class 'closed' to the relevant   */
/* <dt> and <dd> tags                                */
/*                                                   */
/* Please note the stories are open by default       */
/*****************************************************/

#recommended dl dt.closed a {
	background-position: top left; /* we are closed by javascript onload */
}
#recommended dl dd.closed {
	display: none;
}

/*****************************************************/

#recommended ul li h4 a {
	padding-top: 10px;	
	padding-bottom: 10px;	
}

#recommended ul li.new-mentors h4 a {
	background: url('/images/new-mentors-bullet.gif') no-repeat left center;
}
#recommended ul li.new-mentees h4 a {
	background: url('/images/new-mentees-bullet.gif') no-repeat left center;
}
#recommended ul li.new-prog-coord h4 a {
	background: url('/images/new-prog-coord-bullet.gif') no-repeat left center;
}


/* ------------------------------------- */
/* misc site classes                     */
/* ------------------------------------- */

.float-left { float: left; }
.float-right { float: right; }

.clear {
	clear: both;
}

.hide, .hidden {
	visibility: hidden;
	display:none;
	height: 0px;
}

.show, .visible {
	visibility: visible;
	display: block;
	height: auto!important;
}
 
.fieldemail {
	height: 0px;
	visibility:hidden;
}