html {
	
}

body {
	font-size: 12px;
	margin: 0px;
	overflow-x:hidden;
	overflow-y:auto;
}

a img {
	border: none;
}

h1 {
	font-size: 1.6em;
	margin-top: 0;
}

input[type=submit], input[type=button] {
	margin: 5px 5px 0 0;
	cursor: pointer;
}

input[type="submit"][disabled], input[type="button"][disabled] {
    opacity:0.33; /* css standard */
    filter:alpha(opacity=33); /* IE patch */    
}

input[type="text"][disabled], select[disabled] {
    color: #DDD;
    -webkit-text-fill-color: #DDD;
}

input[type=text], input[type=password], select, textarea {
	padding-left: 1px;
	width: 300px;
	border: 2px white solid;
    background-color: transparent;
    background-image: none;
    color: white;
}
select {
    width: 306px;
    background-color: #999999; /* Opera, Google Chrome patch */
}

.tableControl, .actionButtons {
	width: 100%;
}

.tableControl a {
	padding-left: 10px;
}

.tableControl {
	text-align: right;
}

.footer {
	text-align: center;
	font-size: 11px;
	margin-bottom: 10px;
}

.rich-table {
	width: 100%;
}
.fresh td, td.fresh {
    background: #EEE;
}

.body {
	padding: 30px;
}

.columnHeader:hover {
	color: #FF6600;
}

.message {
	padding: 5px;
	list-style: none;
	border: 0;
	background: none;
	padding: 0;
	color: #000000;
	margin: 5px 0 8px 0;
	font-size: 12px;
}

.message li {
	background: no-repeat left center;
	padding-top: 1px;
	padding-left: 20px;
	margin-left: 3px;
}

.message li.infomsg {
	background-image: url(../img/msginfo.png);
}

.message li.errormsg {
	background-image: url(../img/msgerror.png);
}

.message li.warnmsg {
	background-image: url(../img/msgwarn.png);	
}

.message li.fatalmsg {
	background-image: url(../img/msgfatal.png);
}

.rich-messages-marker {
    background: no-repeat left center;
	padding-top: 1px;
	padding-left: 20px;
	margin-left: 3px;
}

.rich-messages-marker.errormsg {
	background-image: url(../img/msgerror.png);
}

.rich-messages-marker.infomsg {
	background-image: url(../img/msginfo.png);
}

.rich-messages-marker.warnmsg {
	background-image: url(../img/msgwarn.png);	
}

.rich-messages-marker.fatalmsg {
	background-image: url(../img/msgfatal.png);	
}


.rich-messages-label {
    padding: 5px;
	list-style: none;
	border: 0;
	background: none;
	padding: 0;
	color: #000000;
	margin: 5px 0 8px 0;
	font-size: 12px;
}

.name {
	vertical-align: top;
	font-weight: bold;
	width: 180px;
	float: left;
	padding: 5px;
	margin-top: 3px;
	clear: left;
	text-align: left;
}

.value {
	float: left;
	padding: 5px;
	color:#FFF;
}

.error {
	float: left;
	padding: 5px;
}

.errors {
	color: black;
	vertical-align: middle;
}

img.errors {
	padding-right: 5px;
}

.errors input, .errors textarea, .errors select {
	border-style: solid !important;
	background-color: #F55 !important;
}
.required {
	color: red;
	padding-left: 2px;
}

.rich-stglpanel-body {
	overflow: auto;
} 

/* the specificity here is necessary to override the defaults */
.rich-panel .rich-panel-header,
.rich-stglpanel .rich-stglpanel-header {
	padding: 2px 3px;
}


select {
	font-size: 12px;
}

.rich-panel input[type=submit], .rich-panel input[type=button],
.rich-tabpanel input[type=submit], .rich-tabpanel input[type=button] {
	margin-bottom: 0;
}

.tableControl input[type=submit], .tableControl input[type=button], .tableControl select {
	margin: 5px 0 5px 5px;
}

/* I don't know why this is necessary, but the select is off by a pixel on the top and is padding too much on the left */
.tableControl select {
	margin-left: 2px;
	position: relative;
	top: 1px;
}

.actionButtons {
	padding-left: 1px;
}

.actionButtons select {
	margin: 5px 5px 5px 0;
	vertical-align: bottom;
}

.rich-datalist {
	list-style: square;
	margin: 6px 0 1px 0;
	padding-left: 18px;
}

