body{
    font-family: sans-serif;
    background-repeat: no-repeat;
    margin:30px 40px;
    margin-top:0;
    width: 980px;
}

.logo{
    
    float: left;
    height: 51px ;
}

html {
    height:100%;
}

p{
    margin:10px 0;

}
h1{
    font-size:1.3em;
    line-height: 1.3em;
    margin-top: 5px;
    color: #000;
}

h2{
    font-size: 1.1em;
    line-height: 1.1em;
    margin-top: 15px;
    color: #0587a3;
    font-weight:normal;
}


h3{
    font-size: 0.8em;
}


a{
    text-decoration: none;
    color: #444546 ;

}

a:hover{
    text-decoration: underline;
}




#navbar{
    float:right;
    margin-bottom:20px;
}

#navbar a{
    display:block;
    float:left;
    color: #000;
    font-weight:bold;
    padding: 5px 15px;
    text-decoration: none;
    font-size: 1em;
    margin-left:10px;
    
}

#navbar a:hover{
    color: #fff;
    background-color: #a0a0a0;
    
}


#navbar .selected{
    color: #fff;
    background-color: #d33812;
    
}



/* TABS */




/* FORM FIELDS */


fieldset{
    padding:15px;
    margin-bottom:10px;
    padding-top:0;
    border: 1px solid lightgrey;
    background-image: url(/images/fieldset-bg.png);
    background-repeat: repeat;
    
}

.fieldsetSpacer{
    margin-top:20px;
}

legend{

    font-size: 1.3em;
    line-height: 1.3em;    
    color: #d33812;
    font-weight:bold;
    background-color: #fff;
    margin-left:-5px;
    padding:15px 0;

}


input {
    outline: none;
}


input[type="text"]{
    margin-right: 0;
    border: 2px solid lightgrey;
    background-color: #fff;
    font-size: 1.1em;
    color: #818181;
    background-color: #eee;

}

input[type="checkbox"]{
    height: auto;
}

input[type="image"]{
    position:relative;
   
}

textarea{
    border: 2px solid lightgrey;
    background-color: #fff;
    width: 360px;
    height: 92px;
    font-size:11px;
    resize:none;
    outline: none;    
}

.star_comments{

    width: 260px;
    height: 46px;
    font-size:11px;
    margin-bottom:15px;
}

.star-rating-control{
    float: right;
    
}

.input_long{  

    width: 200px;    
}

.agent_input_long{  

    width: 250px;    
}

.input_med{        
    width: 98px;
}



.input_short{        

    width: 59px;  
}

.save_button{
    position:relative;
    top: -28px;
    _top: -100px;
    left:10px;
}

.agent_save_button{
    margin-top:53px;
    margin-left:0px;
    margin-right:0px;
  
}


.ui-datepicker-trigger{
    float:right;
    position: relative;
    top:2px;
      
}

/* autocompelte fields */
#panel .ac_input{
    width:197px;

}

.pad{
    padding-left: 20px ;
    padding-right: 20px;
    padding-bottom: 10px;

}

.highlight{
    padding: 12px;
    border: 1px dashed ;
    background-color: #ffe3d7;

}

.buttonHeading{
    font-size: 1.4em;
    display: block;
    font-weight: bold;
    color: #6b6b6b
    
}

.spacer20{
    display:block;
    padding: 10px;
    
}

.homeIcon {
    float:left;
    margin-right: 10px;
    margin-bottom: 10px;
}


.homeBox{
    width: 184px;
    padding: 20px 20px;
    font-size: 0.9em;
    height: 120px;
    background-color: #fff;
    margin-bottom: 30px;
    border: 4px solid lightgrey;
}

.homeBox:hover{
    background-color: #fff;
    border: 4px solid grey;

}

.box{
    padding: 9px 9px;
    background-color: #ffffff;
    margin-bottom: 4px;
    width: 280px;
    border: 1px solid grey;
}

.box:hover{

    background-color: #fae6c0;

}



.boxWorst{
    padding: 9px 5px;    
    background-color: #ea9f15;
    color: #fff;
    width: 30px;
    text-align: right;
    border: 1px solid #ea9f15;
    margin-right:4px;
}

