﻿*{
    margin: 0;
    padding: 0;
}

body{
    background-color: #032940;
    
    background-repeat: repeat-x;
    font-family: Tahoma, Arial, Helvetica;
	font-size: 62.5%;
	color: #3C6B89;
}


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: 14px;
    margin-bottom: 10px;
}

h3{
    font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
	color: #BF3C4D;
	font-size: 13px;
}

h4{
    color: #fff;
    font-size: 11px;
    margin-bottom: 10px;
}

a{
    color: #10518C;
}

a:visited, a:hover{
    color: #1670C0;
}


img{
    border: none;
}

/* LAYOUT */
div#wrapper{
    width: 800px;
    margin: 0 auto 0 auto;
    border-top: none 4px #CFDCE8;
    border-right: solid 4px #CFDCE8;
    border-bottom: solid 4px #CFDCE8;
    border-left: solid 4px #CFDCE8;
    background-color: #ffffff;
}

div#header{
    padding-bottom: 0;
    background-image: url(images/bannerBackground.jpg);
    height: 300px;
}

.ie6 div#header{
    padding-bottom: 9px;
}

#topMenu{
    height: 30px;
    background-image: url(images/topMenuBackground.jpg);
    background-repeat: repeat-x;
    background-position: top left;
    text-align: center;
    padding-top: 8px;
}


div#contentWrapper{
   margin: 20px 20px 0 0;
}

div#sideBarLeft{
    width: 160px;
    float: left;
    background-color: #D8E2EA;
    background-image: url(images/leftMenuTop.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

div#sideBarLeftBottom{
    background-image: url(images/leftMenuBottom.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
}

div#contentHolder{
    position: relative;
    width: 600px;
    float: right;
    background-image: url(images/contentBottom.gif);
    background-repeat: repeat-x;
    background-position: bottom left;
    padding-bottom: 9px;
}

div#content{
    background-color: #f1f1f1;
    background-image: url(images/contentTop.gif);
    background-repeat: repeat-x;
    padding: 20px;
}

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/footerBackground.gif);
    background-repeat: repeat-x;
    text-align: center;    
}

.clearBoth{
    clear: both;
}
/* LAYOUT END */

/* LEFT MENU */
.leftMenu{
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 5px;
    border-top: solid 1px #fff;
    list-style-type: none;
}

.leftMenu li{
    border-bottom: solid 1px #fff;
}

.leftMenu a{
    width: 145px;
    font-family: Arial, Tahoma, Verdana, Sans-Serif;
    font-size: 11px;
    color: #10518C;
    display: block;
    padding: 4px 4px 4px 6px;
    text-decoration: none;
}

.leftMenu a:hover{
    width: 145px;
    background-color: #B9CBD9;
    color: #000;
    display: block;
}

/* TOP MENU */

#topNav{
    margin-left: 180px;
    background-image: url(images/topMenuBackground.jpg);
    background-repeat: repeat-x;
    font-family: Georgia, Palatino Linotype, Times New Roman, Serif;
    font-size: 1.2em;
    letter-spacing: .1em;
}

#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 ul { /* second-level lists */
	position: absolute;
	background: #00152d;
	width: 12em;
	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;
	padding: 5px;
}

#topNav li ul li a{
    font-family: Tahoma, Arial, Helvetica;
    font-size: .9em;
    color: #ffffff;
}

#topNav li ul li{
    width: 12em;
    margin-bottom: 4px;
}

#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;
    text-align: center;
    padding: 10px;
    background-color: #006699;
}

.subTitleBlock{
    position: relative;
    color: #3C6B89;
    font-size: 1.1em;
    padding: 10px;
    background-color: #E8E8E8;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

table.skippers{
    border-collapse: collapse;
    margin-top: 15px;
}
table.skippers td{
    padding-right: 10px;
    padding-bottom: 15px;
    vertical-align: top;
}

.naslov{
    color: #3C6B89;
    font-weight: bold;
}

/* GENERALNO TABLICE */
.poljeTabliceRezultati {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	color: #3C6B89;
	text-align:justify;
	vertical-align:top;
	font-weight: normal;
	font-style: normal;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #FFFFFF;
}
.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:justify;
	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;
}

.poljeTablice {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	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;
}
.poljeTablice2 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3C6B89;
	text-align:justify;
	vertical-align:text-top;
	font-weight: bold;
	font-style: normal;
	background-color: #E8E8E8;
}

.boat{
    width: 270px;
    float: left;
    text-align: center;
}

.boat p{
    text-align: center;
    margin-top: 30px;
}

.jeanneauData, .sailArea{
    width: 270px;
    float: right;
}

.jeanneauData table,
.sailArea table{
    width: 100%;
    margin-bottom: 15px;
}


/* 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.0em;
    letter-spacing: .1em;
}

div#content ul.umpireRanks li{
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: bold;
}


div#content ul.umpireRanks ul{
    margin-top: 5px;
    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: 100%;
}

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 .poljeTablice {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #3C6B89;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	font-style: normal;
}

div.sponsorship .poljeTablice2 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3C6B89;
	text-align:center;
	vertical-align:text-top;
	font-weight: bold;
	font-style: normal;
	background-color: #E8E8E8;
}

div.sponsorship .poljeTablice2 a{
	text-decoration: underline;
}

/* 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: 12px;
    padding-bottom: 5px;
    border-bottom: dotted 1px #ccc;
    width: 100%;
}

.newsTitle{
    position: relative;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 3px;
}

.toTopHolder{
    position: absolute;
    width: 13px;
    height: 13px;
    top: 0;
    right: 5px;
    z-index: 5;
}

.newsDate{
    font-size: .9em;
    font-style: italic;
    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: 100%;
 }
 
 .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: 11px;
 }