.rich-list-item {
	padding-bottom: 4px;
}

table.usecases th {
	text-align:left;
	padding-left:16px;
	padding-right:8px;
	vertical-align: bottom;
}
table.usecases td {
	vertical-align: top;
}
table.usecases td.uc550 {
    width: 550px;
    padding: 5px 2px;
    border-bottom: 1px white solid;
}
table.usecases td.uc550 a {
	width: 250px;
}
table.usecases td.header {
	color: white;
	font-weight: bold;
	padding:2px 0 2px 16px;
	background-color: #AAA;
}
table.usecases td a {
	line-height: 150%;
	padding-left:16px;
	padding-right:8px;
}
table.usecases td a:hover {
	background: url('/layout-images/track-position.jpg') no-repeat 0 50%;
}

ul.acList {
    list-style: square inside;
    margin:10px;
}
div.acHighlight {
    border: 1px white solid;
    width: 280px;
    margin-left: 10px;
    padding-top: 6px;
}
div.acHighlight p {
    padding: 10px;
}
div.acHighlight a {
    font-size: x-small;
    font-weight: bold;
    color: #CF0;
}
div.acSnippet {
    width: 100%;
    margin: 0;
}
div.acHighlight h5, div.acSnippet h5 {
    color: #CF0;
    font-weight: bold;
    padding-left: 10px;
}
div.acHighlight h6, div.acSnippet h6 {
    color: #FFF;
    font-weight: bold;
    padding-left: 10px;
}
div.acSnippet p {
    padding: 10px;
    line-height: 120% !important;
    margin-bottom: 6px;
    border-bottom: 1px white solid;
}

div#bigLinks {
    width:510px; height:150px; padding:0; 
}

div#bigLinks a {
    color: white;
}
div#bigLinks>a, div#bigLinks>div {
    display:block;
    float:left;
    width:140px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-color: black;
    border: 2px black solid;
    color: white;
    font-size:15px;
    -font-weight:bold;
    text-decoration:none;
    margin-right: 14px;
    margin-bottom: 15px;
    text-align: right;
    padding-right: 15px;
    padding-top: 104px;
    position:relative;
}
div#bigLinks>a:hover {
    border-color: #CF0;
}
div#bigLinks>div:hover {
    background-color: #666;
    color: #999;
    border-color: #CF0;
}

div#bigLinks>div a {
    display: none;
    font-weight: bold;
    color: #000;
    text-decoration:none;
    font-size:13px;
    padding: 1px 8px 1px 6px 
}
div#bigLinks>div:hover a {
    display: inline;
     
}
div#bigLinks>div:hover a:hover {
    color: #000;
    background-color: #CF0;
}

.acBackgroundRacer {
    background-image: url('../layout-images/guide_racer.jpg');
}
.acBackgroundRacer:hover {
    background-image: url('../layout-images/guide_racer_grayed.jpg'); 
}
.acBackgroundOrganizer {
    background-image: url('../layout-images/guide_organizer.jpg');
}
.acBackgroundOrganizer:hover {
    background-image: url('../layout-images/guide_organizer_grayed.jpg'); 
}
.acBackgroundFan {
    background-image: url('../layout-images/guide_fan.jpg');
}
.acBackgroundFan:hover {
    background-image: url('../layout-images/guide_fan_grayed.jpg'); 
}

a.midLink {
    display:block;
    text-decoration:none;
    width:478px;
    background-color: black;
    border: 2px black solid;
    font-size:22px;
    padding: 4px 15px;
    margin: 2px 0px;
    color:white;
    float:left;
}
a.midLink:hover {
    border: 2px #CF0 solid;
    text-shadow: 1px 1px 10px #CF0;
}
a.midLink2 {
    float:right;
    display:block;
    text-decoration:none;
    width:200px;
    background-color: white;
    border: 2px black solid;
    font-size:22px;
    padding: 4px 15px;
    margin: 2px 0px;
    color:black;
}
a.midLink2:hover {
    color:black;
    border: 2px #CF0 solid;
    text-shadow: 1px 1px 10px #CF0;
}
a.midLink2 span {
    font-size:11px;
}
a.midLink3 {
    display:block;
    text-decoration:none;
    width:478px;
    --background-color: black;
    border: 2px black solid;
    font-size:22px;
    padding: 4px 15px;
    margin: 2px 0px;
    color:white;
    float:left;
}
a.midLink3:hover {
    border: 2px #CF0 solid;
    text-shadow: 1px 1px 10px #CF0;
}


