﻿body {
	margin:0;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif; 
	color: #000000;
	padding: 0px 0px 0px 0px;
	text-align:center;
	background-image: url('Images/PageBackground.jpg');
	background-repeat:repeat-x;

}

.clearAll{
	clear:both;
	overflow: hidden;
	line-height: 0px;
	height: 0px;
	background-color: transparent;
}

.floatLeft{
	float: left;
}

.floatRight{
	float: right;
}

a{
	outline:none;
}

a:focus
{
  -moz-outline-style: none;
}


a:link{
	color: #6A51A3;
	text-decoration:none;	
}

a:visited{
	color: #6A51A3;
	text-decoration:none;	
}

a:Hover{
	color: #6A51A3;
	text-decoration:underline;
}
a:active{
	color: #6A51A3;
	text-decoration:underline;
}

img{
	padding: 0px;
	margin: 0px;
	border: none;
}

.bodyContent{	
	font-family: "Verdana", "Arial", "Helvetica", sans-serif; 
	margin-bottom:10px;
}

.bodyContent p{	
	margin-top: 0px; 
}


#mainContent hr{	
	height: 1px;
	border-top: 1px dotted #9B5BA5;
	border-bottom: none;
	line-height: 1px;
}

#fullWidthContent{	
}

#homepageContent{

	
}



hr{	
	height: 1px;
	border-top: 1px dotted #9B5BA5;
	border-bottom: none;
	line-height: 1px;
}



.bodyContent h3{	
	color: #9B5BA5;
	font-weight: bold;
}

ul{

}

li{
	/*list-style-image:url('Images/BulletPoint.gif');*/
	margin-top:5px;
	line-height:1.5em;

	
}

ol li{
	list-style:decimal;
	list-style-image:none;
	margin-bottom: 10px;	
}

/*ol li ul li{
list-style-image:url('Images/BulletPoint.gif');
	
}*/

.skipToNav, .skipToContent{
	display: none;
}
	
/*------------------------------------------------ACCESSIBILITY BAR STYLES-----------------------------------------------------------*/

#accessibilityBar{
	width: 780px;
	height: 34px;
	background-color: #FFFFFF;
	background-image:url('Images/AccessibilityBarBottom.jpg');
	background-repeat:no-repeat;
	background-position:center bottom;

	/*white-space:pre-wrap;	*/	
}


#accessibilityBarLeft {
	width:550px;
	margin-top:7px;
	float:left;
}

#accessibilityBarRight {
	float:right;
	margin:3px 10px 0px 0px;
	width: 200px;

	
}

.accessibilityLink{
	border-right: 1px solid #074D96;
	padding: 0px 8px 0px 0px;
	margin: 0px 0px 3px 5px;
	height: 15px;
}

.accessibilityLinkLast{
	border-right: none;
	padding: 0px 5px 0px 0px;
	margin: 0px 0px 3px 5px;
	height: 15px;
}

.accessibilityLinkFirst{
	border-right: 1px solid #074D96;
	padding: 0px 5px 0px 0px;
	margin: 0px 0px 3px 10px;
	height: 15px;
}

.accessibilityLink a, a:visited{
	color: #6A51A3;

}
.accessibilityLink a:hover, a:active{
	color: #6A51A3;
}

.smallA{

	cursor:pointer;
}

.defaultA{
	cursor:pointer;
}

.largeA{
	cursor:pointer;
	
}




/*----------------------------------------------------SEARCH BOX STYLES--------------------------------------------------------------*/
#accessibilityBarInner table{
	width: 170px;
}






	
	/*----------------------------------------------------SEARCH PAGE STYLES--------------------------------------------------------------*/




#fullWidthContent .ms-standardheader{
background-color: #9B5BA5;
color:#ffffff;	
padding: 5px 0px 5px 5px;
margin: 10px 0px 10px 0px;

}

.ms-advsrchText{
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;

 
}

