/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------
     Copyright Mike Crittenden
      Author: SoyCaracol
======================================*/

/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
- green         #688B33
\**************************************/

/**************************************/
/*              GLOBALS               */
/**************************************/


body {
    background: transparent url('../img/bg-principal-repeat.png') repeat-x top left;
    /*margin: 1.5em 0 0 0;	*/
}

#header
{
    background: transparent url('../img/bg-principal.png') no-repeat top left;
}
a {
    text-decoration: none;
    color: #688B33
}

h1
{
    font-size: 1.7em;
    color: #666;
	letter-spacing:-0.9pt;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}
h2
{
    font-size: 1.5em;
	letter-spacing:-0.5pt;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

input[type="text"], input[type="password"], input.text, input.title, textarea, select
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 3px;
    -moz-box-shadow: 0 0 1px #909090 inset;
    -webkit-box-shadow: 0 0 1px #909090 inset;
}

.box
{
    -moz-border-radius: 5px;
}

.green-box
{
    background-color: #EDFFDF;
}


.fieldset-box
{
    border: 1px solid #CCC;
    padding: 0.5em 0.5em 0 0.5em;
    margin-bottom: 1.5em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.fieldset-box-topless
{
    border: 1px solid #CCC;
    border-top: 0;
    padding: 0 0.5em 0 0.5em;
    margin-bottom: 1.5em;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}

.content-container
{
    padding: 20px;
}

fieldset
{
    padding: 0.5em;
}

fieldset table
{
    margin-bottom: 0;
}

select.select
{
    padding: 5px;
}

#like-box
{
    width:250px;
    height:25px;
    padding-top:15px;
    padding-bottom:5px;
    overflow:hidden;
}

#like-box .like-button-container
{
    position:relative;
    float:left;
    overflow:hidden;
}

#like-box .twitter-share-button
{
    cursor: pointer;
}

#like-box .facebook-iframe
{
    border:none;
    overflow:hidden;
    width:110px;
    /*height:px;*/
}

/**************************************/
/*              HEADER                */
/**************************************/

#header
{
    margin: 0;
}

#logo-soycaracol
{
    margin-top: 2px;
}

/**************************************/
/*               FOOTER               */
/**************************************/

#footer
{
    border-top: 1px solid #ededed;
    padding: 10px 0 10px 0;
    width: 100%;
    background: #E0E0E0 url('../img/bg-footer.jpg') top left repeat-x;
/*    overflow: hidden;*/
    margin-bottom: 0px;
    clear: both;
}


#footer p
{
    font-size: 0.9em;
}


.footer-column {float:left; width:140px; margin:0 20px 0 0;_margin:0 25px 0 0; }
.footer-column ul{ width:217px; overflow: hidden; margin: 0; padding: 0}
.footer-column ul li{color:#688B33;margin:1px 0;padding:0 0 0 12px; list-style-type: none; font-size: 0.9em;}
.footer-column ul li a{color:#688B33; text-decoration:none}
.footer-column ul li a.active{text-decoration: underline}
.footer-column ul li a:hover{color:#060}
.footer-column h2{margin:3px 0;font:bold 1em/1.2em Arial, Helvetica, sans-serif; color:#999; border-bottom:1px solid #CCC; padding:0 0 0 12px}

.footer-column-widther
{
    width:270px;
}
.credits
{
    font-size: 0.8em;
    text-align: right;
    clear: both;
}

.credits a
{
    font-size: 10px;
    color: #333;
    font-weight: bold;
}

/**************************************/
/*             NAVIGATION             */
/*
    - top links
    - master navigation
*/
/**************************************/

/*
 * TOP LINKS
 *
*/

#top-links
{
    margin: 5px 0;
    text-align: right;
    padding-right: 14px;
}

#top-links a
{
    font-size: 0.9em;
    color: #151515;
}

#top-links span
{
    color: #7dae33;
}


/*
 * MASTER NAVIGATION
 * 
*/


/*
	#navigation * {
		padding:0;
		margin:0;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1em;
		}*/
#navigation ul {
    padding: 0 0 0 0;
    margin: 0;
    font-size: 1.1em;
    line-height:1.6em;
}
#navigation ul li {
    list-style: none;
    float: left;
    margin: 0 0 0 5px;
}
#navigation ul li.first
{
    margin-left: 0px;

}

#navigation {
    /*background: url(images/navigation2.png) top left repeat-x;*/
    margin-bottom: 15px;

}
#navigation ul li a {
    background: url(../img/navigation/onlink2_right.png) top right no-repeat !important;
    background: url(../img/navigation/onlink2_right_IE6.png) top right no-repeat;
    display: block;
    padding: 0 15px 0 0;
/*    color: #e8e8e8; */
	color: white;
    text-decoration: none
}
#navigation ul li a span {
    background: url(../img/navigation/onlink2_left.png) top left no-repeat !important;
    background: url(../img/navigation/onlink2_left_IE6.png) top left no-repeat;
    display: block;
    padding: 6px 0 1px 10px;
}
#navigation ul li a:hover {
    background: url(../img/navigation/onhover2_right.png) top right no-repeat !important;
    background: url(../img/navigation/onhover2_right_IE6.png) top right no-repeat;
    color: #FFF;
}
#navigation ul li a:hover span {
    background: url(../img/navigation/onhover2_left.png) top left no-repeat !important;
    background: url(../img/navigation/onhover2_left_IE6.png) top left no-repeat;
}