div.info {
	font-size: 1.2em;
}

ul.bullets {
	list-style: square;
	margin: 0 0 0 14px; /* added by Djordje, neni spravne misto */
}

ul.bullets li {
	padding-bottom: 2px;
}

td.action {
	text-align: center;
	width: 8em;
	white-space: nowrap;
}

td.action a {
	padding-left: 1px;
	padding-right: 1px;
}

.menu li span.diff {
    display: none;  
}
div.acForm {
    margin-bottom: 10px;
    margin-right: 0px;
}
div.acForm form {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}
div.acForm form.acFormHtmlForm {
    padding: 3px;
}
div.acForm label {
    color:white;
}
div.acFormBorder {
    border: 1px black solid;
}
div.acFormHtmlForm {
    padding: 3px;
}
div.acTableButtons {
    float:right; white-space: nowrap;
}
div.acTableButtons input {
    border: none;
    width: 19px;
    height: 19px;
    margin: 0.5px 1px 0.5px 1px;
    color: black;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
div.acTableButtons input:hover, div.acTableButtons input.acText:hover, div.controlButtons input:hover {
    background-color: #CF0;
}
div.acTableButtons input:active {
    background-color: #000;
}
div.acTableButtons input.acText:active {
    background-color: #000;
    color: #FFF;
    border-color: #FFF;
}
div.acTableButtons input.acText {
    width: auto;
    padding: 0px 5px 0px 5px;
    font-size: 10px;    
    border: 2px black solid;
    background: none transparent;
    vertical-align: top;
    position: relative;
}
div.confirmBox {
    display:none;
    background:#CF0;
    position:absolute;
    right:-3px;
    top:-3px;
    bottom:-3px;
    border:2px #999 solid;
    padding: 1px 1px 1px 4px;
    vertical-align: middle;
}

div.controlButtons a {
    float:left;
    font-weight: bold;
    text-decoration:none;
    color: white;
    vertical-align:center;
    padding-left:22px;
    padding-right:5px;
    padding-top:2px;
    height:19px;
    background-position: 0 0;
    background-repeat: no-repeat;
}
div.controlButtons input  {
    font-weight: bold;
    vertical-align:top;
    padding-left:22px;
    padding-right:5px;
    padding-top:0;
    height:19px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color:transparent;
    border:none;
    color:black;
}
div.controlButtons select {
    margin: 5px 5px 0 0;
}

div.controlButtons a:hover {
    color: black;
}
input.acAdd, a.acAdd:hover {
    background-image: url('../layout-images/buttons/akt-nav-plus.png');
}
input.acAdd:active, a.acAdd {
    background-image: url('../layout-images/buttons/nav-plus.png');
}
input.acDetail, a.acDetail:hover {
    background-image: url('../layout-images/buttons/akt-lupa.png');    
}
input.acDetail:active, a.acDetail {
    background-image: url('../layout-images/buttons/lupa.png');
}
input.acDelete, a.acDelete:hover {
    background-image: url('../layout-images/buttons/akt-nav-close.png');
}
input.acDelete:active, a.acDelete {
    background-image: url('../layout-images/buttons/nav-close.png');
}
input.acPlay, a.acPlay:hover {
    background-image: url('../layout-images/buttons/akt-nav-play.png');
}
input.acPlay:active, a.acPlay {
    background-image: url('../layout-images/buttons/nav-play.png');
}
input.acPrint, a.acPrint:hover {
    background-image: url('../layout-images/buttons/akt-print.png');
}
input.acPrint:active, a.acPrint {
    background-image: url('../layout-images/buttons/print.png');
}
input.acStop, a.acStop:hover {
    background-image: url('../layout-images/buttons/akt-nav-stop.png');
}
input.acStop:active, a.acStop {
    background-image: url('../layout-images/buttons/nav-stop.png');
}
input.acBack, a.acBack:hover {
    background-image: url('../layout-images/buttons/akt-nav-play-2.png');
}
input.acBack:active, a.acBack {
    background-image: url('../layout-images/buttons/nav-play-2.png');
}
input.acUp, a.acUp:hover {
    background-image: url('../layout-images/buttons/akt-nav-top.png');
}
input.acUp:active, a.acUp {
    background-image: url('../layout-images/buttons/nav-top.png');
}
input.acSave, a.acSave:hover {
    background-image: url('../layout-images/buttons/akt-nav-edit.png');
}
input.acSave:active, a.acSave {
    background-image: url('../layout-images/buttons/nav-edit.png');
}
input.acDown {
    background-image: url('../layout-images/buttons/akt-nav-bottom.png');
}
input.acDown:active {
    background-image: url('../layout-images/buttons/nav-bottom.png');
}
input.acTop {
    background-image: url('../layout-images/buttons/akt-nav-mtop.png');
}
input.acTop:active {
    background-image: url('../layout-images/buttons/nav-mtop.png');
}
input.acBottom {
    background-image: url('../layout-images/buttons/akt-mbottom.png');
}
input.acBottom:active {
    background-image: url('../layout-images/buttons/nav-mbottom.png');
}
input.acDownload, a.acDownload:hover {
    background-image: url('../layout-images/buttons/akt-download.png');
}
input.acDownload:active, a.acDownload {
    background-image: url('../layout-images/buttons/download.png');
}
.acAHrefButton {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    width: auto;    
    cursor: pointer;	
	background: none repeat scroll 0 0 transparent;
    border: 2px solid black;
    font-size: 10px;
    padding: 0 5px;
    position: relative;
    vertical-align: top;
    color: #000;
    height: 15px;
    margin: 0.5px 1px;
}
.acAHrefButton:hover {
    background-color: #CF0;
}
.acAHrefButton:active {
    color: #FFF;
    background-color: #000;
    border: 2px solid white;
}
.acAHrefButton a,
.acAHrefButton a:hover {
    color: #000;
    text-decoration: none;
}
.acAHrefButton a:active {
    color: #FFF;
    text-decoration: none;
}
/* specific image buttons */
input.acDownloadXLS64 {
    height: 64px;
	width: 64px;
	background-color: #999999;	
    background-image: url('../layout-images/icons/xls_file.png');
    border: 0px none;
}

/* zoom button for images */
.nivoZoomHover {
    background: url("../layout-images/zoom.png") no-repeat scroll 50% 50% transparent;
}
.nivoLarge {
    border: 1px black solid;
    background-color: #999999; 
}

/* google +1 button */
.plusone-div {
    margin-top: 15px;
	margin-left: 10px;
}

/* TAG CSS - width is specified in JSF tag - nowrapOutput */
div.acNowrap {
    overflow: hidden;
    white-space: nowrap;
    font: inherit;
}
.rich-table-cell .acNowrap {
    font-size: 11px;
}
/* TAG CSS */
.acWaitDialog {
    cursor: wait;
}
.acWaitDialogLoadImg {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* view result modified */
.acVRModified {
    color: red;
}
/* view result with penalty */
.acVRWithPenalty {
    background-repeat: no-repeat;
    background-image: url(../img/penalty_mark.png);
    background-position: right top;
}
/* login dialog */
#loginPanelHeader {
    font-size: 100%;
    padding-bottom: 3px;	
}
#loginPanelContentDiv .hidelink{
    margin-top: -1px;
    margin-right: -1px;
}
#loginPanelContentDiv {
    min-width: 340px;
}