.boxBest{
    padding: 9px 5px;    
    background-color: #ea9f15;
    color: #fff;
    width: 30px;
    text-align: right;
    border: 1px solid #ea9f15;
    margin-right:4px;
}



.borderWhite{
    clear:left;
    height:4px;
    
}

.boxList{
    display:block;
    width: 40px;
    height:40px;    
    background-color: #bec0cb;
    color: #fff;  
    font-weight: bold;
    font-size:12px;
    text-align: center;
    line-height:40px;
    margin-right: 4px;
}

.boxGrey{
    font-size:12px;
    padding: 5px 8px;
    background-color: #e0e2e2;
    width: 148px;
    height:30px;
    line-height: 16px; 
    overflow: hidden;   
}

.tiny{
    font-size: 0.7em;
}

#short_ac .ac_input{
    width:59px;

}

#short_ac input{
    width:59px;

}



/* FORM LAYOUT */

.error_list{
   list-style-image: none;
   display:inline;
   color:#ff0000;
   padding: 0;
   padding-left: 10px;
   position: relative;
   top: 0px;

   }

#panel li, ul{
  margin:0;
  padding:0;
  display:inline;
  font-size:0.8em;
  
}



.good {
    font-size: 14px;
    font-weight: bold;
    color: #4b7678;
 
    
}

.bad {
    font-size: 14px;
    font-weight: bold;
    color: #d50000;
   
}

.form_label{    
    font-size: 15px;
    font-weight:bold;
    color: #4a4a4a;
    padding-left: 1px;
    padding-bottom: 2px;
    
}

.form_row{
    padding-left:10px;
    margin-right:10px;
    margin-bottom:10px;
    
}

.bottom_pad{
    margin-bottom: 12px;
    
}



#matrix{
    margin-left: 10px;    
}


#matrix td.matrix_label{
    font-size:11px;
    text-align:left;
    color: #000; /*#1e5958;*/
}


#matrix table{
    border: 0;
    margin:0;
    padding:0;
    margin-top: 5px;   

}

#matrix td{
    height:0px;
    padding-right: 10px;
    padding-bottom: 5px;
    text-align: center;  
}





/* GENERAL LAYOUT */

#column{
    margin-left: 15px;
}


#middle_row{
    height:100%;
}


.accent{
    color: #ffffff;
}

.white{
    color: #ffffff;
}

/* CONTENT FORMATTING */


#side_panel {
    height:100%;
    padding-top:30px;
}


#side_panel h4{
    display: block;
    width:188px;
    padding:5px 10px;
    margin:0;
    font-size: 0.9em;
    height:16px;
    color: #fff;
    background-color:#0587a3;
}



/* GENERAL CLASSES */


.smaller{
    font-size: 0.9em;    
}

.padall{
     padding: 20px;   
}

.larger {
    font-size: 1.2em;
}

.w770{
    width: 770px;
}

.w202{
    width: 202px;
}

.fltlft{
    float:left;
}

.fltrt{
    float:right;
}

.clearfloat{
    clear:both;
}


#header{
    width:980px;
    height:8px;
    margin-top:0;
    margin-bottom:20px;
    background-color: #0587a3;
    
}

#footer{
    background-repeat: no-repeat;
    width:940px;
    margin-top:40px;
    font-size: 0.7em;
    padding: 20px;
    background-color: #0587a3;
    
}


/* Review styles */

#review_panel{    

  
}

.review_heading {
    padding: 10px 10px;
    background-color: #0587a3;
    height:40px;
}



.review_main{
    background-color: #ffffff;
    padding: 20px;

}

#comment
{
 padding: 10px 10px;
 background-color: #ebebeb;
}

#show{
    cursor: pointer;
}

#show:hover{
    text-decoration: underline;
}

#hide{
    cursor: pointer;
}

#hide:hover{
    text-decoration: underline;
}




.star_row{
    font-size: 0.7em;
   
}
.star_label{
    padding-bottom:27px;
}

.rating {
    font-size: 0.9em;
    padding: 10px;
    background-color: #e4e4e4;
    margin-bottom: 10px;
    line-height: 1.2em;
    border: 1px solid #ea9f15;
}

