/* WEB FONTS -------------------------------------------------------------------- */
/*
@font-face {
	font-family: "VerlagBold";
	src: url("/resources/fonts/Verlag-Bold.eot");
	src: local("?"),
				url("/resources/fonts/Verlag-Bold.woff") format("woff"),
				url("/resources/fonts/Verlag-Bold.svg#VerlagBold") format("svg"),
				url("/resources/fonts/Verlag-Bold.ttf") format("opentype");
}
*/


/* HTML ELEMENTS -------------------------------------------------------------------- */
body {
	/*background: url(/resources/images/global/bg_gradient.gif) repeat-x left top #008AC7; */
	/* background can be overriden in pageTemplate based on ServicesLayout settings */
	background: url(/resources/images/global/bg_gradient.gif) repeat-x left top #008AC7;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	word-spacing: -1px;
	/*letter-spacing: 0.05em;*/
}
th {
	font-weight: bold;
}
img {
	vertical-align: bottom;
}
hr {
	border: 0px;
	border-bottom: 1px solid #DFDFDF;
	margin: 5px 0px;
}


/* PAGE LAYOUT -------------------------------------------------------------- */
#pageWrapper {
	width: 1180px;
	margin: auto;
	border: 0px
}
#pageWrapper div.headWrapper {
	padding: 5px 0px;
}
#pageWrapper div#searchBox {
	margin: 10px 0px 0px 200px;
  font-weight: bold;
	color: #000000;
}
#pageWrapper div.contentRight {
	float: right;
	width: 1030px;
}
#pageTabWrapper {
	background-color: #FFFFFF;
	min-height: 525px;
	padding: 15px;
}
#pageTabContent {
}
div#serviceLoginImage {
	/*background-position: middle;
	background-repeat: no-repeat;*/
	width: 1150px;
	height: 450px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
img#serviceLoginImage {
		max-width: 1120px;
		max-height: 400px;
}
#loginMessage {
	padding: 20px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
}
#loginMessage  div.top{
	font-size: 22pt;
	color: #0093D4;
}
#loginMessage  div.bottom{
	padding-top:20px;
	font-size: 16pt;
	color: #7D7C81;
}

#banner {
	height: 40px;
	background: url( /resources/images/global/banner_bg_gradient.gif ) repeat-x top left #333333;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#banner div.selectService {
	float: left;
	width: 400px;
	height: 30px;
	color: #FFFFFF;
	padding-bottom: 0px;
}
#banner div.selectService select {
	font-size: 12px;
}
#banner div.content {
	text-align: right;
	color: #FFFFFF;
	height: 27px;
	padding-bottom: 0px;
}
#banner div.form {
	padding-top: 6px;
}
#banner .user {
	background: url(/resources/images/icons/cog_white.png) left center no-repeat;
	height: 20px;
	padding-left: 20px;
}
#banner img.login_button {
	height: 24px;
}
#banner .textSeparator {
	padding: 0px 50px;
}
#banner a {
	color: #EBEBEB;
}
#banner a:hover {
  color: #0093D4;
}
#content {
	float: left;
	width: 400px;
}

#headerUnderline {
	height: 1px;
	background-color: #919191;
}

/*#footer_topPadding {
	height: 15px;
}*/
#footer {
	height: 40px;
	background: url( /resources/images/global/footer_bg_gradient.gif ) repeat-x top left;
	padding: 6px 10px;
	/*margin-top: 15px;*/
	font-size: 12px;
}
#footer div {
	background: url( /resources/images/logos/gpi_reversed.png ) no-repeat top left;
	padding: 6px 5px 0px 150px;
	height: 38px;
	color: #EBEBEB;
	text-align: right;
}
#footer a	{
	color: #FFFFFF;
}
#footer a:hover	{
	color: #0093D4;
}
body#secure {
	width:1180px;
	margin: 12px auto;
}
body#status {
	width:1180px;
	margin: 12px auto;
}