#navigation ul li.active a {
    background: url(../img/navigation/onselected2_right.png) top right no-repeat !important;
    background: url(../img/navigation/onselected2_right_IE6.png) top right no-repeat;
    color: #6a6a6a;
}
#navigation ul li.active a span {
    background: url(../img/navigation/onselected2_left.png) top left no-repeat !important;
    background: url(../img/navigation/onselected2_left_IE6.png) top left no-repeat;
}




/* tabs */

#tabs-menu ul {
    padding: 5px;
    margin: 10px 0;
    list-style: none;
    float: left;
}

#tabs-menu ul li {
    float: left;
}

#tabs-menu ul a {
    float: left;
    text-decoration: none;
    color: #666;
    padding: 4px 15px 0 0;
    margin-right: 8px;
    font: 900 14px "Arial", Helvetica, sans-serif;
}

#tabs-menu ul li a span {
    float: left;
    padding-right: 15px;
    display: block;
    margin-top: -4px;
    height: 24px;
}

#tabs-menu ul li a:hover, #tabs-menu ul li a.active {
    color:#576D07;
    background: url("../img/tabs/green-button.png") no-repeat top right;
}

#tabs-menu ul li a:hover span, #tabs-menu ul li a.active span {
    background: url("../img/tabs/green-button.png") no-repeat top left;
}

/*

HOME

*/

#content .home-register-button, #content .green-button
{
	-moz-border-radius:6px;
	color: white;
	background-color:#688B33;
	font-size:1.1em;
	font-weight:bold;
	margin:0 10px;
	padding:5px 7px;
	text-decoration:none;
	/*border: 1px solid #688B33;*/
}

#content .home-register-button
{
	float: right;	
}

.register-info
{
	margin-bottom: 0.5em;
	margin-left: 2.5em;
}

.register-info li
{
	color: #CCC;
	text-align: left;
	font-size: 1.1em;
}

.register-info li span
{
	color: #666;
}

#content #last-routes .routes-list li
{
	margin-right: 42px;
}

#content #last-routes .routes-list li.last
{
	margin-right: 0px;
}


#content .noticia-item
{
    clear:left;
    position:relative;
    width:300px;
    background-color: white;
}

#content .noticia-head
{
    padding-left: 40px;
}

#content .bloc-noticies
{
    background-color: white;
    padding: 10px;
    width: 299px;
}

#content .noticia-head h2.titol-noticia
{
    display:block;
    font-family: 'Verdana';
    font-size: 0.9em;
    font-weight: bold;
    letter-spacing:-1px;
    margin:0;
    padding:0;
}

#content .noticia-head h2.titol-noticia a
{
    color: #688B33;
    text-decoration: none;
}
#content .noticia-head h2.titol-noticia a:hover
{
    text-decoration: underline;
}

