/* Design by Predrag Kopricanec 2007.*/

/* General HTML Styles */

body {
   margin: 15px 0;
   background-color: #ed1c24;
   font-family: Lucida Sans Unicode, Helvetica, Tahoma, Geneva, sans-serif;
}

tr, th, td, p {
	font-family: Lucida Sans Unicode, Helvetica, Tahoma, Geneva, sans-serif;
	font-size: 1em;
	color: #000;
}
p {
	margin: 0;
	padding: 8px 0 0 0;
}
H1  { 
   color: #ed1c24;
   font-weight: bolder;
   font-size: 1.5em;
   display: inline;
   margin : 0;
}
H2  { 
   color: #ed1c24;
   font-weight: bolder;
   font-size: 1.4em;
   margin : 0;
}
H3  { 
   color: #ed1c24;
   font-weight: bolder;
   font-size: 1.3em;
   margin : 0;
	padding-top: 20px;
}
H4  { 
   color: #ed1c24;
   font-weight :bold;
   font-size: 1.2em;
   margin : 0;
}
H5  { 
   color: #ed1c24;
   font-weight :bold;
   font-size: 1.1em;
   margin : 0;
}
H6  { 
   color: #ed1c24;
   font-weight :bold;
   font-size: 1em;
   margin : 0;
}
FORM {
  margin: 0px;
  padding: 0px;
}
img  { 
   border : 0px;
}
input {
	border: #000 1px solid; 
	font-size: 0.8em;
	font-family: Lucida Sans Unicode, Helvetica, Tahoma, Geneva, sans-serif;
	color: #000; 
	background-color: #fff;
   padding: 2px;
	margin: 1px 0;
}
input:hover {
	border: #C16363 1px solid; 
	font-size: 0.8em;
	color: #000; 
	background-color: #FCF6F6;
   padding: 2px;
}
input:active, input:focus {
	border: 1px solid #ed1c24;
}
textarea {
	border: #000000 1px solid; 
	font-size: 0.8em;
	font-family: Lucida Sans Unicode, Helvetica, Tahoma, Geneva, sans-serif;
	color: #000000; 
	background-color: #fff;
	width: 205px;
}
textarea:hover {
	border: #C16363 1px solid; 
	font-size: 0.8em;
	color: #000000; 
	background-color: #FCF6F6;
}
textarea:active, textarea:focus {
	border: 1px solid #ed1c24;
}
select {
	border: #000 1px solid; 
   padding: 0px;
	font-size: 0.9em;
	font-family: Lucida Sans Unicode, Helvetica, Tahoma, Geneva, sans-serif;
	color: #000; 
   background-color: #FCF6F6;
   vertical-align: middle;
	width: 210px;
	margin: 1px 0;
}
select:hover {
	border: #C16363 1px solid; 
}
select:active, select:focus {
	border: 1px solid #ed1c24;
}
option {
	border-bottom: #fff 1px solid; 
	font-family: Lucida Sans Unicode, Helvetica, Tahoma, Geneva, sans-serif;
	color: #000; 
   background-color: transparent;
	display: block;
   vertical-align: middle;
	width: 200px;
}

a { 
   text-decoration: none;
   color : #ed1c24;
}
a:hover { 
   color : #630000;
}
input.Button  { 
   color: #000;
	background-image: url(../img/Button.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	border: 0;
	width: 81px;
	height: 19px;
}
input.Button:hover  { 
   color: #990000; 
	background-image: url(../img/Button_h.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	border: 0;
	width: 81px;
	height: 19px;
}

/*  ID-s  */
#MainTable {
	background-color: #fff;
	width: 755px;
	height: auto;
}


/*  CLASS-ess   */
.TopHeader  {
	background-image: url(../img/HeaderRightCorner.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: transparent;
	height: 55px;
}
.Logo  {
	padding: 0 10px;
}
.MainContent {
	padding: 0 10px 10px 10px;
}
.Red {
	color: #ed1c24;
}
.Box {
	font-size: 0.9em;
}
.RedBox {
	background-color: #ed1c24;
	padding: 15px 15px 0 15px;
}
.RedBox div {
	display: block;
	color: #fff;
}
.RedBox div a {
	color: #fff;
}
.RedBox div a:hover {
	color: #fff;
	text-decoration: underline;
}
.RedBoxTitle {
   color: #fff;
   font-weight: bolder;
   font-size: 1.5em;
   margin : 0;
}
.ImgBox {
	border: 1px solid #ed1c24;
	margin-right: 10px;
}
.ImgBoxRight {
	border: 1px solid #ed1c24;
	margin: 35px 0 0 10px;
}
.ImgBox td, .ImgBoxRight td {
	background-color: #ed1c24;
	color: #fff;
	font-size: 1.4em;
}
