/**
 * Copyright 2009 Cloud Testng
 */

@media all {

/*
Approximate Font Sizes...
1.8em  = 22px
1.6em  = 20px
1.45em = 18px
1.3em  = 16px
1.1em  = 14px
0.95em = 12px
*/


/* Reset Margins and Paddings */
address,
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
th,
ul {
	margin: 0;
	padding: 0;
}


/* Heading Defaults */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #09548B;
	font-size: 100%;
	font-weight: normal;
}


/* Headings */
h1 {
	font-size: 1.8em;
	/*font-weight: bold;*/
	padding-left: 430px;
	padding-top: 5px;
}

h2 {
	font-size: 1.6em;
	/*font-weight: bold;*/
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.25em;
	/*font-weight: bold;*/
}

h5 {
	font-size: 1.15em;
}

h6 {
	font-size: 1.1em;
	/*font-weight: bold;*/
}


/* Image Defaults */
img {
	border: 0;
}


/* HTML Defaults */
html {
	background: #DFE7F0;
	color: #333333;
}

/* Anchor Defaults */
a {
	color: #09548B;
	text-decoration: none;
}

a:hover {
	color: #FF7400;
}


/* Body Defaults */
body {
	font: 78% "Lucida Grande", Tahoma, Helvetica, Verdana, Arial, sans-serif;
	margin: 0 auto;
	min-width: 700px;
	padding: 0;
}


/* Paragraph Defaults */
p {
	margin: 1em auto;
}


/* Header */
#header {
	position: relative;
	background: no-repeat right 15px;
	height: 90px;
	margin-right: 20px;
}

#headerA {
	position: relative;
	background: url(/common/image/logo_archive_small.png) no-repeat right 15px;
	height: 90px;
	margin-right: 20px;
}

#home-link {
	position: absolute;
	float: right;
	top: 0; right: 0; /* top-right corner of logo */
  width: 110px;    /* width of the logo */
  height: 70px;   /* height of the logo */
  display: inline-block;
}

/* Header Navigation */
#header-nav {
	background: #02679E url(/common/image/nav-b-r.gif) no-repeat right bottom;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	height: 21px;
	margin-top: -32px;
	margin-bottom: 11px;
	padding: 8px 5px 3px 5px;
	width: auto;
}

#header-nav ul {
	list-style-type: none;
}

#header-nav li {
	background: url(/common/image/menu_split.gif) no-repeat right center;
	display: inline;
	padding-right: 5px;
}

#header-nav li.disabled {
	color: #484848;
}

#header-nav li.last {
	background: none;
}

#header-nav li.active a {
	color: #FFA100;
}

#header-nav a {
	color: #FFFFFF;
	padding: 4px 5px 3px 5px;
}

#header-nav a:hover {
	color: #FFA100;
}


/* Header Information */
#header-info {
	clear: both;
	float: left;
	font-size: 1.1em;
	height: 32px;
	margin-top: -4px;
	margin-left: 20px;
	width: auto;
}


/* Body */
#body {
	background-color: #FFFFFF;
	border: solid 1px #BDCBDC;
	margin: 10px 20px;
}


/* Footer */
#footer {
	background: url(/common/image/footer_bg.png) repeat-x;
	background-color: #BDCBDC;
	border: solid 1px #BDCBDC;
	color: #09548B;
	font-size: 0.95em;
	margin: 10px 20px;
	padding: 0 10px;
}


/* Menubar */
#menubar {
	font-weight: bold;
	letter-spacing: 1px;
	position: absolute;
	top: 35px;
	margin: 3.3em 0 0 0;
	padding: 0 20px;
	left: 0;
	right: 0;
}

* html #menubar {
	width: 100%;
	padding: 0;
	left: 20px;
	right: 20px;
	text-align: center;
}

#menubar ul {
	margin: 0 0 0 3px;
	list-style-type: none;
}

html>body #menubar ul {
	margin: 0 0 0 3px;
}

#menubar li {
	float: left;
	white-space: nowrap;
}

#menubar a {
	color: #006699;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	white-space: nowrap;
}

#menubar a span {
	background: url(/common/image/menu_split.gif) 100% 0 no-repeat;
	padding: 0.5em 0.8em;
}

#menubar a,
#menubar a span {
	display: block;
}

#menubar a.active,
#menubar a:hover,
#menubar a:active,
#menubar a:focus {
	color: #FFA100;
	background: #02679E url(/common/image/nav-l-h.gif) 0 0 no-repeat;
	left: -1px;
	margin-right: 0px;
	text-decoration: none;
}

#menubar a.disabled,
#menubar a.disabled:hover,
#menubar a.disabled:active,
#menubar a.disabled:focus {
	cursor: default;
	background: none;
	color: #484848;
	left: 1px;
	margin-right: 0px;
}

* html #menubar a:hover,
* html #menubar a:active,
* html #menubar a:focus {
	position: relative;
	z-index: 10;
}

