body {
	background-image: url(/img/bg.gif);
	background-repeat: repeat-x;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	height:100%;
	color: #222;
}

html {
	height:100%;
	margin:0;
	padding:0;  
}

a {
	text-decoration:none;
	color:#4769C6;
}
img {  
	border-style: none;
} 

#container {
	min-width:770px;
	min-height:100%;
	position:relative;
}

#header {
	width:770px;
	margin:0 auto;
}


#body {
	padding:10px;
	padding-bottom:40px;   /* Height of the footer */
	margin:0 auto;
	width: 770px;
	
}




#logo {
	background-image: url(/img/logo.gif);
	background-repeat: no-repeat;
	height: 68px;
	width: 280px;
	margin: 0px;
	padding: 0px;
	float:left;
	display:block;
}



#headerButtons {
	
	 
	margin-top: 20px;
	float:right;
	 

}

.pad {
	padding: 5px;
}

h2 {
	margin: 3px 3px 20px 3px;
}
h2 span {
	font-size:60%;
	color:#aaa;
	
	
}

.bubble {
	float:left;
	font-weight: bold;
	font-size:16px;
	text-align:left;
	 
	padding:7px 11px;
	background-color:#ddd;

}


/* some default stuff */
input.border {
	margin:3px;
	padding:2px;
	border: 2px solid #aaa;
	width:180px;
}
input.border.short {
	width:100px;
}




/* text formatting */
.largeText {
	font-size:16px;
	font-weight: bold;
	/*color:#061b63;*/
	 
}
.infoText {
	color: #444;
	font-size:9px;
}
.note {
	color: #777;
	font-size:9px;
	text-align:center;
}



/* studio profile */
#profileDiv {	
	background-color:#ddd;
/*	border: 2px solid #7f7f7f;*/
	padding:12px;
	margin-bottom:5px;
	height:64px;
	
}
#profileDiv img {
	border: 2px solid #7f7f7f;
}


 
#profileLeftColumn {
	float:left;
	width:352px;
}

#profileRightColumn {
	float:left;
	width:410px;
	margin-left:8px;
	color:#444;
	/*margin-left: 360px;*/
}

#sortDiv {
	margin-top:5px;
}

#faveSortDiv {
	margin-top:5px;
}




#loginDiv {
	width:500px;
	margin: 0 auto;
	

}
#forgotDiv {
	width:500px;
	margin: 0 auto;
	

}
#signupDiv {
	
	width:700px;
	margin: 0 auto;
	

}

.infoDiv {
	padding-top: 15px;
}

.textAreaBorder {
	margin:3px;
	padding:3px;
	width:180px;
	height:5em;
	border: 2px solid #aaa;
	resize: none;
}

.bottomButtons {
	padding-top:23px;
}

.all-four-rounded-corners {
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.bottom-rounded-corners {
	-webkit-border-bottom-left-radius: 10px;
	-khtml-border-radius-bottomleft: 10px;	
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
 
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-radius-bottomright: 10px;	
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}

#ratingsfloat {
	float:right;
	width:85px;
}
#numRatings {
	text-align:center;
}


