@CHARSET "UTF-8";

body {
	font-family: Arial;
	font-size: 0.75em;
	color: rgb(80, 80, 80);
	float: left;
	width: 100%;
}

a {
	color: black;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted black;
}

.hover a.toTr,a:hover {
	background: yellow;
}

/*#pageBorder {
	border: 10px solid white;
	border-top: 0;
}*/

#header {
	background: url('../pics/candle-welcome.svg') right bottom no-repeat yellow;
    background-size: auto 100%;
	height: 110px;
	position: relative;
}

#header h1 {
	padding: 20px 0 0 20px;
}

#header a {
	border: 0;
}

#header h1 span {
	display: none;
}

#header ul {
	position: absolute;
	right: 120px;
	top: 12px;
}

#header ul li {
	float: left;
	margin-left: 10px;
}

#header ul li a {
	border: 0;
	display: block;
	padding: 4px 8px;
	border: 0;
	background: black;
	color: white;
}

#header ul li a:hover {
	border: 0;
	text-decoration: underline;
}

#menu {
	/*border-top: 6px solid white;*/
	margin-bottom: 15px;
	background: #d2d2d2;
	font-size: 100%;
}

#menu li {
	display: inline-block;
}

#menu li a {
	
	display: inline-block;
	border: 0;
	font-weight: bold;
	padding: 0 12px;
	line-height: 2.3em;
}

#menu li a:hover {
	background: black;
	color: white;
}

/* Basic layout */
#content.layoutColumn {
	width: 70%;
	float: left;
}

#content.layoutWide {
	width: 100%;
}

#content .spacer {
	padding-left: 10px;
}

#notes {
	float: right;
	width: 30%;
}

#notes .spacer {
	margin-left: 22px;
	padding-left: 22px;
	padding-right: 22px;
	border-left: 1px solid silver;
	padding-bottom: 20px;
}

#content .leftColumn {
	float: left;
	width: 49%;
}

#content .rightColumn {
	float: right;
	width: 49%;
}

#breadCrumps {
	float: left;
	margin-right: 4px;
	margin-top: 8px;
	color: black;
	font-size: 110%;
}

#breadCrumps a {
	font-weight: normal;
}

h2 {
	font-family: "Arial Narrow", sans-serif;
	color: black;
	font-size: 200%;
	/*text-transform: uppercase;*/
	font-weight: normal;
}

#content p {
	margin: 0.7em 0;
}

#content h3 {
	font-size: 140%;
	font-family: "Arial Narrow", sans-serif;
	color: gray;
	font-weight: normal;
	margin-top: 30px;
	border-bottom: 1px solid silver;
	padding:0 0 1px 4px;	
}

h4.boxHeader {
	margin-bottom: 0;
	background: silver;
	padding: 3px 8px;
	color: black;
}

table.boxContent {
	margin-bottom: 1em;
	border: 1px solid silver;
	width: 100%;
}

table.boxContent th,table.boxContent td {
	padding: 7px;
}

table.list {
	border-bottom: 2px solid rgb(220, 220, 220);
	width: 100%;
	margin-bottom: 20px;
}

table.report {
	width: 100%;
	
}
table.report td {
	border: 1px solid silver;
	padding: 2px;
	text-align: center;
	width: 1.6em;
}
table.report th {
	border: 1px solid silver;
	padding: 2px;
	background: rgb(240, 240, 240);
}

table.list th {
	padding: 5px;
	color: black;
	font-weight: bold;
	font-family: "Arial";
	background: rgb(220, 220, 220);
	border-bottom: 2px solid white;
	border-right: 2px solid white;
}

table.list td {
	padding: 6px 5px;
	border-top: 1px solid rgb(220, 220, 220);
}

table.details {
	width: 100%;
	background: rgb(240, 240, 240);
}

table.details th {
	color: black;
	padding: 6px 8px 6px 8px;
	width: 10em;
	font-weight: bold;
}

table.details td {
	padding: 6px 8px 6px 0;
}

form {
	padding: 1px 15px 15px;
	background: rgb(230, 230, 230);
	color: black;
	margin-bottom: 1em;
	border: 2px solid silver;
}

form.filter {
	border: 0;
	background: #a9dfd7;
	padding: 5px 9px;
}

#content form h3 {
	font-family: "Arial Narrow", sans-serif;
	margin: 7px 0 6px !important;
	font-size: 140%;
	color: black !important;
	border: 0 !important;
}
#content form h2 {
	margin-top: 0.5em;	
}
form table.layouter tr th {
	font-weight: normal;
	width: 12em;
}

form table.layouter tr th,form table.layouter tr td {
	border-top: 1px dotted rgb(150, 150, 150);
}

form table.layouter {
	border-bottom: 1px dotted rgb(150, 150, 150);
}

form table.filter {
	border: 0;
}

