/* trysites v033, 2014, master css - 25.03.2014 */

* { margin: 0; padding: 0;
cursor:         auto, url(IMG/cursor1.png);
}

body {
}

#TS
{
font-family:    Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
font-size:      12px;
xfont-weight:    bold;
}

#bg-LDRS-BG
{
opacity:        0.3;
}


.txt
{
xxxfont-family:    'Courier New';
xxxfont-weight:    bold;

xxxcolor:          MidnightBlue;
x-background:     rgb(238,236,225);

x-border-style:   inset;
x-border-color:   DarkRed;
x-border-width:   medium;
}

.butt
{
xxxfont-family:    'Courier New';
xxxfont-weight:    bold;

xxxcolor:          MidnightBlue;
background:     rgb(238,236,225);

border-style:   inset;
border-color:   DarkRed;
border-width:   medium;
}
.butt:hover
{
border-style:   solid;
border-bottom-color:  DarkRed;
cursor:         url(IMG/mfcClimb.png), pointer;
background:     rgb(228,226,215);
}

.opaq:hover
{
border-bottom-style:   solid;
border-bottom-color:  DarkRed;
cursor:         url(IMG/cursor2.png), pointer;
}

.tsContent
{
	padding:		3%;
text-align:     justify;
}

.htm
{
font-family:    'Calibri';
text-align:     justify;
text-indent:    3%;
xpadding-right:  1%;
font-size:      large;
font-weight:    normal;
background:     rgba(245,250,255,0.1);

line-height: 130%;

xxxborder-style:   solid;
xxxborder-color:   MidnightBlue;
}

.htm0
{
font-size:      20px;
line-height:    48px;
}


a
{
    text-decoration:	none !important;
    color:		rgba(75,65,85,0.85);
}
a:visited
{
    color:		black;
}


.climb, .lnk
{

}

.lnk
{
background:     none;
border:  	none;
}

.climb:hover, lnk:hover
{

	transform: scale(1.7);
	-ms-transform: scale(1.7);
	-webkit-transform: scale(1.7);
	transition: transform .25s ease;
	-ms-transition: transform .25s ease;
	-webkit-transition: transform .25s ease;

}
.lnk:hover
{
border:  	none;
border-bottom:  solid;
border-color:  	DarkRed;
cursor:         url(IMG/mfcHint.png), pointer;
xbackground:     rgb(253,234,218);


border-width:   medium;
border-radius:  9px;
}

.lnk1:hover
{
background-image:    url("IMG/bg-temen.png");
}

.lnk2:hover
{
background:     rgb(220,230,242);
}

.back:hover
{
cursor:         url(IMG/mfcBack.png), pointer;
	transform: scale(1.1) translate(-3.5%,19%) rotate(180deg);
	-ms-transform: scale(1.1) translate(-3.5%,19%) rotate(180deg);
	-webkit-transform: scale(1.1) translate(-3.5%,19%) rotate(180deg);
	transition: transform .75s ease;
	-ms-transition: transform .75s ease;
	-webkit-transition: transform .75s ease;

}


.normal
{
font-family:    'Arial', Gadget, sans-serif, 'Courier New';
}
.formal
{
font-family:    'Times New Roman', Times, serif, 'Courier New';
}
.nice
{
font-family:    'Book Antiqua', Palatino, serif, 'Courier New';
}

.bla
{
color:          #000000;
}
.red
{
color:          #552222;
}
.gre
{
color:          #224422;
}
.blu
{
color:          #222255;
}

