/****************************************************** 
	Title:    Website Name
	Author:   Wizzard
	Updated:  dd/mm/yyyy
	Style:    DEFAULT Stylesheet
******************************************************/



/* ******************************* LAYOUT */

a {
    color:#645B95;
}

/* .................... Header */
#header {
	position: relative;
	height: 238px;
	margin-bottom: 5px;
	
	background: url(../../images/site_images/backgrounds/header-bgr.gif) left top no-repeat;
}

	#header #logo {
		position: absolute;
		top: 43px;
	}
	
	#header #search {
		position: absolute;
		top: 15px;
		right: 53px;
	}
	
		#header #search form {
			float: left;
			margin-right: 8px;
			margin-top: 2px;
		}
	
		#header a#members {
			display: block;
			margin-right: 9px;
			float: left;
			font-size: 1em;
			font-weight: bold;
			text-decoration: none;
			color: #ffffff;
			padding: 7px 12px 5px 35px;
			width: 72px;
			
			background: url(../../images/site_images/backgrounds/members-bgr.gif) left 2px no-repeat;
		}
		
			#header a#members:hover {
				text-decoration: underline;
			}
		
        #header a#member_logout {
            display: block;
			margin-right: 9px;
			float: left;
			font-size: 1em;
			font-weight: bold;
			text-decoration: none;
			color: #ffffff;
			padding: 7px 12px 5px 25px;
			width: 38px;
			
			background: url(../../images/site_images/backgrounds/logout.gif) left 2px no-repeat;
        }
        
        #header a#member_logout:hover {
				text-decoration: underline;
			}
        
		#header #search input {
			border: none;
			font-size: 1.1em;
			font-weight: bold;
			width: 130px;
			height: 21px;
			padding: 2px;
			padding-right: 30px;
			padding-left: 5px;
			color: #9d9d9d;
			
			background: url(../../images/site_images/backgrounds/search-input.png) left top no-repeat;
		}
		
		#header #search a#rss {
			display: block;
			margin-top: 2px;
			height: 25px;
			width: 26px;
            margin-right:8px;
			float: left;
			
			background: url(../../images/site_images/logo/rss.gif) left top no-repeat;
		}
		
		#header #search #mgn_glass {
			position: absolute;
			top: 5px;
			right: 43px;
			width: 20px;
			height: 20px;
		}
	
	#header #nav {
		position: absolute;
		bottom: 30px;
		height: 45px;
		width: 980px;
		
		background: url(../../images/site_images/backgrounds/nav-bgr.gif) left 3px no-repeat;
	}
	
		#nav ul {
			list-style-type: none;
			overflow: hidden;
		}
		
			#nav ul li.first_nav {
				float: left;
				padding-right: 1px;
				
				background: url(../../images/site_images/backgrounds/nav-sep.gif) right 4px no-repeat;
			}
			
				#nav ul li.first_nav a {
					display: block;
					float: left;
					font-size: 1.5em;
					color: #ffffff;
					text-decoration: none;
					height: 45px;
					position: relative;
					z-index: 20;
				}
				
				#nav ul li.first_nav.last {
					background: none;
					padding-right: 0;
				}
				
					#nav ul li.first_nav a:hover {
						color: #70689e;
						
						background: url(../../images/site_images/backgrounds/nav-active-left-bgr.gif) left top no-repeat;
					}
					
					#nav ul li.first_nav a.active,
					#nav ul li.first_nav a.current {
						height: 57px;
						color: #70689e;
						
						background: url(../../images/site_images/backgrounds/nav-active-left-bgr.gif) left top no-repeat;
					}
				
					#nav ul li.first_nav.first a:hover,
					#nav ul li.first_nav.first a.active,
					#nav ul li.first_nav.first a.current {
						background: url(../../images/site_images/backgrounds/nav-active-left-first-bgr.gif) left top no-repeat;
					}
					
						#nav ul.bg li.first_nav.first a span {
							padding-left: 25px;
							padding-right: 20px;
						}
				
					#nav ul li.first_nav.last a:hover,
					#nav ul li.first_nav.last a.active,
					#nav ul li.first_nav.last a.current {
						background: url(../../images/site_images/backgrounds/nav-active-left-last-bgr.gif) right top no-repeat;
					}
					
						#nav ul.bg li.first_nav.last a span {
							padding-right: 31px;
							padding-left: 24px;
						}
						
						#nav ul.en li.first_nav.last a span {
							padding-right: 39px;
							padding-left: 29px;
						}
						
							#nav ul li.first_nav.last a:hover span,
							#nav ul li.first_nav.last a.active span,
							#nav ul li.first_nav.last a.current span {
								background: url(../../images/site_images/backgrounds/nav-active-right-last-bgr.gif) left top no-repeat;
							}
					
					
					#nav ul.bg li.first_nav a span {
						display: block;
						float: left;
						height: 32px;
						padding: 0 15px;
						padding-top: 13px;
						cursor: pointer;
					}
					
					#nav ul.en li.first_nav a span {
						display: block;
						float: left;
						height: 32px;
						padding: 0 32px;
						padding-top: 13px;
						cursor: pointer;
					}
					
					#nav ul li.first_nav a:hover span,
					#nav ul li.first_nav a.active span {
						
						background: url(../../images/site_images/backgrounds/nav-active-right-bgr.gif) right top no-repeat;
					}
					
		#nav li ul.second_nav {
			position: absolute;
			top: 44px;
			left: 0;
			display: none;
			height: 26px;
			width: 100%;
			
			background: url(../../images/site_images/backgrounds/second-nav-bgr.gif) left 1px no-repeat;
		}
		
			#nav li ul.second_nav.active,
			#nav li ul.second_nav.current {
				display: block;
			}
		
			#nav li ul.second_nav li {
				float: left;
				position: relative;
				z-index: 30;
				margin-right: 25px;
				margin-left: 10px;
			}
			
				#nav li ul.second_nav li a {
					height: 21px;
					color: #70689e;
					padding-top: 5px;
					font-weight: bold;
					font-size: 1.3em;
				}
			
				#nav li ul.second_nav li a:hover,
				#nav li ul.second_nav li a.active {
					text-decoration: underline;
					background: none;
				}
				
				#nav li ul.second_nav li.first_second_nac {
					margin-left: 230px;
				}
				
