@charset "utf-8";
/* CSS Document */

<!-- Didn't up a css reset in here... oops. -->




.myLink {
	background-color: #CCC;
	color: #333;
}



#browserWarning{
background-color:#F00;
color:#FFF;
width:810px;
height:auto;
padding:20px;
}

textarea{	
	font-family: 'Roboto', sans-serif;
} 
	

h2{
	line-height:1.0em;
	word-wrap:break-word;	
} 

.readonlyTextField {
	color: #333;
	background-color: #CCC;
}
.buttonRight {
	background-image: url(../images/buttonRight.gif);
}
.buttonCenter {
	/*font-family: Verdana, Geneva, sans-serif;*/
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}
.buttonCenterVisited {
	font-weight: bold;
	color: #999;
}
.buttonBCenter{
	color: #CCC;
	/*font-family: Verdana, Geneva, sans-serif;*/
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.tdLink {
	color: #03F;
}

img { 
border: 0;
}

a:link {
	text-decoration: none;
	color: white;
}
a:visited {
	text-decoration: none;
	color: white;
}
a:hover {
	text-decoration: none;
	color: #00F;
}

a:active {
	text-decoration: none;
	color: white;
}

.reportLink:link {
	text-decoration: underline;
	color: blue;
}

.reportLink:visited {
	color: blue;
	text-decoration: underline;
}


.reportLink:hover {
	text-decoration: underline;
	color: #006;
}

.reportLink:active {
	text-decoration: underline;
	color: #06F;
}


td {
	/*font-family: Verdana, Geneva, sans-serif;*/
	font-family: 'Roboto', sans-serif;
	color: #000;
	text-decoration: none;
	font-weight:400;
	font-size: 16px;
	line-height: 20px;
}
.errorSmall {
	/*font-family: Verdana, Geneva, sans-serif;*/
	font-family: 'Roboto', sans-serif;
	font-size: 10px;
	color: #F00;
}

.tableBG {
	background-color: #FFF;
}

body {
	overflow-y: scroll;
	-webkit-opacity:0;
	-moz-opacity:0;
	-o-opacity:0;
	opacity:0;
	/*-webkit-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
    -moz-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;*/
	background-color: #1d7bae;
}



.bodyLoaded {
	-webkit-opacity:1;
	-moz-opacity:1;
	-o-opacity:1;
    opacity:1;
}


.formTextfield{
	font-size: 18px;
	padding:5px;
	width:250px;
}

* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width:850px;
	background-color:#FFF;
	margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
	-webkit-box-shadow: 4px 4px 11px #000000;
-moz-box-shadow: 4px 4px 11px #000000;
box-shadow: 4px 4px 11px #000000;
}
.footer, .push {
	height: 60px; /* .push must be the same height as .footer */
}
.footer div{
	background-color:#FFF;
	margin:0 auto 0;
	width:810px;
	padding:20px;
	text-align:center;
	font-family: 'Roboto', sans-serif;
	font-size:12px;
}




.login{
	border:none 0px #000000;
	padding: 20px;
	margin-bottom:20px;
	width:auto;
}

.myContent{
	background-color:#BFC2CE;
	border:none 0px #000000;
	width:850px;
	margin-left:-3px;

}

.myContent header{
	background-color:#074262;
	height:auto;
	color:#FFF;
}

.myContent section{
	border:none 0px #000000;
	width:100%;
}

.myContent footer{
	background-color:#074262;
	color:#FFF;	
}

.myContent footer > article, .myContent section > article, .myContent header > article{
padding:20px;
}



/*EOD PAGE*/
.eodPage{
	background-color:#bfc2ce;
} 


/*ENTRIES*/
.entries article{
	background-color:#BFC2CE;		
	word-wrap:break-word;
}

.entries article:nth-child(even){
	background-color:#8F97AB;
}



/*Dotted Line between items*/
.myContent #tagline{
border-top:thick dotted #66748E;
}


/*Dotted Line between items*/
.myContent #shares{
margin-top:20px;
border-style:solid;
border-top:thick dotted #66748E;
}



.postedBy{
font-style:italic;
color:#666;
}


.break-word {
  word-wrap: break-word;
}

.navbarLoggedIn{
	height:auto;
	width:auto;
	background-color:#333;
	padding:10px;
}

