body {
	background-color: #fff;
	border: 0;
	margin: 0;
}

body, td {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 12px;
	color: #000;
}


html, body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by it's height */
	margin: 0 auto -50px;
}

      /* Set the fixed height of the footer here */
      #push,
      #footer {
        height: 50px;
      }
      #footer {
        /*background-color: #f5f5f5;*/

        box-shadow: 0px -1px 0px rgba(255, 255, 255, 0.15) inset, 0px -1px 5px rgba(0, 0, 0, 0.075);

        border-top: 1px solid transparent;

        background-image: linear-gradient(to bottom, #FFF 0px, #F8F8F8 100%);
	background-repeat: repeat-x;

	background-color: #F8F8F8;
	border-color: #E7E7E7;
	margin-top: 10px;
	color: #777;
}

.container {
	width: auto;
	max-width: 900px;
}

/* bump down page so under nav bar */
body {
	padding-top: 80px;
	min-width: 320px;
}

/* shift login buttons to the left and give margin. */
.mr_10 {margin-right:10px;}

.qurl_brand {margin-top:-6px; height:36px;}


/* remove nasty shift right in bootstrap */

.navbar-nav.navbar-right:last-child {margin-right: 0px !important;}
ol.breadcrumb li {font-weight:bold;}


table.standard thead tr th {
	border-bottom: 2px solid #F60 !important;
}


a {
	color: #33f;
}

.menu a {
	font-size: 14px;
	padding: 4px 8px;
	color: #33f;
	background-color: #fff;
	border-left: 1px dashed;
}

.menu a:hover {
	font-size: 14px;
	padding: 4px 8px;
	color: #f60;
	background-color: #eee;
}

.textred {color:#F00;}

.menur a {
	font-size: 14px;
	padding: 4px 8px;
	color: #33f;
	background-color: #fff;
	border-right: 1px dashed;
	border-left: 1px dashed;
}

.menur a:hover {
	font-size: 14px;
	padding: 4px 8px;
	color: #f60;
	background-color: #eee;
}

input, select, textarea {
	background-color: #fff;
	border: 1px solid #CCCCCC;
	font-size: 9pt;
	color: #666;
}

textarea {
	width: 500px;
	height: 40px;
}

.source {
	width: 700px;
	height: 300px;
}

.largetextarea {
	width: 500px;
	height: 120px;
}

.title {
	color: #666;
	font-weight: bold;
	font-size: 16px;
}

.ttitle {
	background-color: #666;
	height: 26px;
	padding: 0 4px;
	color: #fff;
	font-weight: bold;
}

.ttitle	a {
	color: #f60;
	font-weight: bold;
	text-decoration: none;
}

.stitle {
	background-color: #666;
	height: 26px;
	padding: 2px;
	text-align: left;
	color: #fff;
	font-weight: bold;
}

.stitle	a {
	color: #f60;
	font-weight: bold;
	text-decoration: none;
}

.item {
	background-color: #f0f0f0;
	padding: 4px;
}

.ritem {
	background-color: #f0f0f0;
	height: 22px;
	padding: 4px;
}

.base {
	border-top: 1px dashed #f60;
}

.login {
	width: 120px;
}

.qurl {
	color: #000;
}

hr {
	width: 80%;
	border: none 0;
	border-top: 1px dashed #f60;
}

/** Page Numbering **/
.pages a {
	padding: 2px;
}

.pages a#more:hover {
	background-color: #333;
	color: #fff;
}

.pages a#this {
	text-decoration: underline;
	font-weight: bolder;
}


/* DEFAULT FORMS OPTIONS */

/* special forms */
.input-group .form-control.full {width: 100%;}
.input-group .form-control.half {width: 50%;}
.input-group .form-control.third {width: 33%;}
.input-group .form-control.third:nth-child(3n) {width: 34%;}
.input-group .form-control.quarter {width: 25%;}
/* on smaller screens, ignore the settings above*/
@media (max-width: 767px) {
	.input-group .form-control.quarter {width: 100%;}
	.input-group .form-control.half {width: 100%;}
	.input-group .form-control.third {width: 100%;}
	.input-group .form-control.third:nth-child(3n) {width: 100%;}
}

.bc_fullwidth {width: 100%;}

/* spacing and colour of expanded search */
.expandedsearch {
	margin-top: -4px;
	border-radius: 0px 0px 6px 6px;
	border-width: medium 1px 1px;
	border-style: none solid solid;
	border-color: -moz-use-text-color rgb(221, 221, 221) rgb(221, 221, 221); -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; border-image: none; background: rgb(241, 241, 241) none repeat scroll 0% 0%;
	padding: 10px;
	margin-bottom: 8px;
}