.bodyregular, body, div, p, blockquote, ol, ul, dl, li, dt, dd, td{font-size: 11px; color: #000; line-height: normal; font-family:Arial, Helvetica, sans-serif}
.title{font-size: 16px; color: #000; font-weight: bold;  font-family: Arial}
.fieldtitle{font-weight: bold; font-size: 12px; color: #009; font-family: Arial, Helvetica, sans-serif}
.bold1{font-weight: bold; font-size: 11px; color: #009; font-family: Arial, Helvetica, sans-serif}
a{font-weight: normal; color: #009; font-family: Arial, Helvetica, sans-serif; text-decoration: none}
a:hover{font-weight: normal; color: #009; font-family: Arial, Helvetica, sans-serif; text-decoration: underline}
.bodysmall{font-size: 11px; color: #000; line-height: normal; font-family: Arial}
.color1{font-size: 11px; color: #ffc; line-height: normal; font-family: Arial}
.itemBorder{border-right: #97741a 0px solid; border-top: #97741a 0px solid; border-left: #97741a 0px solid; border-bottom: #97741a 0px solid}
.subitemBorder{border-right: #330 1px solid; border-top: #330 1px solid; border-left: #330 1px solid; border-bottom: #330 1px solid}
.itemText{font: 11px Arial, Helvetica; color: #ffc; text-decoration: none}
.subitemText{font: 11px Arial, Helvetica; color: #330; text-decoration: none}
.color2{font-size: 11px; color: #ffc; line-height: normal; font-family: Arial}
.bold2{font-weight: bold; font-size: 11px; color: #330; font-family: Arial, Helvetica, sans-serif}
a:link img{color: black;}
img{border-color: black;}
.editimage{border-color: black; cursor:pointer;}

/* CSS FORMS ============================================================================ */

form.css{padding:0 20px 10px;}
form.css fieldset{margin:1em 0 2em;background-color:#e9f9ac;border:2px solid #cee574;position:relative;padding:20px 10px;-moz-border-radius:7px;line-height:200%;}
form.css legend{line-height:100%;padding: 3px 5px;color:#014282;border:2px solid #cee574;font-weight:bold;text-align:center;font-size:16px;background:#fff;position:absolute;top:-16px;-moz-border-radius:5px;}

/* Tables */
form.css table {border-collapse: collapse;}
form.css td {padding: 0 4px;line-height: normal;}
form.css th {padding: 0 4px;}
form.css label, form.css .label{margin:0 5px 0 0;color:#5c71a2;line-height:normal;font-weight:bold;display:-moz-inline-box;display:inline-block;min-width:130px;text-align:right;white-space:nowrap;}
form.css table label{display:inline;white-space:normal;width:80px;min-width:80px;margin:0;text-align:left;}

/* Inputs */
form.css textarea {padding:0;vertical-align:top;margin:2px 2px 1px 0;}
form.css input{margin:2px 5px 0 0;font-family:"Courier New", Courier, mono;padding:1px 2px;}
form.css fieldset input{background-color:#e9f9ac;border-width:0px 0px 1px;border-style:dotted;border-color:#809431;color:#5c71a2}
form.css input[type='checkbox'], form.css input[type='radio']{margin-right:5px;border:0;}
form.css select{margin:2px 2px 1px 0;padding:0;}
form.css table select{margin:0 !important;}
form.css table input[type='checkbox'] {margin:0 !important;}
form.css table input, form.css p input{border:0;}
form.css input.textbox{background-color:#e9f9ac;border-width: 0px 0px 1px;border-style:dotted;border-color:#809431;color:#5c71a2}
form.css input.button{background:#78BB13;color:#fff;font-family:Arial,Helvetica,sans-serif;font-weight:bold;border:1px solid #78BB13}
form.css input.button:hover{cursor:pointer;border:1px solid #589B03}

/* STAR RATING SYSTEM*/
/* JQUERY STARS */
div.star_group {display: inline-block;}
div.rating{cursor:pointer;margin:2em;display:block;}
div.rating:after{content:'.';display:block;height:0;width:0;clear:both;visibility:hidden}
div.star{float:left;width:15px;height:13px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.star,div.star a{background:url('/ama/images/stars.gif') no-repeat 0 0px}
div.star a{display:block;width:13px;height:100%;background-position:0 0px;border:1 solid #FF0000}
div.star_on a{background-position:0 -13px!important}
div.star_group.yellow div.star_on a{background-position:0 -26px!important}
div.star_hover a,div.star_live a:hover{background-position:0 -26px}
div.star_readonly a,div.star_readonly a:hover{cursor:default !important}
div.star{background:transparent!important;overflow:hidden!important}