﻿/* DEFAULTS
----------------------------------------------------------*/
body
{
	margin: 0;
	padding: 0;
	line-height: 1.7em;
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(headerGradient.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	height:auto;
}

a:link, a:visited
{
	color: #2f5e9e;
	text-decoration: none;
	font-weight: normal;
}
a:active, a:hover
{
	color: #9f1a04;
	text-decoration: underline;
}

p
{
	margin: 0px;
	padding: 0px;
}

img
{
	margin: 0px;
	padding: 0px;
	border: none;
}

/* HEADINGS   
----------------------------------------------------------*/

h1
{
	margin: 0px;
	padding: 2px 0;
	font-size: 30px;
	font-weight: bold;
}

h2
{
	margin: 0 0 10px 0;
	padding: 10px 0;
	font-size: 20px;
	font-weight: bold;
	color: #e48009;
}

h3
{
	margin: 0 0 10px 0;
	padding: 0px;
	font-size: 20px;
	font-weight: bold;
	color: #9f1a04;
}

h4
{
	font-size: 1.1em;
}

h5, h6
{
	font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
	margin-top: 0px;
}

div.menu
{
	padding: 0px;
	margin: -10px 0px 0px 0px;
	border-bottom-width: 2px;
	border-bottom-style: none;
	border-bottom-color: #FFFF66;
	height: 35px;
}

.loginControl
{
    display: inline-block;
	float: left;
	/*margin: -30px 0px 0px -180px;*/
	padding-top:22px;
	padding-right:30px;
	color:#2F5E9E;
}

.title
{
	display: inline-block;
	text-align: left;
	width: auto;
	color: white;
	float:left;
}

div.menu ul
{
	width: 600px;
	list-style: none;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}

div.menu ul li
{
	padding: 0px;
	margin: 0px;
	display: inline;
}

div.menu ul li a
{
	position: relative;
	float: left;
	display: block;
	width: 80px;
	margin-right: 2px;
	height: 35px;
	padding: 0px;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	outline: none;
}

div.menu ul li a span
{
	position: absolute;
	top: 0px;
	right: -2px;
	width: 2px;
	height: 35px;
	background: url(divider.png) right no-repeat;
}

div.menu li a:hover, #menu li .current
{
	background-image: url(menu_mouse_hover.png);
	background-repeat: no-repeat;
	background-position: top;
}

div.menu li .last span
{
	background: none;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
	width: 100%;
	margin:0;
}

.header
{
  float:left;
  clear:left;
	position: relative;
	padding: 0 0 0 5px;
	/*height: 30px;*/
	height:56px;
	overflow:visible;
	width:98%;
	min-width:1024px;
	z-index:3000;
}

.header h1
{
	font-weight: 700;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	color: #f9f9f9;
	border: none;
	line-height: 2em;
	font-size: 2em;
}

.panelContent
{
    width:100%;
    float:left;
    position:relative;
    clear:left;
    height:100%;
}

.main
{
	padding:0;
	margin: 0;
	height: 100%;
	/*background-color: #F6F9FF;*/
	background-position: center top;
	background-repeat: no-repeat;
}

.leftCol
{
	padding: 15px;
	margin: 0px;
	width: 200px;
	min-height: 420px;
}

.footer
{
	color: #4e5766;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	text-align: center;
	line-height: normal;
	background-image: url(pixel.png);
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: none;
	border-bottom-color: #FFFF66;
	height: 35px;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
	margin: 1em 0px;
	padding: 1em;
	border: 1px solid #ccc;
}

fieldset p
{
	margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
	display: block;
}

fieldset label.inline
{
	display: inline;
}

legend
{
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px 4px 8px 4px;
}

input.submitButton
{
	float: right;
	margin: 0px 10px 0px 0px;
}

input.textEntry
{
	width: 320px;
	border: 1px solid #ccc;
}

input.passwordEntry
{
	width: 320px;
	border: 1px solid #ccc;
}

div.accountInfo
{
	width: 380px;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
	clear: both;
	height: 0px;
}

#imgLogo1
{
  float:left;
  padding-right:5px;
}

.menu2
{
    overflow:visible!important;
    padding-top:17px;
    float:left;
    padding-right:30px;
    vertical-align:middle;
    z-index:1500;
}
#menu
{
    z-index:100;
}

.loginDisplay
{
	font-size: 1.1em;
	display: block;
	text-align: right;
	padding: 0px;
	margin-right:100%;
	color: White;
	width: auto;
}

.loginDisplay, .loginControl a, .loginControl a:link
{
	color:#2F5E9E;
}

.loginDisplay a:visited
{
	color: white;
}

.loginDisplay a:hover
{
	color: white;
}

.loginDisplay span
{
	margin: 12px 20px 0px 0px;
}

.failureNotification
{
	font-size: 1.2em;
	color: Red;
}

.bold
{
	font-weight: bold;
}

.divTreeview
{
	min-height: 100px;
	width: 330px;
	float: left;
	vertical-align: top;
	border-right-width: 2px;
	border-right-style: none;
	border-right-color: #0099FF;
	padding-right: 15px;
	margin-top: 13px;
	overflow: auto;
}

.divTreeViewAssocEnt
{
	min-height: 260px;
	/*max-height: 460px;*/
	overflow: auto;
}

.divGridDocuments
{
	width: 750px;
	float: right;
	vertical-align: top;
	margin-right: 50px;
	margin-left: -100px;
}

.divDefinePropLeft
{
	width: 250px;
	height: 300px;
	float: left;
}

.divDefinePropRight
{
	width: 300px;
	float: right;
	height: 300px;
	vertical-align: top;
}

.definePropLeftText
{
	width: 50px;
	float: left;
}

.definePropLeftControls
{
	width: 180px;
	float: right;
}

.divFolderSections
{
	padding: 3px 3px 2px 3px;
}

.divSectionDocuments
{
	height: 250px;
}

.slide
{
	float: right;
	margin: -35px 560px 0px 0px;
	width: 30px;
	height: 20px;
}

.theme
{
	font-size: 11px;
	color: #EAEAEA;
	font-weight: bold;
	float: right;
	width: 100px;
	margin: -50px 280px 0px 0px;
}

#comments2
{
	float: right;
}
#comment-wrapper2
{
	position: relative;
}
#commentWrapper2
{
	/* required to avoid jumping */
	position: absolute;
	width: 600px;
	float: left;
}
#comment2
{
	position: fixed;
	top: 0;
	margin-top: 100px;
	padding-top: 80px;
}

.mainDiv
{
	margin: 0; 
	height:100%; 
	width:100%;	
}

.pdHead
{
	padding: 0px 0px 0px 300px;	
}

/* LOGIN FORM   
----------------------------------------------------------*/
#lg
{
  margin-left:auto;
  margin-right:auto;
  margin-top:auto;
  margin-bottom:auto;
  width:400px;
  height:400px;
  vertical-align:middle;
  margin-top:100px;
}

body
{
  height:100%;
}

#MainContent, #BodyContent
{
  width:100%;
  height:100%;
}