div.banners {
	text-align: center;	
}

.icon {
	height: 19px;
	width: 19px;
}

.icon_64 {
	height: 64px;
	width: 64px;
}

.acuraticTable {
	background-color: #999999;
	border-width: 0px;
	border-style: none;
	border-collapse: collapse;
	empty-cells: show;
	font-size: 11px;
	width: 100%;
}

.acuraticTable th {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	text-align: left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	padding: 4px;
	white-space: nowrap;
	color: #FFFFFF;
	background: none #000000;
	border-right: none;
	text-align: left;
}

.acuraticTable td {
	padding: 0px;
	margin: 0px;
	padding: 1px;
	padding-left: 2px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	border-top: 2px solid #999999;
	background-color: #d7d7d7;
	border-right: none;
	font-size: 11px;
}

.acuraticTable thead tr {
	height: 18px;
}

.headerHide {
	display:none;
}

.black {
	color:black;
}

.linkInHeader a{
	color:white;
}
.ucRoleGroup {
    clear:both;
    padding:5px 3px 5px 36px;
    background-color:transparent;
    background-repeat: no-repeat;
    background-position: 5px 50%;
}
.ucRoleGroup:hover {
    background-color:#AAA;
}

.right {
	text-align: right;
	padding-right: 5px;
}
.center_33 {
	text-align: center;
	width: 33%;
}
div.selectedItem {
    background:white;
    width:230px;
    min-height:70px;
    margin-bottom:5px;
}
div.selectedItem strong {
    color:red;
}
div.selectedItem:hover {
    background: url('/layout-images/util/black-arrow.png') 98% 50% no-repeat white;
}
div.small_selector>span>a {
    font-size: x-small;
}
.child_select {
    height:40px;
    border-right:1px black dotted;
}
.child_select>span {
    text-decoration: underline;
    font-size: x-small;
}
.child_select:hover>span {
    color: #CF0;
    text-decoration: none;
}
.anchor {
    position: relative;
    width:100px;
}
.anchor:hover ul {
    visibility:visible;
}
.anchor ul {
    background: url('/layout-images/util/opacity80.png') transparent;
    position:absolute;
    left:100px;
    top:0;
    visibility:hidden;
    z-index: 200;
}
.anchor ul li {
    padding:3px 6px;
    color:#CF0;
    white-space: nowrap;
}
.anchor ul li a {
    color:white;
    text-decoration: none;
}
.anchor ul li a:hover {
    color:#CF0;
}