.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating {
	background: url(/img/star.gif) left -1000px repeat-x;
}
.star-rating {
	position:relative;
	width:85px;
	height:17px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating li{
	display: inline;
}
.star-rating a,
.star-rating .current-rating {
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:17px;
	line-height:17px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating.active a:hover,
.star-rating.active a:active,
.star-rating.active a:focus {
	background-position: left bottom;
}
.star-rating a.one-star {
	width:20%;
	z-index:6;
}
.star-rating a.two-stars {
	width:40%;
	z-index:5;
}
.star-rating a.three-stars {
	width:60%;
	z-index:4;
}
.star-rating a.four-stars {
	width:80%;
	z-index:3;
}
.star-rating a.five-stars {
	width:100%;
	z-index:2;
}
.star-rating .current-rating {
	z-index:1;
	background-position: left center;
}		

.clearBoth {
clear: both;
line-height: 0;
}


/* tabs */
ul.tabnav {
	list-style:none;
	list-style-type:none;
	margin:0 0 -2px 4px;
	padding:0;
	height:25px;
	overflow:hidden;
	position:relative;
}
ul.tabnav li {
	float:left;
	margin:0;
	margin-right:0;
	text-align:center;
	padding-left:8px;
	background:#fff url(/img/tabs_left.gif) no-repeat 0 -25px;
}
ul.tabnav li .shim {
	text-align:center;
	float:left;
	background:url(/img/tabs_bg.gif) repeat-x 0 -25px;
}
ul.tabnav li a {
	display:block;
	/*float:left;*/
	padding:6px 9px 0 5px;
	background-color:#eee;
	color:#666;
	height:19px;
	min-width:100px;
	font-size:11px;
	text-align:center;
	outline:0;
	cursor:pointer;
	background:url(/img/tabs_right.gif) no-repeat right -25px;
}
* html .tabnav li a {
	width:100px;
	padding:6px 29px 0 20px;
}
ul.tabnav li.showing {
	background:url(/img/tabs_left.gif) no-repeat 0 0;
}
ul.tabnav li.showing .shim {
	background:url(/img/tabs_bg.gif) repeat-x 0 0;
}
ul.tabnav li.showing a {
	background-color:#fff;
	font-weight:bold;
	background:url(/img/tabs_right.gif) no-repeat right 0;
}
#tabs {
	margin:0px 0px 0;
}
.tabContent {
	border: 2px solid #7f7f7f;
	padding:12px;
}

/* end tabs */

		
#nav {
	padding-left:50px;
	float:left;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	line-height: 25px;
}

#utility {
	width:100%;
	margin-right:5px;
	padding-right:5px;
	padding-top: 5px;
	padding-bottom:5px;
	 
	font-size: 90%;
	text-align: right;
}
#utility a {
/*	padding: 0 5px;*/
	}
#utility span {
	/*padding: 0 5px;*/
	}
#utility a.last {
	/*padding-right: 0;*/
	}
#error {
	width:50%;
	border: solid #800 2px;
	background-color: #e44;
	padding:4px;
	color: #400;
	text-align:center;
	margin:0 auto 5px auto;
}
#message {
	width:50%;
	border: solid #008 2px;
	background-color: #99e;
	padding:4px;
	color: #004;
	text-align:center;
	margin:0 auto 5px auto;
}
 
#postto {
	margin:4px;
}

input.oops {
	background-color: #ee4;
}


.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}

.formlabel {
	clear: left;
	float: left;
	width: 80px;
	padding-right: 2px;
	text-align: right;
	line-height:25px;
}
.formlabel.oops { 
	color: #e44;
}
.formlabel.long {
	width:120px !important;
}

.oops {
	color:#e44;
}

.textArea {
	resize: none;
	margin-top:3px;
	padding:3px;
	width:250px;
	height:100px;
	border: 2px solid #aaa;
}


a.homebutton {
	display: block;
	float: left;
	font: 18px arial, sans-serif;
	font-weight:bold;
	height: 40px;
	margin-right: 6px;
	padding-right: 20px; /* sliding doors padding */
	text-decoration: none;
	text-align:center;
	color: #050d55 !important;
	background: transparent url('/img/homepagebutton_a.png') no-repeat scroll top right;
	
	
}
a.homebutton span {
	display: block;
	line-height: 32px;
	padding: 4px 0 4px 20px;
	background: transparent url('/img/homepagebutton_span.png') no-repeat;
}
a.homebutton:hover {
	background-position: bottom right;
	color: #000 !important;
	outline: none;  
}
a.homebutton:hover span {
	background-position: bottom left;
}
.homebutton {
	padding-left:180px;
	margin-bottom:10px;
	width:180px;
}


/*  buttons */
a.button {
	display: block;
	float: left;
	font: 12px arial, sans-serif;
	font-weight:bold;
	height: 22px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
	text-align:center;
}
a.button span {
	display: block;
	line-height: 14px;
	padding: 4px 0 4px 18px;
}

/* button colors */
a.button.red {
	color: #533535 !important;
	background: transparent url('/img/redbutton_a.png') no-repeat scroll top right;
}
a.button.red span {
	background: transparent url('/img/redbutton_span.png') no-repeat;
}
a.button.red:hover {
	background-position: bottom right;
	color: #000 !important;
	outline: none;  
}
a.button.red:hover span {
	background-position: bottom left;
}