#header #lang {
	position: absolute;
	top: 21px;
	right: 0;
	font-size: 1.4em;
	color: #525252;
}

	#header #lang a {
		color: #525252;
	}
/* ........................... */


/* ...................... Main */

#main {
	overflow: hidden;
}

div.middle_box {
	position: relative;
	width: 384px;
	height: 425px;
	
	background: url(../../images/site_images/backgrounds/middle-box-bgr.gif) left top no-repeat;
}

div#index_news {
	float: left;
	margin-right: 17px;
}

div#index_activity {
	float: left;
}
	
	div.middle_box h2 {
		position: absolute;
		top: 9px;
		left: 32px;
		font-size: 1.6em;
		color: #ffffff;
	}
	
	div.middle_box a.more {
		position: absolute;
		top: 11px;
		right: 20px;
		font-size: 1.1em;
		color: #ffffff;
		text-decoration: none;
	}
	
		div.middle_box a:hover.more {
			text-decoration: underline;
		}
		
#index_news ul {
	position: absolute;
	top: 55px;
	left: 15px;
}

	#index_news ul li {
		list-style-type: none;
		display: block;
		height: 105px;
		margin-bottom: 12px;
	}
	
		#index_news ul li a.item_image {
			position: relative;
			dispaly: block;
			margin-right: 10px;
			float: left;
			padding: 2px;
			z-index: 10;
			
			background: url(../../images/site_images/backgrounds/item-image-bgr.gif) left top no-repeat;
		}
		
		#index_news ul li div.item_info {
			position: relative;
			height: 105px;
			padding-right: 10px;
		}
		
		#index_news ul li div.item_info a.item_title {
			font-weight: bold;
			font-size: 1.3em;
			color: #6B639A;
            line-height:16px;
		}
		
			
		#index_news ul li div.item_info div.item_text {
			font-size: 1.1em;
			color: #718a77;
			line-height: 13px;
			margin: 2px 0;
		}
		
		#index_news ul li div.item_info a.whole_text,
		ul#news_list li div.news_info a.whole_text,
		ul#project_list li div.project_info a.whole_text,
		ul#member_list li div.member_info a.whole_text {
			position: absolute;
			bottom: 2px;
			right: 15px;
			font-size: 1.2em;
			font-weight: bold;
			color: #6b639a;
			padding-left: 20px;
			
			background: url(../../images/site_images/backgrounds/whole-text-bgr.gif) left 3px no-repeat;
		}
		
			ul#member_list li div.member_info a.whole_text {
				right: 50px;
				top: 5px;
			}
		
