﻿/* CSS Document */
/* Run Replay CSS */
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0

#383838 - off black
#FFC473  orange 1
#FFAE40 - orange 2
#FF9400 - bright orange
#BF8330 - light brown 
#A66000 - dark brown

*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}

html {
  background-color: #FFC473;
  height: 100%;
  font-family: Verdana,Arial,Helvatica,Sans-Serif;
  font-size:medium
}
body{
    background:#FFC473 url('images/bg.png') repeat-x scroll 0 0;
    margin:0;
    color:#A66000;
}
a, .spanLink{
    color:#A66000;
    text-decoration: underline;
    cursor:pointer
}
a:hover, .spanLink:hover{
    background-color:#FF9400
}
#header{
    background:#FFFFFF url('images/header.png') no-repeat scroll 0 0;
    color:#A66000;
    height:145px;
    margin:auto;
    padding-right:168px;
    padding-top:10px;
    text-align:right;
    width:732px;
}
#footer, #pageContentContainer{
   width:900px;
   padding:5px;
   margin:auto;
    background-image:url('images/lightOrange.png');
}
#userDetails{
    float:left;
    font-size:small;
    width:300px;
    height:100px;
    text-align:left;
    margin:0px
}
#headerLinks{
    float:left;
    margin:0px;
    padding-top:37px;
    width:370px;
    font-size:small;
    height:100px;
}
#headerSearchInput{
    border:none 0px #ffffff;
    margin-top:14px;
    color:#A66000
}
input:button{
    background-color:#FFC473;
    border:solid 1px #A66000;
    cursor:pointer
}
.frmUploadRoute{
    font-size:small;
}
#pageContent{
    margin-top:0px;
    text-align:left;
    margin-left:auto;
    margin-right:auto
}
#footer{
   background-color:#FFC473;
   font-size:small;
   text-align:center;
   clear:both
}
.uploadForm{
    font-size:small
}
#statusMessage{
    font-size:x-small
}
strong{
    color:#A66000;
    font-weight:bold
}
.runDateTime{
    color:#A66000;
  /*  font-weight:bold*/
}
.uploaderRunName{
    color:#A66000;
    font-weight:bold;
    font-size:medium
}
.eventNameInput{
    color:Silver;
    font-weight:normal;
    font-size:small
}

.columnHeader{
  /*  background-color:#A66000;*/
    font-weight:bold;
    font-size:large;
    color:#FF9400;
    padding:2px;
    border-bottom:solid 2px #A66000;
    border-top:solid 2px #A66000;
   /* margin-bottom:2px*/
}
p{
    margin-bottom:10px
}
#runSelector, .runSelector, #uploadRunSelector{
    overflow:auto;
    padding:2px;
    height:330px;
    margin-top:5px;
    margin-bottom:5px;
    text-align:left
}
#uploadRunSelector{
    height:310px
}
.sideBar{
    height:370px;
    margin:5px;
    text-align:left;
    width:290px;
    float:left
}
#pageTitle, .pageTitle, .runTitle{
    font-weight:bold;
    font-size:large
   /* letter-spacing:2px*/
}
#uploaderControls{
    width:290px;
    border:solid 2px #A66000;
    text-align:center;
    margin:5px;
    float:left;
    height:380px
}
.runItem, .runItemCurrent, .editableRunItem, .checkListItem, .editableRunItemCurrent{
    font-size:small;
    padding:5px;
    text-decoration:none;
    border-bottom:solid 1px #FFAE40
}
.runItem a{
    text-decoration:none;
}
.runDetail, .pageDescription{
    font-size:small;
}
.runItem table, .runItemCurrent table{
    width:100%;
}
.runItem:hover{
    background-color:#FF9400;
    cursor:pointer;
}
.runItemCurrent, .editableRunItemCurrent, .dataSaved{
    background-color:#FFAE40
}
#googleMap{
    padding:2px;
    width:590px;
    float:left;
    height:378px;
    margin:auto
}

h1, h2, h3{font-weight:bold;margin-bottom:10px}
.leftCol, .rightCol{
    width:300px;
    text-align:left;
    margin-bottom:10px
}
.leftCol{
    margin-left:100px;
}
.rightCol{
    float:right;
    margin-right:100px
}
#replayLinksContainer{
    text-align:right;
    width:400px;
    float:right;
    font-size:x-small
}
.showAll{
    text-align:right;
    font-size:small;
    font-weight:bold;
}
.editableRunItem{
   /* height:50px*/
}
.editControls{
    text-align:right;
    font-size:small;
    float:right;
   /* height:50px*/
}
#eventEdit table{
    padding:5px;
    margin-left:20px;
    margin-bottom:20px;
    background-color:#FFAE40;
    width:590px;
}
#eventEdit td{
    padding:5px;
    font-weight:bold
}
#linkEmbedCode{
    font-size:x-small;
    width:350px
}