﻿*{
    margin: 0;
    padding: 0;
}

body{
	background-color: #014f80;
	background-repeat: repeat-x;
	/*font-family: Tahoma, Arial, Helvetica;*/
	font-size: 62.5%;
	color: #3C6B89;
	background-image: url(Images/body-back.jpg);
	background-position: left top;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
}


p{
    font-size: 1.1em;
    line-height: 140%;
    margin-bottom: 10px;
}

/* h1 used only on data forms */
h1{
    font-size: 14px;
    margin-bottom: 10px;
}

h2{
	color: #fff;
	font-size: 24px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 40px;
	height: 40px;
	padding-left: 10px;
	font-weight: normal;
	text-align: left;
	background-color: #00a5e6;
	margin-right: 13px;
	margin-bottom: 20px;
}

h3{
    font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
	color: #00a5e6;
	font-size: 15px;
}

h4{
    color: #fff;
    font-size: 11px;
    margin-bottom: 10px;
}

a{
	color: #575555;
	font-weight: bold;
	text-decoration: underline;
}

a:hover{
    color: #00a5e6;
}


img{
    border: none;
		border: 1px solid #CCC;
	padding: 4px;
}


ol li {
	color: #575555;
	margin-bottoM: 5px;
}

/* LAYOUT */
div#wrapper{
	width: 960px;
	margin: 0 auto 0 auto;
}

#outer-wrapper {
	background-image: url(Images/wrapper-back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
	}

div#header{
	padding-bottom: 0;
	height: 300px;
	background-image: url(Images/logo.png);
	background-position: 90px 50px;
	background-repeat: no-repeat;
}

.ie6 div#header{
    padding-bottom: 9px;
}

#topMenu{
	height: 69px;
	text-align: center;

}


div#contentWrapper{
	background-image: url(Images/content-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 39px;
}

div#contentSubWrapper{
	background-image: url(Images/content-middle.png);
	background-repeat: repeat-y;
	background-position: left top;	
}

div#sideBarLeft{
	width: 310px;
	float: left;
	
}

div#sideBarLeftBottom{
    background-image: url(images/leftMenuBottom.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
}

div#contentHolder{
    position: relative;
    width: 620px;
    float: right;
    padding-bottom: 40px;
}

div#content{
	
	margin-top: 30px;
}

.content-bottom {
	height: 19px;
	width: 960px;
	background-image: url(Images/content-bottom.png);
	background-repeat: no-repeat;
	background-position: left top;	
}


div#content p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #575555;
	margin-bottom: 18px;
	margin-right: 50px;
	text-align: justify;
}

div#content img{

}

div#topLeftCorner{
    position: absolute;
    top: 0;
    left: 0;
    width: 9px;
    height: 9px;
    background-image: url(images/contentTopLeft.gif);
    background-repeat: no-repeat;
}

div#topRightCorner{
    position: absolute;
    top: 0;
    right: 0;
    width: 9px;
    height: 9px;
    background-image: url(images/contentTopRight.gif);
    background-repeat: no-repeat;
}

div#bottomLeftCorner{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 9px;
    height: 10px;
    background-image: url(images/contentBottomLeft.gif);
    background-repeat: no-repeat;
}

.ie6 div#bottomLeftCorner{
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 9px;
    height: 10px;
    background-image: url(images/contentBottomLeft.gif);
    background-repeat: no-repeat;
}

div#bottomRightCorner{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 9px;
    height: 10px;
    background-image: url(images/contentBottomRight.gif);
    background-repeat: no-repeat;
}

.ie6 #bottomRightCorner{
    position: absolute;
    bottom: -3px;
    right: 0;
    width: 9px;
    height: 10px;
    background-image: url(images/contentBottomRight.gif);
    background-repeat: no-repeat;
}

div#logoHolder{
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
}

div#logoHolder a{
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
}

div#footer{
	background-image: url(Images/footer.png);
	background-repeat: repeat-x;
	text-align: center;
	height: 129px;
	width: 960px;
	background-position: left top;
}

.clearBoth{
    clear: both;
}
/* LAYOUT END */

/* LEFT MENU */
.leftMenu{
	margin-top: 18px;
	margin-bottom: 20px;
	list-style-type: none;
	margin-left: 13px;
}

.leftMenu li{
	margin-bottom: 1px;
}

