/* 
    Document   : Styles
    Created on : May 5, 2009, 4:18:46 PM
    Author     : User04
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/*root {
    display: block;

}*/

body{
	background-image: url(images/bg_main.jpg);
	background-repeat: repeat-y;
    background-position: top center;
}

h1{
    font-family: "Matura MT Script Capitals";
	font-size: 36px;  color: #666666;
}

h1.mic{
    font-family: "Matura MT Script Capitals";
	font-size: 24px;  color: #666666;
}

h2{
    font-family: "Matura MT Script Capitals";
	font-size: 28px;  color: #333333;
}

a {
    font-family: "Matura MT Script Capitals";
    font-size: 18px;
    color: #301292;
    text-decoration: underline;
}

a:hover{
    color: #a68ff4;
    text-decoration: none;
}

a.simplu {
    font-family: "Times New Roman";
    font-size: 18px;
    color: #301292;
    text-decoration: underline;
}

a.simplu:hover{
    color: #a68ff4;
    text-decoration: none;
}

td.Left{
    background-image: url(images/btn_left.jpg);
	background-repeat: no-repeat;
    background-position: center left;
    font-family: "Matura MT Script Capitals";	font-size: 28px; text-align:left;
    width: 180px;
}

td.Right{
    background-image: url(images/btn_right.jpg);
	background-repeat: no-repeat;
    background-position: center right;
    font-family: "Matura MT Script Capitals";	font-size: 22px; text-align:left;
    width: 180px;
}

td.BigRight{
    background-image: url(images/btn_right.jpg);
	background-repeat: repeat-y;
    background-position: center right;
    padding-top: 10px; padding-bottom: 10px;
    font-family: "Matura MT Script Capitals";	font-size: 18px; text-align:left;
    width: 180px; color: #666666;
}

td.SmRight{
    background-image: url(images/btn_right_sm.jpg);
	background-repeat: repeat-y;
    background-position: center right;
    padding-top: 10px; padding-bottom: 10px;
    font-family: "Matura MT Script Capitals";	font-size: 18px; text-align:left;
    width: 160px; color: #666666;
}

.Left a{
    color: #b5b5b5;
    font-size: 18px;
    text-decoration: none;
}

.Right a{
    color: #666666;
    font-size: 20px;
    text-decoration: none;
}

.Left a:hover{
    color: white;
}

.Right a:hover{    
	color: black;
}

.button {
    border: 1px outset;
    background: #dce4ea;
    font-family: "Matura MT Script Capitals"; font-size: 18px; color:#666666;
}
.button:hover {
    /*border: 1px inset;*/
    color: black;
}

table.movShine {
	border-collapse:collapse;
	border:1px solid #331f73;
}

.movShine thead th {
	background: url(images/bg_th1.jpg) no-repeat right;
	height: 35px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 7px;
	margin: 0px 0px 0px;
	text-align: left;
	border: 0px;
}

.movShine tbody tr {
    background: #FFFFFF url(images/bg_td.jpg) repeat-x top;
}

.movShine tbody td {
    font-size:14px;
	/*line-height: 30px;*/
	color: #6e6e6e;
	padding: 5px 3px;
	border-right: 1px solid #bfbfbf;
    border-top: 1px solid #331f73;
	text-align: left;
}

.movShine td.TF {
    font-size:14px;
	/*line-height: 30px;*/
	color: #6e6e6e;
	padding: 5px 3px;
	border-top: 1px solid #331f73;
	border-right: 1px solid #331f73;
	text-align: left;
}

.movShine tbody tr:hover td {
	background: #FFFFFF;
}


