/*----------------------------------------------------------------------------
Customise Style Sheet

Name: 						Longman
Date: 						2007-04-20
Description: 				A Custom Template by JoomlaJunkie for Longman
Author: 					JoomlaJunkie.com
Support:         			http://forum.joomlajunkie.com
Template Guide:  			http://guides.joomlajunkie.com

Stylesheet Index:
	$1 - Global Resets
	$2 - Structural
	$3 - Typography
	$4 - Lists Styling
	$5 - Horizontal Rules
	$6 - Quotations
	$7 - Sitewide Links
	$8 - Joomla Specific
	$8a - Joomla Content Styles
	$9 - Forms Styling
	$10 - Modules

/* $1 - Global Resets eliminates cross browser inconsistancies
          -----ONLY EDIT IF YOU KNOW WHAT YOU ARE DOING-----
----------------------------------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
	margin:0.5em 0;
}
.navigation ul {
   	margin: 0;
}
fieldset {
	padding:.5em;
}
img {
	border:0;
}
a img {
	border:0;
}

/* This helps fix the relative font sizing problem with tables in internet explorer */
table {
	font-size:1em;
}
.hidden {
	display:none;
}
.inspire-logo a {
background:transparent url(http://www.joomlajunkie.com/clients/longman/templates/inspire2learn/images/i2Lhome.jpg) no-repeat scroll 0 0;
display:block;
height:95px; 
margin:0;
padding:0;
text-indent:-7998px;
width:170px;
}

.clearer {clear: both;}
.left {float: left;}
.right {float: right;}
/*end global resets*/

/* $2 - Structural
----------------------------------------------------------------------------*/
.mem-detail{background:#e1f2ea; border-right:solid 2px #71ab93;border-bottom:solid 4px #71ab93; width:95%%; margin-left:10px; padding:3px;margin-bottom:20px;}
#container{
 
	width: 917px;
    text-align:left;
}
#top{
	height: 131px;
	margin-bottom: 18px;
	position: relative;
}
#top h1 a,
#top #date,
#top #topmenu,
#top #search-bar{
	position: absolute;
}
#top h1 a{
	width: 94px;
	height: 106px;
	text-indent: -7998px;
	background: url(../images/logo.jpg) no-repeat;
	bottom: 4px;
	left: 12px;
}
#top #date{
	bottom: 14px;
	left: 108px;
	width: 170px; *width: 155px;
	height: 25px;
	border: 1px solid #000;
	font: bold 11px Arial;
	color: #106EB6;
	line-height:20px;
	padding-left:5px;
}
#top #search-bar{
	width: 619px;
	height: 28px;
	bottom: 14px;
	right: 5px;
	background-color: #6EB1E6;
	text-align: right;
	padding-right: 5px;
}
#top #search-bar input{
	width: 174px;
	height: 11px;
	background-color: #fff;
	border: none;
	color: #ccc;
	font-size: 9px;
}
#top #search-bar input.button{
	width: 50px;
	height: 15px;
	background-color: #2688D3;
	color: #fff;
}
#top #topmenu{
	bottom: 65px;
	right: 0;
}
#top #site-path{
position:absolute;
bottom:-8px;
left:287px;
}

/* Calendar and Wrapper */
#contents-wrap2 {
	margin: 0 258px 0 178px;
}
#contents-wrap2 #secondary-content{
	float:left;
	width:182px;
	margin-left:-917px;
}

/* Normal 3 Column Layout
div#primary-content{
	margin: 0 258px 0 178px;
} */
div#secondary-content{
	float:left;
	width:182px;
	margin-left:-917px;
}
div#secondary-content .moduletable{
	margin-bottom: 10px;
}

div#footer{
	clear:left;
	width:100%;
	color: #FFF;
	margin-top: 10px;
	text-align: center;
}
.moduletable-sidenav{
	width: 171px;
	margin: 0px;
}