#index_activity {
	margin-right: 15px;
}
		
	#index_activity #activity_content {
		position: absolute;
		top: 52px;
		left: 15px;
		padding-right: 15px;
		color: #718a77;
		font-size: 1.1em;
		line-height: 14px;
	}
	
div#banner {
	float: left;
}

div#contact_box {
	position: relative;
	float: left;
	width: 179px;
	height: 147px;
	margin-top: 6px;
	
	background: url(../../images/site_images/backgrounds/contact-box-bgr.gif) left top no-repeat;
}

	div#contact_box span#contact_header {
		position: absolute;
		top: 10px;
		right: 10px;
		font-size: 1.6em;
		font-weight: bold;
		color: #ffffff;
	} 
	
	div#contact_box div#contact_info {
		position: absolute;
		top: 38px;
		right: 10px;
		padding-left: 6px;
		font-size: 1.2em;
		color: #ffffff;
		text-align: right;
	}
	
		div#contact_box div#contact_info a {
			color: #ffffff;
		}
	
div#main div.big_box {
	position: relative;
	padding-bottom: 24px;
	
	background: url(../../images/site_images/backgrounds/big-box-bottom.gif) left bottom no-repeat;
}

	div#main div.big_box_inner {
		min-height: 400px;
		
		background: url(../../images/site_images/backgrounds/big-box-top.gif) left top no-repeat;
	}
	
		div.big_box h2.big_box_title {
			position: absolute;
			top: 8px;
			left: 32px;
			font-size: 1.6em;
			font-weight: bold;
			color: #ffffff;
		}
		
	div.big_box div#breadcrumb {
		position: absolute;
		top: 11px;
		right: 10px;
	}
	
		div.big_box div#breadcrumb li {
			list-style-type: none;
			float: left;
			margin-right: 6px;
		}
		
			div.big_box div#breadcrumb li a {
				font-size: 1.1em;
				color: #ffffff;
				padding-right: 19px;
				padding-bottom: 5px;
				
				background: url(../../images/site_images/backgrounds/breadcrumb-arrow.gif) right 2px no-repeat;
			}	
			
			div.big_box div#breadcrumb li span {
				font-size: 1.1em;
				color: #ffffff;
			}
			
		div.big_box div.big_box_content {
			overflow: hidden;
			padding-top: 60px;
			margin-left: 25px;
			padding-right: 25px;
			padding-bottom: 20px;
			font-size: 1.1em;
			color: #718a77;
		}
/* ........................... */


/* .................... Footer */

div#logo_bar {
	position: relative;
	overflow: hidden;
	clear: both;
	height: 118px;
	width: 981px;
	margin-top: 18px;
	
	background: url(../../images/site_images/backgrounds/logo-bar-bgr.gif) left top no-repeat;
}

	#footer #logo_bar ul {
		position: absolute;
		overflow: hidden;
		top: 22px;
		left: 40px;
		height: 63px;
	}

	#footer #logo_bar li {
		display: none;
		list-style-type: none;
		float: left;
		height: 70;
		width: 141px;
		margin: 0 20px;
	}

#footer #copyright {
	font-size: 1.1em;
	color: #9b9b9b;
	margin: 11px 0;
}
	
/* ........................... */

/*********************** DOC LIST ******************* */
 
#main ul#doc_list,
#main ul#report_list {
	padding: 10px;
	overflow: hidden;
}

#main ul#doc_list li,
#main ul#report_list li {
	list-style-type: none;
	float: left;
	height: 65px;
	width: 270px;
	padding-left: 60px;
	margin-right: 12px;
	margin-left: 15px;
	margin-bottom: 25px;
}

	#main ul#doc_list li span.doc_title {
		font-weight: bold;
		color: #6B639A;
	}

#main ul#report_list li {
	background: url(../../images/site_images/backgrounds/doc_icon.gif) left top no-repeat;
}

#main ul#report_list li.pdf {
	background: url(../../images/site_images/icons/pdf.jpg) left top no-repeat;
}

#main ul#report_list li.doc {
	background: url(../../images/site_images/icons/doc.jpg) left top no-repeat;
}

