/* BEGIN reset */

*{
	margin: 0;
	padding: 0;
}

div, table, img {
	border: 0;
}

/* END reset */

body {
	font-family: Calibri,Arial, Helvetica, sans-serif;
	font-size: 11pt;
	overflow-y: scroll;
}

button, input, textarea, select, .ui-widget {
	font-family: Calibri,Arial, Helvetica, sans-serif !important;
	font-size: 11pt;
}
.ui-widget-content ul {
	padding-left: 33px;
	margin: 15px 0;
}
ul.ui-autocomplete.ui-widget-content,
.AnyTime-pkr.ui-widget-content ul {
	padding: 0;
	margin: 0;
}
.ui-widget-overlay
{
	opacity: .75 !important; /* Make sure to change both of these, as IE only sees the second one */
	filter: Alpha(Opacity=75) !important;
}
input[type=text], textarea, input[type=number], select, input[type="datetime"]{
	/*preventing customised themes for OS or browsers to interfere with readability*/
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #999999;
}

input[type=text]:disabled, textarea:disabled, input[type=number]:disabled, select:disabled, input[type="datetime"]:disabled{
	/* disabled input fields should look disabled*/
	background-color: #dddddd;
	color: #666666;
	border: 1px solid #bbbbbb;
}
input[type=checkbox]:disabled{
	opacity: 0.5;
}

/* BEGIN headings */

h1, h2, h3, h4{
	text-transform: uppercase;
	font-weight: normal;
	color: #000000;
}

h1{
	font-size: 20pt;
}

h2{
	font-size: 16pt;
}

h2 i{
	color: #990000;
	font-style: normal;
}

h3 {
	font-size: 14pt;
}

h3.shaded {
	margin-top: 1.5em;
	margin-bottom: 0.25em;
	padding-left: 4px;
	background: rgb(221,221,221);
	background: -moz-linear-gradient(left,  rgba(221,221,221,1) 0%, rgba(240,240,240,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(221,221,221,1)), color-stop(100%,rgba(240,240,240,1)));
	background: -webkit-linear-gradient(left,  rgba(221,221,221,1) 0%,rgba(240,240,240,1) 100%);
	background: -o-linear-gradient(left,  rgba(221,221,221,1) 0%,rgba(240,240,240,1) 100%);
	background: -ms-linear-gradient(left,  rgba(221,221,221,1) 0%,rgba(240,240,240,1) 100%);
	background: linear-gradient(left,  rgba(221,221,221,1) 0%,rgba(240,240,240,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#f0f0f0',GradientType=1 );
}

/* END headings */

p, ul, ol {
	text-align: justify;
}

a {
	color: #990000;
}

a:hover {
	text-decoration: none;
}

a img {

}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

div.clear {
	clear: both;
}

.access-key {
	text-decoration: underline;
}


/* BEGIN header */

div#main_header{
	display:table;
	width:100%;
	border: medium none;
	height: 56px;
	margin: 8px auto;
}

div#header_container{
	display:table-row;

}

/* END header*/
/* BEGIN logo*/

div.header div#logo{
	width:100px;
	display:table-cell;
	padding: 0 20px 0 0;
	text-align: center;
	/*white-space:nowrap;*/
}

div#logo img{
	/*height:100px;*/
	display: block;
	margin: 0 auto;
	width:72px;
}

div.header div#logo h1 {
	font-family: 'Josefin Sans', sans-serif;
	display: inline-block;
	margin: 0 0 6px 0;
	padding: 0;
	font-size: 24px;
	text-transform: lowercase;
	color: #424242;
}

div.header div#logo a h1 {
	display:inline-block;
	text-decoration: none;
	color: #424242;
}

/* END logo*/
/* BEGIN login header */

div#login_header{
	display:table-cell;
	margin:0 4px;
}

/* END login header */
/* BEGIN main navigation */

div#main_navigation{
	display:table-cell;
	vertical-align:middle;
}

div#main_navigation ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	text-align: left;
}

div#main_navigation ul li{
	display:inline-block;
	margin:2px 0;
}

div#main_navigation ul li a {
	display: inline-block;
	padding: 3px 10px;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
	color: #666666;
	margin-right: 4px;
	background-color: #EEEEEE;
	border-radius: 4px;
	-moz-border-radius: 4px;
}

div#main_navigation ul li a:hover {

	color: #990000;
	background-color: #DDDDDD;
	border: 1px solid #999999;
}

div#main_navigation .current_page_item a {
	color: #FFFFFF;
	background-color: #990000;
	border: 1px solid #990000;
}

/*div.header #main_navigation li a {
	background-color: #990000;
	border: 1px solid #7F0000;
	color: #ddd;
}

div.header #main_navigation li a:hover {
	background-color: #7F0000;
	border: 1px solid #5F0000;
	color: #fff;
}

div.header #main_navigation li.current_page_item a {
	background-color: #7F0000;
	border: 1px solid #5F0000;
	color: #fff;
}*/

