/**
 * sidebar.css
 *
 * Copyright (c) 2003-2009 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared elements for pages including sidebar(s).
 *
 * $Id: sidebar.css,v 1.4 2009/04/08 19:54:50 asmecher Exp $
 */

/**
 * Sidebar
 */
#rightSidebar{
margin-top:0;
}

#developedBy {
	text-transform: uppercase;
	font-size: 0.95em;
	margin:0px;
	padding:0px;
}

#sidebar  span.blockSubtitle {
	display: block;
}

#sidebar input.textField, #sidebar select.selectMenu, #sidebar input.button {
}

.block {
	width:90%;
	_width:100%;
	border:#f5f5f6 solid 2px;
	margin:15px 0 0 0;
	padding:02% 02% 02% 02%;
	_padding:5% 5% 5% 5%;
	}
.block  div{
	margin:0px;
	}

.blockTitle{
	width:78%;
	_width:100%;
	clear:both;
	border-bottom:#CCCCCC dotted 2px;
	font-family:Georgia,"Times New Roman","DejaVu Serif",serif;
	font-size:18px;
	color:#333333;
	text-align:left;
	text-decoration:none;
	font-weight:normal;
	padding-top:20px!important;
	padding-bottom:20px!important;
	padding-left:55px;
	height:20px;
	_height:62px;
	background-image:url(../templates/images/question-mark.gif);
	background-repeat:no-repeat;
	background-position:left;
	_margin-bottom:10px;
	}



.blockNotificationTitle{
	width:78%;
	_width:100%;
	clear:both;
	border-bottom:#CCCCCC dotted 2px;
	font-family:Georgia,"Times New Roman","DejaVu Serif",serif;
	font-size:18px;
	color:#333333;
	text-align:left;
	text-decoration:none;
	font-weight:normal;
	padding-top:20px!important;
	padding-bottom:20px!important;
	padding-left:55px;
	height:20px;
	_height:62px;
	background-image:url(../templates/images/notification.gif);
	background-repeat:no-repeat;
	background-position:left;
	_margin-bottom:10px;
	}

.blockDevelopedTitle{
	width:78%;
	_width:100%;
	clear:both;
	border-bottom:#CCCCCC dotted 2px;
	font-family:Georgia,"Times New Roman","DejaVu Serif",serif;
	font-size:18px;
	color:#333333;
	text-align:left;
	text-decoration:none;
	font-weight:normal;
	padding-top:20px!important;
	padding-bottom:20px!important;
	padding-left:55px;
	height:20px;
	_height:62px;
	background-image:url(../templates/images/developed.gif);
	background-repeat:no-repeat;
	background-position:left;
	_margin-bottom:10px;
	}


.blockAuthorTitle{
	width:78%;
	_width:100%;
	clear:both;
	border-bottom:#CCCCCC dotted 2px;
	font-family:Georgia,"Times New Roman","DejaVu Serif",serif;
	font-size:18px;
	color:#333333;
	text-align:left;
	text-decoration:none;
	font-weight:normal;
	padding-top:20px!important;
	padding-bottom:20px!important;
	padding-left:55px;
	height:20px;
	_height:62px;
	background-image:url(../templates/images/author.gif);
	background-repeat:no-repeat;
	background-position:left;
	_margin-bottom:10px;
	}
	
.blockToolsTitle{
	width:78%;
	_width:100%;
	clear:both;
	border-bottom:#CCCCCC dotted 2px;
	font-family:Georgia,"Times New Roman","DejaVu Serif",serif;
	font-size:18px;
	color:#333333;
	text-align:left;
	text-decoration:none;
	font-weight:normal;
	padding-top:20px!important;
	padding-bottom:20px!important;
	padding-left:55px;
	height:20px;
	_height:62px;
	background-image:url(../templates/images/tools.gif);
	background-repeat:no-repeat;
	background-position:left;
	_margin-bottom:10px;
	}

.blockContentTitle{
	width:78%;
	_width:100%;
	clear:both;
	border-bottom:#CCCCCC dotted 2px;
	font-family:Georgia,"Times New Roman","DejaVu Serif",serif;
	font-size:18px;
	color:#333333;
	text-align:left;
	text-decoration:none;
	font-weight:normal;
	padding-top:20px!important;
	padding-bottom:20px!important;
	padding-left:55px;
	height:20px;
	_height:62px;
	background-image:url(../templates/images/content.gif);
	background-repeat:no-repeat;
	background-position:left;
	_margin-bottom:10px;
	}


.blockUserTitle{
	width:78%;
	_width:100%;
	clear:both;
	border-bottom:#CCCCCC dotted 2px;
	font-family:Georgia,"Times New Roman","DejaVu Serif",serif;
	font-size:24px;
	color:#333333;
	text-align:left;
	text-decoration:none;
	font-weight:normal;
	padding-top:20px!important;
	padding-bottom:20px!important;
	padding-left:55px;
	height:20px;
	_height:62px;
	background-image:url(../templates/images/user.gif);
	background-repeat:no-repeat;
	background-position:left;
	_margin-bottom:10px;
	}
	

.block ul {
	list-style:none;
	padding:0 0 0 15px;
	margin:15px 0 0 0;
	_padding:30px 0 0 0;
	clear:both;
	}
.block ul li{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	color:#3278b6;
	text-align:left;
	text-decoration:none;
	font-weight:normal;
	background-image:url(../templates/images/right-icon.gif);
	background-repeat:no-repeat;
	background-position:left;
	margin:0px 0 5px 0;
	}
.block ul li a{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	color:#3278b6!important;
	text-align:left;
	text-decoration:none;
	font-weight:normal;
	width:auto;
	padding:10px 0 0 20px; 
	text-align:left;
	}
.block ul li a:hover{
	color:#333333!important;
	}	
	
h2{
		clear:both;
	}
.block table{
	padding-top:15px;
	clear:both;
	}	


