body {
	font-family: 'Trebuchet MS';
	font-size: 10pt;
	margin: 0 auto 3em auto;
	background: url(../Images/Background.gif) repeat;
}
body form {
	position: relative;
}
body .ui-widget {
	font-size: inherit;
	font-family: inherit;
}
div.p { margin-bottom: 1em; }
div.p75 { margin-bottom: .75em; }
div.p5 { margin-bottom: .5em; }
div.pre-p { margin-top: 1em; }

div.icon {
	width: 16px;
	height: 16px;
	cursor: pointer;
}
div.clear {
	clear: both;
}
input.text, select {
	font-family: 'Trebuchet MS';
	font-size: 10pt;
	padding: 1px 2px;
	margin: 0;
}
.dialogLoader {
	height: 50px;
	background: url(../Images/Icons/ajax-loader-dialog.gif) no-repeat center bottom;
}
a {
	outline-style: none;
	color: #113FDB;
}
a:hover {
	text-decoration: none;
}
a.genericBtn {
	display: inline-block;
	border: 1px solid #E5E5E5;
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
	font-weight: bold;
	line-height: 25px;
	text-shadow: 1px 0 1px #FFFFFF;
	background: -moz-linear-gradient(-90deg,  #f7f7f7,  #e5e5e5);
	background: -webkit-linear-gradient(-90deg,  #f7f7f7,  #e5e5e5);
	padding: 0 10px;
	text-decoration: none;
	cursor: pointer;
	color: #113FDB;
}

.btnSendAllToFlexPortal {
	float: right;
	display: inline-block;
	border: 1px solid #E5E5E5;
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
	font-weight: bold;
	line-height: 25px;
	text-shadow: 1px 0 1px #FFFFFF;
	background: -moz-linear-gradient(-90deg, #f7f7f7, #e5e5e5);
	background: -webkit-linear-gradient(-90deg, #f7f7f7, #e5e5e5);
	padding: 0 10px;
	text-decoration: none;
	cursor: pointer;
	color: #113FDB;
}

input[type='submit'].genericBtn {
	display: inline-block;
	border: 1px solid #35c9a4;
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
	line-height: 25px;
	background: #48cfad;
	padding: 0 10px;
	text-decoration: none;
	cursor: pointer;
	color: #fff;
	font-weight: normal;
}
input[type='submit'].genericBtn:hover  {
	background-color: #2fb593;
    border-color: #28987c;
}

a.genericBtn.secondary {
	color: #959595;
}
.point9 {
	font-size: .9em;
}
div.relative {
	position: relative;
}
div.table {
	overflow: hidden;
}
div.table .secondary {
	color: #aaa;
}
div.table .head {
	float: left;
	clear: left;
	font-weight: bold;
	margin-bottom: .5em;
}
div.table .content {
	clear: left;
	float: left;
	width: 100%;
}
div.table .row {
	float: left;
	clear: left;
	border-bottom: solid 1px #eee;
	padding: 3px 0 2px 0;
}
div.table .emptyTable {
	float: none;
	text-align: center;
	font-style: italic;
	margin-top: 1em;
	color: #ccc;
}
div.table .col {
	float: left;
	white-space: nowrap;
	overflow: hidden;
}
div.table a.relatedEntities.countZero { color: #A4BADB; }
div.table a.relatedEntities.countZero:hover { color: #113FDB; }

div.table .col.actions a {
	float: left;
	display: block;
	width: 16px;
	height: 16px;
}
div.table .col.actions a.edit { background-image: url(../Images/Icons/pencil-faded.png); margin-right: 5px; }
div.table .col.actions a.edit:hover { background-image: url(../Images/Icons/pencil.png); }

div.table .col.actions a.photos { background-image: url(../Images/Icons/camera_go-faded.png); margin-right: 5px; }
div.table .col.actions a.photos:hover { background-image: url(../Images/Icons/camera_go.png); }



div.table .col.actions a.note { background-image: url(../Images/Icons/note-faded.png); margin-right: 5px; }
div.table .col.actions a.note:hover { background-image: url(../Images/Icons/note.png); }


div.table .col.actions a.delete { background-image: url(../Images/Icons/cross-faded.png); }
div.table .col.actions a.delete:hover { background-image: url(../Images/Icons/cross.png); }
div.table .col.actions a.recycle { background-image: url(../Images/Icons/recycle-faded.png); }
div.table .col.actions a.recycle:hover { background-image: url(../Images/Icons/recycle.png); }

#poles {
}
#poles .pole {
	width: 129px;
	height: 122px;
	position: absolute;
	top: 70px;
	z-index: -1; /* Required! */
}
#poles .female {
	background-image: url(../Images/PoleFemale.png);
	left: 0;
}
#poles .male {
	background-image: url(../Images/PoleMale.png);
	right: 20px;
}

#topBar {
	position: relative;
	margin-bottom: 30px;
}
#topBar .weekNavigationPanel {
	position: absolute;
	bottom: -.5em;
	width: 100%;
}
#topBar #weekNavigation {
	float: right;
	position: relative;
	right: 50%;
}
#topBar #weekNavigation .weekNavWrapper {
	float: left;
	position: relative;
	left: 50%;
	border: solid 1px #cfcfcf;
	height: 30px;
	border-radius: 15px;
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .25);
}
#topBar #weekNavigation a {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	margin-top: 7px;
}
#topBar #weekNavigation .center {
	float: left;
	margin: 0 20px;
	min-width: 223px;
	text-align: center;
}
#topBar #weekNavigation .center span {
	line-height: 29px;
}
#topBar #weekNavigation .center span.weekNumber { color: #000; font-size: 1.1em; font-weight: bold; }
#topBar #weekNavigation .center span.dates { color: #666; font-size: .9em; }

