/*
 *    delacrua.css   05/24/2004 10:32PM
 *   ----------------
 *   Control the look of the DeLaCrua output pages with this style sheet file.
 */

/* Design by Manifold(Serebrennikov Nick)  <manifold@rsu.ru>

Category	Color description	    RGB		Use
--------	-----------------	---		---

Backgrounds:
	medium ocean		#006073		main background color for all pages
	lighter ocean		#1f859a     	table title bg and table headers bg
	
	grey			#1f859a		table info text, search strip background
	white			#000000		table default background

Text colors:	black	#000000		main text color
		orange		#BF6B32	/#FF8F40			link color
		dark orange	#7F4721				visited link color
*/
A:link {
    color: #007326;
    font-size: 12px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 130%;
    text-decoration: underline
}

A:visited {
    color: #2d5c3d;
    font-size: 120%;
    line-height: 130%;
    text-decoration: underline
}

A:hover {
    color: #009a31;
    text-decoration: underline
}

A:active {
    color: #007326;
    text-decoration: underline
}

A.more {
    color: #007326;
    font-size: 10px;
    text-decoration: underline;
    margin-right: 6px
}

A.more:visited {
    color: #5e8d6e;
    font-size: 10px;
    text-decoration: underline;
    margin-right: 6px
}

A.menuSmall, A.menuSmall:visited {
    color: #006073;
    text-decoration: none
}

A.menuSmall:hover {
    color: #bf6b32;
    text-decoration: underline
}

A.bold, A.bold:visited {
    color: #006073;
    font-size: 11px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 120%;
    text-decoration: none;
    text-align: left
}

A.bold:hover {
    color: #bf6b32;
    font-size: 11px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 120%;
    text-decoration: underline;
    text-align: left
}

A.boldActive, A.boldActive:visited {
    color: #bf6b32;
    font-size: 11px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 120%;
    text-decoration: underline;
    text-align: left
}

A.WhiteLink {
    color: white;
    text-decoration: underline
}

A.WhiteLink:visited {
    color: #d1d1d1;
    text-decoration: underline
}

A.centered {
    text-align: left;
    vertical-align: middle
}

A.gray {
    color: #323232;
    font-size: 11px;
    text-decoration: underline
}

A.WhiteLinkSmall {
    color: white;
    font-size: 10px;
    font-weight: normal;
    text-decoration: underline
}

BODY {
    background-color: white;
    margin: 0
}

BODY.white {
    background-color: white;
    margin: 0
}

P {
    color: #222;
    font-size: 12px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height: 120%;
    text-align: justify;
    text-indent: 15px;
    margin: 3pt 10px 1pt
}

LI {
    color: black;
    font-size: 12px;
    line-height: 130%;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: left;
    text-indent: 5px;
    margin: 0 10px 2pt
}

P.news {
    color: #373737;
    font-size: 11px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height: 150%;
    text-align: left;
    text-indent: 0;
    margin: 5px 0 10px
}

P.header {
    color: #006073;
    font-size: 12px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 140%;
    text-align: center;
    text-indent: 0;
    margin: 5px 5px 10px
}

p.newsHeader {
    color: #007326;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    text-indent: 0;
    margin: 0 0 2px
}

P.date {
    color: #6e6e6e;
    font-size: 10px;
    text-indent: 0;
    margin: 10px 0 0
}

H3 {
    color: black;
    font-weight: normal;
    font-size: 12px;
    line-height: 140%;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: center;
    text-indent: 15pt;
    margin: 0px 10px 0px 10pt
}

H2 {
    color: black;
    font-weight: bold;
    font-size: 12px;
    line-height: 140%;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: center;
    text-indent: 15pt;
    margin: 15px 10px 10px 10pt
}

H1 {
    color: #006073;
    font-weight: bold;
    font-size: 13px;
    line-height: 140%;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: center;
    text-indent: 15pt;
    margin: 10px 10px 3px 10pt
}

SPAN.pageHeader {
    color: #006073;
    font-weight: bold;
    font-size: 11px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: center;
    text-indent: 0px;
    margin: 2px 10px 5px
}

SPAN.info {
    color: #0f5c20;
    font-size: 11px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height: 130%;
    text-align: center;
    margin: 12px
}

