/* 

RAILS DEFAULT STYLESHEET v1.0

*/

/*---------- STANDARD CLASSES ---------- */

body {
	background-color: #FFFFFF;
}

/*------*/

body, p, ul, li, div, td, th {
	font-family: Myriad Web,Myriad Pro,Myriad,Trebuchet MS,Trebuchet,sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	color:#3D3D3D;
	text-align: left;
}

p, td, th {
	margin-top: 4pt;
	margin-bottom: 4pt
}

ol, ul, li {
	margin-top: 0pt;
	margin-bottom: 2pt;
}


h1, h2, h3, h4 {
	font-family: Myriad Web,Myriad Pro,Myriad,Trebuchet MS,Trebuchet,sans-serif;
	color: #3D3D3D;
	font-weight: normal;
}

h1 {
	font-size: 23pt;
	line-height: 32pt;
	margin-top: 12pt;
	margin-bottom: 6pt;
}

h2 {
	font-size: 17pt;
	line-height: 22pt;
	margin-top: 9pt;
	margin-bottom: 3pt;
}

h3 {
	font-size: 13pt;
	line-height: 18pt;
	margin-top: 9pt;
	margin-bottom: 3pt;
}

/*------*/

a {
	color:#A78282;
	text-decoration: none;
	border-bottom: 1px dashed #A78282;
}

a:hover {
	color:#A78282;
	text-decoration: none;
	border-bottom: 1px solid #A78282;

}

a:active {
	color:#A78282;
	text-decoration: none;
	border-bottom: 1px solid #A78282;
}

a.invisible {
	border-bottom: none;
}

a.subtle {
	color: #000;
	border-bottom: none;
}

a.subtle:hover {
	color: #A78282;
}

img {
	border: none;
}

/*---------- FORMS ---------- */

input, textarea, select {
	color: #333333;
	background-color: #EEEEEE;
	border: 1px solid #BFBFBF;
	font-family: Myriad Web,Myriad Pro,Myriad,Trebuchet MS,Trebuchet,sans-serif;
	font-size: 10pt;
	padding: 1pt;
}

input[type="button"], input[type="submit"] {
	color:#333333;
	background-color: #D6B8B8;
	border: 2px solid #BFBFBF;
	font-family: Myriad Web,Myriad Pro,Myriad,Trebuchet MS,Trebuchet,sans-serif;
	font-size: 10pt;
	padding: 3pt;
	font-weight: bold;
}

/*---------- TABLES ----------*/

table {
	width: 100%;
	padding: 3px;
	background-color: #EEEEEE;
}

tr {
	border: 1px solid #000;
}

th	 {
	font-weight: bold;
	vertical-align: bottom;
	border-bottom: 1px solid #BBBBBB;
	padding: 0 5px 0px;
}

td {
	padding: 0 5px 0px;
	vertical-align: top;
}

/*---------- RAILS EXTRAS  ---------- */

pre {
  background-color: #EEE;
  padding: 10px;
  font-size: 11px;
}

.fieldWithErrors {
  color: #FF5555;
}

.fieldWithErrors input {
  border: 2px solid #FF5555;
}

#errorExplanation {
  width: 400px;
  border: 2px solid #FF5555;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #EEEEEE;
}

#errorExplanation h2 {
  padding: 3px;
  margin: -7px;
  font-size: 14px;
  background-color: #FF5555;
  color: #FFF;
}

#errorExplanation p {
  margin-bottom: 0px;
  padding: 5px;
}

#errorExplanation ul li {
  list-style: square;
}


/*---------- CUSTOM STYLES  ---------- */

#message_notice, #message_error	 {
	padding:  10px;
	background-color: #55FF55;
	border: 2px solid #2a802a;
}

#message_error	 {
	background-color: #FF5555;
	border-color: #8b2d2d;
}

#user_info	 {
	position: absolute;
	z-index: 1;
	left: 100%;
	margin-left: -222px;
	top: 2px;
	width: 200px;
	padding: 10px;
	font-size: 8pt;
	text-align: right;
}

#navigation_menu {
	position: absolute;
	z-index: 1;
	left: 50%;
	margin-left: -400px;
	top: 0px;
	width: 800px;
	height: 120px;
	/*background-color: #EEEEFF;*/
}

#content_frame {
	position: absolute;
	z-index: 1;
	left: 50%;
	margin-left: -400px;
	top: 130px;
	width: 800px;
	/*background-color: #EEEEFF;*/
}

.tagline {
	font-size: 12pt;
	line-height: 12pt;
	color:#888;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 15px;
}

.frame_popup {
	position: absolute;
	z-index: 51;
	left: 300px;
	top: 150px;
	background-color: #ede9d5;
	border: 2px solid #b7b4a4;
	padding: 10px;
}

.frame_close_button {
	float: right;
	font-size: 16pt;
}

/*---------- Styles for the Star Rater ----------*/

.star-ratings-block	 {
	padding-bottom: 10px;
}
 
.star-rating {
    list-style:none;
    margin: 0px;
    padding:0px;
    width: 150px;
    height: 30px;
    position: relative;
    background: url(/images/star_30_gray.jpg) top left repeat-x;        
}
.star-rating li {
    padding:0px;
    margin:0px;
    /*\*/
    float: left;
    /* */
}
.star-rating li a {
    display:block;
    width:30px;
    height: 30px;
    text-decoration: none;
    text-indent: -9000px;
    z-index: 20;
    position: absolute;
    padding: 0px;
	border-bottom: none;
}
.star-rating li a:hover {
    background: url(/images/star_30_red.jpg) left center;
    z-index: 2;
    left: 0px;
    border:none;
}
.star-rating a.one-star {
    left: 0px;
}
.star-rating a.one-star:hover {
    width:30px;
}
.star-rating a.two-stars {
    left:30px;
}
.star-rating a.two-stars:hover {
    width: 60px;
}
.star-rating a.three-stars {
    left: 60px;
}
.star-rating a.three-stars:hover {
    width: 90px;
}
.star-rating a.four-stars {
    left: 90px;
}    
.star-rating a.four-stars:hover {
    width: 120px;
}
.star-rating a.five-stars {
    left: 120px;
}
.star-rating a.five-stars:hover {
    width: 150px;
}
.star-rating li.current-rating {
    background: url(/images/star_30_yellow.jpg) left bottom;
    position: absolute;
    height: 30px;
    display: block;
    text-indent: -9000px;
    z-index: 1;
}