.ms-advsrchHeadingText{
	width:760px;
}

.ms-advsrchText input, .ms-advsrchText select{
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;

	margin-left:10px;

}

#fullWidthContent p.srch-Metadata{
	border-bottom:1px dotted #9B5BA5;
	border-top: none;
	padding: 0px 0px 5px 0px;
	
}

#fullWidthContent p.srch-Metadata span a{
	color: #00539B !important;
}
#fullWidthContent span.srch-Icon{
	margin-right:10px;
}

#fullWidthContent div.srch-Description{
	padding:5px 0px 5px 0px;
	/*margin-left:27px;*/
}

#fullWidthContent .srch-Page-bg{
	background-color:#FFFFFF;
}

#fullWidthContent .ms-sbplain{
	border:1px solid #CCCCCC;
	padding:2px 3px 2px 3px;
}

#fullWidthContent table.ms-sbtable{
	width:760px;
}


/*-------------------------------------------------------HEADER STYLES--------------------------------------------------------------*/

#mainContainer {
	width:780px;
	text-align:left;
	margin:0 auto;
	height: auto;
	padding:0px 10px 10px 10px;	
}

#innerContainer{
	width:760px;
	background-image:url('Images/PageTop.jpg');
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#FFFFFF;
	padding:10px;
	margin-top:10px;	
}

#mainImage{	
	width: 760px;
	height: 170px;	
}

#logo{
position:absolute;
margin-top:50px;

}

.authoringControls{
	width: 760px;
}

/*-------------------------------------------------------HORIZONTAL NAVIGATION STYLES--------------------------------------------------------------*/

.topNavContainer{
	width:760px;
	background-color:#6A51A3;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 13px;
	text-align: center;	
	padding-top:0px;
}

.horizontalNav{
	float:left;	
	border-right:1px solid #FFFFFF;
	text-decoration:none;	
	color:#FFFFFF;
	display:block;
	height:15px;	
	padding:8px 15px 8px 15px;

}

.horizontalNavLast{
	float:left;	
	text-decoration:none;	
	color:#FFFFFF;
	display:block;
	height:15px;	
	padding:8px 15px 8px 15px;

}


.horizontalNav a, .horizontalNavLast a{
	text-decoration:none;
	color:#FFFFFF;
}

.horizontalNav a:visited, .horizontalNavLast a:visited{
	text-decoration:none;
	color:#FFFFFF;
}

.horizontalNav a:hover, .horizontalNavLast a:hover{
	text-decoration:underline;
	color:#FFFFFF;
}

.aboutus{

	display: block;	
}

.members{

	display: block;	
}

.mscaa
{
   
	display: block;	
}

.news{

	display: block;	
}

.publications{
	display: block;	
}

.clinicalacademiccareers{
	display: block;	
}

.students{
	display: block;	
}

.usefulresources{
	display: block;	
	border-right:none !important;
}


.horizontalNavSelected{
	float:left;	
	border-right:1px solid #FFFFFF;
	text-decoration:underline;	
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	height:15px;	
	padding:8px 15px 8px 15px;
}

.horizontalNavSelected a:link, .horizontalNavLastSelected a:link{
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:underline;
}
.horizontalNavSelected a:visited, .horizontalNavLastSelected a:visited{
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:underline;
}


.horizontalNavSelected a:hover, .horizontalNavLastSelected a:hover{
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:underline;
}

.horizontalNavLastSelected{
	float:left;	
	text-decoration:underline;	
	color:#FFFFFF;
	font-weight:bold;
	display:block;
	height:15px;
	text-align: center;
	padding:8px 15px 8px 15px;
	
}

/*-------------------------------------------------------LEFT HAND MENU STYLES-------------------------------------------------------*/

#secondaryNav{
	width: 200px;
	float:left;
	border-top: 1px dotted #6A51A3;
}