/* END main navigation*/
/* BEGIN notification navigation */

div#notification_navigation{
	display:table-cell;
}

div#notification_navigation span{
	display:table-cell;
}

#mav_questions_header.active,
#requests_header,
#representativerequests_header {
	display:table-cell;
	margin:4px;
}

/* END notification navigation */

/*
div#titleheader {
	text-align: center;
}

div#titleheader h2 {
	display: inline-block;
}

div#menu_container{
	min-width:50%;
}



#menu .first {
}
* */


.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

table.old-school-will-change-it th,
table.old-school-will-change-it td {
	padding: 2px 4px;
}
.input-in-a-td {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
	margin: 0;
}

div#wrapper {
	margin: 8px auto 0 auto;
	background-color: #f0f0f0;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}

#wrapper-bgtop {
}

#wrapper-bgbtm {
	min-height: 466px;
	text-align: center;
}

#page {
	text-align: left;
	min-width: 970px;
	display: inline-block;
}

/* Search */

#search {
	float: right;
	width: 260px;
}

#search form {
	float: right;
	margin: 0;
	padding: 4px 0px 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
	font: 12px Georgia, "Times New Roman", Times, serif;
	border: none;
}

#search-text {
	width: 200px;
	height: 18px;
	padding: 3px 0 0 5px;
	border: 1px solid #333333;
	background: #ECF9E4;
	color: #000000;
}

#search-submit {
	height: 21px;
	margin-left: 10px;
	padding: 0px 5px;
	background: #5AA01B;
	color: #FFFFFF;
}

/* Page */

#page {
	margin: 0 auto;
	padding: 16px 16px 32px 16px;
}


#banner {
	padding-bottom: 20px;
}

/* Content */

#content {
	/*float: left;
	width: 630px;*/
}
#content_narrow {
	float: left;
	width: 100%;
}
#content_narrow #content-margin {
	margin-right: 280px;
}
#calendar #content {
	float: none;
	width: 100%;
}
#calendar #content a {
	display: block;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 280px;
	margin-left: -280px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 15px;
	padding: 0 0 10px 0px;
}

#sidebar li ul {
	margin: 0px 14px;
}

#sidebar li li {
	margin: 0;
	padding: 4px 0px;
	border-bottom: 1px dashed #C7C7C7;
}

#sidebar li li a {
	padding: 0px 0px 0px 0px;
	font-weight: normal;
}

#sidebar li li a:hover {
}

#sidebar p {
	margin: 0;
	padding: 0px 14px;
}

#sidebar h2 {
	height: 30px;
	margin: 0 0 10px 0px;
	padding: 6px 0 2px 14px;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: normal;
}


#sidebar p {
	line-height: 200%;
}

#sidebar a {
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	color: #757575;
}


/* Footer */

#footer {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	padding: 0;
}

#footer-bgcontent {
}

#footer p {
	margin: 0;
	padding: 10px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	font-size: 10px;
	color: #52809A;
}
#footer p span {
	display: none;
}

#footer a {
	color: #C38834;
	text-decoration: none;
}
#scheduler {
	/*width: 980px;
	margin: 0px auto;*/
	color: #cccccc;
	font-size: 8pt;
}

.inline_div {
	border: 1px solid #999999;
	background-color: #f0f0f0;
}
.inline_div th {
	border-bottom: 1px solid #999999;
	text-align: left;
	font-weight: bold;
	background-color: #dddddd;
}
.inline_div th, .inline_div td {
	padding: 3px;
}
.inline_div tr.odd td {
	background-color: #e5e5e5;
}
.inline_div tr.even td {
}
.inline_div tr.total td {
	border-top: 1px solid #999999;
	font-weight: bold;
	background-color: #dddddd;
}
.inline_div td.message {
	text-align: center;
	font-weight: bold;
	color: #990000;
}

.successmessagebox,
.errormessagebox {
	width: 66%;
	color: #666666;
	font-weight: normal;
	font-family: Courier New,Courier,monospace;
	font-size: 13pt;
	letter-spacing: -1px;
	margin: 32px auto;
	border: 2px solid #777;
	border-radius: 16px;
	-moz-border-radius: 16px;
	text-align: left;
	padding: 12px 12px 12px 75px;
	background-image: url(/images/Exclamation_Mark_05.gif);
	background-color: #fff;
	background-position: left center;
	background-repeat: no-repeat;
	min-height: 120px;
	box-shadow: 3px 3px 10px 5px #aaa;
}
.successmessagebox {
	background-image: url(/images/img_obj_checkmark.png);
	padding-left: 125px;
	background-position: 16px center;
}
div.yes-no-fields td.y {
	font-weight:bold;
}
div.yes-no-fields td.n {
	color:#666666;
}
.inlineIcons {
	white-space: nowrap;
	padding: 0 !important;
}
.inlineIcons a {
	padding: 4px 2px;
	display: none;
	margin: 0 1px;
}
.inlineIcons a img {
	width: 16px;
	height: 16px;
}
table.error, select.error, textarea.error, input.error {
	box-shadow: 0px 0px 5px 1px #bb0000;
	border-radius: 2px;
}