.score_box{
    line-height: 45px;
    font-weight: bold;
    padding: 10px;
    display:inline;
    background-color: #ea9f15;
    color: #fff;
    
}

.user_score_box{
    line-height: 40px;
    font-weight: bold;
    padding: 10px;
    display:inline;
    background-color: #ea9f15;
    color: #fff;
    font-size:1em;
    
}


#overview{
    width:310px;
}

.spacer{
    
    padding-bottom:20px;
}

.ratings {
    width: 305px;
    margin-right:15px;
    padding-right:10px;
    __border-right: 1px solid #369698;
}

.summary{
    margin-bottom: 15px;
    margin-top: 20px;
}


.bright {
    color: #000000
}



#content_panel{
    
    padding-right: 20px;
    width: 740px;
    
}



#side_panel li{
    list-style-image:none;
    list-style-type: square;
    color: #d7d7d7;
    margin:0 25px;
    padding:4px 0;
    font-family: verdana;
    font-size:0.7em;
    line-height:1.2em;
}

#side_panel ul{
    margin:0;
    padding-left:15px;

}

#side_panel a{
    text-decoration:none;
    color: #636161;    
    
   
}

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


.tabPanel{
     padding: 20px 20px;
     border-top: 1px solid #2c787a;
     z-index:0;
     margin-top: 20px;
}

.subtab{    
    width:auto;
    display:block;

}

.listp{
    margin-top: 2px;
}

.lista{
    font-size:1.2em;
    text-decoration: none;
    color: #106687;
    font-weight:bold;
}

.lista:hover{    
    text-decoration: underline;
}


.tabLine{
    position:relative;
    border-top: 1px solid #808080;
    top:27px;
    height:0px;
    width: 100%;
}

#subtabs {    
    position: relative;
    top: -10px;
    
}

#subtabs ul, #subtabs li{
    margin: 0;
    padding:0;
    display:inline;
    list-style: none;
    
}

#subtabs a{
    
    height: 20px;
    margin-right: 10px;
    font-size: 0.9em;
    display:block;
    float:left;
    padding: 0px 10px;
    background-color: transparent;
    text-decoration:none;
    color: #808080;
    border: 1px solid transparent;
    border-bottom: 1px solid #808080;
    padding-top:5px;
    position: relative;
    top: 10px;

}


#home h1{
    position: relative;
    top: -10px;
    font-size: 0.9em;
    display:block;
}


.dummyTab{
    height: 27px;
    font-size: 1.2em;
    font-weight:bold;
    position: relative;
    top: 0px;
    padding-top:10px;    
}


#subtabs a.selected{
    height: 25px;
    font-size: 1.2em;
    border: 1px solid #808080;
    border-bottom: 1px solid #ffffff;
    font-weight:bold;
    position: relative;
    top: 0px;
    padding-top:10px;
 

}

#subtabs a:hover{   

    border: 1px solid #808080;
    border-bottom: 1px solid #ffffff;
 

}

img{
    border: 0;
}


#search{
    float:right;
    width: 208px;
    margin-bottom:4px;

}

#search input[type="text"]{
    float: left;
    width: 202px;
    height: 20px;
    line-height: 20px;
    border: 2px solid lightgrey;    
}

#search input[type="submit"]{
    width: 28px;
    height: 28px;
    
 
}

li {
    margin-left:10px;
    padding:10px 0;    
}


#helpPage li {
    margin:10px;
    border-bottom: 1px dotted lightgrey;
    padding:10px;
    
}

#helpPage ul {
    list-style-position:inside;

    
}

#side_panel a.pReviewLink {

	display:block;
	font-size: 0.9em;
	font-weight:bold;
	padding: 5px 10px;
	background-color: #0fa57c;
	color: #fff;
	margin-bottom: 4px;
}

#side_panel a.aReviewLink {

	display:block;
	font-size: 0.9em;
font-weight:bold;
	padding: 5px 10px;
	background-color: #0d8d6a;
	color: #fff;
	margin-bottom: 4px;
}

.helpPanel{
	width:186px;
	border: 1px solid #d33812;
padding: 10px;
}

