



/* css/_ui.css */

/* CSS file */
html, body {
	height:100%;
	width:100%;
	min-height: 100%;	
	margin:0;
	padding:0;
}
* html #ui_container {
	height: 100%;
}
html *{
	font-family: arial, sans-serif;
}
html {
	background-image:url(images/ui_back.gif);
	background-repeat:repeat;
	background-position:top center;
	background-color:#f8f8f6;
}
body {
	font-size:12px;
	color:#4d4d49;
	background-image:url(images/ui_backtop.gif);
	background-repeat:repeat-x;
	background-position:top center;
	text-align:center;
}
img {
	display:block;
	border:none;
}
a:focus, a:hover, a:active {
	outline:none;
}
#ui_container{
	position:relative;
	background-image:url(images/ui_contentbackdefault.png);
	background-repeat:repeat-y;
	background-position:top center;
	min-height:100%;
	width:990px;
	margin: 0 auto;
	text-align:left;
	z-index:5;
}
#ui_containerhome{
	position:relative;
	background-image:url(images/ui_contentbackhome.png);
	background-repeat:repeat-y;
	background-position:top center;
	min-height:100%;
	width:990px;
	margin: 0 auto;
	text-align:left;
	z-index:5;
}

#ui_header{
	position:absolute;
	top:0px;
	left:16px;
	height:109px;
	width:958px;
	background-image:url(images/ui_headerback.jpg);
	z-index:10;
}
#ui_printtitle{
	position:absolute;
	top:0px;
	left:16px;
	z-index:10;
}
#ui_title{
	position:absolute;
	top:7px;
	left:16px;
	height:70px;
	width:655px;
	z-index:25;
}
#ui_logininfo{
	position:absolute;
	color:#bed5ee;
	font-size:10px;
	top:10px;
	right:26px;
	z-index:30;
	text-align:right;
}
#ui_menu{
	position:absolute;
	top:78px;
	left:26px;
	height:30px;
	width:938px;
	z-index:25;
}
#ui_menu a{
	float:left;
	margin:0px;
	margin-top:9px;
	padding:0px;
}
#ui_contentshadow{
	position:absolute;
	top:109px;
	left:16px;
}
#ui_photo{
	position:absolute;
	top:109px;
	left:16px;
	width:718px;
	height:169px;
}
#ui_sidebarshadow{
	position:absolute;
	top:109px;
	left:735px;
}
#ui_content{
	position:relative;
	margin-left:16px;
	margin-right:16px;
	width:958px;
	z-index:20;
}
#ui_main{
	vertical-align:top;
}
#ui_sidebar{
	vertical-align:top;
}
#ui_mainareahome{
	width:100%;
}
#ui_mainareaside{
	width:688px;
	margin:15px;
}
#ui_mainarea{
	width:928px;
	margin:15px;
}
#ui_sidearea{
	margin:7px;
	width:225px;
}

.ui_mainitem {
	border:1px solid #e8e8e5;
	background-image:url(images/ui_back.gif);
}
.ui_mainitem .ui_padding{
	margin:10px;
}
.ui_sideitem {
	position:relative;
	margin:10px;
	margin-left:4px;
	margin-right:4px;
	border:1px solid #fff;
	background-image:url(images/ui_back.gif);
}
.ui_sideitem .ui_padding{
	margin:1px;
}
#ui_footer{
	background-image:url(images/ui_footerback.gif);
	position:absolute;
	bottom:0px;
	left:16px;
	width:958px;
	height:46px;
	z-index:100;
}
#ui_footerlinks {
	position:absolute;
	width:100%;
	bottom:10px;
	text-align:center;
}
#ui_footerlinks a, #ui_footerlinks a:link, #ui_footerlinks a:visited, #ui_logininfo a, #ui_logininfo a:link, #ui_logininfo a:visited{
	color:#bed5ee;
	font-size:10px;
	text-decoration:none;
	margin-left:3px;
}
#ui_footerlinks a:hover, #ui_footerlinks a:active, #ui_logininfo a:hover, #ui_logininfo a:active{
	color:#fff;
	font-size:10px;
	text-decoration:none;
	margin-left:3px;
}
.hidden {
	display:none;
	visibility:hidden;
}
a, a:link, a:visited{
	color: #369;
}
a:hover, a:active{
	color: #6e9ac6;
}
#ui_leftcolumn{
	float:right;
	width:271px;
	margin-right:1px;
}


#ui_lefttitle{
	position:relative;
	background-image:url(images/ui_titleback.gif);
	background-repeat:repeat-x;
	height:37px;
	width:271px;
}
.ui_titletext{
	position:absolute;
	top:10px;
	left:10px;
	color:#fff;
	font-size:15px;
	font-weight:bold;
}
.ui_subtitletext {
	position: relative;
	top: 4px;
	left: 3px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
}
#ui_programs {
	background-image: url(images/ui_backdark.gif);
	width: 271px;
	margin-top: 1px;
	margin-bottom: 10px;
}

