/* TODO: move */

	
/* Classes */
.clear {
	clear:both;
}

.resource-detail-wrapper a:hover {
	text-decoration:underline;
}

div.help-message {
	-moz-border-radius-bottomleft:3px; 
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px; 
	-moz-border-radius-topright:3px; 
	border-style:solid; border-width:1px; 
	margin:5px 15px 2px 0px; 
	padding: 5px 25px 5px 70px; 
	background-color:#FFFFE0; 
	border-color:#E6DB55; 
	background-image: url(/assets/images/question_large.png); 
	background-repeat: no-repeat; 
	background-position: 13px 7px;
}

div.help-message ul li { list-style-type:square; margin-bottom: 5px;}

#popular-search-categories
{
	padding-top: 5px;
	line-height: 1.5em;
}

.javascript-link {
	cursor: hand;
	color: blue;
}

#popular-search-categories table
{
	margin-left: 5px;
	margin-top: 10px;
}

#popular-search-categories table td
{
	padding: 5px 15px 5px 15px;
	width: 185px;
}

#popular-search-categories table td span
{
	position: relative;
	top: -5px;
	left: 5px;
}

#popular-search-categories table td span:hover
{
	text-decoration: underline !important;
}
	
/* Edit Resource Form */
#edit_resource_form {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px; /* future proofing */
	-khtml-border-radius:5px; /* for old Konqueror browsers */
	margin-bottom:10px;
	padding:10px;
	margin-bottom:20px;
}

#edit_resource_form legend {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;

	
/* future proofing */
	-khtml-border-radius:5px;

	
/* for old Konqueror browsers */
	border:1px solid #DDDDDD;
	width:150px;
	padding:10px;
	background:#EEEEEE;
	font-size:1em;
}

#or-label {
	position: relative;
	font-style: italic;
	margin: 15px;
	font-size: 1.4em;
}
	
/* Wrapper */
.resource-wrapper {
	/*border-top:1px solid #CCC;*/
	padding: 10px;
}

.resource-download-button {
	padding-top: 7px;
	text-align: right;
	padding-right: 45px;
}

.resource-content {
	color:#000000;
	float:left;
	width:500px;
	padding-left:5px;
	padding-right:10px;
}

.resource-content h2 {
	color:#000000;
	font-size:16px;
	margin:0;
	padding:5px 0 2px 2px;
}

.resource-description {
	padding:2px;
}

.resource-categories {
	padding:2px;
}

.resource-categories span {
	position: relative !important;
	top: 1px !important;
}

.resource-actions {
	margin:0;
	padding:0;
}

.resource-actions a {
	display:inline-block;
	height:69px;
	width:44px;
	float:left;
	margin:10px 5px 0;
	padding:0;
	text-align:center;
}

.resource-actions a span {
	position:relative;
	top:39px;
	font-size:12px;
	text-decoration:underline;
}

.resource-content a:hover {
	text-decoration: none !important;
}

.resource-action-share {
	background-image:url(/assets/images/resources/share.png);
	background-repeat:no-repeat;
	background-position-y:3px;
	background-position-x:3px;
}

.resource-action-comment {
	background-image:url(/assets/images/resources/addscript.png);
	background-repeat:no-repeat;
	background-position-y:3px;
	background-position-x:3px;
}

.resource-action-edit {
	background-image:url(/assets/images/icons/edit.png);
}

.resource-action-delete {
	background-image:url(/assets/images/icons/delete_doc.png);
}

.odd .resource-action-share,.odd .resource-action-comment,.odd .resource-action-edit,.odd .resource-action-delete {
	background-color:#eee;
}

.resource-content ul {
	margin:0;
	padding:0;
}

.resource-data {
	float:left;
	width:130px;
	padding:20px 5px;
}

.resource-data .resource-rating {
	padding:0 0 10px;
	line-height:.6em;
}

.resource-data table {
	margin:0;
	padding:0;
	border-collapse:collapse;
	display:block;
	float:left;
}

.resource-data tr {
	margin:0;
	padding:0;
}

.resource-data .odd td {
	background-color:#eeeeee;
}

.resource-data td {
	padding:2px;
	margin:0;
	line-height:10px;
	height:9px;
	font-size:12px;
}

.sort-select {
	display:block;
	float:right;
	mrargin-top:10px;
}

.resource-download {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-khtml-border-radius:5px;
	float:right;
	padding:5px;
	text-align:center;
}

.resource-download a {
	display:block;
	width:69px;
	height:69px;
}

.resource-downlaod a:hover {
}

.resource-download a span {
	position:relative;
	top:50px;
	text-decoration:underline!important;
}

.resource-download img {
	position:relative;
	top:24px;
}

.advanced-member-resource img {
}

.advanced-member-resource p {
	float:left;
	width:90px;
	font-size:.8em;
	position:relative;
	top:10px;
}

.open-resource {
	position:relative;
	top:10px;
	left:3px;
}