/* TABLES ------------------------------------------------------------------- */
#table_standard {
		width: 100%;
}
#table_standard th {
    background-color: #E8F5FB;
    font-weight: bold;
    border-bottom: 1px solid #0594D4;
    padding: 5px;
}
#table_standard th.simple {
    background-color: #E3E3E3;
    border: 0px;
}
#table_standard th.spacer {
	  width: 2px;
		margin: 0px;
		padding: 0px;
}
#table_standard th.bgBlue {
  	background-color: #0594D4;
	  width: 1px;
}
#table_standard tr#odd {
		background-color: #F2F2F2;
}
#table_standard tr#even {
    background-color: #FFFFFF;
}
#table_standard td {
    padding: 5px;
}
#table_standard td#label {
    font-weight: bold;
    vertical-align: top;
}
#table_standard td#heading {
    border: 1px solid #C0C0C0;
    font-size: 14px;
		background-color: #f7f7f7;
}
#table_standard td#small {
    font-size: 10px;
    font-weight: normal;
}
#table_standard td.spacer {
  	background-color: #FFFFFF;
		margin: 0px;
		padding: 0px;
}
#table_standard td.bgBlue {
  	background-color: #0594D4;
}
#table_standard a {
		font-weight: normal;
}
#table_standard a.hightlighted {
	  color: #008000;
}

#table_resource {
    color: #000000;
    padding: 0px;
}
#table_resource td.item {
    width: 110px;
 		padding-bottom: 15px;
 		vertical-align: bottom;
}
#table_resource td.folder {
		background: url('/resources/images/buttons/folder_manilla_110x78.png') left top no-repeat;
		text-align: center;
		font-size: 11px;
}
#table_resource td.folder div.details {
		padding-top: 22px;
		height: 80px;	/*60*/
		color: #000080;
		font-weight: normal;
}
#table_resource td.folder div.dataRow {
		padding-bottom: 2px;
}
#table_resource td.folder div.name {
    width: 110px;
    height: 27px;
    overflow: hidden;
    margin-bottom: 10px;
	line-height:10pt;
}
#table_resource td.folderDetailsLabel {
		font-weight: bold;
		padding: 0px 15px 5px 0px;
}
#table_resource td.image {
    border: 1px solid #D3D3D3;
		vertical-align: middle;
}
#table_resource td.image .thumb {
		height: 100px;
    width: 100px;
    overflow: hidden;
		text-align: center;
    padding: 5px;
}
#table_resource td.image .thumb a {
		display: block;
		height: 100%;
}
#table_resource td.text {
  	font-size: 10px;
}
#table_resource td.text .links {
		margin-top: 3px;
    height: 15px;
  	overflow: hidden;
    border-bottom: 1px dotted #D3D3D3;
}
#table_resource td.text .fileExt {
  	color: #808080;
  	font-size: 11px;
  	width: 50px;
  	overflow: hidden;
}
#table_resource td.text .links img {
		vertical-align: top;
}
#table_resource td.text .title {
	width: 112px;
    height: 28px;	/* is overridden in CF if Mac Firefox to 22 */
    overflow: hidden;
    margin: 3px 0px 2px 0px;
}
#table_resource td.text a {
		font-weight: bold;
}
#table_resource td.gap {
    width: 20px;
    height: 10px;
}
#table_resource span.status {
    border: 0px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 0px 3px;
    background-color: #FF0000;
}

.table_resource_preview_box {
		display: none;
		position: absolute;
		border: 1px solid #000000; /*4495B1*/
		background-color: #ffffff;	/*C7DFE8*/
}
.table_resource_preview_box div {
		margin: 5px;
}

#table_resource_preview {
		color: #000000;
	  font-size: 14px;	/*9px*/
		font-weight: normal;
		table-layout: fixed;
}
#table_resource_preview th {
		font-weight: bold;
		padding-bottom: 5px;
}
#table_resource_preview td.previewImage {
		cursor: pointer;
		padding: 5px 0px;
}
#table_resource_preview td.previewImage div {
		margin: 0px;
	  height: 300px;
	  width: 300px;
		overflow: hidden;
		text-align: center;
}
#table_resource_preview td.previewImage div div {
		margin: 0px;
		display: table-cell;
		text-align: center;
		vertical-align: middle;
}
#table_resource_preview td.previewImage img {
	  max-height: 300px;
	  max-width: 300px;
	  -ms-interpolation-mode: bicubic;
}