form table.filter tr th,form table.filter tr td {
	border: 0;
}

form table.layouter tr.notReq th {
	color: gray;
}

form .sendPanel {
	border-top: 0;
	margin-top: 1em;
	margin-bottom: 1em;
}

form p.error {
	color: red;
}

form p.note {
	color: gray;
	font-size: 90%;
}

#bubble {
	display: none;
}

#bubble p {
	background: black;
	padding: 20px;
	color: white;
}

#footer {
	width: 100%;
	clear: both;
	float: left;
}

#footer p {
	margin: 20px 10px 10px;
	padding: 5px 8px;
	border-top: 1px solid silver;
	color: black;
	font-size: 90%;
}

/* Items statuses */
.closedItem {
	background: rgb(220, 220, 220) !important;
}

.myItem td {
	font-weight: bold;
	color: black;
}

/* Page-specific */
.discussion {
	margin-bottom: 20px;
	border: 0;
	background: none;
}

#content .discussion h3 {
	width: 14em;
	border: 0;
	font-size: 140%;
	margin-bottom: 5px;
}

.discussion table {
	width: 100%;
}

.discussion table td {
	width: 33%;
}

.discussion .topicBox {
	padding: 1em 0;
	border-top: 1px solid gray;
	margin-right: 10px;
	margin-bottom: 0;
	padding: 5px 10px;
}

.discussion .closed {
	background: silver;
}

.discussion .hover a,.discussion .hover a:hover {
	background: yellow;
	color: black;
	border-color: black;
}

form table.workshopEdit tr th {
	width: auto;
	text-align: left;
	border-top: 0;
	padding-left: 5px;
}

table.workshopsList td {
	vertical-align: middle;
}

.messages {
	margin: 0 0 2em;
}

.messages dt {
	color: gray;
	padding-bottom: 5px;
	background: #e6e6e6;
	padding-left: 12px;
	padding-right: 12px;
}
.messages p {
	font-weight: bold;
	margin: 0 !important;
}
.messages dd {
	margin-top: 1em;
	padding: 0.8em 0 0.8em;
	background: #e6e6e6;
	padding-left: 12px;
	padding-right: 12px;
}

.messages .myItem {
	background: rgb(245, 245, 245);
}

.messages dt.myItem {
	padding-bottom: 0;
	background: rgb(245, 245, 245);
}

/* Info boxes */
p.info {
	border: 1px solid silver;
	font-style: italic;
	padding: 1em;
}

#popupQuestionFrame {
	background: url(../pics/question.gif) no-repeat 20px 30% white;
	padding: 20px 0;
	width: 30em;
	border: 4px solid silver;
}

#popupQuestionFrame p {
	margin-left: 70px;
	margin-right: 20px;
	margin-bottom: 10px;
	text-align: left;
}

#popupQuestionFrame button {
	margin: 0 5px;
	padding: 0 10px;
}


.loginForm {
	/*background: url('../pics/candle-welcome.svg') right top no-repeat yellow;*/
	background: yellow;
    border: 0;
	margin: 15px auto 0;
	width: 25em;
	padding: 15px;
}

.loginForm table td,.loginForm table th {
	padding: 5px 10px 0 0;
	vertical-align: middle;
    white-space: nowrap;
}

.loginForm table th {
	font-weight: bold;
}

.loginForm .button {
	margin-top: 15px;
}

.loginForm .button.alt {
    margin-top: 0;
}


.loginForm input.short {
    width: 150px;
}


.new {
	background: yellow;
	padding: 2px 5px;
	font-weight: bold;
	font-family: "Arial Narrow", sans-serif;
	color: black;
}




p.actionEdit {
	background: url('../pics/icons/edit.gif') no-repeat left;
	padding: 2px 0 2px 26px;
	margin: 5px 0;
}



