/* 
    Document   : strides_style
    Created on : 2/09/2011, 8:03:55 PM
    Author     : Edward Bullock
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS3/
*/

header, section, aside, nav, footer, figcaption{
    display:block;
}

h1, h2, h3, h4 {
    padding-left: 10px;
    font-family:  "calibri", tahoma,  arial, verdana;
}


body { 
    background-color:#505050;  /*#f0f0f0;*/
/*/    background-image: url("background.png"); */
    background-repeat: repeat-x;
    padding-top: 0px;
    font-family:  "calibri", tahoma,  arial, verdana;
    font-size: 14px;

}

/*table{

    border-collapse: collapse;

}

*/

header{

    background-color:#ffffff;
 
   opacity: 100%;

    color: #000000;
    width:800px;
    height: 105px;

    /*- align:center;  */
    /*font-family:verdana;*/
 
   font-size: 0.75em;
 
   border-style:solid;

    border:0px #000000 solid;

/*    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius:24px;   */

}


div{
    background-color: #ffffff; 
}





footer{
    color: #aa0000;
    font-size: 0.75em;
    border-top-color: #ee0000;
    border-top-width: 2px;
    height: 28px;
}

#footerLeft{
    float: left;
}

#footerRight{
    float: right;
}

#mainStyle{    
   opacity: 100%;
   color: #000000; 
   background-color: #ffffff;
   width: 1000px;
   height: 100%;
   top: 0px;
   margin-left: auto;
   margin-right: auto;  
/*   border:2px #eeeeee solid;*/
   -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
   padding: 0px;
}

#mainStyle_Course_Plans{    
   opacity: 100%;
   color: #000000; 
   background-color: #ffffff;
   width: 1300px;
   height: 100%;
   top: 0px;
   margin-left: auto;
   margin-right: auto;  
/*   border:2px #eeeeee solid;*/
   -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
   padding: 0px;
}
#mainStyle_Course_Plans_edit{    
   opacity: 100%;
   color: #000000; 
   background-color: #505050;
   width: 1300px;
   height: 100%;
   top: 0px;
   margin-left: auto;
   margin-right: auto;  
/*   border:2px #eeeeee solid;*/
   -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
   padding: 0px;
}

#printmainStyle{    
   opacity: 100%;
   color: #000000; 
   width: 1000px;
   height: 100%;
   top: 0px;
    float:left;  
   border:2px #aa0000 solid;
   padding: 0px;
}


#mainBody{ 
   width:990px;
   color: #000000;
}

#mainBody_Course_Plans{ 
   width:1110px;
   color: #000000;
}

#logo{
    position: relative;
    top: 20px;
    /*height: 80px;*/
    vertical-align: bottom;     
    background-color:#ffffff;
}



#login{
    float:right;
    text-align: center;
    width:198px;
    height: 100%;
    font-size: 0.75em;
    background-color:#ffffff; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 2px;
}

#loginButtton{
    position: absolute;    
    width:120px;
    height: 50px;
    left: 900px;
    top: 40px;     
}

#logoutButtton{
    position: absolute;    
    width:120px;
    height: 50px;
    left: 900px;
    top: 15px;     
}

#tree{
    /*float:right;*/
    position: absolute;
    left: 1160px;
    text-align: left;
    width:158px;
    height: 100%;
    font-size: 0.75em;
    background-color:#ffffff; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 2px;
}

.treeButton{
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 0px;    
}

.loginButton{
    padding: 5px;
    padding-top: 5px;
    padding-bottom: 5px; 
}


#left{
  float:left; 
  width:760px;
  padding: 5px;
  background-color:#ffffff;	
}
#printleft{
  float:left; 
  width:760px;
  padding: 5px;
  background-color:#ffffff;	
}

#rightInfo{
    float:right;
    width:600px;
}


#centre{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}


#redLine{
    float:left;
    width:740px;
    height: 5px;
    background-color: #ee0000;
}

.menuStyle{
    
    color:#ffffff;  
    width:990px; 
   /* height: 20px;*/
    display: table;
   /* background: url('menu.png'); */           
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    text-decoration:none;
    
    
}

.menuStyle_CoursePlans{
    
    color:#ffffff;  
    width:1330px; 
   /* height: 20px;*/
    display: table;
   /* background: url('menu.png'); */           
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    text-decoration:none;
    
    
}

#redBand{
    position: relative;
    top: 25px;
    left: 20px;
    width:980px;
    height: 10px;
    background-color: #bb0000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


a{
    color:#bb0000;
    text-decoration:none; 
    font-size:1em;
}

