/* 
Document   : demoPage
Created on : Dec 14, 2009, 11:07:36 AM
Author     : tharini.virabadran
Description:
Purpose of the stylesheet follows.
*/

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

root { 
    display: block;
}

.demoImageContainer {
    background-image: url(../images/demos/demoPage.png);
    height:628px;
}

#demoLoginContainer {
    background-image:url(../images/demos/demologinWindow.png);
    width:306px;
    height:286px;
    font-size:11px;
    text-align: left;
}

#textContainer {
    padding: 5px 20px 10px 20px;
    color:#202120;
}

.demoheaderText {
    color:#202120;
    border-bottom:1px solid #ADAAAD;
    padding-bottom:2px;
}

.demofooterText{
    color:#B80000;
    border-top:1px solid #ADAAAD;
    padding-top:2px;
}

.demosTabletd {
    width: 275px;
    text-align: center;
    float: none;
    vertical-align: top;
}

.addSpace { height: 50px;}



