body {
  margin: 0;
  margin-bottom: 25px;
  padding: 0;
  background-color: #f0f0f0;
  font-family: "Georgia", "Lucida Grande", "Bitstream Vera Sans", "Verdana";
  font-size: 13px;
  color: #333;
	background-image: url(/images/admin-background.gif);	
	background-repeat: repeat-x;
	background-color: #99D1CE;
}


#logo {
	float: left;
}



.ie_sucks {

}

h1 {
  font-size: 28px;
  color: #000;
}

h2 {
  font-size: 18px;
  color: #000;
}

a  {color: #423B36}
a:hover {
  background-color: #423B36;
  color: white;
  text-decoration: none;
}


#top {
	margin: auto;
	width: 800px;
	height: 80px;
	padding-top: 25px;
	text-align: right;
	line-height: 80px;
}

#top div {
	color: #f0f0f0;
	float: left;
	font-size: 18px;
}

#top a {
	color: #B8B0A5;
	font-style: italic;
	font-size: 12px;
}


#main {
	margin-top: 0px;	
}

.description {
	border-bottom: 2px solid #e0e0e0;
	margin: 10px;
	padding: 6px;
	text-align: center;
}

#box_top {
	margin-top: 10px;
	background-repeat: no-repeat;
	height: 39px;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='/images/box-top.png');	
}

#box_top[id]{
	background-image: url(/images/box-top.png);	
}

#box_bottom {
	background-repeat: no-repeat;
	height: 40px;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='/images/box-bottom.png');			
}

#box_bottom[id]{
	background-image: url(/images/box-bottom.png);	
}


#footer {
	color: #404040;
	font-size: 12px;
	padding-right: 25px;
	text-align: right;
	margin-top: -5px;
}


#page {
  background-color: #f0f0f0;
  width: 750px;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
}

#content {
  background-repeat: repeat-y;
	padding-left: 35px;
	padding-right: 45px;
	padding-top: 1px;
	padding-bottom: 10px;
	background-image: url(/images/box-middle.gif);	
}


#user_content {
	width: 650px;
}

#sidebar {
  float: right;
  width: 175px;
	border-left: 1px solid #d0d0d0;
	padding-left: 15px;
}



#header, #about, #getting-started {
  padding-left: 75px;
  padding-right: 30px;
}


#header {
  background-image: url("images/rails.png");
  background-repeat: no-repeat;
  background-position: top left;
  height: 24px;
}
#header h1, #header h2 {margin: 0}
#header h2 {
  color: #888;
  font-weight: normal;
  font-size: 16px;
}


#about h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
}

#about-content {
  background-color: #ffd;
  border: 1px solid #fc0;
  margin-left: -11px;
}
#about-content table {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 11px;
  border-collapse: collapse;
}
#about-content td {
  padding: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}
#about-content td.name  {color: #555}
#about-content td.value {color: #000}

#about-content.failure {
  background-color: #fcc;
  border: 1px solid #f00;
}
#about-content.failure p {
  margin: 0;
  padding: 10px;
}


#getting-started {
  border-top: 1px solid #ccc;
  margin-top: 25px;
  padding-top: 15px;
}
#getting-started h1 {
  margin: 0;
  font-size: 20px;
}
#getting-started h2 {
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  color: #000;
  margin-bottom: 10px;
}
#getting-started ol {
  margin-left: 0;
  padding-left: 0;
}
#getting-started li {
  font-size: 18px;
  color: #888;
  margin-bottom: 25px;
}
#getting-started li h2 {
  margin: 0;
  font-weight: normal;
  font-size: 18px;
  color: #333;
}
#getting-started li p {
  color: #555;
  font-size: 13px;
}


#search {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 11px;
}
#search input {
  font-size: 11px;
  margin: 2px;
}
#search-text {width: 170px}


#sidebar ul {
  margin-left: 0;
  padding-left: 0;
}
#sidebar ul h3 {
  margin-top: 25px;
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
#sidebar li {
  list-style-type: none;
}
#sidebar ul.links li {
  margin-bottom: 5px;
}

.form {

}

.admin_box .form {
	width: 90%;
	margin: auto;
}

.user_box .form {
	width: 90%;
	margin: auto;
}


.form_field {
	margin-bottom: 10px;
  clear: both;
}

.user_box .form_field {
	clear: right;
}