#table_login td {
    font-size: 12px;
    color: #FFFFFF;
}
#table_login td#tdUsername,
#table_login td#tdPassword {
		background-color: #999999;
		height: 17px;
    overflow: hidden;
}
#table_login td#tdBtnLogin {
		padding-left: 15px;
		width: 68px;
		height: 27px;
}
#table_login input {
		background-color: #999999;
    color: #D9D9D9;
    font-size: 14px;
    width: 150px;
		border: 0px;
		padding: 5px;
}
#table_login a#btnLogin {
		background: url(/resources/images/buttons/login.png) no-repeat left center;
		display: block;
		height: 100%;
}
#table_login a#btnLogin:hover {
		background: url(/resources/images/buttons/login_hover.png) no-repeat left center;
}
#table_login .holder {
		line-height: 27px;
    color: #D9D9D9;
		cursor: text;
    white-space: nowrap;
    z-index: 1;
    display: block;
    position: absolute;
    margin-left: 10px;
    top: 6px;
}

#table_workflow {
  width: 100%;
  border-top: 0;
  color: #000000;
}
#table_workflow tr#question {
	background-color: #ECE4E4;
	height: 20px;
	font-size: 12px;
}
#table_workflow td#title {
	padding: 10px;
  font-size: 20px;
  font-weight: bold;
}
#table_workflow tr.substage {
	background-color: #CCD7FF;
	color: #000000;
	cursor: pointer;
}
#table_workflow tr.substageCompleted {
	background-color: #E6EBFF;
}
#table_workflow td.substageName {
	width: 190px;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 5px;
	height: 25px;
}
#table_workflow td.substageUser {
	width: 450px;
  font-size: 11px;
  font-weight: normal;
  height: 25px;
}
#table_workflow td.substageStatus {
	width: 290px;
	font-size: 11px;
  padding: 0px 5px;
  height: 25px;
}
#table_workflow td.substageName span {
	padding-left: 20px;
}
#table_workflow td.substageName span.expand {
	background: url(/resources/images/buttons/expand_arrow_11x14.gif) no-repeat left center;
}
#table_workflow td.substageName span.collapse {
	background: url(/resources/images/buttons/collapse_arrow_11x14.gif) no-repeat left center;
}
#table_workflow td.substageName img {
	vertical-align: middle;
}
#table_workflow td div.stageRoles {
	border: 1px solid #CCD7FF;
	border-top: 0px;
	padding: 0px 15px;
}
#table_workflow td div.stageRoleFinished {
	border-color: #E6EBFF;
}
#table_workflow td#roleName {
	color: #336699;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 0px;
  width: 170px;
}
#table_workflow td#roleUser {
  font-size: 13px;
  font-weight: bold;
  width: 470px;
}
#table_workflow td#roleDates {
	font-size: 10px;
  padding: 5px 0px;
  width: 278px;
}
#table_workflow td#qsText {
	padding-left: 5px;
	font-weight: bold;
}
#table_workflow td#answer {
	height: 22px;
	padding-right: 5px;
	vertical-align: middle;
}
#table_workflow td.row_spacer {
	background-color: grey;
	padding: 0px;
	height: 1px;
}
#table_workflow a {
  color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#table_workflow a:hover {
  color: #008000;
	text-decoration: underline;
}
#table_workflow a#changeLink:hover {
	text-decoration: none;
}

#table_workflow_answers {
	padding: 2px 0px 0px 20px;
	font-size: 11px;
	color: grey;
}
#table_workflow_answers .current {
	color: #000000;
}
#table_workflow_answers .current td#version {
	font-weight: bold;
}
#table_workflow_answers tr {
	height: 16px;
	font-weight: normal;
}
#table_workflow_answers td#version {
	padding-right: 5px;
}
#table_workflow_answers td#user {
	font-size: 10px;
	padding-left: 5px;
}

table.workflow_status {
  height: 100%;
	font-weight: normal;
}
table.workflow_status td {
	padding-bottom: 5px;
}
table.workflow_status td#wfStageIcons {
	text-align: right;
	vertical-align: top;
}
table.workflow_status td.wfContentLabel {
	width: 100px;
	font-weight: bold;
}

#table_pageLinks {
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}
#table_pageLinks td {
    padding: 0px 1px 0px 1px;
}
#table_pageLinks td#lt_ten {
    padding: 0px 5px 0px 5px;
}
#table_pageLinks td#gt_ten {
    padding: 0px 2px 0px 2px;
}
#table_pageLinks span#current {
    color: #BBBBBB;
}
#table_pageLinks a {
    color: #000000;
		text-decoration: none;
		font-weight: bold;
}
#table_pageLinks a:hover {
    color: #008000;
		text-decoration: underline;
}