.parentNav{
	list-style-image:none;	
	text-decoration:none; 
	color: #6A51A3;
	background-color: #FFFFFF;
	border-bottom: 1px dotted #6A51A3;
	list-style: none;
	margin:0px 0px 0px 0px;	
}

.parentNav a{
	color: #6A51A3;
	background-image:url('Images/purpleArrow.gif');	
	background-repeat: no-repeat;
	background-position: left center;
	margin:0px 0px 0px 5px;
	font-weight: normal;
	padding: 6px 5px 6px 15px;
	display: block;
}

.parentNavSelected{
	list-style-image:none;	
	text-decoration:none; 
	color: #FFFFFF;
	background-color: #6A51A3;
	border-bottom: 1px dotted #6A51A3;
	list-style: none;
	margin:0px 0px 0px 0px;	
}

.parentNavSelected a:link, .parentNavSelected a:visited, .parentNavSelected a:hover{
	color: #FFFFFF;
	background-image:url('Images/whiteArrow.gif');	
	background-repeat: no-repeat;
	background-position: left center;
	margin:0px 0px 0px 5px;
	font-weight: bold;
	padding: 6px 5px 6px 15px;
	display: block;
}

.childNav{
	list-style-image:none;	
	text-decoration:none; 
	color: #6A51A3; 
	background-color: #FFFFFF;
	border-bottom: 1px dotted #6A51A3;
	list-style: none;
	margin:0px 0px 0px 0px;	
}

.childNav a{
	color: #6A51A3; 
	background-image:url('Images/purpleArrow.gif');	
	background-repeat: no-repeat;
	background-position: left center;
	margin:0px 0px 0px 15px;
	display: block;
	padding: 6px 5px 6px 15px;
}

.currentNav{
	list-style-image:none;	
	text-decoration:none; 
	color: #FFFFFF;
	background-color: #6A51A3;
	border-bottom: 1px dotted #6A51A3;
	list-style: none;
	margin:0px 0px 0px 0px;	
}

.currentNav a:link, .currentNav a:visited, .currentNav a:hover{
	color: #FFFFFF;
	background-image:url('Images/whiteArrow.gif');	
	background-repeat: no-repeat;
	background-position: left center;
	margin:0px 0px 0px 15px;
	font-weight: bold;
	padding: 6px 5px 6px 15px;
	display: block;
}


/*-------------------------------------------------------BREADCRUMB STYLES--------------------------------------------------------------*/

#breadcrumbContainer{
	margin-top: 0px;
	margin-bottom: 20px;
}

.breadcrumb{
	color: #6A51A3;
	text-decoration: none;
	background-image:url('Images/purpleArrow.gif');
	background-repeat: no-repeat;
	height: 10px;
	background-position: left center;
	padding-left: 10px;
	padding-right: 25px;	
}

.breadcrumb:hover{
	text-decoration: underline;
	cursor:pointer;
}

.breadcrumbSeparator{
	display: none;
}


.breadcrumbCurrent{
	color: #666666;
	text-decoration: none;
	background-image:url('Images/purpleArrow.gif');
	background-repeat: no-repeat;
	height: 10px;
	background-position: left center;
	padding-left: 10px;
	padding-right: 25px;	
}

.breadcrumbCurrent:hover{
	text-decoration: none;
	cursor:default;
}


/*------------------------------------------------HOMEPAGE ONLY STYLES-----------------------------------------------------------*/

#homeContainerLeft{
	float: left;
	width: 500px;
	margin-right: 18px;
}


h1 span{	
	display: none;
}

#homeIntro{
	height: auto;
	margin-bottom: 20px;
	border:1px solid #FFFFFF;

}


.floatRightIcon{
	margin-top:3px;
	float:right;
}

.rssIcon{
	margin-right:10px;
}


p.intro{
	margin: 15px 0px 0px 0px;
	padding-bottom: 10px;
}

