body
{
    margin:0;
    padding:0;
    font-family: arial, verdana, helvetica;
}

#content_wrapper
{
    background-image: url(../images/grey_white_back_680.png);
    margin: 0;
}

#container
{
    width:680px;
    margin:auto;
}


#footer
{

    background-image: url(../images/bottom.jpg);
    height: 40px;
	
    text-align: center;
    color: white;
    font-size: 0.9em
}

#footerange
{
    background-image: url(../images/menu_back_orange_h15.png);

    text-align: right;
    color: white;
    font-size: 0.9em
	height: 24px;
	display: block;
}

#footerange a{
	color:white;
	padding-left:3px;
	padding-right:3px;
}
#footerange a:hover{
	color:#0093DD;
	background-color: white;
	text-decoration: none;
}

#login
{
    background-image: url(../images/top_top_white_h20.png);
    top:0px;
    height: 18px;
    width: 278px;
    float: right;
    padding-left: 5px;
    font-family: arial, verdana, helvetica;
    font-size: 0.7em;
    color: black;
    clear: both;
}

#top_menu
{
    background-image: url(../images/menu_back_orange_38px.png);
    height: 38px;
    top: 84px;
    position: relative;
    text-align: center;
}

img
{
    border: 0;
    margin: 0;
    padding: 0;
}

form
{
    margin: 0;
    padding: 0;
}

#login input{
    margin: 0;
    padding: 0;
    margin-top: 2px;
    border-width: 1px;
    border-color: gray;
    border-style: solid;
    width: 125px;
    font-family: arial, verdana, helvetica;
    font-size: 0.8em;
}

#top_menu ul{
    margin: 0;
    padding: 0;
    padding-top: 12px;
    width: 100%;
    text-align: center;
}

#top_menu li
{
    display: inline;
    list-style: none;
    font-family: arial, verdana, helvetica;
    font-size: 0.9em;
    font-weight: bold;
    color: white;
    margin:0;
/*	padding: 12px 0px 7px 8px; */
}

#top_menu li.active
{
    background: url(../images/tab_left.png) no-repeat top left;
    color: #0093DD;
    margin:0;
    padding: 12px 0px 7px 8px;
}

#top_menu li.active a
{
    background: url(../images/tab_right.png) no-repeat top right;
    color: #0093DD;
    margin: 0;
    padding:12px 8px 7px 0px;
    text-decoration:none;
    font-weight:bold;
}

#top_menu li.normal a
{
    color: white;
    margin:0;
    padding: 12px 0px 7px 8px;
    text-decoration:none;
}

#top_menu li.normal a span
{
    margin: 0;
    padding:12px 8px 7px 0px;
    text-decoration:none;
    font-weight:bold;
}

#top_menu li.normal a:hover
{
    background: url(../images/tab_left.png) no-repeat top left;
    color: #0093DD;
    margin:0;
    padding: 12px 0px 7px 8px;
}

#top_menu li.normal a:hover span
{
    background: url(../images/tab_right.png) no-repeat top right;
    color: #0093DD;
    margin: 0;
    padding:12px 8px 7px 0px;
    text-decoration:none;
    font-weight:bold;
}

/* sidebar ---------------------------------------------*/

#sidebar_container
{
    float: left;
    width: 200px;
    background-color: #D1D8DC;
    overflow: hidden;
}

#sidebar
{
    padding:8px;
    padding-top: 0px;
    width:184px;
    float: left;
    background-color: white;
}

#sidebar ul
{
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

#sidebar li
{
    list-style: none;
    font-family: arial, verdana, helvetica;
    font-size: 0.95em;
    font-weight: bold;
    padding-top: 1px;
    padding-bottom: 1px;
}

.box_blue
{
    background-color: #0093DD;
    padding: 8px;
    padding-bottom: 4px;
    margin-bottom: 8px;
}



.box_white
{
    width: 168px;
    display: block;
   /* background: url(../images/left_menu2_top_white.png) no-repeat top; */
    background-color: white;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center;
    margin-bottom: 4px;
}

.box_white a
{
    /* background: url(../images/left_menu2_bottom_white.png) no-repeat bottom; */
    background-color: white;

}

a span.box_white
{
/*	background: url(../images/left_menu2_top_white.png) no-repeat top;
    background-color: white;
*/
}

a span.bottom_white
{
  /*  background: url(../images/left_menu2_bottom_white.png) no-repeat bottom; */
    background-color: white;
    height: 8px;
    width: 168px;
    display: block;
    margin-bottom: 8px;
}

a:hover span.box_white
{
   /* background: url(../images/left_menu2_top_grey.png) no-repeat top; */
    background-color: #D8E5E5;
}

a:hover span.bottom_white
{
  /*  background: url(../images/left_menu2_bottom_grey.png) no-repeat bottom; */
    background-color: #D8E5E5;
}


/* content ---------------------------------------------*/

#content
{
    margin-top: 8px;
    width: 464px;
    background-color: white;
    margin-left: 208px;
    font-size: 0.85em;
}


#content_noside
{
    margin-top: 8px;
    width: 680px;
    background-color: white;
    font-size: 0.85em;
}

/* content tools --------------------------------------*/

div.title {
    padding: 2px;
    margin: 0;
    float:right;
    display:block;
    width: 450px;
}

div.title span {
    float: right;
    padding-right: 8px;
    display: block;
    margin-top: -5px;
    padding: 5px 8px 0 0;
    height: 28px;
    font: 900 1em "Arial", Helvetica, sans-serif;
    background: url(../images/title.png) no-repeat top right;
}

div.title span span{
    float: left;
    text-decoration: none;

    margin-right: 0px;
    font: 900 1em "Arial", Helvetica, sans-serif;
    background: url(../images/title.png) no-repeat top left;
}

.zero
{
    height:0px;
}

.clear
{
    clear: both;
}

ul.level_1
{
    margin:0;
    padding:0;
    color: white;
    text-align: left;
}

ul.level_1 li
{
    text-align: left;
    margin:0;
    padding:0;
}


label {
    position: absolute;
    width: 220px;

}

input,select {
    margin-left: 220px;
}

select{
    width: 161px;
}

input[type="text"]{
    width: 155px;
}


.gallery {

}


.gallery li{
    display: inline;
    list-style: none;

}

.clearfloat {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


a {
    color: #0093DD;
    font-weight: bold;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
    }


.boxes_area {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}

ul.boxes {
    clear: left;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    left: 50%;
    text-align: center;
}

.boxes li {
    list-style: none;
    font-family: arial, verdana, helvetica;
    font-size: 0.85em;
    font-weight: normal;
    padding: 3px;
    padding-top: 0;
    margin: 2px 2px 1px 2px;
    height: 164px;
    width: 158px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color:#D1D8DC;
    border-style: solid;
    border-color: #D1D8DC;
    border-width: 0px;
    text-align: center;
    display: block;
    float: left;
    position: relative;
    right: 50%;
}

#sidebar ul li img {
    float: left;
}

.boxes a{
	color: black;
}

.boxes a:hover{
	color: #0093DD;;
}

.error_box {
    padding: 5px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: red;
    border-color: red;
    border-width: 1px;
    border-style: solid;
    background-color: #ffcdcd;
    float: right;
}

.ok_box {
    padding: 5px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: green;
    border-color: green;
    border-width: 1px;
    border-style: solid;
    background-color: #a2ed9f;
    float: right;
}


.bread{
    padding: 3px;
    font-size: 11px;
    color:  #0093DD;
}