/* $3 - Typography
----------------------------------------------------------------------------*/
body{
	background: url(../images/site-bg.jpg) repeat-x left top;
	text-align: center;
	font: 76% arial,sans-serif;text-align:center;
}
body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	background: #FFFFFF;
	color: #000000;
	font: normal 100% Tahoma,sans-serif;
    text-align:left;
	line-height: 140%;
}
body.contentpane ul{
	margin-left:20px;
}
h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
	color: #999;
}
h2 {
	font: bold 1.8em Tahoma,sans-serif;
	font-size:16px;
	color:#666;
}
h3 {
	font: bold 1.8em Tahoma,sans-serif;
	font-size:15px;
	color:#7B949F;
}
h4 {
	font: bold 1.8em Tahoma,sans-serif;
	font-size:14px;
	color:#9AADB6;
}
h5 {
	font: bold 1.8em Tahoma,sans-serif;
	font-size:13px;
	color:#9AADB6;
}
h6 {
	font: bold 1.8em Tahoma,sans-serif;
	font-size:12px;
	color:#9AADB6;
}

/* $4 - Lists Styling
----------------------------------------------------------------------------*/
li {list-style: none;
}
	
/* $5 - Horizonal Rules
----------------------------------------------------------------------------*/
hr {
/*many components use this as a seperator line */
	border:none;
	background:#EAE8D0;
	height:1px;
	margin:10px 0;
}

