@charset "utf-8";
/* CSS Document */

.showOnMobile{
	display: none;
}
.hideOnMobile{
	display: block;
}

/* For Mobiles */
@media screen and (max-width: 550px) {
	.showOnMobile{
		display: block;
	}
	.hideOnMobile{
		display: none;
	}
}


body{
	margin:0px;
	background-color:#33577c;
	width:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
a, a:visited,a:active, .link{
	color:#0031AD;
	text-decoration:none;
	cursor:pointer;
	cursor:hand;
}
a:hover, .link:hover{
	color:#F7AD10;
	text-decoration:underline;
	cursor:pointer;
	cursor:hand;
}
a img, a:link img, a:hover img , a:visited img , a:active img {
	border: 0px !important;
	text-decoration:none !important;
}

dt{
	margin-top:15px;
}

#mainimg{
  text-align: center;
  background-color: #CCC;
	overflow: hidden;
	width: 700px;
	max-width: 100%;
}

.progressbar_container{
	border:#002D5B 1px solid;
	padding:2px;
}

.progressbar_completed{
	background-color:#FECB3A;
	height:25px;
}

.progressbar_lacking{
	background-color:#002D5B;
}

.print{
	display: none;
}

/*
** Memberhome Tabs
*/
a.memberhome_tab{
	padding:5px 10px 3px 10px;
	font-weight:bold;
	display:inline-block;
	text-decoration:none !important;
	margin: 0px 2px;
}
a.memberhome_tab:hover{
	text-decoration:none !important;
}

/*
** Privacy
*/
#privacy_switch{
	float:right;
	color: #F17422;
	font-size:10px;
	padding: 3px 2px;
	margin-right: 9px;
	border-right:1px white solid;
	border-top:1px white solid;
	border-left:1px white solid;
	width:121px;
}
#privacy_switch:hover{
	text-decoration:none !important;
	background-color:#B8CADB;
	cursor: pointer;
	cursor: hand;
}
.privacy_switch_selected{
	border-right:1px #33577C solid !important;
	border-top:1px #33577C solid !important;
	border-left:1px #33577C solid !important;
}
.privacy_switch_selected:hover{
	background-color:white !important;
}
#privacy_box{
	background-color:#DFDFDF;
	border-right:1px #33577C solid;
	border-bottom:1px #33577C solid;
	border-left:1px #33577C solid;
	width:125px;
	z-index:20;
	position:absolute;
}
#privacy_box div{
	padding:5px 2px;
}
#privacy_box a img{
	border:none;
}
#privacy_box a{
	text-decoration:none !important;
}
#privacy_box a:hover, #privacy_box div:hover{
	text-decoration:none !important;
	background-color:#B8CADB;
}

/*
**
** Header Nav
**
*/

a.headernav{
	background-color: #CACAC8;
	color: #000000 !important;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	width:calc(100% - 5px);
	height:24px;
	display:block;
	text-align:center;
	padding-top:2.5px;
	font-size:1.25em;
	font-weight:bold;
	font-family:"trebuchet ms", tahoma, sans-serif;
	overflow:hidden;
}
a.headernav:hover, a.headernav-overstate{
	background-color: #02319D;
	text-decoration: none !important;
	color: #FFFFFF !important;
}
div.headernavexample{
	background-color: #02319D;
	text-decoration: none !important;
	color: #FFFFFF !important;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	width:120px;
	height:24px;
	display:inline-block;
	text-align:center;
	padding-top:2.5px;
	font-size:1.25em;
	font-weight:bold;
	font-family:"trebuchet ms", tahoma, sans-serif;
	overflow:hidden;
}



.managetab_header{
	height:20px;
	text-align:center;
	font-weight:bold;
	padding-top:7px;
	background-color:#33577C;
	color:#FFFFFF;
}

#memberhomenav_container{
	width:700px;
	padding:0px;
	overflow:hidden; 
	background-color:#FFD527;
	text-align:center;
}

#adminactionsexpand, .adminactions{
	background-color:#DFDFDF;
	border:1px solid #CFCFCF;	
	padding:2px 3px;
}

.submitbutton{
	background-image:url(../images/buttonbg.png);
	width:150px;
	padding:0px;
	margin:0px;
	border:0px;
	height:34px;
	overflow:hidden;
	font-size:14px;
	color:#37526f;
	font-weight:900;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	padding-bottom:4px;
	cursor:pointer;
	cursor:hand;
}

