@charset "UTF-8";
/* CSS Document */

#header {
	background-image:url(../images/layout/header_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width:100%;
	height:180px;
	padding-top:40px;
}

.wrapper {
	width:920px;
	margin-left:auto;
	margin-right:auto;
}

.login_box {
	width:238px;
	height:122px;
	border:1px solid #CCCCCC;
	background-image:url(../images/layout/box_back.gif);
	background-repeat:repeat-x;
	background-position: top left;
	margin-left:80px;
	padding:14px 20px 10px 20px;
	float:left;
}

.login_box table td{
	padding: 3px 0px 3px 0px;
}

.logout_box {
	float:right;
	border:1px solid #CCCCCC;
	background-image:url(../images/layout/box_back.gif);
	background-repeat:repeat-x;
	background-position: top left;
	padding: 10px;
	width:368px;
	margin-bottom:20px;
}

input.button_greenbg {
	background-image:url(../images/buttons/generic-greenbg.gif);
	background-repeat:no-repeat;
	width:83px;
	height:23px;
	background-color:#fff;
	border:0px;
	color:#fff;
	margin:0px;
}

.button_whitebg {
	background-image:url(../images/buttons/generic.gif);
	background-repeat:no-repeat;
	width:115px;
	height:21px;
	background-color:#fff;
	border:0px;
	color:#fff;
	margin:0px;
	padding:4px 0px 0px 0px;
	text-align:center;
}

.button_greybg {
	background-image:url(../images/buttons/generic-greybg.gif);
	background-repeat:no-repeat;
	width:85px;
	height:19px;
	background-color:#fff;
	border:0px;
	color:#fff;
	margin:0px;
	padding:4px 0px 0px 0px;
	text-align:center;
}

a.button_greybg {
	text-decoration:none;
	margin:0px;
	padding:0px;
}

#searchbox {
	width:888px;
	height:50px;
	border:1px solid #CCCCCC;
	background-image:url(../images/layout/box_back.gif);
	background-repeat:repeat-x;
	background-position: top left;
	padding:15px;
	clear:both;
}

.searchbox_nav {
	background-image:url(../images/layout/searchbox_nav_divide.gif);
	background-position:top right;
	background-repeat:no-repeat;
	padding-right:15px;
	padding-left:15px;
	float:right;
	text-align: left;
}

.searchbox_nav_right {
	background-position:top right;
	background-repeat:no-repeat;
	padding-right:15px;
	padding-left:15px;
	float:right;
	text-align: left;
}

.searchbox_nav ul, .searchbox_nav_right ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
}

.searchbox_nav li, .searchbox_nav_right li {
	list-style:none;
	margin: 0px;
	padding: 0px;
}

.searchbox_nav li a, .searchbox_nav_right li a {
	color:#1b3564;
}

.searchbox_nav li a:hover, .searchbox_nav_right li a:hover {
	color:#666666;
	text-decoration:underline;
}

.search_table td {
	padding:0px 0px 2px 0px;
}
	
.results_row {
	width:100%;
	border-bottom:1px solid #c8c3aa;
	margin:12px 0px 15px 0px;
	float:left;
	height:1px;
}

.results_box {
	width:274px;
	margin-right:20px;
	border-right:1px solid #c8c3aa;
	padding-right:20px;
	
	float:left;
}

.results_box_right {
	width:270px;
	height:120px;
	padding-right:20px;
	
	float:left;
}

img.profile_thumb {
	float:left;
	border:1px solid #c8c3aa;
}
.picHolder {
	width: 72px;
	height: 86px;
	overflow:hidden;
	float:left;
	margin-right: 20px;
	margin-bottom:15px;
}

.profile_info {
	float:left;
	width:170px;
	margin-bottom: 10px;
}
.profile_info_large {
	float:left;
	width:240px;
	display: inline;
}

.profile_info h2, .profile_info_large h2 {
	font-weight:bold;
	font-size:14px;
}
.profile_info p, .profile_info_large p {
	margin-bottom: 0.1em;
}

.subnav {
	border:1px #a7a9ac solid;
	background-color:#e7e7e8;
	padding:10px 15px 5px 15px;
	width:168px;
	margin-right:20px;
	float:left;
}

.subnav ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

.subnav li {
	list-style:none;
	margin:5px 0px 15px 0px;
	padding:0px;
	color:#000;
}

.subnav li a{
	list-style:none;
	margin:5px 0px 15px 0px;
	padding:0px;
	color:#000;
}

/* --- GENERIC STYLES --- */

input.form {
	border:1px solid #CCCCCC;
	background-color:#fff;
	width:175px;
}

input.search {
	border:1px solid #CCCCCC;
	background-color:#fff;
	width:250px;
}


.blue12 {
	color:#1b3564;
	font-size:12px;
}
.blue12 a {
	color:#1b3564;
	font-size:12px;
}

.blue11 {
	color:#1b3564;
	font-size:11px;
}

.drop_shadow_box {
	background-image:url(../images/layout/bg.png);
	background-repeat:repeat-x;
	background-position:left top;
	width:100%;
	padding-top:15px;
}

