html,body {
	height: 100%;
}
body, dd{ 
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0; 
}
.clear {
	 clear: both;
}
img {
	border:none;
}
#interior-page{
 padding: 30px 50px;
}
#skybox{
	display: none;
}
.nobr  {
    white-space:nowrap;
}

/* ---------------- listing -------------   */  
table.listing {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #cccccc;
	border-collapse: collapse;
	width: 100%;
}
table.listing th { 
	text-align: left;
	font-size: 14px;
	border-width: 1px;
	padding: 5px 10px 5px 10px;
	border-style: solid none solid none;
	border-color: #cccccc;
	background-color: #f6f6f6;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.listing td {
	font-size: 13px;
	border-width: 1px;
	padding: 5px 10px 5px 10px;
	border-style: dashed none dashed none;
	border-color: #cccccc;
	-moz-border-radius: 0px 0px 0px 0px;
}


/* ----------------- profile ---------------- 
	not sure if this is being used still
*/
 .profile_page_response {
 	display: none;
 	border-color: #000000;
 	padding: 10px;
 	margin-bottom: 15px;
 	background-color: #fff8ad;
 	font-weight: bold;
 	font-size: 15px;
 }



/* --------- aql profile page ----------- */
.aql_error {
	border: 1px #FF0000 dashed;
	background-color:#FFFFEE;
	padding: 10px;
	margin: 15px 0 15px 0;
	font-weight:bold;
}
.aql_saved {
	border: 1px #00FF00 dashed;
	background-color:#EEFFEE;
	padding: 10px;
	margin: 15px 0 15px 0;
	font-weight:bold;
}
.slim {
	padding: 2px 5px 2px 5px;
	margin: 0;
}


/* standard form */
form.standard_form {
	margin-bottom: 15px;
}
form.standard_form fieldset {
	border: solid 1px #CCCCCC;
	padding: 15px;
}

form.standard_form legend {
	border: solid 1px #CCCCCC;
	padding: 3px 10px 3px 10px;
}

form.standard_form .field {
	margin-bottom: 15px;
}

form.standard_form label {
	display: block;
	width:auto;
}

form.standard_form label.labelh {
	display: inline;
	font-weight: bold;
}

form.standard_form .save_button {
	margin-top: 10px;
	font-size:16px;
}

form.standard_form .label {
	font-weight: bold;
}

form.standard_form .radio_field label {
	display: inline;
}



/* snippet::checkbox */
form.standard_form label.checkbox-label {
	display: inline;
	cursor: pointer;
}


/* snippet::timepicker2 */
div.time-picker {
  position: absolute;
  height: 200px;
  width:4em; /* needed for IE */
  overflow: auto;
  background: #fff;
  border: 1px solid #000;
  z-index: 99;
}
div.time-picker-12hours {
  width:6em; /* needed for IE */
}
div.time-picker ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
div.time-picker li {
  padding: 1px;
  cursor: pointer;
}
div.time-picker li.selected {
  background: #316AC5;
  color: #fff;
}



/* snippet::tabs */
.tabs ul{
	border-bottom:1px solid #CCD5E4;
	height:23px;
	list-style-type:none;
	margin:0 0 10px;
	padding:4px 0;
}
	.tabs ul li {
		background-color:#CCD5E4;
		display:inline-block;
		float:left;
		margin-left:4px;
		margin-right:4px;
		padding:1px;
	}
	.tabs ul li a {
		background-color:#EFF2F7;
		border:medium none;
		float:left;
		line-height:16px;
		margin:0;
		padding:6px 10px 4px;
		text-decoration:none;
	}
		.tabs ul li a:hover{
			background-color:#fff;
		}
	.tabs ul li.tab_on {
		padding-bottom:0;
	}
	.tabs ul .tab_on a {
		background:#fff url("/templates/global/images/tab-star.jpg") no-repeat scroll left center;
		font-weight:normal;
		padding-left:24px;
		padding-bottom:5px;
	}

