@charset "UTF-8";
/* CSS Document */
/*
* {

	margin: 0px;
padding: 0px;

}
*/

body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #336666;
	font-size: 14px;
	margin-top: 30px;
}

h1 {
	font-size: 28px;
}

a {
	font-size: 14px;

}



h1, h2, h3 {
	color: #336666;

}

h1#welcome {
	text-align: center;
}

#superWrapper {
	margin: auto;
	width: 1000px;

}


#wrapper{
	width: 1000px;
	height: auto;
	position: relative;
	margin: 0px;
	padding-left: 5px;
	background: url(../images/bg_slice.png) repeat-y;
	
	
}

a.popupLink {
	color: white;
	background: #336666;
	padding: 2px;
	cursor: pointer;
	
}

a.popupLink:hover {
	background: #003333;
	text-decoration: none;
	cursor: pointer;
}


#header {
	background: url(../images/header.png) no-repeat;
	height: 106px;
	width: 1000px;
	margin-bottom: -1px;
}

#header .loggedInAs {
	color: white;
	float: right;
	position: relative;
	top: 40px;
	right: 10px;
	font-size:12px;
}

#header a {
	font-size: 10px;
	text-decoration: none;
	color: white;
}

#breadcrumbs {
	color: #336666;
}

#footer {
	background: url(../images/footer.png) no-repeat;
	height: 106px;
	width: 1000px;

}

div#content{
	width: 1000px;
	min-height: 288px; 
}




td#contentWrap {
	/*width: 100%;*/
	width: 774px;
	padding-left: 25px;
	padding-right: 55px;
	padding-top: 0px;
	padding-bottom: 20px;
	vertical-align: top;
	min-height: 288px; 

}

/* NAV */

td#navCol {
	background: url(../images/bg_watercolor.png) no-repeat bottom;
	width: 188px;
	height: 100%;
	padding-left: 2px;
	min-width: 188px;
	vertical-align: top;
	background-position: -3px 100%;
}



#navCol a.navLink {
	display: block;
	background: #336666;
	width: 184px;
	border-bottom: 2px solid white;
	height: 32px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	color: white;

}

#navCol a.navLink:hover {
	background: #003333;
	text-decoration: none;
}


/* END NAV */


/* HOME PAGe */

p#showLoginMsg {
	color: #336666;
	font-weight: bold;
}

td#homePageLeft {
	background: url(../images/bg_watercolor.png) no-repeat bottom;
	width: 188px;
	height: 100%;
	
	min-width: 188px;
	min-height: 288px;
	padding-left: 4px;
	vertical-align: top;
	background-position: -3px 100%;
}

/* END HOME PAGE */


/* DOC MGMT */


.deleteLink {
	line-height: 1.3;
}

#docsByRoleDivWrapper {
	width: 760px;
	float: left;

}

#nonAssociatedDocs {
	width: 760px;
	float: left;

}

p#allUsersNote {
	color: #336666;
}

span.allUsers {
	color: red;
	font-style: italic;
}



#docsByRoleList, #otherDocList, #docsByRoleList li {
	list-style-type:none;


}
#docsByRoleList span {
	font-size: 20px;
}

span.roleDocCategoryHeading {
	font-size: 18px;
	color: #ccc;
	font-weight: bold;
}

.docList {
	border: 1px solid black;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

/*
#docsByRoleList .docList {
	margin-left: -40px;
	margin-bottom: 20px;

}

#docsByRoleList .docList li {
	margin-left: 30px;
}
*/

#upload_button.hover {
	background: url(../images/button.png) 0 56px;
	color: #95A226;		
}

#upload_form {
	margin-left: 20px;
	float: left;
	
}


#document {
	cursor:pointer;
	background: #336666;
	color: white;
	width: 350px;
	height: 33px;
	text-align: center;
}


#document.hover {
	cursor: pointer;
	background: #003333;
}
	

#upload_container {
	border: 1px solid black;
}

#upload_button {
	height: 29px;	
	width: 133px;
	background: url(../images/button.png) 0 0;
	font-size: 14px;
	color: #C7D92C;
	text-align: center;
	padding-top: 15px;
	float: left;
}

a.meetingmins_cat {
	color:white;
	font-size: 16px;
	background:#336666;
}

a.meetingmins_cat:hover {
	text-decoration: none;
}


/* POPUPS ON DOCUMENT MANAGEMENT PAGE */

 #backgroundPopup{  
 display:none;   
 position:fixed;  
 _position:absolute; /* hack for internet explorer 6*/  
 height:100%;  
 width:100%;  
 top:0;  
 left:0;  
 background:#000000;  
 border:1px solid #cecece;  
 z-index:1;  
 }  
 #popupContact{  
/* display:none;  */
 position:fixed;  
 _position:absolute; /* hack for internet explorer 6*/  
 height:384px;  
 width:408px;  
 background:#FFFFFF;  
 border:2px solid #cecece;  
 z-index:2;  
 padding:12px;  
 font-size:13px;  
 }  
 
 #popupContact h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}

/* END POPUPS ON DOC MGMT PAGE */

/* END DOC MGMT   */



/* MANAGE USERS PAGE */



th.username, th.name, th.role {
	padding-left: 10px;
	
}

#usersList td {
	padding-left: 10px;

}

#usersList td.userLinks {
	border-spacing: 0px;
	padding-left: 0px;

}

td.userLinks a{
	background: #336666;
	color: white;
	padding-left: 4px;
	padding-right: 4px;

}

td.userLinks a:hover {
	background: #003333;
	text-decoration: none;
	
}



#usersList th {
	text-align: left;
	font-weight: bold;
}

a, #addUserLink  {
	color: blue;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

td.error {
	font-size: 120%;
	color: #f22;
}

/* END USERS MGMT */