.leftMenu a{
	width: 213px;
	font-family: Arial, Tahoma, Verdana, Sans-Serif;
	font-size: 14px;
	color: #038bc1;
	display: block;
	text-decoration: none;
	font-weight: bold;
	line-height: 40px;
	height: 40px;
	padding-left: 85px;
	background-image: url(Images/left-menu-hover.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.leftMenu a:hover{
	color: #fff;
	background-image: url(Images/left-menu-hover.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* TOP MENU */

#topNav{
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #1d3755;
	float: right;
}

#topNav .topMenuMark{
    margin-top: -8px;
}

.ie #topNav .topMenuMark{
    margin-top: -8px;
}

#topNav, #topNav ul { /* all lists */
	padding: 0;
	list-style: none;
	line-height: 1;
	
	
}

#topNav a {
	display: block;
    color: #f2f2f2;
    text-decoration: none;
    padding: 3px;
}

#topNav li { /* all list items */
	float: left;
	text-align: left;
	padding-right: 7px;
	padding-left: 7px;
	
}

#topNav li a {
	color: #1d3755;
	height: 19px;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 50px;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#topNav li a:hover {
	color: #fff;
	background-image: url(Images/menu-hover.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#topNav li ul { /* second-level lists */
	position: absolute;
	background: #00152d;
	width: 12.2em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	opacity: .75;
	filter: alpha(opacity=75);
	z-index: 15;
	top: 70px;
	clear: both;

	
}


#topNav li ul a {
	background-image: none;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 12.5em;
	display: block;
	line-height: 20px;
	height: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
}

#topNav li ul a:hover {
	background-image: none;
	background-color: #0084b9;
	
}

#topNav li ul li a{
    font-family: Tahoma, Arial, Helvetica;
    font-size: .9em;
    color: #ffffff;
}

#topNav li ul li{
	width: 12em;
	margin: 0px;
	padding: 0px;
}

#topNav li:hover ul, #topNav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* STYLES */
div#content ul{
	font-size: 1.1em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.titleBlock{
    position: relative;
}

.subTitleBlock{
	position: relative;
	color: #575555;
	font-size: 1.8em;
	padding: 10px;
	background-color: #E8E8E8;
	text-align: left;
	margin-right: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

table.skippers{
    border-collapse: collapse;
    margin-top: 15px;
}
table.skippers td{
	padding-right: 10px;
	vertical-align: top;
	color: #575555;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.vertical-center {
	line-height: 32px;
	background-color: #EEE;
}

.naslov{
    color: #3C6B89;
    font-weight: bold;
}

/* GENERALNO TABLICE */

#content table {
	/*width: 570px;*/
	
}

.poljeTabliceRezultati {
	border-top-color: #CCCCCC;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #575555;
	text-align:justify;
	vertical-align:top;
	font-weight: normal;
	font-style: normal;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.poljeTabliceRezultatiNaslov {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #575555;
	text-align:center;
	font-weight: bold;
	background-color: #eeeeee;
	height: 30px;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}

.poljeTablice {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #3C6B89;
	text-align:justify;
	vertical-align:top;
	font-weight: normal;
	font-style: normal;
	background-color: #FFF;
}

.poljeTablice2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #575555;
	text-align:justify;
	vertical-align:middle;
	font-style: normal;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}

.poljeTablice2 img {
	margin-top: 18px;
}

.poljeTablice2 p {
	margin-top: 10px;

}

.poljeTablice2 li {
	margin-bottom: 5px;
	
}

.poljeTablice ul li {

	color: #575555;
	margin-bottom: 5px;
}

.boat{
	width: 270px;
	float: left;
}

.boat img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}

.boat p{
    text-align: center;
    margin-top: 30px;
}

.jeanneauData, .sailArea{
    width: 270px;
    float: left;
}

.jeanneauData table,
.sailArea table{
	width: 100%;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3C6B89;
}


.dvojezicno {
	font-size: 12px;
	color: #575555;
	line-height: 18px;
	width: 570px;
}

/* END GENERALNO TABLICE */

/* TABLICE REZULTATI */

.i_poljeTabliceRezultatiNaslov {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #008BCE;
	border-bottom-color: #00496C;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #FFFFFF;
	text-align:center;
	vertical-align:top;
	font-weight: bold;
	font-style: normal;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #00496C;
	border-left-color: #008BCE;
	background-color: #006699;
}

/* END TABLICE REZULTATI */
div#content ul.umpireRanks,
div#content ul.umpireRanks ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    border: none;
}