.open-resource:hover {
	text-decoration:underline;
}


	
/* SHARE */
#email-friend {
	clear:both;
}


	
/* Share items */
#share-wrapper .share-item {
	float:left;
	margin-right:10px;
}

#share-wrapper .share-item h2 {
	text-align:center;
}


	
/* Author pane */
.resource-mini-author {
	float:right;
	color:#999;
}

.resource-mini-author a {
	color:#666;
	text-decoration:underline;
}


	
/* Look and feel classes */
.odd {
}


	
/* Borders */
.resource-left,.resource-right,.resource-footer {
	font-size:11px!important;
}


	
/* Panes */
.resource-pane {
	float:left;
	height:140px;
	display:inline;
}


	
/* Left */
.resource-left {
	width:55px;
}

.resource-left img {
	padding:50px 12px 0;
}

.resource-left span {
	line-height:2em;
}


	
/* Center */
.resource-center {
	width:566px;
	padding-top:0!important;
}

.resource-center a {
	text-decoration:none!important;
	color:#115490!important;
}

.resource-center a:hover {
	text-decoration:underline!important;
}


	
/* Right */
.resource-right {
	width:140px;
	float:right;
	line-height:.8em;
}

.resource-attributes td {
	padding-right: 20px;
}

.resource-right #rating {
	line-height:1.5em;
	display: inline;
}

.resource-right .ratings_title {
}

.resource-right input {
	margin:10px 5px -5px;
}

.resource-right p {
	font-size:11px;
}


	
/* Footer */
.resource-footer {
	float:right;
	width:728px;
	margin-top:-1px;
}


	
/* Footer buttons */
.resource-left-buttons,.resource-left-buttons a {
	float:left;
}

.resource-image {
	width: 140px;
	height: 105px;
	margin: 20px 20px 5px 20px;
}

.advanced-image {
	position: relative;
	left: 40px;
}

.javascript-link:hover {
	cursor: pointer;
}

.resource-image-container {
	float: right;
}

.resource-left-buttons span,.resource-detail-wrapper span {
	position:relative;
	top:-6px;
	margin:0 10px 0 2px;
}

.resource-right-buttons {
	float:right;
}

.resource-right-buttons span {
	position:relative;
	top:-6px;
	margin:0 2px 0 0;
}


	
/* End Panes */

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

	
/* DETAIL */

	
/**********/
.resource-detail-wrapper {
	clear:both;
	width:750px;
	float:left;
}

#right-resource-stats {
	float:right;
	margin-top:40px;
	line-height:1.5em;
	margin-bottom:20px;
}


	
/* Stats pane */

	
/*.resource-stats { width: 190px;}*/

	
/* Author pane */
.resource-full-author {
	width:300px;
	margin-bottom:10px;
}

.resource-full-author a {
}


	
/* Controls */
.resource-controls {
	padding:10px;
	clear:both;
	background:#f2f2f2;
}

.resource-controls-left {
	float:left;
}

.resource-controls-left span{
	position: relative;
	top: -5px;
}
.resource-controls-right {
	float:right;
}

.resource-detail-wrapper .resource-title {
	font-size: 2em !important;
}
	
/* Report links */
.resource-report {
	margin-left:20px;
}


	
/* Comments */
.comment-form input[type=text] {
	margin:10px 0;
	width:400px;
	padding:2px;
	font-size:1.3em;
}

.comment-form textarea {
	width:400px;
	height:150px;
	margin:10px 0;
}

.comment-wrapper {
	background:#eee;
}

.comment-header-title {
	float:left;
}

.comment-header-date {
	float:right;
}

.comment-controls {
	text-align:right;
}

.comment-report {
	text-align:right;
}

.resource-deatil-wrapper .resource-stats {
	line-height:1.5em;
}

#category {
	border:1px solid #DDDDDD;
	width:128px;
}

#resource_tabs select {
	width:150px;
	padding:2px;
	border:1px solid #D6D3D3;
	background-color:#F8F7F6;
	font-size:12px;
}

#resource_tabs label {
	color:#747474;
	display:block;
	float:left;
	font-size:11px;
	font-weight:bold;
	padding-top:10px;
	width:172px;
}

#resource_tabs .submit {
	width:100px;
}

#resource_tabs .left_float_resource {
	width:200px;
	height:40px;
	float:left;
	padding-left:20px;
	margin-top:6px;
}


	
/*** HEADER ****/
#resources_header {
	width:735px;
	height:260px;
	background-image:url(/assets/images/resources/toolbox_banner4.jpg);
	background-repeat:no-repeat;
	margin:5px 0 0 2px;
	padding-bottom:30px;
}

#resources_header .search_header_title {
	margin-left:20px;
	padding-top:12px;
}
#resource_tabs {
}

.search-header-title {
	color:#FFF;
	padding:20px 0 0 20px;
}