/* $6 - Quotations
----------------------------------------------------------------------------*/
blockquote {
	font: bold 1em Tahoma,sans-serif;
	background: url(../images/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}
pre {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	padding:10px;
	margin-bottom:20px;
	color: #666;
	white-space:normal;
	font: normal 1em Tahoma,sans-serif;
	padding: 8px 10px;
	display: block;
	line-height: 1.6em;
	margin-bottom: 12px;
}

/* $7 - Sitewide Links / Paragraphs
----------------------------------------------------------------------------*/
a {
	color: #666666;
}
a:hover {
	color: #333333;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
/* $8 - Joomla Specific
----------------------------------------------------------------------------*/
.pagenav,
.pagenav_prev,
.pagenav_next {
	padding:0 4px;
	font-size: 12px;
}
a.pagenav,.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
	text-decoration:none;
}
a.pagenav:hover,
a.pagenav:active,
a.pagenav:focus,
.pagenav_prev a:hover,
.pagenav_prev a:active,
.pagenav_prev a:focus,
.pagenav_next a:hover,
.pagenav_next a:active,
.pagenav_next a:focus,
.pagenavbar a:hover,
.pagenavbar a:active,
.pagenavbar a:focus {
	text-decoration:none;
	color:#666;
}
.back_button {
	margin:5px 0 15px;
	font-size: 12px;
}
.back_button a {
	color:#666;
	font-size: 12px;
}
.small {
/* a symantic style to allow you to add text with this class, that
is used for small text, like date/written by etc */
	font:11px tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#B3A762;
}
td.createdate {
/* styling the date the content was created on*/
	color: #664;
	font-size: 1em;
	margin-bottom: 6px;
}
.modifydate {
/*Styles the "Last updated on" text
at the end of articles/contents */
	color: #664;
	font-size: 1em;
	margin-bottom: 6px;
}
.readon {
	display:block;
	text-align:left;
	width:125px;
	text-indent:8px;
	float:right;
	color:#666;
	font: bold 1em sans-serif;
}
a.readon:link,a.readon:visited,a.readon:hover {
/* formatting the "Read on..." link on blog layout pages */
	text-decoration:none;
	font-size:100%;
	text-indent:25px;
	color:#666;
}
a.readon:hover {
/* formatting the "Read on..." link on blog layout pages */
	text-decoration:underline;
}

/* $8a - Joomla Content Styles
----------------------------------------------------------------------------*/
/*These are all the styles for content, this is used for joomla content 
output in the main content area*/
table.contentpaneopen li {
	list-style: url(../images/arrow.gif);
	margin-left: 18px;

}
table.contentpaneopen, table.contentpane {
	padding:0;
	margin:0;
	width:100%;
	
}
.moduletable table.contentpaneopen td {
	background:none;
	margin-top:0;
	background:none;
	border:none;
	padding:0;
}
td.contentheading {
/* Used as the Title of the content, article, etc. being displayed,
it is also used for Section's heading*/
	padding:10px 0;
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
	
	
}
table.contentpaneopen {
	font-family: "Lucida Sans Unicode",sans-serif;

}
td.buttonheading{
	padding:0;
}
.contentpagetitle {
/*Title of articles*/
	font-size:90%;
	font-weight:700;
	color:#444444;
	text-align:left;
}
.componentheading {
/* Used to format a components heading or title */
	font-size:16px;
	font-weight:700;
	color:#444444;
	margin:.7em 0 0.9em;
	font-weight:700;
}
table.contentpaneopen {
	font-family: "Lucida Sans Unicode",sans-serif;
	font-size:12px;
}
table.contenttoc {
	margin:10px;
	padding:0;
	float:right;
}
.buttonheading img {
	padding:2px;
}
.sectiontableheader,tr.sectiontableentry1 td,tr.sectiontableentry2 td {
	text-indent:5px;
	padding:4px;
}
.sectiontableheader {
	color:white;
	font-weight:700;
	padding:5px;
	background-color: #666666;
	font-size: 12px;
}
.sectiontableentry1 {
	font-size: 11px;
	background-color: #F3F3F3;
}
.sectiontableentry2 {
	font-size: 11px;
	background-color: #E9E9E9;
}

/* Search Results */
table.contentpaneopen fieldset{
	border:1px solid #DBDBDB;
	border-bottom:3px solid #DBDBDB;
	padding:10px;
	background:#F3F3F3;
	margin:0;
}
table.contentpaneopen fieldset a{
	font-size:1.2em;
}
table.contentpaneopen fieldset span.small{
	color:#999;
}
table.contentpaneopen fieldset span.highlight{
	background:#FFF3D0;
	border-bottom:1px dotted #EFEFEF;
	color:#CF9B00;
	padding:0 3px;
}

/* $9 - Forms Styling
----------------------------------------------------------------------------
These styles control the appearance of forms */
.inputbox {
/* the look of input boxes in forms */
	background: #fff;
	border:1px solid #666;
	padding:2px 5px;
    margin: 0 6px;
}
.button {
/* button style for Joomla component, form and module buttons
specifically in the  sidebar*/
	text-align:center;
	padding:1px;
	background:#C0CDD3;
	color:#fff;
	border:none;
	cursor:pointer;
    margin: 0 6px;
}
select.inputbox {
	background:#fff !important;
}
textarea {
/* the look of the large text area on forms */
	font-size:100%;
	background: white;
	border:1px solid #3d3d3d;
	padding:1px 3px;
	margin:0;
	overflow: auto;
}

/* $10 - Modules
----------------------------------------------------------------------------*/
/* middle column modules */
div.section-two{ width:100%; float:left;
	overflow: hidden;
	border-bottom: 1px solid #91C0AC;
	margin-bottom: 7px;
}
div.announcements{
	float: left;
	margin-left: 7px;
}
div.announcements img{
 
	margin:0 0 10px 7px;
}
div.store{
	float: right;
	margin-right: 7px;
}

/* top menu */
ul#mainlevel-nav {
	list-style-type: none;
	margin: 0 10px;
	border-right:1px solid #5aa088;
	height:20px;
	padding: 0;
	padding-left: 10px;
	float: right;
}

ul#mainlevel-nav li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: none;
	height:20px;
}

ul#mainlevel-nav li a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	display: block;
	font-family: Tahoma;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	line-height: 35px;
	padding: 0 13px;
	color: #5aa088;
	font:bold 11px/20px Arial;
	border-left:1px solid #5aa088;
	text-transform:uppercase;
}

ul#mainlevel-nav li a:hover {
}