#content .noticia-head .data-noticia
{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    position:absolute;
    top:0;
    left:0;
    border-right:1px solid #CCCCCC;
    margin:0;
    padding:2px 10px 2px 0;
    text-align:center;
    width: 22px;
}

#content .noticia-head .font-noticia
{
    font-size: 0.8em;
}

#content .noticia-head .data-noticia .dia
{
    color:#CCCCCC;
    display:block;
    font-family:'Arial';
    font-size:21px;
    font-weight:bold;
    letter-spacing:-1px;
    line-height:19px;
}

#content .noticia-head .data-noticia .mes
{
    color:#666666;
    display:block;
    font-size:9px;
    line-height:9px;
    text-transform:uppercase;
}



.options-menu
{
    padding: 20px;
    border: 1px solid #ccc;
    background-color: #EDFFDF;
    margin-bottom: 10px;
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 0 10px #B1B1B1;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 0 10px #B1B1B1;
}

.options-menu label
{
    font-weight: normal;
}

.options-menu-list
{
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.options-menu-list li
{
    list-style-type: none;
}

.options-menu-list li a
{
    font-size: 1.1em;
    color: #444;
}

.options-menu-list li a:hover
{
    color: #000;
}

ul.simple-list
{
    margin: 0 0 0 6px;
    padding: 0;
    overflow: hidden;
}

ul.simple-list li
{
    list-style-type: none;
    float: left;
    width: 90px;
    margin: 0px 6px 10px 6px;
    height: 120px;
    text-align: center;
}

ul.admin-list
{
    margin: 0 0 0 3px;
    padding: 0;
    overflow: hidden;
}

ul.admin-list li
{
    list-style-type: none;
    float: left;
    width: 90px;
    margin: 0px 3px 10px 3px;
    height: 120px;
    text-align: center;
}

ul.photonavigation
{
    margin: 0;
    padding: 0;
    overflow: hidden;
}

ul.photonavigation li
{
    list-style-type: none;
    float: left;
    margin: 15px;
    text-align: center;
}

ul.photonavigation li span
{
    padding: 3px;
    width: 90px;
    height: 90px;
    border: 1px solid #CCC;
    display: block;
    text-align: center;
    vertical-align: middle;
    background-color: white;
    color: #999;
    font-size: 0.9em;
}

a.simple-button           { -moz-border-radius: 5px; -webkit-border-radius: 5px; border:solid 1px #394F05; margin-right:2px;
                            color:#394F05; display:block; padding:3px 8px; text-decoration:none; text-align: center; }
a.simple-button:hover     { border:solid 1px #394F05; }

/*
ul.simple-list li a
{
    color: #444;
    font-weight: bold;
    font-size: 0.9em;
}

ul.simple-list li a:hover
{
    color: black;
    text-decoration: underline;
}
*/


/**************************************/
/*            MAIN CONTENT            */
/*
    - Vehicle styles

*/
/**************************************/

/* USER STYLES */

.user-profile
{
    text-align: center;
    margin-bottom: 5px;
}

.user-profile a
{
    color:#444444;
    font-size:0.9em;
    font-weight:bold;
    display: block;
}

.user-avatar
{
    background-color:#FFFFFF;
    padding: 2px;
}

.user-avatar img, .user-avatar-img
{
    margin-top: 3px;
    border:1px solid #CCCCCC;
    padding:3px;
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 0 10px #B1B1B1;
    -webkit-box-shadow: 0 0 10px #B1B1B1;
    -webkit-border-radius: 5px;
}

.user-avatar img:hover
{
    background-color:#EFEFEF;  
}

.group-profile
{
    text-align: center;
    margin-bottom: 5px;    
}

.group-profile a
{
    color:#444444;
    font-size:0.9em;
    font-weight:bold;
}

.group-avatar
{
    background-color:#FFFFFF;
    padding: 2px;      
}

.group-avatar img, .group-avatar-img
{
    margin-top: 3px;
    border:1px solid #CCCCCC;
    padding:3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 0 10px #B1B1B1;
    -webkit-box-shadow: 0 0 10px #B1B1B1;
}

.group-avatar img:hover
{
    background-color:#EFEFEF;
}





/* VEHICLES STYLES */

.detail-text
{
    color: #666;
}

div.context-nav-tabs
{
    clear: both;
    border-bottom: 1px solid #679d54;
    height: 37px;
}

div.context-nav-tabs a.item-nav, div.context-nav-tabs a.item-nav-current
{
    float: left;
    font-size: 1.0em;
    padding: 10px 0px 0px 0px;
    width: 103px;
    height: 37px;
    text-align: center;
    color: #444;
}

div.context-nav-tabs a.item-nav
{
    background: transparent url('../img/botonera_detall_vehicles.gif') repeat-x scroll -8px -7px;
}

div.context-nav-tabs a.item-nav-current
{
    background: transparent url('../img/botonera_detall_vehicles.gif') repeat-x scroll -111px -7px;
    color: #ededed;
    font-weight: bold;
}

img.vehicle-avatar, img.item-photo
{
    background-color:#FFFFFF;
    border:1px solid #CCCCCC;
    float:left;
    margin-right:7px;
    padding:3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 0 10px #B1B1B1;
    -webkit-box-shadow: 0 0 10px #B1B1B1;
}

img.vehicle-avatar:hover, img.item-photo:hover
{
    background-color:#EFEFEF;
}

img.vehicle-detail-photo
{
    float: right;
    margin-left: 10px;
}

ul.vehicles-list
{
    margin: 0;
    padding: 0;
    overflow: hidden;
}

ul.vehicles-list li
{
    list-style-type: none;
    float: left;
    width: 185px;
    margin: 0px 5px 10px 5px;
    height: 110px;
}

ul.vehicles-list li a
{
    color: #444;
    font-weight: bold;
    font-size: 0.9em;
}

ul.vehicles-list li a:hover
{
    color: black;
    text-decoration: underline;
}

ul.vehicles-brands-list
{
    margin: 0;
    padding: 0;
}

ul.vehicles-brands-list li
{
    list-style-type: none;
    height: auto;
    padding-bottom: 5px;
}

ul.vehicles-brands-list li a
{
    color: #555;
    font-weight: bold;
    font-size: 0.9em;
}

ul.vehicles-brands-list li a:hover
{
    color: black;
    text-decoration: underline;
}

/* Vehicle photos */

ul.vehicle-photos-list
{
    margin: 0;
    padding: 0;
}

ul.vehicle-photos-list li
{
    list-style-type: none;
    float: left;
    width: 185px;
    margin: 0px 5px 10px 5px;
}

.vehicle-photos-list li.small
{
    width: 110px
}

/* Vehicle opinions */

#vehicles-ratings
{
    height: 120px;
    font-weight: bold;
}
ul.wrap
{
    margin: 0;
    padding: 5px;
    width: 620px;
    overflow: hidden;
}

ul.wrap li.lft
{
    float: left;
    list-style-type: none;
    list-style-position: outside;
    width: 110px;
}

ul.wrap li.rgt
{
    float: left;
    list-style-type: none;
    list-style-position: outside;
    width: 480px;
}

.image-container
{
    position: relative;
    width: 94px; /* for IE 6 */
}

.image-text
{
    position: absolute;
    top: 4px;
    right: 0px;
}

#vehicles-ratings ul.vehicles-ratings-list
{
    padding: 0;
    margin: 0;
    font-size: 1.1em;
}

#vehicles-ratings ul.vehicles-ratings-list li
{
    list-style-type: none;
    float: left;
    width: 120px;
    line-height: 25px;
    height: 40px;
}

#vehicles-ratings ul.vehicles-ratings-list li, .vehicle-ratings-detail
{
    font-weight: normal;
    color: #666;
}

span.rating
{
    font-weight: bold;
}

span.bigger
{
    font-size: 2.6em;
    line-height: 1.4em;
}

span.medium
{
    font-size: 1.8em;
    line-height: 1.7em;
    background-color: white;
    width: 35px;
    text-align: center;
    border: 1px solid #CCC;
}

ul.vehicle-opinions-list
{
    margin: 0;
    padding: 0;
}

ul.vehicle-opinions-list li
{
    list-style-type: none;
}
div.vehicle-opinions-list-item h3
{
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 0.5em;
}
/*
.vehicle-opinions-list-item a
{
    color: #444;
}
*/
div.vehicle-opinions-list-item ul.wrap
{
    /*height: 40px;*/
    border-bottom: 1px solid #ededed;
    margin-bottom: 10px;
    /*background-color: #D4E7C4;*/
    padding-top: 10px;
    overflow: hidden;
}

/* Rutes */

ul.routes-list
{
    margin: 0;
    padding: 0;
    overflow: hidden;
}

ul.routes-list li
{
    list-style-type: none;
    float: left;
    width: 200px;
    margin: 0px 5px 10px 5px;
    height: 180px;
}

ul.routes-list li a
{
    color: #444;
    font-weight: bold;
    font-size: 0.9em;
}

ul.routes-list li a:hover
{
    color: black;
    text-decoration: underline;
}

.route-information
{
    padding: 4px 0 6px 0px;
    float:right;
    background: transparent url(../img/tabs/tab_bg.gif) repeat-x scroll left bottom;
}

/***********************************/
/*     Navegacio etapes            */
/***********************************/
.stage-navigation
{
    list-style-type: none;
    padding: 0;
    margin: 0px 0 15px 0;
    overflow: hidden;
    border: 1px solid #c9c9c9;
    background: transparent url(../img/stage-line.gif) repeat-x 0px 31px;
}

.stage-navigation li
{
    float: left;
    line-height: 2.6em;
    color: #777;
    padding-left: .85em;
    margin-bottom: 1px;
}

.stage-navigation li a
{
    background: url(../img/stage-bg.jpg) no-repeat right center;
    display: block;
    padding: 0 15px 0 0;
}

.stage-navigation li a:link,
.stage-navigation li a:visited
{
    color: #777;
    text-decoration: none;
}

.stage-navigation li a.current
{
    background: url(../img/stage-bg-active.jpg) no-repeat right center;
    color: #444;
    font-weight: bold;
}

.stage-navigation li a:hover,
.stage-navigation li a:focus
{
    color: #222;
}


.left-quote
{
    background: url('../img/leftQuoteGeneric.gif') no-repeat left top;
}

.right-quote
{
    font-style: italic;
    padding: 20px 0px 20px 20px;
    background: url('../img/rightQuoteGeneric.gif') no-repeat right bottom;
}

/* Autosuggest */

#suggest_list {color: blue; cursor:pointer; position:relative; width: 100%;}
.list_item {background-color:white;color: #444;padding: 3px;}
#suggest_list li:hover {background-color: #ededed;}

/***********************************/
/*     Paginació (estil digg)      */
/***********************************/
#pagination-digg
{
    margin-top: 20px;
}
#pagination-digg li          { border:0; margin:0; padding:0; font-size:11px; list-style:none; /* savers */float:left; }
#pagination-digg a           { -moz-border-radius: 5px; -webkit-border-radius: 5px; border:solid 1px #394F05; margin-right:2px; }
#pagination-digg .previous-off,
#pagination-digg .next-off   { -moz-border-radius: 5px; -webkit-border-radius: 5px; border:solid 1px #DEDEDE; color:#888888; display:block; float:left; font-weight:bold; margin-right:2px; padding:3px 8px; }
#pagination-digg .next a,
#pagination-digg .previous a { font-weight:bold; }
#pagination-digg .active     { -moz-border-radius: 5px; -webkit-border-radius: 5px; background:#95C61C; color:#FFFFFF; font-weight:bold; display:block; float:left; padding:4px 8px; /* savers */ margin-right:2px; }
#pagination-digg a:link,
#pagination-digg a:visited   { color:#394F05; display:block; float:left; padding:3px 8px; text-decoration:none; }
#pagination-digg a:hover     { border:solid 1px #394F05; }

.pagination ul li
{
    list-style-type: none;
    float: left;
    margin-right: 10px;
    margin-bottom: 3px;
    padding: 3px 8px 3px 8px;
    border: 1px solid #FBE3E4;
    font-family: sans-serif;
}

.pagination ul li.hide { visibility: hidden; }

.pagination ul li a
{
    font-weight: bold;
    color: #444;
}

.pagination ul li.tabOn
{
    background-color: #FBE3E4;
}

/* comments/messages */

.comment-wrap
{
    overflow: hidden;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.comment-wrap li
{
    float: left;
}

.comment-wrap li.comment-wrap-avatar
{
    width: 80px;
}

.comment-wrap li.comment-wrap-message
{
    width: 520px;
}

.comment-wrap h3
{
    font-size: 1em;
    margin: 0 0 5px 0;
    font-weight: bold;
}

.comment-wrap p
{
    margin: 0 0 15px 0;
    padding: 0px;
}

.comment-wrap span
{
    color: #666;
    font-size: 0.8em;
}

/* BUS! */
.bus-item
{
	clear: both;
}

.bus-item-list
{
	padding: 0 20px 20px 20px;
	overflow: hidden;
}

.bus-item-avatar
{
    float: left;
    width: 70px;
    display: block;
}

.bus-item-body {
    padding-left: 10px;
    border-left: 1px solid #CCC;
    float:left;
    margin-top: 10px;
	width: 500px;
}

.bus-item-avatar img
{
    width: 50px;
    height: 50px;
}

#bus-list-more {
	
	margin: 0px 0px 10px 0px;
	clear: both;
	display: block;
	cursor: pointer;
	background-color: #EDFFDF;
	color: #444;
	text-align: center;

}

#bus-list-more:hover
{
    color: black;
}

/* twitter-like pagination photos */

#photos-list, #videos-list
{
    margin-bottom: 10px;
    overflow: hidden;
}

#photos-list img.item-photo, #videos-list img.item-photo
{
    margin-bottom: 7px;
}

#photos-list-more, #videos-list-more
{
    margin: 0px 0px 10px 0px;
    clear: both;
    display: block;
    cursor: pointer;
    background-color: #EDFFDF;
    color: #444;
    text-align: center;
}

#photos-list-more:hover, #videos-list-more:hover
{
    color: black;
}

/* AREAS */

.area-list-item
{
    width: 300px;
    float: left;
    margin-right: 5px;
    padding: 5px;
}

.area-coords
{
    color: #CCC;
    font-size: 0.9em;
}

.area-infowindow h2
{
    font-size: 1.2em;
}

.area-avatar
{
    background-color:#FFFFFF;
    padding: 2px;
}

.area-avatar img, .area-avatar-img
{
    margin-top: 3px;
    border:1px solid #CCCCCC;
    padding:2px;
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 0 10px #B1B1B1;
    -webkit-box-shadow: 0 0 10px #B1B1B1;
    -webkit-border-radius: 5px;
}

.area-infowindow-img
{

}

.area-avatar img:hover
{
    background-color:#EFEFEF;
}

.pernocta-style
{
    border:1px solid #CCCCCC;
    background-color:white;
}

.area-style
{
    border:1px solid #CCCCCC;
    background-color:white;
}

.area-services p
{
    margin: 0;
}

.area-services p.disabled
{
    color: #CCC;
}

.area-services p img
{
    vertical-align: middle;
    margin-right: 10px;
}

/*

Translate

*/

.translate-bar
{
    float: right;
    font-size: 11px;
    background-color: #f5f5f5;
    padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


/* Games */

.classification-title
{
    font-size: 18px;
    margin-top: 20px;    
}

.classification-title span
{
    color: #CCC;
    font-size: 14px;
    float: right;
}

.classification-table .position
{
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    text-align: right;
}

.classification-table .status
{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.classification-table .status-up
{
    color: #339933;
}

.classification-table .status-down
{
    color: #CC0033;
}

.classification-table tr.current td
{
    background-color: #EBEAD7;
    color: #735005;
}

.classification-table tr.current td.firstcolumn
{
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;

}

.classification-table tr.current td.lastcolumn
{
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
}
