body{
background-color:#070e16;
background-image:url(../img/design/bg-body-4.jpg);
background-attachment:fixed;
/*color:#5f5f5f;*/
color:#3f3f3f;
}

body.contents-pages{background-image:url(../img/design/bg-body-2.jpg);}

#all{}
#main{}
#head{}
#foot{}
#body{background-color:#fff;}

/* html scheme */
h1{color: #630604;}
h2{color:#630604;}
h3, h4, h5, h6 {color:#000;}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~  HEAD FOOT CONTENT BOXAREA specials ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* special html design in content */
#content h3{}
#content .lighter{}


/* special html design in boxarea */
#boxarea {}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~  OBJECTS and common classes  ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.txt-blue{color:#0034ff !important;}
.txt-red{color: #bf0302 !important;}
.txt-darkred{color: #630604 !important;}
.txt-green{color:#009900 !important;}
.txt-gray{color: #666 !important;}
.txt-gray-2{color: #888 !important;}
.txt-black{color: #000 !important;}
.txt-purple{color: purple !important;}
.txt-yello{color: #afa700 !important;}

.border-bot-1-gray{border-bottom:1px solid #e5e6e7;}

/* BACKGROUNDS -> this is usefull */

.bg_0{background-color:#fff !important; background:#fff !important;}
.bg_1{background-color:#f6f6f6 !important;}
.bg_2{background-color:#dede42 !important;}
.bg_3{background-color:#cdcdcd !important;}
.bg_4{background-color:#e5e5e5 !important;}
.bg_5{background-color:#f3f3f3 !important;}
.bg_6{background-color:#efefef !important;}
.bg_7{background-color:#e57516 !important;}
.bg_8{background-color:#FFFFCC  !important;}


/* END OF BACKGROUNDS */



/* status msgs */
.status_msg1{color:#90232b;} /* BAD */
.status_msg2{color:#000;} /* OK */


/* form validation */
.f_state1{background-color:#cd6068;} /* required */
.f_state2{background-color:#efeeb4;} /* not uniq */
.f_state3{background-color:#efefef;} /* min-length */
.f_state4{background-color:#fad675;} /* same values */
.f_state5{background-color:#fad675;} /* bad format */



/* common A states + dark + light */
a:link {color:#000; text-decoration:underline;}
a:visited {color: #000; text-decoration:underline;}
/*a:visited:hover {color:#7183b6; text-decoration:underline;}*/
a:hover {color:#000; text-decoration:none;}
a:active {color:#000; text-decoration:underline;}
a:focus {color:#000; text-decoration:underline;}
a:focus:hover {color:#000; text-decoration:underline;}

/* same as default, but no visited change */
a.blue:link {color:#0034ff; text-decoration:none;}
a.blue:visited {color: #0034ff; text-decoration:none;}
a.blue:hover {color:#0034ff; text-decoration:underline;}
a.blue:visited:hover {color:#0034ff; text-decoration:underline;}
a.blue:active {color:#0034ff; text-decoration:none;}
a.blue:focus {color:#0034ff; text-decoration:none;}
a.blue:focus:hover {color:#0034ff; text-decoration:underline;}

a.red:link {color:#bf0302; text-decoration:none;}
a.red:visited {color:#bf0302; text-decoration:none;}
a.red:hover {color:#bf0302; text-decoration:underline;}
a.red:visited:hover {color:#bf0302; text-decoration:underline;}
a.red:active {color:#bf0302; text-decoration:none;}
a.red:focus {color:#bf0302; text-decoration:none;}
a.red:focus:hover {color:#bf0302; text-decoration:underline;}

a.dark:link {color:#000; text-decoration:underline;}
a.dark:visited {color:#000; text-decoration:underline;}
a.dark:hover {color:#000; text-decoration:none;}
a.dark:active {color:#000; text-decoration:none;}
a.dark:focus {color:#000; text-decoration:none;}
a.dark:focus:hover {color:#000; text-decoration:none;}

a.light:link {color:#333; text-decoration:underline;}
a.light:visited {color:#333; text-decoration:underline;}
a.light:hover {color:#461215; text-decoration:none;}
a.light:active {color:#461215; text-decoration:none;}
a.light:focus {color:#461215; text-decoration:none;}
a.light:focus:hover {color:#461215; text-decoration:none;}

span.graytxt{color:#999;}

/* IMG HEADERS */

/* BOXY */


/* END OF BOXY */


/* DEVELOP CSS */
.br_{border:1px solid red;}
.bb_{border:1px solid blue;}
.bg_{border:1px solid green;}
.by_{border:1px solid yellow;}
.bp_{border:1px solid purple;}