.vertical-tabs ul {
	margin: 10px 0;
	padding: 0;
	border-bottom: #CCCCCC 1px solid;
}
.vertical-tabs ul li {
	list-style:none;
	padding: 3px;
	border-top: #CCCCCC 1px solid;
	background-color:#f6f6f6;
}
.vertical-tabs ul li.tab_on a {
	font-weight: bold;
	color:#000000;
	text-decoration:none;
}
.vertical-tabs ul li.tab_on {
	background-color:#FFFFFF;
}


a.external {
	background: url(/images/external.png) center right no-repeat;
	padding-right: 13px;
}

a.expander {
	background: url(/images/expand.gif) center left no-repeat;
	padding-left: 18px;
}
a.collapser {
	background: url(/images/collapse.gif) center left no-repeat;
	padding-left: 18px;
}
.expandable {
	display: none;
    border-left: #ccc 5px solid;
    padding-left: 15px;
    margin-top: 15px;
}

a.refresh {
	height: 10px;
	padding: 0 0 4px 14px;
	/* background: url('/images/refresh.gif') 0 1px no-repeat; */
	font-size: 11px;
}


/* grid pagination */

.grid_pages {
	margin-bottom: 4px;
}
.grid_pages a {
	padding: 0 2px;
}
.grid_pages a:hover {
	text-decoration: none;
	background-color: #2589b4;
	color: #FFFFFF;
}
.grid_pages a.current {
	font-weight: bold;
	border-bottom: 1px solid #2589b4;
}

/* other */

.float-left { float: left; }
.float-right { float: right; }
.bold { font-weight:bold; }

.module-bar {
	display: block;
	height: 22px;
	background: url('/images/bg_42px.jpg') top left repeat-x;
	padding: 10px 15px;
	font-weight: bold;
	margin: 0;
	color: #444444;
}
.module-bar a {
	color: #444444;
}
.module-bar a.normal-link {
	color: #2589b4;
	font-size: 12px;
	position: relative;
	display: inline;
	padding: 5px;
}
.module-body {
	padding: 10px;
	margin: 0 0 15px 0;
	background: url('/images/grey_150px.jpg') top left repeat-x;
}
.module-container {
	padding: 10px;
	background: #FFFFFF;
}


/* EasyClearing http://www.positioniseverything.net/easyclearing.html */
.has-floats:after { content: ".";  display: block; height: 0; clear: both; visibility: hidden; }
.has-floats { display: inline-block; }
/* Hides from IE-mac \*/
* html .has-floats { height: 1%; }
.has-floats { display: block; }
/* End hide from IE-mac */



/*  jquery dropdown  */
.dd {
	/*display:inline-block !important;*/
	text-align:left;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
}
.dd .ddTitle {
	background:#f2f2f2;
	border:1px solid #c3c3c3;
	padding:3px;
	text-indent:0;
	cursor:default;
	overflow:hidden;
	height:16px;
}
.dd .ddTitle span.arrow {
	background:url(/images/dd_arrow.gif) no-repeat 0 0; float:right; display:inline-block; width:16px; height:16px; cursor:pointer;
}

.dd .ddTitle span.textTitle {text-indent:1px; overflow:hidden; line-height:16px;}
.dd .ddTitle span.textTitle img{text-align:left; padding:0 2px 0 0}
.dd .ddTitle img.selected {
	padding:0 3px 0 0;
	vertical-align:top;
}
.dd .ddChild {
	position:absolute;
	border:1px solid #c3c3c3;
	border-top:none;
	display:none;
	margin:0;
	width:auto;
	overflow:auto;
	overflow-x:hidden !important;
	background-color:#ffffff;
}
.dd .ddChild .opta a, .dd .ddChild .opta a:visited {padding-left:10px}
.dd .ddChild a {
	display:block;
	padding:3px 0 3px 3px;
	text-decoration:none;
	color:#000;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
}
.dd .ddChild a:hover {
	background:#f0f0f0;
}
.dd .ddChild a img {
	border:0;
	padding:0 2px 0 0;
	vertical-align:middle;
}
.dd .ddChild a.selected {
	background:#f6f6f6;
	border: 1px dashed #c3c3c3;
}
.hidden {display:none;}
/* ---------------- forgot password -------------   */  
#login_username{
	margin-bottom:10px;
}
/**** SKYBOX ****/
#overlay{
	left:0;
	top:0;
}

