@import url(popin.css);

/*
*** Main Styles
*/

input,textarea,select
{
	border: 1px solid #6c6c6c;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
}
input,textarea
{
	padding: 3px !important;
}
	
.body_darker
{
	background: #141414;
}

.body_light
{
	background: #d3d3d3 !important;
	padding: 1px !important;
}
	.body_light td,.body_light input,.body_light div,.body_light select,.body_light textarea
	{
		color: #000000;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
	}
	.body_light input,.body_light textarea,.body_light select
	{
		background: #b8b8b8;
		border: 1px solid #6c6c6c;
	}
	.body_light input,.body_light textarea
	{
		padding: 3px !important;
	}
	.body_light .table_header
	{
		background: #3a3a3a;
	}
	.body_light .table_item
	{
		background: #b4b4b4;
	}
	.body_light .table_item_alternate
	{
		background: #a0a0a0 !important;
	}
	.body_light .grouping_content
	{
		background: none;
	}

h1, #folderbar-toolbar strong
{
	color: #aaa;
	font-style: normal;
	text-transform: none;
	font-size: 13px;
}

a
{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3a3a3a;
	color: inherit;
}
	a:Hover
	{
		border-bottom-style: solid;
		text-decoration: none !important;
		border-bottom-color: #b9d946;
		color: #b9d946;
	}
	.nolinkborder
	{
		border-bottom: none;
	}

/*
*** Grouping
*/
.grouping_table
{
}
	.grouping_top{
		height: 31px;
	}
		.grouping_heading
		{
			width: 100%;
			height: 31px;
			background: url(../images/v3_5/console/grouping_bg.gif) repeat-x top left;
			position: relative;
		}
			.grouping_heading h1
			{
				height: 31px;
				margin-top: 0px;
				background: url(../images/v3_5/console/grouping_left.gif) no-repeat top left;
				font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
				font-size: 16px;
				font-weight: bold;
				line-height: 14px;
				font-style: italic;
				color: #333333;
				padding-left: 10px;
				padding-top: 9px;
			}
			.grouping_heading_icons
			{
				height: 31px;
				position: absolute;
				right: 10px;
				top: 0px;
				padding-top: 1px;
			}
			.grouping_heading_icons img
			{
				cursor: pointer;
			}
			.grouping_heading_cap
			{
				width: 5px;
				height: 31px;
				position: absolute;
				right: 0px;
				top: 0px;
				background: url(../images/v3_5/console/grouping_right.gif) no-repeat top right;
			}
	.grouping_filter
	{
		position: relative;
		width: 100%;
		height: auto;
		background:  #000 url(../images/v3_5/console/filter_bg.gif) repeat-x top;
		overflow: hidden;
		padding-top:2px;
		display: none;
		padding-bottom: 15px;
	}
		.grouping_filter table
		{
			padding: 5px;
		}
		.grouping_filter_btm
		{
			position: absolute;
			width: 100%;
			height: 6px;
			bottom: 0px;
			background: #000 url(../images/v3_5/console/filter_bgbtm.gif) repeat-x bottom;
			overflow: hidden;
		}
	.grouping_filterbar
	{
		position: relative;
		width: 100%;
		height: 35px;
		background: #fafafa url(../images/v3_5/console/filterbar_bg.gif) repeat-x top;
		overflow: hidden;
		display: none;
	}
		.grouping_filterbar_text
		{
			height: 35px;
			position: absolute;
			left: 0px;
			top: 0px;
			background: url(../images/v3_5/console/groupingborder_left.gif) repeat-y left;
			padding-top: 5px;
			padding-left: 12px;
			color: #000;
			max-width: 350px;
			overflow: hidden !important;
			white-space: nowrap;
		}
		.grouping_filterbar_icons
		{
			height: 35px;
			position: absolute;
			right: 0px;
			top: 0px;
			padding-right: 8px;
			background: url(../images/v3_5/console/groupingborder_right.gif) repeat-y right;
		}
	.grouping_mid
	{
			background: url(../images/v3_5/console/groupingborder_right.gif) repeat-y right;
			padding-right: 2px;
	}
		.grouping_content
		{
			position: relative;
			width: 100%;
			height: 100%;
			background:  #141414 url(../images/v3_5/console/groupingborder_left.gif) repeat-y left;
			overflow: hidden;
			padding-top:2px;
		}
		.grouping_content_noborder
		{
			background:  #141414 !important;
		}
	.grouping_footer
	{
		height: 5px;
		background: #252525 url(../images/v3_5/console/groupingborder_btm.gif) repeat-x bottom left;
	}
		.grouping_footer_left
		{
			height: inherit;
			width: 100%;
			position: relative;
			background: url(../images/v3_5/console/groupingborder_btm_left.gif) no-repeat bottom left;
		}
			.grouping_footer_cap
			{
				width: 15px;
				height: inherit;
				position: absolute;
				right: 0px;
				top: 0px;
				background: url(../images/v3_5/console/groupingborder_btm_right.gif) no-repeat bottom right;
			}