.navbar{
	height:auto;
	width:auto;
	background-color:#333;
	border:none 0px #000000;
	padding:10px;
}

.userSubmitted,	.userNotSubmitted, .userSubmittedSeen, .userBlogButton, .userAttendance{
	width:100%;
	cursor:pointer;
	background-color:#060;
	font-size:1.2em;
	margin-bottom:5px;
	float:left;
}

.userSubmitted{
	font-weight:bold;
	color:#FFF;
}


.userSubmittedSeen{
	font-weight:bold;
	color:#dfe0e6;
	background-color:#60ad67;
}

.userSubmitted:hover, .userSubmittedSeen:hover{
	background-color:#090;
	color:#0F3;
}

.userNotSubmitted{
	float:left;
	background-color:#999;
	color:#666;
	font-style:italic;
	cursor:default;
}

.userBlogButton, .userAttendance{
	text-align:center;
	background-color:#666;
	width:auto;
	font-size:12px;
	font-weight:bold;
	margin-right:10px;
	float:right;
	color:#000;
	cursor:pointer;
	padding:5px 10px;
}

.userBlogButton:hover{
	background-color:#333;
	color:#666;
	
} 

.userAttendance{
	width:15px;
	float:right;
	text-align:center;
	cursor:default;
} 

/*Input text for new EODs and Replies  */
.eodTagline{
	width:100%;
	/*font-family: Verdana, Geneva, sans-serif;*/
	font-family: 'Roboto', sans-serif;
	padding:5px;

}

.eodBody{
	/*font-family: Verdana, Geneva, sans-serif;*/
	font-family: 'Roboto', sans-serif;
	font-size:18px;
width:100%;
}


/*Text on Attendance page for adding/viewing a note. */
#note{
font-size:.5em;	
}



.statusCurDailyScroll{
	width:auto;
	height:250px;
	overflow:auto;
	overflow-x:hidden;
}

.statusCurDailyNoScroll{
	width:auto;
	height:auto;
	overflow:auto;
	overflow-x:hidden;
}

.buttonLoggedInVisited{
	font-weight: bold;
	color: #999;
}

.buttonVisited{
	font-weight: bold;
	color: #333;
}


.dailyStatusContainer{
float:left;	
margin-top:-10px;
margin-left:-10px;	
}


/*Calendar Setup*/
.redbox, .greenbox, .blackbox, .ratebox{
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
float:left;
height:6px;
width:6px;
margin-right:5px;
margin-top:3px;
margin-left:3px;
opacity:.5;
z-index:51;

}

.redbox{
	background-color:#F00;
}

.greenbox{
	background-color:#090;
}

.blackbox{
	opacity:1;
	margin-top:7.5px;
	background-color:#B5B5B5;
}

.ratebox{
	opacity:1;
	margin-top:7.	5px;
	background-color:#0C0;
}

.calendar .datebox, .calendar .todaysdate, .calendar .holiday, .calendar .lateStart, .calendar .earlyRelease, .calendar .todaysdate_earlyRelease, .calendar .todaysdate_lateStart{
background-color:#4B4B4B;
outline:solid 1px #000000;
outline-offset:-1px;
margin-left:-1px;
margin-bottom:-1px;
float:left;
text-align:center;
padding:10px;
width:20px;
height:1em;
}

.calendar{
	margin-left:10px;
	width:288px;
}
.calendar .datebox:nth-child(7n+14){
/* background-color:#333333;*/
}

.calendar .datebox:nth-child(7n+8){
/* background-color:#333333; */
}

.calendar .datebox:nth-child(-1n+7){
background-color:#999;
}

.calendar .todaysdate{
	background-color:#009900;	
}

.calendar .holiday{
	background-color:#333333;	
}