.form label {
	font-weight: bold;
	margin-bottom: 2px;
	float: left;
	width: 20%;
	text-align: right;
	padding-top: 4px;
	color: #666666;
}
.form input {
	border: 1px solid #c0c0c0;
	padding: 2px;
	display: block;
	margin-bottom: 10px;
	width: 77%;
	float: right;
	color: #555;
}

.form select {
	border: 1px solid #c0c0c0;
	padding: 2px;
	margin-bottom: 10px;
	width: 20%;
	margin-left: 15px;
	
	border: 1px solid #c0c0c0;
	padding: 2px;
	margin-bottom: 10px;
	color: #555;	
}

.hidden input {
	display: none;
}


.form textarea {
	border: 1px solid #c0c0c0;
	padding: 2px;
	display: block;
	margin-bottom: 10px;
	width: 77%;
	float: right;
	color: #555;
}

.form .mceEditor {
	display: block;
	padding-left: 10px;
	margin-bottom: 10px;
	color: #555;
	margin-left: 112px;
	padding-top: 0px;
}


.form .checkbox {
	margin-bottom: 6px;
}

.form .checkbox label {
	display: inline;

}

.form .checkbox a {
	color: #303030;
}

.form .checkbox_help {
	float: right;
	font-size: 11px;
	color: #404040;
	text-align: left;
	width: 300px;
	margin-top: 10px;
}

.form .checkbox a:hover {
	background-color: white;
}

.form .checkbox input {
	width: auto;
	display: inline;
	margin-bottom: auto;
}


.form .help {
	clear: right;
	font-size: 11px;
	color: #606060;
	text-align: right;
	width: 200px;
	float: right;
	margin-bottom: 10px;
}

.form .buttons {
	text-align: right;
	clear: both;
	font-size: 11px;
	width: 77%;
	float: right;
}

.form .buttons img {
	border: none;
}

.form .buttons input {
	width: auto;
	margin-bottom: auto;
	border: none;
	float: none;
	display: inline;
	margin-bottom: 0px;	
}

.form .buttons div {
	float: left;
}

a img {
	border: none;
}

.message {
	border: 2px solid #c0c0c0;
	background-color: #f0f0f0;
	padding: 6px;
	margin-bottom: 10px;
	text-align: center;
}


.green_message {
	border: 2px solid #3DB40F;
	background-color: #B8E9A5;
	padding: 6px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;	
}

.yellow_message {
	border: 2px solid #c0c0c0;
	background-color: #feffce;
	padding: 6px;
	margin-bottom: 10px;
	text-align: center;
}

/* Home */

.left {
	float: left;
	width: 300px;
	padding: 10px;
}

.info h2 {
	margin-bottom: 6px;
	margin-top: 0px;
}

.info strong {
	font-weight: normal;
	background-color: #FDFFCE;
}

.right {
	float: right;
	width: 300px;
	padding: 10px;
	margin-bottom: 20px;
}

.info li {
	margin-bottom: 10px;
}

.info li div {
	font-size: 12px;
	margin-top: 2px;
	
}



.bottom {
	margin-top: 10px;
	clear: both;
}

.bottom a {
	background-color: #FDFFCE;
	font-weight: bold;
}

.bottom a:hover {
	background-color: #FDFFCE;
	font-weight: bold;
	color: #6C8816;
	text-decoration: underline;
}

.highlight {
	font-weight: normal;
	background-color: #FDFFCE;
}



.login_box {
	width: 488px;
	height: 281px;
	margin: auto;
	background-image: url(/images/login-box.png);
	background-repeat: no-repeat;
	padding: 10px;
}

.login_box .box_content {
	padding: 30px;
}

.login_box h2 {
	font-family: georgia, arial, sans;
	text-align: center;
	border-bottom: 1px solid #c0c0c0;
	font-size: 36px;
	margin-top: 0px;
	font-weight: normal;
	padding-bottom: 10px;
	color: #423B36;
}



.admin_box_top {
	background-image: url(/images/admin-box-top.png);
	background-repeat: no-repeat;
	height: 42px;
	width: 840px;
	margin: auto;	
}

.admin_box_bottom {
	background-image: url(/images/admin-box-bottom.png);
	background-repeat: no-repeat;
	height: 42px;
	width: 840px;
	margin: auto;
}

.admin_box {
	width: 820px;
	margin: auto;
	background-image: url(/images/admin-box.png);
	background-repeat: repeat-y;
	padding: 10px;
}

