@charset "utf-8";
#pagetitle {
	font-size: 20px;
	color: #189fbf;
}
#pagesubtitle {
	font-size: 18px;
	color: #189fbf;
}
#pagelink {
	font-size: 13px;
	line-height: 14px;
	font-style: italic;
	color: #189fbf;
	text-decoration: none;

}
a#pagelink:link {
	font-size: 13px;
	font-style: italic;
	line-height: 14px;
	color: #189fbf;
	text-decoration: none;
}
a#pagelink:visited {
	font-size: 13px;
	line-height: 14px;
	font-style: italic;
	color: #189fbf;
	text-decoration: none;
}
a#pagelink:hover {
	font-size: 13px;
	line-height: 14px;
	font-style: italic;
	color: #189fbf;
	text-decoration: underline;
}
#pagemore {
	clear: both;
}


#mainspace_20 {
	height: 20px;
}
#mainspace_10 {
	height: 10px;
	width: auto;
}
#mainspace_5 {
	height: 5px;
}






.button {
	display: block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .4em 0em .45em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .3em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.button:hover {
	text-decoration: none;
}

.button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

.medium {
	font-size: 12px;
	color: #d9eef7;
	padding: .5em 1.2em .5em;
}

.small {
	font-size: 11px;
	color: #d9eef7;
	padding: .3em 1em .3em;
}

.blue {
	color: #d9eef7;
	border: solid 1px #2cafe3;
	background: #2cafe3;
	background: -webkit-gradient(linear, left top, left bottom, from(#2cafe3), to(#49c1f0));
	background: -moz-linear-gradient(top,  #2cafe3,  #49c1f0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}

.blue:hover {
	background: #00a9e0;
	background: -webkit-gradient(linear, left top, left bottom, from(#7bddfd), to(#00a9e0));
	background: -moz-linear-gradient(top,  #7bddfd,  #00a9e0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}

.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#2cafe3), to(#49c1f0));
	background: -moz-linear-gradient(top,  #2cafe3,  #49c1f0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

.blue:link{
	color: #d9eef7;
}

.blue:visited{
	color: #d9eef7;
}

.inputstyle {
	border: 1px solid #d0d0d0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	vertical-align: middle;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	color: #333;
	background-color: #fcfcfc;
}


input#inputstyle:focus
{
	font-size: 11px;
	line-height: 11px;
	color: #d0d0d0;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #2d3035;
	
	
}
select#inputstyle:focus {
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	color: #d0d0d0;
	background-color: #2d3035;
}

#formlabels {
	font-size: 12px;
	color: #333;
	text-align: right;
	vertical-align: middle;
	height: 20px;
	width: 150px;
	padding-right: 10px;
	}
#formspace {
	height: 10px;
	width: 150px;
}
#direction {
	font-size: 13px;
	font-style: italic;
	color: #189fbf;
	padding-left: 10px;
}
#tablepadding {
	height: auto;
	width: 400px;
	margin-top: 25px;
	margin-left: 25px;
	}
#uploadspace {
	height: 25px;
	width: 499px;
	}

#prompter {
	font-size: 16px;
	text-align: center;
	color: #189fbf;
	font-weight: bold;
	}
#filedate {
	height: auto;
	width: 70px;
	font-size: 11px;
	line-height: 11px;
	vertical-align: middle;
	font-style: italic;
	color: #999;
	}
#fileitems {
	width: 449px;
	font-size: 14px;
	vertical-align: middle;
	height: auto;
	padding-top: 5px;
	word-wrap: break-word;
	text-wrap: normal;
	}
#fileviews {
	font-size: 10px;
	color: #999999;
	clear: left;
	padding-bottom: 5px;
}

	#usersearch-text {
	color: #bcbcbc;
	font-size: 11px;
	line-height: 11px;
	height: 21px;
	width: 350px;
	padding-top: 2.5px;
	padding-bottom: 2.5px;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	border: 1px solid #d0d0d0;
	background-image: url(../image/search.png);
	font-family: Arial, Helvetica, sans-serif;
	}

	#usersearch-button {
	left: -10px;
	width: 50px;
	height: 28px;
	position: relative;
	left: -6px;
	border: 1px solid #adc5cf;
	background: #e4f1f9; /* Old browsers */
	background: -moz-linear-gradient(top, #e4f1f9 0%, #d5e7f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4f1f9), color-stop(100%,#d5e7f3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e4f1f9 0%,#d5e7f3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e4f1f9 0%,#d5e7f3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e4f1f9 0%,#d5e7f3 100%); /* IE10+ */
	background: linear-gradient(top, #e4f1f9 0%,#d5e7f3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f1f9', endColorstr='#d5e7f3',GradientType=0 ); /* IE6-9 */
	color: #7da2aa;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}
#gobacklink {
	font-size: 14px;
	font-style: italic;
	line-height: 14px;
	color: #189fbf;
	text-align: center;
}
