/* tags */
html, body {
	height:100%;
	margin:0;
	padding:0;
}

body {
	font-family: Arial,Helvetica,sans-serif;
  background:#eee url(images/bg.gif) repeat-y scroll 50%;
	margin:0;
	padding:0;
}

input {
  padding: 3px;
}

option {
  padding: 0px 7px;
}

h1 {
  font-size:24px;
  margin: 10px 0 2px;
}

h2 {
	font-size: 22px;
	margin: 15px 0 0;
  color: #00478a;
}

h3 {
  font-size: 18px;
  margin-bottom: 5px;
  color: #333;
}

button {
  cursor:pointer;
}

a:link, a:visited {
  color: #54a4de;
  text-decoration:underline;
}

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

optgroup {
  padding-top: 10px;
}

/* #divs */
#background {
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -89px; /* -px value must be exactly height of footer including padding, border etc */
}

#container {
	width: 960px;
	margin:0 auto;
  padding: 20px;
}

#header-bg {
  background: #5eb9ff url(images/header-gradient.jpg) bottom repeat-x;
  /*height: 82px;*/
}

#header {
	padding-top: 15px;
  width: 1000px;
	margin:0 auto;
}

#header h1 {
  margin: 0px;
}

#header img, #header-plain img {
  border: 0px;
}

#splash {
	height: 280px;
  padding: 20px 0px;
}

#splash .box {
  width: 180px;
  float: left;
  padding: 0 10px;
}

#splash h1 {
  margin: 2px 0px;
}

#splash h2 {
  margin: 0px;
  font-size: 20px;
}

#splash h3 {
  margin: 0px;
  font-size: 16px;
  color: #666;
}

/* main nav */
#navs {
  padding-top: 15px;
  height: 22px;
}

ul#nav, ul#special-nav, ul#sub-nav {
	padding:0px;
  margin:0px;
}

ul#nav {
  /*float:left;*/
}

/* special nav on right hand side */
ul#special-nav {
  float: right;
}

ul#nav li, ul#special-nav li {
	display:inline;
	font-weight: bold;
}

ul#nav li a:link, ul#nav li a:visited, ul#special-nav li a:link, ul#special-nav li a:visited {
	color:#fff;
	padding:3px 12px;
	text-decoration:none;
  border-left: 1px solid #999;
  background: #333;
  font-size: 15px;
}

ul#nav li a:link, ul#nav li a:visited {
  background: #333;
}

ul#special-nav li a:link, ul#special-nav li a:visited {
  background: #666;
}

ul#nav li a:hover, ul#special-nav li a:hover {
  text-decoration:none;
  border-left: 1px solid #999;
}

ul#nav li a:hover {
  background:#999;
}

ul#special-nav li a:hover {
  background:#999;
}

ul#nav .first, ul#special-nav .first {
  -moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-radius-topleft: 3px;
}

ul#nav .last, ul#special-nav .last {
  -moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-radius-topright: 3px;
}

.active-tab {
  background: #fff !important;
  color:#000 !important;
  padding-top: 8px !important;
}

.active-tab:hover {
  background: #fff !important;
}

/* sub nav on page */
ul#sub-nav {
	padding:0px;
  margin:0px;
}

ul#sub-nav li {
	display:inline;
	font-weight: bold;
}

#box {
	padding: 15px; 
	font-weight: bold;
	border: 1px solid #ccc;
	width: 700px;
	background: #FFC;
}

ul#messages, ul#errors, ul#warnings, ul#notices {
  list-style-type:square;
	margin:1em 0;
	padding:5px;
  padding-left:60px;
	min-height:52px;
}