.search_h1 {
	font-size:22px;
}

.search_h2 {
	font-size:20px;
	font-weight:bold;
}

.search_paragraph {
	font-size:12px;
}

.search_tabs {
	padding-left:0;
	margin-bottom:5px;
}

.search_tabs li {
	display:inline;
	color:#000;
	margin-left:15px;
	padding:4px 6px 6px 6px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:0px;
	-moz-border-radius-bottomleft:0;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0;
	position: relative;
	top:3px;
}

.search_tabs li a {
	color:#000;
	font-size:11px;
	font-weight:bold;
}

.search_tabs li.search_active {
	background-color:#fff;
}

#popular_table {
	margin-left: 15px;
	border: none;
}

#popular_table td {
	padding: 10px;
	margin: 0px;
	width: 50%;
}

#popular_table a {
	color:#000;
}

.search_white_area {
	background-color:#FFF;
	height:168px;  /* origional size was 178 */
	width:450px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	border-bottom: 1px solid #adc8dc;
	border-left:1px solid #adc8dc;
	position: relative;
	left: 5px;
}

.odd {
	background:#eee;
}

.even a:hover,.odd a:hover {
	text-decoration:none!important;
}


	
/* Datepicker
----------------------------------*/
.ui-datepicker {
	width:17em;
	background-color:#F8F8F8;
}

.ui-datepicker .ui-datepicker-header {
	position:relative;
	padding:.2em 0;
	background-color:#CCC;
}

.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next {
	position:absolute;
	top:2px;
	width:1.8em;
	height:1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover {
	top:1px;
}

.ui-datepicker .ui-datepicker-prev {
	left:2px;
}

.ui-datepicker .ui-datepicker-next {
	right:2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
	left:1px;
}

.ui-datepicker .ui-datepicker-next-hover {
	right:1px;
}

.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span {
	display:block;
	position:absolute;
	left:50%;
	margin-left:-8px;
	top:50%;
	margin-top:-8px;
}

.ui-datepicker .ui-datepicker-title {
	margin:0 2.3em;
	line-height:1.8em;
	text-align:center;
}

.ui-datepicker .ui-datepicker-title select {
	font-size:1em;
	margin:1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
	width:100%;
}

.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year {
	width:49%;
}

.ui-datepicker table {
	width:100%;
	font-size:.9em;
	border-collapse:collapse;
	margin:0 0 .4em;
}

.ui-datepicker th {
	padding:.7em .3em;
	text-align:center;
	font-weight:bold;
	border:0;
}

.ui-datepicker td {
	border:0;
	padding:1px;
}

.ui-datepicker td span,.ui-datepicker td a {
	display:block;
	padding:.1em;
	text-align:center;
	text-decoration:none;
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image:none;
	margin:.7em 0 0;
	padding:0 .2em;
	border-left:0;
	border-right:0;
	border-bottom:0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float:right;
	margin:.5em .2em .4em;
	cursor:pointer;
	padding:.2em .6em .3em;
	width:auto;
	overflow:visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float:left;
}


	
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width:auto;
}

.ui-datepicker-multi .ui-datepicker-group {
	float:left;
}

.ui-datepicker-multi .ui-datepicker-group table {
	width:95%;
	margin:0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width:50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width:33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width:25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
	border-left-width:0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width:0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear:left;
}

.ui-datepicker-row-break {
	clear:both;
	width:100%;
}


	
/* RTL support */
.ui-datepicker-rtl {
	direction:rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
	right:2px;
	left:auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
	left:2px;
	right:auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right:1px;
	left:auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
	left:1px;
	right:auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear:right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float:left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
	float:right;
}

.ui-datepicker-rtl .ui-datepicker-group {
	float:right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
	border-right-width:0;
	border-left-width:1px;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width:0;
	border-left-width:1px;
}


	
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
	display:none;

	
/*sorry for IE5*/
	display:block;

	
/*sorry for IE5*/
	position:absolute;

	
/*must have*/
	z-index:-1;

	
/*must have*/
	filter:mask();

	
/*must have*/
	top:-4px;

	
/*must have*/
	left:-4px;

	
/*must have*/
	width:200px;

	
/*must have*/
	height:200px;

	
/*must have*/
}


	
/* Dialog
----------------------------------*/

	
/* Featured Item */
.featured_wrapper {
	width:175px;
	height:200px;
	float:left;
}

.featured_image {
}


	
/**Broadcasts */
.broadcast_item {
	width:700px;
	border-bottom:1px solid #CCC;
	min-height:75px;
	margin-bottom:10px;
}

.broadcast_watch {
	float:right;
	width:75px;
}

.broadcast_title {
	font-weight:bold;
	font-size:13px;
}

.broadcast_description {
	font-size:11px;
}

.broadcast_float_left {
	float:left;
}

.advanced_resource_area {
	float:right; 
	text-align:center; 
	padding:4px;
	color: #333333;
}