.homeGreyDivider{
	clear:both;
	line-height: 1px;
	height: 1px;
	border-top:1px dotted #CCCCCC;
	
}
#newsUpdateTitle{
	background-image:url('Images/NewsUpdateTitle.jpg');
	background-repeat:no-repeat;
	border-bottom:1px dotted #45AB7A;
	padding-bottom:3px;
	height:20px;
}

#newsUpdateTitle span{
	display:none;
}

.newsDate{
	
font-weight:bold;
margin:10px 0px 10px 0px;
}
.newsContent{
	margin:10px 0px 10px 0px;
		
}







#homeContainerRight{
	float: right;
	width: 242px;
}

#promotionArea{
	border: 1px solid #CCCCCC;
	height: 148px;
	padding: 5px;	
}

*html #promotionArea{
	border: 1px solid #CCCCCC;
	height: 148px;
	padding: 5px 0px 5px 5px;	
}

.promotionTitle{
	color: #9B5BA5;
	margin: 5px;	
}

.promotionText{
	margin: 0px 0px 10px 5px;
}

.rightColBorder{
	border: 1px solid #CCCCCC;
	width: 240px;
	padding: 0px 0px 10px 0px;
	height: 244px;
	margin: 0px 0px 20px 0px;
	
	
	
}

.homeRightBorder{
	border: 1px solid #CCCCCC;
	width: 240px;
	padding: 0px 0px 0px 0px;
	height: auto;
	margin: 0px 0px 20px 0px;
	
}

.membersBorder{
	border: 1px solid #CCCCCC;
	width: 240px;
	padding: 0px 0px 0px 0px;
	height: auto;
	margin: 0px 0px 20px 0px;	
}



#coursesInnerContainer{	
	width: 220px;
	margin: 10px;
	background-image:url('Images/CoursesImage.gif');
	background-repeat:no-repeat;
	height: auto;
	border:1px solid #FFFFFF;

}


#coursesTitle{
	background-image:url('Images/CoursesTitle.jpg');
	background-repeat:no-repeat;
	border-bottom:1px dotted #45AB7A;
	margin-bottom: 10px;
	height: 17px;	
	margin-top:57px;
	padding-bottom:3px;
}

#coursesTitle span{		
	display: none;
}

.floatLeftLink{
	float:left;
	width: 130px;
	background-image:url('Images/homepage/largeLinkArrow.gif');
	background-repeat:no-repeat;
	padding-left: 15px;
	padding-top: 0px;
}

.membersLink{
	float:left;	
	background-image:url('Images/homepage/largeLinkArrow.gif');
	background-repeat:no-repeat;
	padding-left: 15px;
	padding-top: 0px;
}

.moduleLink{
	float:left;
	background-image:url('Images/purpleArrow.gif');
	background-repeat:no-repeat;
	background-position:left center;
	padding-left: 15px;
	padding-top: 0px;
	margin-bottom: 5px;
	margin-left: 3px;	
	clear:left;
}

.link-item{
	float:left;
	background-image:url('Images/linkArrow.gif');
	background-repeat:no-repeat;
	padding-left: 15px;
	padding-top: 0px;
	margin-bottom: 2px;
	margin-left: 3px;	

}

.link-item a
{
  color:#00539B;
}
.item{
	width: 180px;	
}

#membersInnerContainer{	
	width: 220px;
	margin: 10px;
	background-image:url('Images/MembersListImage.gif');
	background-repeat:no-repeat;
	height: auto;
	border:1px solid #FFFFFF;

	

}


#membersTitle{
	background-image:url('Images/MscMembersTitle.jpg');
	background-repeat:no-repeat;
	margin-bottom: 10px;
	height: 17px;	
	border-bottom:1px dotted #45AB7A;
	margin-top:57px;
	padding-bottom:3px;
}

#membersTitle span{
	display: none;
}