a:link {}
a:hover {color:#d06000; text-decoration:underline}
a:active {}
a:visited{}

#blog{
    color:#bb0000;  
    text-decoration: underline; 
    font-size:1.1em; 
}


#blog a:hover{
    color:#d06000;
}

.rightLinks{
   color:#a00000;
   text-decoration:none; 
   font-size: 1.5em;  
}

.download{
    color:#a00000;
    text-decoration:none; 
    font-size: 1.5em; 
    padding-top: 2em;
   /* padding-bottom: 1em;*/
}

#info{
   font-size: 1.0em;
   text-decoration:none;
   padding-left: 10px;
   padding-right: 10px;
}

#error{
   color: #ee0000;
   font-size: 1.2em;
   text-decoration:none;
   padding-left: 10px;
   padding-right: 10px;
}

#fine{
   font-size: 0.8em;
   text-decoration:none;
}
#navmenu {
    display: table-row;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#navmenu li{
        float: left;
        background: transparent url('menu.png') left center repeat-x;
        
        padding: 0; 
        display: table-cell;
        vertical-align: middle;

     /*   border-left-color: #a00000;
        border-right-color: #a00000;
        border-left-width: 1px;
        border-right-width: 1px;
        border-left-style: solid;
        border-right-style: solid;*/
        width: 140px;
        border-width: 0px;
       
}
#navmenu a{
        color: #ffffff;
        display: block;
        text-decoration: none;  
        text-align: center;
        
        vertical-align: middle;
        font-size: 1.1em;
        height: 30px;
}


#navmenu a:hover{
    color: #dddddd;
    text-decoration: underline;
    background: transparent url('menuon.png')  left center repeat-x; 
    height: 30px;
}

#navmenu li ul { 
    display:none;
    position:absolute;
    z-index: 2500;
} 
#navmenu li:hover ul{ 
    display:block; 
   /* background: transparent url('menuon.png')  left center repeat-x; */
    height:auto;
    width:8em;
} 
#navmenu li ul li{ 
    clear:both; 
    border-style:none;
    left: 0px;
    width: 200px;
} 

/*Read more: http://mrbool.com/how-to-create-menu-with-submenu-using-css-html/26146#ixzz3qxEPRtpW*/

/*#navmenu a#navhi{
        font-weight: bold;
        color: #06C7F5;
}

#navDiv{
    padding-left: 20px;
    padding-top: 10px;
}
*/
#list{
    list-style-position:inside
}

#listVertical{

    list-style-image: url("http://www.strides.co.nz/images/vertical.png");
}
#listVerticalNumbered{
    list-style-image: url("http://www.strides.co.nz/images/vertical_numbered.png");
}
#listVerticalColoured{
    list-style-image: url("http://www.strides.co.nz/images/vertical_coloured.png");
}
#listMeasure{
    list-style-image: url("http://www.strides.co.nz/images/measure.png");
}
#listLogo{
    list-style-image: url("http://www.strides.co.nz/images/Strides-Logo-Black.png");
}

/*--- Forms    */
#subscriptionform{
    padding: 20px;
    width: 600px;
}

#subscriptionform label{
    float: left;
    padding: 20px;
    margin-right: 60px;
}

.editform {
    width:186px;
    padding: 5px;
}


.producthead{
    vertical-align: top;
    background-color:#ffffff;
    width: auto;
    font-size: 1.2em;
    font-weight: bold;

    padding-left: 10px;
}

.productinfo{
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
    font-size: 1.20em;
    background-color:#ffffff;   
}

#homepageinfo{
    vertical-align: top;
    font-size: 1.20em;
    padding-left: 10px;
    background-color:#ffffff;   
}

#distList{
    vertical-align: top;
    font-size: 1.00em;
    background-color:#ffffff;   
}
#footNotes{
    vertical-align: top;
    font-size: 0.9em;
    background-color:#ffffff;   
}

.featuresforprod{
   float: left;
   background-color:#ffffff;   
   vertical-align: top; 
   font-size: 0.8em;
   
}

.productimage{
    float: right;
    /*position: relative;
    left: 500px;*/
    background-color:#ffffff;
    visibility: visible;
    padding: 2px;
    
}

.sidespace{
    margin-left: 20px;
    margin-right: 20px;
}

.smallsidespace{
    margin-left: 10px;
    margin-right: 10px;
}

.widesidespace{
    margin-left: 40px;
    margin-right: 40px;
}

.headingfont{
    font-family:  "century gothic",  tahoma,  arial, verdana;
    /*"monotype corsiva", "century gothic",*/
}

