@import url('general.css');

html,body{
  margin:0;
  padding:0;
  height:100%;
  border:none
}

/**
 * Set the font to all the elements.
 */
body,input,select,textarea,button,option,optgroup {
	font-family: Century Gothic, Verdana, sans-serif;
}

/** Guestbook styles. */
tr.gbook_header {
  background: #ffffff;
}

tr.gbook_header th {
  border: 1px solid #000000;
  border-right: 0;
}

tr.gbook_header td {
  border: 1px solid #000000;
  border-left: 0;
}

/** Photobook style. */
table.albumOverview {
  border: 1px solid #000000;
}

optgroup {
	font-style: normal;
	font-weight: bold;
	font-size: 8pt;
	background: #dddddd;
}

td, th {
	text-align: left;
	vertical-align: top;
}

/**
 * Set the basic stuff for CSS.
 */
body {
	font-size: 10pt;
	background: #fcfcfc url('../images/bg.png');
	margin: 0;
	padding: 0;
	color: #424242;
}

a {
	color: #424242;
}

table {
	font-size: 100%;
}

form {
	margin: 0;
	padding: 0;
}

th.right,td.right {
	text-align: right;
}

th.center,td.center {
	text-align: center;
}

th.left,td.left {
	text-align: left;
}

th img,td img {
	vertical-align: bottom;
}

td.setCellWidth,th.setCellWidth {
	width: 200px;
}

h1 {
	font-size: 15px;
	font-weight: 550;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	color: #535353;
}

h2 {
  font-size: 10pt;
  font-weight: 550;
  margin: 0;
  padding: 0;
}

div.content ul {
	margin: 0;
	padding: 0;
	padding-left: 20px;
}

div.content li {
	list-style-type: none;
	list-style-image: url('../images/li.gif');
	margin: 0;
	padding: 0;
}

div.content ul.spread {
	padding-left: 40px;
}

div.content ul.spread li {
	padding-top: 2px;
}

/** Grey Box */
table.box_grey {
	border-collapse: collapse;
	width: 741px;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

table.box_grey td.box_grey_top {
	background: url('../images/box_grey_top.png') no-repeat;
	height: 3px;
}

table.box_grey td.box_grey_content {
  background: url('../images/box_grey_content.png') repeat-y;
  margin: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
}

table.box_grey td.box_grey_bottom {
  background: url('../images/box_grey_bottom.png') no-repeat;
  height: 3px;
}

/** Login Box */
table.box_login {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}

table.box_login td.box_login_left {
  background: url('../images/box_login_left.png') no-repeat;
  width: 369px;
  height: 201px;
}

table.box_login td.box_login_top {
  background: url('../images/box_login_top.png') no-repeat;
  height: 3px;
}

table.box_login td.box_login_content {
  background: url('../images/box_login_content.png') repeat-y;
  margin: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
  width: 352px;
}

table.box_login td.box_login_bottom {
  background: url('../images/box_login_bottom.png') no-repeat;
  height: 3px;
}

/** Right Box */
table.box_right {
  border-collapse: collapse;
  width: 251px;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  margin-left: auto;
  margin-right: 0;
}

td.box_right_top {
  background: url('../images/box_right_top.png') bottom no-repeat;
  height: 3px;
}

td.box_right_content {
  background: url('../images/box_right_content.png') repeat-y;
  margin: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
}

td.box_right_bottom {
  background: url('../images/box_right_bottom.png') top no-repeat;
  height: 3px;
}

/**
 * The style for the page.
 * The page is the content of the tab.
 */
table#page {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	z-index: 1;
}

td#content_td {
	vertical-align: top;
	padding: 0;
	margin: 0;
	width: 741px;
}

td#products {
	color: #3e5862;
	font-size: 9pt;
	vertical-align: top;
}

table.product {
	width: 100%;
	border-collapse: collapse;
}

table.product th {
	text-align: left;
	padding: 0;
	margin: 0;
	padding-left: 2px;
}

table.product td {
	margin: 0;
	padding: 0;
}

table.product ul {
	padding-left: 30px;
}
	

table.product li {
	list-style-image: url('../images/li-dash.gif');
	padding: 0;
	margin: 0;
}

p.notice,span.notice {
	font-size: 8pt;
	color: #333333;
	font-style: italic;
	margin: 0;
}

p.notice {
	margin-bottom: 5px;
}

.collapsable {
	display: none;
}

ul.anwser {
	font-style: italic;
}

fieldset table th {
	text-align: left;
	vertical-align: top;
	padding-top: 1px;
}

p.footer {
	font-size: 8pt;
	font-style: italic;
	text-align: center;
	color: #999;
}