.buttonform {
	display: inline-block;
}

button, input {
	padding: 1px 4px;
	margin: 1px 4px;
}

button, input[type=submit],input[type=button] {
	background: #dddddd; /* Old browsers */
	background: -moz-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4e4e4), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e4e4e4 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e4e4e4 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e4e4e4 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e4e4e4 0%,#cccccc 100%); /* W3C */
	border: 1px outset #cccccc;
	border-radius: 6px;
}

button:active, input[type=submit]:active,input[type=button]:active {
	background: #cccccc; /* Old browsers */
	background: -moz-linear-gradient(top, #cccccc 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cccccc 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cccccc 0%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cccccc 0%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom, #cccccc 0%,#eeeeee 100%); /* W3C */
}

form.acceptform input[type=submit] {
	background: #eeeeee url(/images/tick.png) no-repeat 4px; /* Old browsers */
	background: url(/images/tick.png) no-repeat 4px,-moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
	background: url(/images/tick.png) no-repeat 4px,-webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: url(/images/tick.png) no-repeat 4px,-webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: url(/images/tick.png) no-repeat 4px,-o-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
	background: url(/images/tick.png) no-repeat 4px,-ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* IE10+ */
	background: url(/images/tick.png) no-repeat 4px,linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%); /* W3C */
	padding-left: 20px;
}

form.acceptform input[type=submit]:active {
	background: #cccccc url(/images/cross.png) no-repeat 4px; /* Old browsers */
	background: url(/images/tick.png) no-repeat 4px,-moz-linear-gradient(top, #cccccc 0%, #eeeeee 100%); /* FF3.6+ */
	background: url(/images/tick.png) no-repeat 4px,-webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: url(/images/tick.png) no-repeat 4px,-webkit-linear-gradient(top, #cccccc 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: url(/images/tick.png) no-repeat 4px,-o-linear-gradient(top, #cccccc 0%,#eeeeee 100%); /* Opera 11.10+ */
	background: url(/images/tick.png) no-repeat 4px,-ms-linear-gradient(top, #cccccc 0%,#eeeeee 100%); /* IE10+ */
	background: url(/images/tick.png) no-repeat 4px,linear-gradient(to bottom, #cccccc 0%,#eeeeee 100%); /* W3C */
}

form.denyform input[type=submit] {
	background: #eeeeee url(/images/cross.png) no-repeat 4px; /* Old browsers */
	background: url(/images/cross.png) no-repeat 4px,-moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
	background: url(/images/cross.png) no-repeat 4px,-webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: url(/images/cross.png) no-repeat 4px,-webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: url(/images/cross.png) no-repeat 4px,-o-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
	background: url(/images/cross.png) no-repeat 4px,-ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* IE10+ */
	background: url(/images/cross.png) no-repeat 4px,linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%); /* W3C */
	padding-left: 20px;
}

form.denyform input[type=submit]:active {
	background: #cccccc url(/images/cross.png) no-repeat 4px; /* Old browsers */
	background: url(/images/cross.png) no-repeat 4px,-moz-linear-gradient(top, #cccccc 0%, #eeeeee 100%); /* FF3.6+ */
	background: url(/images/cross.png) no-repeat 4px,-webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: url(/images/cross.png) no-repeat 4px,-webkit-linear-gradient(top, #cccccc 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: url(/images/cross.png) no-repeat 4px,-o-linear-gradient(top, #cccccc 0%,#eeeeee 100%); /* Opera 11.10+ */
	background: url(/images/cross.png) no-repeat 4px,-ms-linear-gradient(top, #cccccc 0%,#eeeeee 100%); /* IE10+ */
	background: url(/images/cross.png) no-repeat 4px,linear-gradient(to bottom, #cccccc 0%,#eeeeee 100%); /* W3C */
}

.hidden,
.template {
	display: none;
}
.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

label:after {
	content:':';
	margin-right: 4px;
}

label.nocolon:after {
	content:'';
	margin: 0;
}

#errors{
    background-color:#ffffcc;
    margin:10px 50px;
    padding:20px;
    border-radius:10px;
}

#success{
    background-color:#ccffcc;
    color:#00CC00;
    margin:10px 50px;
    padding:20px;
    border-radius:10px;
}

#info-box{
    background-color:#ccccff;
    color:#0000cc;
    margin:10px 50px;
    padding:20px;
    border-radius:10px;
}