#ui_leftsubtitle {
	position: relative;
	background-image: url(images/ui_subtitleback.gif);
	height: 23px;
	width: 271px;
}
#ui_rightcolumn {
	float:right;
	width:446px;
}
#ui_righttitle {
	position: relative;
	background-image: url(images/ui_titleback.gif);
	background-repeat: repeat-x;
	height: 37px;
	width: 446px;
}
hr {
	border: 0;
	color: #CCCCCA;
	background-color: #CCCCCA;
	height: 1px;
	width: 95%;
	clear: both;
	margin: 0px auto;
	text-align: left;
}

#ui_devserver {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #F00;
	width: 120px;
	height: 24px;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
}

#ui_headersearch {
	position: absolute;
	top: 52px;
	right: 20px;
	z-index: 30;
	width: 260px;
}

#ui_headersearch div {
	display: inline;
	margin: 0px;
	padding: 0px;
	border: none;
}
#ui_headersearch form {
    float: right;
}

#ui_headersearch input[type="text"] {
	font-size: 11px;
	width: 120px;
	margin: 0px;
	padding: 0px;
}
#ui_headersearch select {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
#ui_headersearch input[type="submit"] {
	font-size: 10px;
	width: 40px;
	margin: 0px;
	padding: 0px;	
}
/* css/reports.css */

/* CSS Document */

.app_admin ul {
	list-style-type: none;
	display: inline;
}

.app_admin li {
	display: inline;
	padding: 5px;
	margin: 0;
	margin-right: 10px;
	border: 1px solid #000;
	background-color: #EEE;
	position: relative;
	float: left;
	height: 33px;
	text-align: center;
	width: 85px;
}

div.app_admin ul li a.selected {
	background-color: #EEE;
	color: #00F;
}

.app_admin_results ul, .app_admin_results1 ul, .app_admin_results2 ul, .app_admin_results3 ul, .app_admin_results4 ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
	position: relative;
}

.app_admin_titles li, .app_admin_titles1 li, .app_admin_titles2 li, .app_admin_titles3 li, .app_admin_titles4 li,
.app_admin_results li, .app_admin_results1 li, .app_admin_results2 li, .app_admin_results3 li, .app_admin_results4 li  {
	padding: 5px;
	margin: 0;
	margin-right: 10px;
	border: 1px solid #EEE;
	display: inline;
	position: relative;
	float: left;
	font-size: 10px;
	margin-bottom: 10px;
	height: 80px;
}
.app_admin_titles li, .app_admin_titles1 li, .app_admin_titles2 li, .app_admin_titles3 li, .app_admin_titles4 li {
	text-align: center;
	font-weight: bold;
	height: 50px;
}

.app_admin_titles1 li, 
.app_admin_results1 li {
	width: 200px; 
}
.app_admin_titles2 li,
.app_admin_results2 li {
	width: 450px;
}
.app_admin_titles3 li,
.app_admin_results3 li {
	width: 100px;
}
.app_admin_titles4 li,
.app_admin_results4 li {
	width: 200px; 
}


div .field input {
	margin: 0;
	padding: 0;
	top: 0;
	position: relative;
	display: inline;
}

div .multifield span {
	position: relative;
	top: -6px;
}

div.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

span.new-applicant {
	color: #0B0;
	font-weight: bold;
}

span.reapply {
	color: #900;
	font-weight: bold;
}

/* CSS Document */

div.bio {
	margin: 1em;
}

.extras {
	float: right;
	width: 400px;
}

.bigbox {
	width: 490px;
}

.edit-option a img {
	display: inline;
}

.edit-option {
	margin-left: -20px;
	position: absolute;
	font-size: 11px;
	padding-bottom: 2px;
}

.newrecord {
	font-size: 11px;
	padding-bottom: 2px;
}

.user-notes {
	padding-bottom: 10px;
}

.biohead {
	border-bottom: 1px dotted #C87F29;
	padding-bottom: 2px;
	font-weight: bold;
	margin-bottom: 15px;
}

.directory_entry {
	border-top: 1px solid #CCC;
	padding: 10px;
	margin-bottom: 10px;
}

.directory_entry img {
	float: left;
	clear: left;
	margin-right: 20px;
	margin-bottom: 90px;
}

.directory_button {
	border: 1px solid #CCC;
	background-color: #F5F5F5;
	text-align:center;
	width: 60px;
	padding: 3px 15px 3px 15px;
	font-size: 10px;
	margin-top: 10px;
	position: relative;
	float: left;
	margin-bottom: 10px;
}