/* footer menu - base */ 
ul#mainlevel-footer ul{
	overflow: hidden;
}
ul#mainlevel-footer li{
	display: block;
	float: left;
	width: 33%;
}
ul#mainlevel-footer li a{
	font: bold 12px arial;
	text-transform: uppercase;
	text-decoration: none;
	color: #72AB93;
}

/* below footer copyright */
p.copyright{
	padding-top: 32px;
	color: #000;
	font:bold 11px Arial;
}
p.copyright a{
	color: #000;
	font:bold 11px Arial;
	text-decoration: none;
}

/* announcements */
.module-announcements {
	width: 173px;
	padding-bottom: 10px; float:left;
}
.module-announcements div {width: 173px; background: transparent url(../images/blue-module-middle.gif) left repeat-y;
}
.module-announcements div h3 {
	color: #fff;
	text-align: left;
	font-size: 13px;
	height: 18px;
margin:0;
	padding-left: 7px;
	background: transparent url(../images/announcements-header.gif) top left no-repeat;}

.module-announcements  h3 div {padding:20px;}
/* store */
.module-store {
	width: 222px; float:left; }
	
.module-store div {
	width:100% auto; float:left;
background: transparent url(../images/blue-module-middle.gif) left repeat-y; padding:0;}
.module-store div h3 {
	color: #fff;float:left;
	text-align: left;
	font-size: 13px;
	height: 18px;
	line-height: 18px;
	margin:0;
 width: 230px;
	padding-left: 7px;
	background: transparent url(../images/online-store-h3-bg.gif) top left no-repeat;
}
.module-store div div {padding:0 10px 2px 0; color: #666;
}
.module-store div div div{
 
	background: transparent;
	padding:3px 0 2px 3px;
	font-size: 10px;
}

/* whats happening */
.module-whatshappening {
	width: 469px;
	padding-bottom: 10px;
	margin-left: 7px;
}
.module-whatshappening div {
	width: 469px;
	background: transparent url(../images/whatshappening-middle.gif) left repeat-y;
}
.module-whatshappening div h3 {
	color: #fff;
	text-align: left;
	font-size: 13px;
	height: 18px;
	line-height: 18px;
	margin: -10px -5px 0 -5px;
	width: 469px;
	padding-left: 7px;
	background: transparent url(../images/whatshappening-header.gif) top left no-repeat;
}
.module-whatshappening div div {
	width: 469px;
	background: transparent url(../images/whatshappening-bottom.gif)  bottom left no-repeat;
	color: #666;
}
.module-whatshappening div div div{
	width: 435px;
	background: transparent;
	padding: 10px 5px 10px 5px;
	font-size: 10px;
}

/* whats happening boxes */
.whatshappening-wrap{
	border-bottom: 1px solid #D8DACC;
	margin:0 0 10px 5px;
	overflow: hidden;
	width: 305px;
	border-right: 2px solid #fff;
}
 .nobrdr {
	border-bottom: none;
}


.whatshappening-wrap .whatshappening-contents{
	float: left;
	width: 200px;
	text-align: left;
	margin-left: 5px;
}
.whatshappening-wrap .whatshappening-contents h4{
	font: normal 13px Arial;
	color: #106cb5;
	margin: 0px;
}
.whatshappening-wrap .whatshappening-contents p{
	font: normal 12px Arial;
	color: #333;
	padding-top: 5px;
	padding-bottom: 10px;
}
.whatshappening-wrap .whatshappening-contents a{
	font: bold 9px Arial;
	color: #ff9a00;
	text-decoration: none;
	text-transform: uppercase;
}
.whatshappening-wrap .whatshappening-img{
	float: left;
	width: 110px;
}