#associatesInnerContainer{
	width: 230px;
	margin: 5px;
	background-image:url('Images/homepage/AssociatesImage.jpg');
	background-repeat:no-repeat;
	height: auto;
	padding-top: 47px;
	padding-left: 5px;
	padding-bottom: 10px;
}

#associatesInnerContainer .moduleLink{
	float:left;
	background-image:url('Images/linkArrow.gif');
	background-repeat:no-repeat;
	padding-left: 15px;
	padding-top: 0px;
	margin-bottom: 10px;
	margin-left: 3px;	
	clear:left;
}

*html #associatesInnerContainer{
	width: 230px;
	margin: 5px 0px 5px 5px;
	background-image:url('Images/homepage/AssociatesImage.jpg');
	background-repeat:no-repeat;
	height: auto;
	padding-top: 47px;
	padding-left: 5px;
	padding-bottom: 10px;
}

#associatesTitle{
	background-image:url('Images/homepage/AssociateOrganisations.gif');
	background-repeat:no-repeat;
	margin-bottom: 10px;
	height: 17px;	
}

#associatesTitle span{
	display: none;
}


/*-------------------------------------------------------GENERAL CONTENT PAGE STYLES------------------------------------------------*/



.pageTitle{
	color: #45AB7A;
	margin-bottom: 10px;
	margin-top: 0px;
	
}

.homepageTitle{
	color: #6A51A3;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
	

}

.subTitle{
	color: #6A51A3;
	font-weight: bold;
	margin-bottom: 10px; 
}

.byline{
	font-weight: bold;
	margin-bottom: 10px; 
	display: block;

}

.titleText{
	font-weight: normal;
	margin-bottom: 10px; 
}

.redText{
	font-weight: normal;
	color:#FF0000; 
}



#mainContent{
	width: 545px;
	float: left;
	margin-left:15px;

}

/*---------------------------------------------------------------MODULE STYLES------------------------------------------------------*/




#moduleContainer{	
	width: 240px;	
	height: auto;
	float:right;
	margin-left: 10px;	
}

.moduleBorder{
	border: 1px solid #CCCCCC;
	width: 218px;
	margin: 0px 0px 20px 0px;
	padding: 10px;
	background-color:#FFFFFF;
	overflow:auto;
}


.externalLinksDisclaimer{
	border-top: 1px dotted #9B5BA5;
	margin-top: 10px;
	padding-top: 5px;
	clear: both;
}

.moduleTitle
{
    color: #45AB7A;
	margin-top:5px;
	margin-bottom: 10px;
	
	border-bottom:1px dotted #45AB7A;
	padding-bottom:5px;
	font-weight:bold;
}

.moduleTitle span
{
    display:none;
    
}

.description
{
    color: #000000;
    margin-top:5px;
    
}

.spotlightTitle
{
    color: #45AB7A;
	margin-top:5px;
	margin-bottom: 10px;
	
	border-bottom:1px dotted #45AB7A;
	padding-bottom:5px;
	font-weight:bold;
}

#imageContainer{
	border: none;
	width: 240px;
	margin: 0px 0px 0px 0px;
	height: 210px;
	padding: 0px;
}

#imageCaption{
	border: none;
	width: 230px;
	margin: 2px 0px 10px 0px;
	height: auto;
	padding: 5px;
	background-color: #DAEEE4;
	font-style:italic;
	text-align:center;
}





.boldHeader{
	width: 530px;
	height: 15px;
	color: #FFFFFF;
	background-color: #9B5BA5;
	padding: 5px;
	margin: 20px 0px 10px 0px;
	font-weight: bold;
}


.button{
	background-color: #00B6DE;
	padding: 2px 4px 2px 4px;
	border-top: 1px solid #CFF1FA;
	border-left: 1px solid #CFF1FA;
	border-bottom: 1px solid #148EAD;
	border-right: 1px solid #148EAD;
	color: #FFFFFF;
	margin: 10px 2px 0px 0px;
	cursor: pointer;
}

/*-----------------------------------------------------MEMBERS LIST STYLES------------------------------------------------------*/