#main ul#doc_list li {
	position: relative;
	padding-left: 0;
	height: 120px;
	padding-bottom: 16px;
}

	#main ul.subcat {
		padding-left: 47px;
		overflow: hidden;
	}
	
	#main ul.subcat li {
		height: 25px!important;
		margin-bottom: 8px!important;
	}
	
		#main ul.subcat li a {
			display: block;
			padding-left: 30px;
			height: 22px;
			padding-top: 3px;
			font-size: 1.2em;
			
			background: url(../../images/site_images/icons/folder-small.jpg) left top no-repeat;
		}
		
		span.no_files {
			font-size: 1.8em;
			text-align: center;
		}

	#main ul#doc_list li img.doc_icon {
		float: left;
		margin-right: 10px;
	}

	#main ul#doc_list li.folder {
		background: none;
		padding-left: 0;
		width: 425px;
		height: auto;
	}


	#main ul#report_list li {
		width: 800px;
		position: relative;
		padding-bottom: 13px;
	}

	#main ul#doc_list li a.doc_title,
	#main ul#report_list li span.report_title {
		display: block;
		font-size: 1.1em;
		font-weight: bold;
		color: #767676;
		line-height: 14px;
	}
	
		#main ul#doc_list li a.doc_title.categories {
			padding-top: 15px;
			height: 45px;
			padding-left: 65px;
			text-decoration: none;
			cursor: default;
			
			background: url(../../images/site_images/icons/folder.jpg) left top no-repeat; 
		}
	
	#main ul#doc_list li span.date {
		display: block;
		margin-top: 2px;
		font-size: 1em;
		font-weight: bold;
		color: #9791bd;
	}
	
	#main ul#report_list li span.date {
		position: absolute;
		bottom: 0;
		left: 10px;
	}
	
	#main ul#doc_list li a.download_doc,
	#main ul#report_list li a.download_doc {
		text-decoration: none;
		position: absolute;
		bottom: 0;
		right: 0;
		
		background: url(../../images/site_images/backgrounds/download-doc-right.gif) right top no-repeat;
	}
	
		#main ul#doc_list li a.download_doc span,
		#main ul#report_list li a.download_doc span {
			dispaly: block;
			height: 17px;
			margin-right: 9px;
			padding-left: 9px;
			font-size: 1em;
			color: #ffffff;
			font-weight: bold;
			
			background: url(../../images/site_images/backgrounds/download-doc-left.gif) left top no-repeat;
		}
		
		#main ul#doc_list li a:hover.download_doc,
		#main ul#report_list li a:hover.download_doc {
			background: url(../../images/site_images/backgrounds/download-doc-right-hover.gif) right top no-repeat;
		}
		
			#main ul#doc_list li a:hover.download_doc span,
			#main ul#report_list li a:hover.download_doc span {
				background: url(../../images/site_images/backgrounds/download-doc-left-hover.gif) left top no-repeat;
			}

/************* NEWS PAGE ******************/

div.big_box_content ul#news_list {
	overflow: hidden;
}

div.big_box_content ul#news_list li {
	list-style-type: none;
	float: left;
	width: 440px;
	height: 110px;
	margin-bottom: 23px;
}

	ul#news_list li a.news_image {
		position: relative;
		float: left;
		z-index: 10;
		padding: 2px;
		padding-right: 10px;
		
		background: url(../../images/site_images/backgrounds/item-image-bgr.gif) left top no-repeat;
	}
	
	ul#news_list li div.news_info {
		position: relative;
		height: 115px;
	}
	
		ul#news_list li div.news_info span.date {
			line-height: 25px;
		}
	
		ul#news_list li div.news_info a.whole_text {
			bottom: 0;
		}
	
	ul#news_list li div.news_info a.news_title,
	ul#news_list li div.news_info span.news_title {
		font-size: 1.2em;
		font-weight: bold;
		color: #767676;
	}
	
		ul#news_list li div.news_info div.news_content {
			font-size: 1.1em;
		}
	
		ul#news_list li div.news_info span.news_title {
			font-size: 1.4em;
		}
	
a.back {
	position: absolute;
	bottom: 25px;
	left: 25px;
	font-size: 1.1em;
	color: #6B639A;
    padding-left:20px;
    
    background:url('../../images/site_images/icons/back.gif') left 4px no-repeat;
} 


/* Prompt */