.directory_button_long {
	border: 1px solid #CCC;
	background-color: #F5F5F5;
	text-align:center;
	width: 120px;
	padding: 3px 15px 3px 15px;
	font-size: 10px;
	margin-top: 10px;
	position: relative;
	float: left;
	margin-bottom: 10px;
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

.directory_options {
	font-size: 11px;
	color: #555;
	margin-bottom: 10px;
	text-align: center;
}

.directory_warning {
	font-size: 11px;
	color: #FF0000;
	text-align: center;
	margin-top: 20px;
}

.grps {
	font-size: 11px;
	padding-bottom: 10px;
}

div.infoBlock {
	background-color: #F2F2F0;
	padding: 0;
	margin:5px;
}

div.infoBlock h3.infoTitle {
	background-color: #315988;
	color: white;
	font-weight: bold;
	padding: 2px;
	padding-bottom: 3px;
	font-size: 11px;
}

td.infoTitle {
	background-color: #315988;
	color: white;
	font-weight: bold;
	padding: 3px;
	font-size: 11px;
}

.infopad {
	padding:5px;
}

h3.in-line a,
h3.in-line a img {
	display: inline;
}

div.user-details {
	margin-left: 10px;
}

div.user-content {
	margin-left: 10px;
}

.sectionhead {
	background-image: url(images/ui_subtitleback.gif);
	border-bottom: 1px solid #fff;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 4px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
}

div.leftside {
	border-right:1px solid #CCC;
	padding:5px;
	margin-right:160px;
	padding-bottom:40px;
	position:relative;
}

div.rightsidebar {
	float: right; 
	width: 150px;
	background-color: #f4e0a2;
}

div.rightsidebar a {
	display: block;
}

/* css/sidebar.css */

.sidesubhead{
	background-image: url(images/ui_subtitleback.gif);
	border-bottom: 1px solid #fff;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 4px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	margin-bottom: 5px;
}
.sidefeature{
	margin: 0px auto;
	position: relative;
	display: table;
	width: 212px;
	padding-bottom: 11px;
	padding-top: 7px;
	padding-left: 4px;
	color: #4d4d49;
}
.sidefeature a, .sidefeaturealt a, #overviewtext a{
	color: #4d4d49;
}
.sidefeature h4{
	font-size: 12px;
	padding-bottom: 2px;
	margin-bottom: 0px;
}
.sidefeatureicon img {
	display: inline;
	width: 14px;
	height: 14px;
}
.sidefeaturealt{
	margin: 0px auto;
	position: relative;
	display: table;
	width: 212px;
	padding-bottom: 11px;
	padding-top: 7px;
	color: #4d4d49;
	text-align: right;
}
.sideimagecontainer{
	float: left;
	text-align: center;
	width: 67px;
	margin-right: 2px;
	position:relative;
}
.sideimagecontaineralt{
	float: right;
	text-align: center;
	width: 67px;
	margin-left: 2px;
}

.sidedoubleimagecontaineralt{
	float: right;
	text-align: center;
	width: 80px;
	margin-left: 4px;
}
.sideimagecontainer img, .sideimagecontaineralt img{
	margin: 0px auto;
}

a.sideimagetext {
	display: block;
	margin-bottom: .25em;
}

.sideimagetext img {
	float: left;
	margin-right: 5px;
	position:relative;
}
#rsslink img{
	display: block;
	margin: 0px auto;
}
/* for testimonials */
.testimonial {
	padding:  3px;
}
.testimonial img {
	float: right;
	margin-left: 5px;
	margin-bottom: 3px;
	border: 1px solid #CCC;
}
.quotestart {
	float: left;
	padding: 0 5px 3px 0;
	margin-top: -10px;
}
.quoteend {
	padding: 3px 0 0 5px;
	float: right;
}
.quoter {
	font-size: 11px;
	padding-left: 30px;
	clear: both;
}
.ui_sideitem hr{
	text-align: center;
}
.deadline {
	padding: 5px; 
	text-align: center;
}
/* css/simplepost.css */

.postSubscription{
	float:right;
}
.postSubscription, .postAddComment, .postEditComment, .postEditArticle, .postAddArticle, .postShowAllComments, .postPreviousArticles, .postNextArticles {
	color:#254975;
	font-size:11px;
	font-family:arial;
	font-weight:normal;
}
.postArticles{
	width:100%;
}
.postArticle{
	width:100%;
	margin-bottom:10px;
}
.postArticleTitle{
	color:#254975;
	font-size:14px;
	font-family:arial;
	font-weight:bold;
	margin-top:5px;
}
.postArticleAuthor{
	color:#4D4D49;
	font-size:10px;
	font-family:arial;
	font-weight:normal;
	float:left;
}
.postArticleDate{
	color:#254975;
	font-size:10px;
	font-family:arial;
	font-weight:normal;
	float:right;
}
.postArticleContent{
	clear:both;
	padding-top:5px;
}
.postArticleContent p:first-child{
	margin-top:-3px;
}
.postComments{
	display:block;
	width:100%;
	height:auto;
	margin-top:5px;
	clear:both;
}
.postComment{
	clear:both;
	margin-bottom:10px;
}
.postCommentBackground{
	background-image:url(images/ui_back.gif);
	margin-left:120px;
	min-height:75px;
}
.postCommentAuthor{
	color:#4D4D49;
	font-size:10px;
	font-family:arial;
	font-weight:normal;
	text-align:right;
	float:left;
	width:110px;
}
.postCommentAuthor img{
	margin-left:50px;
}
.postCommentDate{
	color:#254975;
	margin:5px 0px 2px 5px;
	font-size:10px;
	font-family:arial;
	font-weight:normal;
}
.postCommentContent{
	margin:0px 0px 10px 5px;
	vertical-align:top;
}
.postEditComment{
	margin:0px 10px 20px 120px;
	float:left;
}
.postEditArticle{
	float:left;
}
.postShowAllComments{
	margin-top:0px;
	margin-left:10px;
}
.postShowAllComments, .postAddComment {
	float:right;
}
.postPreviousArticles{
	float:left;
	margin-right:10px;
}
.postNextArticles{
	float:right;
}
.postAddArticle{
	float:left;
	margin-right:10px;
}
.postPreviousArticles .disabled, .postNextArticles .disabled {
	color:silver;
}
.postMessage{
	margin:10px;
	font-size:14px;
}
input[type=text]{
	border:1px solid #ccc;
	margin-top:2px;
}
input[type=submit]{
	margin-top:5px;
}
.postTitle{
	color:#254975;
	font-size:19px;
	font-family:arial;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:30px;
}
.postCommentBackgroundSmall{
	background-image:url(images/ui_back.gif);
	margin-left:65px;
	min-height:40px;
}