.slm-layout-main{
	width: auto;
	padding-left: 0px;
}

.memberTitle{
	font-weight: bold;
	color: #9B5BA5;
	margin-bottom: 14px;	
}

.memberContact{
	font-weight: normal;
	color: #000000;
	margin-bottom: 14px;

		
}

.memberAddress{
	font-weight: normal;
	color: #000000;
	margin-bottom: 14px;
}

.memberTelephone{
	font-weight: normal;
	color: #000000;
	margin-bottom: 14px;
}

.memberUrl{
	font-weight: normal;
	color: #000000;
	margin-bottom: 5px;
}

.backToTop{
	float: right;
}

.footer{
	border-bottom: 1px dotted #9B5BA5;
	padding-bottom: 5px;
	text-align:right
}


/*-------------------------------------------------------FOOTER STYLES--------------------------------------------------------------*/

#bottomContainer{
	margin-top: 40px;
	width: 760px;
	margin-bottom: 20px;
}

#bookmarkContainer{
	width: 760px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	padding: 2px 0px 2px 0px;
	height: auto;
	min-height: 20px;
	vertical-align:middle;
	overflow:auto;
}

#bookmarkContainer .floatLeft {
	padding: 0px 0px 0px 5px;
}

#bookmarkContainer img{
	margin-right: 3px;
	margin-left: 25px;
}

.bookmarkLink{
	padding-bottom:5px;
}

.bookmarkRight{
	float: right;
	padding: 2px 5px 0px 0px;
}

#footerContainer{
	width: 750px;
	margin-bottom: 8px;
	background-color:#EBF0F0;
	padding: 0px 5px 0px 5px;
	height: 30px;
}

#footerContainer .floatLeft, #footerContainer .floatRight{
	margin-top: 7px;
}

#addressContainer{
	text-align:center;
	width: 760px;
	line-height:170%;	
}

.footerLink{
	border-right: 1px solid #074D96;
	padding: 0px 8px 0px 0px;
	margin: 5px 0px 5px 5px;
	color: #074D96;	
}

.footerLink a{
	color: #074D96;
}

.footerLinkLast{
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 5px 5px;
	color: #074D96;
}

#companiesAct{
	color:#999999;
	text-align:center;
	margin-top:10px;
	line-height:170%;
}

/*-------------------------------------------------------EDIT STYLES-------------------------------------------------------------------*/


.jobFieldContent .ms-long{	
	width: 350px;	
}

.titleTextFullWidth  .ms-formfieldcontainer{
width: 750px;
}

.titleTextWithMenuWidth{
}

.titleTextModuleWidth .ms-formfieldcontainer{
width: 450px;
}

.forthcoming .ms-formfieldvaluecontainer{
	width: 275px;
}

.subTitle .ms-formfieldcontainer, .byline .ms-formfieldcontainer{
	width: 290px;
}

.subTitle .ms-long, .byline .ms-long{
	width: 275px;
}

.spotlightTitle .ms-long{
	width: 200px;
	height:30px;
}





.moduleContent .ms-formfieldvaluecontainer{
	width: 240px;
}

.ms-formfieldvaluecontainer, .ms-formfieldcontainer, .ms-formfieldlabelcontainer{
	padding: 0px;
}

table#MSO_tblPageBody div {
	border: 1px solid transparent;
	border-collapse:collapse;

}

*html table#MSO_tblPageBody div {
	border: 0px solid #FFFFFF;
	border-collapse:collapse;
	
}




table#MSO_tblPageBody #mainContainer{
	width: 765px;
	position: relative;
	left:0;
	margin-left: 20px;
	height: auto;
	margin-top: 10px;
	
}

table#MSO_tblPageBody  #accessibilityBar {
	width: 765px;
	position: relative;
	left:0;
	padding-left: 20px;
	height: 2.2em;
	margin-top: 0px;
	border-bottom: 1px solid #00B6DE;
}