#dashboard h3 {
	font-size: 100%;
	font-family: "Arial Narrow", sans-serif;
	color: gray;
	font-weight: normal;
	margin-top: 30px;
	border-bottom: 1px solid silver;
	padding:0 0 1px 4px;
	}

	#dashboard  .newsBox {
		color: black;	
	}
	#dashboard .critical {
		border: 1px solid red;
		margin-bottom: 2em;
		color: red;
		padding-left: 1em;
		font-weight: bold;
	}
		#dashboard .newsBox h4 {
			font-family: "Arial Narrow", sans-serif;
			color: black;
			font-size: 160%;
			text-transform: uppercase;		
		}
		#dashboard  .newsBox h4 span {
			background: yellow;
		}
		#dashboard .newsBox p {
			line-height: 160%;
		}
		#dashboard .newsBox p.footer {
			text-align: right;
			color: gray;
			font-size: 90%;
			margin-top: -3px;		
		}
		
	#dashboard .disussionBox {
		line-height: 160%;
	}
		#dashboard .even td, #dashboard .even th {
			background: #f0f0f0;
		}
		#dashboard .disussionBox td {
			padding-bottom: 10px;
		}
		#dashboard .disussionBox th {
			padding: 6px;
		}
		#dashboard .disussionBox h4 {
			font-family: "Arial Narrow", sans-serif;
			color: black;
			font-size: 120%;
			text-transform: uppercase;	
		}
		#dashboard .disussionBox .noData {
			color: gray;
			font-size: 90%;
		}








	.paging {
		padding:0 !important;
		margin:10px 0 0 !important;
		height:3em;
	}

	.paging span  {
		display:block;
		float:left;	
		padding:0.3em;
		line-height:1.6em;
		margin:0 0 0 5px;
	}	
	.paging strong, .paging a {
		display:block;
		float:left;
		padding:4px 7px;
		text-align:center;
		border-top:1px solid #e7da6b;
		border-left:1px solid #e7da6b;	
		border-right:1px solid #c6b632;
		border-bottom:1px solid #c6b632;
		border:1px solid silver;
		margin:0 0 0 5px;	
	/*	background:url(pages.gif) no-repeat top right;*/
	}
	.paging strong {
		border:none;	
	}
	.paging em {
		float:right;
	}
	.paging a {
		color:gray;
		text-decoration:none;
	}
	.paging a:hover {
		background:#e6e6e6;
		text-decoration:none;
		/*color:black;*/
	}	
	.paging .prev, .paging .next {
		border:none;
		color: black;
	}	
	.paging .prev:hover, .paging .next:hover {
		border:none;
		text-decoration:underline;
		background:none;
	}	

	
table.schedule {
	border: 1px solid gray;
}
table.schedule th {
	background: silver;
	color: black;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 3px;
	border: 1px solid gray;
}
table.schedule td {
	border: 1px solid silver;
	width: 2em;
	black: silver !important;
	text-align: center;
	padding: 3px;
}
form table.schedule td {
	cursor: pointer;	
}
table.schedule td.free {
	background: yellow;
}
table.mergedSchedule {
	width: 100% !important;	
}
table.mergedSchedule td {
	width: auto;
	cursor: pointer;
	font-weight: bold;
}
table.mergedSchedule .showUsersBox {
	background: black;
	color: white;
	text-align: left;
	padding: 5px;
}
form h2 {
	margin-top: 1em;
}


.right {
    float: right;
}

.hidden {
    display: none;
}

.alert {
    color: red;
    font-weight: bold;
}

.alert-box {
    color: red;
    font-weight: bold;
    border: solid #f00 1px;
    background: rgb(255,204,204);
    padding: 10px;
}

.alert-row {
    background: rgb(255,204,204) !important;
}

/* Dropbox elements */
.drop_holder {
        font: 12px/1.5 "Helvetica Neue",Helvetica,Arial,sans-serif;
        margin: 10px;
    }

    .drop_breadcrumbs {
        margin: 0 0 20px 0;
        padding: 5px;
    }
    
        .drop_breadcrumbs a {
            border: none;
        }
            .drop_breadcrumbs a:hover {
                background: none;
            }
    
    .drop_holder img {
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px 0 0;
        width: 24px;
        height: 24px;
    }
    
    .drop_folders {
        border-top: solid #E5E5E5 1px;
        
    }
    
    .drop_files a,
    .drop_folders a {
        margin: 0;
        padding: 5px;
        display: block;
        clear: both;
        color: #3D464D;
        border-bottom: solid #E5E5E5 1px;
        text-decoration: none;
        font-weight: normal;
    }
    
        .drop_files a:hover,
        .drop_folders a:hover {
            text-decoration: none;
        }

.child-max-200 > * {
    max-width: 200px;
}

 .photos_list .item {
    box-sizing: border-box;
    width: 100px;
    height: 100px;
    display: inline-block;
    margin: 3px;
    vertical-align: middle;
    border: solid #fff 3px;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.photos_list .item a {
    border: none;
    /*display: block;
    width: 100px;
    height: 100px;*/
    overflow: hidden;
}
.photos_list .item img {
    min-width: 100%;
    width: auto;
    height: 100%;
    display: inline-block;
    
}

.photos_list .item .name {
    font-size: 9px;
    overflow: hidden;
    max-width: 100%;
}

.photos_list .item .remove {
    position: absolute;
    top: 5px;
    right: 5px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 2px #000;
}
    .photos_list .item .remove:hover {
        color: #f00;
        text-decoration: none;
        background: none;
    }
    
    
.photos_list .item.file {
    background: #fff;
}
    .photos_list .item.file img {
        height: auto;
        min-width: 1px;
        margin: 11px 0 0 0;
    }

.button.large {
    display: inline-block;
    background: yellow;
    font-size: 24px;
    border-radius: 10px;
    padding: 10px 20px;
    border: none;
    margin: 10px;
}