.postCommentAuthorSmall{
	color:#4D4D49;
	font-size:10px;
	font-family:arial;
	font-weight:normal;
	text-align:right;
	float:left;
	width:70px;
}

.postCommentAuthorSmall img{
	margin-left:20px;
}

/* css/default.css */

.hr {
	display: block;
	margin: 5px;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	border: 0px;
	background-color: #e8e8e5;
	color: #e8e8e5;
}

h1, h2, h3, h4, dt {
	display: block;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #254975;
	font-family: arial, 'lucida console', sans-serif;
	margin-top: 10px;
	line-height: normal;
}

h1, h1 a {
	font-size: 20px;
	margin-bottom: 10px;
}

h2, h2 a {
	font-size: 17px;
	margin-bottom: 7px;
}

h3, h3 a, dt {
	font-family: arial, 'lucida console', sans-serif;
	font-size: 14px;
	margin-bottom: 4px;
}

h4, h4 a {
	font-size: 13px;
	margin-bottom: 2px;
}

h1 a, h2 a, h3 a, h4 a, a:hover img {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.mainitem h1, .mainitem h2, .mainitem h3 {
	color: #797974;
}

.page-nav {
	float: right;
	clear: right;
	margin-bottom: 1em;
	padding: 6px 4px 6px 4px;
	position: relative;
	top: -1em;
	background-image: url(images/ui_backdark.gif);
}

.page-nav a {
	text-decoration: none;
	background-image: url(images/ui_backlight.gif);
	padding: 4px 2px 4px 2px;
}

.page-nav a:hover {
	text-decoration: underline;
}

p {
	font-size:12px;
	color: #4d4d49;
	margin-top: 10px;
	margin-bottom: 15px;
}

p img {
	float: left;
	margin-bottom: 5px;
	margin-right: 10px;
}


.smalltext {
	font-size: 11px;
}

.smalltext-img img {
	float:left;
	padding-right:0px;
	position:relative;
}

.smalltext-img {
	font-size: 11px;
}

.captionbox {
	float: right;
	position: relative;
	margin: 10px;
	margin-top: 0px;
	border: 1px solid #e0e0da;
	background-image: url(images/ui_back.gif);
}

.captionbox img {
	position: relative;
	display: block;
	padding: 10px;
}

.captionbox caption {
	caption-side: bottom;
	padding-top: 3px;
	font-size: 10px;
	font-weight: bold;
}

.rightalign {
	text-align: right; 
	padding-right: 5px;
}

.inabox {
	padding: 10px;
	position: relative;
	margin: 10px;
	margin-bottom: 25px;
	border: 1px solid #e0e0da;
	background-image: url(images/ui_back.gif);
}

.alert {
	border: 2px solid #CC6600; 
	padding: 5px; 
	margin: 10px;
}

.centered {
	text-align: center; 
	margin: 0pt auto;
}

ul {
	margin-bottom:10px;
}

.quote {
	padding-top: 10px; 
	width:95%;
}

#ui_contenttable #filelist a img {
	display: inline;
}
.app_link {
	font-weight: bold;
	text-align: center;
	margin: 0px auto;
}
.app_link img {
	display: inline ! important;
}

.inabox img {
	float: left;
	margin:5px;
	position:relative;
}

.error-action {
	padding: 3px;
	border: 1px solid red;
	margin: 5px;
}

.confirm-action {
	padding: 3px;
	border: 1px solid green;
	margin: 5px;
	
}

.showitem {
	padding: 5px;
	clear: both;
}

.notice {
	background-color:#FFCC33;
}

.timeline_table {
	border-collapse: collapse;
	margin: 5px auto;
	padding: 0;
	text-align: left;
}
.timeline_table th {
	background-color: #EFE6BA;
	border: 1px solid #CCC;
	padding: 5px;
}
.timeline_table .arrow {
	border: none; 
	background-color: #FFF;
}
.timeline_table .arrow img {
	padding: 5px;
}
.timeline_table td {
	border: 1px solid #CCC;
	padding: 5px;
}

/* table defaults for a 'standard' data table */

.basictable {
    margin: 0;
	padding: 0;
	border-collapse: collapse;
}

.basictable td, .basictable th, div.basictable {
	margin: 0;
	padding: 5px;
	vertical-align: top;
	font-size: inherit;
	border: 1px solid #CCC;
}

.basictable tr.titles td {
	border: none;
	color: gray;
	font-weight: bold;
}

table.basictable td.header {
	background-color: #DDD;
}