.submitbuttonlong{
	background-image:url(../images/buttonbglong.png);
	width:250px;
	padding:0px;
	margin:0px;
	border:0px;
	height:34px;
	overflow:hidden;
	font-size:14px;
	color:#37526f;
	font-weight:900;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	padding-bottom:4px;
	cursor:pointer;
	cursor:hand;
}

/* For Brother Manager */
.tab{
	background-color:#EFEFEF;
	border-top:1px solid #33577C;
	border-right:1px solid #33577C;
	border-left:1px solid #33577C;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
}

/* For content boxes */
#header ul{
	list-style-type: none;
	padding: 0;
	margin: 0.5em 0em 0em 0em;
}
#header li a{
	text-decoration:none;
	color:#00319C;
	font-size:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
.formtextbox{
	background-color:#DFDFDF;
	border:1px #33577C solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:2px 3px;
}
.formtextbox_disabled{
	background-color: #DFDFDF;
	border: 1px solid #CFCFCF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:2px 3px;
	color: black;
	margin: 0px 2px;
	display: inline-block;
}
.formselect{
	background-color:#DFDFDF;
	border:1px #33577C solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:1px;
}

/*FOR MAIN PAGE*/
#hrbar{
	background-image:url(../images/hr.jpg);
	background-repeat:repeat-x;
	height:8px;
	overflow:hidden;
}
div#pageContainer {
	background-color: white;
	box-shadow: 0px 0px 10px 2px black;
	max-width: 700px;
	margin: 0 auto 5rem auto;
	position: relative;
}
.content{
	margin-top:20px;
	margin-bottom:20px;
}
.content h1{
	font-family:Tahoma, Lucida Sans,Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#00319c;
	font-weight: bold;
	letter-spacing: normal;
}
.content h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#00319c;
	margin:0px;
	padding:0px;
}
.content p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin:2px 0px 0px 0px;
}

/*FOR PAGES*/
#pagecontent{
	padding: 10px 10px 30px 10px;
	max-width: 680px;
	overflow: hidden;
	background-color: #fff;
	width: 100%;
	box-sizing: border-box;
}
#pagecontent h1{
	font-family:Tahoma, Lucida Sans,Verdana, Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#00319c;
}
#pagecontent h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#00319c;
	margin:0px;
	padding:0px 0px 5px 0px;
}
#pagecontent h3{
	color:#002D5B;
	font-size:14px;
	font-weight:bold;
	margin:5px 0px 10px 0px;
	clear:both;
}
#pagecontent h4{
	color:#002D5B;
	font-size:14px;
	font-weight:bold;
}
#pagecontent p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	/* margin:10px 0px 0px 0px; */
}
#pagecontent a{
	text-decoration:none;
	color:#002D5B;
}
#pagecontent a:hover{
	color:#ECAD08;
	text-decoration:underline;
}
#pagecontent dt{
	font-weight:bold;
	padding-bottom:5px;
}
.bluebox{
 	border-spacing:0px;
	background-color:#EFEFEF;
	margin:5px auto;
	padding:9px;
	border:1px solid #CFCFCF;
}
.redbox{
 	border-spacing:0px;
	background-color:#FFD9DA;
	margin:5px auto;
	padding:9px;
	border:1px solid #CFCFCF;
}
.greenbox{
 	border-spacing:0px;
	background-color:#CFFFDA;
	margin:5px auto;
	padding:9px;
	border:1px solid #00AF39;
}
.greenboxcontainer{
 	border-spacing:0px;
	background-color:#CFFFDA;
	margin:5px auto;
	padding:9px;
	border:1px solid #00AF39;
}
.yellowbox{
	background-color: #FFFF99;
	border-color: #EFEC5A;
	cursor: hand;
	cursor: pointer;
	/* padding:9px !important; */
}
.boxtitle{
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
}
.boxsubtitle{
	font-size:12px;
	font-weight:bold;
}
.boxdate{
	float:right;
	width:125px;
	text-align:right;
	font-size:10px;
	color:#000000;
	margin-top:-5px;
}
.subbox{
	padding:10px;
}
.subboxform{
	padding:9px;
	background-color:#FFFF99;
	border:1px solid #EFEC5A;
	margin:5px auto;
}
.boxcontainer{
	padding-left:10px;
}
.requiredbox{
	border-left:3px solid #FF0000;
}
.reportingbox{
	border-left:3px solid #00AF28;
}
.developmentbox{
	border-left:3px solid #0300FF;
}
.servicebox{
	border-left:3px solid #A400BF;
}
.contentbox{
	background-color:#EFEFEF;
	width:665px;
	margin:auto;
	padding:5px;
	border:1px solid #CFCFCF;
	margin-bottom:15px;
}
#pagecontent #tabledata{
 	border-spacing:0px;
	background-color:#EFEFEF;
	width:680px;
	margin:auto;
	padding:0px;
	border:1px solid #CFCFCF;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding-top: 5px;
	background-color: #DFDFDF;
}
#pagecontent #tabledata td{
	padding:4px;
}
#pagecontent #tabledata tr{
	background-color:#EFEFEF;
}
#pagecontent #tabledata .titlerow{
	background-color:#DFDFDF;
}
#pagecontent #tabledata .titlerow td{
	text-align:center;
	font-weight:bold;
	border-bottom:1px solid #CFCFCF;
}
#pagecontent #tabledata .footerrow{
	background-color:#DFDFDF;
}
#pagecontent #tabledata .footerrow td{
	text-align:center;
	border-top:1px solid #CFCFCF;
	padding: 15px;
}
#pagecontent #tabledata .titlecell{
	text-align:right;
	font-weight:bold;
	padding-right:2px;
	border:1px solid #CFCFCF;
}
#pagecontent #tabledata tr.highlight{
	background-color: #FFE26F !important;
}
#imgcontainer{
	padding:3px;
	border:#D3D3D3 1px solid;
	clear:both;
	margin:0px 10px 20px 10px;
	width:100px;
	height:125px;
}