.drop_shadow_box_grey {
	background-image:url(../images/layout/bg.png);
	background-repeat:repeat-x;
	background-position:left top;
	width:100%;
	padding-top:25px;
	height:140px;
	background-color:#e7e7e8;
	margin-bottom:20px;
	
}

ul.footer {
	list-style:none;
	margin:20px 0px 0px 0px;
}

ul.footer li {
	list-style:none;
	float:left;
	color:#1b3564;
	margin:0px 20px 0px 0px;
}

ul.footer li a {
	color:#1b3564;
	font-weight:normal;
}

ul.footer li a:hover {
	color:#1b3564;
	font-weight:normal;
}

.grey_box {
	background-color:#e7e7e8;
}

span.checkbox {
  width: 19px;
  height: 25px;
  padding: 0 0px 0 0;
  background: url(../images/checkbox.gif) no-repeat;
  display: block;
}
span.radio {
  width: 19px;
  height: 25px;
  padding: 0 0px 0 0;
  background: url(../images/radio.gif) no-repeat;
  display: block;
}
span.select {
  position: absolute;
  width: 128px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
  height: 21px;
  padding: 0 24px 0 8px;
  color: #000;
  font: 12px/21px arial,sans-serif;
  background: url(../images/select.gif) no-repeat;
  overflow: hidden;
}

			/* --- DISPLAY FOLDER --- */
			.download_folder {
				width:700px;
				float:left;
			}
			
			.download_folder .border {
				border-bottom:1px solid #a7a9ac;
				margin-bottom:5px;
			}
			
			.download_folder strong {
				
				color:#000;
			}
			
			.download_folder ul {
				margin: 0 0 0 0;
				width: 700px;
			}
			
				.download_folder ul li {
					padding: 8px 0px 8px 0px;	
					list-style:none;
					margin-bottom:5px;
				}
				
				.download_folder ul li a, .download_folder ul li a:link, .download_folder ul li a:visited {
					outline: none;
					text-align: left;
					list-style:none;
					
				}
			
			.download_folder a.folder_link {
				display: block;
				width: 350px;
				height: 26px;
				background: url(../images/expanded.gif) no-repeat left 7px;
				color: #000;
				text-decoration: none;
				
				padding-top:4px;
				padding-left:30px;
					
			}
			
				.download_folder a.folder_link:hover {
					background-position: left 7px;
					text-decoration: none;
				}
			
			.download_folder a.folder_link_collapsed {
				background:url(../images/collapsed.gif) no-repeat left 7px;
			}
			
			.download_folder a.folder_link_expanded {
				background: url(../images/expanded.gif) no-repeat left 7px;
			}
				
			.download_folder .folder_content {
				padding: 0 0 0 30px;
			}
			
			.download_folder .link {
				float:right;
				width:250px;
				padding-top:6px;
			}
			
			.download_folder .link a {
				color:#a7a9ac;
				margin:0px 5px 0px 5px;
			}
			
			.download_folder .download_left {
				float:left;
				width:300px;
				padding-top:6px;
			}
			
			.download_folder .download_right {
				float:right;
				width:300x;
				padding-top:6px;
				text-align:right;
			}
			
			.download_folder .download_right a {
				color:#a7a9ac;
				margin:0px 5px 0px 5px;
			}
			
.approveFiles {
	border: solid 1px #CCCCCC;
	padding: 10px;
	margin-bottom: 10px;
	width: 660px;
}		
.approveFiles .download_left {
				float:left;
				width:400px;
				padding-top:0px;
			}
			
			.approveFiles .download_right {
				float:right;
				width:200x;
				padding-top:10px;
				text-align:right;
			}
			
			.approveFiles .download_right a {
				color:#a7a9ac;
				margin:0px 5px 0px 5px;
			}
			