/*
*** Panels
*/

.panel_divider
{
	width: 100%;
	height: 5px;
	margin-left: 4px;
	margin-right: 4px;
	border-bottom: 0px;
	background: url(../images/v3/misc/groove_hor.gif) bottom repeat-x;
}
	.panel_divider_light
	{
		background: url(../images/v3_5/tables/light_divider.gif) bottom repeat-x;
	}
	.panel_divider_bg
	{
		text-align: center;
	}
		.panel_divider_bg img
		{
			visibility: hidden;
		}

.panel
{
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0 0 0 0;
	margin-bottom: 4px;
	border-top: 1px solid #444;
}
	.panel_small
	{
		height: auto !important;
		margin-left: 2px;
	}

	.panel_top_name
	{
		height: 25px;
		width: 1%;
		max-width: 300px;
		padding-right: 10px;
		padding-left: 10px;
		vertical-align: middle;
		background: #0c0c0c url(../images/v3_5/panels/panelhead_bg_white.gif) repeat-x top left;
		color: #333;
		font-weight: bold;
		font-style: italic;
		font-size: 12px;
		white-space: nowrap;
		border-bottom: 1px solid #000;
	}
		.panel_top_name #modalDivText
		{
			min-width: 100px;
			width: 100px;
			max-width: 300px;
			white-space: nowrap;
		}
		.panel_top_name_grey
		{
			background: #0c0c0c url(../images/v3_5/panels/panelhead_bg.gif) repeat-x top left;
			color: #CCC;
		}
		.panel_top_name_desc
		{
			background: #0c0c0c url(../images/v3_5/panels/panelhead_bg.gif) repeat-x top left;
			color: #CCC;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 11px;
			font-style: normal;
		}

	.panel_top_cap
	{
		width: 1%;
		height: inherit;
		background: #0c0c0c url(../images/v3_5/panels/panelhead_cap_whitedark.gif) no-repeat top left;
		border-bottom: 1px solid #000;
	}
		.panel_top_cap_inner
		{
			width: 14px;
			height: inherit;
		}
		.panel_top_cap_darkwhite
		{
			background: #0c0c0c url(../images/v3_5/panels/panelhead_cap_darkwhite.gif) no-repeat top left;
		}
		.panel_top_cap_darkdark
		{
			background: #0c0c0c url(../images/v3_5/panels/panelhead_cap.gif) no-repeat top left;
		}

	.panel_top_icons
	{
		width: auto;
		height: inherit;
		background: #0c0c0c url(../images/v3_5/panels/panel_bg.gif) top repeat-x;
		text-align: right;
		vertical-align: middle;
		padding-right: 10px;
		border-bottom: 1px solid #000;
	}

	.panel_top_icons span
	{
		cursor: pointer;
	}
	.panel_top_icons img
	{
		cursor: pointer;
		border: none;
		vertical-align: text-top;
		margin-left: 10px;
	}

	.panel_main
	{
		background: #141414;
		padding: 3px;
	}

	.panel_footer
	{
		background-color: #0c0c0c;
		height: 13px;
	}

/*
*** Tables
*/

.table
{
	position: relative;
	width: 100%;
}

	.table_header
	{
		font-weight: bold;
		color: #CCCCCC !important;
		background: #0e0e0e;
		height: 27px;
		padding-left: 10px;
		padding-right: 10px;
		vertical-align: middle;
		margin-bottom: 3px;
		margin-right: 2px;
	}
		.table_header_left
		{
			line-height: 18px !important;
			vertical-align: top;
		}

	.table_header_bar
	{
		height: 20px;
		padding-left: 10px;
		padding-right: 10px;
		vertical-align: middle;
		background: #0c0c0c;
	}

	.table_header_group
	{
		font-weight: bold;
		height: 27px;
		padding-left: 10px;
		padding-right: 10px;
		vertical-align: middle;
		margin-top: 6px;
		margin-right: 2px;
		color: #b9d946;
	}
		.table_header_group_dark
		{
			color: #FFF;
			font-weight: bold;
			text-align: left;
			background: #0c0c0c url(../images/v3_5/tables/grouping_bg.GIF) repeat-x top;
		}

	.table_item
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		background: #202020;
		height: 27px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 4px;
		padding-bottom: 4px;
		vertical-align: top;
		margin-bottom: 1px;
		margin-right: 2px;
		line-height: 18px;
		white-space: nowrap;
	}
		.table_item img
		{
			margin-top: 3px;
		}
		.table_item_alternate
		{
			font-family: Arial, Helvetica, sans-serif;
			background: #2b2b2b;
			height: 27px;
			padding-left: 10px;
			padding-right: 10px;
			vertical-align: top;
			margin-bottom: 1px;
			margin-right: 2px;
		}
		.table_item_lowlite
		{
			color: #999999;
		}
		.table_item strong
		{
			text-transform: capitalize;
			color: #fff;
		}

	.table_item_branch
	{
		background-image: url(../images/v3_5/tables/treebranch.gif);
		background-repeat: no-repeat;
		background-position: 15 3;
		padding-left: 28px;
	}
		.table_item_branch2
		{
			background-image: url(../images/v3_5/tables/treebranch.gif);
			background-repeat: no-repeat;
			background-position: 30 3;
			padding-left: 43px;
		}