.calendar .lateStart{
	background: linear-gradient(to right bottom, #333333 25%, #4B4B4B 25%);
}

.calendar .todaysdate_lateStart{
	background: linear-gradient(to right bottom, #333333 25%, #009900 25%);
}

.calendar .earlyRelease{
	background: linear-gradient(to right bottom, #4B4B4B 75%, #333333 75%);
}

.calendar .todaysdate_earlyRelease{
	background: linear-gradient(to right bottom, #009900 75%, #333333 75%);	
}

#monthSelect{
width:248px;
text-align:center;
padding:20px;
}


#whosestatus{
	text-align:left;
	margin-top:10px;
	margin-bottom:-20px;
	clear:both;
	width:248px;
	height:20px;
	float:left;
	overflow:visible;
}

.eodStatusUser header{
	margin:0px;
	padding:20px;

	background-color:#074262;

	margin-top:60px;	
	text-align:center;
}

.eodStatusUser section{

	background-color:#8F97AB;

	margin-top:10px;	
	text-align:center;
}

.notifyBox{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height:auto;
	width:auto;
	padding:2px 5px;
	background-color:#F00;
	text-align:center;
	font-weight:bold;
	/*font-family: Verdana, Geneva, sans-serif;*/
	font-family: 'Roboto', sans-serif;
	border: medium solid #000;
}

.userSettings section:last-child > div {
margin-bottom:20px;	
}

.userSettings div div {
margin-top:1.25em;
margin-right:10px;
}

.submitButton, .submitEOD, .saveEOD, .savedEOD{
	height:auto;
	text-align:center;
	background-color:#06F;
	color:#FFF;
	padding:10px;
	white-space:nowrap;
	/*font-family: Verdana, Geneva, sans-serif;*/
	font-family: 'Roboto', sans-serif;
	font-weight:bold;
	border:2px groove #999;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	cursor:pointer;cursor:hand;
}

.submitEOD{
	width:auto;;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	}

.saveEOD{
	margin-right:-10px;
	width:auto;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.savedEOD{
		margin-right:-10px;
background-color:#999;
pointer-events: none;
cursor: default;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}


.submitButton:hover, .submitEOD:hover, .saveEOD:hover {
background-color:#09F;
}

#notificationsList .disableNotification{
	pointer-events: none;
	visibility:collapse;
	height:0px;
	padding:0px;
	overflow:hidden;	
}

#notificationsList article{
	padding:20px;
	background-color:#A4A8B9;
	border-bottom:inset 2px #403f40;
	border-spacing: 0px;
}

#notificationsList .seen{
	color:#999;
	background-color:#CCC;

}

	
#notificationsList article div{
color:#000;
}

#notificationsList article:hover{
	color:#FFF;
	background-color:#069;
}


.signupform div div {
float:right;
position:relative;
	/*font-family: Verdana, Geneva, sans-serif;*/
	font-family: 'Roboto', sans-serif;
font-size:.8em;
}

.signupform div .formText {
padding:5px;
}


.signupform > div{
	padding:20px;
	padding-right:0px;
}

.signupform > div:first-child{
	padding-top:0px;
}

.facilityCode, .facilitySearch{	
	padding:5px;
	font-size:1.2em;
}

.facilityCode{	
	width:20px;
	text-align:center;
}

.facilitySearch{
	width:300px;
}

#searchResults{
	border:solid 1px #666;
	position:fixed;
	width:312px;
	height:auto;
	background-color:#FFF;
	overflow-y:scroll;
}

#searchResults .facilityListOption{
padding:5px;	
cursor:pointer;cursor:hand;

}

#searchResults .facilityListOption:hover{
color:#FFF;	
background-color:#09F;
}

#searchResults .facilityListOption:active{
color:#FFF;	
background-color:#0C3;
}


#logout, #settings{
color:#999;
text-decoration:none;font-weight:normal;font-size:.8em;	
}

#logout:hover, #settings:hover{
color:#000;	
}

#settingsDD{
width:200px;
position:fixed;
background:#666;
margin-top:25px;
margin-left:650px;
visibility:hidden;
	/*font-family: Verdana, Geneva, sans-serif;*/
	font-family: 'Roboto', sans-serif;
}

#settingsDD div{
padding:5px 10px;;
border-bottom:solid 1px #403f40;
}

#settingsDD > div{
padding-top:10px;
background-color:#CCC;
font-size:.8em;
}

#settingsDD > div:nth-child(1n+3){
padding-top:0px;
background-color:#999;
}

#settingsDD div:last-child{
border-bottom:solid 0px #403f40;	
}

#settingsDD a{
color:#000;	
}

#settingsDD a:hover{
color:#00F;	
}


.tagItem, .tagItemDisabled, .tagItemUsed{
background-color:#1d7bae;
width:auto;
height:auto;
padding:3px 5px;
margin-left:5px;
cursor:pointer;
margin-bottom:5px;		
color:#FFF;
float:right;
} 