.basictable tr.alt {
	background-color: #ECF3FE;
}
/* ../core/css/debug.css */

/* CSS Document */

div.debug {
}
div.debug table  {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000; 
	font-size: 12px;
	border-collapse: collapse;
	border: 1px solid #000;
	margin: 0;
}

div.debug .header { 
	font-weight: bold; 
	color: #FFF; 
}
div.debug td {
	vertical-align: top;
	padding: 5px;
	border: 1px solid #000;
}
div.debug .error {
	background-color: #F00;
	color: #FFF;
}

/* default */
div.debug td {
	background-color:#FFF;
}
div.debug table, div.debug .header { 
	background-color: #7A7; 
}
div.debug td.key { 
	background-color: #CFC; 
}

/* array */
div.debug .array, div.debug .array td.header { 
	background-color: #77A; 
}
div.debug .array td.key, div.debug table.array tr.titles td { 
	background-color: #CCF; 
}

/* object */
div.debug .object, div.debug .object td.header { 
	background-color: #AA7; 
}
div.debug .object td.key { 
	background-color: #FFC; 
}

/* resource */
div.debug .resource, div.debug .resource td.header { 
	background-color: #A7A; 
}
div.debug .resource td.key { 
	background-color: #FDF; 
}

/* xml */
div.debug .xml, div.debug .xml td.header { 
	background-color: #AAC; 
}
div.debug .xml td.key { 
	background-color: #CCF; 
}

/* ../core/css/ui.css */

/* CSS file */

.progress-bg {
	height: 20px;
	border: none;
	background: url(../core/images/progress-bg.png) repeat-x;
	overflow: hidden;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

.progress {
	height: 20px;
	border: none;
	background: url(../core/images/progress.png) repeat-x;
}


/* ../core/css/compare.css */

/* Compare CSS file */

.match {
	background-color: white;
}

.diff {
	background-color: #CCF;
}

.extra {
	background-color: #CFC;
}

table.compare {
	border-collapse: collapse;
}
table.compare, table.compare td {
	border: 1px solid #CCC;
}

.form div.compare-dir input[type='checkbox'].checkbox, form.form div.compare-dir div.checkradio label {
    font-weight: bold;
    margin-top: 0;
    padding-top: 0;
}

.form div.compare-file input[type='checkbox'].checkbox, .form div.compare-file label {
    margin-top: 0;
    padding-top: 0;
}
/* ../core/css/gallery.css */

.gallery {
	padding: 5px;
}

.file-image {
	text-align: center;
}

.file-image img {
	margin: 0 auto 0 auto;
}

.gallery .file-details, .file-movie .file-details, .file-image .file-details {
	color: #555;
	font-size: 9px;
	font-weight: normal;
}

.gallery .directory .file-details {
    padding-left: 5px;
	color: #555;
	font-size: 12px;
	font-weight: normal;
}

.gallery .directory {
	font-weight: bold;
	clear: left;
	padding-top: 5px;
}

.gallery .directory-icon {
	font-weight: bold;
	clear: left;
	padding-top: 5px;
	height: 260px;
}

.gallery .file {
	font-weight: normal;
	clear: left;
}

.gallery .file-image {
	float: left;
	margin: 5px;
	width: 195px;
	height: 200px;
	padding: 5px 5px 60px 5px;
	list-style-type: none;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #DDD;
	background-color: #EEE;
}

.gallery .file-image img {
	margin: auto;
	border: 1px solid #DDD;
	display: block;
}

ul.gallery {
	list-style-type: none;
}

.file-nav {
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 18px;
}

.file-nav a:hover {
	text-decoration: none;
}

.icon {
	display: block;
	padding-right: 10px;
	padding-bottom: 10px;
}

ul.gallery li.directory {
	width: 220px;
	float: left;
	clear: none;
	padding-bottom: 10px;
}

.back img {
	display: block;
}

iframe.detail, iframe.detail img {
	vertical-align: middle;
	margin: 0 auto 0 auto;
	text-align: center;
}

.file-nav .prev {
	display: block;
	float: left;
}

.file-nav img {
	margin: 0;
	padding: 5px;
	border: 1px solid #565495;
}

.file-nav .next {
	display: block;
	float: right;
}

.file-nav {
	text-align: center;
}

.file-nav-end {
	clear: both;
}
/* ../core/css/selection.css */

/* sliding doors technique for select buttons */
.select_bar_left,
.select_bar {
	margin: 10px;
	float: left;
	width: 100%;
	position:relative;
}

.select_bar_right {
	float: right;
	width: 100%;
	position:relative;
}

div.admin_select_button2, 
div.admin_select_button2_on,
div.select_button2, 
div.select_button2_on {
	display: inline;
	border: none;
	background: none;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0;
	width: auto;
	overflow: visible;					
	text-align: center;	
	white-space: nowrap;	
	height: 17px;
	line-height: 17px;
}

div.admin_select_button2, 
div.select_button2 {
	background: url(../core/images/ui_off.png) no-repeat 0 0;
}

div.admin_select_button2_on,
div.select_button2_on {
	background: url(../core/images/ui_on.png) no-repeat 0 0;
}
div.admin_select_button2 span,
div.admin_select_button2 span a,
div.admin_select_button2_on span,
div.admin_select_button2_on span a,
div.select_button2 span,
div.select_button2 span a,
div.select_button2_on span,
div.select_button2_on span a {
	padding-bottom: 5px;
	height: 17px;
	line-height: 17px;			
	margin: 0;
	color: #FFF;
}

div.admin_select_button2 span,
div.select_button2 span {
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 5px;
	background: url(../core/images/ui_off.png) no-repeat 100% 0;
}

div.admin_select_button2_on span,
div.select_button2_on span {
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 5px;
	background: url(../core/images/ui_on.png) no-repeat 100% 0;
}


div.admin_select_button2 span a, 
div.select_button2 span a {
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	font-style: normal;
	padding-right: 5px;
/*	padding-left: 5px; */
	background: url(../core/images/ui_off.png) no-repeat 100% 0;
}

div.admin_select_button2_on span a, 
div.select_button2_on span a {
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	font-style: normal;
	padding-right: 5px;
/*	padding-left: 5px; */
	background: url(../core/images/ui_on.png) no-repeat 100% 0;
}


.admin_select_button,
.admin_select_button_on,
.select_button,
.select_button_on {
	padding: 0 0 1px 0;
	margin: 0 5px 0 0;
	background: url(../core/images/ui_right_off.png) no-repeat right top;
	border: none;
}

.select_button,
.select_button_on {
	float: right;
	position:relative;
}

.select_bar_left .select_button,
.select_bar_left .select_button_on,
.admin_select_button,
.admin_select_button_on {
	float: left;
	position:relative;
}

.admin_select_button_on a,
.admin_select_button a,
.select_button a,
.select_button_on a {
	color: #FFF;
	display: block;
	background: url(../core/images/ui_left_off.png) no-repeat left top; 
	padding: 1px 10px;
	font-size: 12px;
	font-family: Arial;
	border: none;
	height: 17px;
	text-decoration: none;
}

.admin_select_button_on,
.select_button_on {
	background-image: url(../core/images/ui_right_on.png);
}

.admin_select_button_on a,
.select_button_on a {
	color: #642;
	background-image: url(../core/images/ui_left_on.png);
}



/* end select buttons */



/* ../core/css/fm.css */

#filelist {
	width: 750px;
	border: 1px solid #CCC;
}