div#content ul.umpireRanks{
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	color: #575555;
	margin: 0px;
	padding: 0px;
}

div#content ul.umpireRanks li{
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: bold;
}


div#content ul.umpireRanks ul{
	margin-top: 10px;
	margin-left: 15px;
}

div#content ul.umpireRanks ul li{
	text-transform: capitalize;
	font-weight: normal;

}

/* SPONSORSHIP */
div.sponsorship{
    margin-top: 15px;
    margin-bottom: 25px;
}

div.sponsorship table{
    width: 570px;
}

div.sponsorship table td{
    border-collapse: collapse;
    margin: 0;
    padding: 5px;
}

div.sponsorship a{
    text-decoration: none;
}

div.sponsorship .generalSponsor{
    padding: 25px;
    text-align: center;
}

div.sponsorship .poljeTabliceRezultatiNaslov{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	
}


div.sponsorship .poljeTablice {
	/*border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #575555;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	font-style: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div.sponsorship .poljeTablice2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #575555;
	text-align:center;
	vertical-align:text-top;
	font-weight: bold;
	font-style: normal;
}

div.sponsorship .poljeTablice2 a{
	text-decoration: underline;
}


div.sponsorship .poljeTablice img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* SPONSOR PAGE */
div.sponsorPagesImage{
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

/* LOG IN AND REST OF DATA FORMS */

.UI_SignInBox{
    font-size: 1.2em;
}

.UI_SignInBox label{
    padding-bottom: 3px;
}

.UI_TextBox{
    border: solid 1px #cccccc;
    width: 220px;
    padding-left: 3px;
    margin-bottom: 12px;
}

.UI_LinkButton{
    font-size: 1.2em;
    color: #3C6B89;
    
}

.UI_SignInInfoBox{
    background-color: #ffdddd;
    padding: 10px;
    color: #666666;
    border: solid 1px #cccccc;
    margin-top: 15px;
    margin-bottom: 15px;
}

.UI_InfoBox_Info{
    background-color: #c6d2fd;
    padding: 5px;
    color: #666666;
    border: solid 1px #cccccc;
    margin-bottom: 10px;
}

.UI_ValidationText{
   color: #ffffdd;
}

/* NEWS */

.itemHolder{
    margin-bottom: 30px;
    padding-bottom: 5px;
    width: 100%;
}

.newsTitle{
	position: relative;
	font-size: 2em;
	color: #00a5e6;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

.toTopHolder{
    position: absolute;
    width: 13px;
    height: 13px;
    top: 0;
    right: 5px;
    z-index: 5;
}

.newsDate{
    font-size: 1.2em;
    color: #7b868f;
    margin-bottom: 10px;
}

.UI_TopButtonHolder{
    margin-top: 12px;
    margin-bottom: 12px;
}

.UI_TopButtonHolder a{
    color: #696969;
    font-size: 1.2em;
}

/* Chrono Gallery */
.GalleryIconHolder{
    width: 120px;
    height: 150px;
    float: left;
    text-align: center;
 }
 
 h4.MoreGalleries{
    font-size: 14px;
    color: #3C6B89;
    font-style: normal;
    letter-spacing: .1em;
 }
 
 /* High Res Photos */
 .highRes{
    width: 570px;
 }
 
 .highRes td{
    padding: 5px;
    text-align: center;
    vertical-align: middle;
 }
 
 /* On This Page News Menu */
 .sideBarLeftAdditional{
    background-color: #ffffff;
    padding-top: 20px;
 }
 
 ul.onThisPage{
    margin-left: 10px;
    list-style-type: none;
 }
 
 ul.onThisPage li{
    font-size: 11px;
    padding: 3px;
 }
 
 ul.onThisPage .onThisPageTitle{
    font-size: 12px;
    padding-bottom: 5px;
 }
 
 .pager{
	font-size: 12px;
	color: #575555;
	font-weight: bold;
 }
 
.pager a{
	color: #575555;
	line-height: 20px;
	display: block;
	height: 20px;
	width: 20px;
	text-decoration: none;
	float: left;
	margin-right: 2px;
	text-align: center;
	border: 1px solid #D8D8D8;
 }
 
.pager a:hover{
	color: #FFF;
	background-color: #00a5e6;
}
.partneri {
	border: 1px solid #E1E1E1;
	width: 225px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 68px;
}

.face {
	display: block;
	height: 36px;
	width: 227px;
	background-image: url(Images/face.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 65px;
}