ul#messages { color:#89bf36; background:#fff url(images/success.jpg) 5px 5px no-repeat; }
ul#errors { color:#f2101b; background:#fff url(images/error.jpg) 5px 5px no-repeat; }
ul#warnings { color:#ddb419; background:#fff url(images/warning.gif) 5px 5px no-repeat; }
ul#notices { color:#000; background:#fff url(images/notice.jpg) 5px 5px no-repeat; }
ul#messages li, ul#errors li, ul#warnings li, ul#notices li { margin:0; padding:0; }
ul#messages li a, ul#messages li label { color:#89bf36; text-decoration:underline; cursor:pointer; }
ul#errors li a, ul#errors li label { color:#f2101b; text-decoration:underline; cursor:pointer; }
ul#warnings li a, ul#warnings li label { color:#ddb419; text-decoration:underline; cursor:pointer; }
ul#messages li a:hover, ul#messages li label:hover, ul#errors li a:hover, ul#errors li label:hover, ul#warnings li a:hover, ul#warnings li label:hover, ul#notices li a:hover, ul#notices li label:hover { text-decoration:none; }

#sidebar {
	width: 180px;
}

#sidebar h4 {
  margin-bottom: 5px;
  color:#666;
}

#footer a:link, #footer a:visited {
	color: #fff;
  text-decoration: none;
}

#footer a:hover {
	color: #fff;
  text-decoration: underline;
}

#footer {
	clear:both;
	background: #111;
	width: 100%;
  margin-top: 15px;
	padding:10px 0px;
	height:51px;
  border-top: 3px solid #ccc;
}

#footer-contents {
  width:1000px;
  margin:0 auto;
  color:#ccc;
}

.footer-text {
  padding-top: 14px;
}

#login {
  padding-left:350px;
}

/* .classes */
p#vtip {
  display: none;
  position: absolute;
  padding: 10px;
  left: 5px;
  font-size: 0.8em;
  background-color: white;
  border: 1px solid #a6c9e2;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  z-index: 1;
}

p#vtip #vtipArrow {
  position: absolute;
  top: -10px;
  left: 5px
}

.border-rounded {
  -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.border-rounded-top {
  -moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}

.button {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  background:url("images/overlay-button.png") repeat-x scroll 0 0 #222222;
  border-bottom:1px solid rgba(0, 0, 0, 0.25);
  color:#FFFFFF !important;
  cursor:pointer;
  display:inline-block;
  font-size:14px;
  font-weight:bold;
  line-height:1;
  overflow:visible;
  padding:6px 17px 7px;
  position:relative;
  text-decoration:none !important;
  text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25);
  width:auto;
}

.button:hover {
  background-color: #666;
}

.button.smaller {
  padding:6px 6px 7px;
}

.button.standalone {
  margin: 20px 0px;
}

.button.green {
  background-color:#2e9500;
}

.button.green:hover {
  background-color:#3dc700;
}

.button.orange  {
  background-color:#ec7400;
}

.button.orange:hover {
  background-color:#ffba00;
}

.button.orange-dark  {
  background-color:#db4300;
}

.button.orange-dark:hover {
  background-color:#db7100;
}

.button.red  {
  background-color:#ff0000;
}

.button.red:hover {
  background-color:#ff3947;
}

/* dropdown menu */
/* level one */
ul.dropdown {
  position: relative;
  z-index: 2;
}

ul.dropdown li {
  float: left;
  zoom: 1;
}

ul.dropdown li a {
  /*display: block; pushing menu down 1px */
  /*padding: 4px 8px;*/
}

ul.dropdown li.hover, ul.dropdown li:hover {
  position: relative;
}

/* level two */
ul.dropdown ul {
  width: 150px;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 3px 0px 0px 0px;
}

ul.dropdown ul li {
  float: none;
}


ul.dropdown ul li a	{
  width: 100%;
  display: inline-block; /* IE 6 & 7 Needs Inline Block */
  border-bottom: 1px solid #999;
}

.inline-list li {
	display:inline;
  list-style-type: none;
  padding-right: 15px;
}

.inline-list input {
  padding: 0px;
  margin: 0px;
}

ul.inline-list  {
  padding: 0px;
}

.header-cell {
  border-bottom: 1px solid #ccc;
  padding-bottom: 2px;
}

.header-row {
  font-weight: bold;
  color: #ff9834;
}

.list {
  list-style-type:none;
  padding-left: 0px;
  margin-top: 0px;
}