.tagItem:hover{
	background-color:#09F;
} 

.tagItemDisabled{
	text-decoration:line-through;
	background-color:#466f85;
} 

.tagItemUsed{
	background-color:#7291a2;	
} 

.newtag, .taggroup{
	float:right;
	background-color:#666;
	width:auto;
	height:auto;
	padding:3px 5px;
	cursor:pointer;
	margin-left:5px;
	margin-bottom:5px;
	color:#FFF;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: moz-none;
	-ms-user-select: none;
	user-select: none;
} 

.taggroup{
	cursor:auto;
}


.hideTagGroup, .showTagGroup{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: moz-none;
	-ms-user-select: none;
	user-select: none;
	visibility:hidden;
	height:0px;
	position:absolute;
	overflow:hidden;
} 

.showTagGroup{
	overflow:visible;
	height:auto;
	visibility:visible;	
	position:relative;
	margin-bottom:20px;
} 

.newtag:hover{
	background-color:#CCC;
	color:#000;
}

.addTag{
	float:right;
	background-color:#343434;
	width:auto;
	height:auto;
	padding:3px 5px;
	cursor:pointer;
	margin-left:5px;
	margin-bottom:5px;		
	color:#FFF;
} 

.entries .addTagWindow{
	padding:20px;
	visibility:visible;
	height:auto;	
	background-color:#FFF;	
	position:relative;
	overflow:visible;
} 

.entries .addTagWindowHide{
	height:0px;
	visibility:collapse;
	padding:0px;
	background-color:#FFF;
	position:absolute;
	overflow:hidden;
} 


.blogReplies, .blogRepliesContainer{
	visibility:visible;
	height:auto;
} 

.blogReplies{
	background-color:#FFF;
} 

.blogRepliesHide{
	visibility:hidden;
	height:0px;
	overflow:hidden;
}

#settingsLists div{
	margin:0px;
	
} 


.selectedItem{
	background-color:#CCC;
	border:1px #CCC inset;
} 

.listItem{
 cursor:pointer;
} 


.listItem:hover{
	background-color:#ececec;
} 


.spanTextLink:hover{
	cursor:pointer;
} 

.spanTextLink:hover{
	color:#666;
	text-decoration:underline;
} 




.shareHeader{	
	background-color:#666;
	padding:5px;
	color:#fff;
	font-weight:bold;
	border:1px #333 solid;	
} 

.shareHeaderHidden{
	visibility:collapse;
	height:0px;
	padding:0px;
	border:0px #000 none;
} 

.ui-addremove-left, .ui-addremove-right{
	padding:5px;
	font-weight:bold;
	cursor:pointer;
	background-color:#999;	
	border:1px #acacac solid;

} 

.ui-addremove-left{
	float:left;
} 

.ui-addremove-right{
	float:right;
} 

.ui-addremove-left:hover, .ui-addremove-right:hover{
	background-color:#CCC;
	
}

#allShares div, #shareOptionAddRemove div, #shareOptionAddRemove{
	margin-top:0px;
	margin-right:0px;
} 

#optionsTab{
	margin-left:490px;position:absolute;width:150px;height:auto;background-color:#999;padding:5px;display:none;
} 

#optionsTab div{
padding:5px;border-bottom:1px #666 solid;	
cursor:pointer;
} 

#optionsTab div:hover{
	background-color:#333;
	color:#CCC;
} 

#optionsTab div:active{
	color:#06C;
} 

#settingsIcon{
	width:24px;height:24px;background-image:url(../login/images/settingsIcon.png);cursor:pointer;
} 

#settingsIcon:hover{
	background-image:url(../login/images/settingsIcon_hover.png);
} 

#settingsIcon:active{
	background-image:url(../login/images/settingsIcon_active.png);
} 

.dateSelectedStats{
	background-color:#09F !important;
} 

#addUserForm div div div{
	padding:0px;
	margin:0;
} 

#addUserForm input, #addUserForm select{
	padding:5px;
} 


#adminMessage, #adminMessageHide{
	-webkit-border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
	-webkit-box-shadow: 5px 5px 19px #000000;
	-moz-box-shadow: 5px 5px 19px #000000;
	box-shadow: 5px 5px 19px #000000;	
	background-color: #FFFFFF;
	padding: 10px;	
	font-size: 12pt;
	color: #888888;
	text-align: center;		
	position:fixed;
	width:320px;
	height:1em;
	margin-left:480px;
	text-align:left;
	overflow:hidden;
} 