/* content, calendar and wrapper layout defaults */
.module-layout-b,
#contents-wrap2 .module-layout-b {
	width: 469px;
	padding-bottom: 10px;
	margin-left: 7px;
	background: transparent url(../images/content-layout-top.jpg) top left no-repeat;
}
.module-layout-b div,
#contents-wrap2 .module-layout-b div {
	width: 469px;
	background: transparent url(../images/content-layout-middle.jpg) left repeat-y;
}
.module-layout-b div div,
#contents-wrap2 .module-layout-b div div {
	width: 469px;
	background: transparent url(../images/content-layout-btm.jpg)  bottom left no-repeat;
	color: #666;
}
.module-layout-b div div div,
#contents-wrap2 .module-layout-b div div div{
	width: 435px;
	background: transparent;
	padding: 10px 5px 10px 5px;
	font-size: 10px;
}

/* content layout */
.module-layout-b,
.module-layout-b div,
.module-layout-b div div{
	width: 469px;
}
.module-layout-b div div div{
	width: 435px;
}
.content-top {
	width: 469px;
	margin: -13px 0 0 -5px;
	background: transparent url(../images/content-layout-top.jpg) top left no-repeat;
}

/* calander and wrapper layout */
#contents-wrap2 .module-layout-b {
	width: 727px;
	background: transparent url(../images/cal-layout-top.jpg) top left no-repeat;
}
#contents-wrap2 .module-layout-b div {
	width: 727px;
	background: transparent url(../images/cal-layout-middle.jpg) left repeat-y;
}
#contents-wrap2 .content-top {
	width: 727px;
	margin: -13px 0 0 -5px;
	background: transparent url(../images/cal-layout-top.jpg) top left no-repeat;
}
#contents-wrap2 .module-layout-b div div {
	width: 727px;
	background: transparent url(../images/cal-layout-btm.jpg)  bottom left no-repeat;
}
#contents-wrap2 .module-layout-b div div div{
	width: 693px;
	background: transparent;
}

/* right column modules */
div#tertiary-content{
	float:left;
	width:251px; margin-left:10px;
 
}

#tertiary-content .module {
	width: 244px; padding:0 0 0 0; background:transparent; overflow:hidden;
 	margin-bottom:10px;

}
#tertiary-content .module div {
	width: 244px; 
	background: transparent url(../images/blue-module-middle.gif) left repeat-y;
}
#tertiary-content .module div h3 {
	background: transparent url(../images/blue-module-top.gif) top left no-repeat;
	color: #fff;
	text-align: left;
	font-size: 13px;
	margin: -20px 0 0 -10px;
	width:244px; position:relative;
	padding-left:5px;

}
#tertiary-content .module div div {
	width: 244px;
	background: transparent url(../images/blue-module-bottom.gif)  bottom left no-repeat;
	color: #666; min-height:150px; max-height:100% auto  !important;
	
}
#tertiary-content .module div div div{
	width: 234px;
	background: transparent;
	padding: 10px 10px 5px 5px;
	font-size: 10px;

}

div#main{
	float:left;
	width:100%;
}
.menu-suckerfish-vertical{
	background: url(../images/sidenav-top.jpg) no-repeat left top;
}
.longman-advisor{
	margin: 10px 0 5px -10px;
}
.moduletable-header{
	border-bottom: 1px ;
	padding-bottom: 7px;
	padding-left:7px;
	margin-bottom: 7px;
}
#calendar-wrap{
overflow:hidden;
float:left;
width:100%;
}
#calendar-wrap {
float:right;
width:712px;
margin:0;
}
#calendar-wrap #secondary-content{
width:172px;
float:left;
margin:0;
}
#topten .author{
	color: #7C7C7C;
	font-family: Arial;
	font-size: 11pt;
	font-weight:bold;
	/*letter-spacing: 10px;*/
}