#loginForm{
   position: absolute;
    background: #f8f8f8;
    font-size: 1.1em;
    width:250px;
    height: 140px;
    left: 400px;
    top: 200px; 
    visibility: hidden;
}

#stridesLiteDemoVid{
    position: absolute;
    background: #f8f8f8;   
    width: 500px;
    height: 325px;
    left: 520px;
    top: 380px; 
    visibility: visible;
}

#newshowAndCourse{
   position: absolute;
    background: #f8f8f8;
    font-size: 0.75em;
    width:200px;
    height: 250px;
    left: 300px;
    top: 200px; 
    visibility: hidden;
}

#newCourseSameShow{
   position: absolute;
    background: #f8f8f8;
    font-size: 1.0em;
    width:220px;
    height: 200px;
    left: 400px;
    top: 200px; 
    visibility: hidden;
}

#useCourse{
   position: absolute;
    background: #f8f8f8;
    font-size: 1.0em;
    width:320px;
    height: 200px;
    left: 400px;
    top: 200px; 
    visibility: hidden;
    
    /*
       position: absolute;
    background: #f8f8f8;
    font-size: 0.75em;
    width:200px;
    height: 250px;
    left: 100px;
    top: 200px; 
    visibility: hidden;
    */
}

#makePublic{
   position: absolute;
    background: #f8f8f8;
    font-size: 1.1em;
    width:300px;
    height: 100px;
    left: 400px;
    top: 200px; 
    visibility: hidden;
}

#deleteCourse{
   position: absolute;
    background: #f8f8f8;
    font-size: 1.1em;
    width:200px;
    height: 100px;
    left: 400px;
    top: 200px; 
    visibility: hidden;
}

#jumpProperties{
    position: absolute;
    background: #f8f8f8;
    font-size: 0.75em;
    width:200px;
    height: 300px;
    left: 100px;
    top: 500px; 
    visibility: hidden;
}

#embeddedCode{
    position: absolute;
    background: #f8f8f8;
    font-size: 1.2em;
    width:450px;
    height: 150px;
    left: 200px;
    top: 250px; 
    visibility: hidden;
}

#sfLineProperties{
    position: absolute;
    background: #f8f8f8;
    font-size: 0.75em;
    width:270px;
    height: 100px;
    left: 100px;
    top: 500px; 
    visibility: hidden; 
}

#courseProperties{
    position: absolute;
    background: #f8f8f8;
    font-size: 0.75em;
    width:340px;
    height: 380px;
    left: 750px;
    top: 240px; 
    visibility: hidden;
 
}

#roundProperties{
    position: absolute;
    background: #f8f8f8;
    font-size: 0.75em;
    width:340px;
    height: 200px;
    left: 750px;
    top: 400px; 
    visibility: hidden;
 
}

#roundJumps{
    position: absolute;
    background: #f8f8f8;
    font-size: 0.75em;
    width:340px;
    height: 100px;
    left: 750px;
    top: 400px; 
    visibility: hidden;
}

#addNewRound{
    position: absolute;
    background: #f8f8f8;
    font-size: 1.2em;
    width:300px;
    height: 100px;
    left: 750px;
    top: 400px; 
    visibility: hidden;   
}

#messageLayer{
   position: absolute;
    background: #f8f8f8;
    font-size: 1.2em;
    width:400px;
    height: 200px;
    left: 500px;
    top: 200px; 
    visibility: hidden;
}

#newlabeltext{
    position: relative;
    font-size: 1.2em;
    top: -80px;
    left: 80px;
    width: 600px;
    height: 0px;
}

.properties{
    border: solid;
    border-width: 1px;
    border-color: #000000;
    
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
}



.propertiesHead{
    font-size: 1.5em;
    font-weight: bold;
    background: #f8f8f8;
}

.darkGrey{
    background: #eeeeee;
}

.liteGrey{
    background: #f8f8f8;
}
.liteSilver{
    background: #fcfcfc;
}
.white{
    background: #ffffff;
}

.course_tree {
 text-align: left;   
}

.treeTitle{
   text-align: left;  
   font-size: 1em;
   font-weight: bold;
}

.treeContent{
   text-align: left;  
   font-size: 1em;
   font-weight: normal; 
}

#toolTip{
   position: absolute;
   text-align: left;  
   font-size: 1em;
   font-weight: normal; 
   background-color: #ffff80;
   color: #000000;
   border-width: 1px;
   border-color: #000000;
   visibility: hidden;
}

#iframe{
    width:750px;
    height:500px; 
    border:0;
}