.product-box {
  -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
  height: 120px;
  padding: 5px 10px;
  margin: 10px 0px;
  color: #000;
}

.product-box h3 {
  color: #000 !important;
}

.product-box a:link, .product-box a:visited {
  color: #000;
  text-decoration: none;
}

.product-box.studiotime {
  background: #5eb9ff;
}

.product-box.auctions {
  background: #ffc286;
}

.product-box.hire {
  background: #f6e99b;
}

.product-box img {
  padding: 30px 120px 30px 20px;
  float: left;
}

.product-box.auctions img {
  padding: 30px 90px 30px 20px; /* allow for fat logo */
}

.product-box p {
  margin: 8px 0px;
}

.right-gradient-top {
  background: url("images/right-gradient-top.jpg") top left no-repeat;
  padding-left: 35px;
}

.right-gradient {
  background: url("images/right-gradient.jpg") left repeat-y;
  padding-left: 35px;
}

.right-gradient h3 {
  margin-top:0px;
}

.rightImg {
  float: right;
  margin: 0px 0px 10px 20px;
  padding: 2px;
  border: 1px solid #999;
}

table.table-border {
	border-top:#ccc 1px solid;
	border-left:#ccc 1px solid;
}
table.table-border tr td {
  border-right:#ccc 1px solid;
	border-bottom:#ccc 1px solid;
}

.table-border-bottom td {
  border-bottom:#ccc 1px solid;
}

/* copied from public.css */

ul.bullet-list  {
	list-style-type: none;
	padding: 5px 0px;
	margin: 0;
}

ul.bullet-list li {
	background: url(/css/images/li-box.gif) 0px 8px no-repeat;
	text-align: left;
	padding: 4px 0px 2px 25px;
	margin: 0px;
}

.black {
  background: #000;
}

.border {
  border:#ccc 1px solid;
}

.border-right {
  border-right:#ccc 1px solid;
}

.box-50 {
  width: 479px;
  float: left;
}

.box-contents {
  padding: 10px;
}

.box-contents img {
  display: block;
  margin: 0px auto;
  width: 400px;
}

.box-50-signup {
  width: 49%;
  float: left;
}

.box-contents {
  padding: 10px;
}

.clear-left {clear: left;}

.highlight {
  background-color:#bedf5d;
}

.important {
  background: #FFFFCC;
  border: 1px solid #ddb419;
  padding: 15px 5px;
  font-size: 12px;
  text-align: center;
  margin: 20px 13px 20px 0px;
}

.cell-left {
  padding-right: 35px;
}

.spacer {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  text-align: center;
}

.welcome-box {
  font-size: 20px;
  background: #d9eca2;
  -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
  width: 360px;
  float: left;
  padding: 10px;
}

.welcome-box h1 {
  font-size: 42px;
}

.auto {width: auto !important;}
.bold {font-weight: bold;}
.cell-fixed {width: 125px}
.counter-footer {height:86px;} /* counters footer from going into negative space due to sticky footer - should be footer height + padding/margins. SEE ALSO #background.margin*/
.drag {cursor:move;}
.email {color: #999;}
.error {color: #F00;}
.list-spacer {padding-top:20px;}
.full {width: 100%;}
.gray {background:#eee;}
.h1greater {font-size:20px;}
.hide {display:none;}
.italic {font-style: italic;}
.larger {font-size: 18px;}
.list-item {font-size:14px;}
.left {float:left;}
.med-black {background: #333;}
.noborder {border:none !important;}
.nopadding {padding:0px !important;}
.orange {background:#ffbf80;}
.note { color:#777; font-size: 12px; }
.right {float:right;}
.smaller {font-size:12px;}
.spinner {display:none;}
.success {background: #99FF99;}
.text-center {text-align:center;}
.text-gray {color:#999;}
.text-green {color:#89bf36 !important;}
.text-left {text-align:left;}
.text-red {color:#ff0000 !important;}
.text-right {text-align:right;}
.text-white {color:#fff !important;}
.top {vertical-align:top;}
.white {background:#fff;}
.yellow {background:#f6e896;}
