#Form1{
	min-width: 958px;
}

body{
    background: #fff url('images/body-bg.png') repeat-x 0 5.6em;    
}

#pgtable{
	padding: 0;
	position: relative;
	margin: 0;
	/*float: left; removed by LY, 3/19/12, it causes code popup window titlebar too tall*/
	overflow:visible;
}

#mainContent{
	padding: 0;
	margin: 2em 0 0 0;
	position: relative;
	float: left;
	min-width: 0;
	padding-left: 13em;
}

.limited #mainContent
{
    margin: 2em auto;
    float: none;
    width: 90%;
}

#secondaryContent{
	margin-left: 13em;
	width: 16em;
	left: 0;
	position: absolute;
	padding: 20px 0;
	background: #eee url('images/body-bg.png') repeat-x 0 -6.3em;
	overflow-x: auto;
	overflow-y: hidden;
}

#secondaryContent + #mainContent{
	padding-left: 30em;
}
/*Updated by LY, 9/13/10, the quick/advanced links weren't at bottom for Firefox*/
.pgTopLinks, .pgTopLinks img{
	vertical-align: bottom;
	font-size: 1.2em;
}

.iqwpMyWorkBox{
    border: 1px solid #ddd;
    padding: 3px;
}

.iqwpPeopleSearch{
    min-height: 26px;
    overflow: hidden !important;
}

.iqwpPeopleSearch>label{
	vertical-align: middle;
	line-height: 26px;
}

.webpart-data>div.iqwpDocDir{
    padding-bottom: 2px !important;
}

.pageSearchActions{
	position: fixed;
	top: 150px;
	left: 70%;
	background: #fff;
	border: 1px dotted #000;
	padding: 3px 8px 3px 15px;
}
.pageSearchHandle{
	padding: 7px 5px;
	background: #000;
	left: 2px;
	position: absolute;
	cursor: move;
}
.pageSearchHandle:nth-child(1){
	padding: 14px 5px 13px;
}

#HeaderZone, #HeaderZone table, #FooterZone, #FooterZone table, .webPartZoneClass table{
	width: 100%;
	border: none !important;
}

.catalog-mode{
	border-bottom: 1px solid #000;
	width: 100%;
}
.catalog-mode h4{
	margin: 0;
}
.catalog-mode h4 a, .catalog-mode h4 a:visited, .catalog-mode h4 a:hover{
	color: #00f;
	text-decoration: none;
}
.catalog-contents{
	background-color: #425B99;
	color: #fff;
}
#WebPartUI_btnReset{
	color: #fff;
}

.webpart-editmenu{
	background-color: #425B99;
	display:none;
}
.webpart-editmenu h4{
	margin: 0;
	text-align:right;
}
.webpart-editmenu h4 a, .webpart-editmenu h4 a:hover{
	margin: 0 2px 0 0;
	color: #fff;
}

#WebPartUI_pnlConfig{
	white-space: nowrap;
	display: none;
}
.catalog-vert{
	width:0;
	position: absolute !important;
	left:0;
	z-index: 500000;
}
.catalog-mode .catalog-vert ul li{
	display: block;
	white-space: nowrap;
}
.catalog-vert .ui-draggable-dragging{
	width: 300px !important;
	display: block !important;
	height: 20px !important;
	z-index: 50000000000 !important;
}
.webpart-catalog ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.webpart-catalog ul li{
	display: inline-block;
	padding: 5px 15px;
	font-weight: bold;
}

.webpart-catalog li.addPart{
	color: #000;
	margin: 10px;
	background: #fff;
	border: 1px dashed #ccc;
	cursor: move;
}

.webpart-catalog li.addPart input{
	display: none;
}

.webpart-catalog ul li.catalog-submit{
	display: none !important;
}

.webPartZoneClass .ui-droppable.ui-state-active{
	height: 50px;
	background: #ccc;
}

.webPartZoneClass .ui-droppable.ui-state-hover{
	background: #777;
	height: 50px;
}

.webPartZoneClass .ui-droppable.noshow{
	height: 0 !important;
	background: transparent !important;
	border: none;
	position: absolute;
	left: -999em;
}

.webPartZoneClass .ui-draggable-dragging{
	width: 50% !important;
	background: #fff;
}

.webPartZoneClass .draggable{
	width: 100%;
}


.webpart-title{
	background: #425b99 url(images/sidebar-button.png) repeat-x;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	padding-left: 7px;
	cursor: move;
	position: relative;
	padding-right: 56px;
	z-index: 0;
}

.webpart-title span{
	font-size: 0.9em;
}

.webpart-body{
	border: 2px solid #425b99;
	border-top: none;
	width: auto;
	padding: 5px;
}