a.button.green {
	color: #244321 !important;
	background: transparent url('/img/greenbutton_a.png') no-repeat scroll top right;
}
a.button.green span {
	background: transparent url('/img/greenbutton_span.png') no-repeat;
}
a.button.green:hover {
	background-position: bottom right;
	color: #000 !important;
	outline: none;  
}
a.button.green:hover span {
	background-position: bottom left;
}

a.button.blue {
	color: #304662 !important;
	background: transparent url('/img/bluebutton_a.png') no-repeat scroll top right;
}
a.button.blue span {
	background: transparent url('/img/bluebutton_span.png') no-repeat;
}
a.button.blue:hover {
	background-position: bottom right;
	color: #000 !important;
	outline: none;  
}
a.button.blue:hover span {
	background-position: bottom left;
}

a.button.disabled {
	color: #999 !important;
	outline: none;  
}
a.button.disabled:hover {
	color: #999 !important;
}
a.button.disabled:hover {
	background-position: top right;
}
a.button.disabled:hover span {
	background-position: top left;
}

/*   */
a.headerbutton {
	background: transparent url('/img/headerbutton_a.gif') no-repeat scroll top right;
	color: #061b63;
	display: block;
	float: left;
	
	font: bold 14px arial, sans-serif;
	
	height: 36px;
	margin-right: 4px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}

a.headerbutton span {
	background: transparent url('/img/headerbutton_span.gif') no-repeat;
	display: block;
	line-height: 20px;
	padding: 8px 0 8px 18px;
}
a.headerbutton:hover {
	background-position: bottom right;
	color: #000;
	outline: none; /* hide dotted outline in Firefox */
}

a.headerbutton:hover span {
	background-position: bottom left;
	/*padding: 9px 0 7px 18px;  push text down 1px */
}

a.headerbutton:active {
	background-position: bottom right;
	color: #000;
	outline: none; /* hide dotted outline in Firefox */
}

a.headerbutton:active span {
	background-position: bottom left;
	/*padding: 9px 0 7px 18px; push text down 1px */
}

.thumbs li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	
    float: left;
    padding: 6px;
    position: relative;
    width: 80px;
    height: 60px;
}
.thumbs a {
    text-decoration: none;
}
.thumbs a span {
    position: absolute;
    top: 0px;
    left: 75px;
    width: 20px;
    height: 20px;
    
	overflow: hidden;
}
.thumbs li img {
	border: 2px solid #777;

}
.thumbs li img.selected {
	border: 2px solid #dd7;

}

.sort {
	padding:1px;
	margin:1px;
	background-color:#ddd;
}
.favesort {
	padding:1px;
	margin:1px;
	background-color:#ddd;
}

.currentSort {
	background-color:#fff;
	text-decoration: underline;
}



#rightcol .searchInput  {
	width:100px;
	padding:2px;
	 
	border: 2px solid #aaa;
	
}

#rightcol .studioNameInput  {
	width:250px;
	padding:2px;
	font-size:1.2em;
	 
	border: 2px solid #aaa;
	
}

#addToFaves {
	display: block;
	float: left;
	 
	padding-left: 20px;
	 
	text-decoration: none;
	background-image: url(/img/faves.gif);
	height:13px;
	background-position: 0 0;
	background-repeat: no-repeat;
	line-height:13px;

}
#addToFaves:hover {
	background-position: 0 -13px;
}
#removeFromFaves {
	display: block;
	float: left;
	 
	padding-left: 20px;
	 
	text-decoration: none;
	background-image: url(/img/faves.gif);
	height:13px;
	background-position: 0 -26px;
	background-repeat: no-repeat;
	line-height:13px;

}

 
#footer {
	color: #999;
	text-align: center;
	line-height: 20px;
 	position:absolute;
   bottom:0;
   width:100%;
   height:40px;   /* Height of the footer */
   background:#fff;
 
}
#footer a {
	color: #999;
	text-align: center;
	line-height: 20px;
}
#footer a:hover {
	color: #555;
	text-align: center;
	line-height: 20px;
}


.popup {
	border: solid 2px #444;
	position: absolute;
	top: 0px;
	padding:8px;
	left: 0px;
	width:300px;
	height:200px;
	background-color:#fff;
	z-index: 999;
	color: #666;
	margin: 0 auto;
}


#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background-color: #fff;
}	