SPAN.img {
    position: relative;
    top: 3px
}

SPAN.grayText {
    color: gray;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif
}

SPAN.White {
    color: white;
    font-size: 10px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif
}

SPAN.smallText {
    color: black;
    font-size: 10px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height: 150%;
    text-align: left;
    text-indent: 15px
}

SPAN.NewsColHead {
    color: #007326;
    font-size: 12px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 130%
}

/*---Links & Mouse-Overs---*/
/*---TABLE, TD Classes - Text---*/
td {
    color: #000000;
    font-size: 10px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif
}

td.info {
    text-align: right
}

td.container {
    padding: 4px 10px 0 15px;
    vertical-align: top
}

td.sub {
    background-color: #1f859a;
    padding: 0 1px 1px
}

td.MenuNormal {
    text-align: center;
    padding: 1px 3px 2px 6px;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #a1d7b3
}

td.HeaderL {
    text-align: center;
    padding: 4px 3px 3px 6px;
    border-left: 1px solid #ebebeb;
    border-bottom: 1px solid #a1d7b3
}

td.HeaderR {
    text-align: left;
    padding: 4px 3px 3px 6px;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #a1d7b3
}

td.MenuSelected {
    line-height: 100%;
    background-color: #ebebeb;
    text-align: center;
    padding: 1px 3px 2px 6px;
    border-bottom: 1px solid #50d77f
}

td.MenuBgLeft {
    background-color: #f9f9f9;
    text-align: center;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #a1d7b3
}

td.MenuBgRight {
    background-color: #f9f9f9;
    text-align: center;
    border-bottom: 1px solid #a1d7b3
}

/*td.MenuUndercornerNorm	    { background-color: #50d77f }*/
td.left {
    text-align: left
}

td.spacer {
    color: white;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    background-color: #1f859a;
    padding: 0px 0px 0px 0px
}

td.SubHeader {
    color: #000;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    background-color: #dbf0f3;
    padding: 4px 3px 2px 2px
}

tr.gray {
    background-color: #efefef
}

tr.light_gray {
    background-color: #f5f5f5
}

FORM {
    margin: 0
}

/*--Language Select Control--*/
div.language_select {
    width: 250px;
    height: 40px;
    display: block;
    margin-right: 250px;
    float: right;
}

ul.language li {
    background-image: none;
    margin: -1px 0 0 0;
    padding: 0 1em 0 0;
    display: inline;
    float: left;
    list-style-type: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-origin: padding-box;
    background-position: 1px 0.35em;
    background-repeat: no-repeat;
    background-size: auto;
    list-style-image: none;
}

ul.language li a:hover, ul.language li a active {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("lang_menu_hover.png");
    background-origin: padding-box;
    background-position: 50% 0px;
    background-repeat: no-repeat;
    background-size: auto;
}

ul.language li a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("lang_menu.png");
    background-origin: padding-box;
    background-position: 50% 0px;
    background-repeat: no-repeat;
    background-size: auto;
    display: block;
    margin-bottom: 0px;
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0.7em;
}

ul.language li a.active {
    background-image: url("lang_menu_active.png");
}

ul.language li a span.img {
    margin-left: -2em;
    padding-right: 0.5em;
}

img.header_main {
    display: block;
    float: left;
    margin-left:30px;
    margin-top:0px;
    margin-bottom:0px;
}

/*
.contentNavigation
{
    width : 100%;
    background-color: #DFFFE0;
    border-bottom-color: #a1d7b3;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-bottom : 15px;
}

.contentNavigation td
{
    border-bottom-color: #a1d7b3;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.contentNavigation div
{
    position: relative;
    background-color: #DFFFE0;
    padding-bottom : 0.7em;
    padding-left : 40px;
    padding-right: 0.6em;
    padding-top: 0.7em;
}*/

* {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}

.webops_adv {
    width: 100%;
    height: 30px;
    background-color: #eef3f8;
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    margin-bottom: 15px;
}

.webops_adv p {
    color: orange;
    font-size: 13px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-top: 6px;
    margin-bottom: 0;
    text-align: justify;
}

.webops_adv a, .webops_adv a:active:link:visited{
    font-size: 13px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color:#009a31;
}

.webops_adv a:hover{
    color:#30Ca61;
}