/* racer series stage result */
.racer_ssr span.value {
    padding: 0px;
    margin-top: 3px;
}
.racer_ssr label.name {
    padding: 0px;
    color: black;
}
.racer_ssr a:active label.name, 
.racer_ssr a:link label.name, 
.racer_ssr a:visited label.name {
    color: #000000;
    text-decoration: underline;
}
.racer_ssr a:hover label.name {
    color:#CCFF00;
    text-decoration: none;
}
/* AC toggle panel switcher */
.acTPSDiv {
    float: right;
    clear: both;
}
.acTPSTable td {
    height: 18px;
}
.acTPSTable td div {
    height: 18px;
}
.acTPSTable td div.acTPSButton {
    height: 18px;
}
.acTPSButton {
    text-align: center;    
    width: 20px;
    font-weight: bold;
    vertical-align: middle;
}
.acTPSButtonLink, .acTPSButtonLinkActive {
    padding-top: 1px;
}
.acTPSButton .acTPSButtonLinkActive a {
    border: none;
    border-width: 0px;
    color: #CCFF00;
}
.acTPSButton a {   
    text-decoration: none;
    color: white;    
}
.acTPSButton a:active, 
.acTPSButton a:link, 
.acTPSButton a:visited {
    text-decoration: none;    
}
.acTPSButton a:active {
    border: none;
    border-width: 0px;
    color: #CCFF00;
}
.acTPSButton a:hover {
    color: #CCFF00;    
}

.cmsEditButton {
	margin: 0 0 20px 0;
    padding: 10px 10px 10px 0;
}

/*formular itinerary printig*/
.it_desc {
    width: 200px;
}
/* for printing */
.acOnly4Print {
    display: none;
}

.acWidth_45px {
    width: 45px;
}
.acWidth_55px {
    width: 55px;
}
.acWidth_60px {
    width: 60px;
}
.acWidth_70px {
    width: 70px;
}
.acWidth_90px {
    width: 90px;
}
.acWidth_95px {
    width: 95px;
}
.acWidth_125px {
    width: 125px;
}
.acWidth_145px {
    width: 145px;
}
.acWidth_150px {
    width: 150px;
}
.acWidth_155px {
    width: 155px;
}

.jnlp_app {
    float: left;
    max-width: 265px;
    min-width: 265px;
    min-height: 68px;
}

.jnlp_desc {
	#margin-left: 270px;
	#margin-bottom: 10px;
	max-width: 400px;
	min-width: 400px;	
	float: left;
}

.jnlp_guides {
	#margin-left: 600px;
	#margin-bottom: 10px;
    float: left;
    max-width: 120px;
    min-height: 30px;
    min-width: 120px;
    padding-left: 22px;
}

a.acDownloadImage {
    margin-top: -12px;
    margin-left: -20px;
    min-height: 64px;
    padding-right: 16px !important;
    margin-bottom: 16px;
}

table.jnlpTable td{
    padding-left: 5px;
    padding-top: 5px;
    border-top: solid 1px white;
    border-spacing: 0px;
    border-collapse: collapse;
}
table.jnlpTable {
    border-bottom: 1px solid white;
}