#adminMessageHide{
	height:200px;
} 

.minButton, .maxButton {
	background-image:url(../login/images/min.png);
	width:17px;
	height:17px;
	float:right;
	cursor:pointer;
} 

.maxButton{
	background-image:url(../login/images/max.png);	
} 



.minButton:hover {
	background-image:url(../login/images/min_hover.png);
} 

.maxButton:hover {
	background-image:url(../login/images/max_hover.png);
} 

#signUpFacilityInfo div{
	margin-bottom:10px;
}

#signUpFacilityInfo input{
padding:10px;
width:300px;
color:#838383;	
} 

#signUpFacilityInfo select{
padding:10px;
}

.altLink:link {
	color:#333	
} 

.altLink:visited {
	color:#333;
} 

.altLink:hover {
	color:white;
} 

#betaUserSurvey > div > div{
	background-color:#999;
	padding:20px;

} 

#betaUserSurvey > div > div{
	margin-bottom:30px;
} 

#betaUserSurvey > div > div > div{
	margin-bottom:10px;
} 

#betaUserSurvey .radioNchecks{
	margin-bottom:10px;
} 

.TTcatagory{
	background-color:#999;
	margin-right:10px;
	float:left;
	width:138px;
	padding:5px;
} 

.TTcatagory:hover{
	background-color:#666;
} 

.TTorderBy{
	color:#666;
	cursor:pointer;
} 

.TTorderBy:hover{
	color:#000;
} 

.TTorderBySelected{
	color:#000;
} 

.recordIcon {
	width:79px;
	height:105px;
	background-image:url("../login/images/badges/record.png");	
} 

.currentIcon {
	width:79px;
	height:105px;
	background-image:url("../login/images/badges/current.png");	
} 

.recordText{
	width:79px;
	height:auto;
	font-weight:800;
	font-size:12px;
	text-align:center;	
} 

.storyFade{
	background-image:url('../login/images/fade_story_2.png');
	height:68px;
	position:absolute;
	margin-top:-78px;
} 

.storyHeader{
	cursor:pointer;
	background-color:#054262;
	color:#FFF;
	padding:10px;
} 

.storyHeader:hover{
	background-color:#A6187;
} 

textarea {
		font-size:16px;

    border: none;
    overflow: auto;
    outline: none;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


.tagLine {
	font-size:16px;
    border: none;
    outline: none;
	
	resize:none;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


.storyCollapse{	
	height:100px;
	overflow:hidden;
    word-wrap: break-word;
    position:justify;
} 

.storyExpand{
	height:auto;
	max-height:none;
    word-wrap: break-word;
    position:justify;	
} 

.tagCollapse{
	overflow:hidden;

	height:0px;
	padding:0px;	
} 

.tagExpand{
	height:auto;
	max-height:none;
} 

.blankBadge{
	width:100px;
	height:116px;
	float:left;
	background-image:url('../login/images/badges/blank_badge.png');	
	margin-right:1px;
} 

.blankBadgeMore{
	width:100px;
	height:116px;
	float:left;
	background-image:url('../login/images/badges/blank_badge_more.png');	
	margin-right:1px;
} 


.bigBadge{
	width:200px;
	height:230px;
	float:left;
	background-image:url('../login/images/badges/big_badge.png');	
	margin-right:1px;
} 

.smallBlankBadge{
	width:24px;
	height:28px;
	float:left;
	background-image:url('../login/images/badges/blank_badge_sm.png');	
	margin-right:1px;
} 

.smallBadgeMore{
	width:24px;
	height:28px;
	float:left;
	background-image:url('../login/images/badges/blank_badge_sm_more.png');	
	margin-right:1px;
} 

.facilityChoice{
	font-family: 'Roboto', sans-serif;
	padding:10px;
	background-color:#4B4B4B;
	color:#E4E4E4;
	text-align:center;
	width:100%;	
	cursor:pointer;
	outline:1px #888182 outset;
}

.facilityChoice:hover{
	color:#00AF09;	
	background-color:#3D3D3D;
} 

.facilityChoice:active{
	color:#00AC1E;	
	background-color:#4B4B4B;
	outline:1px #888182 inset;

} 