/* FORMS ------------------------------------------------------------------- */
.formFieldMediumLarge {
	width: 400px;
}
.formFieldLarge {
	width: 300px;
}
.formFieldStandard {
	width: 175px;
}
.formFieldSmall {
	width: 75px;
}
.formFieldTiny {
	width: 30px;
}
.formFieldTextarea {
	height: 60px;
	padding: 2px;
}
.formFieldTextareaLarge {
	width: 300px;
	height: 70px;
}
.formValidationMessage {
	font-weight: bold;
	color: #FF0000;
	padding: 5px;
}

fieldset {
	border: 1px solid #e4e4e4;
	margin-bottom: 32px;
	padding: 16px;
}
legend {
	margin-bottom: 16px;
}
input, textarea, select {
	font-family: Helvetica,Arial,Verdana,sans-serif;
  font-size: 11px;
  color: #333333;
  padding: 2px;
}
input[type="text"], input[type="password"], input[type="datefield"], textarea, select {
	border: 1px solid #C0C0C0;
}
input[type="button"], input[type="submit"] {
  font-size: 12px;
  padding: 5px;
}
input[type="text"]:hover, input[type="password"]:hover, input[type="datefield"]:hover, textarea:hover, select:hover {
	border: 1px solid #A9A9A9;
}
input.thin {
	height: 22px;
	padding-top: 0px;
}
input.bold {
	padding: 3px;
	font-size:10pt;
	font-weight: bold;
}
input.disabled {
	background-color: white;
	color:gray;
	border: 2px solid lightgrey;
}
select.plain {
	padding: 0px;
	background: none;
}

form#frmContactUs {
	margin-top: 35px;
	padding: 5px;
}
form#frmContactUs .label {
	width: 175px;
	padding: 5px;
}
form#frmContactUs input[type="text"] {
	border: 1px solid #CCCCCC;
	width: 275px;
	padding: 3px;
}
form#frmContactUs input[type="submit"] {
	background: none repeat scroll 0 0 #E0FFFF;
	border-color: #E0FFFF #808080 #808080 #E0FFFF;
	border-style: solid;
	border-width: 1px;
	color: #2F4F4F;
	margin: 10px 0px 0px 5px;
	padding: 3px;
	cursor: pointer;
}
form#frmContactUs textarea {
	border: 1px solid #CCCCCC;
	width: 450px;
	height: 150px;
	padding: 5px;
	margin: 5px;
}
form#frmContactUs input[type="text"]:hover,
form#frmContactUs textarea:hover {
	border: 1px solid #0376A5;
}
form#frmContactUs input[type="submit"]:hover {
	border-color: #808080 #E0FFFF #E0FFFF #808080;
}
form#frmContactUs span.required {
	color: grey;
	font-size: 11px;
}

form#frmItemDetails input,
form#frmItemDetails textarea,
form#frmItemDetails select {
	padding: 2px;
}

form#frmClientDetails img.current_logo {
	max-width: 300px;
	max-height: 300px;
}

form#frmSearch input {
	vertical-align: middle;
}
form#frmSearch input[type="submit"] {
	border: 1px solid #A9A9A9;
	border-radius: 3px;
	background-color: #FFFAFA;
	cursor: pointer;
	height: 20px;
	width: 70px;
	padding: 0px;
	align: center;
	color: #444444;
	font-weight: bold;
}
form#frmSearch input[type="submit"]:hover {
	border: 1px solid #696969;
	box-shadow: 1px 1px 0px #DCDCDC;
	-webkit-box-shadow:  1px 1px 0px #DCDCDC; /* required for Safari*/
}

/* START: Navigation styles -------------------------------------------------------------- */
a,a:visited, a:active, a:link {
	text-decoration: none;
	color: #000000; /* 0092D2 */
}
a:hover {
	color: #89D0EF;
}

