﻿/* begin blockUI */
div.blockElement, div.blockPage {
    width:  40%;
    top:    30%;
    left:   30%;
    text-align: center;
    background-color: #f00;
    border: 1px solid #ddd;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); 
    -moz-opacity:.70;
    opacity:.70;
    padding: 15px;
    color: #fff;
}
.blockElement h1
{
	font-size:13px;
	
}
div.growlUI { background: url(jqimages/blockUI/check48.png) no-repeat 10px 10px }
div.growlUI h1, div.growlUI h2 {
	color: white; padding: 5px 5px 5px 75px !important; text-align: left
}

/*begin jquery context menu*/
.contextMenu {
	position: absolute;
	width: 190px;
	z-index: 99999;
	border: solid 1px #CCC;
	background: #E9E9E9;
	padding: 0px;
	margin: 0px;
	display: none;
}

.contextMenu LI {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.contextMenu A {
	color: #333;
	text-decoration: none;
	display: block;
	line-height: 20px;
	height: 20px;
	background-position: 6px center;
	background-repeat: no-repeat;
	outline: none;
	padding: 3px 5px;
	padding-left: 28px;
}

.contextMenu LI.hover A {
	color: #FFF;
	background-color: #3399FF;
}

.contextMenu LI.disabled A {
	color: #AAA;
	cursor: default;
}

.contextMenu LI.hover.disabled A {
	background-color: transparent;
}

.contextMenu LI.separator {
	border-top: solid 1px #CCC;
}
.contextMenu LI.cut A { background-image: url(jqimages/contextmenu/cut.png); }
.contextMenu LI.copy A { background-image: url(jqimages/contextmenu/copy.png); }
.contextMenu LI.paste A { background-image: url(jqimages/contextmenu/paste.png); }
.contextMenu LI.edit A { background-image: url(jqimages/contextmenu/page_white_edit.png); }
.contextMenu LI.save A { background-image: url(jqimages/contextmenu/disk_blue.png); }
.contextMenu LI.cut A { background-image: url(jqimages/contextmenu/cut.png); }
.contextMenu LI.copy A { background-image: url(jqimages/contextmenu/page_white_copy.png); }
.contextMenu LI.paste A { background-image: url(jqimages/contextmenu/page_white_paste.png); }
.contextMenu LI.delete A { background-image: url(jqimages/contextmenu/document_delete.png); }
.contextMenu LI.delete2 A { background-image: url(jqimages/contextmenu/delete2.png); }
.contextMenu LI.quit A { background-image: url(jqimages/contextmenu/door.png); }
.contextMenu LI.fax A { background-image: url(jqimages/contextmenu/fax.png); }
.contextMenu LI.email A { background-image: url(jqimages/contextmenu/mail_attachment.png); }
.contextMenu LI.roles A { background-image: url(jqimages/contextmenu/users3_lock.png); }
.contextMenu LI.permissions A { background-image: url(jqimages/contextmenu/user1_lock.png); }
.contextMenu LI.viewdocuments A { background-image: url(jqimages/contextmenu/document_view.png); }
.contextMenu LI.view A { background-image: url(jqimages/contextmenu/view.png); }
.contextMenu LI.properties A { background-image: url(jqimages/contextmenu/information2.png); }
/* end jquery contextmenu */

/* being jquery UI - Themeroller */
.ui-dialog {
	margin: 0; padding: 0; border: 0; outline: 0; text-decoration: none; list-style: none;
	font-family: Verdana, Arial, sans-serif;
	background: #ffffff url(jqimages/ffffff_40x100_textures_01_flat_0.png) 0 0 repeat-x;
	color: #222222;
	border: 4px solid #A4BFCC;
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	z-index: 99999;
}
.ui-resizable .ui-resizable-handle {
	display: block; 
}
body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
.ui-resizable-n { 
	cursor: n-resize; 
	height: 7px; 
	width: 100%; 
	top: -5px; 
	left: 0px;  
}
.ui-resizable-s { 
	cursor: s-resize; 
	height: 7px; 
	width: 100%; 
	bottom: -5px; 
	left: 0px; 
}
.ui-resizable-e { 
	cursor: e-resize; 
	width: 7px; 
	right: -5px; 
	top: 0px; 
	height: 100%; 
}
.ui-resizable-w { 
	cursor: w-resize; 
	width: 7px; 
	left: -5px; 
	top: 0px; 
	height: 100%;
}
.ui-resizable-se { 
	cursor: se-resize; 
	width: 13px; 
	height: 13px; 
	right: 0px; 
	bottom: 0px; 
	background: url(jqimages/222222_11x11_icon_resize_se.gif) no-repeat 0 0;
}
.ui-resizable-sw { 
	cursor: sw-resize; 
	width: 9px; 
	height: 9px; 
	left: 0px; 
	bottom: 0px;  
}
.ui-resizable-nw { 
	cursor: nw-resize; 
	width: 9px; 
	height: 9px; 
	left: 0px; 
	top: 0px; 
}
.ui-resizable-ne { 
	cursor: ne-resize; 
	width: 9px; 
	height: 9px; 
	right: 0px; 
	top: 0px; 
}
.ui-dialog-titlebar {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; text-decoration: none; list-style: none;
	padding: 6px 0 0 6px;
	color: #FFF;
	/*background: #e6e6e6 url(jqimages/blue-header-1.gif) 0 0 repeat-x;*/
	background: url('images/common/panel1-right-header-tile.png') repeat-x left -2px;
	border-bottom: 1px solid #d3d3d3;
	font-size: 83%;
	font-weight: bold;
	position: relative;
	height: 21px;
}
.ui-dialog-title {}
.ui-dialog-titlebar-close {
	background:transparent url(jqimages/close_sprite.gif) no-repeat scroll 0 0;
	border:0pt none;
	height:18px;
	line-height:18px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	outline-color:invert;
	outline-style:none;
	outline-width:0pt;
	padding:0pt;
	position:absolute;
	right:4px;
	text-decoration:none;
	top:4px;
	width:18px;
	z-index:100;
}
.ui-dialog-titlebar-close-hover, .ui-dialog-titlebar-close:hover {
	background: url(jqimages/close_sprite.gif) 0 -18px no-repeat;
}
.ui-dialog-titlebar-close:active {
	background: url(jqimages/close_sprite.gif) 0 0 no-repeat;
}
.ui-dialog-titlebar-close span {
	display: none;
}
.ui-dialog-content {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; text-decoration: none; list-style: none;
	background: #FCFCFC url(images/backgrounds/grey_white1.gif) repeat-x top left;
	color: #222222;
	padding: 6px 8px;	
}
.ui-dialog-buttonpane {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: left;
	border-top: 1px solid #dddddd;
	background: #ffffff;
}
.ui-dialog-buttonpane button {
	margin: .5em 0 .5em 8px;
	color: #555555;
	background: #e6e6e6 url(jqimages/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	border: 1px solid #d3d3d3;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	line-height: 1.4em;
}
.ui-dialog-buttonpane button:hover {
	color: #212121;
	background: #dadada url(jqimages/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	border: 1px solid #999999;
}
.ui-dialog-buttonpane button:active {
	color: #222222;
	background: #ffffff url(jqimages/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
	border: 1px solid #dddddd;
}
/* This file skins dialog */
.ui-dialog.ui-draggable .ui-dialog-titlebar,
.ui-dialog.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

/*
Generic ThemeRoller Classes
>> Make your jQuery Components ThemeRoller-Compatible!
*/

/*component global class*/
.ui-component {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; text-decoration: none; list-style: none;
	font-family: Verdana, Arial, sans-serif;
}
/*component content styles*/
.ui-component-content {
	border: 1px solid #dddddd;
	background: #ffffff url(jqimages/ffffff_40x100_textures_01_flat_0.png) 0 0 repeat-x;
	color: #222222;
}
.ui-component-content a {
	color: #222222;
	text-decoration: underline;
}
/*component states*/
.ui-default-state {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url(jqimages/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	font-weight: normal;
	color: #555555 !important;
}
.ui-default-state a {
	color: #555555;
}
.ui-default-state:hover, .ui-hover-state {
	border: 1px solid #999999;
	background: #dadada url(jqimages/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	font-weight: normal;
	color: #212121 !important;
}
.ui-hover-state a {
	color: #212121;
}
.ui-default-state:active, .ui-active-state {
	border: 1px solid #dddddd;
	background: #ffffff url(jqimages/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
	font-weight: normal;
	color: #222222 !important;
	outline: none;
}
.ui-active-state a {
	color: #222222;
	outline: none;
}

/*hidden elements*/
.ui-hidden {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/
}
.ui-accessible-hidden {
	 position: absolute; left: -99999999px;
}
/*reset styles*/
.ui-reset {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; text-decoration: none; list-style: none;
}
/*clearfix class*/
.ui-clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.ui-clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .ui-clearfix {height: 1%;}
.ui-clearfix {display: block;}
/* End hide from IE-mac */
/* end jquery UI - Themeroller */
/* begin overlay */
/* the overlayed element */
div.overlay {
	
	/* growing background image */
	background-image:url(jqimages/overlay/white.png);
	
	/* dimensions after the growing animation finishes  */
	width:600px;
	height:470px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:40px;
}
div.overlay.s340
{
	background-image:url(jqimages/overlay/white-340.png);
	width:284px;
	height:285px;	
}
div.overlay.s340x250
{
	background-image:url(jqimages/overlay/white-340x250.png);
	width:284px;
	height:204px;
}
div.overlay.s780x565
{
	background-image:url(jqimages/overlay/white-780x565.png);
	width:723px;
	height:519px;	
	padding:30px 32px;	
}
div.overlay.s780x565 div.vertical-scroll
{
	height:468px;
	width:695px;
}
div.overlay.s780x565 div.hdr2.vertical-scroll
{
	height:340px;
}
div.overlay.s780x565 div.hdr1.vertical-scroll
{
	height:370px;
}
/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(jqimages/overlay/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
div.overlay.s340x250 div.close,div.overlay.s340 div.close 
{
	right:10px;
	top:10px;	
}
/* end overlay */
/* begin flexx window */
.flexx-window
{
	background-color: #E9E9E9;
	padding:6px;
	border: solid 1px #333;
	float:left;
	display:none;
}
.flexx-window .inner
{
	background-color: White;
	padding: 4px;
	float:left;
}
.flexx-window .inner .header
{
	font-weight: bold;
	border-bottom: dashed 1px #333;
	float: left;
	clear:both;
	overflow:hidden;
	white-space:nowrap;
}
.flexx-window .inner .header .title-left
{
	float:left;
}
.flexx-window .inner .header .title-right
{
	float:right;
}
.flexx-window .inner .body
{
	clear:both;
	padding-top: 3px;
}
.flexx-window .inner .body table
{
	width:100%;
}
.flexx-window .inner .body table td{padding:2px;}
/* end flexx windows */
/* begin mbMenu */
.menuShadow{
	padding:2px;
	padding-bottom:1px;
	left:-2;
	top:1px;
}
.menuContainer{
	background-color:gray;
}
.menuContainer .line{
	background-color:white;
	width:100%;
	padding-left:-5;
}

.menuContainer .line.title {
	text-align:right;
}

.menuContainer .line.title a{
	color:dimgray;
	font-size:14px;
}
.menuContainer td a{
	text-decoration:none;
	color: #000000;
}
.menuContainer td a:hover{
	text-decoration:underline;
	color: maroon !important;
}
.menuContainer td.voice{
	border-top:1px solid #f3f3f3;
	font-size:93%;
	padding:4px;
}

.menuContainer .separator{
	background-color:#f1f1f1;
	height:1px;
}
.menuContainer td.img{
	border-top:1px solid #f3f3f3;
	text-align:center;
	color: #c3c3c3;
	background-color:#e9e9e9;
	width:22px;
	padding:4px;
}
.menuContainer td.img img{
	width:16px;
}
.menuContainer .textBox{
	padding: 5px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	background-color:#ffffff;
	color: #c3c3c3;
}
.menuContainer .selected td{
	background-color:#f3f3f3;
	background-image:url("jqimages/menu/bgnd_sel_2.jpg")
}
.menuContainer .selected td a{
	color:#000;
}
.menuContainer .disabled td, .menuContainer .disabled td a {
	color: #cccccc;
}
.menuContainer .subMenuOpener{
	background-image:url("jqimages/menu/menuArrow.gif");
	background-repeat:no-repeat;
	background-position:right;
}
/* end mbMenu */
/* begin table dnd */
tr.tDnD_whileDrag td
{
	background: #FFFFCC;
	color: #999;
}
/* end table dnd */