
p {text-indent: 10px;}

table {font-family: Arial;}
li { margin: 0 0 0 20px; }

.orange {color:#F48000;}
.orange a {color:#F48000;}
.hover-orange a:hover {color:#F48000;}

.white {color:#ffffff;}
.white a {color:#ffffff;}
.hover-white a:hover {color:#FFFFFF;}

.gray-white {color:#eeeeee;}
.gray-white a {color:#eeeeee;}
.hover-gray-white a:hover {color:#eeeeee;}


.black {color:#333333;}
.black  a {color:#333333;}
.hover-black  a:hover {color:#333333;}

.green {color:#339933;}
.green a {color:#339933;}
.hover-green a:hover {color:#339933;}

.blue {color:#3ca5e8;}
.blue a {color:#3ca5e8;}
.hover-blue a:hover {color:#3ca5e8;}

.bordo {color: #640000;}
.bordo a {color:#640000;}
.hover-bordo a:hover {color:#640000;}

.gray {color:#666666;}
.gray a {color:#666666;}
.hover-gray a:hover {color:#666666;}



.bg_orange {background-color: #F48000;}
.bg_white {background-color: #ffffff;}
.bg_black {background-color: #000000;}
.bg_gray {background-color: #8d8d8d;}
.bg_blue {background-color: #3ca5e8;}
.bg_green {background-color: #669966;}
.bg_bordo {background-color: #550000;}
.bg_lgray {background-color: #f7f7f7;}

/*.mark {color: white; background-color: #570e0a;}*/
.mark {color: white; background-color: #8d8d8d;}

.grayborder
{
border-style: solid;
border-width: 1px; 
border-color: #bbbbbb;
}

.orangeborder
{
border-style: solid;
border-width: 1px; 
border-color: #f48000;
}

.greenborder
{
border-style: solid;
border-width: 1px; 
border-color: #669966;
}

.whiteborder
{
border-style: solid;
border-width: 1px; 
border-color: #bbbbbb;
}

.bordoborder
{
border-style: solid;
border-width: 1px; 
border-color: #640000;
}

.blueborder
{
border-style: solid;
border-width: 1px; 
border-color: #3ca5e8;
}

.text
{
font-family: "Arial";
font-size: 13px;
text-decoration: none;
}
.text a {text-decoration: none;}

.content_text
{
font-family: "Arial";
font-size: 13px;
text-decoration: none;
color:#555555;
}
.content_text a {color:#3ca5e8; text-decoration: none;}
.content_text a:hover {text-decoration: underline; color:#3ca5e8;}

.always_underline a {text-decoration: underline;}
.underline a:hover {text-decoration: underline;}
.none a:hover {text-decoration: none;}

.folders
{
line-height: 20px;
list-style-image: url('images/folder.png');
}

.bold { font-weight: bold;}

.px46 {font-size: 46px;}

.px26 {font-size: 26px;}

.px20 {font-size: 20px;}

.px18 {font-size: 18px;}

.px16 {font-size: 16px;}

.px14 {font-size: 14px;}

.px13 {font-size: 13px;}

.px12 {font-size: 12px;}

.px10 {font-size: 10px;}

.px8 {font-size: 8px;}



.r1, .r2, .r3 {
    display: block;
    height: 1px;
    overflow: hidden; 
    font-size:1px;
}

.r3 { margin: 0 3px; }
.r2 { margin: 0 2px; }
.r1 { margin: 0 1px; }


.b-gray b{
    background-color: #8d8d8d;
}

.body {
background-color: #ffffff;
}


.album {
  margin: 0px;
  padding: 10px;
  background: #f7f7f7;
}

.album td {
  width: 200px;
  padding: 3px 2px;
  text-align: center;
  vertical-align: middle; }

.album img {
  background: white;
  padding: 6px;
  border: solid 1px #ccc; }

.album img:hover {
  border: solid 1px #45688E; }