/**
 * Form elements styling.
 */
input,select,option,button,textarea {
	font-size: 10pt;
	color: #3e5862;
}

select,textarea,input[type="text"],input[type="password"] {
	background: #fdfdfd;
	border: 1px solid #5588BB;
}

textarea,input[type="text"],input[type="password"] {
	padding: 1px;
}

select:focus,textarea:focus,input[type="text"]:focus,input[type="password"]:focus
	{
	border: 1px inset #999;
	background: #fff;
}

fieldset input[type="text"],fieldset input[type="password"] {
	width: 200px;
}

button,input[type="submit"] {
	background: url('../images/button.gif');
	background-position: left top;
	border: 0;
	width: 110px;
	height: 21px;
	padding-top: 1px;
	padding-bottom: 1px;
	cursor: pointer;
}

button:hover,input[type="submit"]:hover {
	background-position: 0 -21px;
}

button.small,input.small {
	background: url('../images/button_small.gif');
	background-position: left top;
	border: 0;
	width: 90px;
	height: 17px;
	font-size: 8pt;
	color: #333;
	padding-top: 0;
	margin-right: 5px;
}

button.small:hover,input.small:hover {
	background-position: 0 -17px;
}

button.small_long,input.small_long {
  background: url('../images/button_small_long.gif');
  background-position: left top;
  border: 0;
  width: 150px;
  height: 17px;
  font-size: 8pt;
  color: #333;
  padding-top: 0;
  margin-right: 5px;
}

button.small_long:hover,input.small_long:hover {
  background-position: 0 -17px;
}

label img {
  vertical-align: middle;
}

div.conditions {
	width: 100%;
	height: 200px;
	overflow: scroll;
	border: 1px inset #999;
	background: #fdfdfd;
	font-size: 9pt;
}

#content.ajax-loading {
	background: url('../images/loading.gif') no-repeat center 20%;
}

/**
 * Data grid tables.
 */
table.data {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 5px;
}

table.data tr.header th {
	background: url('../images/table_header.gif') 0 0 repeat-x;
	padding-top: 1px;
	height: 18px;
	font-weight: bold;
	vertical-align: top;
	padding-left: 5px;
	border: 0;
}

table.data tr td {
	border-bottom: 1px solid #dfe8ed;
}

table.data tr.clickable {
	cursor: pointer;
}

table.data tr.clickable:hover,table.data tr.clickable:hover td {
	background: #edf1f3;
}

table.data tr.grey, table.data tr.grey td, table.data tr.grey th {
  color: #999999;
}

table.data td {
	padding: 1px;
	padding-left: 5px;
}

/**
 * Style for the table with the logo and links.
 */
div#tabHeader {
  margin-top: 55px;
  background: url('../images/tab_header.png');
  height: 53px;
  width: 991px;
  padding: 5px;
  padding-top: 3px;
  font-size: 13px;
  text-align: center;
}

div#tabHeader.loggedIn {
	background: url('../images/tab_header_loggedin.png');
}

div#tabHeader a {
	font-weight: bold;
	text-decoration: none;
	font-size: 9pt;
}

div#tabHeader div, div#tabHeader div a {
	color: #fafafa;
}

div#tabHeader a img {
	border: 0;
	vertical-align: middle;
}

/**
 * The styles for the tabbed interface.
 */
table#tabs {
	float: right;
	position: relative;
	top: 16px;
	z-index: 5;
	width: 750px;
}

#tabs {
	font-size: 93%;
}

#tabs ul {
	margin: 0;
	padding: 10px 10px 0 20px;
	list-style: none;
}

#tabs li {
	display: inline;
	margin: 0;
	padding: 0;
}

#tabs a {
	float: left;
	background: url("../images/tableft.png") no-repeat;
	background-position: 0% -26px;
	margin: 0;
	padding: 0 0 0 2px;
	margin-top: 2px;
	margin-left: 3px;
	text-decoration: none;
	width: 135px;
}

#tabs a span {
	float: left;
	display: block;
	background: url("../images/tabright.png") no-repeat;
	background-position: 100% -26px;
	padding: 5px 15px 3px 6px;
	color: #608190;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
}

#tabs a.selected {
	margin-top: 1px;
	background-position: left top;
}

#tabs a.selected span {
	color: #fcfcfc;
	padding-bottom: 4px;
	background-position: right top;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {
	float: none;
}

/* End IE5-Mac hack */
#tabs a:hover {
	margin-top: 1px;
	background-position: left top;
	border-bottom: 0px;
}

#tabs a:hover span {
	padding-bottom: 4px;
	background-position: right top;
	color: #fcfcfc;
}