body, div, dl, dt, dd, ol, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote, th, td
{
    margin: 0;
    padding: 0;
}

body
{
    color: #333;
}

img
{
    border: none;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img
{
    border: 0;
}

address, caption, cite, code, dfn, strong, th, var, optgroup
{
    font-style: inherit;
    font-weight: inherit;
}

del, ins
{
    text-decoration: none;
}

caption, th
{
    text-align: left;
}

h2, h3, h4, h5, h6
{
    font-size: 100%;
    font-weight: normal;
}

h1
{
    font-size: 120%;
    font-weight: bold;
}

q:before, q:after
{
    content: '';
}

abbr, acronym
{
    border: 0;
    font-variant: normal;
}

sup
{
    vertical-align: baseline;
}

sub
{
    vertical-align: baseline;
}

legend
{
    color: #333;
}

input, button, textarea, select, optgroup, option
{
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

input, button, textarea, select
{
    font-size: 100%;
}

/** END RESET ********/
body
{
    font: 75% Arial, Helvetica, sans-serif;
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-image: url(../images/bg.png);
    background-color: #FFF; /*background-color: #C6ED5E;*/
    background-position: left top;
}

a
{
    color: #155BA3;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a i
{
    display: none;
}

a:visited
{
    text-decoration: none;
}

a:visited:hover
{
    text-decoration: underline;
}

a[target=_blank]
{
    padding-right: 13px;
    background-image: url('../images/newwindow.gif');
    background-position: right center;
    background-repeat: no-repeat;
}

li
{
    list-style: circle url('../images/bullet.gif');
    padding: 0;
    margin: 0;
}

.errorinput
{
    border: 1px solid #FF0000;
}

/** END basic **********/
/** Global *****/
.small
{
    font-size: 80%;
}

.help
{
    border-bottom: 1px dotted;
    cursor: help;
}

.invalid
{
    text-decoration: line-through;
}

.clickable
{
    cursor: pointer;
}

.verticalmiddle
{
    vertical-align: middle;
}

.hr
{
    height: 0;
    border-top: dotted 1px #8CA6BD;
    margin: 10px auto;
}

/** END Global ****/
#Top
{
    position: absolute;
    top: 0px;
    left: 0px;
}

#topBox
{
    text-align: right;
    position: fixed;
    bottom: 5px;
    right: 5px;
}

.pagetitle
{
    position: absolute;
    left: -9999px;
    display: inline;
}

.tagline
{
    padding: 0;
    margin: 0;
    font-size: 100%;
    color: #FF6A00;
    position: absolute;
    left: 78px;
    bottom: 12px;
    font-weight: bold;
}

.allvehiclesbutton, .allvehiclesbutton:visited, .allvehiclesbutton:hover, .allvehiclesbutton:hover:visited
{
    display: block;
    font-weight: bold;
    height: 21px;
    margin: auto;
    overflow: hidden;
    padding-top: 10px;
    text-align: center;
    background-image: url(../images/medbtnbg.gif);
    width: 70px;
    padding-left: 80px;
    text-decoration: none;
    float: right;
    margin-right: 1px;
}

.detailsbutton, .detailsbutton:visited, .detailsbutton:hover, .detailsbutton:hover:visited
{
    display: block;
    height: 21px;
    width: 55px;
    font-weight: bold;
    overflow: hidden;
    padding: 10px 0 0 35px;
    text-align: center;
    background-image: url(../images/detailsbtnbg.gif);
    text-decoration: none;
    margin-right: 1px;
    position: absolute;
    top: 37px;
    left: 366px;
}

.christmas
{
    background-image: url(../images/christmas.png);
    display: block;
    width: 200px;
    height: 250px;
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: -100;
}

.christmas i
{
    display: none;
}

/** Links **************************/
.imagebutton
{
    width: 16px;
    height: 16px;
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    margin: 1px;
}

.iconedlink
{
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-right: 5px;
}

/** Iconed links begin *******************************************/
.searchlink
{
    background-image: url(../images/search.png);
}

.squarelink
{
    background-image: url(../images/adminmenu/square.png);
}

.piechartlink
{
    background-image: url(../images/adminmenu/piechart.png);
}

.carlink
{
    background-image: url(../images/adminmenu/car.png);
}

.gearlink
{
    background-image: url(../images/adminmenu/gear.png);
}

.userlink
{
    background-image: url(../images/adminmenu/user.png);
}

.commentlink
{
    background-image: url(../images/icons/comment.png);
}

.commentslink
{
    background-image: url(../images/icons/comments.png);
}

.commentaddlink
{
    background-image: url(../images/icons/comment_add.png);
}

.commentexclamationlink
{
    background-image: url(../images/icons/comment_exclamation.png);
}

.googlelink
{
    background-image: url(../images/adminmenu/google.png);
}

.phpmyadminlink
{
    background-image: url(../images/adminmenu/phpmyadmin.png);
}

.stoplink
{
    background-image: url(../images/adminmenu/stop.png);
}

.uplink
{
    background-image: url(../images/icons/up.png);
}

.downlink
{
    background-image: url(../images/icons/down.png);
}

.updownlink
{
    background-image: url(../images/icons/updown.png);
}

.logoutlink
{
    background-image: url(../images/adminmenu/logout.png);
}

.zikilink
{
    background-image: url(../images/adminmenu/ziki.png);
}

.clipboardlink
{
    background-image: url(../images/clipboard.png);
}

.arrowleftlink
{
    background-image: url(../images/arrow_left.png);
}

.addlink
{
    background-image: url(../images/add.png);
}

.refreshlink
{
    background-image: url(../images/refresh.png);
}

.zoomlink
{
    background-image: url(../images/zoom_in.png);
}

.editlink
{
    background-image: url(../images/icons/pencil.png);
}

.deletelink
{
    background-image: url(../images/icons/delete.png);
}

.downloadlink
{
    background-image: url(../images/icons/down.png);
}

.linklink
{
    background-image: url(../images/icons/link.png);
}

.computerlink
{
    background-image: url(../images/icons/computer.png);
}

.starlink
{
    background-image: url(../images/icons/star.png);
}

.pictureslink
{
    background-image: url(../images/icons/pictures.png);
}

.detailslink
{
    background-image: url(../images/icons/details.png);
}

/** Iconed links end *******************************************/
/** Container ************************************************************************************/
.container
{
    width: 780px;
    margin: 0 auto;
    border: 0;
    text-align: left;
    background-image: url(../images/containerbg.png);
    background-repeat: repeat-y;
    background-position: left top;
    padding: 10px 26px 5px 26px;
    min-height: 700px;
    position: relative;
}

.bottom
{
    width: 832px;
    margin: 0 auto;
    background-image: url(../images/bottombg.png);
    background-repeat: no-repeat;
    background-position: left top;
    height: 20px;
}

/** Header ***************************************************************************************/
#header
{
    padding: 0 26px 0 26px;
    margin: 0 auto; /*border: 1px solid #8CA6BD;*/
    height: 79px;
    width: 780px;
    background-image: url(../images/headerbg.png);
    background-repeat: repeat-y;
    background-position: left top;
    position: relative;
    font-weight: bold;
}

.headerwrap
{
    background-image: url(../images/headerwrapbg.png);
    background-repeat: repeat-y;
    background-position: left top;
    width: 780px;
    padding: 0 26px 0 26px;
    margin: 0 auto;
    height: 1px;
}

#header .logo_begin
{
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    background-position: 10px 12px;
    display: block;
    float: left;
    text-decoration: none;
    color: #FF6600;
    font-size: 350%;
    padding: 0 0 0 50px;
    vertical-align: middle;
    min-height: 56px;
    margin: 7px 0 0 0;
}

#header .logo_begin .secondpart
{
    color: #145AB4;
    padding: 0;
}

#header .social
{
    height: 43px;
    width: 185px;
    overflow: hidden;
    background: none;
    position: absolute;
    top: 14px;
    left: 441px;
    text-align: right;
    color: #666;
    font-weight: normal;
}

address.mainaddress
{
    width: 140px;
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: 5px;
    right: 28px;
    color: #666;
    line-height: 14px;
    font-size: 85%;
    font-weight: normal;
}

/** Sidebar ************************************************************************************/
#sidebar1
{
    float: left;
    width: 200px;
    padding: 0;
}

#sidebar1 .links
{
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

#sidebar1 .links li
{
    list-style: none;
    padding: 2px 0;
    margin: 0;
}

/** Sidebar Item ********************************************************************************************************************************************/
#sidebar1 .item
{
    margin-bottom: 10px;
    background-color: #FFF;
}

#sidebar1 .item .hd
{
    font-weight: bold;
    padding: 2px 5px;
    color: #333;
    border-width: 1px;
    border-color: #8CA6BD;
    border-style: solid;
    position: relative;
    margin-bottom: -1px;
    background-image: url(../images/titlebg.png);
    background-repeat: no-repeat;
    background-color: #BDDCF1;
}

#sidebar1 .item .hd .minimizebutton
{
    position: absolute;
    right: 5px;
    top: 1px;
    width: 10px;
    height: 10px;
    color: #155BA3;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
}

#sidebar1 .item .bd
{
    border: 1px #8CA6BD solid;
    padding: 5px;
    overflow: hidden;
    display: block;
    text-align: justify;
}

#sidebar1 .item .fixedtall
{
    height: 198px;
    overflow: auto;
}

#sidebar1 .item .menuitem
{
    display: block;
    font-weight: bold;
    text-decoration: none;
    padding: 5px;
}

#sidebar1 .item .menuitem:hover
{
    background-color: #BDDCF1;
    color: #155BA3;
    font-weight: bold;
    background-image: url(../images/titlebg.png);
    background-repeat: repeat-x;
    background-position: left top;
    background-position: 0 -50px;
}

#sidebar1 .item .menuitem:active
{
    background-color: #8CA6BD;
    color: #155BA3;
    font-weight: bold;
    background-position: 0 -50px;
}

#sidebar1 .item .actuallink
{
    font-weight: bold;
}

#sidebar1 .item .actual
{
    background-position: 0 -50px;
    background-color: #BDDCF1;
    color: #155BA3;
    font-weight: bold;
    background-image: url(../images/titlebg.png);
    background-repeat: repeat-x;
    background-position: left top;
}

#sidebar1 .item .typemenuitem
{
    display: block;
    font-weight: bold;
    text-decoration: none;
    padding-right: 0;
    padding-left: 25px;
    padding-bottom: 0px;
    padding-top: 5px;
}

#sidebar1 .item .typemenuitem:hover
{
    text-decoration: underline;
}

#sidebar1 .item .brandmenuitem
{
    display: block;
    text-decoration: none;
    padding: 2px 0;
}

#sidebar1 .item .brandmenuitem:hover
{
    text-decoration: underline;
}

#sidebar1 .item .typemenuitem:active
{
    text-decoration: underline overline;
}

/** MainContent *************************************************************************************************************************************/
.mainContent
{
    margin: auto;
    vertical-align: top;
    float: right;
    width: 570px;
    min-height: 520px;
}

/** Item *****************************************************************************************************************************************/
.mainContent .item
{
    margin: 0 0 10px 0;
    border: #8CA6BD 1px solid;
    overflow: auto;
    position: relative; /*-moz-border-radius: 0 0 5px 0;     -webkit-border-radius: 0 0 5px 0; */
}

.mainContent .genericcontainer
{
    margin: 0 0 10px 0;
    overflow: auto;
    position: relative;
}

.mainContent .borderless
{
    border: none;
}

.highlight
{
    background-color: #EAF2F9;
}

#sidebar1 .highlight
{
    background-color: #EAF2F9;
}

.mainContent .highlight
{
    background-color: #EAF2F9;
}

.mainContent .item.quicksearch
{
    background-color: #EAF2F9;
}

.mainContent .item.quicksearch .content
{
    background-image: url(../images/searchbig.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 55px; /*-webkit-box-shadow: rgba(0, 0, 0, 0.5) 4px 4px 4px;     -moz-box-shadow: rgba(0, 0, 0, 0.5) 4px 4px 4px; */
}

.mainContent .special
{
    background-image: url(../images/specialbg.gif);
    background-repeat: no-repeat;
    background-position: right bottom; /*-webkit-box-shadow: rgba(0, 0, 0, 0.5) 4px 4px 4px;     -moz-box-shadow: rgba(0, 0, 0, 0.5) 4px 4px 4px; */
}

.mainContent .item .title
{
    font-weight: bold;
    border: 0;
    padding: 5px;
    overflow: hidden;
}

.mainContent .item .title h1
{
    font-weight: bold;
}

.mainContent .item .title h2
{
    font-weight: bold;
}

.details
{
    font-size: 75%;
    border: 0;
    color: #d3d3d3;
}

.mainContent .error
{
    background-color: #FFD2D2;
    background-image: url("../images/exclamationopaque.gif" );
    background-repeat: no-repeat;
    background-position: 5px 5px;
    color: #700000;
    border: 2px solid #700000;
}

.mainContent .success
{
    background-color: #CCFFCC;
    background-image: url("../images/successopaque.gif");
    background-repeat: no-repeat;
    background-position: 5px 5px;
    color: #264409;
    border: 2px solid #007F0E;
}

.mainContent .warning
{
    background-color: #FFFFCC;
    background-image: url("../images/exclamationopaque.gif");
    background-repeat: no-repeat;
    background-position: 5px 5px;
    border: 2px solid #FFCC33;
}

.mainContent .info
{
    text-align: justify;
    padding: 5px 5px 5px 23px;
    overflow: hidden;
    background-image: url("../images/information.png");
    background-repeat: no-repeat;
    background-position: 5px 5px;
    font-size: 95%;
}

.mainContent .item .content
{
    text-align: justify;
    border: 0;
    padding: 5px;
    overflow: hidden;
}

.mainContent .borderless .content
{
    padding: 0;
}

/* Log */
.mainContent .item .scrollablelog
{
    padding: 5px;
    overflow: auto;
    font-size: 80%;
    max-height: 500px;
    font-weight: bold;
}

.mainContent .item .scrollablelog .loginfo
{
    color: #F46604;
    font-weight: normal;
    font-size: 8px;
}

/* System info */
.mainContent .item .scrollable
{
    padding: 5px;
    overflow: auto;
    font-size: 95%;
    max-height: 600px;
}

.mainContent .item .hiddencontent
{
    text-align: justify;
    border: 0;
    overflow: hidden;
    height: 0px;
    display: none;
}

.mainContent .item .closelink
{
    display: block;
    position: absolute;
    right: 10px;
    bottom: 5px;
    width: 50px;
    text-align: right;
    outline: none;
    text-decoration: none;
    font-weight: bold;
}

/** Outer title *****************************************************************/
.mainContent .outertitle
{
    background-image: url(../images/outertitlebg.png);
    background-position: right top;
    padding: 5px;
    overflow: auto;
    background-color: #F2F2F2;
    background-repeat: no-repeat;
    border-left: solid 1px #A0A9B2;
    font-weight: bold;
}

.mainContent .outertitle h1
{
    font-weight: bold;
    font-size: 120%;
}

.mainContent .offeroutertitle
{
    background-image: url(../images/offertitlebg.png); /*-webkit-box-shadow: rgba(0, 0, 0, 0.5) 4px 4px 4px;     -moz-box-shadow: rgba(0, 0, 0, 0.5) 4px 4px 4px; */
}

/** End Outer title *************************************************************/
/** VehicleInfo ***************************************************************************/
/** Panelholder **/
.mainContent .vehicleinfo
{
    position: relative;
    overflow: auto;
}

.mainContent .vehicleinfo .panelholder
{
    overflow: hidden;
    width: 100%;
    border-style: none;
}

/** Left **/
.mainContent .vehicleinfo .left
{
    border: 1px;
    float: left;
    width: 275px;
    position: relative;
}

.mainContent .vehicleinfo .price
{
    text-align: right;
    font-size: 120%;
    font-weight: bold;
}

/** Right **/
.mainContent .vehicleinfo .right
{
    width: 287px;
    float: right;
    vertical-align: top;
}

.mainContent .vehicleinfo .showifvisited
{
    padding-right: 0px;
}

.mainContent .vehicleinfo .showifvisited:visited
{
    padding-right: 16px;
    background-image: url(../images/done.gif);
    background-repeat: no-repeat;
    background-position: right center;
}

.mainContent .vehicleinfo .right .largeimagecontainer
{
    background: url(../images/loading.gif) center no-repeat;
    vertical-align: middle;
    text-align: center;
    border-right: #155ba3 1px solid;
    border-top: #155ba3 1px solid;
    border-left: #155ba3 1px solid;
    border-bottom: #155ba3 1px solid;
    margin-bottom: 10px;
}

.mainContent .vehicleinfo .right .largeimagecontainer a
{
    padding-right: 0;
    text-decoration: none;
    background-image: none;
}

.mainContent .vehicleinfo .largeimage
{
    width: 285px;
    border: 0;
}

/** Social media *******/
.socialicon
{
    display: block;
    width: 90px;
    height: 26px;
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
}

.facebook
{
    right: 0;
    bottom: 5px;
}

.twitter
{
    left: 0;
    bottom: 5px;
}

/** Truck ************************************************************************************************************************************/
.mainContent .truck
{
    padding: 0;
    margin: 0 0 10px 0;
    border: #8CA6BD 1px solid;
    overflow: hidden;
    position: relative;
    background-color: #FFF;
}

.mainContent .truck .header
{
    padding: 0;
    margin: 0;
    border-width: 0 0 1px 0;
    border-color: #8CA6BD;
    border-style: none none solid none;
    color: #333;
    font-weight: bold;
    text-align: left;
    padding: 2px 5px;
    background-image: url(../images/titlebg.png);
    background-repeat: no-repeat;
    background-color: #BDDCF1;
}

.mainContent .truck .headerlink
{
    padding-right: 0px;
}

.mainContent .truck .headerlink:visited
{
    padding-right: 18px;
    background-image: url(../images/icons/tick.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.mainContent .truck .truckcontent
{
    padding: 5px;
    vertical-align: top;
    float: left;
    width: 320px;
}

.mainContent .truck .type
{
    vertical-align: top;
    width: 30px;
    padding: 5px;
}

.mainContent .truck .spacer
{
    clear: both;
}

.mainContent .truck .imageholder
{
    padding: 5px;
    vertical-align: top;
    text-align: center;
    background: url(../images/loading.gif) center no-repeat;
    float: left;
    overflow: hidden;
    width: 75px;
}

.mainContent .truck .truckimage
{
    border: #8CA6BD 0px solid;
    width: 75px;
    min-height: 39px;
}

/* Compact vehicle item */
.mainContent .vehiclecompact
{
    color: #155BA3;
    text-align: center;
    background: url(../images/loading.gif) center 10px no-repeat;
    overflow: hidden;
    border: #8CA6BD 1px solid;
    display: block;
    height: 110px;
    width: 98px;
    padding: 10px 5px;
    float: left;
    margin-left: 5px;
    margin-bottom: 10px;
    text-decoration: none;
    position: relative;
}

.mainContent .vehiclecompact:hover
{
    background-color: #FEFFCE;
    text-decoration: none;
}

.mainContent .vehiclecompact:visited:hover
{
    background-color: #FEFFCE;
    text-decoration: none;
}

.mainContent .vehiclecompact.first
{
    margin-left: 0;
}

.mainContent .vehiclecompact .compactimageholder
{
    height: 67px;
    display: block;
    overflow: hidden;
}

.mainContent .vehiclecompact .vehicleimage
{
    border: none;
    width: 90px;
    min-height: 39px;
    max-height: 90px;
}

.mainContent .vehiclecompact .compacttitle
{
    position: absolute;
    top: 80px;
    display: block;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    width: 98px;
}

.mainContent .vehiclecompact .compactprice
{
    font-size: 110%;
    position: absolute;
    top: 95px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    width: 98px;
    min-height: 20px;
}

.mainContent .vehiclecompact .compacttype
{
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 16px;
    height: 16px;
}

.mainContent .vehiclecompact p.nrvisits
{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px;
}

/* END Compact vehicle item */
/* Compact type item */
.mainContent .typecompact
{
    color: #155BA3;
    text-align: center;
    overflow: hidden;
    border: #8CA6BD 1px solid;
    display: block;
    height: 25px;
    width: 98px;
    padding: 5px;
    float: left;
    margin-left: 5px;
    margin-bottom: 10px;
    text-decoration: none;
    position: relative;
}

.mainContent .typecompact:hover
{
    background-color: #FEFFCE;
    text-decoration: none;
}

.mainContent .typecompact:visited:hover
{
    background-color: #FEFFCE;
    text-decoration: none;
}

.mainContent .typecompact.first
{
    margin-left: 0;
}

.mainContent .typecompact .typeimage
{
    border: none;
    width: 16px;
    height: 16px;
    margin: auto;
}

.mainContent .typecompact .compacttitle
{
    position: absolute;
    top: 18px;
    display: block;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    width: 98px;
}

.mainContent .typecompactlink
{
    font-weight: bold;
    color: #155BA3;
    text-align: center;
    overflow: hidden;
    border: #8CA6BD 1px solid;
    display: block;
    width: 108px;
    padding-top: 25px;
    float: left;
    margin-left: 5px;
    margin-bottom: 10px;
    text-decoration: none;
    position: relative;
    background-position: center 15%;
    background-repeat: no-repeat;
}

.mainContent .typecompactlink.first
{
    margin-left: 0;
}

.mainContent .typecompactlink:hover
{
    background-color: #FEFFCE;
    text-decoration: none;
}

.mainContent .typecompactlink:visited:hover
{
    background-color: #FEFFCE;
    text-decoration: none;
}

/* END Compact type item */
.extras
{
    overflow: auto;
    position: relative;
}

.bottomdistance
{
    margin-bottom: 10px;
}

.navigator a
{
    display: block;
    border: solid 1px #8CA6BD;
    padding: 2px 5px;
    float: left;
    margin-right: 5px;
}

.navigator a.inactive
{
    text-decoration: none;
    border: none;
    border: solid 1px #FFF;
}

.navigator span
{
    display: block;
    border: none;
    padding: 2px 5px;
    float: right;
}

.brandlogo
{
    display: block;
    width: 50px;
    position: absolute;
    right: 5px;
    top: 5px;
}

.truckbrandlogo
{
    display: block;
    width: 50px;
    position: absolute;
    right: 5px;
    top: 25px;
    overflow: hidden;
}

.typelogolink
{
    vertical-align: middle;
    background-position: left center;
    padding-left: 20px;
    background-repeat: no-repeat;
}

/** Detailstable **************************************************************/
.detailstable
{
    border: none;
}

.detailstable td
{
    margin: 2px;
    padding: 3px;
    border: solid 2px #FFF;
}

.detailstable tr.alt
{
    background-color: #E0EEFB;
    background-image: url(../images/wallpaper.gif);
    background-repeat: repeat;
}

/** Normaltable **************************************************************/
.normaltable
{
    border: none;
}

.normaltable td
{
    padding: 1px 5px 0 0;
    border: none;
}

.normaltable tr.alt
{
    background-color: #D6F0FD;
    background-image: url(../images/wallpaper.gif);
    background-repeat: repeat;
}

/** Compact Table **************************************************************/
.compacttable
{
    border: none;
    width: 100%;
}

.compacttable td
{
    margin: 2px;
    border: none;
    vertical-align: top;
}

.compacttable th
{
    font-weight: bold;
    width: 1px;
    padding-right: 5px;
    vertical-align: top;
    text-align: right;
}

/** Sorted table ****************************/
table.sortedtable
{
    width: 100%;
    font-size: 90%;
}

table.sortedtable th
{
    font-weight: bold;
    padding: 5px;
    background-color: #BDDCF1;
}

table.sortedtable td
{
    padding: 0 5px;
}

table.sortedtable .even
{
}

table.sortedtable .odd
{
    background-color: #EAF2F9;
}

table.sortedtable .header
{
    background-image: url(../images/table/bg.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    cursor: pointer;
}

table.sortedtable .headerSortUp
{
    background-image: url(../images/table/asc.png);
}

table.sortedtable .headerSortDown
{
    background-image: url(../images/table/desc.png);
}

table.sortedtable tr:hover
{
    background-color: #FEFFCE;
}

/** END Sorted table ****************************/

/** Comments *****/
.comment
{
    margin-bottom: 10px;
}

.comment .avatar
{
    border: none;
    width: 25px;
    vertical-align: middle;
}

.comment .usertext .arrow
{
    background: url("../images/comment_arrow.gif") no-repeat scroll 0 0 transparent;
    height: 13px;
    margin-left: 75px;
    position: relative;
    top: 1px;
}

.comment .usertext p
{
    border: 1px solid #DDE2E6;
    margin: 0;
    padding: 8px;
}

.admincomment .usertext .arrow
{
    background: url("../images/comment_arrow_admin.gif") no-repeat scroll 0 0 transparent;
}

.admincomment .usertext p
{
    background-color: #FFFF80;
}

.comment .usertext p span
{
    color: #999;
    font-size: 80%;
}

.commenttitle
{
    font-size: 80%;
    color: #CCC;
    display: block;
    padding-left: 20px;
    background: transparent url('../images/icons/commentsmall.png') no-repeat center left;
}
/** END Comments *****/

/** Tooltip ********************/
#tooltip
{
    position: absolute;
    z-index: 3000;
    border: 1px solid #111;
    background-color: #eee;
    padding: 5px;
    opacity: 0.85;
}

#tooltip h3, #tooltip div
{
    margin: 0;
}
/** END Tooltip ********************/

/** Input *********************************************************************/
.smallinput
{
    width: 75px;
}

.mediuminput
{
    width: 150px;
}

.largeinput
{
    width: 200px;
}

.xlargeinput
{
    width: 400px;
}

.inputlabel
{
    display: block;
    margin: 10px 0 2px 0;
}

.inputlabel:after
{
    content: ': ';
}

.mandatory:before
{
    content: '* ';
}

/** Footer *****************************************************************************************************************************************/
#footer
{
    padding: 10px;
    background: #DDDDDD;
    background-image: url("../images/wallpaper.gif");
    background-repeat: repeat;
    border: 1px solid #8CA6BD;
    margin: 0 auto;
    text-align: center;
}

#footer .contenttable
{
    width: 100%;
}

#footer .contenttable th
{
    font-weight: bold;
    text-align: right;
    padding-right: 20px;
    width: 50px;
    vertical-align: middle;
}

#footer .contenttable td
{
    vertical-align: middle;
    text-align: justify;
}

#footer ul
{
    list-style-image: none;
    list-style-position: outside;
    text-align: justify;
}

.nav-footer
{
    text-align: left;
    clear: both;
    list-style-type: none;
    margin: 0 0 12px;
    padding: 0;
    clear: both;
}

.nav-footer li
{
    font-weight: bold;
    margin: 0 0 0.5em;
    padding: 0;
    list-style-image: none;
    list-style-position: inside;
    list-style-type: none;
    margin: 0 0 0.5em;
}

.nav-footer ul
{
    list-style-type: none;
    margin: -1.2em 0 0;
    padding: 0 0 0 6.5em;
}

.nav-footer ul li:first-child, .nav-footer ul li.first
{
}

.nav-footer ul li
{
    display: inline;
    font-weight: normal;
    line-height: 1.1;
    margin: 0;
    padding: 0 4px;
}

.validcss
{
    width: 80px;
    height: 15px;
    border: none;
    vertical-align: middle;
}

#footer .rss
{
    width: 14px;
    height: 15px;
    border: none;
    vertical-align: middle;
}

/** Advanced **********************************************************************************************************************************/
.verticalsep
{
    width: 25px;
}

.horizsep
{
    height: 25px;
}

.clearfloat
{
    clear: both;
}

.hidden
{
    display: none;
}

.leftaligned
{
    float: left;
}

.rightaligned
{
    float: right;
}

.nobr
{
    white-space: nowrap;
}

.disabled
{
    color: #CCC;
}

.mandatory:before
{
    content: '* ';
}

/** Lightbox ******************************************/
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
}
#jquery-lightbox
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}
#jquery-lightbox a img
{
    border: none;
}
#lightbox-container-image-box
{
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
#lightbox-container-image
{
    padding: 10px;
}
#lightbox-loading
{
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
#lightbox-nav
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav
{
    left: 0;
}
#lightbox-nav a
{
    outline: none;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext
{
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}
#lightbox-nav-btnPrev
{
    left: 0;
    float: left;
}
#lightbox-nav-btnNext
{
    right: 0;
    float: right;
}
#lightbox-container-image-data-box
{
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
}
#lightbox-container-image-data
{
    padding: 0 10px;
    color: #666;
}
#lightbox-container-image-data #lightbox-image-details
{
    width: 70%;
    float: left;
    text-align: left;
}
#lightbox-image-details-caption
{
    font-weight: bold;
}
#lightbox-image-details-currentNumber
{
    display: block;
    clear: left;
    padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose
{
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
}
/** End Lightbox ******************************************/