.drop_shadow_box label, .download_folder label {
	color:#666666;
	font-size: 12px;
    width: 115px;
    float: left;
    text-align: left;
    margin-right: 15px;
    display: block;
	padding-top: 3px;
}
.formholder {
	margin-bottom:10px;
	width:100%;
}
.formsubmit {
	margin-bottom: 10px;
	padding:5px 10px;
	width: 608px;
	text-align:right;
}
input.text, textarea {
	background: #ffffff url("../images/form/input.gif") top right;
	color: #000000;
	border: 1px solid;
	/* border-color: #3399cc #3399cc #66ccff #66ccff; BLUE BORDER */
	border-color: #999999 #999999 #CCCCCC #CCCCCC;
	padding: 1px 2px 2px 2px;
	font-size: 1em;
	width: 500px;
}
input.text2, textarea.smallarea {
	background: #ffffff url("../images/form/input.gif") top right;
	color: #000000;
	border: 1px solid;
	/* border-color: #3399cc #3399cc #66ccff #66ccff; BLUE BORDER */
	border-color: #999999 #999999 #CCCCCC #CCCCCC;
	padding: 1px 2px 2px 2px;
	font-size: 1em;
	width: 185px;
}
.selectmenu {
	width: 186px;
}
.selectmenu2 {
	width: 500px;
}
input.text:focus, textarea:focus {
	border-color: #000000;
}
.style4 {	
	color:#0099CC;
	font-weight: bold;
	width: 300px;
	border: dotted 1px #0099CC;
	background-color: #e5f5fa;
	padding: 8px;
	margin-bottom: 10px;
}
.cms_break {
	border-bottom: solid 1px #E7E7E8;
	padding-bottom:10px;
	margin-bottom:10px;
}
.archive_holder {
	width: 100%;
	padding-bottom:20px;
	clear: both;
}
.archive_pages {
	width:300px;
	float:left;
}
.archive_buts {
	width:320px;
	float:right;
}
.pagingnav a, .pagingnav strong, .pagingnav span {
	background:#bebebe;
	text-align:center;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration: none;
	margin-right: 2px;
	padding: 3px 3px 3px 6px;
}
.pagingnav a:hover {
    background:#bb8d09;
	text-align:center;
	color:#FFFFFF;
	font-weight:normal;
	margin-right: 2px;
}
.pagingholder {
	text-align:right;
}
.left_buttons {
	padding-right: 5px;
	text-decoration:none;
	background-color:#FFFFFF;
	vertical-align:bottom;
	
}
.right_buttons {
	padding-left: 5px;
	background-color:#FFFFFF;
	text-decoration:none;
	vertical-align:bottom;
	
}

.pagingholder .currentpage {
   	background:#bb8d09;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	margin-right: 2px;
}
.item {
		position:relative;
		font-family:arial;		
		overflow:hidden;
		width:100px;
		height: 105px;
		float:left;		
		margin:0px 8px 0px 0px;
	}	
	
		.item .heading, .item .caption {
			position:absolute;
			float:left;
			z-index: 20;
			background: #000;
			padding-top: 5px;
			height:25px;
			width:90px;			
			opacity:0.6;
			filter:alpha(opacity=60);  
		     -moz-opacity:0.6;    
			-khtml-opacity: 0.6; 
		}
		
		.item .heading { 
			
			top:-70px;
		}

		.item .caption { 		
			top: -30px;	
			left: 0px;
		}

		.item .heading span {

			color:#FFF;	
			top:-70px;
			font-weight:bold;
			display:block;
			padding:5px 0 0 10px;
		}
		
		.item .caption span{
			color:#FFF;	
			font-size:11px;
			
			padding:0 6px 0 6px;
		}
#blanket {
background-color: #333333;
opacity: 0.50;
filter:alpha(opacity=50);
position:absolute;
z-index: 151;
top:0px;
left:0px;
width:100%;
}

#popUpUpload {
position: absolute;
width:450px;
z-index: 152;
margin-top: 140px;
background-color:#FFFFFF;
padding: 15px;
}
#popUpFolder {
position: absolute;
width:450px;
z-index: 152;
margin-top: 140px;
background-color:#FFFFFF;
padding: 15px;
}
#popUpLoginDetails {
position: absolute;
width:450px;
z-index: 152;
margin-top: 140px;
background-color:#FFFFFF;
padding: 15px;
}
#popUpContactDetails {
position: absolute;
width:450px;
z-index: 152;
margin-top: 140px;
background-color:#FFFFFF;
padding: 15px;
}
#popUpUpdated {
position: absolute;
width:450px;
z-index: 152;
margin-top: 140px;
background-color:#FFFFFF;
padding: 15px;
}
#popUpUpload label, #popUpFolder label, #popUpLoginDetails label, #popUpContactDetails label {
	color:#666666;
	font-size: 12px;
    width: 115px;
    float: left;
    text-align: left;
    margin-right: 15px;
    display: block;
	padding-top: 3px;
}
/* Drop Down Menus */
.dropDownMenu, .dropDownStatusBar, .dropDownSearch, .dropDownCalendar, .dropDownTopicSearch, .dropDownPermissions{
	visibility: hidden; 
	position: absolute; 
	left: 0px; 
	top: 0px;
}

.dropDownMenu, .dropDownStatusBar, .dropDownPermissions{
	background-color: #F4F4FB;
	border: solid #CCCCCC;
	border-width: 1px;
	height: auto;
	line-height: 18px;
	padding: 6px;
	text-align:left;
	font-style:normal;
}

.downDropParent, .dropDownPermissions, .dropDownMenu a:link, .dropDownMenu a:visited, .dropDownStatusBar a{
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.dropDownMenu a, .dropDownMenu .blue12 a {
	color:#1b3564;
	font-size:12px;
}
.mousecursor {
	cursor: pointer;
}
.highlight {
	color:#00CC00;
	font-weight: bold;
}
.dropDownSearch, .dropDownTopicSearch{
	border: solid #CCCCCC;
	background-color: #F4F4FB;
	border-width: 1px;
	padding: 0px;
	height: 106px;
}

.dropDownSearch{
	height: 90px;
}
.moveFile {
	color:#a7a9ac;
	margin:0px 5px 0px 5px;
}