#menubar a.active span,
#menubar a:hover span,
#menubar a:active span,
#menubar a:focus span {
	background-image: url(/common/image/nav-r-h.gif);
}

#menubar a.disabled span,
#menubar a.disabled:hover span,
#menubar a.disabled:active span,
#menubar a.disabled:focus span {
	background-image: url(/common/image/menu_split.gif);
}

#active_link a { color: #FFA100 !important; text-decoration: none !important; }

/* Icon bar */
#iconbar {
	float: right;
	margin-top: -20px;
	position: relative;
	z-index: 20;
/*
	margin-top: -10px;
	margin-right: 22px;
*/
}

#iconbar img {
	padding-right: 3px;
}

/*** OLD
#menubar {
	background-color: #02679E;
	background: url(/common/image/menu_bg.png) repeat-x;
	font-size: 1.1em;
	font-weight: bold;
	height: 31px;
	padding: 8px 5px 3px 5px;
	width: auto;
}

#menubar ul {
	list-style-type: none;
}

#menubar li {
	background: url(/common/image/menu_split.png) no-repeat right center;
	display: inline;
	padding-right: 5px;
}

#menubar li.disabled {
	color: #484848;
}

#menubar li:last-child, #menubar li.last {
	background: none;
}

#menubar li.active a {
	padding-bottom: 6px;
	background-color: #FFFFFF;
	color: #FF7400;
}

#menubar a {
	color: #FFFFFF;
	padding: 4px 5px 3px 5px;
}

#menubar a:hover {
	background-color: #FFFFFF;
	color: #09548B;
}
END OLD */

/* Crumbtrail */
#crumbtrail {
	background-color: #02679E;
	color: #999999;
	font-size: 0.95em;
	margin: 0 0 1em 0;
	padding: 4px 10px;
}

#crumbtrail a {
	color: #FFFFFF;
}

#crumbtrail a.active {
	color: #FFA100; /*#FF7400*/
}

#crumbtrail a:hover {
	text-decoration: underline;
}

/*
#crumbtrail {	color: #999999;	font-size: 0.95em;	margin: 0 10px 1em 10px;}

#crumbtrail a {	color: #999999;}

#crumbtrail a:hover {	color: #ff7400;	text-decoration: underline;}

#crumbtrail a.active { color: #ff7400 !important; }
*/

/* Main */
#main {
	background: url(/common/image/watermark.gif) no-repeat right bottom;
	margin: 0 10px;
	min-height: 400px;
}

#main.sidebar {
	margin-right: 210px;	/* Sidebar width + #main right margin */
	min-height: 300px; /* need incase there's not a lot of content */
}

#main ol, #main ul {
	margin-left: 20px;
}


/* Sidebar */
#sidebar {
	background: url(/common/image/sidebar.png) no-repeat right -70px;
	float: right;
	font-size: 0.95em;
	margin-top: -11px;
	min-height: 300px;
	width: 200px;
}

#sidebar hr {
	color: #CCCCCC;
	margin: 1em;
}

#sidebar p {
	margin: 1em;
}

#sidebar ul {
	margin: 5px 0;
	list-style-type: none;
}

#sidebar li {
	padding: 5px 1em;
}

#sidebar li.active {
	background-color: #FFFFFF;
	color: #FF7400;
}

#sidebar li.active a {
	color: #FF7400;
}

#sidebar a:hover {
	color: #FF7400;
}


/* Table Styles */
#body table {
	border: 1px solid #BDCBDC;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 1em 0;
}

#body td, #body th {
	padding: .4em;
}

#body thead tr {
	background: url(/common/image/menu_bg.png) repeat-x;
	background-color: #02679E;
}

#body thead th {
	background-color: none;
	color: #FFFFFF;
	vertical-align: middle;
}

#body table tr.odd {
	background-color: #F0F0F0;
}

#body table tr.even {
	background-color: #FFFFFF;
}


/* Custom Classes */
.left {
	float: left;
}

.right {
	float: right;
}


/* Alignment Styles */
.align_center {
	text-align: center;
}

.align_left {
	text-align: left;
}

.align_right {
	text-align: right;
}


/* Icon Containers */
div.icon_help {
	background: url(/common/image/icon_lg_help.png) no-repeat;
	min-height: 50px;
	padding-left: 60px;
}

div.icon_key {
	background: url(/common/image/icon_lg_key.png) no-repeat;
	min-height: 50px;
	padding-left: 60px;
}

div.icon_lock {
	background: url(/common/image/icon_lg_lock.png) no-repeat;
	min-height: 50px;
	padding-left: 60px;
}

div.icon_pencil {
	background: url(/common/image/icon_lg_pencil.png) no-repeat;
	min-height: 50px;
	padding-left: 60px;
}

div.icon_table {
	background: url(/common/image/icon_lg_table.png) no-repeat;
	min-height: 50px;
	padding-left: 60px;
}