#members_prompt
{
    position:fixed;
    top:50%;
    left:50%;
    margin-left:-181px;
    margin-top:-92px;
    width:362px;
    height:185px;
    z-index:1000;
    color:#FFFFFF;
   
    display:none;
    background:url('../../images/site_images/backgrounds/members_prompt-bgr.gif') left top no-repeat;
}

a#prompt_close
{
    position:absolute;
    right:10px;
    top:6px;
    color:#FFF;
    font-weight:bold;
    text-decoration:none;
    font-size:12px;
}

a#prompt_close:hover
{
    color:#EEE;
}

    #members_prompt h1
    {
        font-size:14px;
        font-weight:bold;
        margin:10px;
    }

    #members_prompt form
    {
         padding:10px;
         margin-top:30px;
    }
    
    #members_prompt form input
    {
        font-size:11px;
        width:176px;
        height:23px;
        padding:1px 3px 1px 3px;
        border:0px;
        
        background: url('../../images/site_images/backgrounds/input-bgr.gif') left top no-repeat;    
    }
    
    #members_prompt label
    {
        margin-bottom:10px;
        display:block;
    }
    
    #members_prompt label span
    {
        float:left;
        text-align:right;
        width:120px;
        padding-right:10px;
        padding-top:4px;
        font-size:11px;
    }
    
    #prompt_submit
    {
        display:block;
        text-align:center;
        margin-top:20px;
        font-size:14px;
        color:#FFF;
        text-decoration:underline;
    }
    
     #prompt_submit:hover
     {
       text-decoration:none;
     }
     
     #prompt_status
    {
        position:absolute;
        display:none;
        top:40px;
        font-size:13px;
        width:100%;
        display:block;
        text-align:center;
    }
    
span.date
{
    font-weight:bold;
    color:#6B629A;
}

span.summary
{
    color:#666;
    font-size:13px;
}

h2.title
{
     font-size:2em;
     padding-bottom:10px;
}    

a.item_pic
{
    float:left; margin-right:15px; height:244px;
}

/*********************** PROJECT PAGE *****************/
 
.big_box ul#project_list li,
.big_box ul#member_list li {
	list-style-type: none;
	float: left;
	height: 140px;
	margin-bottom: 30px;
	width: 930px
}

	.big_box ul#member_list li {
		margin-bottom: 5px;
	}

	.big_box ul#member_list li {
		height: 80px
	}

	.big_box ul#project_list li a.project_image,
	.big_box ul#member_list li a.member_image {
		float: left;
		position: relative;
		z-index: 10;
        width:200px;
		margin-right: 10px;
		text-align: center;
	}
	
	.big_box ul#project_list li div.project_info,
	.big_box ul#member_list li div.member_info {
		height: 140px;
		position: relative;
	}
	
		.big_box ul#project_list li div.project_info div.project_summary {
			font-size: 1.1em;
			margin-top: 7px;
		}
	
		.big_box ul#member_list li div.member_info {
			height: 80px;
		}
	
		.big_box ul#project_list li div.project_info a.project_title,
		.big_box ul#member_list li div.member_info a.member_title {
			font-size: 1.3em;
			font-weight: bold;
			color: #645B95;
		}
		
			.big_box ul#member_list li div.member_info a.member_title {
				font-size: 1.5em;
				font-weight: normal;
			}
			
			.big_box ul#member_list li div.member_info div.member_summary {
				font-size: 1.2em;
				margin-top: 5px;
			}
		
a.website {
	font-size: 1.1em;
	color: #6B639A;
}


/* Memebers register form */

div#member_register_wrap {
	margin-bottom: 9px;
	overflow: hidden;
	height: 29px;
	float: left;
}

#member_register_request
{
     display:block;
     width:140px;
     height:23px;
     color:#FFFFFF;
     text-decoration:none;
     padding-top:6px;
     padding-left:40px;
	 font-size: 1.2em;
     float:left;
     
     background: url('../../images/site_images/backgrounds/members-register-sidebar.gif') left top no-repeat;   
}

    #member_register_request:hover
    {
        text-decoration:underline;
    }

#member_register
{
    position:fixed;
    top:50%;
    left:50%;
    width:377px;
    height:513px;
    display:none;
    z-index:1000;
    color:#FFFFFF;
    
    margin-top:-256px;
    margin-left:-181px;    
    
    background:url('../../images/site_images/backgrounds/members_register-bgr-expanded.gif') left top no-repeat;
} 