/*FOR THEME TEMPLATE*/
#shadowleft{
	background-image:url(../images/bgshadowleft.png);
	background-repeat:repeat-y;
	width:15px;
}
#shadowright{
	background-image:url(../images/bgshadowright.png);
	background-repeat:repeat-y;
	width:15px;
	vertical-align:top;
}
#shadowbottom{
	background-image:url(../images/bgshadowbottom.png);
	background-repeat:repeat-x;
	height:15px;
}
#shadowbottomright{
	background-image:url(../images/bgshadowbottomright.png);
	background-repeat:no-repeat;
	width:15px;
	height:15px;
}
#shadowbottomleft{
	background-image:url(../images/bgshadowbottomleft.png);
	background-repeat:no-repeat;
	background-position:top right;
	width:15px;
	height:15px;
}
#footer{
	color:#a7b6c6;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
}

/* For Twitter Feed */
#twitter_update_list{
	margin:0px;
	padding:0px 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	list-style-type:none;
}

#twitter_update_list li{
	padding-bottom:15px;
}

/* For AJAX */
#ajax_listOfOptions{
	position:absolute;	/* Never change this one */
	width:175px;	/* Width of box */
	height:100px;	/* Height of box */
	overflow:auto;	/* Scrolling features */
	border:1px solid #33577C;	/* Dark green border */
	background-color:#FFF;	/* White background color */
	text-align:left;
	font-size:0.9em;
	z-index:100;
}
#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
	margin:1px;		
	padding:1px;
	cursor:pointer;
	font-size:0.9em;
}
#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
	background-color:#33577C;
	color:#FFF;
}
#ajax_listOfOptions_iframe{
	background-color:#F00;
	position:absolute;
	z-index:5;
}

/* For Calendar */
.calendar {
	width: 100%;
   background-color: #B5CADF;
   padding: 5px;
}
.calendar td, .calendar th {
	padding: 3px;
	border-bottom: none;
}
.calendar-month{
	font-size:20px;
	font-weight:bold;
	color:#0031AD;
	padding: 5px;
}
.calendar-month a, .calendar-month a:visited{
	text-decoration:none;
	color:#0031AD;
}
td.calendar-day {
	width:100px;
	height:100px;
	border:1px solid #000000;
	vertical-align:top;
	background-color:#FFFFFF;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.calendar-today{
	background-color:#FFF79F;
}
.calendar-day a, .calendar-day a:visited{
	color:#0031AD;
}
.calendar-daynumber{
	padding:0px 3px 0px 3px;
	margin: 0px 3px 3px 0px;
	font-weight:bold;
	border:1px solid #CCCCCC;
	display: inline-block;
}