.test{border:solid 1px #000;}

.toptenhead {background:transparent url(../images/blue-module-top2.gif) top left no-repeat; width:468px; display:table; color:#FFF; font-size: 13px; height:18px; padding-left: 7px;}	

.toptenmiddle {width: 450px; *width: 465px; height:405px; background:#fff; border-right:solid 5px #71ab93;border-bottom:solid 2px #71ab93; padding:5px; margin:0;
overflow:hidden;}

.toptencontent {overflow:auto; width: 450px; height:400px; margin:0;}

.topten_back {padding: 3px; width: 468px;}
	
.directory_tabs {
background-color:#FFFFFF;
float:left;
padding:3px;
position:relative;
width:100%;	
}

.dynamic-tab-pane-control.tab-pane {
 position: relative;
}
dynamic-tab-pane-control .tab-row {
background-color:#000066;
}
dynamic-tab-pane-control .tab-row .tab {
 width: 65px;
 height: 23px;
 background-image: url( ../images/tab2.gif );
 position: relative;
 top: 0;
 display: inline;
 float: left;
 overflow: hidden;
cursor: pointer;
margin: 1px -1px 1px 10px;
 padding: 2px 0px 0px 0px;
 border: 0;
 z-index: 1;
 font: 11px Tahoma, Helvetica, sans-serif;
 white-space: nowrap;
 text-align: center;
 color:#FFFFFF;
}
.dynamic-tab-pane-control .tab-row .tab.selected {
 width: 69px !important;
 height: 25px !important;
 background-image: url( ../images/tab_active2.gif ) !important;
 background-repeat: no-repeat;
 border-bottom-width: 0;
 z-index: 3;
 padding: 2px 0px 0px 0px;
 margin: 1px -3px -1px 10px;
 top: 0;
 font: 11px Tahoma, Helvetica, sans-serif;
}
.dynamic-tab-pane-control .tab-row .tab a {
 font: 11pt Tahoma, Helvetica, sans-serif;
 font-weight:bold;
 color:#FFFFFF;
text-decoration: none;
 cursor: pointer;
}
.dynamic-tab-pane-control .tab-row .tab.hover {
 font: 11px Tahoma, Helvetica, sans-serif;
 color:#FFFFFF;
width: 65px;
 height: 23px;
 background-image: url(../images/tab_hover2.gif );
 background-repeat: no-repeat;
}
.dynamic-tab-pane-control .tab-page {

 border: 1px solid #85AEE4;
 background: #84AFE2 !important;
 z-index: 2;
position: relative;
 top: -2px;
 font: 11px Tahoma, Helvetica, sans-serif;
color: #333; 

 /*244, 243, 238*/
 /* 145, 155, 156*/
 padding: 0px;
 width: 465px; /* stupid stupid stupid IE!!! */
 float: left;
 height:1000px;
 overflow: auto;
}
.dynamic-tab-pane-control .tab-row {
z-index: 1;
 white-space: nowrap;
 background-color:#FFFFFF;
}
.directory_top_back {
background-image: url( "http://expertsjob.com/joomla/images/topback.png");
 background-repeat: repeat-x;
 height:40px;
}	
#authors_table {
width:95%;
}
.colauthor{ color:#3593DB;}
.authordesc{color:#353535;}
#authors_table tr {
height:90px;
vertical-align:middle;
 /*border-bottom:#6C9ACE 1px solid;*/
}

#authors_table .left_border {
 border-left:#6C9ACE 1px solid;
 border-bottom:#6C9ACE 1px solid;
}
#authors_table .bottom_border {
/*border-left:#6C9ACE 1px solid;*/
 border-bottom:#6C9ACE 1px solid;
}
.titlenew {
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
color:#123495; padding:0 0 0 10px;}
 
.directory_title {
color:#3593db;
font-family:Verdana;
font-size:16pt;
font-weight:normal;
margin-left:10px;
}

.directory_title link {
 font-family: Arial, Helvetica, sans-serif;
 font-size:11pt;
 color:#123593;
 font-weight:bold;
margin-left:10px;
}
.title_title {
 font-family: Arial, Helvetica, sans-serif;
 font-size:10pt;
 color:#ffffff;
font-weight:normal;
 margin-left:10px;
}
#title_table {
	width:95%;
}

#title_table tr {
	height:35px;
	vertical-align:middle;
	/*border-bottom:#6C9ACE 1px solid;*/
}