.menuTop {
	overflow: hidden;
	height: 51px;
}
.menuTop div.logo {
	float: left;
	background: url( /resources/images/logos/gpi_for_banner.gif ) no-repeat center left;
	width: 400px;
	height: 50px;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
.menuTop div.logo a {
	display: block;
	height: 100%;
}
.menuTop div.tabGroup {
	padding-top: 10px;
	float: right;
}
/* END: Navigation styles -------------------------------------------------------------- */


/* START: Login page styles ------------------------------------------------ */
.content_wrapper {
	background-color: #FFFFFF;
	padding: 20px 30px;
	min-height: 500px;
}
.page_header {
	background: url(/resources/images/logos/gpi_large.png) top right no-repeat;
	height: 53px;
}
.section_box {
	width: 295px;
}
.right_margin {
	margin-right: 17px;
}
.message {
	border: 1px solid #fcdd03;
	background-color: #ffffd2;
	background-repeat: no-repeat;
	background-position: 8px 50%;
	padding: 8px 0px 8px 32px;
	color: #b55b0b;
}
.paragraph {
  color: #333366;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  padding: 5px 0 5px 0;
}
.plainText {
  font-size: 11px;
  font-weight: normal;
  padding: 0 0 5px 0;
}
ul.bullets {
	list-style: disc inside none;
	margin-left: 10px;
}
/* END: Login page styles ------------------------------------------------ */


/* START: Jobs List page styles ------------------------------------------------ */
#listMenu {
		font-weight: bold;
}
#listMenu div.inactive {
		background: url(/resources/images/buttons/content_tab_inactive_top_left.gif) left top no-repeat #F2F2F2;
}
#listMenu div.inactive:hover,
#listMenu div.active {
		background: url(/resources/images/buttons/content_tab_active_top_left.gif) left top no-repeat #E8F5FB;
}
#listMenu div.menuTab {
		float: left;
		margin-right: 5px;
}
#listMenu div.menuTab a {
		background: url(/resources/images/buttons/content_tab_inactive_top_right.gif) right top no-repeat;
		display: block;
		padding: 10px 0px;
		width: 100px;
		text-align: center;
}
#listMenu div.menuTab a.inactive {
		background: url(/resources/images/buttons/content_tab_inactive_top_right.gif) right top no-repeat;
		color: #B0B0B0;
}
#listMenu div.menuTab a.inactive:hover,
#listMenu div.menuTab a.active {
		background: url(/resources/images/buttons/content_tab_active_top_right.gif) right top no-repeat;
		color: #0093D4;
}
#listMenu div.rhsLinks {
		float: right;
		padding: 10px 5px 0px 0px;
}

.workflow_preview_box {
		display: none;
		position: absolute;
		/*width: 400px;*/
		padding: 15px;
		border: 1px solid black;
		background-color: #ffffff; /*lightgrey*/
}

img.thumbnail_small {
		height: 50px;
		width: 50px
}
/* END: Jobs List page styles ------------------------------------------------------ */


/* START: Job Details page styles ------------------------------------------------ */
.section_box_thumbnail {
		width: 565px;
		float: left;
}
/* END: Job Details page styles ------------------------------------------------ */


/* START: Resource/Asset List page styles ------------------------------------------------ */
div.custom_date_search {
		border: 1px dotted silver;
		padding: 5px 0px 4px 5px;
		margin-bottom: 5px;
}
div.custom_date_search .label {
		display: table-cell;
		width: 44px;
}
div.custom_date_search input[type="dateField"] {
		width: 70px;
}
div.search_summary_box {
		position: absolute;
		border: 1px solid grey;
		background-color: #E5E5E5;
		padding: 5px;
}
div.folder_icon_large {
		background: url('/resources/images/buttons/folder_manilla_110x78.png') left top no-repeat;
		float: left;
		width: 110px;
		height: 65px;
		padding-top: 22px;
		margin-right: 10px;
		text-align: center;
		font-size: 11px;
		color: #000000;
		line-height:9pt;
}
div.folder_icon_large div.text {
		margin-bottom: 2px;
}
div.msgPreviewEmail {
		display: none;
		padding: 3px;
		width: 104px;
}
div.msgPreviewEmail span.callout {
	position: absolute;
	top: -12px;
	left: 40px;
	font-size: 18px;
	color: grey;
}
div.msgPreviewEmail span.callout_border_bottom {
	position: absolute;
	top: -1px;
	left: 41px;
	width: 5px;
	border-top: 1px solid #ECE4E4;
}
div#divSearchFields {
	background-color: #F2F2F4;
	padding: 5px;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	margin-bottom: 5px;
}
div#divAssetListWrapper {
	background-color: #F2F2F4;
}
div#divAssetTableWrapper {
	float: right;
	background-color: #FFFFFF;
	padding: 5px 0px 0px 15px;
	min-width: 820px;
	min-height: 480px;
}
div#divContainerFilters {
	float: left;
	padding: 5px;
}
span.filterLabel {
	display: table-cell;
	width: 50px;
}
span.filterField {
	display: table-cell;
}
span.itemCount {
	display: table-cell;
	vertical-align: middle;
	padding-right: 20px;
}
select.filter {
	width: 150px;
}
/* END: Resource/Asset List page styles ------------------------------------------------ */