table#MSO_tblPageBody #logo, table#MSO_tblPageBody #mainImage {
	border: none;
}
#moduleContainer .ms-SPZone{
	width: 200px;
	padding: 0px;
	margin: 0px;
}


.ms-ToolPaneOuter{
	border: 1px solid #000000;
}


/*------------------------------------------------PUBLISHING BAR STYLES-----------------------------------------------------------*/
.ms-SPLink{	
	display: inline;
	float: left;
}

.ms-siteaction{
	float: right;
}

.ms-siteactionsmenu a{
	color:#FFFFFF !important;
}


.ms-consoleframe{
	background-image: none !important;
	border: 1px solid #6A51A3;
	margin-bottom: 5px;
}
.ms-consolestatus{
	background-image: none !important;
	border: none;
}

.ms-consolestatusminorframe{
	background-image: none !important;
	border:none;
}

.ms-consolestatusframe{
	background-image: none !important;
	border: none;
	background-color: #FFFFFF;
}

.ms-consolestatuscheckoutframe{
	background-image: none !important;
	border: none;
}

.ms-consoletitleareaframe{
	background-image: none !important;
	border: none;
}



/*-----YEAR ROLL UP STYLES------*/

.archiveContent{
	width: 530px;	
	background-color:#F5F5F5; 
	font-weight: normal;	
	padding: 5px;
	margin-bottom: 2px;
	overflow:auto;
}

.archiveDate{
	float:left;
	width: 25%;
	font-weight: bold;
}

.archiveDescription{
	float: right;
	text-align:left;
	width: 70%;
}

/*--------PUBLICATION STYLES---------------*/

.publicationDetails{
	float:left;
	height:auto;
	width: 435px;
}


.publicationTitle{
	width: 435px;
	/*height: 15px;*/
	padding: 5px 0px 5px 5px;
	background-color:#DAEEE4; 
	margin: 0px 0px 5px 0px;
	font-weight: bold;
	vertical-align:top;	
}

.publicationImage{
	width:95px;
	height:155px;
	float:left;
	margin-right:10px;
	margin-bottom:0px;
}


.clearAllDottedLine{
	border-top:1px dotted #6A51A3;
	clear:both;
	margin: 0px 0px 10px 0px;
	line-height: 0px;
	height: 0px;
	background-color: transparent;
}


.publicationMainDetails
{
    float:left;

}

.publicationDate
{
    color: #000000;
	font-weight: normal;
	margin-bottom: 10px; 
}

.size
{
    color: #000000;
	font-weight: normal;
	margin-bottom: 10px; 
}


.msMenuUIpopupBody
{
   text-align:left; 
}

.ms-ToolPaneOuter
{
    text-align:left; 
}

.column
{
    height: auto;
}


/*------EDITOR STYLES-------*/


.editorPurpleBoldText{
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:110%;
	color: #6A51A3;
}


.editorBoldText{
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:100%;
	color: #000000;
}


table.editorGreenBorder{
	border: 1px solid #45AB7A;
}

table.editorGreenBorder td{
	padding:2px;
	margin:1px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:100%;
}

hr.editorPurpleDottedLine{	
	height: 1px;
	border-top: 1px dotted #6A51A3;
	border-bottom: none;
	line-height: 1px;
}

p.intro{
	margin:15px 0px 0px 0px;
	padding-bottom:10px;
}


#promotionalArea{
	border:1px solid #CCCCCC;
	height:148px;
	padding:5px;
}

.promotionTitle{
	color:#6A51A3;
	margin:5px;
}

.promotionText{
	margin:0px 0px 10px 5px;
}


.moduleLink{
	float:left;
	background-image:url('/Style%20Library/images/linkArrow.gif');
	background-repeat: no-repeat;
	padding-left:15px;
	padding-top:0px;
	margin-bottom:5px;
	margin-left:3px;
}