/* For Bulk Email Function */
#email_form table{
	width: 100%;
}
#email_form table tr td{
	vertical-align:top;
}
#email_form textarea{
	width:450px;
}

/* For Calendar Tags */
.cal_tag_controller{
	background-color: #EEEF59;
}

.cal_tag_15_active{
	background-color: #AFAD83;
}
.cal_tag_14_active{
	background-color: #E0AB12;
}
.cal_tag_13_active{
	background-color: #E2E7C6;
}
.cal_tag_12_active{
	background-color: #AEAEF4;
}
.cal_tag_11_active{
	background-color: #F994C8;
}
.cal_tag_10_active{
	background-color: #CFFBFF;
}
.cal_tag_9_active{
	background-color: #C1D291;
}
.cal_tag_8_active{
	background-color: #93C7EB;
}
.cal_tag_7_active{
	background-color: #A5F1FF;
}
.cal_tag_6_active{
	background-color: #77A7D8;
}
.cal_tag_5_active{
	background-color: #EFB3EE;
}
.cal_tag_4_active{
	background-color: #C2C6EF;
}
.cal_tag_3_active{
	background-color: #C2EFC4;
}
.cal_tag_2_active{
	background-color: #FFBFBF;
}
.cal_tag_1_active{
	background-color: #FFC773;
}
.cal_tag_0_active{
	background-color: #EEEF59;
}

.cal_event_box{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 1px 2px;
	margin: 1px 0px;
}
.cal_controller{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 1px 4px;
	margin: 1px 8px;
	cursor:hand;
	cursor:pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}



/***
* Messages
***/

.success{
	margin:10px 20px 15px 20px;
	padding:5px 10px;
	/*background-color:#FFFF99;*/
	/*border:1px solid #EFEC5A;*/
	border: 1px solid #FAD42E;
	background: #FBEC88 url(../images/ui-custom-blue/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x;
	position: relative;
}
.error{
	margin:10px 20px 15px 20px;
	padding:5px 10px;
	background-color:#FFD9DA;
	border:1px solid #FF5B60;
	position: relative;
	color: black;
}
.information{
	margin:10px 20px 15px 20px;
	padding:5px 10px;
	background-color:#C8DAFA;
	border:1px solid #9FC1FC;
	position: relative;
}


/***
* Twitter
**/
/*
body {
	font: normal 16px/1.3 Helvetica, Arial, sans-serif;
	margin: 0 auto;
	width: 70%;
}
a {
	color: #00acee;
	text-decoration: none;
}
a:hover {
	color: #0080A6;
	text-decoration: underline;
}
*/
.tweet-list {
	list-style: outside none;
	padding: 0;
	margin: 0;
}
.tweet-list li {
	border-bottom: 1px solid #ccc;
	padding: 10px 10px 10px 0px;
}
li.tweet:first-child{
	padding-top: 0px;
}
li.tweet:last-child{
	padding-bottom: 0px;
	border-bottom: none;
}
.tweet-list .is-retweet {
	background: #eee;
}
a.user-screenName {
  display: block;
}
.user-avatar {
	float: left;
	padding-right: 10px;
}
.user-account {
	float: left;
	margin: 3px 0 0;
	width: 100%;
}
.user-name {
	display: inline-block;
}
.tweet-date {
	float: right;
}
.tweet-text {
	clear: both;
	margin: 0;
	padding: 10px 0;
}
.tweet-actions a, a.link-details {
  font-size: 0.8em;
  font-weight: bold;
  margin-right: 5px;
}
.link-reply-to,
.retweeter {
	font-style: italic;
}
.visitor-retweeted .action-retweet,
.visitor-favorited .action-favorite {
	color: #999;
}



/*
* Facebook Login Button
*/
a.facebook-log-in-button{
	background: url("../images/signin_facebook.png") no-repeat 0 0;
	width: 150px;
	height: 22px;
	display: block;
	margin: 20px auto;
}
a.facebook-log-in-button:hover {
	background-position: 0 -24px;
}
a.facebook-log-in-button:active {
	background-position: 0 -48px;
}

/*
* Google Sign-in Button
*/
a.google-button{
	background: url("../images/signin_google.png") no-repeat 0 0;
	width: 191px;
	height: 46px;
	display: block;
	margin: 10px auto;
}
a.google-button:hover {
	background-position: 0 -46px;
}
a.google-button:active {
	background-position: 0 -92px;
}