#filelist .form {
	padding: 0;
	margin: 0;
}

#filelist .form input {
	font-size: smaller;
	padding: 0;
	margin: 0;
}

#filelist th, #filelist .status {
	background: #DDD;
	color: #000;
}

#filelist-embed td {
	font-size: 11px;
}

#filelist-embed thead, #filelist-embed .status, #filelist-embed .operations {
	display: none;
}

#filelist th {
	padding: 0.5em 0.5em;
	text-align: left;
	font-weight: bold;
}

#filelist .title-links {
	font-size: smaller;
	font-weight: normal;
	float: right;
}

#filelist tr {
	background: #ddd;
}

#filelist tr.odd {
	background: #FFF;
}

#filelist td {
	color: #000;
	font-size: 11px;
	border-top: 0px;
	border-bottom: 0px;
}

#filelist a {
	color: #00F;
	padding: 0.5em;
}

#filelist a img, #filelist img{
	display:inline;
}

#filelist a:hover {
	background-color: transparent;
}

#filelist .long {
	font-weight: normal;
	padding-left: 1em;
}

#filelist .dir .name {
	font-weight: bold;
}

#filelist .thumb {
	float: left;
	width: 50px;
	height: 50px;
	text-align: center;
}

#filelist .icon {
	float: left;
	width: 32px;
	height: 32px;
	text-align: center;
}

#filelist .thumb img, #filelist .icon img {
	margin: 0 auto 0 auto;
}

#filelist .operations {
	font-size: 9px;
	width: 18.75em;
}

#filelist .operations a img {
	font-size: 9px;
	padding-left: .1em;
	padding-right: .1em;
}

#filelist .perms {
	width: 2.25em;
}

#filelist .size {
	text-align: right;
	width: 7em;
}

#filelist .modified {
	width: 6.5em;
}

#filelist .separator {
	border-top: 1px solid #888;
}

#filelist .status span {
	padding: 0;
	margin: 0;
}

#filelist .error {
	color: red;
}

#filelist .ok {
	color: green;
}

/* ../core/css/site.css */

/* Site CSS */

div.clearboth {
	clear: both;
}

div.clearleft {
	clear: left;
}

div.clearright {
	clear: right;
}


/* ../core/css/rounded.css */

/* CSS Document */

/* rounded corner support */
/* 
Typical xHTML markup for rounded elements 

<div>
	<b class='b1'></b><b class='b2'></b><b class='b3'></b><b class='b4'></b>
		<div class='boxcontent'>
			<div class='header'>
				Header content
			</div>
			Content goes here
		</div>
	<b class='b4b'></b><b class='b3b'></b><b class='b2b'></b><b class='b1b'></b>
</div>

Typical color replacement CSS

#rounded .boxcontent .header { background-color: gray; color: white; }
#rounded .b1, #rounded .b2 { border-left-color: gray; border-right-color: gray; }
#rounded .b3, #rounded .b4, #rounded .b4b, #rounded .b3b, #rounded .boxcontent { border-left-color: gray; border-right-color: gray; }
#rounded .b2b { border-left-color: gray; border-right-color: gray; } 
#rounded .b1b { border-left-color: gray; border-right-color: gray; } 
#rounded .b1 { background: gray; }
#rounded .b2, #rounded .b3, #rounded .b4 { background: gray; } 
#rounded .b1b { background: gray; } 

*/

