/* CSS for the front page of opennebula */
#frontPageContainer {
    clear:both;
    display:block;
/*    padding:0 15px;*/
}

.frontPageFooter {
    clear:both;
}

#frontContainer {
    float:left;
    margin-right:-240px;
    width:100%;
}

#frontLeftContainer {
    margin-right:230px;
}

#frontLeftBanner {
    background:url(../images/banner.png) no-repeat scroll 0pt 0pt transparent;
    height:85px
}

#frontLeftBigText {
    font-size:1.5em;
}

#frontLeftMain {
    margin-bottom:0px;
    padding:15px;
    position:relative;

/*    height:100px; */
/*    background:lightblue; */
}

#downloadLink {
    font-size:1.8em;
    text-align:center;
    padding:10px 0px;
    clear:both;
}

#frontLeftSecondary {
    float:left;
    padding:15px;
    width:600px;
    background:#c2e7ef;
/*    background:#dadde2;*/
/*    border:1px solid #32425D; */
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}

#frontRightContainer {
    float:right;
    margin-left:30px;
    padding:15px;
    width:180px;
    background: transparent url(../images/qlinks.png) repeat-x;
}

#bottomContainer {
    clear:both;
    width:100%;
}

/* Page container width: 900px, padding 30px
   => available width=840px; 840/2=420px */
#bottomLeft {
    float:left;
    margin-top:20px;
    padding:15px;
    width:390px;
    margin-right:10px;
    
    height:320px;
}

#bottomRight {
/*    border-left:1px solid #E1E1E1; */
    float:right;
    margin-top:20px;
    padding:15px;
    width:390px;
    margin-left:10px;
    
    height:320px;
}

#bottomLeft, #bottomRight{
    background: transparent url(../images/box_gradient.png) repeat-x;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}

/* The pagelist plugin creates a table with an ul in each td...
instead of one ul with various li */
/*
#frontRightAnnouncements ul {
    margin-bottom:0;
}
*/

#frontRightShortcuts{
    padding-top:9px;
    padding-bottom:2em;
}

#frontRightShortcuts ul{
    list-style:none;
}

#frontRightAnnouncements table{
    border-spacing:0px;
}

#frontRightAnnouncements table td{
    padding-bottom:0.5em;
}

span.tagline {
    font-size:1.4em;
    font-style:italic;
    font-weight:bold;
    color:darkOrchid;
}