#title_table .left_border {
	border-left:#6C9ACE 1px solid;
	border-bottom:#6C9ACE 1px solid;
}

#title_table .bottom_border {
	/*border-left:#6C9ACE 1px solid;*/
	border-bottom:#6C9ACE 1px solid;
}

#title_table .author {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#ffffff;
	/*font-weight:bold;*/
	margin-left:10px;
}

#title_table .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#FFFFFF;
	/*font-weight:bold;*/
	margin-left:10px;
}

#title_table .photo {
	border: 0.75pt #ffffff solid;
	width: 52px;
	height: 52px;
	overflow: hidden;
}


/* title tab */ 

#title_table {
	width:95%;
}

#title_table tr {
	height:35px;
	vertical-align:middle;
	/*border-bottom:#6C9ACE 1px solid;*/
}

#title_table .left_border {
	border-left:#6C9ACE 1px solid;
	border-bottom:#6C9ACE 1px solid;
}

#title_table .bottom_border {
	/*border-left:#6C9ACE 1px solid;*/
	border-bottom:#6C9ACE 1px solid;
}

#title_table .author {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#ffffff;
	/*font-weight:bold;*/
	margin-left:10px;
}

#title_table .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#123495;
	/*font-weight:bold;*/
	margin-left:10px;
}

#title_table .photo {
	border: 0.75pt #ffffff solid;
	width: 52px;
	height: 52px;
	overflow: hidden;
}

.dynamic-tab-pane-control.tab-pane {
	position:	relative;
	/*width:		100%;		 width needed weird IE bug */
	/*margin-right:	-2px;	 to make room for the shadow */
}

.dynamic-tab-pane-control .tab-row {
	background-color:#000066;
}

.dynamic-tab-pane-control .tab-row .tab {
	width: 65px;
	height: 23px;
	background-image: url(../images/tab2.gif );
	position: relative;
	top: 0;
	display: inline;
	float: left;
	overflow: hidden;
	cursor: pointer;
	margin: 1px -1px 1px 10px;
	padding: 2px 0px 0px 0px;
	border: 0;
	z-index: 1;
	font: 11px Tahoma, Helvetica, sans-serif;
	white-space: nowrap;
	text-align: center;
	color:#FFFFFF;

}

.dynamic-tab-pane-control .tab-row .tab.selected {
	width: 69px !important;
	height: 25px !important;
	background-image:	url( ../images/tab_active2.gif ) !important;
	background-repeat: no-repeat;
	border-bottom-width:	0;
	z-index: 3;
	padding:	2px 0px 0px 0px;
	margin: 1px -3px -1px 10px;
	top: 0;
	font: 11px Tahoma, Helvetica, sans-serif;
}

.dynamic-tab-pane-control .tab-row .tab a {
	font:	11pt Tahoma, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration: none;
	cursor: pointer;
}

.dynamic-tab-pane-control .tab-row .tab.hover {
	font:	11px Tahoma, Helvetica, sans-serif;
	color:#FFFFFF;
	width: 65px;
	height: 23px;
	background-image:url(../images/tab_hover2.gif );
	background-repeat: no-repeat;
}

.dynamic-tab-pane-control .tab-page {

	border: 1px solid #85AEE4;
	background: #84AFE2 !important;
	z-index: 2;
	position: relative;
	top: -2px;
	font: 11px Tahoma, Helvetica, sans-serif;
	color: #333;
	
	/*244, 243, 238*/
	/* 145, 155, 156*/
	padding:	0px;
	width: 100%;  /* stupid stupid stupid IE!!! */
	float: left;
	height:800px;
	overflow: auto;

}

.dynamic-tab-pane-control .tab-row {
	z-index: 1;
	white-space: nowrap;
	background-color:#000066;
}
.mem-detail{background:#e1f2ea; border-right:solid 2px #71ab93;border-bottom:solid 4px #71ab93; width:95%%; margin-left:10px; padding:3px;margin-bottom:20px;}
.wmaincontent1 {width:720px; *width:730px;}