/*
** Other
*/

.subcontent_hidden
{
	display: none;
}


.message_unread
{
	color: #fff;
}
	.message_unread span
	{
		font-weight: bold !important;
	}


.message_read
{
	color: #aaa !important;
}
	.message_read span
	{
		font-weight: normal;
	}
	
textarea
{
	font-size: 12px;
}

.button
{
	margin-left: 4px;
	cursor: pointer;
}

.fail_bar
{
	display: block;
	width: 100%;
	background: #000;
	color: #FF3300;
	padding: 3px;
	padding-left: 8px;
	height: 20px;
	margin-bottom: 1px;
	cursor: pointer;
	text-decoration: none;
}
	.fail_bar:Hover
	{
		text-decoration: underline;
	}
	
#Folder_Toolbar a
{
	border: none !important;
}

body.autoScroll
{
	overflow: auto !important;
}

.view_thumbnail
{
	width: 47px;
	height: 47px;
	overflow: hidden;
	display: block;
	border: 1px solid #666666;
}

.view_thumbnail_med
{
	width: 68px;
	height: 68px;
	overflow: hidden;
	margin-right: 2px;
	margin-bottom: 2px;
	display: inline-block;
	border: 1px solid #666666;
}

#map_google div
{
	overflow: visible;
	color: #333333;
}

.modal_rightpanel
{
	width: 224px; 
	height: 98%; 
	margin-left: 2px; 
	margin-top: 1px;
}

.modal_rightpanel380
{
	width: 380px; 
	height: 98%; 
	margin-left: 2px; 
	margin-top: 1px;
}


.modal_mainpanel
{
	width: 685px; 
	height: 98%; 
	margin-left: 2px; 
	margin-top: 1px; 
	overflow: hidden;
}

.modal_mainpanel545
{
	width: 545px; 
	height: 98%; 
	margin-left: 2px; 
	margin-top: 1px; 
	overflow: hidden;
}

.modal-images-navbar
{
	position: absolute;
	width: 230px;
	height: 24px;
	bottom: 3;
	left: 0;
}
		#modal-images-next
		{
			position: absolute;
			right: 0;
			top: 0;
			filter:alpha(opacity=50);
			-moz-opacity:0.5;
			-khtml-opacity: 0.5;
			opacity: 0.5;
			width: 60px;
			height: 22px;
			padding-top: 3px;
			text-align: center;
			background-color: #000;
		}
		#modal-images-prev
		{
			position: absolute;
			right: 134;
			top: 0;
			filter:alpha(opacity=50);
			-moz-opacity:0.5;
			-khtml-opacity: 0.5;
			opacity: 0.5;
			width: 60px;
			height: 22px;
			padding-top: 3px;
			text-align: center;
			background-color: #000;
		}
		
#contentleft
{
	padding-top: 0px !important;
}

.toolbar_right
{
	background: #282828 url(../images/v3_5/toolbar/leftborder.gif) left repeat-y;
}

.indent_border
{
	border-top: 1px solid #090909;
	border-left: 1px solid #111;
	border-right: 1px solid #111;
	border-bottom: 1px solid #333;
	
}

.opacity_50
{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.blank_button
{
	background: url(../images/v3_5/buttons/blank.gif) no-repeat top left;
	width: 25px;
	height: 25px;
	display: block;
	float: left;
	margin-right: 2px;
	color: #000 !important;
	border-bottom: none !important;
	text-align: center;
	padding-top: 2px;
}
.blank_button_selected
{
	background: transparent;
	font-weight: bold;
	color: #fff !important;
	border-bottom: none !important;
}

#table_newfolder
{
	display: none;
}

#save_hidden
{
	display: none;
}

.vMiddle
{
	vertical-align: middle;
}