.webpart-data>div{
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.webpart-chrome{
    z-index: 500000;    
}

.webpart-menu{
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
    white-space: nowrap;
}

.webpart-menu ul{
	margin: 0;
	padding: 2px 5px;
	list-style: none;
	text-align: left;
}

.webpart-menu ul li{
	float: left;
	margin-left: 3px;
}

.webpart-menu a img{
	width: 0;
	height: 0;
	padding: 14px 0 0 14px;
}

.webpart a[title="Delete"]{
    position: absolute;
    left: 5px;
    top: 0;
	display:none;
}

.webpart-editmenu a[title="Delete"]{
    display:block;
}
.webpart-menu a[title="Minimize"] img{
	background: url('../images/icons/wp.png') no-repeat -15px 0;
}
.webpart-menu a[title="Restore"] img{
	background: url('../images/icons/wp.png') no-repeat -30px 0;
}

.webpart a[title="Delete"] img{
	/* background: url('../images/icons/wp.png') no-repeat 0 0; */
	width: 0;
	height: 0;
	padding: 0;
}

.webpart-menu a[title="Edit"] img{
	background: url('../images/icons/wp.png') no-repeat -45px 0;
}


#docdirectory1_pnl_tree_html{
	float: left;
	white-space: nowrap;
}
#docgrid1_pnl_docgrid{
	float: left;
	
	width: 100%;
}
#pnl_event_daily, #pnl_event_search, #pnl_event_unscheduled{
	float: left;
	margin-right: 3em;
	padding-right: 20em;
	position: relative;
}

#eventQuickAddPanel{
	position: absolute;
	right: 1em;
	top: 1.4em;
	]width: 18em;
}

#eventQuickAddPanel>table{
    text-align: center;
}


.limit-panel{
    border: none !important;
}
.limited #lbl_myworkflow{
    font-size: 1.0em;
}
.limited #menudiv
{
    height: 3.28em;
}

.limited .webpart-title
{
    cursor: default;
}

.FieldLabel, .fieldLabel, .fieldLabel{white-space:normal; padding-right: 2px;}
.CritLabel, .critlabel, .critLabel{white-space:normal; padding-right: 2px;}

/* Menu */
.alertBar{
	height: 7em;
	width: auto;
	position: relative;
	z-index: 1001;
	background: #777777 url(images/newer-bg.png) repeat-x scroll 0 0;
	min-width: 100%;
}

.alertBar img{
	border: none;
	vertical-align: -30%;
}

.alertBar div{
	border: 0;
	position: relative;
	top: 0;
}

div.header-logo{
	float: left;
	background: transparent url('images/iq4_logo_64.png') no-repeat;
	margin: 2px 0 0 10px;
	padding: 0;
	width: 64px;
	height: 64px;
	position: relative;
	left: 0;
	top: 0.8em;
}

div.header-logo img{
	display: none;
	margin: 0;
	padding: 0;
}
#alertMenu div#header-search{
	right: 30px;
	position: absolute;
	z-index: 400;
	padding-top: 0;
	top: 3.5em;
	margin: 0;
	overflow: visible;
}

/* input[type=text], select, textarea{
	background: transparent url('images/search-box.jpg') repeat-x;
	border: 1px solid #999;
} */

#searchBar{
	border-color: #000;
	background: #fff url('images/search-box.jpg') repeat-x;
	height: 1.1em;
	width: 143px;
	font-size: 1.2em;
	margin: 3px 25px 0 0;
	color: #777;
}

#searchBarSubmit{
	position: absolute;
	top: 8%;
	right: 0;
}

div#searchBarOptions{
	position: absolute;
	top: 1.8em;
	left: 0;
	background: transparent url('images/search-drop.jpg') repeat-x;
	z-index: 5000;
	padding: 2px;
	width: 145px;
	height: 22px;
	display: none;
	border: 1px solid #000;
	border-top: none;
}
div#searchBarOptions a {
	margin: 0 0 0 10px;
	border: none;
}
div#searchBarOptions img{
	padding: 0 0 2px;
}

.searchBarLabel{
	position: absolute;
	left: -500000px;
}

div#searchBarOptions a.searchBarSelected img{
	border: 2px solid #99240F;
}

#alertMenu{
	float: right;
	white-space: nowrap;
	text-align: right;
	margin-top: 0.2em;
}

#warningsUtil{
	float: left;
}

#alertMenu>div{
	position: relative;
	float: left;
	margin-right: 30px;
	font-weight: bold;
	right: 0;
	padding: 7px 0 0;
	z-index: 100000;
	white-space: normal;
	text-align: left;
}

div.dropMenu{

}

div.dropMenu div{
	padding: 0;
	border: 1px solid #000;
	margin:	0;
	background: #fff;
	z-index: 500000;
	top: 25px;
	display: none;
	right: 0;
	position: absolute;
}