.b1, .b2, .b3, .b4, .b1b, .b2b, .b3b, .b4b {
	display: block; 
	overflow: hidden; 
	font-size: 1px;
}

.b2, .b3, .b4 { 
	background: #FFF; 
}

.b2, .b3, .b4, .b4b, .b3b, .b2b { 
	border-left: 1px solid #CCC; 
	border-right: 1px solid #CCC; 
}

.b1, .b1b { 
	background: #CCC; 
}

.boxcontent { 
	display: block;
	background: #FFF; 
	border-left: 1px solid #CCC; 
	border-right: 1px solid #CCC; 
}

.b1, .b2, .b3, .b1b, .b2b, .b3b { 
	height: 1px; 
}

.b1, .b1b { 
	margin: 0 5px; 
}

.b2, .b2b { 
	margin: 0 3px; 
	border-width: 0 2px; 
}

.b3, .b3b { 
	margin: 0 2px; 
}

.b4, .b4b { 
	height: 2px; 
	margin: 0 1px; 
}

.boxcontent { 
	padding-bottom: 5px; 
}

.boxcontent .header { 
	margin-bottom: 5px; 
}

.tabbed-panel .tab, .tabbed-panel .selected {
	float: left;
	height: 20px;
	width: 150px;
	margin-right: 5px;
	color: black;
}

.tabbed-panel .selected .boxcontent, .tabbed-panel .tab .boxcontent {
	padding-left: 10px;
	padding-right: 10px;
}

.tabbed-panel .selected .boxcontent {
	background-color: #FFF;
}

.tabbed-panel .tab .boxcontent {
	background-color: #CCC;
}