#topBar #weekNavigation a.previous { background: url(../Images/Icons/arrow-left.png); margin-left: 6px; }
#topBar #weekNavigation a.current { background: url(../Images/Icons/reset-week.png); margin-right: 6px; }
#topBar #weekNavigation a.next { background: url(../Images/Icons/arrow-right.png); margin-right: 6px; }

#topBar #weekNavigation .viewingWeek {
	float: left;
	font-size: 1.5em;
	line-height: 32px;
	margin-left: 10px;
}
#topBar .bg {
	height: 50px;
	background-color: #fff;
	overflow: hidden;
	padding-top: 1em;
}
#topBar .shadow {
	height: 5px;
	background: url(../Images/TopBarShadow.png) repeat-x center top;
}
#topBar .widthWrapper {
	margin: 0px auto;
	width: 1255px;
}
#topBar #pageNavigation {
	float: left;
}
#topBar #pageNavigation a {
	display: block;
	float: left;
	font-size: .9em;
	color: #8a8a8a;
	height: 22px;
	line-height: 24px;
    position: relative;
}

#topBar #pageNavigation a .gpalert {
/*position: absolute;*/
display: inline-block;
margin-left: 5px;
color: #ffffff;
background: #cb1d4c;
font-size: 11px;
line-height: 1em;
padding: 2px 4px;
font-family: Verdana, Geneva, sans-serif;
font-weight: 400;
-webkit-border-radius: 11px;
border-radius: 11px;

}


#topBar span.sep {
	color: #d2d2d2;
	display: block;
	float: left;
	margin: 0 8px;
	position: relative;
	top: 2px;
}
#topBar #pageNavigation a:hover {
	color: #000;
}
#topBar #pageNavigation a.active {
	border: solid 1px #c0c0c0;
	background: url(../Images/ActiveNavigationItemBg.png) repeat-x;
	border-radius: 5px;
	box-shadow: 0 2px 1px 0px rgba(0, 0, 0, .45) inset;
	color: #000;
	padding: 0 10px;
	font-weight: bold;
	text-decoration: none;
}
#topBar #signedInAs {
	float: right;
	padding-left: 20px;
	background: url(../Images/Icons/handshake.png) no-repeat left center;
	color: #8a8a8a;
}
#topBar #signedInAs .greeting, #topBar #signedInAs a.signOut {
	display: block;
	float: left;
	font-size: .9em;
	height: 22px;
	line-height: 24px;
}
#topBar #signedInAs .greeting a {
	font-weight: bold;
	color: #113FDB;
}
#topBar #signedInAs a.signOut {
	color: #cc1f1f;
}

#content {
}
#content .contentWrapper {
	width: 1570px;
	margin: 0 auto;
	background-color: #fff;
	padding: 1.5em 20px;
}

#pnlBottomWeekNumberAndCloseButton {
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left: -75px;
	width: 150px;
}
#pnlBottomWeekNumberAndCloseButton .week {
	border: solid 1px #CFCFCF;
	background-color: #fff;
	border-bottom: none;
	font-weight: bold;
	font-size: 1.1em;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	text-align: center;
	line-height: 2.5em;
}


    #pnlBottomWeekNumberAndCloseButton .week a.previous {
        width: 16px;
        height: 16px;
        margin: 0px 10px 0px 0px;
        background: #f6f6f6 url(../../Images/Icons/arrow-left.png) no-repeat 0px 0px;
        display: inline-block;
    }

    #pnlBottomWeekNumberAndCloseButton .week a.next {
        width: 16px;
        height: 16px;
        margin: 0px 0px 0px 10px;
        background: #f6f6f6 url(../../Images/Icons/arrow-right.png) no-repeat 0px 0px;
        display: inline-block;
    }

    #pnlBottomWeekNumberAndCloseButton #btnGotoCurrentWeekInpnlBottomWeekNumberAndCloseButton {
        position: absolute;
        left: -22px;
        width: 22px;
        height: 22px;
        bottom: 0;
        border-style: solid;
        border-color: #CFCFCF;
        border-width: 1px 1px 0px 0px;
        border-top-left-radius: 10px;
        box-shadow: inset 2px 2px 1px rgba(0,0,0,.1);
        background: #f6f6f6 url(../../Images/Icons/reset-week.png) no-repeat 4px 3px;
    }




#pnlBottomWeekNumberAndCloseButton a.close {
	position: absolute;
	left: 149px;
	width: 22px;
	height: 22px;
	bottom: 0;
	border-style: solid;
	border-color: #CFCFCF;
	border-width: 1px 1px 0 0;
	border-top-right-radius: 10px;
	box-shadow: inset 2px 2px 1px rgba(0,0,0,.1);
	background: #f6f6f6 url(../../Images/Icons/cross-faded.png) no-repeat 3px 4px;
}
#pnlBottomWeekNumberAndCloseButton a.close:hover {
	border-top-left-radius: 5px;
	background-color: #fff;
	box-shadow: 2px 2px 1px rgba(0,0,0,.1);
	cursor: pointer;
	width: 26px;
	background-image: url(../../Images/Icons/cross.png);
	background-position: 5px 4px;
}

#overlayDialog {
	text-align: center;
}
#overlayDialog .dots {
	font-weight: bold;
	font-size: 20pt;
	margin-top: .75em;
}