.admin_box .box_content {
	padding: 30px;
	padding-top: 10px;
}


.admin_box h2 {
	font-family: georgia, arial, sans;
	text-align: center;
	border-bottom: 3px solid #DED5CE;
	font-size: 30px;
	margin-top: 0px;
	font-weight: normal;
	padding-bottom: 4px;
	color: #423B36;
}


.admin_menu {
	border-bottom: 1px solid #DED5CE;
	text-align: center;
	padding-bottom: 4px;
	font-size: 14px;
	color: #DED5CE;
	margin-bottom: 10px;
}

.admin_menu a {
	text-decoration: none;
	color: #78ABA8;
}

.client_list {
	margin: auto;
	width: 80%;
	padding-left: 0px;
}

.client_list img {
	border: none;
}

.client_list li {
	border-bottom: 1px solid #DED5CE;
	list-style-type: none;
	padding-bottom: 14px;
	margin-bottom: 6px;
	margin-left: 0px;
	font-size: 14px;
}


#search {
	margin: auto;
	width: 310px;
	height: 25px;
}

#search label {
	font-weight: bold;
	text-align: right;
	padding-top: 4px;
	color: #666666;
}



.photo_spot {
	border: 3px solid #D6E3E2;
	padding: 10px;
	width: 200px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
	float: left;
	background-color: #f8f8f8;
}

.photo_spot input {
	border: 1px solid #c0c0c0;
}

.photo_spot .photo {
	text-align: center;
	margin-bottom: 6px;
	margin-top: 6px;
}

.photo_spot .photo .image {
	border: 4px solid #DED5CE;
	width: 150px;
	height: 166px;
	margin: auto;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-color: #DED5CE;
	background-position: center center;
}

.photo_spot .dimensions {
	font-family: helvetica, arial, sans;
	color: #7D9B99;
	margin-top: 5px;
}


/* Client side */

.menu {
	float: left;
	width: 120px;

}

.menu ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 10px;
}

.menu ul li {
	padding: 4px;
	border-bottom: 1px solid #E1D8CF;
}

.menu ul li a {
	text-decoration: none;
	color: #78ABA8;
	font-size: 16px;
}

.user_box {
	width: 820px;
	margin: auto;
	background-image: url(/images/admin-box.png);
	background-repeat: repeat-y;
	padding: 10px;
}

.user_box .box_content {
	padding: 30px;
	padding-top: 10px;
}


.user_box h2 {
	font-family: georgia, arial, sans;
	text-align: left;
	border-bottom: 1px solid #DED5CE;
	font-size: 30px;
	margin-top: 0px;
	font-weight: normal;
	padding-bottom: 4px;
	color: #423B36;
}

.user_main {
	margin-left: 140px;

}

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

.entry_list li {
	background-image: url(/images/comment.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 10px;
}


th {
	text-align: left;
}

#studios {
	margin-top: 10px;
}

#studio_search {
	border: 1px solid #c0c0c0;
	padding: 6px;
	margin-top: 6px;
}


.footerLogo a:hover {
  border: none;
  text-decoration: none;
}

.footerLogo {
  text-decoration: none;
}

.footerLogo a:hover img {
  border: none;
  text-decoration: none;
}

.photo_thumbnail {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #c0c0c0;
	padding: 4px;
	height: 80px;
	width: 80px;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
}


.spot {
	border: 2px solid #c0c0c0;
	padding: 5px;
	width: 280px;
	height: 78px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.spot img {
	border: 1px solid #c0c0c0;
}

.black_out {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.photo_select {
	border: 4px solid #c0c0c0;
	background-color: white;
	width: 200px;
	height: 190px;
	position: absolute;	
  margin-left: 250px;
  margin-top: 50px;
	z-index: 99999;
	text-align: center;
	padding: 20px;
  float: left;
}

.photo_select img {
	border: 1px solid #c0c0c0;
	padding: 3px;
}

.photo_select div a {
	font-size: 10px;
}

.sections {
	margin: auto;
	width: 200px;
}
.sections img {
	border: 1px solid #c0c0c0;
	padding: 2px;
}

.section {
	border: 2px solid #c0c0c0;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 200px;
	float: left;
	padding: 10px;
	height: 130px;
	background-color: #f8f8f8;
}

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

.section span {
	color: #a0a0a0;
}