div.dropMenu div li{
	color: #000;
}

div.dropMenu>span{
	/* position: absolute; */
	bottom: -22px;
	right: 0;
	text-align: right;
	padding: 0;
	z-index: -1;
	color: #fff;
}
div.dropMenu>span>a{
	color: #fff;
}


div.dropMenu ul, div.dropMenu div ul {
	list-style: none;
	padding: 5px;
	margin: 0;
	width: auto;
}

/* div#themeSwitcher{
	right: 25em;
	z-index: -1;
} */
#themeSwitchOptions{
	min-width: 12em;
}
#themeSwitchOptions li.themeOption{
    clear: both;
	border-top: 1px solid #000;
	padding-top: 2px;
	position: relative;
}
/*removed the "Padding:0" below by LY, 
solved the Chrome - Themes top part - color potion not showing problem*/
#themeSwitchOptions li.themeOption:first-child{
	border-top: none;
}
#themeSwitchOptions span.themeType{
    float: left;
	padding: 5px 0 0;
	width: 45%;
}
#themeSwitchOptions ul.themeChoices{
    float: right;
	padding: 5px 0 0;
	width: 50%;
	text-align: right;
}

div#themeSwitcher a.themeSelected{
    color: #bbb;
}

#warningsUtil>span>a{
	color: #f00;
}

#alertsUtil>span{
	color: #ccc;
	font-weight: normal;
}

div#alertLinks{
	white-space: nowrap;
}
div#myLinksUtil>div, #helpInfo, div#recentUtil>div{
    min-width: 300px;
}
div#myLinksUtil li, div#recentUtil li{
	margin: 7px;
}
div#recentUtil li a{
    font-weight: normal;
}
#helpInfo a{
	font-weight: normal;
}
#helpInfo a:hover{
	text-decoration: none;
}

div.dropMenu a{
	color: #00f;
}

.alertBar a{
	color: #fff;
	font-weight: bold;
}





#menudiv {
	background: #425b99 url('images/menu-bg.png') repeat-x 0 0;
	overflow: hidden;
	font-size: 1.1em;
	position: relative;
	height: 5.4em;
	margin: 0 -1px;
	border-bottom: 0;
	width: 100%;
	min-width: 100%;
}
	
.menubar {
	border: none;
	background: none;
	margin: 0px;
	position: relative;
	padding-left: 0;
	white-space: nowrap;
	width: auto;
	min-width: 100%;
	float: left;
}
.menubar>li {
	display: inline-block;
	border-left: 1px dotted #989a9a;
	]float:left;
	margin: 0;
	margin-top: -1px;
}
.menubar li:first-child, .menubar li:hover:first-child{
	border-left: none;
}

.menubar>li>a, .menubar>li>a:visited{
	border: none;
	position: relative;
	padding: 0.7em 0.5em 0.5em;
	]padding-bottom: 0.5em;
	color: #fff;
	font-size: 125%;
	display: block;
	background: #425b99 url('images/menu-bg.png') repeat-x 0 1px;
	height: 1.24em;
	float: left;
	margin: 0;
}

.menubar>li>a.menu-tab-hover{
	background-color: #678EEF;
}	

.menubar>li.tabmenu-selected>a{
	background: #fff url('images/body-bg.png') repeat-x 0 0;
	]padding-top: 0.7em;
}

li.tabmenu-selected a, li.tabmenu-selected a:hover, li.tabmenu-selected a:visited{
	color: #000;
}

.menubar>li:first-child>a{
	border-left: none;
}	

.submenu{
	display: none;
	position: absolute;
	top: 3em;	
	padding: 0;
	margin: 0;
	left: 0;
	background: #678EEF url('images/menu-bg.png') repeat-x 0 -3em;
	min-width: 100%;
}

.submenu li, .submenu li:visited, .submenu li:hover{
	height: 2.4em;
	display: inline-block;
	border-left: 1px dotted #989a9a;
	]float:left;
	margin: 0;
}

.submenu li a, .submenu li a:visited, .submenu li a:hover{
	padding: 0.7em;
	font-size: 95%;
	font-weight: bold;
	background: transparent !important;
	color: #fff;
	border: none;
	position: relative;
	display: block;
	float: left;
	margin: 0;
}

.tabmenu-selected .submenu{
	display: block;
	background: #fff url('images/body-bg.png') repeat-x 0 -3em;
}

li.tabmenu-selected ul.submenu li a{
	color: #000;
}

.tabmenu-selected .submenu a:hover{
	color: #000;
}

.tabmenu-selected .submenu .submenuhighlighted{
	color: #99240f !important;
	font-weight: bold;
}

.submenu-hover-bar{
	display: none;
}

#IQMenu_lblPGtitle, #IQMenu1_lblPGtitle{
	display: none;
}