a#member_register_close
{
    position:absolute;
    right:10px;
    top:6px;
    color:#FFF;
    font-weight:bold;
    text-decoration:none;
    font-size:12px;
}

a#member_register_close:hover
{
    color:#EEE;
}

    #member_register h1
    {
        font-size:14px;
        font-weight:bold;
        margin:10px;
    }

    #member_register form
    {
         padding:10px;
         padding-top:5px;
    }
    
    #member_register form input
    {
        font-size:11px;
        width:176px;
        height:23px;
        padding:1px 3px 1px 3px;
        border:0px;
        
        background: url('../../images/site_images/backgrounds/input-bgr.gif') left top no-repeat;    
    }
    
    #member_register label
    {
        margin-bottom:11px;
        display:block;
    }
	
		#member_register label.checkbox {
			float: left;
		}
		
			#member_register label.checkbox span {
				width: 145px;
			}
		
			#member_register label.checkbox input {
				width: 8px;
				border: 0;
				background: none;
			}
    
    #member_register textarea
    {
        width:180px;
        height:71px;
        
        background:url('../../images/site_images/backgrounds/textarea-bgr.gif') left top no-repeat;
        border:0;
        color:#666;
        font-size:11px;
        font-family:"Trebuchet MS";    
    }
    
    #member_register label span
    {
        float:left;
        text-align:right;
        width:152px;
        padding-right:10px;
        padding-top:4px;
        font-size:11px;
    }
    
    #member_register_send
    {
        position:absolute;
        bottom:10px;
        right:15px;
        font-size:14px;
        color:#FFF;
        text-decoration:underline;
        
        background:url('../../images/site_images/backgrounds/white-arrow.gif') left 6px no-repeat;
        padding-left:10px;
    }
    
         #member_register_send:hover
         {
           text-decoration:none;
         }
         
         
div.links a
{
     background:url('../../images/site_images/backgrounds/whole-text-bgr.gif') left 2px no-repeat;
     padding-left:20px;
}

 /****************** CONTACT PAGE *******************/

span#contact_welcome {
	font-size: 1.2em;
	color: #6e669d;
}

form#contact {
	padding: 20px 0;
	width: 366px;
}

	form#contact label {
		display: block;
		height: 29px;
		widht: 366px;
		margin-bottom: 12px;
		
		background: url(../../images/site_images/backgrounds/contact-input.gif) left top no-repeat;
	}
	
		form#contact label span {
			dispaly: block;
			float: left;
			width: 87px;
			font-size: 1.1em;
			color: #ffffff;
			text-align: right;
			margin-right: 5px;
			margin-top: 7px;
			padding: 0 5px;
			padding-right: 8px;
		}
		
		form#contact label input {
			height: 19px;
			width: 240px;
			margin-left: 8px;
			margin-top: 5px;
			border:0;
			color: #737373;
		}
		
		form#contact textarea {
			width: 349px;
			height: 142px;
			border: none;
			padding: 8px;
			font-family: "Trebuchet MS";
			font-size: 1.1em;
			color: #737373;
			
			background: url(../../images/site_images/backgrounds/contact-textarea.gif) left top no-repeat;
		}
		
		form#contact a#contact_submit {
			display: block;
			width: 113px;
			height: 20px;
			padding-top: 5px;
			font-size: 1.1em;
			color: #ffffff;
			margin-top: 17px;
			float: right;
			cursor: pointer;
			text-decoration: none;
			text-align: center;
			
			background: url(../../images/site_images/backgrounds/contact-submit.gif) left top no-repeat;
		}
		
			form#contact a#contact_submit:hover {
				background: url(../../images/site_images/backgrounds/contact-submit-hover.gif) left top no-repeat;
			}
		
div#contact_information {
	float: left;
	width: 520px;
	margin-top: 30px;
	margin-right: 38px;
}

div.official_site {
	position: absolute;
	top: 65px;
	right: 60px;
}

div#footer {
	position: relative;
}

div#created {
	position: absolute;
	bottom: 0px;
	right: 18px;
	font-size: 1.1em;
}

div.rich_text
{
    padding-bottom:10px;
}

h2.private a
{
    font-weight:bold;
    font-size:1.2em;
}

p.search_res
{
    font-weight:bold;
    font-size:1.3em;
}

    p.search_res strong
    {
        color:#645B95;
    }
    
div.report_summary,
div.project_summary
{
    font-size:1.2em !important;
}

