/* CoppeTeam Studio - www.CoppeTeam.co.yu
 * Design by Predrag Kopricanec coppe at neobee dot net
*/

/* General HTML Styles */

body {
   margin: 0px;
   background-color: #000000;
   background-position: 0px 0px;
   background-repeat: no-repeat;
   background-attachment: scroll;
   background-image : url(img/bg.jpg);
}

td {
	font-family: Helvetica, Tahoma, Geneva, sans-serif;
	font-size: 9pt;
	color: #000000;
}
H1  { 
   color: #006599;
   border-bottom : 1px solid #006599;
   margin : 0px;
   font-weight: bolder;
   font-size: 24px;
   display: table-cell;
}
H2  { 
   color: #006599;
   border-bottom : 1px solid #006599;
   margin : 0px;
   font-weight: bolder;
   font-size: 20px;
   display: table-cell;
}
H3  { 
   color: #006599;
   border-bottom : 1px solid #006599;
   margin : 0px;
   font-weight: bolder;
   font-size: 17px;
   display: table-cell;
}
H4  { 
   color: #EEEEEE;
   border-bottom : 1px solid #EEEEEE;
   font-weight :bold;
   font-size: 14px;
   margin : 0px;
   display: table-cell;
}
FORM {
  margin: 0px;
  padding: 0px;
}
input {
	border: #006599 1px solid; 
	color: #000000; 
	background-color: #FFFFFF;
   font-size: 10pt;
}
input:hover {
	border: #000000 1px solid; 
	color: #000000; 
	background-color: #F1F6FA;
}
textarea {
	border: #006599 1px solid; 
	color: #000000; 
	background-color: #FFFFFF;
   font-size: 10pt;
}
textarea:hover {
	border: #000000 1px solid; 
	color: #000000; 
	background-color: #F1F6FA;
}
select {
	border: #006599 1px solid; 
	color: #000000; 
   background-color: #FFFFFF;
   vertical-align: middle;
   font-size: 10pt;
}
option {
	border-bottom: #CCCCCC 1px solid; 
	color: #000000; 
   background-color: #F1F6FA;
   vertical-align: middle;
   font-size: 10pt;
}
select:hover {
	border: #000000 1px solid; 
	color: #006599; 
   background-color: #F1F6FA;
   vertical-align: middle;
   font-size: 10pt;
}
input[type="submit"]  { 
   background-image: url(img/button.jpg);
   background-repeat: repeat-x;
   color: #FFF; 
   border: 1px solid #004f7a;
   width: auto;
   height: 22px;
   padding : 0px 10px 2px 10px;
   cursor : pointer;
}
input[type="submit"]:hover  { 
   background-image: url(img/button.jpg);
   background-repeat: repeat-x;
   color: #DDD; 
   border-top: 1px solid #FFF;
   border-bottom: 1px solid #FFF;
   border-left: 1px solid #004f7a;
   border-right: 1px solid #004f7a;
   width: auto;
   height: 22px;
}
input.submit  { 
   background-image: url(img/button.jpg);
   background-repeat: repeat-x;
   color: #FFF; 
   border: 1px solid #004f7a;
   width: auto;
   height: 22px;
   padding : 0px 10px 2px 10px;
   cursor : pointer;
}
input.submit:hover  { 
   background-image: url(img/button.jpg);
   background-repeat: repeat-x;
   color: #DDD; 
   border-top: 1px solid #FFF;
   border-bottom: 1px solid #FFF;
   border-left: 1px solid #004f7a;
   border-right: 1px solid #004f7a;
   width: auto;
   height: 22px;
}
span input  { 
   background-image: url(img/button.jpg);
   background-repeat: repeat-x;
   color: #FFF; 
   border: 1px solid #004f7a;
   width: auto;
   height: 22px;
   padding : 0px 10px 2px 10px;
   cursor : pointer;
}
span input:hover  { 
   background-image: url(img/button.jpg);
   background-repeat: repeat-x;
   color: #DDD; 
   border: 1px solid #FFF;
   width: auto;
   height: 22px;
}
a { 
   text-decoration: none;
   color : #006599;
}
a:hover { 
   text-decoration: none;
   color : #CCCCCC;
}
a.HdMenu { 
   text-decoration: none;
   color : #CCCCCC;
}
a.HdMenu:hover { 
   text-decoration: none;
   color : #FFFFFF;
}
a.FtMenu { 
   text-decoration: none;
   color : #CCCCCC;
}
a.FtMenu:hover { 
   text-decoration: none;
   color : #999999;
}
p { 
   margin : 3px 0px 3px 0px;
}

/* Other Styles */
#MainHeader { 
   margin: 0px;
   padding: 0px;
   background-color: transparent;
   background-repeat: no-repeat;
   background-attachment: scroll;
   background-image : url(img/head_bg.jpg);
   width : 760px;
   height: 120px;
}
.Header { 
   height : 100px;
}
.HeaderMenu { 
   height : 20px;
   background-color : #006599;
   color : #FFF;
}
.HeaderMenuSite { 
   height : 20px;
   width : 250px;
   text-align : center;
   color : #EEEEEE;
}
.HeaderMenuLinks { 
   height : 20px;
   text-align: left;
   padding-left :40px;
   color : #EEEEEE;
}
#MainCont { 
   margin: 0px;
   padding : 0px;
   background-color: transparent;
   background-repeat: repeat-y;
   background-attachment: scroll;
   background-image : url(img/mid_bg.jpg);
   width : 760px;
   height: 100%;
}
#MainContent { 
   margin: 0px;
   padding : 0px;
   background-color: transparent;
   background-repeat: no-repeat;
   background-attachment: scroll;
   background-image : url(img/tab_bg.jpg);
   width : 100%;
   height: auto;
}
.ContentLeftTable { 
   margin: 10px;
   padding : 10px;
   width : 230px;
   height : 95% !important;
   border : 1px solid #999999;
   background-color : transparent;
   color : #FFFFFF;
}
.ContentLeftTable td { 
   color : #FFFFFF;
}
.ContentLeftTable img { 
   border : 1px solid #ededed;
}
.ContentTable { 
   margin: 0px;
   padding : 10px;
   height : 365px;
   border : 1px solid #006599;
   background-color : #CCCCCC;
}
.ContentTableSec { 
   margin: 0px;
   padding : 10px;
   height : 100%;
   border : 1px solid #990000;
   background-color : #CCCCCC;
}
.ContentTable img { 
   border : 1px solid #000000;
}
.FooterMenu { 
   margin :0px;
   background-color : transparent;
   border : 1px solid #006599;
   text-align: left;
   padding-left : 290px;
   color : #EEE;
}
.FooterDesc { 
   margin :0px;
   background-color : #333333;
   font-size: 7pt;
   color : #CCCCCC;
   width : 245px;
   height : 40px;
   vertical-align : middle;
   text-align : center;
}
.FooterDisclamer { 
   margin :0px;
   background-color : transparent;
   font-size: 7pt;
   color : #CCCCCC;
   height : 40px;
   vertical-align : middle;
   text-align: left;
   padding-left :40px;
}
.Slogan  { 
   color: #EEEEEE;
   margin : 0px;
   font-weight: bolder;
   font-size: 24px;
   padding: 5px 5px 10px 5px;
}