div.icon_unlock {
	background: url(/common/image/icon_lg_unlock.png) no-repeat;
	min-height: 50px;
	padding-left: 60px;
}

div.icon_user {
	background: url(/common/image/icon_lg_user.png) no-repeat;
	min-height: 50px;
	padding-left: 60px;
}

div.icon_user_add {
	background: url(/common/image/icon_lg_user_add.png) no-repeat;
	min-height: 50px;
	padding-left: 60px;
}

div.icon_user_edit {
	background: url(/common/image/icon_lg_user_edit.png) no-repeat;
	min-height: 50px;
	padding-left: 60px;
}

div.icon_users {
	background: url(/common/image/icon_lg_users.png) no-repeat;
	min-height: 50px;
	padding-left: 60px;
}

div.icon_folder_edit {
	background: url(/common/image/icon_lg_folder_edit.png) no-repeat;
	min-height: 50px;
	padding-left: 60px;
}

div.icon_folder_add {
	background: url(/common/image/icon_lg_folder_add.png) no-repeat;
	min-height: 50px;
	padding-left: 60px;
}

div.icon_menu {
	background: url(/common/image/icon_lg_menu.png) no-repeat;
	min-height: 50px;
	padding-left: 60px;
}

div.icon_search {
	background: url(/common/image/icon_lg_search.png) no-repeat;
	min-height: 50px;
	padding-left: 60px;
}


/* Icon Button Links */
.btn_nav {
	font-weight: bold;
}

.btn_nav img {
	margin-bottom: -5px;
}


/* Buttons */
div.buttons {
	margin: 1em auto;
}

.buttons a, .buttons button {
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	float: left;
	background-color: #02679E;
	background: url(/common/image/menu_bg.png) repeat-x left top;
	border: 1px solid #BDCBDC;
	font-weight: bold;
	line-height: 130%;
	margin: 0 7px 0 0;
	padding: 5px 10px 6px 7px; /* Links */
	text-decoration: none;
}

.buttons button {
	overflow: visible;
	padding: 4px 10px 3px 7px; /* IE6 */
	width: auto;
}

.buttons button[type] {
	line-height: 17px; /* Safari */
	padding: 5px 10px 5px 7px; /* Firefox */
}

*:first-child+html button[type] {
	padding: 4px 10px 3px 7px; /* IE7 */
}

.buttons button img, .buttons a img {
	border: none;
	height: 16px;
	margin: 0 3px -3px 0 !important;
	padding: 0;
	width: 16px;
}

/* Button Colours */
button:hover, .buttons a:hover, .buttons a:active {
	color: #FF7400;
}


/* Table Sorter */
table.tablesorter thead tr .header {
	background-image: url(/common/image/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(/common/image/asc.gif);
}

table.tablesorter thead tr .headerSortDown {
	background-image: url(/common/image/desc.gif);
}

/* Back office styles WIP */
#bo-header {
	background: url(/common/image/logo.png) no-repeat left 15px;
	height: 90px;
	margin-left: 20px;
}
#bo-header h1 {
	font-size: 1.8em;
	text-align: right;
	padding-right: 20px;
	padding-top: 5px;
}

#header-info-right {
	clear: both;
	float: right;
	font-size: 1.1em;
	height: 32px;
	margin-top: 5px;
	margin-right: 20px;
	width: auto;
}

#header_popup {
	background: url(/common/image/logo.png) no-repeat left 15px;
	height: 65px;
	margin-left: 20px;
}

#header_popupA {
	background: url(/common/image/logo_archive_small.png) no-repeat left 10px;
	height: 62px;
	margin-left: 20px;
}

#ct_logo { position: absolute; right: 10px; top: 0; clear: both;}
#cta_logo { position: absolute; left: 20px; top: 10px; clear: both;}
#header-info-right-a {
	clear:both;
	float:right;
	font-size:1.1em;
	height:32px;
	margin-right:20px;
	margin-top:50px;
	width:auto;
}


#header_popup h1 {
	font-size: 1.8em;
	text-align: right;
	padding-right: 20px;
	padding-top: 5px;
	padding-left: 0;
}


.headingName {
	font-style: italic;
	font-weight: bold;
	/*
color: #F47400;
	*/
}
.headingName2 {
	font-style: italic;
	font-size: 1.3em;
	color: #09548B;
	padding-bottom: 5px;
}
.italic {font-style: italic;}
.code { font-family: courier; font-size: 12px; color: #FFA100; }

/* Form */
.required { color:#008000; }

/* Error Messages */
.LinkList { margin-left: 20px; }
.bullet { margin: 5px 5px 0 0; }

/* Orange: #FF7400 blue: #09548B; width: 60em; */
fieldset { border: 1px solid #09548B; padding: 5px; background: #FFFFFF; }
legend { color: #FF7400; padding: 6px; }

/* credit colour */
.credit { color: #009900; }
.debit  { color: #FF0000; }

.error { color: #FF0000; }

.footNote { padding: 5px; font-style: italic; }


}