.tabbed-panel .tab .b1, .tabbed-panel .tab .b2 { border-left-color: #CCC; border-right-color: #CCC; }
.tabbed-panel .tab .b3, .tabbed-panel .tab .b4, .tabbed-panel .tab .b4b, .tabbed-panel .tab .b3b, .tabbed-panel .tab .boxcontent { border-left-color: #CCC; border-right-color: #CCC; }
.tabbed-panel .tab .b2b { border-left-color: #CCC; border-right-color: #CCC; } 
.tabbed-panel .tab .b1b { border-left-color: #CCC; border-right-color: #CCC; } 
.tabbed-panel .tab .b1 { background: #CCC; }
.tabbed-panel .tab .b2, .tabbed-panel .tab .b3, .tabbed-panel .tab .b4 { background: #CCC; } 
.tabbed-panel .tab .b1b { background: #CCC; } 

.tabbed-panel .selected .b1, .tabbed-panel .selected .b2 { border-left-color: #CCC; border-right-color: #CCC; }
.tabbed-panel .selected .b3, .tabbed-panel .selected .b4, .tabbed-panel .selected .b4b, .tabbed-panel .selected .b3b, .tabbed-panel .selected .boxcontent { border-left-color: #CCC; border-right-color: #CCC; }
.tabbed-panel .selected .b2b { border-left-color: #CCC; border-right-color: #CCC; } 
.tabbed-panel .selected .b1b { border-left-color: #CCC; border-right-color: #CCC; } 
.tabbed-panel .selected .b1 { background: #CCC; }
.tabbed-panel .selected .b2, .tabbed-panel .selected .b3, .tabbed-panel .selected .b4 { background: #FFF; } 
.tabbed-panel .selected .b1b { background: #CCC; } 

.tabbed-panel  .panel-contents .b1, .tabbed-panel  .panel-contents .b2 { border-left-color: #CCC; border-right-color: #CCC; }
.tabbed-panel  .panel-contents .b3, .tabbed-panel  .panel-contents .b4, .tabbed-panel  .panel-contents .b4b, .tabbed-panel  .panel-contents .b3b, .tabbed-panel  .panel-contents .boxcontent { border-left-color: #CCC; border-right-color: #CCC; }
.tabbed-panel  .panel-contents .b2b { border-left-color: #CCC; border-right-color: #CCC; } 
.tabbed-panel  .panel-contents .b1b { border-left-color: #CCC; border-right-color: #CCC; } 
.tabbed-panel  .panel-contents .b1 { background: #CCC; }
.tabbed-panel  .panel-contents .b2, .tabbed-panel  .panel-contents .b3, .tabbed-panel  .panel-contents .b4 { background: #FFF; } 
.tabbed-panel  .panel-contents .b1b { background: #CCC; } 

.tabbed-panel .tab-panel {
	margin-top: 20px;
	margin-right: 10px;
	height: 26px;
	position: relative;
	z-index: 2;
}

.tabbed-panel .panel-contents {
	position: relative;
	top: -1px;
	z-index: 1;
}

.tabbed-panel .panel-contents .boxcontent {
	padding-left: 10px;
}

.tabbed-panel .panel-contents .b1 { 
	margin: 0 5px 0 0; 
}

.tabbed-panel .panel-contents .b2 { 
	margin: 0 3px 0 0; 
}

.tabbed-panel .panel-contents .b3 { 
	margin: 0 2px 0 0; 
}

.tabbed-panel .panel-contents .b4 { 
	margin: 0 1px 0 0; 
}

/* ../core/css/print.css */

@media print {

body {
  background: white !important;
}

#nav, #footer, #subnav, form {
  display: none;
}

#content {
  margin-left: 0px;
  width: auto;
  margin-right: 0px;
  padding-left: 0;
  padding-right: 0;
}

a {
    color: black;
	text-decoration: none;
}

h1, h2, h3, dt {
  page-break-before: auto;
  page-break-after: avoid !important;
}

div, p, dt, dd, table, ol, ul, dl, img {
  page-break-inside: avoid !important;
}

/*
#printfooter {
  position: relative;
  margin-top: auto;
  margin-bottom: 0;
  display: block;
}
*/

.pagebreak {
	page-break-before: always;
	margin-bottom: 20px;
}

}
/* ../core/css/form.css */

/* CSS Document */

/* form entries */

form {
	margin: 0;
	padding: 0;
}

.form {
	display: block;
}

.form fieldset {
	border: none;
	position: relative;
	padding: 0;
	margin: 0;
}

.form legend {
	display: none;
}

.form label, .form .comment, .form .comment-required, .form .form-label {
    display: block;
	font-family: Arial, sans-serif;
	color: #444;
	font-size: 11px;
	text-transform: uppercase;
	padding-left: 2px;
	margin: 0;
	line-height: 11px;

}

.form span.form-label, .form .checkradio label.inline {
	display: inline;
	padding-right: 1.5em;
}

.form select {
	margin: 2px 0 2px 0;
}

.form #refinement select {
	margin: 0;
}


.form label.required { 
	background-image:url(../core/images/required.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:11px;
	margin-top:5px;
}
.form label{
	margin-top:5px;
}
.form .comment-required {
	clear: left;
}

#form-error {
	background-color: #F33;
}

li.form-error {
	background-color: #F33;
	color: white;
	margin: 0;
	padding: 2px;
	width: 300px;
}

.form .comment {
	padding-bottom: 4px;
	line-height: normal;
	clear: left;
}

.form label.checkradio, .form div.checkradio label {
    display: inline;
	margin-right: .25em;
}

.form input, .form textarea {
	font-family: Arial, sans-serif;
	font-size: 13px;
	margin-bottom: 2px;
	padding: 2px;
}

.form .required-multifield, .form .required-newmultifield, .form .multifield, .form .newmultifield, .form .newfield, .form .multifield {
    float: left;
	margin-right: 0.5em;
	/* position: relative; */
}

.form div.inline, .form div.inline-start, .form div.inline-no-label {
	float: left;
	margin-right: 0.25em;
	position: relative;
}

.form .field, .form .inline-start {
	clear: left;
	margin-right: 0.5em;
}

.form .required-field, .form div.newfield, .form .required-newmultifield, .form .newmultifield {
	clear: left;
}

.form .submit {
	clear: both; 
	float: left;
	position: relative;
}

#loginextras .form .field {
	float: right;
	text-align: right;
}


.hidden, .hidden input {
	display: none;
}

.group {
	padding: 0;
	margin: 0;
}



#basic label {
 display: none;
}

#basic select {
	margin-top: 1px;
}

.datelabel {
	font-family: Verdana;
	font-size: 10px;
	padding-top: 10px;
}

.formend {
	height: 0px;
	clear: left;
}

.form .required .field, .form .invalid .field, .form .required .inline, .form .invalid .inline {
	border-left:  2px solid red;
}

.edit-in-place {
	clear: left;
}

.form input[type='checkbox'] {
	display: inline;
	margin-top: 1.25em;
}

.form input[type='submit'], .form input[type='reset'] {
}
    
.form div.inline-no-label input[type='submit'], .form div.inline-no-label input[type='reset'] {
	margin-top: 0em;
}


div.slideswitch input {
	background-repeat: no-repeat; 
	border: none; 
	font-size: 0; 
	width: 61px; 
	height: 15px;
	display: inline;
}

div.slideswitch label {
	padding-right: 1em;
	padding-top: .2em;
	display: inline;
}

td div.slideswitch {
	float: right;
}

/* css/pages/masters.css */

.special {
	width: 460px;
	margin: 0pt auto;
}
.special img {
	margin: 0 auto 10px auto;
}
.links {
	text-align: center; 
	padding: 5px;
	margin: 20px 0;
	border: 1px dotted #FC6;
	background-color: #FFE;
}
.side_links a {
	text-decoration: none;
}
.side_links {
	margin-bottom: 5px;
	padding-left: 5px;
}
.selected a {
	color: #DA4;
}

.callout {
	font-size: 11px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 10px;
	margin: 10px 0;
}
.closed {
	color: red; 
	font-size: 11px;
}
.inset {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
	width: 300px;
}