/* START: icon styles ------------------------------------------------------ */
.ico_folder {
    background-image: url(/resources/images/1i00_folder_18x15_off.gif);
    background-repeat: no-repeat;
    padding-left: 22px;
    height: 20px;
}
.ico_sort_asc {
    background-image: url(/resources/images/list_sort_asc.gif);
    background-repeat: no-repeat;
    padding-left: 13px;
}
.ico_sort_desc {
    background-image: url(/resources/images/list_sort_desc.gif);
    background-repeat: no-repeat;
    padding-left: 13px;
}
/* END: icon styles ------------------------------------------------------ */


/* START: layout and styling for status boxes */
dl#status {
	width:384px;
	float:left;
	margin-top:16px;
	clear:both;
}
dl#status dt {
	float:left;
	overflow:hidden;
	height:20px;
}
dl#status dd {

	float:left;
	margin:0;
	padding-top: 3px;
	font-size:80%;
	height:20px;
	text-align:right;
}
/* END: layout and styling for status boxes */

dl {
	width:660px;
	overflow: hidden;
}
dt {float:left;width:160px;text-align:right;padding-right:32px;/*border:1px solid red;*/}
dd {float:left;width:60px;/*border:1px solid green;*/margin:0;padding:0;}
dd.SQL {width:40px;}

/* Table Header */
dl#header {border-bottom: 1px solid #c8c8c8;}
/* Table Header Cells */
dd.header {font-size:14px; text-align: left;font-weight:bold;}
/* Table Cells */
dl.summary {height:32px;border-bottom:1px solid #c8c8c8;padding-top:16px;}
dl.summary:hover {background-color:#f8f8f8;}

dl.detail {
	visibility:visible;
	border-bottom:1px solid #c8c8c8;
	background-image:url(/PoolCheck/Assets/images/bg_detail_row.png);
	background-repeat: repeat-x;
	padding:0px 0px 16px 0px;}
dl.detail dt {width:20px; padding:0px;}
dl.detail dd {height:230px; overflow:visible;}

dd.data a, dt.serverurl a {visibility:hidden;}
dd.data:hover a, dt.serverurl:hover a  {visibility:visible;}

/* Status icons */
span.ico, a.ico {
	display:block;
	width:16px;
	height:18px;
	background-image:url(/PoolCheck/Assets/images/ico_sprite_Status.png);
	background-repeat: no-repeat;
	overflow:hidden;
	float:left;
	padding:0px;
	margin:0px;
}
.normal     { background-position: 0px 4px;   }
.warning    { background-position: 0px -22px; }
.error      { background-position: 0px -48px; }
.unknown,
.CFCATCH    { background-position: 0px -75px; }
.offline    { background-position: 0px -100px;}
.faulty     { background-image:url(/PoolCheck/Assets/images/ico_faulty.gif) !important; background-position: 0px 1px; background-repeat:no-repeat;}
.critical   { background-image:url(/PoolCheck/Assets/images/ico_critical.gif) !important; background-position: 0px 1px; background-repeat:no-repeat;}
/* End Status Icons */
dt.serverurl    {text-decoration:none;color:#000;font-weight:bold;}
a.info          { background-position: 0px -129px;margin:3px 0px 0px 4px;}
a.info:hover    { background-position: 0px -154px;}
a.Manage        { background-position: 0px -179px; margin:3px 0px 0px 4px;}
a.Manage:hover  { background-position: 0px -204px; }
a.close         { background-position: 0px -229px; margin:3px 3px 3px 3px;}
a.close:hover   { background-position: 0px -254px; }
a.open          { background-position: 0px -279px; margin:2px 3px 3px 8px;float:right;}
a.open:hover    { background-position: 0px -304px; }

/* Charts and sparklines --------------------------------------------------- */
dl.chart { margin:0;padding:0;overflow:hidden;}
dl.chart dt.label {float:left;width: 180px; text-align:right;font-size:12px;padding:4px 8px 0px 0px;}
dl.chart dt.label .stats {font-size:9px;color:#bbb;line-height:90%;}
dl.chart dt.label .stats strong {color: #555;font-weight:normal;}
dl.chart dd {float:left;height:32px; width: 96px;}
dl.chart dd.sparkline {width:460px;height:28px;margin:0px;padding:16px 0px 0px 0px;font-size:8pt;color:#aaa;}

/* Status Page Legend ------------------------------------------------------ */
fieldset#legend {
	background-image:url(/PoolCheck/Assets/images/bg_detail_row.png);
	background-repeat: repeat-x;
	padding:3px 0px 0px 3px;
	margin:16px 0px -16px 0px;
	border-top:1px solid #c8c8c8;
}
fieldset#legend legend {
	margin:0px;
	font-size: 11px;
	color:#777;
	font-weight:bold;
}
fieldset#legend ul li {
	display:block;
	float:left;
	color:#555;
	font-size:10px;
	width:130px;
	padding:0px 1px 0px 0px;
	background-repeat:no-repeat;
}
fieldset#legend ul li span.ico {margin:-3px 4px 30px 0px;}


/* BEGIN: LIST STYLES */
ul.text {
	margin: 5px 0 0 0;
}
ul.text li {
	background: url(/resources/images/icons/bullet_small_10x10.jpg) no-repeat left;
	padding: 0 0 0 15px;
	margin: 0 0 5px 0;
	line-height: 1.3em;
}
/* END: LIST STYLES */


/* GENERIC SITE-WIDE STYLES -------------------------------------------------- */
a.image {
		text-align: left;
		vertical-align: top;
		display: inline-block;
}
a.image:hover {
		background-color: #696969;
}
th {
		text-align: left;
}
div#clientLogo {
		width: 150px;
		height: 150px;
		overflow: hidden;
		text-align: right;
}
img#clientLogo {
		max-width: 150px;
		max-height: 150px;
}
div.thumbnail {
    display: table-cell;
	  border: 1px solid #4495B1;
		width: 205px;	/* 105 */
		height: 205px;	/* 105 */
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}
img.thumbnail {
		max-width: 200px; 	/* 100 */
		max-height: 200px;	/* 100 */
}
img.popup_close_button {
		position: absolute;
		top: -1px;
		right: -1px;
		cursor: pointer;
}
.listContentWrapper {
		padding: 5px 0px 0px 0px;
}
.font_size_standard {
		font-size: 12px;
}
.font_size_11p {
		font-size: 11px;
}
.font_size_14p {
		font-size: 14px;
}
.font_size_16p {
		font-size: 16px;
}
.font_color_grey {
		color: grey;
}
.font_color_customblue {
		color: #0093D4;
}
.font_weight_bold {
		font-weight: bold;
}
.text_capitalise {
		text-transform: capitalize;
}
.text_italicise {
		font-style: italic;
}
.alert_red {
		color: #FF0000;
}
.alert_green {
		color: #008000;
}
.cleaner {
		clear: both;
		height: 0px;
		width: 0px;
		padding: 0px;
		margin: 0px;
}
.float_left {
		float: left;
}
.float_right {
		float: right;
}
.sections_wrapper_standard {
		padding-bottom: 5px;
}
.sections_wrapper_standard .innerBox {
		padding: 0px 5px;
}
.section_box_single {
		width: 310px;
		float: left;
}
.section_box_double {
		width: 620px;
		float: left;
}
.section_box_divided {
		width: 570px;
		float: left;
}
.section_box_inner_divided {
		width: 499px;
		border: 1px solid lightgrey;
		float: left;
		min-height: 150px;
}
.section_header_standard {
		color: #000;
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 5px;
		padding: 5px 0px;
}
.section_header_standard .plainText {
		font-size: 14px;
		font-weight: normal;
}
.section_header_standard div.sideLinks {
	background: url('/resources/images/buttons/tab_dull_top_left.gif') top left no-repeat #E4E4E4;
	text-align: center;
	font-size: 14px;
	padding-left: 10px;
	margin-left: 30px;
}
.section_header_standard div.sideLinks a {
	background: url('/resources/images/buttons/tab_dull_top_right.gif') top right no-repeat #E4E4E4;
	color: #000000;
	font-weight: normal;
	padding: 4px 0px;
	padding-right: 10px;
	display: block;
}
.section_header_standard div.sideLinks a:hover {
		color: #0093D4;
}
.section_content_standard {
		padding: 5px 0px;
}
.section_content_preview {
		margin: 0px;
		overflow: hidden;
}
.generic_content_subHeader {
		padding: 5px;
		margin-top: 5px;
	  background-color: #E3E3E3;
    border: 0px;
    font-weight: bold;
}
ul.links {
	padding: 0px 10px 0px 2px;
}
ul.links li {
	background: url( /resources/images/global/bullet_6x6.gif ) left center no-repeat;
	padding-left: 10px;
	margin-bottom: 2px;
}
.divButtonForCreate {
	 	width: 150px;
		background: url( /resources/images/anim_arrow_both.gif ) no-repeat;
		padding: 0px 22px 0px 22px;
}
.spanButtonForCreate {
		background: url( /resources/images/buttons/1i00_button_pulse_a_150x18.gif ) no-repeat;
	 	height: 18px;
		display: block;
		text-align: center;
		padding-top: 1px;
}
.breadcrumb {
	padding: 5px 0px 10px 0px;
	font-weight: bold;
}
.helpbox_standard {
	position: absolute;
	border: 1px solid grey;
	background-color: grey;
	color: #FFFFFF;
	padding: 5px;
}
.historybox_floating {
	position: absolute;
	border: 1px solid grey;
	background-color: #B2F0E0;
	color: #000000;
	font-size: 10px;
	padding: 5px;
}
.inputbox_floating {
	position: absolute;
	border: 1px solid grey;
	background-color: #ECE4E4;
	padding: 5px;
}
.padding_5p {
		padding: 5px;
}
.padding_2p {
		padding: 2px;
}
.padding_bottom_5p {
		padding-bottom: 5px;
}
.padding_top_2p {
		padding-top: 2px;
}
.padding_top_5p {
		padding-top: 5px;
}
.no_padding {
		padding: 0px;
}
.margin_5p {
		margin: 5px;
}
.margin_right_10p {
		margin-right: 10px;
}
.no_margin {
		margin: 0px;
}
.border_bottom_dotted {
		border-bottom: 1px dotted grey;
}
.no_border {
		border: 0px;
}
.border_standard {
		border: 1px solid lightgrey; /*#4495B1*/
}
.highlight_standard {
		background-color: #0093D4;
		color: #FFFFFF;
}
.highlight_mandatory {
		background-color: #A9A9A9;
		color: #FFFFFF;
}
.align_center {
		text-align: center;
}
.align_right {
		text-align: right;
}
.align_left {
		text-align: left;
}
.align_vertical_top {
		vertical-align: top;
}
.align_vertical_middle {
		vertical-align: middle;
}
.height_full {
		height: 100%;
}
.width_full {
		width: 100%;
}
.white_space_nowrap {
		white-space: nowrap;
}


.imageButton{
	display:block;
	margin-left:10px;
	float:left;
}
a.imageButton {
	display:block;
	text-decoration: none;
}
a:hover.imageButton{
	background-position: 0 -22px;
	text-decoration: none;
}
.imageButton_27x22{
	width:27px;
	height:22px;
}
a.imageButton_90x22 {
	width:90px;
	height:22px;
}
a.imageButton_folder_add { background: url(/resources/images/buttons/folder_add.png) no-repeat; }
a.imageButton_folder_edit { background: url(/resources/images/buttons/folder_edit.png) no-repeat; }
a.imageButton_resource_view { background: url(/resources/images/buttons/resource_view.png) no-repeat; }
a.imageButton_resource_add { background: url(/resources/images/buttons/resource_add.png) no-repeat; }
a.imageButton_resource_edit { background: url(/resources/images/buttons/resource_edit.png) no-repeat; }
a.imageButton_user_add { background: url(/resources/images/buttons/user_add.png) no-repeat; }
a.imageButton_select_list { background: url(/resources/images/buttons/select_list.png) no-repeat; }
a.imageButton_select_list_inverse { background: url(/resources/images/buttons/select_list_inverse.png) no-repeat; }
a.imageButton_download_bootstrap { background: url(/resources/images/buttons/download_bootstrap.png) no-repeat; }
a.imageButton_email { background: url(/resources/images/buttons/email_bootstrap.png) no-repeat; }
a.imageButton_toggle_reject_off { background: url(/resources/images/buttons/button_toggle_reject_off.png) no-repeat; }
a.imageButton_toggle_reject_on { background: url(/resources/images/buttons/button_toggle_reject_on.png) no-repeat; }
a.imageButton_toggle_approve_off { background: url(/resources/images/buttons/button_toggle_approve_off.png) no-repeat; }
a.imageButton_toggle_approve_on { background: url(/resources/images/buttons/button_toggle_approve_on.png) no-repeat; }

